Skip to content

Commit 281590c

Browse files
authored
chore(gatsby-telemetry): Bump git-up to v7 (#36652)
initial
1 parent a341115 commit 281590c

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"configstore": "^5.0.1",
1616
"fs-extra": "^10.1.0",
1717
"gatsby-core-utils": "^3.24.0-next.1",
18-
"git-up": "^6.0.0",
18+
"git-up": "^7.0.0",
1919
"is-docker": "^2.2.1",
2020
"lodash": "^4.17.21",
2121
"node-fetch": "^2.6.7"

yarn.lock

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11354,13 +11354,13 @@ git-up@^4.0.0:
1135411354
is-ssh "^1.3.0"
1135511355
parse-url "^6.0.0"
1135611356

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

1136511365
git-url-parse@^11.1.2:
1136611366
version "11.1.2"
@@ -18235,10 +18235,10 @@ parse-path@^4.0.0:
1823518235
is-ssh "^1.3.0"
1823618236
protocols "^1.4.0"
1823718237

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

@@ -18261,15 +18261,12 @@ parse-url@^6.0.0:
1826118261
parse-path "^4.0.0"
1826218262
protocols "^1.4.0"
1826318263

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

1827418271
parse5-htmlparser2-tree-adapter@^6.0.1:
1827518272
version "6.0.1"

0 commit comments

Comments
 (0)