From 89d543092fd6d3aebb9861be150789cbae3fcf0b Mon Sep 17 00:00:00 2001 From: Stephane Rufer Date: Thu, 19 Jul 2018 16:12:34 -0700 Subject: [PATCH] package.json: update git-url-parse parse-domain issue: https://github.com/peerigon/parse-domain/issues/35 has not been fixed, but git-url-parse removed that dependency in version 10: https://github.com/IonicaBizau/git-url-parse/pull/80 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1db5d15f..831ff563d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "disparity": "^2.0.0", "doctrine-temporary-fork": "2.0.1", "get-port": "^3.2.0", - "git-url-parse": "^9.0.0", + "git-url-parse": "^10.0.0", "github-slugger": "1.2.0", "glob": "^7.1.2", "globals-docs": "^2.4.0",