Skip to content

Commit

Permalink
chore(gatsby-telemetry): Bump git-up to v7 (#36652)
Browse files Browse the repository at this point in the history
initial
  • Loading branch information
LekoArts committed Sep 21, 2022
1 parent a341115 commit 281590c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Expand Up @@ -15,7 +15,7 @@
"configstore": "^5.0.1",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.24.0-next.1",
"git-up": "^6.0.0",
"git-up": "^7.0.0",
"is-docker": "^2.2.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7"
Expand Down
31 changes: 14 additions & 17 deletions yarn.lock
Expand Up @@ -11354,13 +11354,13 @@ git-up@^4.0.0:
is-ssh "^1.3.0"
parse-url "^6.0.0"

git-up@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-6.0.0.tgz#dbd6e4eee270338be847a0601e6d0763c90b74db"
integrity sha512-6RUFSNd1c/D0xtGnyWN2sxza2bZtZ/EmI9448n6rCZruFwV/ezeEn2fJP7XnUQGwf0RAtd/mmUCbtH6JPYA2SA==
git-up@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467"
integrity sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==
dependencies:
is-ssh "^1.4.0"
parse-url "^7.0.2"
parse-url "^8.1.0"

git-url-parse@^11.1.2:
version "11.1.2"
Expand Down Expand Up @@ -18235,10 +18235,10 @@ parse-path@^4.0.0:
is-ssh "^1.3.0"
protocols "^1.4.0"

parse-path@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-5.0.0.tgz#f933152f3c6d34f4cf36cfc3d07b138ac113649d"
integrity sha512-qOpH55/+ZJ4jUu/oLO+ifUKjFPNZGfnPJtzvGzKN/4oLMil5m9OH4VpOj6++9/ytJcfks4kzH2hhi87GL/OU9A==
parse-path@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.0.0.tgz#605a2d58d0a749c8594405d8cc3a2bf76d16099b"
integrity sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==
dependencies:
protocols "^2.0.0"

Expand All @@ -18261,15 +18261,12 @@ parse-url@^6.0.0:
parse-path "^4.0.0"
protocols "^1.4.0"

parse-url@^7.0.2:
version "7.0.2"
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-7.0.2.tgz#d21232417199b8d371c6aec0cedf1406fd6393f0"
integrity sha512-PqO4Z0eCiQ08Wj6QQmrmp5YTTxpYfONdOEamrtvK63AmzXpcavIVQubGHxOEwiIoDZFb8uDOoQFS0NCcjqIYQg==
parse-url@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-8.1.0.tgz#972e0827ed4b57fc85f0ea6b0d839f0d8a57a57d"
integrity sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==
dependencies:
is-ssh "^1.4.0"
normalize-url "^6.1.0"
parse-path "^5.0.0"
protocols "^2.0.1"
parse-path "^7.0.0"

parse5-htmlparser2-tree-adapter@^6.0.1:
version "6.0.1"
Expand Down

0 comments on commit 281590c

Please sign in to comment.