diff --git a/packages/test-e2e-composable-vue3/package.json b/packages/test-e2e-composable-vue3/package.json index 8b27e904..3a4c1985 100644 --- a/packages/test-e2e-composable-vue3/package.json +++ b/packages/test-e2e-composable-vue3/package.json @@ -15,10 +15,10 @@ "api:dev": "test-server --simulate-latency 500" }, "dependencies": { - "@apollo/client": "^3.7.16", + "@apollo/client": "^3.9.6", "@vue/apollo-composable": "workspace:*", "@vue/apollo-util": "workspace:*", - "graphql": "^16.7.1", + "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "pinia": "^2.1.6", "test-server": "workspace:*", diff --git a/packages/test-e2e-ssr/package.json b/packages/test-e2e-ssr/package.json index e627e7fe..b4e3d504 100644 --- a/packages/test-e2e-ssr/package.json +++ b/packages/test-e2e-ssr/package.json @@ -13,12 +13,12 @@ "api:dev": "test-server --simulate-latency 500" }, "dependencies": { - "@apollo/client": "^3.7.16", + "@apollo/client": "^3.9.6", "@vue/apollo-composable": "workspace:*", "@vue/apollo-util": "workspace:*", "devalue": "^4.3.2", "express": "^4.18.2", - "graphql": "^16.7.1", + "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "isomorphic-fetch": "^3.0.0", "test-server": "workspace:*", diff --git a/packages/test-e2e/package.json b/packages/test-e2e/package.json index 8d3f727e..daded996 100644 --- a/packages/test-e2e/package.json +++ b/packages/test-e2e/package.json @@ -13,7 +13,7 @@ "api": "node server.js" }, "dependencies": { - "@apollo/client": "^3.7.16", + "@apollo/client": "^3.9.6", "@vue/apollo-components": "workspace:*", "@vue/apollo-option": "workspace:*", "apollo-server-express": "^2.25.4", diff --git a/packages/test-server/package.json b/packages/test-server/package.json index 4a01b3b3..e2d8c5ad 100644 --- a/packages/test-server/package.json +++ b/packages/test-server/package.json @@ -16,7 +16,7 @@ "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.1", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-subscriptions": "^2.0.0", "graphql-tag": "^2.12.6", "graphql-ws": "^5.13.1", diff --git a/packages/vue-apollo-components/package.json b/packages/vue-apollo-components/package.json index 63b54d56..ae9dbd57 100644 --- a/packages/vue-apollo-components/package.json +++ b/packages/vue-apollo-components/package.json @@ -47,7 +47,7 @@ "vue": "^3.1.0" }, "devDependencies": { - "@apollo/client": "^3.7.16", + "@apollo/client": "^3.9.6", "@babel/core": "^7.18.5", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-transform-for-of": "^7.18.1", @@ -56,7 +56,7 @@ "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", "cross-env": "^6.0.3", - "graphql": "^15.8.0", + "graphql": "^16.8.1", "jest": "^24.9.0", "nodemon": "^1.19.4", "rimraf": "^3.0.2", diff --git a/packages/vue-apollo-composable/package.json b/packages/vue-apollo-composable/package.json index 881919ac..0a3d125a 100644 --- a/packages/vue-apollo-composable/package.json +++ b/packages/vue-apollo-composable/package.json @@ -50,7 +50,7 @@ "vue-demi": "^0.14.6" }, "peerDependencies": { - "@apollo/client": "^3.4.13", + "@apollo/client": "^3.9.6", "@vue/composition-api": "^1.0.0", "graphql": ">=15", "vue": "^2.6.0 || ^3.1.0" @@ -61,9 +61,9 @@ } }, "devDependencies": { - "@apollo/client": "^3.7.16", + "@apollo/client": "^3.9.6", "@types/throttle-debounce": "^5.0.0", - "graphql": "^16.7.1", + "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "nodemon": "^1.19.4", "rimraf": "^5.0.1", diff --git a/packages/vue-apollo-option/package.json b/packages/vue-apollo-option/package.json index 3b2a98cf..0a2d467c 100644 --- a/packages/vue-apollo-option/package.json +++ b/packages/vue-apollo-option/package.json @@ -47,14 +47,14 @@ "access": "public" }, "peerDependencies": { - "@apollo/client": "^3.2.1", + "@apollo/client": "^3.9.6", "vue": "^3.1.0" }, "dependencies": { "throttle-debounce": "^5.0.0" }, "devDependencies": { - "@apollo/client": "^3.7.7", + "@apollo/client": "^3.9.6", "@babel/core": "^7.18.5", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/plugin-transform-for-of": "^7.18.1", @@ -64,7 +64,7 @@ "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", "cross-env": "^6.0.3", - "graphql": "^15.8.0", + "graphql": "^16.8.1", "graphql-tag": "^2.12.6", "jest": "^24.9.0", "nodemon": "^1.19.4", diff --git a/packages/vue-apollo-ssr/package.json b/packages/vue-apollo-ssr/package.json index f20a2d0a..0e915448 100644 --- a/packages/vue-apollo-ssr/package.json +++ b/packages/vue-apollo-ssr/package.json @@ -45,7 +45,7 @@ "serialize-javascript": "^6.0.1" }, "devDependencies": { - "@apollo/client": "^3.7.7", + "@apollo/client": "^3.9.6", "@types/serialize-javascript": "^5.0.2", "typescript": "^4.7.4" } diff --git a/packages/vue-apollo-util/package.json b/packages/vue-apollo-util/package.json index 16ee175f..3aedf3ad 100644 --- a/packages/vue-apollo-util/package.json +++ b/packages/vue-apollo-util/package.json @@ -41,8 +41,8 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "@apollo/client": "^3.7.7", - "graphql": "^16.6.0", + "@apollo/client": "^3.9.6", + "graphql": "^16.8.1", "typescript": "^4.7.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9312c32c..198fbc4b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -71,13 +71,13 @@ importers: devDependencies: vitepress: specifier: ^1.0.0-rc.36 - version: 1.0.0-rc.36(search-insights@2.8.2)(typescript@4.9.5) + version: 1.0.0-rc.36(search-insights@2.13.0)(typescript@4.9.5) packages/test-e2e: dependencies: '@apollo/client': - specifier: ^3.7.16 - version: 3.7.16(graphql@15.8.0)(subscriptions-transport-ws@0.9.19) + specifier: ^3.9.6 + version: 3.9.6(graphql@15.8.0)(subscriptions-transport-ws@0.9.19) '@vue/apollo-components': specifier: workspace:* version: link:../vue-apollo-components @@ -86,7 +86,7 @@ importers: version: link:../vue-apollo-option apollo-server-express: specifier: ^2.25.4 - version: 2.26.1(graphql@15.8.0) + version: 2.26.2(graphql@15.8.0) core-js: specifier: ^3.23.2 version: 3.28.0 @@ -176,8 +176,8 @@ importers: packages/test-e2e-composable-vue3: dependencies: '@apollo/client': - specifier: ^3.7.16 - version: 3.7.16(graphql@16.7.1) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) '@vue/apollo-composable': specifier: workspace:* version: link:../vue-apollo-composable @@ -185,11 +185,11 @@ importers: specifier: workspace:* version: link:../vue-apollo-util graphql: - specifier: ^16.7.1 - version: 16.7.1 + specifier: ^16.8.1 + version: 16.8.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.7.1) + version: 2.12.6(graphql@16.8.1) pinia: specifier: ^2.1.6 version: 2.1.6(typescript@5.0.2)(vue@3.3.4) @@ -240,8 +240,8 @@ importers: packages/test-e2e-ssr: dependencies: '@apollo/client': - specifier: ^3.7.16 - version: 3.7.16(graphql@16.7.1) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) '@vue/apollo-composable': specifier: workspace:* version: link:../vue-apollo-composable @@ -255,11 +255,11 @@ importers: specifier: ^4.18.2 version: 4.18.2 graphql: - specifier: ^16.7.1 - version: 16.7.1 + specifier: ^16.8.1 + version: 16.8.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.7.1) + version: 2.12.6(graphql@16.8.1) isomorphic-fetch: specifier: ^3.0.0 version: 3.0.0 @@ -314,10 +314,10 @@ importers: dependencies: '@apollo/server': specifier: ^4.7.3 - version: 4.7.3(graphql@16.6.0) + version: 4.7.3(graphql@16.8.1) '@graphql-tools/schema': specifier: ^10.0.0 - version: 10.0.0(graphql@16.6.0) + version: 10.0.0(graphql@16.8.1) body-parser: specifier: ^1.20.2 version: 1.20.2 @@ -328,17 +328,17 @@ importers: specifier: ^4.18.1 version: 4.18.2 graphql: - specifier: ^16.6.0 - version: 16.6.0 + specifier: ^16.8.1 + version: 16.8.1 graphql-subscriptions: specifier: ^2.0.0 - version: 2.0.0(graphql@16.6.0) + version: 2.0.0(graphql@16.8.1) graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.8.1) graphql-ws: specifier: ^5.13.1 - version: 5.13.1(graphql@16.6.0) + version: 5.13.1(graphql@16.8.1) shortid: specifier: ^2.2.16 version: 2.2.16 @@ -372,8 +372,8 @@ importers: version: link:../vue-apollo-option devDependencies: '@apollo/client': - specifier: ^3.7.16 - version: 3.7.16(graphql@15.8.0)(subscriptions-transport-ws@0.9.19) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) '@babel/core': specifier: ^7.18.5 version: 7.21.0 @@ -399,8 +399,8 @@ importers: specifier: ^6.0.3 version: 6.0.3 graphql: - specifier: ^15.8.0 - version: 15.8.0 + specifier: ^16.8.1 + version: 16.8.1 jest: specifier: ^24.9.0 version: 24.9.0 @@ -454,17 +454,17 @@ importers: version: 0.14.6(@vue/composition-api@1.0.0)(vue@3.3.4) devDependencies: '@apollo/client': - specifier: ^3.7.16 - version: 3.7.16(graphql@16.7.1) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) '@types/throttle-debounce': specifier: ^5.0.0 version: 5.0.0 graphql: - specifier: ^16.7.1 - version: 16.7.1 + specifier: ^16.8.1 + version: 16.8.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.7.1) + version: 2.12.6(graphql@16.8.1) nodemon: specifier: ^1.19.4 version: 1.19.4 @@ -485,8 +485,8 @@ importers: version: 5.0.0 devDependencies: '@apollo/client': - specifier: ^3.7.7 - version: 3.7.9(graphql@15.8.0) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) '@babel/core': specifier: ^7.18.5 version: 7.21.0 @@ -515,11 +515,11 @@ importers: specifier: ^6.0.3 version: 6.0.3 graphql: - specifier: ^15.8.0 - version: 15.8.0 + specifier: ^16.8.1 + version: 16.8.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@15.8.0) + version: 2.12.6(graphql@16.8.1) jest: specifier: ^24.9.0 version: 24.9.0 @@ -564,8 +564,8 @@ importers: version: 6.0.1 devDependencies: '@apollo/client': - specifier: ^3.7.7 - version: 3.7.9(graphql@16.6.0) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) '@types/serialize-javascript': specifier: ^5.0.2 version: 5.0.2 @@ -576,11 +576,11 @@ importers: packages/vue-apollo-util: devDependencies: '@apollo/client': - specifier: ^3.7.7 - version: 3.7.9(graphql@16.6.0) + specifier: ^3.9.6 + version: 3.9.6(graphql@16.8.1) graphql: - specifier: ^16.6.0 - version: 16.6.0 + specifier: ^16.8.1 + version: 16.8.1 typescript: specifier: ^4.7.4 version: 4.9.5 @@ -601,10 +601,10 @@ packages: hasBin: true dev: true - /@algolia/autocomplete-core@1.9.3(algoliasearch@4.20.0)(search-insights@2.8.2): + /@algolia/autocomplete-core@1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0): resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.20.0)(search-insights@2.8.2) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0) '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.20.0) transitivePeerDependencies: - '@algolia/client-search' @@ -612,13 +612,13 @@ packages: - search-insights dev: true - /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.20.0)(search-insights@2.8.2): + /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0): resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} peerDependencies: search-insights: '>= 1 < 3' dependencies: '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.20.0) - search-insights: 2.8.2 + search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch @@ -752,7 +752,7 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true - /@apollo/cache-control-types@1.0.2(graphql@16.6.0): + /@apollo/cache-control-types@1.0.2(graphql@16.8.1): resolution: {integrity: sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==} peerDependencies: graphql: 14.x || 15.x || 16.x @@ -760,13 +760,13 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false - /@apollo/client@3.7.16(graphql@15.8.0)(subscriptions-transport-ws@0.9.19): - resolution: {integrity: sha512-rdhoc7baSD7ZzcjavEpYN8gZJle1KhjEKj4SJeMgBpcnO4as7oXUVU4LtFpotzZdFlo57qaLrNzfvppSTsKvZQ==} + /@apollo/client@3.9.6(graphql@15.8.0)(subscriptions-transport-ws@0.9.19): + resolution: {integrity: sha512-+zpddcnZ4G2VZ0xIEnvIHFsLqeopNOnWuE2ZVbRuetLLpj/biLPNN719B/iofdd1/iHRclKfv0XaAmX6PBhYKA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -783,97 +783,30 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.1(graphql@15.8.0) - '@wry/context': 0.7.0 - '@wry/equality': 0.5.3 - '@wry/trie': 0.4.3 + '@graphql-typed-document-node/core': 3.2.0(graphql@15.8.0) + '@wry/caches': 1.0.1 + '@wry/equality': 0.5.7 + '@wry/trie': 0.5.0 graphql: 15.8.0 graphql-tag: 2.12.6(graphql@15.8.0) hoist-non-react-statics: 3.3.2 - optimism: 0.16.2 + optimism: 0.18.0 prop-types: 15.8.1 + rehackt: 0.0.6 response-iterator: 0.2.6 subscriptions-transport-ws: 0.9.19(graphql@15.8.0) symbol-observable: 4.0.0 ts-invariant: 0.10.3 - tslib: 2.5.0 - zen-observable-ts: 1.2.5 - - /@apollo/client@3.7.16(graphql@16.7.1): - resolution: {integrity: sha512-rdhoc7baSD7ZzcjavEpYN8gZJle1KhjEKj4SJeMgBpcnO4as7oXUVU4LtFpotzZdFlo57qaLrNzfvppSTsKvZQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - subscriptions-transport-ws: ^0.9 - peerDependenciesMeta: - graphql: - optional: true - graphql-ws: - optional: true - react: - optional: true - react-dom: - optional: true - subscriptions-transport-ws: - optional: true - dependencies: - '@graphql-typed-document-node/core': 3.1.1(graphql@16.7.1) - '@wry/context': 0.7.0 - '@wry/equality': 0.5.3 - '@wry/trie': 0.4.3 - graphql: 16.7.1 - graphql-tag: 2.12.6(graphql@16.7.1) - hoist-non-react-statics: 3.3.2 - optimism: 0.16.2 - prop-types: 15.8.1 - response-iterator: 0.2.6 - symbol-observable: 4.0.0 - ts-invariant: 0.10.3 - tslib: 2.5.0 + tslib: 2.6.2 zen-observable-ts: 1.2.5 + transitivePeerDependencies: + - '@types/react' + dev: false - /@apollo/client@3.7.9(graphql@15.8.0): - resolution: {integrity: sha512-YnJvrJOVWrp4y/zdNvUaM8q4GuSHCEIecsRDTJhK/veT33P/B7lfqGJ24NeLdKMj8tDEuXYF7V0t+th4+rgC+Q==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - subscriptions-transport-ws: ^0.9 - peerDependenciesMeta: - graphql: - optional: true - graphql-ws: - optional: true - react: - optional: true - react-dom: - optional: true - subscriptions-transport-ws: - optional: true - dependencies: - '@graphql-typed-document-node/core': 3.1.1(graphql@15.8.0) - '@wry/context': 0.7.0 - '@wry/equality': 0.5.3 - '@wry/trie': 0.3.2 - graphql: 15.8.0 - graphql-tag: 2.12.6(graphql@15.8.0) - hoist-non-react-statics: 3.3.2 - optimism: 0.16.2 - prop-types: 15.8.1 - response-iterator: 0.2.6 - symbol-observable: 4.0.0 - ts-invariant: 0.10.3 - tslib: 2.5.0 - zen-observable-ts: 1.2.5 - dev: true - - /@apollo/client@3.7.9(graphql@16.6.0): - resolution: {integrity: sha512-YnJvrJOVWrp4y/zdNvUaM8q4GuSHCEIecsRDTJhK/veT33P/B7lfqGJ24NeLdKMj8tDEuXYF7V0t+th4+rgC+Q==} + /@apollo/client@3.9.6(graphql@16.8.1): + resolution: {integrity: sha512-+zpddcnZ4G2VZ0xIEnvIHFsLqeopNOnWuE2ZVbRuetLLpj/biLPNN719B/iofdd1/iHRclKfv0XaAmX6PBhYKA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -890,21 +823,23 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.1(graphql@16.6.0) - '@wry/context': 0.7.0 - '@wry/equality': 0.5.3 - '@wry/trie': 0.3.2 - graphql: 16.6.0 - graphql-tag: 2.12.6(graphql@16.6.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) + '@wry/caches': 1.0.1 + '@wry/equality': 0.5.7 + '@wry/trie': 0.5.0 + graphql: 16.8.1 + graphql-tag: 2.12.6(graphql@16.8.1) hoist-non-react-statics: 3.3.2 - optimism: 0.16.2 + optimism: 0.18.0 prop-types: 15.8.1 + rehackt: 0.0.6 response-iterator: 0.2.6 symbol-observable: 4.0.0 ts-invariant: 0.10.3 - tslib: 2.5.0 + tslib: 2.6.2 zen-observable-ts: 1.2.5 - dev: true + transitivePeerDependencies: + - '@types/react' /@apollo/protobufjs@1.2.2: resolution: {integrity: sha512-vF+zxhPiLtkwxONs6YanSt1EpwpGilThpneExUN5K3tCymuxNnVq2yojTvnpRjv2QfsEIt/n7ozPIIzBLwGIDQ==} @@ -945,7 +880,7 @@ packages: long: 4.0.0 dev: false - /@apollo/server-gateway-interface@1.1.0(graphql@16.6.0): + /@apollo/server-gateway-interface@1.1.0(graphql@16.8.1): resolution: {integrity: sha512-0rhG++QtGfr4YhhIHgxZ9BdMFthaPY6LbhI9Au90osbfLMiZ7f8dmZsEX1mp7O1h8MJwCu6Dp0I/KcGbSvfUGA==} peerDependencies: graphql: 14.x || 15.x || 16.x @@ -957,10 +892,10 @@ packages: '@apollo/utils.fetcher': 2.0.1 '@apollo/utils.keyvaluecache': 2.1.1 '@apollo/utils.logger': 2.0.1 - graphql: 16.6.0 + graphql: 16.8.1 dev: false - /@apollo/server@4.7.3(graphql@16.6.0): + /@apollo/server@4.7.3(graphql@16.8.1): resolution: {integrity: sha512-eFCzHHheNHfVALjYJjIghV7kSgO49ZFr8+4g2CKOLShoDmLplQ3blyL5NsONyC0Z5l8kqm62V8yXGoxy2eNGfw==} engines: {node: '>=14.16.0'} peerDependencies: @@ -969,17 +904,17 @@ packages: graphql: optional: true dependencies: - '@apollo/cache-control-types': 1.0.2(graphql@16.6.0) - '@apollo/server-gateway-interface': 1.1.0(graphql@16.6.0) + '@apollo/cache-control-types': 1.0.2(graphql@16.8.1) + '@apollo/server-gateway-interface': 1.1.0(graphql@16.8.1) '@apollo/usage-reporting-protobuf': 4.1.0 '@apollo/utils.createhash': 2.0.1 '@apollo/utils.fetcher': 2.0.1 '@apollo/utils.isnodelike': 2.0.1 '@apollo/utils.keyvaluecache': 2.1.1 '@apollo/utils.logger': 2.0.1 - '@apollo/utils.usagereporting': 2.1.0(graphql@16.6.0) + '@apollo/utils.usagereporting': 2.1.0(graphql@16.8.1) '@apollo/utils.withrequired': 2.0.1 - '@graphql-tools/schema': 9.0.19(graphql@16.6.0) + '@graphql-tools/schema': 9.0.19(graphql@16.8.1) '@josephg/resolvable': 1.0.1 '@types/express': 4.17.17 '@types/express-serve-static-core': 4.17.33 @@ -988,7 +923,7 @@ packages: body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 - graphql: 16.6.0 + graphql: 16.8.1 loglevel: 1.8.1 lru-cache: 7.18.3 negotiator: 0.6.3 @@ -1015,7 +950,7 @@ packages: sha.js: 2.4.11 dev: false - /@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.6.0): + /@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.8.1): resolution: {integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==} engines: {node: '>=14'} peerDependencies: @@ -1024,7 +959,7 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false /@apollo/utils.fetcher@2.0.1: @@ -1050,7 +985,7 @@ packages: engines: {node: '>=14'} dev: false - /@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.6.0): + /@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.8.1): resolution: {integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==} engines: {node: '>=14'} peerDependencies: @@ -1059,10 +994,10 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false - /@apollo/utils.removealiases@2.0.1(graphql@16.6.0): + /@apollo/utils.removealiases@2.0.1(graphql@16.8.1): resolution: {integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==} engines: {node: '>=14'} peerDependencies: @@ -1071,10 +1006,10 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false - /@apollo/utils.sortast@2.0.1(graphql@16.6.0): + /@apollo/utils.sortast@2.0.1(graphql@16.8.1): resolution: {integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==} engines: {node: '>=14'} peerDependencies: @@ -1083,11 +1018,11 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 lodash.sortby: 4.7.0 dev: false - /@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.6.0): + /@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.8.1): resolution: {integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==} engines: {node: '>=14'} peerDependencies: @@ -1096,10 +1031,10 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false - /@apollo/utils.usagereporting@2.1.0(graphql@16.6.0): + /@apollo/utils.usagereporting@2.1.0(graphql@16.8.1): resolution: {integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==} engines: {node: '>=14'} peerDependencies: @@ -1109,12 +1044,12 @@ packages: optional: true dependencies: '@apollo/usage-reporting-protobuf': 4.1.0 - '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.6.0) - '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.6.0) - '@apollo/utils.removealiases': 2.0.1(graphql@16.6.0) - '@apollo/utils.sortast': 2.0.1(graphql@16.6.0) - '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.6.0) - graphql: 16.6.0 + '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.8.1) + '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.8.1) + '@apollo/utils.removealiases': 2.0.1(graphql@16.8.1) + '@apollo/utils.sortast': 2.0.1(graphql@16.8.1) + '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.8.1) + graphql: 16.8.1 dev: false /@apollo/utils.withrequired@2.0.1: @@ -1151,7 +1086,7 @@ packages: dependencies: '@types/express': 4.17.17 '@types/fs-capacitor': 2.0.0 - '@types/koa': 2.13.5 + '@types/koa': 2.15.0 busboy: 0.3.1 fs-capacitor: 2.0.4 graphql: 15.8.0 @@ -3501,10 +3436,10 @@ packages: resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==} dev: true - /@docsearch/js@3.5.2(search-insights@2.8.2): + /@docsearch/js@3.5.2(search-insights@2.13.0): resolution: {integrity: sha512-p1YFTCDflk8ieHgFJYfmyHBki1D61+U9idwrLh+GQQMrBSP3DLGKpy0XUJtPjAOPltcVbqsTjiPFfH7JImjUNg==} dependencies: - '@docsearch/react': 3.5.2(search-insights@2.8.2) + '@docsearch/react': 3.5.2(search-insights@2.13.0) preact: 10.12.1 transitivePeerDependencies: - '@algolia/client-search' @@ -3514,7 +3449,7 @@ packages: - search-insights dev: true - /@docsearch/react@3.5.2(search-insights@2.8.2): + /@docsearch/react@3.5.2(search-insights@2.13.0): resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -3531,11 +3466,11 @@ packages: search-insights: optional: true dependencies: - '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.20.0)(search-insights@2.8.2) + '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.9.3(algoliasearch@4.20.0) '@docsearch/css': 3.5.2 algoliasearch: 4.20.0 - search-insights: 2.8.2 + search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' dev: true @@ -3962,7 +3897,7 @@ packages: - supports-color dev: true - /@graphql-tools/merge@8.4.2(graphql@16.6.0): + /@graphql-tools/merge@8.4.2(graphql@16.8.1): resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -3970,12 +3905,12 @@ packages: graphql: optional: true dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.5.0 dev: false - /@graphql-tools/merge@9.0.0(graphql@16.6.0): + /@graphql-tools/merge@9.0.0(graphql@16.8.1): resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==} engines: {node: '>=16.0.0'} peerDependencies: @@ -3984,12 +3919,12 @@ packages: graphql: optional: true dependencies: - '@graphql-tools/utils': 10.0.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/utils': 10.0.1(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.5.0 dev: false - /@graphql-tools/schema@10.0.0(graphql@16.6.0): + /@graphql-tools/schema@10.0.0(graphql@16.8.1): resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==} engines: {node: '>=16.0.0'} peerDependencies: @@ -3998,14 +3933,14 @@ packages: graphql: optional: true dependencies: - '@graphql-tools/merge': 9.0.0(graphql@16.6.0) - '@graphql-tools/utils': 10.0.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/merge': 9.0.0(graphql@16.8.1) + '@graphql-tools/utils': 10.0.1(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/schema@9.0.19(graphql@16.6.0): + /@graphql-tools/schema@9.0.19(graphql@16.8.1): resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -4013,14 +3948,14 @@ packages: graphql: optional: true dependencies: - '@graphql-tools/merge': 8.4.2(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/merge': 8.4.2(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/utils@10.0.1(graphql@16.6.0): + /@graphql-tools/utils@10.0.1(graphql@16.8.1): resolution: {integrity: sha512-i1FozbDGHgdsFA47V/JvQZ0FE8NAy0Eiz7HGCJO2MkNdZAKNnwei66gOq0JWYVFztwpwbVQ09GkKhq7Kjcq5Cw==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4029,12 +3964,12 @@ packages: graphql: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-typed-document-node/core': 3.1.1(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.5.0 dev: false - /@graphql-tools/utils@9.2.1(graphql@16.6.0): + /@graphql-tools/utils@9.2.1(graphql@16.8.1): resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -4042,12 +3977,12 @@ packages: graphql: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-typed-document-node/core': 3.1.1(graphql@16.8.1) + graphql: 16.8.1 tslib: 2.5.0 dev: false - /@graphql-typed-document-node/core@3.1.1(graphql@15.8.0): + /@graphql-typed-document-node/core@3.1.1(graphql@16.8.1): resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -4055,27 +3990,29 @@ packages: graphql: optional: true dependencies: - graphql: 15.8.0 + graphql: 16.8.1 + dev: false - /@graphql-typed-document-node/core@3.1.1(graphql@16.6.0): - resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} + /@graphql-typed-document-node/core@3.2.0(graphql@15.8.0): + resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 peerDependenciesMeta: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 15.8.0 + dev: false - /@graphql-typed-document-node/core@3.1.1(graphql@16.7.1): - resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} + /@graphql-typed-document-node/core@3.2.0(graphql@16.8.1): + resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 peerDependenciesMeta: graphql: optional: true dependencies: - graphql: 16.7.1 + graphql: 16.8.1 /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -4637,16 +4574,16 @@ packages: dependencies: '@types/node': 20.6.0 - /@types/content-disposition@0.5.5: - resolution: {integrity: sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==} + /@types/content-disposition@0.5.8: + resolution: {integrity: sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg==} dev: false - /@types/cookies@0.7.7: - resolution: {integrity: sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==} + /@types/cookies@0.9.0: + resolution: {integrity: sha512-40Zk8qR147RABiQ7NQnBzWzDcjKzNrntB5BAmeGCb2p/MIyOE+4BVvc17wumsUqUw00bJYqoXFHYygQnEFh4/Q==} dependencies: '@types/connect': 3.4.35 '@types/express': 4.17.17 - '@types/keygrip': 1.0.2 + '@types/keygrip': 1.0.6 '@types/node': 20.6.0 dev: false @@ -4711,19 +4648,19 @@ packages: resolution: {integrity: sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==} deprecated: This is a stub types definition. graphql provides its own type definitions, so you do not need this installed. dependencies: - graphql: 16.7.1 + graphql: 16.8.1 dev: true /@types/html-minifier-terser@6.1.0: resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} dev: true - /@types/http-assert@1.5.3: - resolution: {integrity: sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==} + /@types/http-assert@1.5.5: + resolution: {integrity: sha512-4+tE/lwdAahgZT1g30Jkdm9PzFRde0xwxBNUyRsCitRvCQB90iuA2uJYdUnhnANRcqGXaWOGY4FEoxeElNAK2g==} dev: false - /@types/http-errors@2.0.1: - resolution: {integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==} + /@types/http-errors@2.0.4: + resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} dev: false /@types/http-proxy@1.17.9: @@ -4757,8 +4694,8 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/keygrip@1.0.2: - resolution: {integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==} + /@types/keygrip@1.0.6: + resolution: {integrity: sha512-lZuNAY9xeJt7Bx4t4dx0rYCDqGPW8RXhQZK1td7d4H6E9zYbLoOtjBvfwdTKpsyxQI/2jv+armjX/RW+ZNpXOQ==} dev: false /@types/keyv@3.1.4: @@ -4767,22 +4704,22 @@ packages: '@types/node': 20.6.0 dev: true - /@types/koa-compose@3.2.5: - resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} + /@types/koa-compose@3.2.8: + resolution: {integrity: sha512-4Olc63RY+MKvxMwVknCUDhRQX1pFQoBZ/lXcRLP69PQkEpze/0cr8LNqJQe5NFb/b19DWi2a5bTi2VAlQzhJuA==} dependencies: - '@types/koa': 2.13.5 + '@types/koa': 2.15.0 dev: false - /@types/koa@2.13.5: - resolution: {integrity: sha512-HSUOdzKz3by4fnqagwthW/1w/yJspTgppyyalPVbgZf8jQWvdIXcVW5h2DGtw4zYntOaeRGx49r1hxoPWrD4aA==} + /@types/koa@2.15.0: + resolution: {integrity: sha512-7QFsywoE5URbuVnG3loe03QXuGajrnotr3gQkXcEBShORai23MePfFYdhz90FEtBBpkyIYQbVD+evKtloCgX3g==} dependencies: '@types/accepts': 1.3.5 - '@types/content-disposition': 0.5.5 - '@types/cookies': 0.7.7 - '@types/http-assert': 1.5.3 - '@types/http-errors': 2.0.1 - '@types/keygrip': 1.0.2 - '@types/koa-compose': 3.2.5 + '@types/content-disposition': 0.5.8 + '@types/cookies': 0.9.0 + '@types/http-assert': 1.5.5 + '@types/http-errors': 2.0.4 + '@types/keygrip': 1.0.6 + '@types/koa-compose': 3.2.8 '@types/node': 20.6.0 dev: false @@ -4928,8 +4865,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@types/yauzl@2.10.0: - resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} + /@types/yauzl@2.10.3: + resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} requiresBuild: true dependencies: '@types/node': 20.6.0 @@ -5344,7 +5281,7 @@ packages: '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8) '@vue/cli-shared-utils': 5.0.8 '@vue/component-compiler-utils': 3.3.0 - '@vue/vue-loader-v15': /vue-loader@15.10.1(css-loader@6.7.3)(webpack@5.75.0) + '@vue/vue-loader-v15': /vue-loader@15.11.1(css-loader@6.7.3)(webpack@5.75.0) '@vue/web-component-wrapper': 1.3.0 acorn: 8.8.2 acorn-walk: 8.2.0 @@ -5431,6 +5368,7 @@ packages: - mustache - nunjucks - plates + - prettier - pug - qejs - ractive @@ -5598,7 +5536,7 @@ packages: source-map: 0.6.1 vue-template-es2015-compiler: 1.9.1 optionalDependencies: - prettier: 2.8.4 + prettier: 2.8.8 transitivePeerDependencies: - arc-templates - atpl @@ -6066,11 +6004,17 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@wry/context@0.7.0: - resolution: {integrity: sha512-LcDAiYWRtwAoSOArfk7cuYvFXytxfVrdX7yxoUmK7pPITLk5jYh2F8knCwS7LjgYL8u1eidPlKKV6Ikqq0ODqQ==} + /@wry/caches@1.0.1: + resolution: {integrity: sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==} engines: {node: '>=8'} dependencies: - tslib: 2.5.0 + tslib: 2.6.2 + + /@wry/context@0.7.4: + resolution: {integrity: sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==} + engines: {node: '>=8'} + dependencies: + tslib: 2.6.2 /@wry/equality@0.1.11: resolution: {integrity: sha512-mwEVBDUVODlsQQ5dfuLUS5/Tf7jqUKyhKYHmVi4fPB6bDMOfWvUPJmKgS1Z7Za/sOI3vzWt4+O7yCiL/70MogA==} @@ -6078,23 +6022,23 @@ packages: tslib: 1.14.1 dev: false - /@wry/equality@0.5.3: - resolution: {integrity: sha512-avR+UXdSrsF2v8vIqIgmeTY0UR91UT+IyablCyKe/uk22uOJ8fusKZnH9JH9e1/EtLeNJBtagNmL3eJdnOV53g==} + /@wry/equality@0.5.7: + resolution: {integrity: sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==} engines: {node: '>=8'} dependencies: - tslib: 2.5.0 + tslib: 2.6.2 - /@wry/trie@0.3.2: - resolution: {integrity: sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==} + /@wry/trie@0.4.3: + resolution: {integrity: sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==} engines: {node: '>=8'} dependencies: - tslib: 2.5.0 + tslib: 2.6.2 - /@wry/trie@0.4.3: - resolution: {integrity: sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==} + /@wry/trie@0.5.0: + resolution: {integrity: sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==} engines: {node: '>=8'} dependencies: - tslib: 2.5.0 + tslib: 2.6.2 /@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} @@ -6375,7 +6319,7 @@ packages: /apollo-datasource@0.10.0: resolution: {integrity: sha512-wrLhuoM2MtA0KA0+3qyioe0H2FjAxjTvuFOlNCk6WberA887m0MQlWULZImCWTkKuN+zEAMerHfxN+F+W8+lBA==} engines: {node: '>=6'} - deprecated: The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: apollo-server-caching: 0.7.0 apollo-server-env: 3.2.0 @@ -6392,7 +6336,7 @@ packages: graphql: optional: true dependencies: - core-js-pure: 3.28.0 + core-js-pure: 3.36.0 graphql: 15.8.0 lodash.sortby: 4.7.0 sha.js: 2.4.11 @@ -6415,7 +6359,7 @@ packages: /apollo-reporting-protobuf@0.8.0: resolution: {integrity: sha512-B3XmnkH6Y458iV6OsA7AhfwvTgeZnFq9nPVjbxmLKnvfkEl8hYADtz724uPa0WeBiD7DSFcnLtqg9yGmCkBohg==} - deprecated: The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: '@apollo/protobufjs': 1.2.2 dev: false @@ -6428,10 +6372,10 @@ packages: lru-cache: 6.0.0 dev: false - /apollo-server-core@2.26.1(graphql@15.8.0): - resolution: {integrity: sha512-YnO1YXhHOnCY7Q2SZ0uUtPq6SLCw+t2uI19l59mzWuCyZYdHrtSy3zUEU6pM3tR9vvUuRGkYIfMRlo/Q8a1U5g==} + /apollo-server-core@2.26.2(graphql@15.8.0): + resolution: {integrity: sha512-r8jOhf1jElaxsNsALFMy/MLiJCqSa1ZiwxkerVYbsEkyWrpD1Khy0extDkTBrfa6uK8CatX7xK9U413bYNhJFA==} engines: {node: '>=6'} - deprecated: The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: @@ -6473,7 +6417,7 @@ packages: /apollo-server-env@3.2.0: resolution: {integrity: sha512-V+kO5e6vUo2JwqV1/Ng71ZE3J6x1hCOC+nID2/++bCYl0/fPY9iLChbBNSgN/uoFcjhgmBchOv+m4o0Nie/TFQ==} engines: {node: '>=6'} - deprecated: The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: node-fetch: 2.6.9 util.promisify: 1.1.1 @@ -6484,7 +6428,7 @@ packages: /apollo-server-errors@2.5.0(graphql@15.8.0): resolution: {integrity: sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==} engines: {node: '>=6'} - deprecated: The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: @@ -6494,10 +6438,10 @@ packages: graphql: 15.8.0 dev: false - /apollo-server-express@2.26.1(graphql@15.8.0): - resolution: {integrity: sha512-eATTtlGhZFuo4KNRgaQ25jflUchI18oMd0vZyx0uIQ/CM0FPttO1noQ0fPAO6U0oSrxS8J9fCh8naJFDTUsZ0w==} + /apollo-server-express@2.26.2(graphql@15.8.0): + resolution: {integrity: sha512-8KaDwc6/DMK6e5KmP4AGH/NNY7OhEOFxusz3JZ/Du08a+PN8c/JmaEAwQ0aTNpySb5PWpv6xeXRPPwNfaPK9IQ==} engines: {node: '>=6'} - deprecated: The `apollo-server-express` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-server-express` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: @@ -6511,7 +6455,7 @@ packages: '@types/express': 4.17.17 '@types/express-serve-static-core': 4.17.33 accepts: 1.3.8 - apollo-server-core: 2.26.1(graphql@15.8.0) + apollo-server-core: 2.26.2(graphql@15.8.0) apollo-server-types: 0.10.0(graphql@15.8.0) body-parser: 1.20.2 cors: 2.8.5 @@ -6532,7 +6476,7 @@ packages: /apollo-server-plugin-base@0.14.0(graphql@15.8.0): resolution: {integrity: sha512-nTNSFuBhZURGjtWptdVqwemYUOdsvABj/GSKzeNvepiEubiv4N0rt4Gvy1inHDiMbo98wQTdF/7XohNcB9A77g==} engines: {node: '>=6'} - deprecated: The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: @@ -6548,7 +6492,7 @@ packages: /apollo-server-types@0.10.0(graphql@15.8.0): resolution: {integrity: sha512-LsB3epw1X3Co/HGiKHCGtzWG35J59gG8Ypx0p22+wgdM9AVDm1ylsNGZy+osNIVJc1lUJf3nF5kZ90vA866K/w==} engines: {node: '>=6'} - deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. + deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023 and October 22nd 2024, respectively). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: @@ -6980,6 +6924,7 @@ packages: /backo2@1.0.2: resolution: {integrity: sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==} + dev: false /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -8066,8 +8011,8 @@ packages: browserslist: 4.21.9 dev: true - /core-js-pure@3.28.0: - resolution: {integrity: sha512-DSOVleA9/v3LNj/vFxAPfUHttKTzrB2RXhAPvR5TPXn4vrra3Z2ssytvRyt8eruJwAfwAiFADEbrjcRdcvPLQQ==} + /core-js-pure@3.36.0: + resolution: {integrity: sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==} requiresBuild: true dev: false @@ -8264,7 +8209,7 @@ packages: dev: true /cssfilter@0.0.10: - resolution: {integrity: sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=} + resolution: {integrity: sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==} dev: false /cssnano-preset-default@5.2.14(postcss@8.4.21): @@ -9520,6 +9465,7 @@ packages: /eventemitter3@3.1.2: resolution: {integrity: sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==} + dev: false /eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} @@ -9713,7 +9659,7 @@ packages: get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': 2.10.0 + '@types/yauzl': 2.10.3 transitivePeerDependencies: - supports-color dev: true @@ -10326,7 +10272,7 @@ packages: iterall: 1.3.0 dev: false - /graphql-subscriptions@2.0.0(graphql@16.6.0): + /graphql-subscriptions@2.0.0(graphql@16.8.1): resolution: {integrity: sha512-s6k2b8mmt9gF9pEfkxsaO1lTxaySfKoEJzEfmwguBbQ//Oq23hIXCfR1hm4kdh5hnR20RdwB+s3BCb+0duHSZA==} peerDependencies: graphql: ^15.7.2 || ^16.0.0 @@ -10334,7 +10280,7 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 iterall: 1.3.0 dev: false @@ -10350,19 +10296,7 @@ packages: graphql: 15.8.0 tslib: 2.5.0 - /graphql-tag@2.12.6(graphql@16.6.0): - resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} - engines: {node: '>=10'} - peerDependencies: - graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - peerDependenciesMeta: - graphql: - optional: true - dependencies: - graphql: 16.6.0 - tslib: 2.5.0 - - /graphql-tag@2.12.6(graphql@16.7.1): + /graphql-tag@2.12.6(graphql@16.8.1): resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: @@ -10371,12 +10305,16 @@ packages: graphql: optional: true dependencies: - graphql: 16.7.1 + graphql: 16.8.1 tslib: 2.5.0 /graphql-tools@4.0.8(graphql@15.8.0): resolution: {integrity: sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==} - deprecated: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead + deprecated: |- + This package has been deprecated and now it only exports makeExecutableSchema. + And it will no longer receive updates. + We recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc. + Check out https://www.graphql-tools.com to learn what package you should use instead peerDependencies: graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 peerDependenciesMeta: @@ -10402,7 +10340,7 @@ packages: graphql: 15.8.0 dev: false - /graphql-ws@5.13.1(graphql@16.6.0): + /graphql-ws@5.13.1(graphql@16.8.1): resolution: {integrity: sha512-eiX7ES/ZQr0q7hSM5UBOEIFfaAUmAY9/CSDyAnsETuybByU7l/v46drRg9DQoTvVABEHp3QnrvwgTRMhqy7zxQ==} engines: {node: '>=10'} peerDependencies: @@ -10411,19 +10349,15 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.8.1 dev: false /graphql@15.8.0: resolution: {integrity: sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==} engines: {node: '>= 10.x'} - /graphql@16.6.0: - resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} - engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - - /graphql@16.7.1: - resolution: {integrity: sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==} + /graphql@16.8.1: + resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} /growly@1.3.0: @@ -11320,6 +11254,7 @@ packages: /iterall@1.3.0: resolution: {integrity: sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==} + dev: false /jackspeak@2.2.1: resolution: {integrity: sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==} @@ -12894,11 +12829,13 @@ packages: hasBin: true dev: true - /optimism@0.16.2: - resolution: {integrity: sha512-zWNbgWj+3vLEjZNIh/okkY2EUfX+vB9TJopzIZwT1xxaMqC5hRLLraePod4c5n4He08xuXNH+zhKFFCu390wiQ==} + /optimism@0.18.0: + resolution: {integrity: sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==} dependencies: - '@wry/context': 0.7.0 - '@wry/trie': 0.3.2 + '@wry/caches': 1.0.1 + '@wry/context': 0.7.4 + '@wry/trie': 0.4.3 + tslib: 2.6.2 /optionator@0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} @@ -14004,8 +13941,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /prettier@2.8.4: - resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} + /prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true requiresBuild: true @@ -14384,6 +14321,17 @@ packages: jsesc: 0.5.0 dev: true + /rehackt@0.0.6: + resolution: {integrity: sha512-l3WEzkt4ntlEc/IB3/mF6SRgNHA6zfQR7BlGOgBTOmx7IJJXojDASav+NsgXHFjHn+6RmwqsGPFgZpabWpeOdw==} + peerDependencies: + '@types/react': '*' + react: '*' + peerDependenciesMeta: + '@types/react': + optional: true + react: + optional: true + /relateurl@0.2.7: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} @@ -14789,8 +14737,8 @@ packages: ajv-keywords: 5.1.0(ajv@8.12.0) dev: true - /search-insights@2.8.2: - resolution: {integrity: sha512-PxA9M5Q2bpBelVvJ3oDZR8nuY00Z6qwOxL53wNpgzV28M/D6u9WUbImDckjLSILBF8F1hn/mgyuUaOPtjow4Qw==} + /search-insights@2.13.0: + resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==} dev: true /select-hose@2.0.0: @@ -15506,6 +15454,7 @@ packages: transitivePeerDependencies: - bufferutil - utf-8-validate + dev: false /sucrase@3.32.0: resolution: {integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==} @@ -15574,6 +15523,7 @@ packages: /symbol-observable@1.2.0: resolution: {integrity: sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==} engines: {node: '>=0.10.0'} + dev: false /symbol-observable@4.0.0: resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} @@ -15890,7 +15840,7 @@ packages: resolution: {integrity: sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==} engines: {node: '>=8'} dependencies: - tslib: 2.5.0 + tslib: 2.6.2 /ts-invariant@0.4.4: resolution: {integrity: sha512-uEtWkFM/sdZvRNNDL3Ehu4WVpwaulhwQszV8mrtcdeE8nN00BV9mAmQ88RkrBhFgl9gMgvjJLAQcZbnPXI9mlA==} @@ -15913,6 +15863,9 @@ packages: /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + /tsutils@3.21.0(typescript@4.9.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -16295,7 +16248,7 @@ packages: fsevents: 2.3.3 dev: true - /vitepress@1.0.0-rc.36(search-insights@2.8.2)(typescript@4.9.5): + /vitepress@1.0.0-rc.36(search-insights@2.13.0)(typescript@4.9.5): resolution: {integrity: sha512-2z4dpM9PplN/yvTifhavOIAazlCR6OJ5PvLoRbc+7LdcFeIlCsuDGENLX4HjMW18jQZF5/j7++PNqdBfeazxUA==} hasBin: true peerDependencies: @@ -16308,7 +16261,7 @@ packages: optional: true dependencies: '@docsearch/css': 3.5.2 - '@docsearch/js': 3.5.2(search-insights@2.8.2) + '@docsearch/js': 3.5.2(search-insights@2.13.0) '@types/markdown-it': 13.0.7 '@vitejs/plugin-vue': 5.0.3(vite@5.0.11)(vue@3.4.13) '@vue/devtools-api': 6.5.1 @@ -16420,12 +16373,13 @@ packages: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: true - /vue-loader@15.10.1(css-loader@6.7.3)(webpack@5.75.0): - resolution: {integrity: sha512-SaPHK1A01VrNthlix6h1hq4uJu7S/z0kdLUb6klubo738NeQoLbS6V9/d8Pv19tU0XdQKju3D1HSKuI8wJ5wMA==} + /vue-loader@15.11.1(css-loader@6.7.3)(webpack@5.75.0): + resolution: {integrity: sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==} peerDependencies: '@vue/compiler-sfc': ^3.0.8 cache-loader: '*' css-loader: '*' + prettier: '*' vue-template-compiler: '*' webpack: ^3.0.0 || ^4.1.0 || ^5.0.0-0 peerDependenciesMeta: @@ -16433,6 +16387,8 @@ packages: optional: true cache-loader: optional: true + prettier: + optional: true vue-template-compiler: optional: true webpack: