Skip to content

Commit

Permalink
package.json: update git-url-parse
Browse files Browse the repository at this point in the history
parse-domain issue: peerigon/parse-domain#35 has not been fixed,
but git-url-parse removed that dependency in version 10: IonicaBizau/git-url-parse#80
  • Loading branch information
rufman authored and stephane-arista committed Jul 19, 2018
1 parent a319cdf commit 385f40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
11 changes: 3 additions & 8 deletions yarn.lock
Expand Up @@ -2657,12 +2657,11 @@ git-up@^2.0.0:
is-ssh "^1.3.0"
parse-url "^1.3.0"

git-url-parse@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-9.0.0.tgz#a82a36acc3544c77ed0984d6488b37fbcfbec24d"
git-url-parse@^10.0.0:
version "10.0.1"
resolved "http://npm.corp.arista.io/git-url-parse/-/git-url-parse-10.0.1.tgz#75f153b24ac7297447fc583cf9fac23a5ae687c1"
dependencies:
git-up "^2.0.0"
parse-domain "^2.0.0"

gitconfiglocal@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -4860,10 +4859,6 @@ parents@^1.0.0:
dependencies:
path-platform "~0.11.15"

parse-domain@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/parse-domain/-/parse-domain-2.0.0.tgz#e9f42f697c30f7c2051dc5c55ff4d8a80da7943c"

parse-entities@^1.0.2, parse-entities@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-1.1.1.tgz#8112d88471319f27abae4d64964b122fe4e1b890"
Expand Down

0 comments on commit 385f40f

Please sign in to comment.