From 993bb5c5c8e49255f4d54eafc3c78e87591d4793 Mon Sep 17 00:00:00 2001 From: Adam Schay Date: Thu, 1 Apr 2021 21:22:51 -0700 Subject: [PATCH] chore: update nonbreaking types --- package.json | 8 +- packages/create-gatsby/package.json | 5 +- packages/gatsby-admin/package.json | 2 +- packages/gatsby-cli/package.json | 4 +- packages/gatsby-core-utils/package.json | 4 +- packages/gatsby-link/package.json | 1 - packages/gatsby-plugin-image/package.json | 8 +- packages/gatsby-plugin-sharp/package.json | 2 +- .../gatsby-transformer-sharp/package.json | 2 +- packages/gatsby/package.json | 6 +- yarn.lock | 129 +++++++++--------- 11 files changed, 89 insertions(+), 82 deletions(-) diff --git a/package.json b/package.json index 43eb6f96486ce..d077fcbdd5eb8 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,14 @@ "@types/express": "^4.17.3", "@types/fs-extra": "^9.0.11", "@types/got": "^9.6.11", - "@types/jaeger-client": "^3.15.4", + "@types/jaeger-client": "^3.18.0", "@types/jest": "^24.9.1", "@types/joi": "^14.3.4", "@types/lodash": "^4.14.168", - "@types/node": "^12.20.6", - "@types/node-fetch": "^2.5.8", + "@types/node": "^12.20.10", + "@types/node-fetch": "^2.5.10", "@types/normalize-path": "^3.0.0", - "@types/react": "^16.9.56", + "@types/react": "^16.14.5", "@types/semver": "^7.3.4", "@types/signal-exit": "^3.0.0", "@types/stack-trace": "^0.0.29", diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 47b88e03a6405..9970e4accce2b 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -18,11 +18,12 @@ "devDependencies": { "@ascorbic/worker-threads-shim": "^1.0.0", "@babel/runtime": "^7.12.5", - "@types/configstore": "^4.0.0", + "@types/configstore": "^5.0.0", "@types/fs-extra": "^9.0.11", - "@types/node": "^14.14.5", + "@types/node": "^14.14.41", "ansi-wordwrap": "^1.0.2", "common-tags": "^1.8.0", + "configstore": "^5.0.1", "enquirer": "^2.3.6", "execa": "^5.0.0", "fs-extra": "^9.1.0", diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 6243940c915e5..a0d0b1ece8643 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -15,7 +15,7 @@ "@emotion/styled": "^11.0.0", "@feedback-fish/react": "^1.2.1", "@types/react-instantsearch-dom": "^5.2.6", - "@types/socket.io-client": "^1.4.35", + "@types/socket.io-client": "^1.4.36", "csstype": "^2.6.14", "formik": "^2.2.6", "gatsby": "^3.4.0-next.3", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 9d1c290b01514..8c1bd235266a9 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -11,7 +11,6 @@ }, "dependencies": { "@babel/code-frame": "^7.10.4", - "@types/common-tags": "^1.8.0", "better-opn": "^3.0.0", "chalk": "^4.1.0", "clipboardy": "^2.3.0", @@ -56,8 +55,9 @@ "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.4.2", + "@types/common-tags": "^1.8.0", "@types/hosted-git-info": "^3.0.1", - "@types/yargs": "^15.0.8", + "@types/yargs": "^15.0.13", "babel-preset-gatsby-package": "^1.4.0-next.0", "cross-env": "^7.0.3", "ink": "^3.0.8", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 7e195d3b780d9..1c095a2eaf5d5 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -29,7 +29,7 @@ "dist/" ], "dependencies": { - "ci-info": "2.0.0", + "ci-info": "^2.0.0", "configstore": "^5.0.1", "file-type": "^16.3.0", "fs-extra": "^9.1.0", @@ -41,7 +41,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "@types/ci-info": "2.0.0", + "@types/ci-info": "^2.0.0", "babel-preset-gatsby-package": "^1.4.0-next.0", "cross-env": "^7.0.3", "typescript": "^4.1.5" diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 35e72a0e3cc66..0e643cb94bc63 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -8,7 +8,6 @@ }, "dependencies": { "@babel/runtime": "^7.12.5", - "@types/reach__router": "^1.3.7", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 6dc2e8d3c078f..385f42dab9fd5 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -44,13 +44,13 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^11.2.2", - "@types/babel__core": "^7.1.12", + "@types/babel__core": "^7.1.14", "@types/babel__traverse": "^7.11.1", "@types/fs-extra": "^9.0.11", - "@types/node": "^14.10.2", + "@types/node": "^14.14.41", "@types/prop-types": "^15.7.3", - "@types/react": "^16.9.56", - "@types/react-dom": "^16.9.8", + "@types/react": "^16.14.5", + "@types/react-dom": "^16.9.12", "ast-pretty-print": "^2.0.1", "babel-plugin-macros": "^3.0.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index c0229a02fcbfc..afdaf533977af 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "@types/sharp": "^0.27.1", + "@types/sharp": "^0.28.0", "babel-preset-gatsby-package": "^1.4.0-next.0", "cross-env": "^7.0.3", "gatsby-plugin-image": "^1.4.0-next.1", diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index b102f657a81f8..7ccaa7c1613db 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "@types/sharp": "^0.27.1", + "@types/sharp": "^0.28.0", "babel-preset-gatsby-package": "^1.4.0-next.0", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5c85dfca0f872..54c06f8a6b498 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -22,7 +22,6 @@ "@mikaelkristiansson/domready": "^1.0.10", "@nodelib/fs.walk": "^1.2.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "@types/http-proxy": "^1.17.4", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "address": "1.1.2", @@ -168,10 +167,11 @@ "@babel/runtime": "^7.12.5", "@types/cache-manager": "^3.4.0", "@types/eslint": "^7.2.10", + "@types/http-proxy": "^1.17.5", "@types/micromatch": "^4.0.1", "@types/normalize-path": "^3.0.0", - "@types/reach__router": "^1.3.5", - "@types/semver": "^7.1.0", + "@types/reach__router": "^1.3.7", + "@types/semver": "^7.3.4", "@types/signal-exit": "^3.0.0", "@types/string-similarity": "^4.0.0", "@types/tmp": "^0.2.0", diff --git a/yarn.lock b/yarn.lock index ea22fda7ff1cf..4132b54d13ac5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3994,10 +3994,10 @@ resolved "https://registry.yarnpkg.com/@types/babel__code-frame/-/babel__code-frame-7.0.2.tgz#e0c0f1648cbc09a9d4e5b4ed2ae9a6f7c8f5aeb0" integrity sha512-imO+jT/yjOKOAS5GQZ8SDtwiIloAGGr6OaZDKB0V5JVaSfGZLat5K5/ZRtyKW6R60XHV3RHYPTFfhYb+wDKyKg== -"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.12": - version "7.1.12" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d" - integrity sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ== +"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.14": + version "7.1.14" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402" + integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g== dependencies: "@babel/parser" "^7.1.0" "@babel/types" "^7.0.0" @@ -4067,7 +4067,7 @@ "@types/node" "*" "@types/responselike" "*" -"@types/ci-info@2.0.0": +"@types/ci-info@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@types/ci-info/-/ci-info-2.0.0.tgz#51848cc0f5c30c064f4b25f7f688bf35825b3971" integrity sha512-5R2/MHILQLDCzTuhs1j4Qqq8AaKUf7Ma4KSSkCtc12+fMs47zfa34qhto9goxpyX00tQK1zxB885VCiawZ5Qhg== @@ -4091,10 +4091,10 @@ version "2.1.1" resolved "https://registry.yarnpkg.com/@types/configstore/-/configstore-2.1.1.tgz#cd1e8553633ad3185c3f2f239ecff5d2643e92b6" -"@types/configstore@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/configstore/-/configstore-4.0.0.tgz#cb718f9507e9ee73782f40d07aaca1cd747e36fa" - integrity sha512-SvCBBPzOIe/3Tu7jTl2Q8NjITjLmq9m7obzjSyb8PXWWZ31xVK6w4T6v8fOx+lrgQnqk3Yxc00LDolFsSakKCA== +"@types/configstore@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/configstore/-/configstore-5.0.0.tgz#047bc34ea162f5443569da1717e203ff95f17321" + integrity sha512-A48oa2v2dKyy5QNqfAlfvibgiJagh2mkWmsGMOE1LtqtwUH2WkS76VNfAUZ55h42TCr3jADpz/s6TbPfIjOuvw== "@types/connect@*": version "3.4.32" @@ -4235,10 +4235,10 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a" integrity sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A== -"@types/http-proxy@^1.17.4": - version "1.17.4" - resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b" - integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q== +"@types/http-proxy@^1.17.5": + version "1.17.5" + resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.5.tgz#c203c5e6e9dc6820d27a40eb1e511c70a220423d" + integrity sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q== dependencies: "@types/node" "*" @@ -4281,13 +4281,14 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jaeger-client@^3.15.4": - version "3.15.4" - resolved "https://registry.yarnpkg.com/@types/jaeger-client/-/jaeger-client-3.15.4.tgz#7c7548c1bbdfbdb819df63afb230998ed2e298dc" - integrity sha512-DdA3jLT6VoAnn9/AI7DBOSXSFFM839f1dXvf/wTWcofs8ajcclEexGPEbELYfC3XuoEIWLPd7OmrqF/6mp4n/A== +"@types/jaeger-client@^3.18.0": + version "3.18.0" + resolved "https://registry.yarnpkg.com/@types/jaeger-client/-/jaeger-client-3.18.0.tgz#7c8f4759959e021af651b315ea355a60fdc61a63" + integrity sha512-RbQvsCpapGqnuC4jVycOH/AthHr9Ze5hzbjdHclVRta29rsrA/0iHVJCsNi+nQ/iGJ3r6bQSJjp7uE29Xd+EdA== dependencies: + "@types/node" "*" opentracing "~0.14.3" - prom-client "~11.3.0" + prom-client "~11.3.0 || ^12.0.0 || ^13.0.0" "@types/jest@^24.9.1": version "24.9.1" @@ -4375,23 +4376,23 @@ dependencies: "@types/node" "*" -"@types/node-fetch@2", "@types/node-fetch@^2.5.8": - version "2.5.8" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.8.tgz#e199c835d234c7eb0846f6618012e558544ee2fb" - integrity sha512-fbjI6ja0N5ZA8TV53RUqzsKNkl9fv8Oj3T7zxW7FGv1GSH7gwJaNF8dzCjrqKaxKeUpTz4yT1DaJFq/omNpGfw== +"@types/node-fetch@2", "@types/node-fetch@^2.5.10": + version "2.5.10" + resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132" + integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ== dependencies: "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@>= 8", "@types/node@^14.10.2", "@types/node@^14.14.10", "@types/node@^14.14.5", "@types/node@^14.6.4": - version "14.14.31" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055" - integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g== +"@types/node@*", "@types/node@>= 8", "@types/node@^14.14.10", "@types/node@^14.14.41", "@types/node@^14.6.4": + version "14.14.41" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" + integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== -"@types/node@^12.20.6": - version "12.20.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.6.tgz#7b73cce37352936e628c5ba40326193443cfba25" - integrity sha512-sRVq8d+ApGslmkE9e3i+D3gFGk7aZHAT+G4cIpIEdLJYPsWiSPwcAnJEjddLQQDqV3Ra2jOclX/Sv6YrvGYiWA== +"@types/node@^12.20.10": + version "12.20.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.10.tgz#4dcb8a85a8f1211acafb88d72fafc7e3d2685583" + integrity sha512-TxCmnSSppKBBOzYzPR2BR25YlX5Oay8z2XGwFBInuA/Co0V9xJhLlW4kjbxKtgeNo3NOMbQP1A5Rc03y+XecPw== "@types/node@^8.5.7": version "8.10.59" @@ -4431,19 +4432,19 @@ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c" integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA== -"@types/reach__router@^1.3.5", "@types/reach__router@^1.3.7": +"@types/reach__router@^1.3.7": version "1.3.7" resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.7.tgz#de8ab374259ae7f7499fc1373b9697a5f3cd6428" integrity sha512-cyBEb8Ef3SJNH5NYEIDGPoMMmYUxROatuxbICusVRQIqZUB85UCt6R2Ok60tKS/TABJsJYaHyNTW3kqbpxlMjg== dependencies: "@types/react" "*" -"@types/react-dom@*", "@types/react-dom@^16.9.8": - version "16.9.8" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423" - integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA== +"@types/react-dom@*", "@types/react-dom@^16.9.12": + version "16.9.12" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.12.tgz#55cd6b17e73922edb9545e5355a0016c1734e6f4" + integrity sha512-i7NPZZpPte3jtVOoW+eLB7G/jsX5OM6GqQnH+lC0nq0rqwlK0x8WcMEvYDgFWqWhWMlTltTimzdMax6wYfZssA== dependencies: - "@types/react" "*" + "@types/react" "^16" "@types/react-instantsearch-core@*": version "6.3.0" @@ -4461,12 +4462,13 @@ "@types/react" "*" "@types/react-instantsearch-core" "*" -"@types/react@*", "@types/react@^16.9.56": - version "16.9.56" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0" - integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ== +"@types/react@*", "@types/react@^16", "@types/react@^16.14.5": + version "16.14.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.5.tgz#2c39b5cadefaf4829818f9219e5e093325979f4d" + integrity sha512-YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw== dependencies: "@types/prop-types" "*" + "@types/scheduler" "*" csstype "^3.0.2" "@types/readable-stream@^2.3.9": @@ -4515,7 +4517,12 @@ dependencies: "@types/node" "*" -"@types/semver@^7.1.0", "@types/semver@^7.3.4": +"@types/scheduler@*": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" + integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== + +"@types/semver@^7.3.4": version "7.3.4" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.4.tgz#43d7168fec6fa0988bb1a513a697b29296721afb" integrity sha512-+nVsLKlcUCeMzD2ufHEYuJ9a2ovstb6Dp52A5VsoKxDXgvE051XgHI/33I1EymwkRGQkwnA0LkhnUzituGs4EQ== @@ -4528,10 +4535,10 @@ "@types/express-serve-static-core" "*" "@types/mime" "*" -"@types/sharp@^0.27.1": - version "0.27.1" - resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.27.1.tgz#26212ceb191b3de654a898a06577869afc200c57" - integrity sha512-RbYmyPjDUzi3lI9Qm68I+82I+DNOe/jW5w+EC1FvpT/f2TYXDG6mmPZQQohy98ufq+u6OB6pQkqpcNMDxzVclg== +"@types/sharp@^0.28.0": + version "0.28.0" + resolved "https://registry.yarnpkg.com/@types/sharp/-/sharp-0.28.0.tgz#d61865182e386f1ec8d8b6a052da846695638a84" + integrity sha512-YvRFnQM44wAihAKzBDzu3BxnEohpqWd/5KXkwsSUl3qFTb51NyKHCKHX1D62YAy0jZij5aXgm/33v/Cv6VVsdA== dependencies: "@types/node" "*" @@ -4540,10 +4547,10 @@ resolved "https://registry.yarnpkg.com/@types/signal-exit/-/signal-exit-3.0.0.tgz#75e3b17660cf1f6c6cb8557675b4e680e43bbf36" integrity sha512-MaJ+16SOXz0Z27EMf3d88+B6UDglq1sn140a+5X/ROLkIcEfRq0CPg+1B2efF1GXQn4n+aKH4ti2hHG4Ya+Dzg== -"@types/socket.io-client@^1.4.35": - version "1.4.35" - resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.35.tgz#9f3d38b2f548d64beab4510b4eddc5a526b81724" - integrity sha512-MI8YmxFS+jMkIziycT5ickBWK1sZwDwy16mgH/j99Mcom6zRG/NimNGQ3vJV0uX5G6g/hEw0FG3w3b3sT5OUGw== +"@types/socket.io-client@^1.4.36": + version "1.4.36" + resolved "https://registry.yarnpkg.com/@types/socket.io-client/-/socket.io-client-1.4.36.tgz#e4f1ca065f84c20939e9850e70222202bd76ff3f" + integrity sha512-ZJWjtFBeBy1kRSYpVbeGYTElf6BqPQUkXDlHHD4k/42byCN5Rh027f4yARHCink9sKAkbtGZXEAmR0ZCnc2/Ag== "@types/source-list-map@*": version "0.1.2" @@ -4699,10 +4706,10 @@ dependencies: "@types/yargs-parser" "*" -"@types/yargs@^15.0.0", "@types/yargs@^15.0.8": - version "15.0.8" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.8.tgz#7644904cad7427eb704331ea9bf1ee5499b82e23" - integrity sha512-b0BYzFUzBpOhPjpl1wtAHU994jBeKF4TKVlT7ssFv44T617XNcPdRoG4AzHLVshLzlrF7i3lTelH7UbuNYV58Q== +"@types/yargs@^15.0.0", "@types/yargs@^15.0.13": + version "15.0.13" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc" + integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ== dependencies: "@types/yargs-parser" "*" @@ -7550,14 +7557,14 @@ chrome-trace-event@^1.0.2: dependencies: tslib "^1.9.0" -ci-info@2.0.0, ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - ci-info@^1.5.0: version "1.6.0" resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" +ci-info@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" + cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" @@ -20569,10 +20576,10 @@ progress@^2.0.0, progress@^2.0.1, progress@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" -prom-client@~11.3.0: - version "11.3.0" - resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-11.3.0.tgz#fe93f360182f1ec1921722efc211a6c0e68e0253" - integrity sha512-OqSf5WOvpGZXkfqPXUHNHpjrbEE/q8jxjktO0i7zg1cnULAtf0ET67/J5R4e4iA4MZx2260tzTzSFSWgMdTZmQ== +"prom-client@~11.3.0 || ^12.0.0 || ^13.0.0": + version "13.1.0" + resolved "https://registry.yarnpkg.com/prom-client/-/prom-client-13.1.0.tgz#1185caffd8691e28d32e373972e662964e3dba45" + integrity sha512-jT9VccZCWrJWXdyEtQddCDszYsiuWj5T0ekrPszi/WEegj3IZy6Mm09iOOVM86A4IKMWq8hZkT2dD9MaSe+sng== dependencies: tdigest "^0.1.1"