Skip to content

Commit

Permalink
chore(deps): update [dev] minor and patch dependencies for gatsby-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 06b0048 commit 648de42
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-replace": "^2.4.2",
"@types/hosted-git-info": "^3.0.2",
"@types/yargs": "^15.0.15",
"@types/hosted-git-info": "^3.0.3",
"@types/yargs": "^15.0.16",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-gatsby-package": "^3.13.0-next.0",
"cross-env": "^7.0.3",
Expand Down
29 changes: 9 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4672,10 +4672,10 @@
dependencies:
"@types/unist" "*"

"@types/hosted-git-info@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.2.tgz#aa671076f5edefa4fab1189b467e6c63987be818"
integrity sha512-RURNTeEFUwF+ifnp7kK3WLLlTmBSlRynLNS9jeAsI6RHtSrupV0l0nO6kmpaz75EUJVexy348bR452SvmH98vQ==
"@types/hosted-git-info@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.3.tgz#9196771b1d8740574a6752dd33bed33eba462bed"
integrity sha512-fR6ios9PhvU0Y1uHiSDC0pZiSVrmtASO6e+NXMa87L+iFWVXR7yoZVX088wgEDqBWt2CySPQOK+12/uLq6/UcA==

"@types/html-minifier-terser@^6.0.0":
version "6.1.0"
Expand Down Expand Up @@ -5100,10 +5100,10 @@
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.0.0.tgz#453743c5bbf9f1bed61d959baab5b06be029b2d0"
integrity sha512-wBlsw+8n21e6eTd4yVv8YD/E3xq0O6nNnJIquutAsFGE7EyMKz7W6RNT6BRu1SmdgmlCZ9tb0X+j+D6HGr8pZw==

"@types/yargs@^15.0.0", "@types/yargs@^15.0.15":
version "15.0.15"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.15.tgz#e609a2b1ef9e05d90489c2f5f45bbfb2be092158"
integrity sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==
"@types/yargs@^15.0.0", "@types/yargs@^15.0.16":
version "15.0.16"
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.16.tgz#258009dc52907e8f03041eb64ffdac297ba4b208"
integrity sha512-2FeD5qezW3FvLpZ0JpfuaEWepgNLl9b2gQYiz/ce0NhoB1W/D+VZu98phITXkADYerfr/jb7JcDcVhITsc9bwg==
dependencies:
"@types/yargs-parser" "*"

Expand Down Expand Up @@ -12330,7 +12330,7 @@ globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
merge2 "^1.4.1"
slash "^3.0.0"

globby@^13.0.0:
globby@^13.0.0, globby@^13.1.1, globby@^13.1.2:
version "13.1.4"
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
integrity sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==
Expand All @@ -12341,17 +12341,6 @@ globby@^13.0.0:
merge2 "^1.4.1"
slash "^4.0.0"

globby@^13.1.1, globby@^13.1.2:
version "13.1.3"
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff"
integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==
dependencies:
dir-glob "^3.0.1"
fast-glob "^3.2.11"
ignore "^5.2.0"
merge2 "^1.4.1"
slash "^4.0.0"

globby@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
Expand Down

0 comments on commit 648de42

Please sign in to comment.