Skip to content

Commit d148295

Browse files
authoredDec 14, 2023
chore(deps): update [dev] minor and patch dependencies for gatsby-cli (#38592)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@rollup/plugin-json": "^4.1.0",
6060
"@rollup/plugin-node-resolve": "^8.4.0",
6161
"@rollup/plugin-replace": "^2.4.2",
62-
"@types/hosted-git-info": "^3.0.2",
63-
"@types/yargs": "^15.0.15",
62+
"@types/hosted-git-info": "^3.0.5",
63+
"@types/yargs": "^15.0.19",
6464
"babel-plugin-lodash": "^3.3.4",
6565
"babel-preset-gatsby-package": "^3.13.0-next.0",
6666
"cross-env": "^7.0.3",

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -4684,10 +4684,10 @@
46844684
dependencies:
46854685
"@types/unist" "*"
46864686

4687-
"@types/hosted-git-info@^3.0.2":
4688-
version "3.0.2"
4689-
resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.2.tgz#aa671076f5edefa4fab1189b467e6c63987be818"
4690-
integrity sha512-RURNTeEFUwF+ifnp7kK3WLLlTmBSlRynLNS9jeAsI6RHtSrupV0l0nO6kmpaz75EUJVexy348bR452SvmH98vQ==
4687+
"@types/hosted-git-info@^3.0.5":
4688+
version "3.0.5"
4689+
resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.5.tgz#658e80083026a0574fbfd256abb5cbfb6ecd2218"
4690+
integrity sha512-Dmngh7U003cOHPhKGyA7LWqrnvcTyILNgNPmNCxlx7j8MIi54iBliiT8XqVLIQ3GchoOjVAyBzNJVyuaJjqokg==
46914691

46924692
"@types/html-minifier-terser@^6.0.0":
46934693
version "6.1.0"
@@ -5112,10 +5112,10 @@
51125112
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.0.0.tgz#453743c5bbf9f1bed61d959baab5b06be029b2d0"
51135113
integrity sha512-wBlsw+8n21e6eTd4yVv8YD/E3xq0O6nNnJIquutAsFGE7EyMKz7W6RNT6BRu1SmdgmlCZ9tb0X+j+D6HGr8pZw==
51145114

5115-
"@types/yargs@^15.0.0", "@types/yargs@^15.0.15":
5116-
version "15.0.15"
5117-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.15.tgz#e609a2b1ef9e05d90489c2f5f45bbfb2be092158"
5118-
integrity sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==
5115+
"@types/yargs@^15.0.0", "@types/yargs@^15.0.19":
5116+
version "15.0.19"
5117+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.19.tgz#328fb89e46109ecbdb70c295d96ff2f46dfd01b9"
5118+
integrity sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==
51195119
dependencies:
51205120
"@types/yargs-parser" "*"
51215121

0 commit comments

Comments
 (0)
Please sign in to comment.