diff --git a/.changeset/@graphprotocol_client-add-source-name-319-dependencies.md b/.changeset/@graphprotocol_client-add-source-name-319-dependencies.md new file mode 100644 index 00000000..d002ee33 --- /dev/null +++ b/.changeset/@graphprotocol_client-add-source-name-319-dependencies.md @@ -0,0 +1,7 @@ +--- +'@graphprotocol/client-add-source-name': patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/delegate@9.0.9` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.9) (from `9.0.8`, in `peerDependencies`) + - Updated dependency [`@graphql-tools/wrap@9.2.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.2.4) (from `9.2.3`, in `peerDependencies`) + - Updated dependency [`@graphql-tools/utils@8.13.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.13.0) (from `8.12.0`, in `peerDependencies`) diff --git a/.changeset/@graphprotocol_client-apollo-319-dependencies.md b/.changeset/@graphprotocol_client-apollo-319-dependencies.md new file mode 100644 index 00000000..fcf09dd8 --- /dev/null +++ b/.changeset/@graphprotocol_client-apollo-319-dependencies.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/client-apollo': patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/apollo-link@8.0.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/apollo-link/v/8.0.4) (from `8.0.3`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-auto-pagination-319-dependencies.md b/.changeset/@graphprotocol_client-auto-pagination-319-dependencies.md new file mode 100644 index 00000000..69c3799e --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-pagination-319-dependencies.md @@ -0,0 +1,7 @@ +--- +'@graphprotocol/client-auto-pagination': patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/delegate@9.0.9` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.9) (from `9.0.8`, in `dependencies`) + - Updated dependency [`@graphql-tools/wrap@9.2.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/9.2.4) (from `9.2.3`, in `dependencies`) + - Updated dependency [`@graphql-tools/utils@8.13.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.13.0) (from `8.12.0`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-auto-type-merging-319-dependencies.md b/.changeset/@graphprotocol_client-auto-type-merging-319-dependencies.md new file mode 100644 index 00000000..24965fae --- /dev/null +++ b/.changeset/@graphprotocol_client-auto-type-merging-319-dependencies.md @@ -0,0 +1,6 @@ +--- +'@graphprotocol/client-auto-type-merging': patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/delegate@9.0.9` ↗︎](https://www.npmjs.com/package/@graphql-tools/delegate/v/9.0.9) (from `9.0.8`, in `dependencies`) + - Updated dependency [`@graphql-mesh/transform-type-merging@0.4.51` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-type-merging/v/0.4.51) (from `0.4.48`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-block-tracking-319-dependencies.md b/.changeset/@graphprotocol_client-block-tracking-319-dependencies.md new file mode 100644 index 00000000..fc0d94fa --- /dev/null +++ b/.changeset/@graphprotocol_client-block-tracking-319-dependencies.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/client-block-tracking': patch +--- +dependencies updates: + - Updated dependency [`@graphql-tools/utils@8.13.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/8.13.0) (from `8.12.0`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-cli-319-dependencies.md b/.changeset/@graphprotocol_client-cli-319-dependencies.md new file mode 100644 index 00000000..52a692b3 --- /dev/null +++ b/.changeset/@graphprotocol_client-cli-319-dependencies.md @@ -0,0 +1,6 @@ +--- +'@graphprotocol/client-cli': patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/cli@0.79.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cli/v/0.79.1) (from `0.78.40`, in `dependencies`) + - Updated dependency [`@graphql-mesh/graphql@0.31.29` ↗︎](https://www.npmjs.com/package/@graphql-mesh/graphql/v/0.31.29) (from `0.31.26`, in `dependencies`) diff --git a/.changeset/@graphprotocol_client-urql-319-dependencies.md b/.changeset/@graphprotocol_client-urql-319-dependencies.md new file mode 100644 index 00000000..7386c529 --- /dev/null +++ b/.changeset/@graphprotocol_client-urql-319-dependencies.md @@ -0,0 +1,5 @@ +--- +'@graphprotocol/client-urql': patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/urql-exchange@8.0.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/urql-exchange/v/8.0.3) (from `8.0.2`, in `dependencies`) diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 5f34fc35..27651e42 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -10,7 +10,7 @@ "graphiql": "graphclient serve-dev" }, "dependencies": { - "@apollo/client": "3.7.0", + "@apollo/client": "3.7.1", "@graphprotocol/client-apollo": "1.0.12", "graphql": "16.6.0", "react": "18.2.0", @@ -18,8 +18,8 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.15", - "@types/react": "18.0.21", - "@types/react-dom": "18.0.6", + "@types/react": "18.0.24", + "@types/react-dom": "18.0.8", "@vitejs/plugin-react": "2.2.0", "typescript": "4.8.4", "vite": "3.2.1" diff --git a/examples/composition/package.json b/examples/composition/package.json index bebf633c..067fd2f3 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphprotocol/client-cli": "2.2.15", - "@graphql-mesh/transform-rename": "0.12.96", + "@graphql-mesh/transform-rename": "0.12.99", "concurrently": "7.5.0", "graphql": "16.6.0", "nodemon": "2.0.20", diff --git a/examples/execute/package.json b/examples/execute/package.json index f778d7a6..c9311bea 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -16,8 +16,8 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.15", - "@types/react": "18.0.21", - "@types/react-dom": "18.0.6", + "@types/react": "18.0.24", + "@types/react-dom": "18.0.8", "@vitejs/plugin-react": "2.2.0", "typescript": "4.8.4", "vite": "3.2.1" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 66a67d78..653fb5a4 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -18,8 +18,8 @@ "devDependencies": { "@graphprotocol/client-cli": "2.2.15", "@types/node": "17.0.26", - "@types/react": "18.0.21", - "eslint": "8.25.0", + "@types/react": "18.0.24", + "eslint": "8.26.0", "eslint-config-next": "12.3.1", "typescript": "4.8.4" } diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 7e0fcfb0..30d304a8 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.15", - "@types/react": "18.0.21", - "@types/react-dom": "18.0.6", + "@types/react": "18.0.24", + "@types/react-dom": "18.0.8", "@vitejs/plugin-react": "2.2.0", "typescript": "4.8.4", "vite": "3.2.1" diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 62925a96..ef3e4091 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -18,8 +18,8 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.15", - "@types/react": "18.0.21", - "@types/react-dom": "18.0.6", + "@types/react": "18.0.24", + "@types/react-dom": "18.0.8", "@vitejs/plugin-react": "2.2.0", "typescript": "4.8.4", "vite": "3.2.1" diff --git a/examples/urql/package.json b/examples/urql/package.json index fb2db784..aede98b0 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -18,8 +18,8 @@ }, "devDependencies": { "@graphprotocol/client-cli": "2.2.15", - "@types/react": "18.0.21", - "@types/react-dom": "18.0.6", + "@types/react": "18.0.24", + "@types/react-dom": "18.0.8", "@vitejs/plugin-react": "2.2.0", "typescript": "4.8.4", "vite": "3.2.1" diff --git a/package.json b/package.json index 280334dc..6e27255a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@babel/core": "7.19.6", "@babel/plugin-proposal-class-properties": "7.18.6", - "@babel/plugin-proposal-decorators": "7.19.6", + "@babel/plugin-proposal-decorators": "7.20.0", "@babel/preset-env": "7.19.4", "@babel/preset-typescript": "7.18.6", "@changesets/cli": "2.25.0", @@ -48,13 +48,13 @@ "@types/babel__core": "7.1.19", "@types/babel__preset-env": "7.9.2", "@types/jest": "29.2.0", - "babel-jest": "29.2.1", + "babel-jest": "29.2.2", "babel-plugin-parameter-decorator": "1.0.16", "babel-plugin-transform-typescript-metadata": "0.3.2", "bob-the-bundler": "4.0.0", "graphql": "16.6.0", "husky": "8.0.1", - "jest": "29.2.1", + "jest": "29.2.2", "prettier": "2.7.1", "pretty-quick": "3.1.3", "rimraf": "3.0.2", diff --git a/packages/add-source-name/package.json b/packages/add-source-name/package.json index 52d701db..a6c8bb65 100644 --- a/packages/add-source-name/package.json +++ b/packages/add-source-name/package.json @@ -54,9 +54,9 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "@graphql-tools/delegate": "9.0.8", - "@graphql-tools/wrap": "9.2.3", - "@graphql-tools/utils": "8.12.0", + "@graphql-tools/delegate": "9.0.9", + "@graphql-tools/wrap": "9.2.4", + "@graphql-tools/utils": "8.13.0", "@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0" }, "type": "module" diff --git a/packages/apollo/package.json b/packages/apollo/package.json index ef713a29..7b5011ec 100644 --- a/packages/apollo/package.json +++ b/packages/apollo/package.json @@ -46,7 +46,7 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/apollo-link": "8.0.3", + "@graphql-mesh/apollo-link": "8.0.4", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/packages/auto-pagination/package.json b/packages/auto-pagination/package.json index c20e2f82..7abcab25 100644 --- a/packages/auto-pagination/package.json +++ b/packages/auto-pagination/package.json @@ -46,15 +46,15 @@ "access": "public" }, "dependencies": { - "@graphql-tools/delegate": "9.0.8", - "@graphql-tools/wrap": "9.2.3", - "@graphql-tools/utils": "8.12.0", + "@graphql-tools/delegate": "9.0.9", + "@graphql-tools/wrap": "9.2.4", + "@graphql-tools/utils": "8.13.0", "lodash": "4.17.21", "tslib": "^2.4.0" }, "devDependencies": { "@types/lodash": "4.14.186", - "@graphql-mesh/transform-prefix": "0.11.95" + "@graphql-mesh/transform-prefix": "0.11.98" }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/auto-type-merging/package.json b/packages/auto-type-merging/package.json index fdbf8d6f..4536eb29 100644 --- a/packages/auto-type-merging/package.json +++ b/packages/auto-type-merging/package.json @@ -46,8 +46,8 @@ "access": "public" }, "dependencies": { - "@graphql-tools/delegate": "9.0.8", - "@graphql-mesh/transform-type-merging": "0.4.48", + "@graphql-tools/delegate": "9.0.9", + "@graphql-mesh/transform-type-merging": "0.4.51", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/packages/block-tracking/package.json b/packages/block-tracking/package.json index ba0d6ee6..cc425c8b 100644 --- a/packages/block-tracking/package.json +++ b/packages/block-tracking/package.json @@ -46,7 +46,7 @@ "access": "public" }, "dependencies": { - "@graphql-tools/utils": "8.12.0", + "@graphql-tools/utils": "8.13.0", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 5203bced..96cc74a7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/cli": "0.78.40", - "@graphql-mesh/graphql": "0.31.26", + "@graphql-mesh/cli": "0.79.1", + "@graphql-mesh/graphql": "0.31.29", "tslib": "^2.4.0", "@graphprotocol/client-auto-pagination": "1.1.11", "@graphprotocol/client-auto-type-merging": "1.0.18", diff --git a/packages/urql/package.json b/packages/urql/package.json index cd53a0be..0fdd3a34 100644 --- a/packages/urql/package.json +++ b/packages/urql/package.json @@ -46,7 +46,7 @@ "access": "public" }, "dependencies": { - "@graphql-mesh/urql-exchange": "8.0.2", + "@graphql-mesh/urql-exchange": "8.0.3", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 598b33c2..9b765f17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,10 +9,10 @@ dependencies: "@jridgewell/trace-mapping" "^0.3.0" -"@apollo/client@3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.0.tgz#1c26a04488f45b3a4779fa2562e4b706402cb876" - integrity sha512-hp4OvrH1ZIQACRYcIrh/C0WFnY7IM7G6nlTpC8DSTEWxfZQ2kvpvDY0I/hYmCs0oAVrg26g3ANEdOzGWTcYbPg== +"@apollo/client@3.7.1": + version "3.7.1" + resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.1.tgz#86ce47c18a0714e229231148b0306562550c2248" + integrity sha512-xu5M/l7p9gT9Fx7nF3AQivp0XukjB7TM7tOd5wifIpI8RskYveL4I+rpTijzWrnqCPZabkbzJKH7WEAKdctt9w== dependencies: "@graphql-typed-document-node/core" "^3.1.1" "@wry/context" "^0.7.0" @@ -358,10 +358,10 @@ "@babel/helper-plugin-utils" "^7.18.6" "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-proposal-decorators@7.19.6": - version "7.19.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.19.6.tgz#0f1af5c21957e9a438cc1d08d2a6a6858af127b7" - integrity sha512-PKWforYpkVkogpOW0RaPuh7eQ7AoFgBJP+d87tQCRY2LVbvyGtfRM7RtrhCBsNgZb+2EY28SeWB6p2xe1Z5oAw== +"@babel/plugin-proposal-decorators@7.20.0": + version "7.20.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.0.tgz#3acef1f1206d7a6a1436aa6ccf9ed7b1bd06aff7" + integrity sha512-vnuRRS20ygSxclEYikHzVrP9nZDFXaSzvJxGLQNAiBX041TmhS4hOUHWNIpq/q4muENuEP9XPJFXTNFejhemkg== dependencies: "@babel/helper-create-class-features-plugin" "^7.19.0" "@babel/helper-plugin-utils" "^7.19.0" @@ -1313,18 +1313,26 @@ "@envelop/types" "3.0.0" tslib "2.4.0" -"@envelop/extended-validation@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@envelop/extended-validation/-/extended-validation-2.0.2.tgz#b34ef83d92cb07f37b44471901b8147ee57439dd" - integrity sha512-r7YXv5Z/DXjeK2r/8G4LOpIRvnQ+G6LWbfgpjzIyCWwl+xCn19N5vXk1/IFFf/yFhdbJ4wk95F2EH1gS4Sr+bA== +"@envelop/core@3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@envelop/core/-/core-3.0.3.tgz#bf07e690e905dfdfe59da636264fdfd6db081680" + integrity sha512-GXIb7HhsSYerMJR/AhJ6nN9F+w17bYRdUfu7ZXTixJEjS/3SXXK29qvr42iLLEqrnum57nk6cDyA3DBZLnuJ9w== + dependencies: + "@envelop/types" "3.0.0" + tslib "2.4.0" + +"@envelop/extended-validation@2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@envelop/extended-validation/-/extended-validation-2.0.3.tgz#6e06496c64f53142c6c513a937b4a702b47a6667" + integrity sha512-Z6Kr6c4QnbGRk24bwBCOKp46vcv6ql+1HKIVC5sC4+LCL7842643d/Y328VGwjdRdDJ4fEmz4DNIllw7y4d9FA== dependencies: "@graphql-tools/utils" "^8.8.0" tslib "^2.4.0" -"@envelop/parser-cache@5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@envelop/parser-cache/-/parser-cache-5.0.1.tgz#b59c87fa71e719733cf8a6dddcbe357e10479645" - integrity sha512-mXS38TKYtU1SdclzKfNTBcILuHxvjzxO3eaaDzLNQx0SO5AR3SIHhBFm1wePvNWIMLt+TH2H1J55YbLuD2LJfQ== +"@envelop/parser-cache@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@envelop/parser-cache/-/parser-cache-5.0.2.tgz#b639c7e5b37526eef99517ed0c57e1cf9ecbaf7c" + integrity sha512-ZGgNYNw5yRLXMzAyBXICk6P3ay/ldoz9mZ9LTdzaAQGOl8KEumP+qZztwZSonldHz04xUzAg0tf5+Iqs/sV7kA== dependencies: lru-cache "^6.0.0" tslib "^2.4.0" @@ -1336,10 +1344,10 @@ dependencies: tslib "^2.4.0" -"@envelop/validation-cache@5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@envelop/validation-cache/-/validation-cache-5.0.1.tgz#f433e2987c47b41d3cf8a617094dc6566023a8d2" - integrity sha512-3LBWORDAYT2Nhg1Gdi5hjUaQZR+qvQJG7dYRpqm0Kyv3eW7sRUa3Daev9yRVmEf+ShZJrkEMplqWb7KBfRf5LA== +"@envelop/validation-cache@5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@envelop/validation-cache/-/validation-cache-5.0.2.tgz#e877e7c54cde8842303e35bfbbd674b5797b8139" + integrity sha512-1CAm6uobrRIo6bmO28L/o1V83IY+g1x1BZe+C57KbWM8yTg1wePrmQ2iN103H5PaRpJtE5xf2hWHY2/JYQvEVw== dependencies: lru-cache "^6.0.0" tslib "^2.4.0" @@ -1480,28 +1488,28 @@ object-inspect "1.10.3" tslib "^2.0.0" -"@graphql-mesh/apollo-link@8.0.3": - version "8.0.3" - resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-8.0.3.tgz#e9886ab675280d4fc2310ade005ad338d7a33110" - integrity sha512-yYCZ4l42r59d0odvkB4B0MZchSm/52uNdyNs0hYGp9VFc7p2FpOFRGn9nwO7UU2PdIsrabdQMD9RrrSOBNzYxQ== +"@graphql-mesh/apollo-link@8.0.4": + version "8.0.4" + resolved "https://registry.yarnpkg.com/@graphql-mesh/apollo-link/-/apollo-link-8.0.4.tgz#94726d5bf58c082351b94c9ce0869e54c938cdd2" + integrity sha512-Tq4luXJ9DcZ/dBUbt+9bC5YtsOOdMW46mIzMQqdTvrL/5MmpHQ/Uz0zJityMyZ4lCPuXCZnAHrBN3T2Oaa7zog== dependencies: - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" -"@graphql-mesh/cache-localforage@0.6.55": - version "0.6.55" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.55.tgz#b546839853e2f463ee62e0dbbfffc0254a9b61e7" - integrity sha512-/Al6ZMtBjNj8iXMqMNpPvRFb15/lLlTFp3MMuVtvPS4AuyK2sslQ9g09KSfXxQcD9G4Iau4XrBoxCY371yxPlA== +"@graphql-mesh/cache-localforage@0.6.58": + version "0.6.58" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cache-localforage/-/cache-localforage-0.6.58.tgz#16a5adf70c994ca5450c5e3b4b27f0ba39b0eba9" + integrity sha512-KN0K6drUqXEKLMIdHH4/O9pNhM9c2xSs63aT+dSHzjdipzIDtr0jxBc1Pr3tUltbek/M/FgOb7FoNjLAF3yH0w== dependencies: - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" localforage "1.10.0" tslib "^2.4.0" -"@graphql-mesh/cli@0.78.40": - version "0.78.40" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.78.40.tgz#7e872802b7b6bd3fed48d641c4605064d7eccef4" - integrity sha512-p9yisoTHIKKytVGaxMEyB48gRDCRBUbEzAlEKfGPn5/OuwIO13t1tG4wfScBz1RxK4nn+NwWFKgx2UtKZBVTMQ== +"@graphql-mesh/cli@0.79.1": + version "0.79.1" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cli/-/cli-0.79.1.tgz#71502a23c5366696455b2e96e045e7e5f7d69f86" + integrity sha512-LlRYZE5dAdn74XZgCy0usimxGIuAqWZlZbQ9C5hdBREyjGxqQP8eJiNsHqOU1px+HShgy7Nt13X6wPchxlnJwA== dependencies: "@graphql-codegen/core" "2.6.2" "@graphql-codegen/typed-document-node" "2.3.5" @@ -1509,14 +1517,14 @@ "@graphql-codegen/typescript-generic-sdk" "3.0.3" "@graphql-codegen/typescript-operations" "2.5.5" "@graphql-codegen/typescript-resolvers" "2.7.5" - "@graphql-mesh/config" "8.0.26" - "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/http" "0.2.7" - "@graphql-mesh/runtime" "0.44.26" - "@graphql-mesh/store" "0.8.57" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/utils" "8.12.0" + "@graphql-mesh/config" "8.0.29" + "@graphql-mesh/cross-helpers" "0.2.7" + "@graphql-mesh/http" "0.2.10" + "@graphql-mesh/runtime" "0.44.29" + "@graphql-mesh/store" "0.8.60" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/utils" "8.13.0" ajv "8.11.0" change-case "4.1.2" cosmiconfig "7.0.1" @@ -1537,128 +1545,128 @@ ws "8.10.0" yargs "17.6.0" -"@graphql-mesh/config@8.0.26": - version "8.0.26" - resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-8.0.26.tgz#7d7630f1816726a740b26485023d5eade08bd9b5" - integrity sha512-XehgX59xLh2FQX5/CqZaz1JIIA83bwRKMkhxsyg/O3GTyZ0nibdrdqV29xUsr2f10LzKT99S02pIunlUHH0JEw== - dependencies: - "@envelop/core" "3.0.2" - "@graphql-mesh/cache-localforage" "0.6.55" - "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/merger-bare" "0.15.41" - "@graphql-mesh/merger-stitching" "0.17.1" - "@graphql-mesh/store" "0.8.57" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/code-file-loader" "7.3.6" - "@graphql-tools/graphql-file-loader" "7.5.5" - "@graphql-tools/load" "7.8.0" - "@graphql-tools/utils" "8.12.0" +"@graphql-mesh/config@8.0.29": + version "8.0.29" + resolved "https://registry.yarnpkg.com/@graphql-mesh/config/-/config-8.0.29.tgz#75d210d39d7c7460f006bd934ffd9450f2184fc5" + integrity sha512-iyCtNiJXDQVbzXph3BQU5pfm4iGVGZzGR17e512Fo044ncnU/C22Qp/Ydm7++WEMMAuNmvVyh20rLefpnvFBhg== + dependencies: + "@envelop/core" "3.0.3" + "@graphql-mesh/cache-localforage" "0.6.58" + "@graphql-mesh/cross-helpers" "0.2.7" + "@graphql-mesh/merger-bare" "0.15.44" + "@graphql-mesh/merger-stitching" "0.17.4" + "@graphql-mesh/store" "0.8.60" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/code-file-loader" "7.3.7" + "@graphql-tools/graphql-file-loader" "7.5.6" + "@graphql-tools/load" "7.8.1" + "@graphql-tools/utils" "8.13.0" "@whatwg-node/fetch" "^0.5.0" camel-case "4.1.2" param-case "3.0.4" pascal-case "3.1.2" tslib "^2.4.0" -"@graphql-mesh/cross-helpers@0.2.6": - version "0.2.6" - resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.2.6.tgz#adf7cd53c394bd2a2e474ab2df03f2edbc978e96" - integrity sha512-xU1E5ehmbZrOPiNe4/9pGWIn8QXfRf3xMpaSGxr2nDEyRA8Z7hI285MQwhs/ujaqNfmpZG+AJJzmqhpciab1jg== +"@graphql-mesh/cross-helpers@0.2.7": + version "0.2.7" + resolved "https://registry.yarnpkg.com/@graphql-mesh/cross-helpers/-/cross-helpers-0.2.7.tgz#2fbbf65011655ae50119da64a893e5bd2becd0cb" + integrity sha512-p82duWU/NmOdeImLNPwFsJtNQOSSxCyqM6Thy6jdG4jp7xtc72yC3cZ2L3/ucwYDQvbdG9E8w4idr5qIip/l+g== dependencies: - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" path-browserify "1.0.1" react-native-fs "2.20.0" react-native-path "0.0.5" -"@graphql-mesh/graphql@0.31.26": - version "0.31.26" - resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.26.tgz#1549c1ac456a351326f172c90ac99884fa5c2179" - integrity sha512-v8CnPXJ16pKKADxk+o4cH0qgjM2JXNEb5/mg2WxiBGCdYuo2AxAcCN7hUf/bLAOsjQShnFUvaX45VerAttto2A== +"@graphql-mesh/graphql@0.31.29": + version "0.31.29" + resolved "https://registry.yarnpkg.com/@graphql-mesh/graphql/-/graphql-0.31.29.tgz#295c25fceb1dce513357e4280733b1b686805e9e" + integrity sha512-0dp5eVcEe5/lHEW/CA/WzvYsI6b+1k2x7oMFenklYV9CsxO9GP6xZEYktpHhMxTYTsbY3fhAmoqpB4mmWx9Xjw== dependencies: - "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/store" "0.8.57" + "@graphql-mesh/cross-helpers" "0.2.7" + "@graphql-mesh/store" "0.8.60" "@graphql-mesh/string-interpolation" "0.3.3" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/url-loader" "7.16.4" - "@graphql-tools/utils" "8.12.0" - "@graphql-tools/wrap" "9.2.3" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/url-loader" "7.16.5" + "@graphql-tools/utils" "8.13.0" + "@graphql-tools/wrap" "9.2.4" lodash.get "4.4.2" tslib "^2.4.0" -"@graphql-mesh/http@0.2.7": - version "0.2.7" - resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.2.7.tgz#71545f8f408b83da2ca5a5555b2b8578f010cd84" - integrity sha512-SFk1ZVDVgPSZkKbQqKzPqpR4kWC816CnFvnqOFOBdK5FTFkdDJxVl8LYg/se1m4HzeUpPOn6/nAFoyN3H8TsCA== +"@graphql-mesh/http@0.2.10": + version "0.2.10" + resolved "https://registry.yarnpkg.com/@graphql-mesh/http/-/http-0.2.10.tgz#d84587fa0467dd2a665102254216ebf78e8e7c7a" + integrity sha512-o8U5dpApJZFgFvLmJ8JagNQDezDKASZc9zXVwt1BBDJRDEfK+9YB/SAfU+LQt0sqZQMoWSKvFtfXIBeLSvpOlQ== dependencies: - "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/runtime" "0.44.26" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" + "@graphql-mesh/cross-helpers" "0.2.7" + "@graphql-mesh/runtime" "0.44.29" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" "@whatwg-node/fetch" "^0.5.0" "@whatwg-node/server" "^0.4.10" - graphql-yoga "3.0.0-next.7" + graphql-yoga "3.0.0-next.8" itty-router "2.6.6" itty-router-extras "0.4.2" tslib "^2.4.0" -"@graphql-mesh/merger-bare@0.15.41": - version "0.15.41" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.41.tgz#08e1d7e1967cc9115030529ac054cd5706b126b9" - integrity sha512-2DoHhkjHt6BUUM/pcv5JjZI2sHCt3GffqdXY6BLjv25pOhopBi9/s9gGGTX7PLlmVkA3azfs6+CFmVkXQd0o5Q== +"@graphql-mesh/merger-bare@0.15.44": + version "0.15.44" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-bare/-/merger-bare-0.15.44.tgz#77ffac50ab822e11abc2a1710d16a4fb2e19d0d1" + integrity sha512-Woq42oZ0SYGyUC+xvi0pa++EKkMsjGjGeaRPisIA10aKG8VtCMr4Fg/zj7dh9bd1tJ/EXEuRER3IyYJtLXo+EQ== dependencies: - "@graphql-mesh/merger-stitching" "0.17.1" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/schema" "9.0.4" - "@graphql-tools/utils" "8.12.0" + "@graphql-mesh/merger-stitching" "0.17.4" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/schema" "9.0.5" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" -"@graphql-mesh/merger-stitching@0.17.1": - version "0.17.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.17.1.tgz#1268348b5f39fbff777d84beeaf24e3387fbce9e" - integrity sha512-IYj5x7y63Oi/V/EfXrRdizHT90dmlCPwnPgOUb/gTkgIJPYhQpOFYa41U2vAQT/LdaZ+yx614WG/zU4sf4QMtA== - dependencies: - "@graphql-mesh/store" "0.8.57" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/schema" "9.0.4" - "@graphql-tools/stitch" "8.7.13" - "@graphql-tools/stitching-directives" "2.3.11" - "@graphql-tools/utils" "8.12.0" +"@graphql-mesh/merger-stitching@0.17.4": + version "0.17.4" + resolved "https://registry.yarnpkg.com/@graphql-mesh/merger-stitching/-/merger-stitching-0.17.4.tgz#bb5d85eac89cb49c558ced4c4b58c3dc4141fe03" + integrity sha512-bSqs2VzenMZKded1ODSFTNsH3Azw0nNVEWqaN2JYWCXg3zZFdXf7hH7RrZi3srElCN+kZQRMGA+WSp7ajDadzA== + dependencies: + "@graphql-mesh/store" "0.8.60" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/schema" "9.0.5" + "@graphql-tools/stitch" "8.7.14" + "@graphql-tools/stitching-directives" "2.3.12" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" -"@graphql-mesh/runtime@0.44.26": - version "0.44.26" - resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.44.26.tgz#3f09cb848950d0d347df49785cc0627354790db9" - integrity sha512-ufuuvFmJ/jejCcf0FPQ4gT6+reDWX5pfg6o9ETItGTn6acxV3laJY2evsTW0sXuCXEz1Z+C34aepy0epZ0p5Wg== +"@graphql-mesh/runtime@0.44.29": + version "0.44.29" + resolved "https://registry.yarnpkg.com/@graphql-mesh/runtime/-/runtime-0.44.29.tgz#ca870ec30957f027f1debd6aa805e0ccdb0631df" + integrity sha512-4Hgpaw71vSzwI3hYBcxMCiR114L78pCvxm2OWNrYMAsXJpr8tqkuPVZ920abQokhJLz0AN48LvXZIuUR0B0FMQ== dependencies: - "@envelop/core" "3.0.2" - "@envelop/extended-validation" "2.0.2" - "@graphql-mesh/cross-helpers" "0.2.6" + "@envelop/core" "3.0.3" + "@envelop/extended-validation" "2.0.3" + "@graphql-mesh/cross-helpers" "0.2.7" "@graphql-mesh/string-interpolation" "0.3.3" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/batch-delegate" "8.4.1" - "@graphql-tools/batch-execute" "8.5.6" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" - "@graphql-tools/wrap" "9.2.3" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/batch-delegate" "8.4.2" + "@graphql-tools/batch-execute" "8.5.7" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" + "@graphql-tools/wrap" "9.2.4" "@whatwg-node/fetch" "^0.5.0" tslib "^2.4.0" -"@graphql-mesh/store@0.8.57": - version "0.8.57" - resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.57.tgz#f7e0897951db8e40bcecc759a1d575f1a92062dc" - integrity sha512-iL0NPubjtIAoxlIoNZgMfhcvHXyD355ln1q8E7f/4QYN/tXXgzLj8KmBB+nTuxFuPbMdw6maZWThq6OHCiM3+Q== +"@graphql-mesh/store@0.8.60": + version "0.8.60" + resolved "https://registry.yarnpkg.com/@graphql-mesh/store/-/store-0.8.60.tgz#4b321858ad28b069ee328811a1734e58cbc9eb30" + integrity sha512-Ex4jmE/iuDvmvCttiJxPeFXce8veQCnTHbk4LxPP5Yg3uUtCjQK6dadBusZWa3XDr+jkjxcPlC8hWZZA8S0rbQ== dependencies: "@graphql-inspector/core" "3.3.0" - "@graphql-mesh/cross-helpers" "0.2.6" - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/utils" "8.12.0" + "@graphql-mesh/cross-helpers" "0.2.7" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" "@graphql-mesh/string-interpolation@0.3.3": @@ -1670,73 +1678,73 @@ json-pointer "0.6.2" lodash.get "4.4.2" -"@graphql-mesh/transform-prefix@0.11.95": - version "0.11.95" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.95.tgz#a98108662fe7c3f5527e3456a946c6a85f10e26c" - integrity sha512-KxLTa2+cch+d0w4DyzrgXY22EiLgMwN0xiwqJTuT3LacBMLrN0vJuznSM5cOWUMVof36RUaZ0+6ITZ2GtlJNew== +"@graphql-mesh/transform-prefix@0.11.98": + version "0.11.98" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-prefix/-/transform-prefix-0.11.98.tgz#53d2505d15b66290bcde302e7ee5e67b881efa3f" + integrity sha512-JEEZ6M+thFMHnk01lhsoVd6TDQswjNeWo3WxKxDYJJCfA4gU7IZ95rmk1XqF2Vd2xNFWXLmALUpe7Dd2A4FRaA== dependencies: - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" - "@graphql-tools/wrap" "9.2.3" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" + "@graphql-tools/wrap" "9.2.4" graphql-scalars "1.20.0" tslib "^2.4.0" -"@graphql-mesh/transform-rename@0.12.96": - version "0.12.96" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.96.tgz#6118de6615fc9afae8976c0f0e0e879c5fd81aa7" - integrity sha512-bYhVRJiRj5T4EaQXoJ/SkTiXs/g8odr8uym0+2GnJZrwLKYvmReMdZ94qEdMER/657CEQDf6gGLVNcIXoll4kg== +"@graphql-mesh/transform-rename@0.12.99": + version "0.12.99" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.12.99.tgz#4b51e4da55812bf433720e07d7bbc083738da162" + integrity sha512-R0QMxFZK2jkk83dW8sQk7UBr71f9BuFtbEt4L39fjVaN1FmaTWgGYXNlGkxTkC5XRVRSj7/W8lwg/sYIbweyLQ== dependencies: - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" - "@graphql-tools/wrap" "9.2.3" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" + "@graphql-tools/wrap" "9.2.4" graphql-scalars "1.20.0" tslib "^2.4.0" -"@graphql-mesh/transform-type-merging@0.4.48": - version "0.4.48" - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.48.tgz#1fd336b7cf3f741e03a0d5e5d703419b1145d4af" - integrity sha512-dKcKE/0I/sekJ1HpRVqzsdPGdBguAlFg+bT1wo0Nj3KzVVFPFcg+EAz0pPBBdSLk/gMVNYxccid3Z5plkO3GdQ== +"@graphql-mesh/transform-type-merging@0.4.51": + version "0.4.51" + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-type-merging/-/transform-type-merging-0.4.51.tgz#f3b15a976254380087492e35ba39410b89e7d80f" + integrity sha512-9ADwe8cEUH3xcqqNSCdcaG6ila4A5w6Te2FDteI3kuDwikafDw1lwsbEIaJ7FpYnjMHpIzVfU1oeKxgNwwcNrw== dependencies: - "@graphql-mesh/types" "0.85.2" - "@graphql-mesh/utils" "0.42.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/stitching-directives" "2.3.11" + "@graphql-mesh/types" "0.85.5" + "@graphql-mesh/utils" "0.42.4" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/stitching-directives" "2.3.12" tslib "^2.4.0" -"@graphql-mesh/types@0.85.2": - version "0.85.2" - resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.85.2.tgz#db672e382e56fa633679c7332ff5506efcd17829" - integrity sha512-4HD+74fliWDEmOBfHWdRCpiQFu+QtTugstIJTBe43WpUYVR+I3b6EwbDREJPTS7abHADnewGmMK+1hk7pBY+tg== +"@graphql-mesh/types@0.85.5": + version "0.85.5" + resolved "https://registry.yarnpkg.com/@graphql-mesh/types/-/types-0.85.5.tgz#371aba9eae158873e0953f31924fd56444ea3d84" + integrity sha512-8Mk/Utk9VEK2wyEVrjUz3kFUOVcJIPaXMApqvgbAZqmeBTJluqg7fKUL9xonTDpOXayxRvMceu+057T0XGvI2w== dependencies: - "@graphql-mesh/store" "0.8.57" - "@graphql-tools/batch-delegate" "8.4.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" + "@graphql-mesh/store" "0.8.60" + "@graphql-tools/batch-delegate" "8.4.2" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" "@graphql-typed-document-node/core" "3.1.1" tslib "^2.4.0" -"@graphql-mesh/urql-exchange@8.0.2": - version "8.0.2" - resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-8.0.2.tgz#61dfa42c2b6085ea55cff4a9fb631d32ae099455" - integrity sha512-/UxlnEfBFdGk+DMQKnUnHNxVjBTVHake1LHMGFgEs+PQanRM0BF0TkY2bgtH85guOzjys1gy1i9pg3mY28droA== +"@graphql-mesh/urql-exchange@8.0.3": + version "8.0.3" + resolved "https://registry.yarnpkg.com/@graphql-mesh/urql-exchange/-/urql-exchange-8.0.3.tgz#9177d46e44c9e67a16567d2fc23e2693d8ffc34f" + integrity sha512-VYRV2aQd/fnZJgiYWx1fP3yKfbWLJ7kZslNuO9JDQRosAEk48a2zTXkXiSzvqcoRPn7OvLi1js6AzXQi9+F4Cg== dependencies: - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" -"@graphql-mesh/utils@0.42.1": - version "0.42.1" - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.42.1.tgz#e233ee2bc4c55d2f811a7e6c6ebc28af6155c22a" - integrity sha512-jTOvRfPymsis8c4vZhWC/oKMz6Ytca8YVn8l8tzzxfoI0Xecg0GhDI7Nu9YpF5tHDXbMwENvLpkE1NfVSuHpmw== +"@graphql-mesh/utils@0.42.4": + version "0.42.4" + resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.42.4.tgz#45aa9b226ec6bacf2f1c0b0a4a667dbe85518fde" + integrity sha512-5eRxFwcjA73pxO+ZwnrDyby/0BJfp1zqrEPMMGGiAbZIuMGpqmpnxxdZb5MRsy2UWugjBNQXRn/feiT5pda9+w== dependencies: - "@graphql-mesh/cross-helpers" "0.2.6" + "@graphql-mesh/cross-helpers" "0.2.7" "@graphql-mesh/string-interpolation" "0.3.3" - "@graphql-mesh/types" "0.85.2" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" + "@graphql-mesh/types" "0.85.5" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" js-yaml "4.1.0" lodash.get "4.4.2" lodash.set "4.3.2" @@ -1744,96 +1752,105 @@ tiny-lru "8.0.2" tslib "^2.4.0" -"@graphql-tools/batch-delegate@8.4.1": - version "8.4.1" - resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.4.1.tgz#e4757df8cb6e985fedbd6315a7b2721190b988ef" - integrity sha512-kbDY3p0JKEcIUwb5lCXX647oz07lXbvdfigyzD++Goi7RChutK03MmPKvrrgQwi0SFupRKy1tIJAlExlW83STw== +"@graphql-tools/batch-delegate@8.4.2": + version "8.4.2" + resolved "https://registry.yarnpkg.com/@graphql-tools/batch-delegate/-/batch-delegate-8.4.2.tgz#e8e0b149ddb801901020a5ad5110c34e68652383" + integrity sha512-m7ibfl4tbbogSQOyX6EWoM4nPGxPKOZH2L5V7tsw8lsIXFcQ9z4eNp1l6FwqPREJc+vcjlBk90gMR3fwp7B8rQ== dependencies: - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" dataloader "2.1.0" tslib "^2.4.0" -"@graphql-tools/batch-execute@8.5.6": - version "8.5.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.6.tgz#476c2f9af1c302567e798d63063f1a2dfaad754a" - integrity sha512-33vMvVDLBKsNJVNhcySVXF+zkcRL/GRs1Lt+MxygrYCypcAPpFm+amE2y9vOCFufuaKExIX7Lonnmxu19vPzaQ== +"@graphql-tools/batch-execute@8.5.7": + version "8.5.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.5.7.tgz#83b3081f4da5e9a65a94189b42920ac2c044f6f2" + integrity sha512-s6VuNsagjCz8WhPYF9SXTPqvpOWE+HH7M2ZXMf5340OLGkWIe+Yu3+k8OCUYYnCTIFvJ4xTrpuxGQifY+DtE3Q== dependencies: - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" dataloader "2.1.0" tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/code-file-loader@7.3.6": - version "7.3.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.6.tgz#3e6bdd4dc93c592be3d6fbcc2c2bad1228ca0f8d" - integrity sha512-PNWWSwSuQAqANerDwS0zdQ5FPipirv75TjjzBHnY+6AF/WvKq5sQiUQheA2P7B+MZc/KdQ7h/JAGMQOhKNVA+Q== +"@graphql-tools/code-file-loader@7.3.7": + version "7.3.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-7.3.7.tgz#28fd764f9e5d0914b24afbb21d0e3630bcac855a" + integrity sha512-mjlqrA09LpDd0NRLKATLDpubUe6Badt4trhUU5Nv0yRhPFTPCEOLxwuDBeihhEXrXFq4yboPshOh607ySeywGw== dependencies: - "@graphql-tools/graphql-tag-pluck" "7.3.6" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/graphql-tag-pluck" "7.3.7" + "@graphql-tools/utils" "8.13.0" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/delegate@9.0.8": - version "9.0.8" - resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.8.tgz#aa792f419a041de0c6341eaecf9694cf6f16f76f" - integrity sha512-h+Uce0Np0eKj7wILOvlffRQ9jEQ4KelNXfqG8A2w+2sO2P6CbKsR7bJ4ch9lcUdCBbZ4Wg6L/K+1C4NRFfzbNw== +"@graphql-tools/delegate@9.0.9": + version "9.0.9" + resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-9.0.9.tgz#8fa28ddd0888bbb35dd8a8313fb1a37155134ce6" + integrity sha512-jUXRuVZ8jFEN9FS4jRRmSURZc8Ii06YR6LmMdPN8WdUsfQn/sTVQ6CEI/MxsEf60YuOFuBU8XAvSGsjQZTzuXg== dependencies: - "@graphql-tools/batch-execute" "8.5.6" - "@graphql-tools/schema" "9.0.4" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/batch-execute" "8.5.7" + "@graphql-tools/executor" "0.0.1" + "@graphql-tools/schema" "9.0.5" + "@graphql-tools/utils" "8.13.0" dataloader "2.1.0" tslib "~2.4.0" value-or-promise "1.0.11" -"@graphql-tools/graphql-file-loader@7.5.5": - version "7.5.5" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.5.tgz#d8afb391282e3dc33005df04bdec8488e4ab101d" - integrity sha512-OL+7qO1S66TpMK7OGz8Ag2WL08HlxKxrObVSDlxzWbSubWuXM5v959XscYAKRf6daYcVpkfNvO37QjflL9mjhg== +"@graphql-tools/executor@0.0.1", "@graphql-tools/executor@^0.0.1": + version "0.0.1" + resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-0.0.1.tgz#cc7e738aa9558da4cd7be14c21956628e1e5cf83" + integrity sha512-+li0brhr6NdViS/pyaDCRTUKf9/lCgaNcfrE4p1yjubwKFoqc5dhwiB3kQ0lOIso2ipAKk08kJ4sBLqJz3osWg== dependencies: - "@graphql-tools/import" "6.7.6" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" + "@graphql-typed-document-node/core" "3.1.1" + +"@graphql-tools/graphql-file-loader@7.5.6": + version "7.5.6" + resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-file-loader/-/graphql-file-loader-7.5.6.tgz#679e7d93aeebae5321fc2f8f6272dd52d827646f" + integrity sha512-24F+gPOMsezus2hhzJ3GXhpSQarMdTZAeTSkXgDTOH+VAPlIHvC7zMNuZ3Jt+3FsSXBF5NV4g0GmuSP+/3W9hg== + dependencies: + "@graphql-tools/import" "6.7.7" + "@graphql-tools/utils" "8.13.0" globby "^11.0.3" tslib "^2.4.0" unixify "^1.0.0" -"@graphql-tools/graphql-tag-pluck@7.3.6": - version "7.3.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.3.6.tgz#27029ef9e8d7f4bcf8dd8627fb93bd45cc0215fd" - integrity sha512-qULgqsOGKY1/PBqmP7fJZqbCg/TzPHKB9Wl51HGA9QjGymrzmrH5EjvsC8RtgdubF8yuTTVVFTz1lmSQ7RPssQ== +"@graphql-tools/graphql-tag-pluck@7.3.7": + version "7.3.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.3.7.tgz#5f493d5d43c5adb2aa989bc031be6d672ccbdcd6" + integrity sha512-hyAYCJiauwgFYTuqzj6rgCTGJGiZiFhWqCyIJmQIyeFDhnL7MzhgqlBQElAgn1AfFkW7sBc2hMowIXG8rAK3Jg== dependencies: "@babel/parser" "^7.16.8" "@babel/traverse" "^7.16.8" "@babel/types" "^7.16.8" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" -"@graphql-tools/import@6.7.6": - version "6.7.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.6.tgz#9bc0bb304a6fcc43aa2c9177631670b1fdfb2115" - integrity sha512-WtUyiO2qCaK/H4u81zAw/NbBvCOzwKl4N+Vl+FqrFCzYobscwL6x6roePyoXM1O3+JJIIn3CETv4kg4kwxaBVw== +"@graphql-tools/import@6.7.7": + version "6.7.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.7.7.tgz#f000c1641c52a9130744713713a2ebc81e5bbb29" + integrity sha512-EPMge+w+2bsLxIvTLSHCe2KSMXUPSp8tPyJdWNHINMJyb66iHWAgPcYEr+FdGYtYU00bL/KGxr2Zsy3IZz+5Xw== dependencies: - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" resolve-from "5.0.0" tslib "^2.4.0" -"@graphql-tools/load@7.8.0": - version "7.8.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.8.0.tgz#bd4d2e2a5117de9a60f9691a218217e96afc2ea7" - integrity sha512-l4FGgqMW0VOqo+NMYizwV8Zh+KtvVqOf93uaLo9wJ3sS3y/egPCgxPMDJJ/ufQZG3oZ/0oWeKt68qop3jY0yZg== +"@graphql-tools/load@7.8.1": + version "7.8.1" + resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.8.1.tgz#b8fc982e9e1d7b0f2491815cc00955467d2b488c" + integrity sha512-ZOvidUgIPMQtvrkNBosYu+a54ASgKoEPKnoj+0xQtdJTCZWsnSyn/pinN83laHTwrGp9KNmFTS5Yc+KvPSCBdg== dependencies: - "@graphql-tools/schema" "9.0.4" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/schema" "9.0.5" + "@graphql-tools/utils" "8.13.0" p-limit "3.1.0" tslib "^2.4.0" -"@graphql-tools/merge@8.3.6": - version "8.3.6" - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.6.tgz#97a936d4c8e8f935e58a514bb516c476437b5b2c" - integrity sha512-uUBokxXi89bj08P+iCvQk3Vew4vcfL5ZM6NTylWi8PIpoq4r5nJ625bRuN8h2uubEdRiH8ntN9M4xkd/j7AybQ== +"@graphql-tools/merge@8.3.7": + version "8.3.7" + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.3.7.tgz#05bdb8135012c6d0f298fd0d04ee950daa926078" + integrity sha512-su9cUb0gtbvKTmD3LJ3EoUkdqmJ3KBk1efJGvUoN8tFzVVBdxgfOVxwLGI2GgIHcKRVvfhumkjHsa2aneHSY+Q== dependencies: - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" "@graphql-tools/optimize@^1.3.0": @@ -1852,50 +1869,50 @@ "@graphql-tools/utils" "8.8.0" tslib "^2.4.0" -"@graphql-tools/schema@9.0.4", "@graphql-tools/schema@^9.0.0": - version "9.0.4" - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.4.tgz#1a74608b57abf90fae6fd929d25e5482c57bc05d" - integrity sha512-B/b8ukjs18fq+/s7p97P8L1VMrwapYc3N2KvdG/uNThSazRRn8GsBK0Nr+FH+mVKiUfb4Dno79e3SumZVoHuOQ== +"@graphql-tools/schema@9.0.5", "@graphql-tools/schema@^9.0.0": + version "9.0.5" + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.5.tgz#5efc3c866a0344e5750372a72551a8bf945b247f" + integrity sha512-JPxFumaPQp6pRnrofy7rWVNW57r/1RISNxBCGOudFmjfRE2PlO6b766pxhDnggm/yMR3yzR+mA/JHpOK+ij+EA== dependencies: - "@graphql-tools/merge" "8.3.6" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/merge" "8.3.7" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" value-or-promise "1.0.11" -"@graphql-tools/stitch@8.7.13": - version "8.7.13" - resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-8.7.13.tgz#94f8445ae1367569d9680ad4db6738ca4d98816c" - integrity sha512-7bKJWT1vJJfg1GKiHd6c3GxdmCX1y4HiMw6nXKKad79wdYC9uxRSBOWFGaGbyIZBkCv4E5ptZioCn65NX+Fmkw== - dependencies: - "@graphql-tools/batch-delegate" "8.4.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/merge" "8.3.6" - "@graphql-tools/schema" "9.0.4" - "@graphql-tools/utils" "8.12.0" - "@graphql-tools/wrap" "9.2.3" +"@graphql-tools/stitch@8.7.14": + version "8.7.14" + resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-8.7.14.tgz#8c63fbe45a7e5fb2ae91c461cf296cfc7e5bf31b" + integrity sha512-hCqI57bNEFBPyPEm8aXL504Y21JnPGbietE4LbInbR5JGEXTcUT1oXSiV19d8Cw2GOYIbJeaKm8/c3rt+RyvkA== + dependencies: + "@graphql-tools/batch-delegate" "8.4.2" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/merge" "8.3.7" + "@graphql-tools/schema" "9.0.5" + "@graphql-tools/utils" "8.13.0" + "@graphql-tools/wrap" "9.2.4" tslib "^2.4.0" value-or-promise "^1.0.11" -"@graphql-tools/stitching-directives@2.3.11": - version "2.3.11" - resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-2.3.11.tgz#8a3ae81f7a08a47579118e9bbac507108b6996af" - integrity sha512-Om1ApZXH5WUbaE4tKl1+5ZbxtFDKPJee4gIGbIQxFu7E/6p+Qoda4XSqjQoWDscZNgAtgxeICVMWGS6B9HqWzg== +"@graphql-tools/stitching-directives@2.3.12": + version "2.3.12" + resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-2.3.12.tgz#b8ba3ed855cd0ea77948c5234da19d49093cefe2" + integrity sha512-KLBr75hP6MJpyaMMo6E/A5n8PONqJk5DBC9kt4T5+j7mtetQZb+M1jNNZ2FnyG0xP9iTc1ETviiJvw+zKTY4Qg== dependencies: - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" -"@graphql-tools/url-loader@7.16.4": - version "7.16.4" - resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.16.4.tgz#d27787ef9f35fe71b456c067c3a1759b1ecd76a8" - integrity sha512-7yGrJJNcqVQIplCyVLk7tW2mAgYyZ06FRmCBnzw3B61+aIjFavrm6YlnKkhdqYSYyFmIbVcigdP3vkoYIu23TA== +"@graphql-tools/url-loader@7.16.5": + version "7.16.5" + resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-7.16.5.tgz#e8ef455c271f195b23f6aec9354ca68ade4b0574" + integrity sha512-PkLQyroHavPJ0AUzV74nauKCfcYUT8PoQojAgV9LCzOd4oHxpCPDba8ZpFFXyOVFiMtiSCXwNZwkW6RGnV+IXw== dependencies: "@ardatan/sync-fetch" "0.0.1" - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/utils" "8.12.0" - "@graphql-tools/wrap" "9.2.3" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/utils" "8.13.0" + "@graphql-tools/wrap" "9.2.4" "@types/ws" "^8.0.0" - "@whatwg-node/fetch" "^0.4.0" + "@whatwg-node/fetch" "^0.5.0" dset "^3.1.2" extract-files "^11.0.0" graphql-ws "^5.4.1" @@ -1905,10 +1922,10 @@ value-or-promise "^1.0.11" ws "^8.3.0" -"@graphql-tools/utils@8.12.0", "@graphql-tools/utils@^8.8.0": - version "8.12.0" - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.12.0.tgz#243bc4f5fc2edbc9e8fd1038189e57d837cbe31f" - integrity sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw== +"@graphql-tools/utils@8.13.0", "@graphql-tools/utils@^8.8.0": + version "8.13.0" + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.13.0.tgz#24aae25d5e684d9d8bcf99a56ba31ac46b4d0275" + integrity sha512-cI4LdXElgVK2jFoq0DpANlvk4Di6kIapHsJI63RCepQ6xZe+mLI1mDrGdesG37s2BaABqV3RdTzeO/sPnTtyxQ== dependencies: tslib "^2.4.0" @@ -1919,14 +1936,14 @@ dependencies: tslib "^2.4.0" -"@graphql-tools/wrap@9.2.3": - version "9.2.3" - resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.2.3.tgz#70f7602aed9781fbc860cea64a918636599883be" - integrity sha512-aiLjcAuUwcvA1mF25c7KFDPXEdQDpo6bTDyAMCSlFXpF4T01hoxLERmfmbRmsmy/dP80ZB31a+t70aspVdqZSA== +"@graphql-tools/wrap@9.2.4": + version "9.2.4" + resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-9.2.4.tgz#ce141970173b3ba31baa095c351211e93f9d3805" + integrity sha512-e3j8ZCb3Rbw95SZuuqEErBQ/7GhNpU33LWJo10taVNmSWkOaFwpCVAoMXrGNVeIYM8moNyjFyeIO1zNjbNEH3Q== dependencies: - "@graphql-tools/delegate" "9.0.8" - "@graphql-tools/schema" "9.0.4" - "@graphql-tools/utils" "8.12.0" + "@graphql-tools/delegate" "9.0.9" + "@graphql-tools/schema" "9.0.5" + "@graphql-tools/utils" "8.13.0" tslib "^2.4.0" value-or-promise "1.0.11" @@ -1953,14 +1970,14 @@ "@repeaterjs/repeater" "^3.0.4" tslib "^2.3.1" -"@humanwhocodes/config-array@^0.10.5": - version "0.10.7" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc" - integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w== +"@humanwhocodes/config-array@^0.11.6": + version "0.11.7" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f" + integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw== dependencies: "@humanwhocodes/object-schema" "^1.2.1" debug "^4.1.1" - minimatch "^3.0.4" + minimatch "^3.0.5" "@humanwhocodes/module-importer@^1.0.1": version "1.0.1" @@ -2000,15 +2017,15 @@ jest-util "^29.2.1" slash "^3.0.0" -"@jest/core@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.2.1.tgz#30af794ebd73bfb87cd8ba36718738dfe38b772e" - integrity sha512-kuLKYqnqgerXkBUwlHVxeSuhSnd+JMnMCLfU98bpacBSfWEJPegytDh3P2m15/JHzet32hGGld4KR4OzMb6/Tg== +"@jest/core@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.2.2.tgz#207aa8973d9de8769f9518732bc5f781efc3ffa7" + integrity sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A== dependencies: "@jest/console" "^29.2.1" - "@jest/reporters" "^29.2.1" + "@jest/reporters" "^29.2.2" "@jest/test-result" "^29.2.1" - "@jest/transform" "^29.2.1" + "@jest/transform" "^29.2.2" "@jest/types" "^29.2.1" "@types/node" "*" ansi-escapes "^4.2.1" @@ -2017,79 +2034,79 @@ exit "^0.1.2" graceful-fs "^4.2.9" jest-changed-files "^29.2.0" - jest-config "^29.2.1" + jest-config "^29.2.2" jest-haste-map "^29.2.1" jest-message-util "^29.2.1" jest-regex-util "^29.2.0" - jest-resolve "^29.2.1" - jest-resolve-dependencies "^29.2.1" - jest-runner "^29.2.1" - jest-runtime "^29.2.1" - jest-snapshot "^29.2.1" + jest-resolve "^29.2.2" + jest-resolve-dependencies "^29.2.2" + jest-runner "^29.2.2" + jest-runtime "^29.2.2" + jest-snapshot "^29.2.2" jest-util "^29.2.1" - jest-validate "^29.2.1" - jest-watcher "^29.2.1" + jest-validate "^29.2.2" + jest-watcher "^29.2.2" micromatch "^4.0.4" pretty-format "^29.2.1" slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/environment@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.2.1.tgz#acb1994fbd5ad02819a1a34a923c531e6923b665" - integrity sha512-EutqA7T/X6zFjw6mAWRHND+ZkTPklmIEWCNbmwX6uCmOrFrWaLbDZjA+gePHJx6fFMMRvNfjXcvzXEtz54KPlg== +"@jest/environment@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.2.2.tgz#481e729048d42e87d04842c38aa4d09c507f53b0" + integrity sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A== dependencies: - "@jest/fake-timers" "^29.2.1" + "@jest/fake-timers" "^29.2.2" "@jest/types" "^29.2.1" "@types/node" "*" - jest-mock "^29.2.1" + jest-mock "^29.2.2" -"@jest/expect-utils@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.2.1.tgz#eae61c90f2066540f60d23b8f254f03b7869b22f" - integrity sha512-yr4aHNg5Z1CjKby5ozm7sKjgBlCOorlAoFcvrOQ/4rbZRfgZQdnmh7cth192PYIgiPZo2bBXvqdOApnAMWFJZg== +"@jest/expect-utils@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.2.2.tgz#460a5b5a3caf84d4feb2668677393dd66ff98665" + integrity sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg== dependencies: jest-get-type "^29.2.0" -"@jest/expect@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.2.1.tgz#8d99be3886ebfcffd6cabb2b46602a301b976ffe" - integrity sha512-o14R2t2tHHHudwji43UKkzmmH49xfF5T++FQBK2tl88qwuBWQOcx7fNUYl+mA/9TPNAN0FkQ3usnpyS8FUwsvQ== +"@jest/expect@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.2.2.tgz#81edbd33afbde7795ca07ff6b4753d15205032e4" + integrity sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg== dependencies: - expect "^29.2.1" - jest-snapshot "^29.2.1" + expect "^29.2.2" + jest-snapshot "^29.2.2" -"@jest/fake-timers@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.2.1.tgz#786d60e8cb60ca70c9f913cb49fcc77610c072bb" - integrity sha512-KWil+8fef7Uj/P/PTZlPKk1Pw117wAmr71VWFV8ZDtRtkwmTG8oY4IRf0Ss44J2y5CYRy8d/zLOhxyoGRENjvA== +"@jest/fake-timers@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.2.2.tgz#d8332e6e3cfa99cde4bc87d04a17d6b699deb340" + integrity sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA== dependencies: "@jest/types" "^29.2.1" "@sinonjs/fake-timers" "^9.1.2" "@types/node" "*" jest-message-util "^29.2.1" - jest-mock "^29.2.1" + jest-mock "^29.2.2" jest-util "^29.2.1" -"@jest/globals@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.2.1.tgz#6933beb8b4e43b990409a19c462fde7b71210e63" - integrity sha512-Z4EejYPP1OPVq2abk1+9urAwJqkgw5jB2UJGlPjb5ZwzPQF8WLMcigKEfFzZb2OHhEVPP0RZD0/DbVTY1R6iQA== +"@jest/globals@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.2.2.tgz#205ff1e795aa774301c2c0ba0be182558471b845" + integrity sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw== dependencies: - "@jest/environment" "^29.2.1" - "@jest/expect" "^29.2.1" + "@jest/environment" "^29.2.2" + "@jest/expect" "^29.2.2" "@jest/types" "^29.2.1" - jest-mock "^29.2.1" + jest-mock "^29.2.2" -"@jest/reporters@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.2.1.tgz#599e4376823751fdda50f2ca97243e013da10c4d" - integrity sha512-sCsfUKM/yIF4nNed3e/rIgVIS58EiASGMDEPWqItfLZ9UO1ALW2ASDNJzdWkxEt0T8o2Ztj619G0KKrvK+McAw== +"@jest/reporters@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.2.2.tgz#69b395f79c3a97ce969ce05ccf1a482e5d6de290" + integrity sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA== dependencies: "@bcoe/v8-coverage" "^0.2.3" "@jest/console" "^29.2.1" "@jest/test-result" "^29.2.1" - "@jest/transform" "^29.2.1" + "@jest/transform" "^29.2.2" "@jest/types" "^29.2.1" "@jridgewell/trace-mapping" "^0.3.15" "@types/node" "*" @@ -2137,20 +2154,20 @@ "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.2.1.tgz#cafd2c5f3528c70bd4cc243800459ac366e480cc" - integrity sha512-O/pnk0/xGj3lxPVNwB6HREJ7AYvUdyP2xo/s14/9Dtf091HoOeyIhWLKQE/4HzB8lNQBMo6J5mg0bHz/uCWK7w== +"@jest/test-sequencer@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.2.2.tgz#4ac7487b237e517a1f55e7866fb5553f6e0168b9" + integrity sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw== dependencies: "@jest/test-result" "^29.2.1" graceful-fs "^4.2.9" jest-haste-map "^29.2.1" slash "^3.0.0" -"@jest/transform@^29.2.1": - version "29.2.1" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.2.1.tgz#f3d8154edd19cdbcaf1d6646bd8f4ff7812318a2" - integrity sha512-xup+iEuaIRSQabQaeqxaQyN0vg1Dctrp9oTObQsNf3sZEowTIa5cANYuoyi8Tqhg4GCqEVLTf18KW7ii0UeFVA== +"@jest/transform@^29.2.2": + version "29.2.2" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.2.2.tgz#dfc03fc092b31ffea0c55917728e75bfcf8b5de6" + integrity sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg== dependencies: "@babel/core" "^7.11.6" "@jest/types" "^29.2.1" @@ -2332,7 +2349,7 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== -"@nodelib/fs.walk@^1.2.3": +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": version "1.2.8" resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== @@ -2598,17 +2615,17 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-dom@18.0.6": - version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1" - integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA== +"@types/react-dom@18.0.8": + version "18.0.8" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.8.tgz#d2606d855186cd42cc1b11e63a71c39525441685" + integrity sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw== dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.0.21": - version "18.0.21" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67" - integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA== +"@types/react@*", "@types/react@18.0.24": + version "18.0.24" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20" + integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -2735,21 +2752,7 @@ resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.0.2.tgz#7b7107268d2982fc7b7aff5ee6803c64018f84dd" integrity sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w== -"@whatwg-node/fetch@0.4.7", "@whatwg-node/fetch@^0.4.0": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.4.7.tgz#4cbcda3ba93d5ae15ab823aae5869eae4a0cb14b" - integrity sha512-+oKDMGtmUJ7H37VDL5U2Vdk+ZxsIypZxO2q6y42ytu6W3PL6OIIUYZGliNqQgWtCdtxOZ9WPQvbIAuiLpnLlUw== - dependencies: - "@peculiar/webcrypto" "^1.4.0" - abort-controller "^3.0.0" - busboy "^1.6.0" - form-data-encoder "^1.7.1" - formdata-node "^4.3.1" - node-fetch "^2.6.7" - undici "^5.10.0" - web-streams-polyfill "^3.2.0" - -"@whatwg-node/fetch@^0.5.0": +"@whatwg-node/fetch@0.5.0", "@whatwg-node/fetch@^0.5.0": version "0.5.0" resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.5.0.tgz#7e7fd706ec667c951a5664aa6a3623ec0b8e39c1" integrity sha512-nTHF6qVIWFHU/F8JfXc6u5GwTg1F1UWLc1F3eaGAGjUACvMJ/iy9256xu80KgylwbOzUZgKnRtdWdPDPf16OmQ== @@ -2763,12 +2766,12 @@ undici "^5.10.0" web-streams-polyfill "^3.2.0" -"@whatwg-node/server@0.4.12", "@whatwg-node/server@^0.4.10": - version "0.4.12" - resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.4.12.tgz#4d6d1597d41d7c70538e04294c0f493da949bfb5" - integrity sha512-NMnR4vaLZQZeBGebzKFE+BXELQ8QdqoLfJc10m0rgXFIJpcn/iqNtw+GXXx8zLTrEqHOuYTzn6+UpmKsG4bpgQ== +"@whatwg-node/server@0.4.13", "@whatwg-node/server@^0.4.10": + version "0.4.13" + resolved "https://registry.yarnpkg.com/@whatwg-node/server/-/server-0.4.13.tgz#6241059fb238d68fc47db7eef46bc9550eacbe05" + integrity sha512-XuzOyyryZqdJWYzfjFwMKoeNdsUl8Pp8A08kD1nYOfDm8zPq/7wNGPoAj5J4zDQi2dUtWA4Z6hrxprimJi9mIA== dependencies: - "@whatwg-node/fetch" "0.4.7" + "@whatwg-node/fetch" "0.5.0" tslib "^2.3.1" "@wry/context@^0.6.0": @@ -3005,12 +3008,12 @@ axobject-query@^2.2.0: resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== -babel-jest@29.2.1, babel-jest@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.1.tgz#213c47e28072de11bdb98c9d29b89f2ab99664f1" - integrity sha512-gQJwArok0mqoREiCYhXKWOgUhElJj9DpnssW6GL8dG7ARYqHEhrM9fmPHTjdqEGRVXZAd6+imo3/Vwa8TjLcsw== +babel-jest@29.2.2, babel-jest@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.2.tgz#2c15abd8c2081293c9c3f4f80a4ed1d51542fee5" + integrity sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w== dependencies: - "@jest/transform" "^29.2.1" + "@jest/transform" "^29.2.2" "@types/babel__core" "^7.1.14" babel-plugin-istanbul "^6.1.1" babel-preset-jest "^29.2.0" @@ -3805,10 +3808,10 @@ electron-to-chromium@^1.4.202: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.250.tgz#e4535fc00d17b9a719bc688352c4a185acc2a347" integrity sha512-KDLKcPEKPK+Q3/LdKX6knDzqyh8B82EaHccTYuGJR2qp1ymyGAo5HMH2x2OwDgzOPHlINSLIIeVhlFdq6aJgNA== -emittery@^0.10.2: - version "0.10.2" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.10.2.tgz#902eec8aedb8c41938c46e9385e9db7e03182933" - integrity sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw== +emittery@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" + integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== emoji-regex@^8.0.0: version "8.0.0" @@ -4290,14 +4293,15 @@ eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@8.25.0: - version "8.25.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b" - integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A== +eslint@8.26.0: + version "8.26.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d" + integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg== dependencies: "@eslint/eslintrc" "^1.3.3" - "@humanwhocodes/config-array" "^0.10.5" + "@humanwhocodes/config-array" "^0.11.6" "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" ajv "^6.10.0" chalk "^4.0.0" cross-spawn "^7.0.2" @@ -4313,14 +4317,14 @@ eslint@8.25.0: fast-deep-equal "^3.1.3" file-entry-cache "^6.0.1" find-up "^5.0.0" - glob-parent "^6.0.1" + glob-parent "^6.0.2" globals "^13.15.0" - globby "^11.1.0" grapheme-splitter "^1.0.4" ignore "^5.2.0" import-fresh "^3.0.0" imurmurhash "^0.1.4" is-glob "^4.0.0" + is-path-inside "^3.0.3" js-sdsl "^4.1.4" js-yaml "^4.1.0" json-stable-stringify-without-jsonify "^1.0.1" @@ -4422,14 +4426,14 @@ exit@^0.1.2: resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= -expect@^29.0.0, expect@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/expect/-/expect-29.2.1.tgz#25752d0df92d3daa5188dc8804de1f30759658cf" - integrity sha512-BJtA754Fba0YWRWHgjKUMTA3ltWarKgITXHQnbZ2mTxTXC4yMQlR0FI7HkB3fJYkhWBf4qjNiqvg3LDtXCcVRQ== +expect@^29.0.0, expect@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/expect/-/expect-29.2.2.tgz#ba2dd0d7e818727710324a6e7f13dd0e6d086106" + integrity sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw== dependencies: - "@jest/expect-utils" "^29.2.1" + "@jest/expect-utils" "^29.2.2" jest-get-type "^29.2.0" - jest-matcher-utils "^29.2.1" + jest-matcher-utils "^29.2.2" jest-message-util "^29.2.1" jest-util "^29.2.1" @@ -4715,7 +4719,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2: dependencies: is-glob "^4.0.1" -glob-parent@^6.0.1: +glob-parent@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== @@ -4816,19 +4820,20 @@ graphql-ws@5.11.2, graphql-ws@^5.4.1: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.11.2.tgz#d5e0acae8b4d4a4cf7be410a24135cfcefd7ddc0" integrity sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w== -graphql-yoga@3.0.0-next.7: - version "3.0.0-next.7" - resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-3.0.0-next.7.tgz#b0fa486a12e3f9d486179dde7b606541c8d56c41" - integrity sha512-V3Zue/nzv8gi0LH9nVlwFMTwpvWpgS4UeZHG9FW40lvPqRB7zg/4I43ZoXK1BxKEkT6lq6Jf2C7L1xwWMdu1vA== +graphql-yoga@3.0.0-next.8: + version "3.0.0-next.8" + resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-3.0.0-next.8.tgz#0bbd6612d69b6277f9ae0525f4b8ef819a91bc77" + integrity sha512-8lDf9h80dbtjBKx4n/zua0FzbyYCYCRwAYtaAW/RmxcoJ96g9nNzTGt9gDpsBQjgJcFWAp35lKF+e3oU5ue6OQ== dependencies: "@envelop/core" "3.0.2" - "@envelop/parser-cache" "5.0.1" - "@envelop/validation-cache" "5.0.1" + "@envelop/parser-cache" "5.0.2" + "@envelop/validation-cache" "5.0.2" + "@graphql-tools/executor" "^0.0.1" "@graphql-tools/schema" "^9.0.0" "@graphql-typed-document-node/core" "^3.1.1" "@graphql-yoga/subscription" "^3.0.0-next.0" - "@whatwg-node/fetch" "0.4.7" - "@whatwg-node/server" "0.4.12" + "@whatwg-node/fetch" "0.5.0" + "@whatwg-node/server" "0.4.13" dset "^3.1.1" tslib "^2.3.1" @@ -5139,6 +5144,11 @@ is-number@^7.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== +is-path-inside@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" @@ -5295,13 +5305,13 @@ jest-changed-files@^29.2.0: execa "^5.0.0" p-limit "^3.1.0" -jest-circus@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.2.1.tgz#1385353d9bca6acf58f916068bbeffcfc95bef02" - integrity sha512-W+ZQQ5ln4Db2UZNM4NJIeasnhCdDhSuYW4eLgNAUi0XiSSpF634Kc5wiPvGiHvTgXMFVn1ZgWIijqhi9+kLNLg== +jest-circus@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.2.2.tgz#1dc4d35fd49bf5e64d3cc505fb2db396237a6dfa" + integrity sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw== dependencies: - "@jest/environment" "^29.2.1" - "@jest/expect" "^29.2.1" + "@jest/environment" "^29.2.2" + "@jest/expect" "^29.2.2" "@jest/test-result" "^29.2.1" "@jest/types" "^29.2.1" "@types/node" "*" @@ -5310,56 +5320,56 @@ jest-circus@^29.2.1: dedent "^0.7.0" is-generator-fn "^2.0.0" jest-each "^29.2.1" - jest-matcher-utils "^29.2.1" + jest-matcher-utils "^29.2.2" jest-message-util "^29.2.1" - jest-runtime "^29.2.1" - jest-snapshot "^29.2.1" + jest-runtime "^29.2.2" + jest-snapshot "^29.2.2" jest-util "^29.2.1" p-limit "^3.1.0" pretty-format "^29.2.1" slash "^3.0.0" stack-utils "^2.0.3" -jest-cli@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.2.1.tgz#fbfa90b87b27a04e1041cc9d33ee80f32e2f2528" - integrity sha512-UIMD5aNqvPKpdlJSaeUAoLfxsh9TZvOkaMETx5qXnkboc317bcbb0eLHbIj8sFBHdcJAIAM+IRKnIU7Wi61MBw== +jest-cli@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.2.2.tgz#feaf0aa57d327e80d4f2f18d5f8cd2e77cac5371" + integrity sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg== dependencies: - "@jest/core" "^29.2.1" + "@jest/core" "^29.2.2" "@jest/test-result" "^29.2.1" "@jest/types" "^29.2.1" chalk "^4.0.0" exit "^0.1.2" graceful-fs "^4.2.9" import-local "^3.0.2" - jest-config "^29.2.1" + jest-config "^29.2.2" jest-util "^29.2.1" - jest-validate "^29.2.1" + jest-validate "^29.2.2" prompts "^2.0.1" yargs "^17.3.1" -jest-config@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.2.1.tgz#2182af014d6c73978208626335db5134803dd183" - integrity sha512-EV5F1tQYW/quZV2br2o88hnYEeRzG53Dfi6rSG3TZBuzGQ6luhQBux/RLlU5QrJjCdq3LXxRRM8F1LP6DN1ycA== +jest-config@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.2.2.tgz#bf98623a46454d644630c1f0de8bba3f495c2d59" + integrity sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw== dependencies: "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^29.2.1" + "@jest/test-sequencer" "^29.2.2" "@jest/types" "^29.2.1" - babel-jest "^29.2.1" + babel-jest "^29.2.2" chalk "^4.0.0" ci-info "^3.2.0" deepmerge "^4.2.2" glob "^7.1.3" graceful-fs "^4.2.9" - jest-circus "^29.2.1" - jest-environment-node "^29.2.1" + jest-circus "^29.2.2" + jest-environment-node "^29.2.2" jest-get-type "^29.2.0" jest-regex-util "^29.2.0" - jest-resolve "^29.2.1" - jest-runner "^29.2.1" + jest-resolve "^29.2.2" + jest-runner "^29.2.2" jest-util "^29.2.1" - jest-validate "^29.2.1" + jest-validate "^29.2.2" micromatch "^4.0.4" parse-json "^5.2.0" pretty-format "^29.2.1" @@ -5394,16 +5404,16 @@ jest-each@^29.2.1: jest-util "^29.2.1" pretty-format "^29.2.1" -jest-environment-node@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.2.1.tgz#f90311d0f0e8ef720349f83c97a076e403f90665" - integrity sha512-PulFKwEMz6nTAdLUwglFKei3b/LixwlRiqTN6nvPE1JtrLtlnpd6LXnFI1NFHYJGlTmIWilMP2n9jEtPPKX50g== +jest-environment-node@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.2.2.tgz#a64b272773870c3a947cd338c25fd34938390bc2" + integrity sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw== dependencies: - "@jest/environment" "^29.2.1" - "@jest/fake-timers" "^29.2.1" + "@jest/environment" "^29.2.2" + "@jest/fake-timers" "^29.2.2" "@jest/types" "^29.2.1" "@types/node" "*" - jest-mock "^29.2.1" + jest-mock "^29.2.2" jest-util "^29.2.1" jest-get-type@^29.2.0: @@ -5438,10 +5448,10 @@ jest-leak-detector@^29.2.1: jest-get-type "^29.2.0" pretty-format "^29.2.1" -jest-matcher-utils@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.2.1.tgz#2bf876c5f891b33786aadf5d65d5da5970744122" - integrity sha512-hUTBh7H/Mnb6GTpihbLh8uF5rjAMdekfW/oZNXUMAXi7bbmym2HiRpzgqf/zzkjgejMrVAkPdVSQj+32enlUww== +jest-matcher-utils@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.2.2.tgz#9202f8e8d3a54733266784ce7763e9a08688269c" + integrity sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw== dependencies: chalk "^4.0.0" jest-diff "^29.2.1" @@ -5463,10 +5473,10 @@ jest-message-util@^29.2.1: slash "^3.0.0" stack-utils "^2.0.3" -jest-mock@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.1.tgz#a0d361cffcb28184fa9c5443adbf591fa5759775" - integrity sha512-NDphaY/GqyQpTfnTZiTqqpMaw4Z0I7XnB7yBgrT6IwYrLGxpOhrejYr4ANY4YvO2sEGdd8Tx/6D0+WLQy7/qDA== +jest-mock@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.2.2.tgz#9045618b3f9d27074bbcf2d55bdca6a5e2e8bca7" + integrity sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ== dependencies: "@jest/types" "^29.2.1" "@types/node" "*" @@ -5482,67 +5492,67 @@ jest-regex-util@^29.2.0: resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.2.0.tgz#82ef3b587e8c303357728d0322d48bbfd2971f7b" integrity sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA== -jest-resolve-dependencies@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.2.1.tgz#8d717dd41dc615fef1d412d395ea3deccfb1b9fa" - integrity sha512-o3mUGX2j08usj1jIAIE8KmUVpqVAn54k80kI27ldbZf2oJn6eghhB6DvJxjrcH40va9CQgWTfU5f2Ag/MoUqgQ== +jest-resolve-dependencies@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.2.2.tgz#1f444766f37a25f1490b5137408b6ff746a05d64" + integrity sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ== dependencies: jest-regex-util "^29.2.0" - jest-snapshot "^29.2.1" + jest-snapshot "^29.2.2" -jest-resolve@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.2.1.tgz#a4d2f76db88aeb6ec5f5453c9a40b52483d17799" - integrity sha512-1dJTW76Z9622Viq4yRcwBuEXuzGtE9B2kdl05RC8Om/lAzac9uEgC+M8Q5osVidbuBPmxm8wSrcItYhca2ZAtQ== +jest-resolve@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.2.2.tgz#ad6436053b0638b41e12bbddde2b66e1397b35b5" + integrity sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA== dependencies: chalk "^4.0.0" graceful-fs "^4.2.9" jest-haste-map "^29.2.1" jest-pnp-resolver "^1.2.2" jest-util "^29.2.1" - jest-validate "^29.2.1" + jest-validate "^29.2.2" resolve "^1.20.0" resolve.exports "^1.1.0" slash "^3.0.0" -jest-runner@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.2.1.tgz#885afe64661cb2f51f84c1b97afb713d1093c124" - integrity sha512-PojFI+uVhQ4u4YZKCN/a3yU0/l/pJJXhq1sW3JpCp8CyvGBYGddRFPKZ1WihApusxqWRTHjBJmGyPWv6Av2lWA== +jest-runner@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.2.2.tgz#6b5302ed15eba8bf05e6b14d40f1e8d469564da3" + integrity sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg== dependencies: "@jest/console" "^29.2.1" - "@jest/environment" "^29.2.1" + "@jest/environment" "^29.2.2" "@jest/test-result" "^29.2.1" - "@jest/transform" "^29.2.1" + "@jest/transform" "^29.2.2" "@jest/types" "^29.2.1" "@types/node" "*" chalk "^4.0.0" - emittery "^0.10.2" + emittery "^0.13.1" graceful-fs "^4.2.9" jest-docblock "^29.2.0" - jest-environment-node "^29.2.1" + jest-environment-node "^29.2.2" jest-haste-map "^29.2.1" jest-leak-detector "^29.2.1" jest-message-util "^29.2.1" - jest-resolve "^29.2.1" - jest-runtime "^29.2.1" + jest-resolve "^29.2.2" + jest-runtime "^29.2.2" jest-util "^29.2.1" - jest-watcher "^29.2.1" + jest-watcher "^29.2.2" jest-worker "^29.2.1" p-limit "^3.1.0" source-map-support "0.5.13" -jest-runtime@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.2.1.tgz#62e3a23c33710ae4d9c3304dda851a5fb225b574" - integrity sha512-PSQ880OoIW9y8E6/jjhGn3eQNgNc6ndMzCZaKqy357bv7FqCfSyYepu3yDC6Sp1Vkt+GhP2M/PVgldS2uZSFZg== +jest-runtime@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.2.2.tgz#4068ee82423769a481460efd21d45a8efaa5c179" + integrity sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA== dependencies: - "@jest/environment" "^29.2.1" - "@jest/fake-timers" "^29.2.1" - "@jest/globals" "^29.2.1" + "@jest/environment" "^29.2.2" + "@jest/fake-timers" "^29.2.2" + "@jest/globals" "^29.2.2" "@jest/source-map" "^29.2.0" "@jest/test-result" "^29.2.1" - "@jest/transform" "^29.2.1" + "@jest/transform" "^29.2.2" "@jest/types" "^29.2.1" "@types/node" "*" chalk "^4.0.0" @@ -5552,18 +5562,18 @@ jest-runtime@^29.2.1: graceful-fs "^4.2.9" jest-haste-map "^29.2.1" jest-message-util "^29.2.1" - jest-mock "^29.2.1" + jest-mock "^29.2.2" jest-regex-util "^29.2.0" - jest-resolve "^29.2.1" - jest-snapshot "^29.2.1" + jest-resolve "^29.2.2" + jest-snapshot "^29.2.2" jest-util "^29.2.1" slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.2.1.tgz#f3843b3099c8fec7e6218dea18cc506f10ea5d30" - integrity sha512-KZdLD7iEz5M4ZYd+ezZ/kk73z+DtNbk/yJ4Qx7408Vb0CCuclJIZPa/HmIwSsCfIlOBNcYTKufr7x/Yv47oYlg== +jest-snapshot@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.2.2.tgz#1016ce60297b77382386bad561107174604690c2" + integrity sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA== dependencies: "@babel/core" "^7.11.6" "@babel/generator" "^7.7.2" @@ -5571,19 +5581,19 @@ jest-snapshot@^29.2.1: "@babel/plugin-syntax-typescript" "^7.7.2" "@babel/traverse" "^7.7.2" "@babel/types" "^7.3.3" - "@jest/expect-utils" "^29.2.1" - "@jest/transform" "^29.2.1" + "@jest/expect-utils" "^29.2.2" + "@jest/transform" "^29.2.2" "@jest/types" "^29.2.1" "@types/babel__traverse" "^7.0.6" "@types/prettier" "^2.1.5" babel-preset-current-node-syntax "^1.0.0" chalk "^4.0.0" - expect "^29.2.1" + expect "^29.2.2" graceful-fs "^4.2.9" jest-diff "^29.2.1" jest-get-type "^29.2.0" jest-haste-map "^29.2.1" - jest-matcher-utils "^29.2.1" + jest-matcher-utils "^29.2.2" jest-message-util "^29.2.1" jest-util "^29.2.1" natural-compare "^1.4.0" @@ -5602,10 +5612,10 @@ jest-util@^29.0.0, jest-util@^29.2.1: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-validate@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.2.1.tgz#db814ce12c4c7e4746044922762e56eb177d066c" - integrity sha512-DZVX5msG6J6DL5vUUw+++6LEkXUsPwB5R7fsfM7BXdz2Ipr0Ib046ak+8egrwAR++pvSM/5laxLK977ieIGxkQ== +jest-validate@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.2.2.tgz#e43ce1931292dfc052562a11bc681af3805eadce" + integrity sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA== dependencies: "@jest/types" "^29.2.1" camelcase "^6.2.0" @@ -5614,17 +5624,17 @@ jest-validate@^29.2.1: leven "^3.1.0" pretty-format "^29.2.1" -jest-watcher@^29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.2.1.tgz#1cb91f8aa9e77b1332af139944ad65e51430d7c3" - integrity sha512-7jFaHUaRq50l4w/f6RuY713bvI5XskMmjWCE54NGYcY74fLkShS8LucXJke1QfGnwDSCoIqGnGGGKPwdaBYz2Q== +jest-watcher@^29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.2.2.tgz#7093d4ea8177e0a0da87681a9e7b09a258b9daf7" + integrity sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w== dependencies: "@jest/test-result" "^29.2.1" "@jest/types" "^29.2.1" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" - emittery "^0.10.2" + emittery "^0.13.1" jest-util "^29.2.1" string-length "^4.0.1" @@ -5638,15 +5648,15 @@ jest-worker@^29.2.1: merge-stream "^2.0.0" supports-color "^8.0.0" -jest@29.2.1: - version "29.2.1" - resolved "https://registry.yarnpkg.com/jest/-/jest-29.2.1.tgz#352ec0b81a0e436691d546d984cd7d8f72ffd26a" - integrity sha512-K0N+7rx+fv3Us3KhuwRSJt55MMpZPs9Q3WSO/spRZSnsalX8yEYOTQ1PiSN7OvqzoRX4JEUXCbOJRlP4n8m5LA== +jest@29.2.2: + version "29.2.2" + resolved "https://registry.yarnpkg.com/jest/-/jest-29.2.2.tgz#24da83cbbce514718acd698926b7679109630476" + integrity sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ== dependencies: - "@jest/core" "^29.2.1" + "@jest/core" "^29.2.2" "@jest/types" "^29.2.1" import-local "^3.0.2" - jest-cli "^29.2.1" + jest-cli "^29.2.2" joycon@^3.0.1: version "3.1.1" @@ -6037,7 +6047,7 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==