From 727ba6e976dcd829e37d4fbc5b17eb443d6bce44 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 | 6 +- 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-plugin-image/package.json | 8 +- packages/gatsby-plugin-mdx/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-recipes/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- .../package.json | 2 +- .../gatsby-transformer-sharp/package.json | 2 +- packages/gatsby/package.json | 9 +- yarn.lock | 106 +++++++++--------- 14 files changed, 82 insertions(+), 74 deletions(-) diff --git a/package.json b/package.json index 5a9b0599170a7..a32e9880edb30 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@lerna/prompt": "4.0.0", "@types/babel__code-frame": "^7.0.2", "@types/better-queue": "^3.8.2", - "@types/bluebird": "^3.5.33", + "@types/bluebird": "^3.5.34", "@types/common-tags": "^1.8.0", "@types/express": "^4.17.3", "@types/fs-extra": "^9.0.11", @@ -18,10 +18,10 @@ "@types/jest": "^24.9.1", "@types/joi": "^14.3.4", "@types/lodash": "^4.14.168", - "@types/node": "^12.20.6", + "@types/node": "^12.20.12", "@types/node-fetch": "^2.5.10", "@types/normalize-path": "^3.0.0", - "@types/react": "^16.9.56", + "@types/react": "^16.14.6", "@types/semver": "^7.3.5", "@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 773742e9eda96..41bfa214b95a6 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.44", "ansi-wordwrap": "^1.0.2", "common-tags": "^1.8.0", + "configstore": "^5.0.1", "enquirer": "^2.3.6", "execa": "^5.0.0", "fs-extra": "^10.0.0", diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index e96ee081f73cc..421b3a48109d2 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.6.0-next.0", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 5c488715801e3..3a4f7f4c08a1b 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": "^13.0.0", "@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.6.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 56db94a5f1b86..5ec2a183304d2 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.4.0", "fs-extra": "^10.0.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.6.0-next.0", "cross-env": "^7.0.3", "typescript": "^4.1.5" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 20b1722aa0269..86cb508fbdc91 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.6", - "@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.44", "@types/prop-types": "^15.7.3", - "@types/react": "^16.9.56", - "@types/react-dom": "^16.9.8", + "@types/react": "^16.14.6", + "@types/react-dom": "^16.9.12", "ast-pretty-print": "^2.0.1", "babel-plugin-macros": "^3.1.0", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index b31d7b2aedc88..26117decb635a 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -26,7 +26,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/types": "^7.14.1", "camelcase-css": "^2.0.1", "camel-case": "^4.1.2", "core-js": "^3.11.3", diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 71c86785dd5d8..23bf2e0274100 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.6.0-next.0", "cross-env": "^7.0.3", "gatsby-plugin-image": "^1.6.0-next.0", diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 212cb31fda11d..c148139e93950 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -14,7 +14,7 @@ "@babel/plugin-transform-react-jsx": "^7.12.5", "@babel/standalone": "^7.12.6", "@babel/template": "^7.10.4", - "@babel/types": "^7.12.6", + "@babel/types": "^7.14.1", "@graphql-tools/schema": "^7.1.5", "@graphql-tools/utils": "^7.9.0", "@hapi/hoek": "8.x.x", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 496a55ab55831..c1fa62e2e213a 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -49,7 +49,7 @@ "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-private-methods": "^7.10.1", "@types/cache-manager": "^3.4.0", - "@types/semver": "^7.3.4", + "@types/semver": "^7.3.5", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "^4.1.0", "babel-preset-gatsby": "^1.6.0-next.0", diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 2544ad0828a03..587e5dc27cfe4 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/runtime": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/types": "^7.14.1", "ast-types": "^0.14.2", "common-tags": "^1.8.0", "react-docgen": "^5.3.1" diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 72e7eee598e22..c0e0a5c33cab2 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.6.0-next.0", "cross-env": "^7.0.3" }, diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index f3d79759198f5..b7d7f7c7dcc0a 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -16,13 +16,13 @@ "@babel/parser": "^7.12.5", "@babel/runtime": "^7.12.5", "@babel/traverse": "^7.12.5", - "@babel/types": "^7.12.6", + "@babel/types": "^7.14.1", "@gatsbyjs/reach-router": "^1.3.6", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@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", + "@types/http-proxy": "^1.17.5", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", "address": "1.1.2", @@ -170,10 +170,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.5", "@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 20c4e93ba8586..545d9895d8cad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1300,7 +1300,7 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": +"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.14.1" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db" integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA== @@ -4145,7 +4145,7 @@ 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.0.0", "@types/babel__core@^7.1.0", "@types/babel__core@^7.1.12", "@types/babel__core@^7.1.7": +"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7": version "7.1.14" resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402" integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g== @@ -4185,10 +4185,10 @@ dependencies: "@types/node" "*" -"@types/bluebird@^3.5.33": - version "3.5.33" - resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.33.tgz#d79c020f283bd50bd76101d7d300313c107325fc" - integrity sha512-ndEo1xvnYeHxm7I/5sF6tBvnsA4Tdi3zj1keRKRs12SP+2ye2A27NDJ1B6PqkfMbGAcT+mqQVqbZRIrhfOp5PQ== +"@types/bluebird@^3.5.34": + version "3.5.34" + resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.34.tgz#0e9f1f4f5dfab98a421fb973b5f5690d22411893" + integrity sha512-QMc57Pf067Rr78l6f4FftvuIXPYxu0VYFRKrZk1Clv+LWy7gN2fTBiAiv68askFHEHZcTLPFd01kNlpKOiSPgQ== "@types/body-parser@*": version "1.17.1" @@ -4218,7 +4218,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== @@ -4242,10 +4242,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" @@ -4393,10 +4393,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" "*" @@ -4551,15 +4551,15 @@ "@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.44", "@types/node@^14.6.4": + version "14.14.44" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.44.tgz#df7503e6002847b834371c004b372529f3f85215" + integrity sha512-+gaugz6Oce6ZInfI/tK4Pq5wIIkJMEJUu92RB3Eu93mtj4wjjjz9EB5mLp5s1pSsLXdC/CPut/xF20ZzAQJbTA== -"@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.12": + version "12.20.12" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.12.tgz#fd9c1c2cfab536a2383ed1ef70f94adea743a226" + integrity sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg== "@types/node@^8.5.7": version "8.10.59" @@ -4604,19 +4604,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" @@ -4634,12 +4634,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.6": + version "16.14.6" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.6.tgz#d933a2a6bc1bfe320a5eea480e8f45ba8126d6ee" + integrity sha512-Ol/aFKune+P0FSFKIgf+XbhGzYGyz0p7g5befSt4rmbzfGLaZR0q7jPew9k7d3bvrcuaL8dPy9Oz3XGZmf9n+w== dependencies: "@types/prop-types" "*" + "@types/scheduler" "*" csstype "^3.0.2" "@types/readable-stream@^2.3.9": @@ -4688,7 +4689,12 @@ dependencies: "@types/node" "*" -"@types/semver@^7.1.0", "@types/semver@^7.3.4", "@types/semver@^7.3.5": +"@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.5": version "7.3.5" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.5.tgz#74deebbbcb1e86634dbf10a5b5e8798626f5a597" integrity sha512-iotVxtCCsPLRAvxMFFgxL8HD2l4mAZ2Oin7/VJ2ooWO0VOK4EGOGmZWZn1uCq7RofR3I/1IOSjCHlFT71eVK0Q== @@ -4701,10 +4707,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" "*" @@ -4713,10 +4719,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" @@ -4884,10 +4890,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" "*" @@ -7866,14 +7872,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"