From d1482959ee5e943f9ed74e7dfb9dccb078f87836 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:11:28 +0100 Subject: [PATCH] chore(deps): update [dev] minor and patch dependencies for gatsby-cli (#38592) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/gatsby-cli/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 0d68029287b5b..0bf6aa79d66c1 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -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.5", + "@types/yargs": "^15.0.19", "babel-plugin-lodash": "^3.3.4", "babel-preset-gatsby-package": "^3.13.0-next.0", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index c0e1d5c5b4915..f782f3c1ea0a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4684,10 +4684,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.5": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.5.tgz#658e80083026a0574fbfd256abb5cbfb6ecd2218" + integrity sha512-Dmngh7U003cOHPhKGyA7LWqrnvcTyILNgNPmNCxlx7j8MIi54iBliiT8XqVLIQ3GchoOjVAyBzNJVyuaJjqokg== "@types/html-minifier-terser@^6.0.0": version "6.1.0" @@ -5112,10 +5112,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.19": + version "15.0.19" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.19.tgz#328fb89e46109ecbdb70c295d96ff2f46dfd01b9" + integrity sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA== dependencies: "@types/yargs-parser" "*"