From de7081cdbb4c6ddb8ff60ac15089a19f70ee3a3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:31:28 -0400 Subject: [PATCH] chore(deps): update all non-major dependencies (#4348) * chore(deps): update all non-major dependencies * chore(dependencies): updated changesets for modified dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- .../@graphql-mesh_config-4348-dependencies.md | 7 + .../@graphql-mesh_odata-4348-dependencies.md | 7 + ...@graphql-mesh_openapi-4348-dependencies.md | 7 + ...omnigraph_json-schema-4348-dependencies.md | 7 + .../@omnigraph_raml-4348-dependencies.md | 7 + .changeset/json-machete-4348-dependencies.md | 7 + examples/cloudflare-workers/package.json | 2 +- .../json-schema-subscriptions/package.json | 2 +- examples/openapi-subscriptions/package.json | 2 +- examples/postgres-geodb/package.json | 2 +- examples/spacex-cfw/package.json | 2 +- package.json | 6 +- packages/config/package.json | 2 +- packages/handlers/odata/package.json | 2 +- packages/handlers/openapi/package.json | 2 +- packages/json-machete/package.json | 2 +- packages/loaders/json-schema/package.json | 2 +- packages/loaders/openapi/package.json | 2 +- packages/loaders/raml/package.json | 2 +- yarn.lock | 183 ++++++++++-------- 20 files changed, 156 insertions(+), 99 deletions(-) create mode 100644 .changeset/@graphql-mesh_config-4348-dependencies.md create mode 100644 .changeset/@graphql-mesh_odata-4348-dependencies.md create mode 100644 .changeset/@graphql-mesh_openapi-4348-dependencies.md create mode 100644 .changeset/@omnigraph_json-schema-4348-dependencies.md create mode 100644 .changeset/@omnigraph_raml-4348-dependencies.md create mode 100644 .changeset/json-machete-4348-dependencies.md diff --git a/.changeset/@graphql-mesh_config-4348-dependencies.md b/.changeset/@graphql-mesh_config-4348-dependencies.md new file mode 100644 index 0000000000000..dee5ec4f2076b --- /dev/null +++ b/.changeset/@graphql-mesh_config-4348-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphql-mesh/config": patch +--- + +dependencies updates: + +- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.7`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_odata-4348-dependencies.md b/.changeset/@graphql-mesh_odata-4348-dependencies.md new file mode 100644 index 0000000000000..17ad19d3a27a8 --- /dev/null +++ b/.changeset/@graphql-mesh_odata-4348-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphql-mesh/odata": patch +--- + +dependencies updates: + +- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.7`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_openapi-4348-dependencies.md b/.changeset/@graphql-mesh_openapi-4348-dependencies.md new file mode 100644 index 0000000000000..b8da82a04a176 --- /dev/null +++ b/.changeset/@graphql-mesh_openapi-4348-dependencies.md @@ -0,0 +1,7 @@ +--- +"@graphql-mesh/openapi": patch +--- + +dependencies updates: + +- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.7`, in `dependencies`) diff --git a/.changeset/@omnigraph_json-schema-4348-dependencies.md b/.changeset/@omnigraph_json-schema-4348-dependencies.md new file mode 100644 index 0000000000000..5b1c8b75af627 --- /dev/null +++ b/.changeset/@omnigraph_json-schema-4348-dependencies.md @@ -0,0 +1,7 @@ +--- +"@omnigraph/json-schema": patch +--- + +dependencies updates: + +- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.7`, in `dependencies`) diff --git a/.changeset/@omnigraph_raml-4348-dependencies.md b/.changeset/@omnigraph_raml-4348-dependencies.md new file mode 100644 index 0000000000000..86f6c84a0a955 --- /dev/null +++ b/.changeset/@omnigraph_raml-4348-dependencies.md @@ -0,0 +1,7 @@ +--- +"@omnigraph/raml": patch +--- + +dependencies updates: + +- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.7`, in `dependencies`) diff --git a/.changeset/json-machete-4348-dependencies.md b/.changeset/json-machete-4348-dependencies.md new file mode 100644 index 0000000000000..b74100b3b5e27 --- /dev/null +++ b/.changeset/json-machete-4348-dependencies.md @@ -0,0 +1,7 @@ +--- +"json-machete": patch +--- + +dependencies updates: + +- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.7`, in `dependencies`) diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 10a30f6f73627..dcb8bfe530b10 100644 --- a/examples/cloudflare-workers/package.json +++ b/examples/cloudflare-workers/package.json @@ -11,6 +11,6 @@ "graphql": "16.6.0" }, "devDependencies": { - "wrangler": "2.0.26" + "wrangler": "2.0.27" } } diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index cc8af04384fa2..094218cbd9e2c 100644 --- a/examples/json-schema-subscriptions/package.json +++ b/examples/json-schema-subscriptions/package.json @@ -15,7 +15,7 @@ "graphql": "16.6.0", "body-parser": "1.20.0", "express": "4.18.1", - "@whatwg-node/fetch": "0.2.9" + "@whatwg-node/fetch": "0.3.2" }, "devDependencies": { "concurrently": "5.3.0" diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 62c4c70733b07..fecb9e58afef1 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -12,6 +12,6 @@ "graphql": "16.6.0", "body-parser": "1.20.0", "express": "4.18.1", - "@whatwg-node/fetch": "0.2.9" + "@whatwg-node/fetch": "0.3.2" } } diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index ad77a83365a5f..bb9a5e938f003 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -9,7 +9,7 @@ "mesh:build": "mesh build" }, "devDependencies": { - "@types/node": "16.11.52", + "@types/node": "16.11.53", "ts-node": "10.9.1", "typescript": "4.7.4", "cross-env": "7.0.3" diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index ae688c2383aef..aa64acfcbe602 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -10,6 +10,6 @@ "graphql": "16.6.0" }, "devDependencies": { - "wrangler": "2.0.26" + "wrangler": "2.0.27" } } diff --git a/package.json b/package.json index 4233e3ac05c1b..0c7f0ee5b9e2b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@ardatan/graphql-to-config-schema": "0.1.25", - "@babel/core": "7.18.10", + "@babel/core": "7.18.13", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/preset-env": "7.18.10", "@babel/preset-typescript": "7.18.6", @@ -36,8 +36,8 @@ "@theguild/prettier-config": "0.0.3", "@types/jest": "28.1.7", "@types/node": "18.6.5", - "@typescript-eslint/eslint-plugin": "5.33.1", - "@typescript-eslint/parser": "5.33.1", + "@typescript-eslint/eslint-plugin": "5.34.0", + "@typescript-eslint/parser": "5.34.0", "babel-jest": "28.1.3", "bob-the-bundler": "1.7.3", "eslint": "8.22.0", diff --git a/packages/config/package.json b/packages/config/package.json index 9607f22f21f4a..8d36413d21807 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -40,7 +40,7 @@ "@graphql-tools/load": "7.7.4", "@graphql-tools/code-file-loader": "7.3.3", "@graphql-tools/graphql-file-loader": "7.5.2", - "@whatwg-node/fetch": "^0.2.7", + "@whatwg-node/fetch": "^0.3.0", "fetchache": "0.1.2", "param-case": "3.0.4", "@envelop/core": "2.5.0", diff --git a/packages/handlers/odata/package.json b/packages/handlers/odata/package.json index c98459cdffc88..a810a0d26cf19 100644 --- a/packages/handlers/odata/package.json +++ b/packages/handlers/odata/package.json @@ -39,7 +39,7 @@ "@graphql-mesh/utils": "0.38.0", "@graphql-tools/utils": "8.10.0", "http-string-parser": "0.0.6", - "@whatwg-node/fetch": "^0.2.7", + "@whatwg-node/fetch": "^0.3.0", "dataloader": "2.1.0", "fast-xml-parser": "4.0.9", "graphql-compose": "9.0.8", diff --git a/packages/handlers/openapi/package.json b/packages/handlers/openapi/package.json index 62d08a4345434..30600a9aebc58 100644 --- a/packages/handlers/openapi/package.json +++ b/packages/handlers/openapi/package.json @@ -39,7 +39,7 @@ "@graphql-mesh/string-interpolation": "0.3.2", "@graphql-mesh/utils": "0.38.0", "@graphql-tools/utils": "8.10.0", - "@whatwg-node/fetch": "^0.2.7", + "@whatwg-node/fetch": "^0.3.0", "deep-equal": "2.0.5", "form-urlencoded": "6.1.0", "jsonpath-plus": "7.0.0", diff --git a/packages/json-machete/package.json b/packages/json-machete/package.json index 98167d4a90f49..79e8c47221879 100644 --- a/packages/json-machete/package.json +++ b/packages/json-machete/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@json-schema-tools/meta-schema": "1.6.19", - "@whatwg-node/fetch": "^0.2.7", + "@whatwg-node/fetch": "^0.3.0", "json-pointer": "0.6.2", "@graphql-mesh/types": "0.79.0", "@graphql-mesh/utils": "0.38.0", diff --git a/packages/loaders/json-schema/package.json b/packages/loaders/json-schema/package.json index 3b1214733603d..189b3c3806c8c 100644 --- a/packages/loaders/json-schema/package.json +++ b/packages/loaders/json-schema/package.json @@ -33,7 +33,7 @@ "@types/qs": "6.9.7" }, "dependencies": { - "@whatwg-node/fetch": "^0.2.7", + "@whatwg-node/fetch": "^0.3.0", "json-machete": "0.12.0", "@graphql-mesh/types": "0.79.0", "@graphql-mesh/string-interpolation": "0.3.2", diff --git a/packages/loaders/openapi/package.json b/packages/loaders/openapi/package.json index 88353a21c0508..ca8cd0df088d4 100644 --- a/packages/loaders/openapi/package.json +++ b/packages/loaders/openapi/package.json @@ -39,7 +39,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@whatwg-node/fetch": "0.2.9", + "@whatwg-node/fetch": "0.3.2", "@graphql-tools/utils": "8.10.0", "json-bigint-patch": "0.0.8" }, diff --git a/packages/loaders/raml/package.json b/packages/loaders/raml/package.json index e94e83dc7a1ee..f9554e7130f82 100644 --- a/packages/loaders/raml/package.json +++ b/packages/loaders/raml/package.json @@ -28,7 +28,7 @@ "graphql": "*" }, "dependencies": { - "@whatwg-node/fetch": "^0.2.7", + "@whatwg-node/fetch": "^0.3.0", "@omnigraph/json-schema": "0.28.0", "@ardatan/raml-1-parser": "1.1.69", "json-machete": "0.12.0", diff --git a/yarn.lock b/yarn.lock index 12909b96ffdff..601e12c1e395d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -482,21 +482,21 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== -"@babel/core@7.18.10", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.16.0", "@babel/core@^7.18.10", "@babel/core@^7.7.2", "@babel/core@^7.8.0": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8" - integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== +"@babel/core@7.18.13", "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.0", "@babel/core@^7.16.0", "@babel/core@^7.18.10", "@babel/core@^7.7.2", "@babel/core@^7.8.0": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac" + integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A== dependencies: "@ampproject/remapping" "^2.1.0" "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.10" + "@babel/generator" "^7.18.13" "@babel/helper-compilation-targets" "^7.18.9" "@babel/helper-module-transforms" "^7.18.9" "@babel/helpers" "^7.18.9" - "@babel/parser" "^7.18.10" + "@babel/parser" "^7.18.13" "@babel/template" "^7.18.10" - "@babel/traverse" "^7.18.10" - "@babel/types" "^7.18.10" + "@babel/traverse" "^7.18.13" + "@babel/types" "^7.18.13" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" @@ -512,12 +512,12 @@ eslint-visitor-keys "^2.1.0" semver "^6.3.0" -"@babel/generator@^7.14.0", "@babel/generator@^7.18.10", "@babel/generator@^7.7.2": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a" - integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA== +"@babel/generator@^7.14.0", "@babel/generator@^7.18.13", "@babel/generator@^7.7.2": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212" + integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ== dependencies: - "@babel/types" "^7.18.10" + "@babel/types" "^7.18.13" "@jridgewell/gen-mapping" "^0.3.2" jsesc "^2.5.1" @@ -731,10 +731,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.18.10": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1" - integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.8", "@babel/parser@^7.18.10", "@babel/parser@^7.18.13": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" + integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": version "7.18.6" @@ -1511,26 +1511,26 @@ "@babel/parser" "^7.18.10" "@babel/types" "^7.18.10" -"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08" - integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g== +"@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" + integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA== dependencies: "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.10" + "@babel/generator" "^7.18.13" "@babel/helper-environment-visitor" "^7.18.9" "@babel/helper-function-name" "^7.18.9" "@babel/helper-hoist-variables" "^7.18.6" "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.18.10" - "@babel/types" "^7.18.10" + "@babel/parser" "^7.18.13" + "@babel/types" "^7.18.13" debug "^4.1.0" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" - integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== +"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.16.8", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a" + integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ== dependencies: "@babel/helper-string-parser" "^7.18.10" "@babel/helper-validator-identifier" "^7.18.6" @@ -5351,10 +5351,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.5.tgz#06caea822caf9e59d5034b695186ee74154d2802" integrity sha512-Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw== -"@types/node@16.11.52": - version "16.11.52" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.52.tgz#d797437435455f237800c171d05639f0335c37b9" - integrity sha512-GnstYouCa9kbYokBCWEVrszJ1P2rGAQpKrqACHKuixkaT8XGu8nsqHvEUIGqDs5vwtsJ7LrYqnPDKRD1V+M39A== +"@types/node@16.11.53": + version "16.11.53" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.53.tgz#0826570a96f46cdba185c7129f11628bd6d3ab11" + integrity sha512-3yJerjVV8GlGSWCjEPal2cDymbQEE/1bhUr1NdW5apDPZo6EjBaqHxR7AC4wKmZ24Hzqcz+tgJyAGe9qcGHw7w== "@types/node@18.6.1": version "18.6.1" @@ -5608,14 +5608,14 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@5.33.1", "@typescript-eslint/eslint-plugin@^5.5.0": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz#c0a480d05211660221eda963cc844732fe9b1714" - integrity sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ== +"@typescript-eslint/eslint-plugin@5.34.0", "@typescript-eslint/eslint-plugin@^5.5.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35" + integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ== dependencies: - "@typescript-eslint/scope-manager" "5.33.1" - "@typescript-eslint/type-utils" "5.33.1" - "@typescript-eslint/utils" "5.33.1" + "@typescript-eslint/scope-manager" "5.34.0" + "@typescript-eslint/type-utils" "5.34.0" + "@typescript-eslint/utils" "5.34.0" debug "^4.3.4" functional-red-black-tree "^1.0.1" ignore "^5.2.0" @@ -5630,14 +5630,14 @@ dependencies: "@typescript-eslint/utils" "5.31.0" -"@typescript-eslint/parser@5.33.1", "@typescript-eslint/parser@^5.21.0", "@typescript-eslint/parser@^5.5.0": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.1.tgz#e4b253105b4d2a4362cfaa4e184e2d226c440ff3" - integrity sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA== +"@typescript-eslint/parser@5.34.0", "@typescript-eslint/parser@^5.21.0", "@typescript-eslint/parser@^5.5.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07" + integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ== dependencies: - "@typescript-eslint/scope-manager" "5.33.1" - "@typescript-eslint/types" "5.33.1" - "@typescript-eslint/typescript-estree" "5.33.1" + "@typescript-eslint/scope-manager" "5.34.0" + "@typescript-eslint/types" "5.34.0" + "@typescript-eslint/typescript-estree" "5.34.0" debug "^4.3.4" "@typescript-eslint/scope-manager@5.31.0": @@ -5648,20 +5648,20 @@ "@typescript-eslint/types" "5.31.0" "@typescript-eslint/visitor-keys" "5.31.0" -"@typescript-eslint/scope-manager@5.33.1": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz#8d31553e1b874210018ca069b3d192c6d23bc493" - integrity sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA== +"@typescript-eslint/scope-manager@5.34.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527" + integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow== dependencies: - "@typescript-eslint/types" "5.33.1" - "@typescript-eslint/visitor-keys" "5.33.1" + "@typescript-eslint/types" "5.34.0" + "@typescript-eslint/visitor-keys" "5.34.0" -"@typescript-eslint/type-utils@5.33.1": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz#1a14e94650a0ae39f6e3b77478baff002cec4367" - integrity sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g== +"@typescript-eslint/type-utils@5.34.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d" + integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg== dependencies: - "@typescript-eslint/utils" "5.33.1" + "@typescript-eslint/utils" "5.34.0" debug "^4.3.4" tsutils "^3.21.0" @@ -5670,10 +5670,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a" integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g== -"@typescript-eslint/types@5.33.1": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.1.tgz#3faef41793d527a519e19ab2747c12d6f3741ff7" - integrity sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ== +"@typescript-eslint/types@5.34.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78" + integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA== "@typescript-eslint/typescript-estree@5.31.0": version "5.31.0" @@ -5688,13 +5688,13 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/typescript-estree@5.33.1": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz#a573bd360790afdcba80844e962d8b2031984f34" - integrity sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA== +"@typescript-eslint/typescript-estree@5.34.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a" + integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A== dependencies: - "@typescript-eslint/types" "5.33.1" - "@typescript-eslint/visitor-keys" "5.33.1" + "@typescript-eslint/types" "5.34.0" + "@typescript-eslint/visitor-keys" "5.34.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -5713,15 +5713,15 @@ eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/utils@5.33.1", "@typescript-eslint/utils@^5.13.0": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.1.tgz#171725f924fe1fe82bb776522bb85bc034e88575" - integrity sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ== +"@typescript-eslint/utils@5.34.0", "@typescript-eslint/utils@^5.13.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743" + integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ== dependencies: "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.33.1" - "@typescript-eslint/types" "5.33.1" - "@typescript-eslint/typescript-estree" "5.33.1" + "@typescript-eslint/scope-manager" "5.34.0" + "@typescript-eslint/types" "5.34.0" + "@typescript-eslint/typescript-estree" "5.34.0" eslint-scope "^5.1.1" eslint-utils "^3.0.0" @@ -5733,12 +5733,12 @@ "@typescript-eslint/types" "5.31.0" eslint-visitor-keys "^3.3.0" -"@typescript-eslint/visitor-keys@5.33.1": - version "5.33.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz#0155c7571c8cd08956580b880aea327d5c34a18b" - integrity sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg== +"@typescript-eslint/visitor-keys@5.34.0": + version "5.34.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40" + integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw== dependencies: - "@typescript-eslint/types" "5.33.1" + "@typescript-eslint/types" "5.34.0" eslint-visitor-keys "^3.3.0" "@udacity/types-service-worker-mock@1.2.0": @@ -5895,7 +5895,22 @@ "@webassemblyjs/ast" "1.11.1" "@xtuc/long" "4.2.2" -"@whatwg-node/fetch@0.2.9", "@whatwg-node/fetch@^0.2.6", "@whatwg-node/fetch@^0.2.7", "@whatwg-node/fetch@^0.2.9": +"@whatwg-node/fetch@0.3.2", "@whatwg-node/fetch@^0.3.0": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.3.2.tgz#da4323795c26c135563ba01d49dc16037bec4287" + integrity sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ== + dependencies: + "@peculiar/webcrypto" "^1.4.0" + abort-controller "^3.0.0" + busboy "^1.6.0" + event-target-polyfill "^0.0.3" + form-data-encoder "^1.7.1" + formdata-node "^4.3.1" + node-fetch "^2.6.7" + undici "^5.8.0" + web-streams-polyfill "^3.2.0" + +"@whatwg-node/fetch@^0.2.6", "@whatwg-node/fetch@^0.2.9": version "0.2.9" resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.2.9.tgz#0f0e72f79957a0544d2a9455082802d87be93ffe" integrity sha512-h+ehuqE/ZqJdRy+xywHyKpBIPmST0ms8Itgf4gGSu10pJrmod3/t9DbG/GlATvLBE4pvqYHrxKAKo3NNQVJc3g== @@ -21079,10 +21094,10 @@ workbox-window@6.5.3: "@types/trusted-types" "^2.0.2" workbox-core "6.5.3" -wrangler@2.0.26: - version "2.0.26" - resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-2.0.26.tgz#24645e2c1615b9f7176c328b3166b7443c1b0304" - integrity sha512-r0uuk8Iu0iDmADG5l2DuN1++bis8giGSqjvXroiltd6jXd1xHgLhiAOowLpDK48CM9e6AYNVZ/0QF3XGCRUq/w== +wrangler@2.0.27: + version "2.0.27" + resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-2.0.27.tgz#d2a7fb483f4b301921989ff0b8f2bbb2cfadb4ba" + integrity sha512-dH0Nv41OiFsHu+mZFMGv1kEO6lOEoxon8kKHToG0YSpGBsObsxurkoyWJDvkAgtnrM00QF8F1Chy15zs0sjJkg== dependencies: "@cloudflare/kv-asset-handler" "^0.2.0" "@esbuild-plugins/node-globals-polyfill" "^0.1.1"