diff --git a/package.json b/package.json index 506acb88..8dbaf828 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ ], "dependencies": { "husky": "^7.0.4", - "lint-staged": "^12.3.2" + "lint-staged": "^12.3.3" }, "devDependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", - "@types/node": "^17.0.13" + "@types/node": "^17.0.15" } } diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index a3c63392..8b18f7ec 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -19,12 +19,12 @@ "dependencies": { "@codemirror/highlight": "^0.19.0", "@codemirror/language": "^0.19.0", - "@lezer/lr": "^0.15.7" + "@lezer/lr": "^0.15.8" }, "devDependencies": { "@lezer/generator": "^0.15.4", "mocha": "^9.2.0", - "rollup": "^2.66.1", + "rollup": "^2.67.1", "rollup-plugin-dts": "^4.1.0", "rollup-plugin-ts": "^2.0.5", "typescript": "^4.5.5" diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 060f96df..056590ce 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -63,16 +63,16 @@ "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.2.0", "@nuxtjs/robots": "^2.5.0", - "@nuxtjs/sentry": "^5.1.6", + "@nuxtjs/sentry": "^5.1.7", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", - "@urql/core": "^2.3.6", + "@urql/core": "^2.4.1", "@urql/exchange-auth": "^0.1.7", "@urql/exchange-graphcache": "^4.3.6", "acorn": "^8.7.0", "acorn-walk": "^8.2.0", "axios": "^0.25.0", - "core-js": "^3.20.3", + "core-js": "^3.21.0", "esprima": "^4.0.1", "firebase": "^9.6.5", "fp-ts": "^2.11.8", @@ -112,14 +112,14 @@ "yargs-parser": "^21.0.0" }, "devDependencies": { - "@babel/core": "^7.16.12", + "@babel/core": "^7.17.0", "@babel/preset-env": "^7.16.11", "@graphql-codegen/add": "^3.1.1", - "@graphql-codegen/cli": "2.4.0", - "@graphql-codegen/typed-document-node": "^2.2.2", - "@graphql-codegen/typescript": "2.4.2", - "@graphql-codegen/typescript-operations": "^2.2.2", - "@graphql-codegen/typescript-urql-graphcache": "^2.2.3", + "@graphql-codegen/cli": "2.5.0", + "@graphql-codegen/typed-document-node": "^2.2.3", + "@graphql-codegen/typescript": "2.4.3", + "@graphql-codegen/typescript-operations": "^2.2.4", + "@graphql-codegen/typescript-urql-graphcache": "^2.2.4", "@graphql-codegen/urql-introspection": "^2.1.1", "@graphql-typed-document-node/core": "^3.1.1", "@nuxt/types": "^2.15.8", @@ -135,7 +135,7 @@ "@nuxtjs/svg": "^0.4.0", "@relmify/jest-fp-ts": "^1.1.1", "@sentry/browser": "^6.17.3", - "@testing-library/jest-dom": "^5.16.1", + "@testing-library/jest-dom": "^5.16.2", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", @@ -146,25 +146,25 @@ "@types/splitpanes": "^2.2.1", "@types/uuid": "^8.3.4", "@urql/devtools": "^2.0.3", - "@vue/composition-api": "^1.4.5", - "@vue/runtime-dom": "^3.2.29", + "@vue/composition-api": "^1.4.6", + "@vue/runtime-dom": "^3.2.30", "@vue/test-utils": "^1.3.0", "@vueuse/core": "^7.5.5", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^27.4.6", + "babel-jest": "^27.5.0", "babel-loader": "^8.2.3", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^8.4.0", - "jest": "^27.4.7", + "eslint-plugin-vue": "^8.4.1", + "jest": "^27.5.0", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", - "nuxt-windicss": "^2.2.2", + "nuxt-windicss": "^2.2.4", "prettier": "^2.5.1", "raw-loader": "^4.0.2", - "sass": "^1.49.0", + "sass": "^1.49.7", "sass-loader": "^10.2.0", "stylelint": "^14.3.0", "stylelint-config-prettier": "^9.0.3", @@ -173,7 +173,7 @@ "ts-jest": "^27.1.3", "typescript": "^4.5.5", "vue-jest": "^3.0.7", - "vue-template-babel-compiler": "^1.1.2", + "vue-template-babel-compiler": "^1.1.3", "worker-loader": "^3.0.8" } } diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 18f06f14..de4466ac 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -42,14 +42,14 @@ "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^27.4.0", "@types/lodash": "^4.14.178", - "@types/node": "^17.0.13", + "@types/node": "^17.0.15", "@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/parser": "^5.10.1", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", - "jest": "^27.4.7", + "jest": "^27.5.0", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "typescript": "^4.5.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 643e673d..9a4a6599 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,44 +6,44 @@ importers: specifiers: '@commitlint/cli': ^16.1.0 '@commitlint/config-conventional': ^16.0.0 - '@types/node': ^17.0.13 + '@types/node': ^17.0.15 husky: ^7.0.4 - lint-staged: ^12.3.2 + lint-staged: ^12.3.3 dependencies: husky: 7.0.4 lint-staged: 12.3.3 devDependencies: - '@commitlint/cli': 16.1.0_@types+node@17.0.14 + '@commitlint/cli': 16.1.0_@types+node@17.0.15 '@commitlint/config-conventional': 16.0.0 - '@types/node': 17.0.14 + '@types/node': 17.0.15 packages/codemirror-lang-graphql: specifiers: '@codemirror/highlight': ^0.19.0 '@codemirror/language': ^0.19.0 '@lezer/generator': ^0.15.4 - '@lezer/lr': ^0.15.7 + '@lezer/lr': ^0.15.8 mocha: ^9.2.0 - rollup: ^2.66.1 + rollup: ^2.67.1 rollup-plugin-dts: ^4.1.0 rollup-plugin-ts: ^2.0.5 typescript: ^4.5.5 dependencies: '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.7 - '@lezer/lr': 0.15.7 + '@lezer/lr': 0.15.8 devDependencies: '@lezer/generator': 0.15.4 mocha: 9.2.0 - rollup: 2.67.0 - rollup-plugin-dts: 4.1.0_rollup@2.67.0+typescript@4.5.5 - rollup-plugin-ts: 2.0.5_rollup@2.67.0+typescript@4.5.5 + rollup: 2.67.1 + rollup-plugin-dts: 4.1.0_rollup@2.67.1+typescript@4.5.5 + rollup-plugin-ts: 2.0.5_rollup@2.67.1+typescript@4.5.5 typescript: 4.5.5 packages/hoppscotch-app: specifiers: '@apidevtools/swagger-parser': ^10.0.3 - '@babel/core': ^7.16.12 + '@babel/core': ^7.17.0 '@babel/preset-env': ^7.16.11 '@codemirror/autocomplete': ^0.19.0 '@codemirror/closebrackets': ^0.19.0 @@ -67,11 +67,11 @@ importers: '@codemirror/tooltip': ^0.19.0 '@codemirror/view': ^0.19.0 '@graphql-codegen/add': ^3.1.1 - '@graphql-codegen/cli': 2.4.0 - '@graphql-codegen/typed-document-node': ^2.2.2 - '@graphql-codegen/typescript': 2.4.2 - '@graphql-codegen/typescript-operations': ^2.2.2 - '@graphql-codegen/typescript-urql-graphcache': ^2.2.3 + '@graphql-codegen/cli': 2.5.0 + '@graphql-codegen/typed-document-node': ^2.2.3 + '@graphql-codegen/typescript': 2.4.3 + '@graphql-codegen/typescript-operations': ^2.2.4 + '@graphql-codegen/typescript-urql-graphcache': ^2.2.4 '@graphql-codegen/urql-introspection': ^2.1.1 '@graphql-typed-document-node/core': ^3.1.1 '@hoppscotch/codemirror-lang-graphql': workspace:^0.1.0 @@ -91,14 +91,14 @@ importers: '@nuxtjs/i18n': ^7.2.0 '@nuxtjs/pwa': ^3.3.5 '@nuxtjs/robots': ^2.5.0 - '@nuxtjs/sentry': ^5.1.6 + '@nuxtjs/sentry': ^5.1.7 '@nuxtjs/sitemap': ^2.4.0 '@nuxtjs/stylelint-module': ^4.1.0 '@nuxtjs/svg': ^0.4.0 '@nuxtjs/toast': ^3.3.1 '@relmify/jest-fp-ts': ^1.1.1 '@sentry/browser': ^6.17.3 - '@testing-library/jest-dom': ^5.16.1 + '@testing-library/jest-dom': ^5.16.2 '@types/codemirror': ^5.60.5 '@types/cookie': ^0.4.1 '@types/esprima': ^4.0.3 @@ -108,26 +108,26 @@ importers: '@types/postman-collection': ^3.5.7 '@types/splitpanes': ^2.2.1 '@types/uuid': ^8.3.4 - '@urql/core': ^2.3.6 + '@urql/core': ^2.4.1 '@urql/devtools': ^2.0.3 '@urql/exchange-auth': ^0.1.7 '@urql/exchange-graphcache': ^4.3.6 - '@vue/composition-api': ^1.4.5 - '@vue/runtime-dom': ^3.2.29 + '@vue/composition-api': ^1.4.6 + '@vue/runtime-dom': ^3.2.30 '@vue/test-utils': ^1.3.0 '@vueuse/core': ^7.5.5 acorn: ^8.7.0 acorn-walk: ^8.2.0 axios: ^0.25.0 babel-core: ^7.0.0-bridge.0 - babel-jest: ^27.4.6 + babel-jest: ^27.5.0 babel-loader: ^8.2.3 - core-js: ^3.20.3 + core-js: ^3.21.0 eslint: ^8.8.0 eslint-config-prettier: ^8.3.0 eslint-plugin-nuxt: ^3.1.0 eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^8.4.0 + eslint-plugin-vue: ^8.4.1 esprima: ^4.0.1 firebase: ^9.6.5 fp-ts: ^2.11.8 @@ -139,7 +139,7 @@ importers: httpsnippet: ^2.0.0 insomnia-importers: ^2.4.1 io-ts: ^2.2.16 - jest: ^27.4.7 + jest: ^27.5.0 jest-serializer-vue: ^2.0.2 js-yaml: ^4.1.0 json-loader: ^0.5.7 @@ -148,7 +148,7 @@ importers: node-interval-tree: ^1.3.3 npm-run-all: ^4.1.5 nuxt: ^2.15.8 - nuxt-windicss: ^2.2.2 + nuxt-windicss: ^2.2.4 openapi-types: ^10.0.0 paho-mqtt: ^1.1.0 postman-collection: ^4.1.1 @@ -156,7 +156,7 @@ importers: qs: ^6.10.3 raw-loader: ^4.0.2 rxjs: ^7.5.2 - sass: ^1.49.0 + sass: ^1.49.7 sass-loader: ^10.2.0 socket.io-client-v2: npm:socket.io-client@^2.4.0 socket.io-client-v3: npm:socket.io-client@^3.1.3 @@ -175,7 +175,7 @@ importers: vue-functional-data-merge: ^3.1.0 vue-github-button: ^1.3.0 vue-jest: ^3.0.7 - vue-template-babel-compiler: ^1.1.2 + vue-template-babel-compiler: ^1.1.3 vue-textarea-autosize: ^1.1.1 vue-tippy: ^4.13.0 vuejs-auto-complete: ^0.9.0 @@ -213,23 +213,23 @@ importers: '@nuxtjs/gtm': 2.4.0 '@nuxtjs/i18n': 7.2.0 '@nuxtjs/robots': 2.5.0 - '@nuxtjs/sentry': 5.1.6 + '@nuxtjs/sentry': 5.1.7 '@nuxtjs/sitemap': 2.4.0 '@nuxtjs/toast': 3.3.1 - '@urql/core': 2.3.6_graphql@15.7.2 + '@urql/core': 2.4.1_graphql@15.7.2 '@urql/exchange-auth': 0.1.7_graphql@15.7.2 '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 acorn: 8.7.0 acorn-walk: 8.2.0 axios: 0.25.0 - core-js: 3.20.3 + core-js: 3.21.0 esprima: 4.0.1 firebase: 9.6.6 fp-ts: 2.11.8 fuse.js: 6.5.3 graphql: 15.7.2 - graphql-language-service-interface: 2.9.1_0dacf122fbcc6ac3284e12193cdebbd1 - graphql-language-service-parser: 1.10.4_0dacf122fbcc6ac3284e12193cdebbd1 + graphql-language-service-interface: 2.9.1_935c4102b03dbbcaded762c2bd28dd0b + graphql-language-service-parser: 1.10.4_935c4102b03dbbcaded762c2bd28dd0b graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 insomnia-importers: 2.4.1_openapi-types@10.0.0 @@ -261,21 +261,21 @@ importers: wonka: 4.0.15 yargs-parser: 21.0.0 devDependencies: - '@babel/core': 7.16.12 - '@babel/preset-env': 7.16.11_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/preset-env': 7.16.11_@babel+core@7.17.0 '@graphql-codegen/add': 3.1.1_graphql@15.7.2 - '@graphql-codegen/cli': 2.4.0_0dacf122fbcc6ac3284e12193cdebbd1 - '@graphql-codegen/typed-document-node': 2.2.2_graphql@15.7.2 - '@graphql-codegen/typescript': 2.4.2_graphql@15.7.2 - '@graphql-codegen/typescript-operations': 2.2.2_graphql@15.7.2 - '@graphql-codegen/typescript-urql-graphcache': 2.2.3_0078faba29fbf2fd40f25b4af19ce6b4 + '@graphql-codegen/cli': 2.5.0_935c4102b03dbbcaded762c2bd28dd0b + '@graphql-codegen/typed-document-node': 2.2.3_graphql@15.7.2 + '@graphql-codegen/typescript': 2.4.3_graphql@15.7.2 + '@graphql-codegen/typescript-operations': 2.2.4_graphql@15.7.2 + '@graphql-codegen/typescript-urql-graphcache': 2.2.4_0078faba29fbf2fd40f25b4af19ce6b4 '@graphql-codegen/urql-introspection': 2.1.1_graphql@15.7.2 '@graphql-typed-document-node/core': 3.1.1_graphql@15.7.2 - '@nuxt/types': 2.15.8_sass@1.49.0 + '@nuxt/types': 2.15.8_sass@1.49.7 '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.8.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 8.0.0_ee07baedc10f0b46d30cd9c14bf6940b + '@nuxtjs/eslint-config-typescript': 8.0.0_e76c58994d9de148d83231d7dab71e7d '@nuxtjs/eslint-module': 3.0.2_eslint@8.8.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 @@ -284,7 +284,7 @@ importers: '@nuxtjs/svg': 0.4.0 '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.8+io-ts@2.2.16 '@sentry/browser': 6.17.4 - '@testing-library/jest-dom': 5.16.1 + '@testing-library/jest-dom': 5.16.2 '@types/codemirror': 5.60.5 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 @@ -294,35 +294,35 @@ importers: '@types/postman-collection': 3.5.7 '@types/splitpanes': 2.2.1 '@types/uuid': 8.3.4 - '@urql/devtools': 2.0.3_@urql+core@2.3.6+graphql@15.7.2 - '@vue/composition-api': 1.4.5 - '@vue/runtime-dom': 3.2.29 + '@urql/devtools': 2.0.3_@urql+core@2.4.1+graphql@15.7.2 + '@vue/composition-api': 1.4.6 + '@vue/runtime-dom': 3.2.30 '@vue/test-utils': 1.3.0 - '@vueuse/core': 7.5.5_@vue+composition-api@1.4.5 - babel-core: 7.0.0-bridge.0_@babel+core@7.16.12 - babel-jest: 27.4.6_@babel+core@7.16.12 - babel-loader: 8.2.3_@babel+core@7.16.12 + '@vueuse/core': 7.5.5_@vue+composition-api@1.4.6 + babel-core: 7.0.0-bridge.0_@babel+core@7.17.0 + babel-jest: 27.5.0_@babel+core@7.17.0 + babel-loader: 8.2.3_@babel+core@7.17.0 eslint: 8.8.0 eslint-config-prettier: 8.3.0_eslint@8.8.0 eslint-plugin-nuxt: 3.1.0_eslint@8.8.0 eslint-plugin-prettier: 4.0.0_43197c8d12d1d439034cfcf65e1c48c2 - eslint-plugin-vue: 8.4.0_eslint@8.8.0 - jest: 27.4.7 + eslint-plugin-vue: 8.4.1_eslint@8.8.0 + jest: 27.5.0 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 - nuxt-windicss: 2.2.2 + nuxt-windicss: 2.2.4 prettier: 2.5.1 raw-loader: 4.0.2 - sass: 1.49.0 - sass-loader: 10.2.0_sass@1.49.0 + sass: 1.49.7 + sass-loader: 10.2.0_sass@1.49.7 stylelint: 14.3.0 stylelint-config-prettier: 9.0.3_stylelint@14.3.0 stylelint-config-standard: 24.0.0_stylelint@14.3.0 stylelint-config-standard-scss: 3.0.0_stylelint@14.3.0 - ts-jest: 27.1.3_50f47ab6c9bbaa69742d160df61bcd2a + ts-jest: 27.1.3_985248f8ca5eb6777961845c8fe65f9c typescript: 4.5.5 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 - vue-template-babel-compiler: 1.1.2 + vue-template-babel-compiler: 1.1.3 worker-loader: 3.0.8 packages/hoppscotch-data: @@ -342,7 +342,7 @@ importers: '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.4.0 '@types/lodash': ^4.14.178 - '@types/node': ^17.0.13 + '@types/node': ^17.0.15 '@typescript-eslint/eslint-plugin': ^5.10.1 '@typescript-eslint/parser': ^5.10.1 eslint: ^8.8.0 @@ -350,7 +350,7 @@ importers: eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.8 io-ts: ^2.2.16 - jest: ^27.4.7 + jest: ^27.5.0 lodash: ^4.17.21 prettier: ^2.5.1 quickjs-emscripten: ^0.15.0 @@ -365,24 +365,37 @@ importers: '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.8+io-ts@2.2.16 '@types/jest': 27.4.0 '@types/lodash': 4.14.178 - '@types/node': 17.0.14 + '@types/node': 17.0.15 '@typescript-eslint/eslint-plugin': 5.10.2_2595c2126aec4d4b6e944b931dabb4c2 '@typescript-eslint/parser': 5.10.2_eslint@8.8.0+typescript@4.5.5 eslint: 8.8.0 eslint-config-prettier: 8.3.0_eslint@8.8.0 eslint-plugin-prettier: 4.0.0_43197c8d12d1d439034cfcf65e1c48c2 io-ts: 2.2.16_fp-ts@2.11.8 - jest: 27.4.7 + jest: 27.5.0 prettier: 2.5.1 - ts-jest: 27.1.3_a7e53b5e5b59e71a0fd4d8cf128393d5 + ts-jest: 27.1.3_32a3a141e7b81328ab7c63692495f170 typescript: 4.5.5 packages: + /@ampproject/remapping/2.1.0: + resolution: {integrity: sha512-d5RysTlJ7hmw5Tw4UxgxcY3lkMe92n8sXCcuLPAyIAHK6j8DefDwtGnVVDgOnv+RnEosulDJ9NPKQL27bDId0g==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/trace-mapping': 0.3.2 + /@antfu/utils/0.3.0: resolution: {integrity: sha512-UU8TLr/EoXdg7OjMp0h9oDoIAVr+Z/oW9cpOxQQyrsz6Qzd2ms/1CdWx8fl2OQdFpxGmq5Vc4TwfLHId6nAZjA==} dependencies: '@types/throttle-debounce': 2.1.0 + dev: false + + /@antfu/utils/0.4.0: + resolution: {integrity: sha512-gqkpvjkgFUu+s3kP+Ly33OKpo5zvVY3FDFhv5BIb98SncS3KD6DNxPfNDjwHIoyXbz1leWo1j8DtRLZ1D2Jv+Q==} + dependencies: + '@types/throttle-debounce': 2.1.0 + dev: true /@apidevtools/json-schema-ref-parser/9.0.9: resolution: {integrity: sha512-GBD2Le9w2+lVFoc4vswGI/TjkNIZSVp7+9xPf+X3uidBfWnAeUWmquteSyt0+VCrhNMWj/FTABISQrD3Z/YA+w==} @@ -440,7 +453,7 @@ packages: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.16.7 + '@babel/highlight': 7.16.10 /@babel/compat-data/7.16.0: resolution: {integrity: sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==} @@ -451,59 +464,40 @@ packages: resolution: {integrity: sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==} engines: {node: '>=6.9.0'} - /@babel/core/7.16.12: - resolution: {integrity: sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==} + /@babel/compat-data/7.17.0: + resolution: {integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==} + engines: {node: '>=6.9.0'} + + /@babel/core/7.17.0: + resolution: {integrity: sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA==} engines: {node: '>=6.9.0'} dependencies: + '@ampproject/remapping': 2.1.0 '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.8 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 + '@babel/generator': 7.17.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0 '@babel/helper-module-transforms': 7.16.7 - '@babel/helpers': 7.16.7 - '@babel/parser': 7.16.12 + '@babel/helpers': 7.17.0 + '@babel/parser': 7.17.0 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 - '@babel/types': 7.16.8 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 convert-source-map: 1.8.0 debug: 4.3.3 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 - source-map: 0.5.7 transitivePeerDependencies: - supports-color - /@babel/core/7.16.7: - resolution: {integrity: sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.7 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 - '@babel/helper-module-transforms': 7.16.7 - '@babel/helpers': 7.16.7 - '@babel/parser': 7.16.7 - '@babel/template': 7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.7 - convert-source-map: 1.8.0 - debug: 4.3.3 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - source-map: 0.5.7 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/eslint-parser/7.16.3_@babel+core@7.16.12+eslint@8.8.0: + /@babel/eslint-parser/7.16.3_@babel+core@7.17.0+eslint@8.8.0: resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 eslint: 8.8.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 @@ -518,19 +512,11 @@ packages: jsesc: 2.5.2 source-map: 0.5.7 - /@babel/generator/7.16.7: - resolution: {integrity: sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==} + /@babel/generator/7.17.0: + resolution: {integrity: sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 - jsesc: 2.5.2 - source-map: 0.5.7 - - /@babel/generator/7.16.8: - resolution: {integrity: sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 jsesc: 2.5.2 source-map: 0.5.7 @@ -547,51 +533,38 @@ packages: '@babel/helper-explode-assignable-expression': 7.16.7 '@babel/types': 7.16.8 - /@babel/helper-compilation-targets/7.16.0_@babel+core@7.16.12: + /@babel/helper-compilation-targets/7.16.0_@babel+core@7.17.0: resolution: {integrity: sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-validator-option': 7.16.7 browserslist: 4.17.5 semver: 6.3.0 dev: false - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.12: + /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.12 + '@babel/compat-data': 7.17.0 + '@babel/core': 7.17.0 '@babel/helper-validator-option': 7.16.7 browserslist: 4.19.1 semver: 6.3.0 - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.7 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.19.1 - semver: 6.3.0 - dev: true - - /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.16.12: + /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.17.0: resolution: {integrity: sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -602,13 +575,13 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.16.12: + /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -619,26 +592,26 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.16.12: + /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-annotate-as-pure': 7.16.7 regexpu-core: 4.8.0 - /@babel/helper-define-polyfill-provider/0.2.4_@babel+core@7.16.12: + /@babel/helper-define-polyfill-provider/0.2.4_@babel+core@7.17.0: resolution: {integrity: sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.17.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/traverse': 7.16.10 + '@babel/traverse': 7.17.0 debug: 4.3.3 lodash.debounce: 4.0.8 resolve: 1.20.0 @@ -647,13 +620,13 @@ packages: - supports-color dev: false - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.16.12: + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.0: resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/traverse': 7.16.10 @@ -668,7 +641,7 @@ packages: resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-explode-assignable-expression/7.16.7: resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} @@ -690,7 +663,7 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.16.7 '@babel/template': 7.16.7 - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-get-function-arity/7.16.0: resolution: {integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==} @@ -702,7 +675,7 @@ packages: resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-hoist-variables/7.16.0: resolution: {integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==} @@ -714,7 +687,7 @@ packages: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-member-expression-to-functions/7.16.7: resolution: {integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==} @@ -726,14 +699,14 @@ packages: resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 dev: false /@babel/helper-module-imports/7.16.7: resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-module-transforms/7.16.7: resolution: {integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==} @@ -745,8 +718,8 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 - '@babel/types': 7.16.8 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 transitivePeerDependencies: - supports-color @@ -786,7 +759,7 @@ packages: resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} @@ -804,7 +777,7 @@ packages: resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 /@babel/helper-validator-identifier/7.15.7: resolution: {integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==} @@ -824,18 +797,18 @@ packages: dependencies: '@babel/helper-function-name': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 + '@babel/traverse': 7.17.0 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color - /@babel/helpers/7.16.7: - resolution: {integrity: sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==} + /@babel/helpers/7.17.0: + resolution: {integrity: sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 - '@babel/types': 7.16.8 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 transitivePeerDependencies: - supports-color @@ -847,594 +820,469 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/highlight/7.16.7: - resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==} + /@babel/highlight/7.16.10: + resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.16.12: - resolution: {integrity: sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==} - engines: {node: '>=6.0.0'} - hasBin: true - /@babel/parser/7.16.2: resolution: {integrity: sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/parser/7.16.4: - resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==} - engines: {node: '>=6.0.0'} - hasBin: true - dev: true - - /@babel/parser/7.16.6: - resolution: {integrity: sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==} + /@babel/parser/7.17.0: + resolution: {integrity: sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/parser/7.16.7: - resolution: {integrity: sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA==} - engines: {node: '>=6.0.0'} - hasBin: true - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.16.12: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.16.12: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.12 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0 - /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.16.12: + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.0: resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.12 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.12 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.0 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.16.0_@babel+core@7.16.12: + /@babel/plugin-proposal-decorators/7.16.0_@babel+core@7.17.0: resolution: {integrity: sha512-ttvhKuVnQwoNQrcTd1oe6o49ahaZ1kns1fsJKzTVOaS/FJDJoK4qzgVS68xzJhYUMgTnbXW6z/T6rlP3lL7tJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-decorators': 7.16.0_@babel+core@7.16.12 + '@babel/plugin-syntax-decorators': 7.16.0_@babel+core@7.17.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.0 - /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.0 - /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0 - /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0 - /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0 - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0 - /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0 - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0 - /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0 - /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.16.12: + /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.0: resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.12 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.12 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.0 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.16.12: + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.12: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.7: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.7: - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.12: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.7: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.12: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-decorators/7.16.0_@babel+core@7.16.12: + /@babel/plugin-syntax-decorators/7.16.0_@babel+core@7.17.0: resolution: {integrity: sha512-nxnnngZClvlY13nHJAIDow0S7Qzhq64fQ/NlqS+VER3kjW/4F0jLhXjeL8jcwSwz6Ca3rotT5NJD2T9I7lcv7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.16.12: + /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.12: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.7: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.7: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.16.12: + /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.17.0: resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.16.12: + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.12: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.7: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.7: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.12: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.7: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.7: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.7: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.12: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.7: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.12: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.12: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.7: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.16.7 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.16.12: + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.0: resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-classes/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -1446,122 +1294,122 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.16.12 + '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.0 dev: true - /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0 '@babel/helper-function-name': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-literals/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.12: + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.0: resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-simple-access': 7.16.7 @@ -1569,13 +1417,13 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 @@ -1584,283 +1432,283 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.16.12: + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.0: resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.0 - /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-replace-supers': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-react-jsx/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-react-jsx/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.12 - '@babel/types': 7.16.8 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.0 + '@babel/types': 7.17.0 dev: true - /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 regenerator-transform: 0.14.5 - /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-runtime/7.16.0_@babel+core@7.16.12: + /@babel/plugin-transform-runtime/7.16.0_@babel+core@7.17.0: resolution: {integrity: sha512-zlPf1/XFn5+vWdve3AAhf+Sxl+MVa5VlwTwWgnLx23u4GlatSRQJ3Eoo9vllf0a9il3woQsT4SK+5Z7c06h8ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.16.12 - babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.16.12 - babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.16.12 + babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.17.0 + babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.17.0 + babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.17.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-spread/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.16.12: + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.0: resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 - /@babel/preset-env/7.16.11_@babel+core@7.16.12: + /@babel/preset-env/7.16.11_@babel+core@7.17.0: resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.0 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.16.12 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.16.12 - '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.12 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.12 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.12 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.16.12 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.12 - '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.16.12 - '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.16.12 - '@babel/preset-modules': 0.1.5_@babel+core@7.16.12 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.0 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.0 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.0 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.0 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.0 + '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.0 + '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.0 + '@babel/preset-modules': 0.1.5_@babel+core@7.17.0 '@babel/types': 7.16.8 - babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.12 - babel-plugin-polyfill-corejs3: 0.5.1_@babel+core@7.16.12 - babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.12 + babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.17.0 + babel-plugin-polyfill-corejs3: 0.5.1_@babel+core@7.17.0 + babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.17.0 core-js-compat: 3.20.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-modules/0.1.5_@babel+core@7.16.12: + /@babel/preset-modules/0.1.5_@babel+core@7.17.0: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.16.12 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.0 '@babel/types': 7.16.8 esutils: 2.0.3 @@ -1871,8 +1719,8 @@ packages: regenerator-runtime: 0.13.9 dev: false - /@babel/runtime/7.16.7: - resolution: {integrity: sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==} + /@babel/runtime/7.17.0: + resolution: {integrity: sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.9 @@ -1882,7 +1730,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.0 - '@babel/parser': 7.16.6 + '@babel/parser': 7.16.2 '@babel/types': 7.16.8 /@babel/template/7.16.7: @@ -1894,8 +1742,8 @@ packages: '@babel/helper-function-name': 7.16.0 '@babel/helper-hoist-variables': 7.16.0 '@babel/helper-split-export-declaration': 7.16.0 - '@babel/parser': 7.16.7 - '@babel/types': 7.16.7 + '@babel/parser': 7.17.0 + '@babel/types': 7.17.0 debug: 4.3.3 globals: 11.12.0 @@ -1921,47 +1769,30 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.8 + '@babel/generator': 7.17.0 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.12 + '@babel/parser': 7.17.0 '@babel/types': 7.16.8 debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/traverse/7.16.3: - resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==} + /@babel/traverse/7.17.0: + resolution: {integrity: sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.8 - '@babel/helper-function-name': 7.16.7 - '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.12 - '@babel/types': 7.16.8 - debug: 4.3.3 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/traverse/7.16.7: - resolution: {integrity: sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.8 + '@babel/generator': 7.17.0 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.12 - '@babel/types': 7.16.8 + '@babel/parser': 7.17.0 + '@babel/types': 7.17.0 debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: @@ -1975,15 +1806,15 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types/7.16.7: - resolution: {integrity: sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==} + /@babel/types/7.16.8: + resolution: {integrity: sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 - /@babel/types/7.16.8: - resolution: {integrity: sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==} + /@babel/types/7.17.0: + resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 @@ -2096,7 +1927,7 @@ packages: '@codemirror/text': 0.19.6 '@codemirror/view': 0.19.40 '@lezer/common': 0.15.11 - '@lezer/lr': 0.15.7 + '@lezer/lr': 0.15.8 dev: false /@codemirror/legacy-modes/0.19.0: @@ -2202,14 +2033,14 @@ packages: w3c-keyname: 2.2.4 dev: false - /@commitlint/cli/16.1.0_@types+node@17.0.14: + /@commitlint/cli/16.1.0_@types+node@17.0.15: resolution: {integrity: sha512-x5L1knvA3isRWBRVQx+Q6D45pA9139a2aZQYpxkljMG0dj4UHZkCnsYWpnGalxPxASI7nrI0KedKfS2YeQ55cQ==} engines: {node: '>=v12'} hasBin: true dependencies: '@commitlint/format': 16.0.0 '@commitlint/lint': 16.0.0 - '@commitlint/load': 16.1.0_@types+node@17.0.14 + '@commitlint/load': 16.1.0_@types+node@17.0.15 '@commitlint/read': 16.0.0 '@commitlint/types': 16.0.0 lodash: 4.17.21 @@ -2276,7 +2107,7 @@ packages: '@commitlint/types': 16.0.0 dev: true - /@commitlint/load/16.1.0_@types+node@17.0.14: + /@commitlint/load/16.1.0_@types+node@17.0.15: resolution: {integrity: sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==} engines: {node: '>=v12'} dependencies: @@ -2286,7 +2117,7 @@ packages: '@commitlint/types': 16.0.0 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.2_43d2036524ce97aa8076ce68340fa9ec + cosmiconfig-typescript-loader: 1.0.4_2659dc6620f2255efe6a8f122d014e4b lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.5.5 @@ -2882,28 +2713,28 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.4.0_0dacf122fbcc6ac3284e12193cdebbd1: - resolution: {integrity: sha512-4iiHH2AxBE17lX5cFdFg6+kh7I6uKQLYG0IZRalRbW/grKL7kuVp/RDUjmVB2GNJTJEhjxYLMJFJZocUmAUBlw==} + /@graphql-codegen/cli/2.5.0_935c4102b03dbbcaded762c2bd28dd0b: + resolution: {integrity: sha512-rgzk+Pl14ZQ84rWee1kuFYsRfPmiOqdq/Ix3ZcDawzkx0HuSHrHpNISI5RQ05oP4IHbwqm02o6ia3TKo3kV9SA==} hasBin: true 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 dependencies: - '@graphql-codegen/core': 2.4.0_graphql@15.7.2 - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 - '@graphql-tools/apollo-engine-loader': 7.2.1_graphql@15.7.2 + '@graphql-codegen/core': 2.5.0_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 + '@graphql-tools/apollo-engine-loader': 7.2.2_graphql@15.7.2 '@graphql-tools/code-file-loader': 7.2.3_graphql@15.7.2 '@graphql-tools/git-loader': 7.1.2_graphql@15.7.2 - '@graphql-tools/github-loader': 7.2.1_graphql@15.7.2 + '@graphql-tools/github-loader': 7.2.2_graphql@15.7.2 '@graphql-tools/graphql-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 - '@graphql-tools/load': 7.5.0_graphql@15.7.2 - '@graphql-tools/prisma-loader': 7.1.1_cced6dfd2145a525c22895ecd161c4e0 - '@graphql-tools/url-loader': 7.7.0_cced6dfd2145a525c22895ecd161c4e0 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/load': 7.5.1_graphql@15.7.2 + '@graphql-tools/prisma-loader': 7.1.1_f9ba519176c0f7fb6dfe623001a9c85f + '@graphql-tools/url-loader': 7.7.1_f9ba519176c0f7fb6dfe623001a9c85f + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 ansi-escapes: 4.3.2 chalk: 4.1.2 change-case-all: 1.0.14 - chokidar: 3.5.2 + chokidar: 3.5.3 common-tags: 1.8.2 cosmiconfig: 7.0.1 debounce: 1.2.1 @@ -2912,7 +2743,7 @@ packages: glob: 7.2.0 globby: 11.1.0 graphql: 15.7.2 - graphql-config: 4.1.0_0dacf122fbcc6ac3284e12193cdebbd1 + graphql-config: 4.1.0_935c4102b03dbbcaded762c2bd28dd0b inquirer: 8.2.0 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -2920,7 +2751,7 @@ packages: listr: 0.14.3 listr-update-renderer: 0.5.0_listr@0.14.3 log-symbols: 4.1.0 - minimatch: 3.0.4 + minimatch: 3.0.5 mkdirp: 1.0.4 string-env-interpolation: 1.0.1 ts-log: 2.2.4 @@ -2932,20 +2763,21 @@ packages: transitivePeerDependencies: - '@types/node' - bufferutil + - encoding - supports-color - typescript - utf-8-validate - zen-observable dev: true - /@graphql-codegen/core/2.4.0_graphql@15.7.2: - resolution: {integrity: sha512-5RiYE1+07jayp/3w/bkyaCXtfKNeKmRabpPP4aRi369WeH2cH37l2K8NbhkIU+zhpnhoqMID61TO56x2fKldZQ==} + /@graphql-codegen/core/2.5.0_graphql@15.7.2: + resolution: {integrity: sha512-gYu9IKVQYqosw3R8nmnxg3G+JKn1Z2mqurvNF3YJJm27/VR6Ah1Qrl0/ijs5anUzguKrwNgf33OxMDp1YTCdew==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 '@graphql-tools/schema': 8.3.1_graphql@15.7.2 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 graphql: 15.7.2 tslib: 2.3.1 dev: true @@ -2964,56 +2796,72 @@ packages: tslib: 2.3.1 dev: true + /@graphql-codegen/plugin-helpers/2.4.0_graphql@15.7.2: + resolution: {integrity: sha512-bQ2EwVU34wkTrWM4/LbXS4t+ROYFM3qzwrRX6aFNYwAPho/fubryBHmNuUTh4evACFMx1ymQ6QLnvOUAoXYZSQ==} + 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 + dependencies: + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + change-case-all: 1.0.14 + common-tags: 1.8.2 + graphql: 15.7.2 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.3.1 + dev: true + /@graphql-codegen/schema-ast/2.4.1_graphql@15.7.2: resolution: {integrity: sha512-bIWlKk/ShoVJfghA4Rt1OWnd34/dQmZM/vAe6fu6QKyOh44aAdqPtYQ2dbTyFXoknmu504etKJGEDllYNUJRfg==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 graphql: 15.7.2 tslib: 2.3.1 dev: true - /@graphql-codegen/typed-document-node/2.2.2_graphql@15.7.2: - resolution: {integrity: sha512-FOqXcH8mL91Wjvh57VzayjP1WSFPNOii6P4BqJ42j88wsVV7RpO/eQoQjQX1ltAjHGSny8UZJDKA/8It5QaboQ==} + /@graphql-codegen/typed-document-node/2.2.3_graphql@15.7.2: + resolution: {integrity: sha512-GhmdYzHTK5Wr+5RkAIjX2fQzLVlsstwBrmdb/JKbN32F1malM5z4rp24wGfP34V3kOnh6h6jtbXsg+EgpDJJMw==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.5.2_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.6.0_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 graphql: 15.7.2 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true - /@graphql-codegen/typescript-operations/2.2.2_graphql@15.7.2: - resolution: {integrity: sha512-J50AuTA37RYv67hP2oHbfr3iGxexTCoadQsbr5pEUGucrIupCA0hLEJH2W+9/h6YNh0UlZT3kRTJp81ARoAjOA==} + /@graphql-codegen/typescript-operations/2.2.4_graphql@15.7.2: + resolution: {integrity: sha512-PAunOSdl4avsaGLTBxZkxOBQNfp9bmobBOX5p6q99NMYwoXsmtyu0mD8jIbzM+LMbxrskNxKJ1sywZ11aYGCMA==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 - '@graphql-codegen/typescript': 2.4.2_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.5.2_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 + '@graphql-codegen/typescript': 2.4.3_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.6.0_graphql@15.7.2 auto-bind: 4.0.0 graphql: 15.7.2 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true - /@graphql-codegen/typescript-urql-graphcache/2.2.3_0078faba29fbf2fd40f25b4af19ce6b4: - resolution: {integrity: sha512-x39wMN3g8WeP6fyFHJEm/Vnbhb5kbjatwxPQl0BbHH+/LNM2Pf7QufBZRKtkIlpdhir1VHXpyfYEaaI6FELjZg==} + /@graphql-codegen/typescript-urql-graphcache/2.2.4_0078faba29fbf2fd40f25b4af19ce6b4: + resolution: {integrity: sha512-igLFuutiw7AbW46gltOxLGVg1gixOrrR1J9k8+qpyDPHTdBRJZI4p501FXxp5nydmp8bQjXqgvg1zHDotNGNmw==} peerDependencies: '@urql/exchange-graphcache': ^4.1.1 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-tag: ^2.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.5.2_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.6.0_graphql@15.7.2 '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 @@ -3021,21 +2869,23 @@ packages: graphql-tag: 2.12.6_graphql@15.7.2 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true - /@graphql-codegen/typescript/2.4.2_graphql@15.7.2: - resolution: {integrity: sha512-8ajWidiFqF1KNAywtb/692SjwTyjzrDHo1sf2Q7Z+rh9qDEIrh83VHB8naT/1CefOvxj3MS6GbcsvJMizaE/AQ==} + /@graphql-codegen/typescript/2.4.3_graphql@15.7.2: + resolution: {integrity: sha512-5b+4EVA01kiKId6IbBvuvSs0/aGeuSU+Cg2pBbe9VZol49iid982p28k9knEH4Jzgu4tUp4UMQTWNNwkPB4tEQ==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 '@graphql-codegen/schema-ast': 2.4.1_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.5.2_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.6.0_graphql@15.7.2 auto-bind: 4.0.0 graphql: 15.7.2 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true @@ -3050,15 +2900,15 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/visitor-plugin-common/2.5.2_graphql@15.7.2: - resolution: {integrity: sha512-qDMraPmumG+vEGAz42/asRkdgIRmQWH5HTc320UX+I6CY6eE/Ey85cgzoqeQGLV8gu4sj3UkNx/3/r79eX4u+Q==} + /@graphql-codegen/visitor-plugin-common/2.6.0_graphql@15.7.2: + resolution: {integrity: sha512-MysdJ8L/dIn62D+BFbiu6HSVaZfkAt0EI1g5twkpKzLmG7qDJ8P7KemFVFU/sCW3SVuhs7XabkSjnFK9uBquwg==} 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 dependencies: - '@graphql-codegen/plugin-helpers': 2.3.2_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.0_graphql@15.7.2 '@graphql-tools/optimize': 1.1.1_graphql@15.7.2 '@graphql-tools/relay-operation-optimizer': 6.4.1_graphql@15.7.2 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -3067,19 +2917,22 @@ packages: parse-filepath: 1.0.2 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true - /@graphql-tools/apollo-engine-loader/7.2.1_graphql@15.7.2: - resolution: {integrity: sha512-Fj/A8+9SXPTXkpKqhcSq7O9WZuMdy5zynGrnMyewbCuw1kSfzgC4pJB76ILSPa5ajOcC5bBmmvXm+yVFVRgVMg==} + /@graphql-tools/apollo-engine-loader/7.2.2_graphql@15.7.2: + resolution: {integrity: sha512-jrtA1IvgbaHzla9nyBngNyvajudTcQAVE3//mgrK+DoN7UpUhtoXfxTOOq2tzZN67o4a6Bv/RJsxB3rSI3NLzg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 - cross-undici-fetch: 0.0.20 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + cross-undici-fetch: 0.1.23 graphql: 15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 + transitivePeerDependencies: + - encoding dev: true /@graphql-tools/batch-execute/8.3.1_graphql@15.7.2: @@ -3098,8 +2951,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.1.4_graphql@15.7.2 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/graphql-tag-pluck': 7.1.5_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 globby: 11.1.0 graphql: 15.7.2 tslib: 2.3.1 @@ -3126,8 +2979,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.1.4_graphql@15.7.2 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/graphql-tag-pluck': 7.1.5_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 graphql: 15.7.2 is-glob: 4.0.3 micromatch: 4.0.4 @@ -3137,18 +2990,19 @@ packages: - supports-color dev: true - /@graphql-tools/github-loader/7.2.1_graphql@15.7.2: - resolution: {integrity: sha512-vqwh2H11ZkAATDam/JqiP0CSqQRPUbjgCDxPdUu/xvST2QKyA4+uVXLBcpBRJc5kJCQjELijeRWVHSk9oN1q6g==} + /@graphql-tools/github-loader/7.2.2_graphql@15.7.2: + resolution: {integrity: sha512-prk7fWkPQdkOIGv/tFxNFAmxrBbWwc/ztOk2m5tAfmdiVM0HR3MC5Ckx3kLpODVG7lpxKRamMsPCIqmjhrCLWQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.1.4_graphql@15.7.2 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 - cross-undici-fetch: 0.0.20 + '@graphql-tools/graphql-tag-pluck': 7.1.5_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + cross-undici-fetch: 0.1.23 graphql: 15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true @@ -3164,15 +3018,15 @@ packages: tslib: 2.3.1 unixify: 1.0.0 - /@graphql-tools/graphql-tag-pluck/7.1.4_graphql@15.7.2: - resolution: {integrity: sha512-0V2AY68ip3YmJ9rnIwQGxXsokCeGD9FTQOeSLzpwG74U0VY6bphfaCp5KVGW+W5sGJchTj3HvnmvdmWZnEZWZA==} + /@graphql-tools/graphql-tag-pluck/7.1.5_graphql@15.7.2: + resolution: {integrity: sha512-NKbFcjlg7cbK+scLXc6eVxXIhX4k8QL6lZ/y5Ju7yrpIN18k2vA78dI6W3Qb5qdftxbDNuC+kDmScZfzzxVPjQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@babel/parser': 7.16.4 - '@babel/traverse': 7.16.3 - '@babel/types': 7.16.0 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@babel/parser': 7.17.0 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 graphql: 15.7.2 tslib: 2.3.1 transitivePeerDependencies: @@ -3211,6 +3065,18 @@ packages: p-limit: 3.1.0 tslib: 2.3.1 + /@graphql-tools/load/7.5.1_graphql@15.7.2: + resolution: {integrity: sha512-j9XcLYZPZdl/TzzqA83qveJmwcCxgGizt5L1+C1/Z68brTEmQHLdQCOR3Ma3ewESJt6DU05kSTu2raKaunkjRg==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-tools/schema': 8.3.1_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + graphql: 15.7.2 + p-limit: 3.1.0 + tslib: 2.3.1 + dev: true + /@graphql-tools/merge/8.2.1_graphql@15.7.2: resolution: {integrity: sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==} peerDependencies: @@ -3229,16 +3095,16 @@ packages: tslib: 2.3.1 dev: true - /@graphql-tools/prisma-loader/7.1.1_cced6dfd2145a525c22895ecd161c4e0: + /@graphql-tools/prisma-loader/7.1.1_f9ba519176c0f7fb6dfe623001a9c85f: resolution: {integrity: sha512-9hVpG3BNsXAYMLPlZhSHubk6qBmiHLo/UlU0ldL100sMpqI46iBaHNhTNXZCSdd81hT+4HNqaDXNFqyKJ22OGQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/url-loader': 7.7.0_cced6dfd2145a525c22895ecd161c4e0 - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/url-loader': 7.7.1_f9ba519176c0f7fb6dfe623001a9c85f + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.33 - '@types/jsonwebtoken': 8.5.6 + '@types/jsonwebtoken': 8.5.8 chalk: 4.1.2 debug: 4.3.3 dotenv: 10.0.0 @@ -3258,6 +3124,7 @@ packages: transitivePeerDependencies: - '@types/node' - bufferutil + - encoding - supports-color - utf-8-validate dev: true @@ -3267,11 +3134,12 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.5.5_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 graphql: 15.7.2 relay-compiler: 12.0.0_graphql@15.7.2 tslib: 2.3.1 transitivePeerDependencies: + - encoding - supports-color dev: true @@ -3286,7 +3154,7 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 - /@graphql-tools/url-loader/7.7.0_cced6dfd2145a525c22895ecd161c4e0: + /@graphql-tools/url-loader/7.7.0_f9ba519176c0f7fb6dfe623001a9c85f: resolution: {integrity: sha512-mBBb+aJqI4E0MVEzyfi76Pi/G6lGxGTVt/tP1YtKJly7UnonNoWOtDusdL3zIVAGhGgLsNrLbGhLDbwSd6TV6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3303,19 +3171,51 @@ packages: graphql: 15.7.2 graphql-sse: 1.0.6_graphql@15.7.2 graphql-ws: 5.5.5_graphql@15.7.2 - isomorphic-ws: 4.0.1_ws@8.4.0 - meros: 1.1.4_@types+node@17.0.14 + isomorphic-ws: 4.0.1_ws@8.4.2 + meros: 1.1.4_@types+node@17.0.15 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 valid-url: 1.0.9 value-or-promise: 1.0.11 - ws: 8.4.0 + ws: 8.4.2 transitivePeerDependencies: - '@types/node' - bufferutil - utf-8-validate + /@graphql-tools/url-loader/7.7.1_f9ba519176c0f7fb6dfe623001a9c85f: + resolution: {integrity: sha512-K/5amdeHtKYI976HVd/AXdSNvLL7vx5QVjMlwN0OHeYyxSgC+UOH+KkS7cshYgL13SekGu0Mxbg9ABfgQ34ECA==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-tools/delegate': 8.4.3_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + '@graphql-tools/wrap': 8.3.3_graphql@15.7.2 + '@n1ru4l/graphql-live-query': 0.9.0_graphql@15.7.2 + '@types/websocket': 1.0.5 + '@types/ws': 8.2.2 + cross-undici-fetch: 0.1.23 + dset: 3.1.1 + extract-files: 11.0.0 + graphql: 15.7.2 + graphql-sse: 1.0.6_graphql@15.7.2 + graphql-ws: 5.5.5_graphql@15.7.2 + isomorphic-ws: 4.0.1_ws@8.4.2 + meros: 1.1.4_@types+node@17.0.15 + subscriptions-transport-ws: 0.11.0_graphql@15.7.2 + sync-fetch: 0.3.1 + tslib: 2.3.1 + valid-url: 1.0.9 + value-or-promise: 1.0.11 + ws: 8.4.2 + transitivePeerDependencies: + - '@types/node' + - bufferutil + - encoding + - utf-8-validate + dev: true + /@graphql-tools/utils/8.5.5_graphql@15.7.2: resolution: {integrity: sha512-y7zRXWIUI73X+9/rf/0KzrNFMlpRKFfzLiwdbIeWwgLs+NV9vfUOoVkX8luXX6LwQxhSypHATMiwZGM2ro/wJA==} peerDependencies: @@ -3324,6 +3224,15 @@ packages: graphql: 15.7.2 tslib: 2.3.1 + /@graphql-tools/utils/8.6.1_graphql@15.7.2: + resolution: {integrity: sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + graphql: 15.7.2 + tslib: 2.3.1 + dev: true + /@graphql-tools/wrap/8.3.2_graphql@15.7.2: resolution: {integrity: sha512-7DcOBFB+Dd84x9dxSm7qS4iJONMyfLnCJb8A19vGPffpu4SMJ3sFcgwibKFu5l6mMUiigKgXna2RRgWI+02bKQ==} peerDependencies: @@ -3336,6 +3245,19 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 + /@graphql-tools/wrap/8.3.3_graphql@15.7.2: + resolution: {integrity: sha512-TpXN1S4Cv+oMA1Zsg9Nu4N9yrFxLuJkX+CTtSRrrdfETGHIxqfyDkm5slPDCckxP+RILA00g8ny2jzsYyNvX1w==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-tools/delegate': 8.4.3_graphql@15.7.2 + '@graphql-tools/schema': 8.3.1_graphql@15.7.2 + '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + graphql: 15.7.2 + tslib: 2.3.1 + value-or-promise: 1.0.11 + dev: true + /@graphql-typed-document-node/core/3.1.1_graphql@15.7.2: resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} peerDependencies: @@ -3418,20 +3340,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.4.6: - resolution: {integrity: sha512-jauXyacQD33n47A44KrlOVeiXHEXDqapSdfb9kTekOchH/Pd18kBIO1+xxJQRLuG+LUuljFCwTG92ra4NW7SpA==} + /@jest/console/27.5.0: + resolution: {integrity: sha512-WUzX5neFb0IOQOy/7A2VhiGdxJKk85Xns2Oq29JaHmtnSel+BsjwyQZxzAs2Xxfd2i452fwdDG9ox/IWi81bdQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 chalk: 4.1.2 - jest-message-util: 27.4.6 - jest-util: 27.4.2 + jest-message-util: 27.5.0 + jest-util: 27.5.0 slash: 3.0.0 dev: true - /@jest/core/27.4.7: - resolution: {integrity: sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==} + /@jest/core/27.5.0: + resolution: {integrity: sha512-DcUTkZyon+dRozTEjy38Bgt3PIU51GdUJuz3uHKg5maGtmCaYqPUGiM3Xddqi7eIMC7E3fTGIlHqH9i0pTOy6Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -3439,30 +3361,30 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.4.6 - '@jest/reporters': 27.4.6 - '@jest/test-result': 27.4.6 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/console': 27.5.0 + '@jest/reporters': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/transform': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 - graceful-fs: 4.2.8 - jest-changed-files: 27.4.2 - jest-config: 27.4.7 - jest-haste-map: 27.4.6 - jest-message-util: 27.4.6 - jest-regex-util: 27.4.0 - jest-resolve: 27.4.6 - jest-resolve-dependencies: 27.4.6 - jest-runner: 27.4.6 - jest-runtime: 27.4.6 - jest-snapshot: 27.4.6 - jest-util: 27.4.2 - jest-validate: 27.4.6 - jest-watcher: 27.4.6 + graceful-fs: 4.2.9 + jest-changed-files: 27.5.0 + jest-config: 27.5.0 + jest-haste-map: 27.5.0 + jest-message-util: 27.5.0 + jest-regex-util: 27.5.0 + jest-resolve: 27.5.0 + jest-resolve-dependencies: 27.5.0 + jest-runner: 27.5.0 + jest-runtime: 27.5.0 + jest-snapshot: 27.5.0 + jest-util: 27.5.0 + jest-validate: 27.5.0 + jest-watcher: 27.5.0 micromatch: 4.0.4 rimraf: 3.0.2 slash: 3.0.0 @@ -3475,39 +3397,39 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.4.6: - resolution: {integrity: sha512-E6t+RXPfATEEGVidr84WngLNWZ8ffCPky8RqqRK6u1Bn0LK92INe0MDttyPl/JOzaq92BmDzOeuqk09TvM22Sg==} + /@jest/environment/27.5.0: + resolution: {integrity: sha512-lg0JFsMaLKgpwzs0knOg21Z4OQwaJoBLutnmYzip4tyLTXP21VYWtYGpLXgx42fw/Mw05m1WDXWKgwR6WnsiTw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/fake-timers': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 - jest-mock: 27.4.6 + '@jest/fake-timers': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 + jest-mock: 27.5.0 dev: true - /@jest/fake-timers/27.4.6: - resolution: {integrity: sha512-mfaethuYF8scV8ntPpiVGIHQgS0XIALbpY2jt2l7wb/bvq4Q5pDLk4EP4D7SAvYT1QrPOPVZAtbdGAOOyIgs7A==} + /@jest/fake-timers/27.5.0: + resolution: {integrity: sha512-e3WrlpqSHq3HAQ03JFjTn8YCrsyg640/sr1rjkM2rNv8z1ufjudpv4xq6DvvTJYB6FuUrfg0g+7bSKPet5QfCQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 + '@jest/types': 27.5.0 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 17.0.14 - jest-message-util: 27.4.6 - jest-mock: 27.4.6 - jest-util: 27.4.2 + '@types/node': 17.0.15 + jest-message-util: 27.5.0 + jest-mock: 27.5.0 + jest-util: 27.5.0 dev: true - /@jest/globals/27.4.6: - resolution: {integrity: sha512-kAiwMGZ7UxrgPzu8Yv9uvWmXXxsy0GciNejlHvfPIfWkSxChzv6bgTS3YqBkGuHcis+ouMFI2696n2t+XYIeFw==} + /@jest/globals/27.5.0: + resolution: {integrity: sha512-wWpMnTiR65Q4JD7fr2BqN+ZDbi99mmILnEM6u7AaX4geASEIVvQsiB4RCvwZrIX5YZCsAjviJQVq9CYddLABkg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.6 - '@jest/types': 27.4.2 - expect: 27.4.6 + '@jest/environment': 27.5.0 + '@jest/types': 27.5.0 + expect: 27.5.0 dev: true - /@jest/reporters/27.4.6: - resolution: {integrity: sha512-+Zo9gV81R14+PSq4wzee4GC2mhAN9i9a7qgJWL90Gpx7fHYkWpTBvwWNZUXvJByYR9tAVBdc8VxDWqfJyIUrIQ==} + /@jest/reporters/27.5.0: + resolution: {integrity: sha512-DG+BmVSx2uaJSTKz5z1eScgHTQ6/cZ5CCKSpmpr4sXQPwV2V5aUMOBDwXX1MnqNRhH7/Rq9K97ynnocvho5aMA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -3516,81 +3438,81 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.4.6 - '@jest/test-result': 27.4.6 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/console': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/transform': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.0 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 istanbul-lib-coverage: 3.2.0 istanbul-lib-instrument: 5.1.0 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.3 - jest-haste-map: 27.4.6 - jest-resolve: 27.4.6 - jest-util: 27.4.2 - jest-worker: 27.4.6 + istanbul-reports: 3.1.4 + jest-haste-map: 27.5.0 + jest-resolve: 27.5.0 + jest-util: 27.5.0 + jest-worker: 27.5.0 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 terminal-link: 2.1.1 - v8-to-istanbul: 8.1.0 + v8-to-istanbul: 8.1.1 transitivePeerDependencies: - supports-color dev: true - /@jest/source-map/27.4.0: - resolution: {integrity: sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ==} + /@jest/source-map/27.5.0: + resolution: {integrity: sha512-0xr7VZ+JNCRrlCyRMYhquUm8eU3kNdGDaIW4s3L625bNjk273v9ZhAm3YczIuzJzYH0pnjT+QSCiZQegWKjeow==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: callsites: 3.1.0 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 source-map: 0.6.1 dev: true - /@jest/test-result/27.4.6: - resolution: {integrity: sha512-fi9IGj3fkOrlMmhQqa/t9xum8jaJOOAi/lZlm6JXSc55rJMXKHxNDN1oCP39B0/DhNOa2OMupF9BcKZnNtXMOQ==} + /@jest/test-result/27.5.0: + resolution: {integrity: sha512-Lxecvx5mN6WIeynIyW0dWDQm8UPGMHvTwxUPK+OsZaqBDMGaNDSZtw53VoVk7HyT6AcRblMR/pfa0XucmH4hGw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.4.6 - '@jest/types': 27.4.2 + '@jest/console': 27.5.0 + '@jest/types': 27.5.0 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.4.6: - resolution: {integrity: sha512-3GL+nsf6E1PsyNsJuvPyIz+DwFuCtBdtvPpm/LMXVkBJbdFvQYCDpccYT56qq5BGniXWlE81n2qk1sdXfZebnw==} + /@jest/test-sequencer/27.5.0: + resolution: {integrity: sha512-WzjcDflqbpWe+SnJPCvB2gB6haGfrkzAgzY6Pb1aq+EPoVAj2mwBaKN0ROWI4H87aSslCjq2M+BUQFNJ8VpnDA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.4.6 - graceful-fs: 4.2.8 - jest-haste-map: 27.4.6 - jest-runtime: 27.4.6 + '@jest/test-result': 27.5.0 + graceful-fs: 4.2.9 + jest-haste-map: 27.5.0 + jest-runtime: 27.5.0 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.4.6: - resolution: {integrity: sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==} + /@jest/transform/27.5.0: + resolution: {integrity: sha512-yXUy/iO3TH1itxJ9BF7LLjuXt8TtgtjAl0PBQbUaCvRa+L0yYBob6uayW9dFRX/CDQweouLhvmXh44zRiaB+yA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.12 - '@jest/types': 27.4.2 + '@babel/core': 7.17.0 + '@jest/types': 27.5.0 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.8 - jest-haste-map: 27.4.6 - jest-regex-util: 27.4.0 - jest-util: 27.4.2 + graceful-fs: 4.2.9 + jest-haste-map: 27.5.0 + jest-regex-util: 27.5.0 + jest-util: 27.5.0 micromatch: 4.0.4 - pirates: 4.0.4 + pirates: 4.0.5 slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 @@ -3604,7 +3526,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.14 + '@types/node': 17.0.15 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3615,11 +3537,35 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.14 + '@types/node': 17.0.15 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true + /@jest/types/27.5.0: + resolution: {integrity: sha512-oDHEp7gwSgA82RZ6pzUL3ugM2njP/lVB1MsxRZNOBk+CoNvh9SpH1lQixPFc/kDlV50v59csiW4HLixWmhmgPQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 17.0.15 + '@types/yargs': 16.0.4 + chalk: 4.1.2 + dev: true + + /@jridgewell/resolve-uri/3.0.4: + resolution: {integrity: sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==} + engines: {node: '>=6.0.0'} + + /@jridgewell/sourcemap-codec/1.4.10: + resolution: {integrity: sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==} + + /@jridgewell/trace-mapping/0.3.2: + resolution: {integrity: sha512-9KzzH4kMjA2XmBRHfqG2/Vtl7s92l6uNDd0wW7frDE+EUvQFGqNXhWp0UGJjSkt3v2AYjzOZn1QO9XaTNJIt1Q==} + dependencies: + '@jridgewell/resolve-uri': 3.0.4 + '@jridgewell/sourcemap-codec': 1.4.10 + /@jsdevtools/ono/7.1.3: resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==} dev: false @@ -3632,7 +3578,7 @@ packages: hasBin: true dependencies: '@lezer/common': 0.15.11 - '@lezer/lr': 0.15.7 + '@lezer/lr': 0.15.8 dev: true /@lezer/javascript/0.15.1: @@ -3651,6 +3597,12 @@ packages: resolution: {integrity: sha512-rmUukgyKSm6xzXO4cK5hkpX3+ZTHF+bHDkEuhofAVUTS3J23YytUxGWsrDwBVvGbhvxW87kheb2mRYHRwKacDQ==} dependencies: '@lezer/common': 0.15.11 + dev: false + + /@lezer/lr/0.15.8: + resolution: {integrity: sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==} + dependencies: + '@lezer/common': 0.15.11 /@mdn/browser-compat-data/4.1.2: resolution: {integrity: sha512-IzFTNGGMx+2fUPO2Gne9l9AiiRKIAAr+gsQNWmHzEnExhSbEmXX8BEfmR6ZW/6wu9mACWWmhMWtvjGf/lwcpog==} @@ -3700,18 +3652,18 @@ packages: resolution: {integrity: sha512-z23bY5P7dLTmIbk0ZZ95mcEXIEER/mQCOqEp2vxnzG2nurks+vq6tNcUAXqME1Wl6aXWTXlqky5plBe7RQHzhQ==} dependencies: '@babel/compat-data': 7.16.0 - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.17.0 '@babel/helper-module-imports': 7.16.0 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-decorators': 7.16.0_@babel+core@7.16.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.16.12 - '@babel/preset-env': 7.16.11_@babel+core@7.16.12 - '@babel/runtime': 7.16.3 - '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.16.12 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-decorators': 7.16.0_@babel+core@7.17.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.17.0 + '@babel/preset-env': 7.16.11_@babel+core@7.17.0 + '@babel/runtime': 7.17.0 + '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.17.0 core-js: 2.6.12 core-js-compat: 3.19.0 regenerator-runtime: 0.13.9 @@ -3903,7 +3855,7 @@ packages: pathe: 0.2.0 scule: 0.2.1 std-env: 3.0.1 - ufo: 0.7.9 + ufo: 0.7.10 dev: true /@nuxt/server/2.15.8: @@ -3952,7 +3904,7 @@ packages: std-env: 2.3.1 dev: false - /@nuxt/types/2.15.8_sass@1.49.0: + /@nuxt/types/2.15.8_sass@1.49.7: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -3973,7 +3925,7 @@ packages: '@types/webpack-bundle-analyzer': 3.9.3 '@types/webpack-dev-middleware': 4.1.2 '@types/webpack-hot-middleware': 2.25.4 - sass-loader: 10.1.1_sass@1.49.0 + sass-loader: 10.1.1_sass@1.49.7 transitivePeerDependencies: - fibers - node-sass @@ -3986,7 +3938,7 @@ packages: peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.49.0 + '@nuxt/types': 2.15.8_sass@1.49.7 consola: 2.15.3 fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.8.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 @@ -4048,11 +4000,11 @@ packages: /@nuxt/webpack/2.15.8_typescript@4.5.5: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@nuxt/babel-preset-app': 2.15.8 '@nuxt/friendly-errors-webpack-plugin': 2.5.2_webpack@4.46.0 '@nuxt/utils': 2.15.8 - babel-loader: 8.2.3_2ca4133eaad1ede48c0159d2a9c3555f + babel-loader: 8.2.3_a74b90e3428b55fe8206c3d0629c0e42 cache-loader: 4.1.0_webpack@4.46.0 caniuse-lite: 1.0.30001274 consola: 2.15.3 @@ -4129,7 +4081,7 @@ packages: nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.4.5 + '@vue/composition-api': 1.4.6 defu: 5.0.0 estree-walker: 2.0.2 fs-extra: 9.1.0 @@ -4153,12 +4105,12 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_ee07baedc10f0b46d30cd9c14bf6940b: + /@nuxtjs/eslint-config-typescript/8.0.0_e76c58994d9de148d83231d7dab71e7d: resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} peerDependencies: eslint: ^8.3.0 dependencies: - '@nuxtjs/eslint-config': 8.0.0_6caeb6cb45152aa0108016653772a704 + '@nuxtjs/eslint-config': 8.0.0_0a5a3846a57608e2e3b04df4f3eede06 '@typescript-eslint/eslint-plugin': 5.4.0_585cce2ddd76dd66924e2158523d5e40 '@typescript-eslint/parser': 5.4.0_eslint@8.8.0+typescript@4.5.5 eslint: 8.8.0 @@ -4170,7 +4122,7 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_6caeb6cb45152aa0108016653772a704: + /@nuxtjs/eslint-config/8.0.0_0a5a3846a57608e2e3b04df4f3eede06: resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} peerDependencies: eslint: ^8.3.0 @@ -4178,11 +4130,11 @@ packages: eslint: 8.8.0 eslint-config-standard: 16.0.3_2a25cc217b1b361252d56d83ea72bd41 eslint-plugin-import: 2.25.3_eslint@8.8.0 - eslint-plugin-jest: 25.3.0_6caeb6cb45152aa0108016653772a704 + eslint-plugin-jest: 25.3.0_0a5a3846a57608e2e3b04df4f3eede06 eslint-plugin-node: 11.1.0_eslint@8.8.0 eslint-plugin-promise: 5.1.1_eslint@8.8.0 eslint-plugin-unicorn: 39.0.0_eslint@8.8.0 - eslint-plugin-vue: 8.4.0_eslint@8.8.0 + eslint-plugin-vue: 8.4.1_eslint@8.8.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -4267,17 +4219,19 @@ packages: resolution: {integrity: sha512-z1F3HXb05NiZga8Cuq6k5bbowfJOScPtbSOakip0nege+1aI9pGoajzap8eR5s1qwLXAk9Ts+NcgetoUn5lwrQ==} dev: false - /@nuxtjs/sentry/5.1.6: - resolution: {integrity: sha512-QkP+Axv1wJbrUcNh/xVobkpLa4zQoliB860oKHzaO9uvATVfi6lipB+PZfpFC9zc3YJhbKH4V1CX1Mcc0xj2Fg==} + /@nuxtjs/sentry/5.1.7: + resolution: {integrity: sha512-VO8V6Yj3Y9SdNuOGi/kVnyHIuFtDNLtLpcdB52P3c/FGrSh6wXlzRiDGc0mY+znMhzYazeOwe9oW5Ej8MptrHA==} dependencies: '@sentry/browser': 6.17.4 - '@sentry/integrations': 6.16.1 - '@sentry/node': 6.16.1 - '@sentry/webpack-plugin': 1.18.3 + '@sentry/integrations': 6.17.4 + '@sentry/node': 6.17.4 + '@sentry/webpack-plugin': 1.18.5 consola: 2.15.3 lodash.mergewith: 4.6.2 transitivePeerDependencies: + - encoding - supports-color + - webpack dev: false /@nuxtjs/sitemap/2.4.0: @@ -4433,33 +4387,23 @@ packages: '@sentry/utils': 6.17.4 tslib: 1.14.1 - /@sentry/cli/1.71.0: - resolution: {integrity: sha512-Z8TzH7PkiRfjWSzjXOfPWWp6wxjr+n39Jdrt26OcInVQZM1sx/gZULrDiQZ1L2dy9Fe9AR4SF4nt2/7h2GmLQQ==} + /@sentry/cli/1.72.1: + resolution: {integrity: sha512-SCh32bMYnkCZd4Old/GjArnjtyt3PuQXC6fOmBqKWPpvi56H3rYYjrT0FVxRRu8ovU2Qws1AhPdUbLPOEEj8lQ==} engines: {node: '>= 8'} hasBin: true requiresBuild: true dependencies: https-proxy-agent: 5.0.0 mkdirp: 0.5.5 - node-fetch: 2.6.6 + node-fetch: 2.6.7 npmlog: 4.1.2 progress: 2.0.3 proxy-from-env: 1.1.0 transitivePeerDependencies: + - encoding - supports-color dev: false - /@sentry/core/6.16.1: - resolution: {integrity: sha512-UFI0264CPUc5cR1zJH+S2UPOANpm6dLJOnsvnIGTjsrwzR0h8Hdl6rC2R/GPq+WNbnipo9hkiIwDlqbqvIU5vw==} - engines: {node: '>=6'} - dependencies: - '@sentry/hub': 6.16.1 - '@sentry/minimal': 6.16.1 - '@sentry/types': 6.16.1 - '@sentry/utils': 6.16.1 - tslib: 1.14.1 - dev: false - /@sentry/core/6.17.4: resolution: {integrity: sha512-7QFgw+I9YK/X1Gie0c7phwT5pHMow66UCXHzDzHR2aK/0X3Lhn8OWlcGjIt5zmiBK/LHwNfQBNMskbktbYHgdA==} engines: {node: '>=6'} @@ -4470,15 +4414,6 @@ packages: '@sentry/utils': 6.17.4 tslib: 1.14.1 - /@sentry/hub/6.16.1: - resolution: {integrity: sha512-4PGtg6AfpqMkreTpL7ymDeQ/U1uXv03bKUuFdtsSTn/FRf9TLS4JB0KuTZCxfp1IRgAA+iFg6B784dDkT8R9eg==} - engines: {node: '>=6'} - dependencies: - '@sentry/types': 6.16.1 - '@sentry/utils': 6.16.1 - tslib: 1.14.1 - dev: false - /@sentry/hub/6.17.4: resolution: {integrity: sha512-6+EvPcrPCwUmayeieIpm1ZrRNWriqMHWZFyw+MzunFLgG8IH8G45cJU1zNnTY9Jwwg4sFIS9xrHy3AOkctnIGw==} engines: {node: '>=6'} @@ -4487,25 +4422,16 @@ packages: '@sentry/utils': 6.17.4 tslib: 1.14.1 - /@sentry/integrations/6.16.1: - resolution: {integrity: sha512-YobbH3jWMRJxCeFzr8USlju1Up0EJoxaAT4y+LQQ0ZLfyfOdPX0d0iFnWMCar8gwR1nRujFS0HM0BBKY3an0LA==} + /@sentry/integrations/6.17.4: + resolution: {integrity: sha512-NmFbv9w4AK1d4NYi0beTuJgn6t81bdiGZmkNZ9VKVI0mBfoZfwxIo7fGNrla3HMkeTwLHntXuzUu4v+w1EARqA==} engines: {node: '>=6'} dependencies: - '@sentry/types': 6.16.1 - '@sentry/utils': 6.16.1 + '@sentry/types': 6.17.4 + '@sentry/utils': 6.17.4 localforage: 1.10.0 tslib: 1.14.1 dev: false - /@sentry/minimal/6.16.1: - resolution: {integrity: sha512-dq+mI1EQIvUM+zJtGCVgH3/B3Sbx4hKlGf2Usovm9KoqWYA+QpfVBholYDe/H2RXgO7LFEefDLvOdHDkqeJoyA==} - engines: {node: '>=6'} - dependencies: - '@sentry/hub': 6.16.1 - '@sentry/types': 6.16.1 - tslib: 1.14.1 - dev: false - /@sentry/minimal/6.17.4: resolution: {integrity: sha512-p1A8UTtRt7bhV4ygu7yDNCannFr9E9dmqgeZWC7HrrTfygcnhNRFvTXTj92wEb0bFKuZr67wPSKnoXlkqkGxsw==} engines: {node: '>=6'} @@ -4514,16 +4440,16 @@ packages: '@sentry/types': 6.17.4 tslib: 1.14.1 - /@sentry/node/6.16.1: - resolution: {integrity: sha512-SeDDoug2kUxeF1D7JGPa3h5EXxKtmA01mITBPYx5xbJ0sMksnv5I5bC1SJ8arRRzq6+W1C4IEeDBQtrVCk6ixA==} + /@sentry/node/6.17.4: + resolution: {integrity: sha512-LpC07HsobBiFrNLe16ubgHGw95+7+3fEBhSn58r48j68c4Qak3fDmpR1Uy0rhyX1Nr/WFdlE/4npkgJw+1lN/w==} engines: {node: '>=6'} dependencies: - '@sentry/core': 6.16.1 - '@sentry/hub': 6.16.1 - '@sentry/tracing': 6.16.1 - '@sentry/types': 6.16.1 - '@sentry/utils': 6.16.1 - cookie: 0.4.1 + '@sentry/core': 6.17.4 + '@sentry/hub': 6.17.4 + '@sentry/tracing': 6.17.4 + '@sentry/types': 6.17.4 + '@sentry/utils': 6.17.4 + cookie: 0.4.2 https-proxy-agent: 5.0.0 lru_map: 0.3.3 tslib: 1.14.1 @@ -4531,34 +4457,21 @@ packages: - supports-color dev: false - /@sentry/tracing/6.16.1: - resolution: {integrity: sha512-MPSbqXX59P+OEeST+U2V/8Hu/8QjpTUxTNeNyTHWIbbchdcMMjDbXTS3etCgajZR6Ro+DHElOz5cdSxH6IBGlA==} + /@sentry/tracing/6.17.4: + resolution: {integrity: sha512-UV6wWH/fqndts0k0cptsNtzD0h8KXqHInJSCGqlWDlygFRO16jwMKv0wfXgqsgc3cBGDlsl8C4l6COSwz9ROdg==} engines: {node: '>=6'} dependencies: - '@sentry/hub': 6.16.1 - '@sentry/minimal': 6.16.1 - '@sentry/types': 6.16.1 - '@sentry/utils': 6.16.1 + '@sentry/hub': 6.17.4 + '@sentry/minimal': 6.17.4 + '@sentry/types': 6.17.4 + '@sentry/utils': 6.17.4 tslib: 1.14.1 dev: false - /@sentry/types/6.16.1: - resolution: {integrity: sha512-Wh354g30UsJ5kYJbercektGX4ZMc9MHU++1NjeN2bTMnbofEcpUDWIiKeulZEY65IC1iU+1zRQQgtYO+/hgCUQ==} - engines: {node: '>=6'} - dev: false - /@sentry/types/6.17.4: resolution: {integrity: sha512-RUyiXCKf61k2GIMP7FQX0naoSew4zLxe+UrtbjwVcWU4AFPZfH7tLNtTpVE85zAKbxsaiq3OD2FPtTZarHcwxQ==} engines: {node: '>=6'} - /@sentry/utils/6.16.1: - resolution: {integrity: sha512-7ngq/i4R8JZitJo9Sl8PDnjSbDehOxgr1vsoMmerIsyRZ651C/8B+jVkMhaAPgSdyJ0AlE3O7DKKTP1FXFw9qw==} - engines: {node: '>=6'} - dependencies: - '@sentry/types': 6.16.1 - tslib: 1.14.1 - dev: false - /@sentry/utils/6.17.4: resolution: {integrity: sha512-+ENzZbrlVL1JJ+FoK2EOS27nbA/yToeaJPFlyVOnbthUxVyN3TTi9Uzn9F05fIE/2BTkOEk89wPtgcHafgrD6A==} engines: {node: '>=6'} @@ -4566,12 +4479,15 @@ packages: '@sentry/types': 6.17.4 tslib: 1.14.1 - /@sentry/webpack-plugin/1.18.3: - resolution: {integrity: sha512-Qk3Jevislc5DZK0X/WwRVcOtO7iatnWARsEgTV/TuXvDN+fUDDpD/2MytAWAbpLaLy3xEB/cXGeLsbv6d1XNkQ==} + /@sentry/webpack-plugin/1.18.5: + resolution: {integrity: sha512-HycNZEcVRj/LxaG6hLsxjHo47mpxop3j7u2aUkriE2pT7XNpeypsa0WiokYzStxzCfSu8rbAbX4PchTGLMlTjw==} engines: {node: '>= 8'} + peerDependencies: + webpack: ^4.41.31 || ^5.0.0 dependencies: - '@sentry/cli': 1.71.0 + '@sentry/cli': 1.72.1 transitivePeerDependencies: + - encoding - supports-color dev: false @@ -4597,6 +4513,11 @@ packages: '@sinonjs/commons': 1.8.3 dev: true + /@socket.io/base64-arraybuffer/1.0.2: + resolution: {integrity: sha512-dOlCBKnDw4iShaIsH/bxujKTM18+2TOAsYz+KSc11Am38H4q5Xw8Bbz97ZYdrVNM+um3p7w86Bvvmcn9q+5+eQ==} + engines: {node: '>= 0.6.0'} + dev: false + /@socket.io/component-emitter/3.0.0: resolution: {integrity: sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q==} dev: false @@ -4615,17 +4536,17 @@ packages: defer-to-connect: 2.0.1 dev: true - /@testing-library/jest-dom/5.16.1: - resolution: {integrity: sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==} + /@testing-library/jest-dom/5.16.2: + resolution: {integrity: sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@babel/runtime': 7.16.7 + '@babel/runtime': 7.17.0 '@types/testing-library__jest-dom': 5.14.2 aria-query: 5.0.0 chalk: 3.0.0 css: 3.0.0 css.escape: 1.5.1 - dom-accessibility-api: 0.5.10 + dom-accessibility-api: 0.5.11 lodash: 4.17.21 redent: 3.0.0 dev: true @@ -4683,8 +4604,8 @@ packages: /@types/babel__core/7.1.18: resolution: {integrity: sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==} dependencies: - '@babel/parser': 7.16.7 - '@babel/types': 7.16.7 + '@babel/parser': 7.17.0 + '@babel/types': 7.17.0 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.14.2 @@ -4693,26 +4614,26 @@ packages: /@types/babel__generator/7.6.3: resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.16.0 dev: true /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.16.7 - '@babel/types': 7.16.8 + '@babel/parser': 7.17.0 + '@babel/types': 7.17.0 dev: true /@types/babel__traverse/7.14.2: resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} dependencies: - '@babel/types': 7.16.7 + '@babel/types': 7.17.0 dev: true /@types/body-parser/1.19.1: @@ -4820,7 +4741,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.14 + '@types/node': 17.0.15 dev: true /@types/har-format/1.2.8: @@ -4874,8 +4795,8 @@ packages: /@types/jest/27.4.0: resolution: {integrity: sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==} dependencies: - jest-diff: 27.4.2 - pretty-format: 27.4.2 + jest-diff: 27.5.0 + pretty-format: 27.5.0 dev: true /@types/js-yaml/4.0.5: @@ -4893,10 +4814,10 @@ packages: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} dev: true - /@types/jsonwebtoken/8.5.6: - resolution: {integrity: sha512-+P3O/xC7nzVizIi5VbF34YtqSonFsdnbXBnWUCYRiKOi1f9gA4sEFvXkrGr/QVV23IbMYvcoerI7nnhDUiWXRQ==} + /@types/jsonwebtoken/8.5.8: + resolution: {integrity: sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==} dependencies: - '@types/node': 17.0.10 + '@types/node': 17.0.15 dev: true /@types/keyv/3.1.3: @@ -4943,12 +4864,12 @@ packages: resolution: {integrity: sha512-C1vTZME8cFo8uxY2ui41xcynEotVkczIVI5AjLmy5pkpBv/FtG+jhtOlfcPysI8VRVwoOMv6NJm44LGnoMSWkw==} dev: true - /@types/node/17.0.10: - resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==} - dev: true - /@types/node/17.0.14: resolution: {integrity: sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng==} + dev: false + + /@types/node/17.0.15: + resolution: {integrity: sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==} /@types/node/17.0.6: resolution: {integrity: sha512-+XBAjfZmmivILUzO0HwBJoYkAyyySSLg5KCGBDFLomJo0sV6szvVLAf4ANZZ0pfWzgEds5KmGLG9D5hfEqOhaA==} @@ -4976,8 +4897,8 @@ packages: '@types/node': 17.0.6 dev: true - /@types/prettier/2.4.2: - resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} + /@types/prettier/2.4.3: + resolution: {integrity: sha512-QzSuZMBuG5u8HqYz01qtMdg/Jfctlnvj1z/lYnIDXs/golxw0fxtRAHd9KrzjR7Yxz1qVeI00o0kiO3PmVdJ9w==} dev: true /@types/pug/2.0.4: @@ -5143,7 +5064,7 @@ packages: /@types/webpack/4.41.31: resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 17.0.6 + '@types/node': 17.0.15 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -5156,6 +5077,12 @@ packages: dependencies: '@types/node': 17.0.6 + /@types/websocket/1.0.5: + resolution: {integrity: sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==} + dependencies: + '@types/node': 17.0.15 + dev: true + /@types/ws/8.2.2: resolution: {integrity: sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==} dependencies: @@ -5366,7 +5293,7 @@ packages: '@typescript-eslint/types': 5.4.0 '@typescript-eslint/visitor-keys': 5.4.0 debug: 4.3.3 - globby: 11.0.4 + globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 tsutils: 3.21.0_typescript@4.5.5 @@ -5413,8 +5340,8 @@ packages: resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} dev: true - /@urql/core/2.3.6_graphql@15.7.2: - resolution: {integrity: sha512-PUxhtBh7/8167HJK6WqBv6Z0piuiaZHQGYbhwpNL9aIQmLROPEdaUYkY4wh45wPQXcTpnd11l0q3Pw+TI11pdw==} + /@urql/core/2.4.1_graphql@15.7.2: + resolution: {integrity: sha512-HnS54oNwO4pAACKl/2/tNLbRrxAxKawVJuG9UPiixqeEVekiecUQQnCjb9SpOW4Qr54HYzCMDbr3c5px3hfEEg==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -5423,13 +5350,13 @@ packages: wonka: 4.0.15 dev: false - /@urql/devtools/2.0.3_@urql+core@2.3.6+graphql@15.7.2: + /@urql/devtools/2.0.3_@urql+core@2.4.1+graphql@15.7.2: resolution: {integrity: sha512-TktPLiBS9LcBPHD6qcnb8wqOVcg3Bx0iCtvQ80uPpfofwwBGJmqnQTjUdEFU6kwaLOFZULQ9+Uo4831G823mQw==} peerDependencies: '@urql/core': '>= 1.14.0' graphql: '>= 0.11.0' dependencies: - '@urql/core': 2.3.6_graphql@15.7.2 + '@urql/core': 2.4.1_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: true @@ -5439,7 +5366,7 @@ packages: peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@urql/core': 2.3.6_graphql@15.7.2 + '@urql/core': 2.4.1_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false @@ -5449,7 +5376,7 @@ packages: peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@urql/core': 2.3.6_graphql@15.7.2 + '@urql/core': 2.4.1_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false @@ -5466,101 +5393,101 @@ packages: resolution: {integrity: sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==} dev: false - /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.16.12: + /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.17.0: resolution: {integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 svg-tags: 1.0.0 dev: false - /@vue/babel-preset-jsx/1.2.4_@babel+core@7.16.12: + /@vue/babel-preset-jsx/1.2.4_@babel+core@7.17.0: resolution: {integrity: sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.16.12 - '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.16.12 - '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.16.12 - '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.16.12 - '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.16.12 - '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.16.12 - '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.16.12 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.0 + '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.17.0 + '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.17.0 + '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.17.0 + '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.17.0 + '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.17.0 + '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.17.0 dev: false - /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.16.12: + /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.17.0: resolution: {integrity: sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 dev: false - /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.16.12: + /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.17.0: resolution: {integrity: sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 dev: false - /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.16.12: + /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.17.0: resolution: {integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 dev: false - /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.16.12: + /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.17.0: resolution: {integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 dev: false - /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.16.12: + /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.17.0: resolution: {integrity: sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.16.12 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.0 camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 dev: false - /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.16.12: + /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.17.0: resolution: {integrity: sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.12 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.0 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.0 camelcase: 5.3.1 dev: false /@vue/compiler-core/3.2.23: resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==} dependencies: - '@babel/parser': 7.16.12 + '@babel/parser': 7.17.0 '@vue/shared': 3.2.23 estree-walker: 2.0.2 source-map: 0.6.1 @@ -5581,39 +5508,39 @@ packages: prettier: 2.5.1 dev: false - /@vue/composition-api/1.4.5: - resolution: {integrity: sha512-2Esgcc0EGBqyck4b/yrP2VnGmMr6cPYAE4nF3StIzP8+umNAbRZqBJDc6AhE58whPRt3lHAPf83eppgW7a2dUg==} + /@vue/composition-api/1.4.6: + resolution: {integrity: sha512-UP359OJ0G0Zli603/i9fhXFmNtZUSrypSFyqClMxizp8ezlaMK2GCmHgy3qyrRnO/xjcDAx09vvXPwNFtxHPtQ==} peerDependencies: vue: '>= 2.5 < 3' - /@vue/reactivity/3.2.29: - resolution: {integrity: sha512-Ryhb6Gy62YolKXH1gv42pEqwx7zs3n8gacRVZICSgjQz8Qr8QeCcFygBKYfJm3o1SccR7U+bVBQDWZGOyG1k4g==} + /@vue/reactivity/3.2.30: + resolution: {integrity: sha512-qlNKbkRn2JiGxVUEdoXbLAy+vcuHUCcq+YH2uXWz0BNMvXY2plmz+oqsw+694llwmYLkke5lbdYF4DIupisIkg==} dependencies: - '@vue/shared': 3.2.29 + '@vue/shared': 3.2.30 dev: true /@vue/ref-transform/3.2.23: resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==} dependencies: - '@babel/parser': 7.16.12 + '@babel/parser': 7.17.0 '@vue/compiler-core': 3.2.23 '@vue/shared': 3.2.23 estree-walker: 2.0.2 magic-string: 0.25.7 dev: false - /@vue/runtime-core/3.2.29: - resolution: {integrity: sha512-VMvQuLdzoTGmCwIKTKVwKmIL0qcODIqe74JtK1pVr5lnaE0l25hopodmPag3RcnIcIXe+Ye3B2olRCn7fTCgig==} + /@vue/runtime-core/3.2.30: + resolution: {integrity: sha512-RTi7xH0Ht/6wfbo2WFBMJTEiyWFTqGhrksJm8lz6E+auO6lXZ6Eq3gPNfLt47GDWCm4xyrv+rs5R4UbarPEQ1Q==} dependencies: - '@vue/reactivity': 3.2.29 - '@vue/shared': 3.2.29 + '@vue/reactivity': 3.2.30 + '@vue/shared': 3.2.30 dev: true - /@vue/runtime-dom/3.2.29: - resolution: {integrity: sha512-YJgLQLwr+SQyORzTsBQLL5TT/5UiV83tEotqjL7F9aFDIQdFBTCwpkCFvX9jqwHoyi9sJqM9XtTrMcc8z/OjPA==} + /@vue/runtime-dom/3.2.30: + resolution: {integrity: sha512-a3+jrncDvEFQmB+v9k0VyT4/Y3XO6OAueCroXXY4yLyr6PJeyxljweV5TzvW0rvVzH9sZO0QAvG76Lo+6C92Qw==} dependencies: - '@vue/runtime-core': 3.2.29 - '@vue/shared': 3.2.29 + '@vue/runtime-core': 3.2.30 + '@vue/shared': 3.2.30 csstype: 2.6.19 dev: true @@ -5621,13 +5548,8 @@ packages: resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} dev: false - /@vue/shared/3.2.27: - resolution: {integrity: sha512-rpAn9k6O08Lvo7ekBIAnkOukX/4EsEQLPrRJBKhIEasMsOI5eX0f6mq1sDUSY7cgAqWw2d7QtP74CWxdXoyKxA==} - dev: false - - /@vue/shared/3.2.29: - resolution: {integrity: sha512-BjNpU8OK6Z0LVzGUppEk0CMYm/hKDnZfYdjSmPOs0N+TR1cLKJAkDwW8ASZUvaaSLEi6d3hVM7jnWnX+6yWnHw==} - dev: true + /@vue/shared/3.2.30: + resolution: {integrity: sha512-B3HouBtUxcfu2w2d+VhdLcVBXKYYhXiFMAfQ+hoe8NUhKkPRkWDIqhpuehCZxVQ3S2dN1P1WfKGlxGC+pfmxGg==} /@vue/test-utils/1.3.0: resolution: {integrity: sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==} @@ -5635,12 +5557,12 @@ packages: vue: 2.x vue-template-compiler: ^2.x dependencies: - dom-event-types: 1.0.0 + dom-event-types: 1.1.0 lodash: 4.17.21 pretty: 2.0.0 dev: true - /@vueuse/core/7.5.5_@vue+composition-api@1.4.5: + /@vueuse/core/7.5.5_@vue+composition-api@1.4.6: resolution: {integrity: sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -5651,12 +5573,12 @@ packages: vue: optional: true dependencies: - '@vue/composition-api': 1.4.5 - '@vueuse/shared': 7.5.5_@vue+composition-api@1.4.5 - vue-demi: 0.12.1_@vue+composition-api@1.4.5 + '@vue/composition-api': 1.4.6 + '@vueuse/shared': 7.5.5_@vue+composition-api@1.4.6 + vue-demi: 0.12.1_@vue+composition-api@1.4.6 dev: true - /@vueuse/shared/7.5.5_@vue+composition-api@1.4.5: + /@vueuse/shared/7.5.5_@vue+composition-api@1.4.6: resolution: {integrity: sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -5667,8 +5589,8 @@ packages: vue: optional: true dependencies: - '@vue/composition-api': 1.4.5 - vue-demi: 0.12.1_@vue+composition-api@1.4.5 + '@vue/composition-api': 1.4.6 + vue-demi: 0.12.1_@vue+composition-api@1.4.6 dev: true /@webassemblyjs/ast/1.9.0: @@ -5803,26 +5725,26 @@ packages: engines: {node: '>=8.0.0'} dev: true - /@windicss/config/1.6.1: - resolution: {integrity: sha512-E4FKtWdYl5HwFknBQ+Z2JIF58TZiR4/ZiP8B30sfRxNlG6clh4agn5MJqTb4ER0MLkDb30Hugl2tGun0AQNbFw==} + /@windicss/config/1.6.3: + resolution: {integrity: sha512-1kjdy4tyYLD4sCB4DS+3Lt1Odnde03z4Rz3EUqyWJ7SiBEWMgRk1L797SsgEH4+W1DjLBZLs1SVYzaTO/3UdJA==} dependencies: debug: 4.3.3 - jiti: 1.12.9 - windicss: 3.4.2 + jiti: 1.12.15 + windicss: 3.4.3 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.6.1: - resolution: {integrity: sha512-hFQY27bOr9SSpekIvSwBpIX25nR4cwrU5/1kJFqCwAzqyazvd7U9c/iI1E2sTEQOkPbpTTJkY2Act21Q70oSDQ==} + /@windicss/plugin-utils/1.6.3: + resolution: {integrity: sha512-tY20pAdV8YOlCj/5Teh078n/YbekbE5qOmlNgcl+S10KqitUGB9+Qss/xE0HULACmCXBO9XeLUcAPGao79lAnA==} dependencies: - '@antfu/utils': 0.3.0 - '@windicss/config': 1.6.1 + '@antfu/utils': 0.4.0 + '@windicss/config': 1.6.3 debug: 4.3.3 - fast-glob: 3.2.7 + fast-glob: 3.2.11 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.4.2 + windicss: 3.4.3 transitivePeerDependencies: - supports-color dev: true @@ -6278,60 +6200,55 @@ packages: js-tokens: 3.0.2 dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.16.12: + /babel-core/7.0.0-bridge.0_@babel+core@7.17.0: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 dev: true - /babel-jest/27.4.6_@babel+core@7.16.12: - resolution: {integrity: sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==} + /babel-jest/27.5.0_@babel+core@7.17.0: + resolution: {integrity: sha512-puhCyvBTNLevhbd1oyw6t3gWBicWoUARQYKCBB/B1moif17NbyhxbsfadqZIw8zfJJD+W7Vw0Nb20pEjLxkXqQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.16.12 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 + '@babel/core': 7.17.0 + '@jest/transform': 27.5.0 + '@jest/types': 27.5.0 '@types/babel__core': 7.1.18 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.4.0_@babel+core@7.16.12 + babel-preset-jest: 27.5.0_@babel+core@7.17.0 chalk: 4.1.2 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color dev: true - /babel-jest/27.4.6_@babel+core@7.16.7: - resolution: {integrity: sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - '@babel/core': ^7.8.0 - dependencies: - '@babel/core': 7.16.7 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 - '@types/babel__core': 7.1.18 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.4.0_@babel+core@7.16.7 - chalk: 4.1.2 - graceful-fs: 4.2.8 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-loader/8.2.3_2ca4133eaad1ede48c0159d2a9c3555f: + /babel-loader/8.2.3_@babel+core@7.17.0: resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.17.0 + find-cache-dir: 3.3.2 + loader-utils: 1.4.0 + make-dir: 3.1.0 + schema-utils: 2.7.1 + dev: true + + /babel-loader/8.2.3_a74b90e3428b55fe8206c3d0629c0e42: + resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.17.0 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -6339,20 +6256,6 @@ packages: webpack: 4.46.0 dev: false - /babel-loader/8.2.3_@babel+core@7.16.12: - resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.16.12 - find-cache-dir: 3.3.2 - loader-utils: 1.4.0 - make-dir: 3.1.0 - schema-utils: 2.7.1 - dev: true - /babel-messages/6.23.0: resolution: {integrity: sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=} dependencies: @@ -6377,82 +6280,82 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/27.4.0: - resolution: {integrity: sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==} + /babel-plugin-jest-hoist/27.5.0: + resolution: {integrity: sha512-ztwNkHl+g1GaoQcb8f2BER4C3LMvSXuF7KVqtUioXQgScSEnkl6lLgCILUYIR+CPTwL8H3F/PNLze64HPWF9JA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.16.7 - '@babel/types': 7.16.8 + '@babel/types': 7.17.0 '@types/babel__core': 7.1.18 '@types/babel__traverse': 7.14.2 dev: true - /babel-plugin-polyfill-corejs2/0.2.3_@babel+core@7.16.12: + /babel-plugin-polyfill-corejs2/0.2.3_@babel+core@7.17.0: resolution: {integrity: sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.16.12: + /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.17.0: resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.16.12: + /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.17.0: resolution: {integrity: sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.0 core-js-compat: 3.20.3 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.5.1_@babel+core@7.16.12: + /babel-plugin-polyfill-corejs3/0.5.1_@babel+core@7.17.0: resolution: {integrity: sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0 core-js-compat: 3.20.3 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.16.12: + /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.17.0: resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.16.12: + /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.17.0: resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.0 transitivePeerDependencies: - supports-color @@ -6476,103 +6379,72 @@ packages: babel-types: 6.26.0 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.12: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.0: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.12 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.12 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.0 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.7: - resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.16.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.7 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.7 - dev: true - - /babel-preset-fbjs/3.4.0_@babel+core@7.16.12: + /babel-preset-fbjs/3.4.0_@babel+core@7.17.0: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.12 - '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.12 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.12 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.0 + '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.0 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.0 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-react-jsx': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.0 babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color dev: true - /babel-preset-jest/27.4.0_@babel+core@7.16.12: - resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} + /babel-preset-jest/27.5.0_@babel+core@7.17.0: + resolution: {integrity: sha512-7bfu1cJBlgK/nKfTvMlElzA3jpi6GzDWX3fntnyP2cQSzoi/KUz6ewGlcb3PSRYZGyv+uPnVHY0Im3JbsViqgA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 - babel-plugin-jest-hoist: 27.4.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.12 - dev: true - - /babel-preset-jest/27.4.0_@babel+core@7.16.7: - resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.16.7 - babel-plugin-jest-hoist: 27.4.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.7 + '@babel/core': 7.17.0 + babel-plugin-jest-hoist: 27.5.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.0 dev: true /babel-runtime/6.26.0: @@ -6647,11 +6519,6 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /base64-arraybuffer/1.0.1: - resolution: {integrity: sha512-vFIUq7FdLtjZMhATwDul5RZWv2jpXQ09Pd6jcVEOvIsqCWTRFD/ONHNfyOS8dA/Ippi5dsIgpyKWKZaAKZltbA==} - engines: {node: '>= 0.6.0'} - dev: false - /base64-js/1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} @@ -6851,8 +6718,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001295 - electron-to-chromium: 1.4.31 + caniuse-lite: 1.0.30001309 + electron-to-chromium: 1.4.65 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -6951,7 +6818,7 @@ packages: chownr: 1.1.4 figgy-pudding: 3.5.2 glob: 7.2.0 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 infer-owner: 1.0.4 lru-cache: 5.1.1 mississippi: 3.0.0 @@ -7131,6 +6998,10 @@ packages: /caniuse-lite/1.0.30001295: resolution: {integrity: sha512-lSP16vcyC0FEy0R4ECc9duSPoKoZy+YkpGkue9G4D81OfPnliopaZrU10+qtPdT8PbGXad/PNx43TIQrOmJZSQ==} + dev: true + + /caniuse-lite/1.0.30001309: + resolution: {integrity: sha512-Pl8vfigmBXXq+/yUz1jUwULeq9xhMJznzdc/xwl4WclDAuebcTHVefpz8lE/bMI+UN7TOkSSe7B7RnZd6+dzjA==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -7391,19 +7262,19 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: slice-ansi: 5.0.0 - string-width: 5.0.1 + string-width: 5.1.0 dev: false /cli-width/3.0.0: resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} engines: {node: '>= 10'} - /clipboardy/2.3.0: - resolution: {integrity: sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==} - engines: {node: '>=8'} + /clipboardy/3.0.0: + resolution: {integrity: sha512-Su+uU5sr1jkUy1sGRpLKjKrvEOVXgSgiSInwa/qeID6aJ07yh+5NWc3h2QfjHjBnfX4LhtFcuAWKUsJ3r+fjbg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: arch: 2.2.0 - execa: 1.0.0 + execa: 5.1.1 is-wsl: 2.2.0 dev: true @@ -7519,10 +7390,10 @@ packages: /colorette/1.4.0: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} + dev: false /colorette/2.0.16: resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} - dev: false /combined-stream/1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} @@ -7715,6 +7586,11 @@ packages: engines: {node: '>= 0.6'} dev: false + /cookie/0.4.2: + resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==} + engines: {node: '>= 0.6'} + dev: false + /copy-concurrently/1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} dependencies: @@ -7748,8 +7624,8 @@ packages: deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.20.3: - resolution: {integrity: sha512-vVl8j8ph6tRS3B8qir40H7yw7voy17xL0piAjlbBUsH7WIfzoedL/ZOr1OV9FyZQLWXsayOJyV4tnRyXR85/ag==} + /core-js/3.21.0: + resolution: {integrity: sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==} requiresBuild: true dev: false @@ -7766,16 +7642,16 @@ packages: dependencies: '@iarna/toml': 2.2.5 - /cosmiconfig-typescript-loader/1.0.2_43d2036524ce97aa8076ce68340fa9ec: - resolution: {integrity: sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==} + /cosmiconfig-typescript-loader/1.0.4_2659dc6620f2255efe6a8f122d014e4b: + resolution: {integrity: sha512-ulv2dvwurP/MZAIthXm69bO7EzzIUThZ6RJ1qXhdlXM6to3F+IKBL/17EnhYSG52A5N1KcAUu66vSG/3/77KrA==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': 17.0.14 + '@types/node': 17.0.15 cosmiconfig: 7.0.1 - ts-node: 10.4.0_43d2036524ce97aa8076ce68340fa9ec + ts-node: 10.4.0_2659dc6620f2255efe6a8f122d014e4b typescript: 4.5.5 transitivePeerDependencies: - '@swc/core' @@ -7854,10 +7730,12 @@ packages: resolution: {integrity: sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==} dev: false - /cross-fetch/3.1.4: - resolution: {integrity: sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==} + /cross-fetch/3.1.5: + resolution: {integrity: sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==} dependencies: - node-fetch: 2.6.1 + node-fetch: 2.6.7 + transitivePeerDependencies: + - encoding dev: true /cross-spawn/6.0.5: @@ -7879,15 +7757,6 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /cross-undici-fetch/0.0.20: - resolution: {integrity: sha512-5d3WBC4VRHpFndECK9bx4TngXrw0OUXdhX561Ty1ZoqMASz9uf55BblhTC1CO6GhMWnvk9SOqYEXQliq6D2P4A==} - dependencies: - abort-controller: 3.0.0 - form-data: 4.0.0 - node-fetch: 2.6.6 - undici: 4.12.1 - dev: true - /cross-undici-fetch/0.1.12: resolution: {integrity: sha512-JNUr0ANEwc3MEUT5xBl2fVnCJqcPa7hpQfEYNsrCG/7/M4pUH5W0nQOe6FKAQGB6SqFPyAeoEn8G375QXWxwWQ==} dependencies: @@ -7897,6 +7766,19 @@ packages: node-fetch: 2.6.6 undici: 4.12.1 + /cross-undici-fetch/0.1.23: + resolution: {integrity: sha512-PxSFKt7owZrL/WWowlOXVyD86HcUXePQ0853p/6DGktaONK10hVixV9RmqPaEsdrCTJkeBDlnXFT2tp6db0K0g==} + dependencies: + abort-controller: 3.0.0 + form-data-encoder: 1.7.1 + formdata-node: 4.3.2 + node-fetch: 2.6.7 + undici: 4.13.0 + web-streams-polyfill: 3.2.0 + transitivePeerDependencies: + - encoding + dev: true + /crosspath/1.0.0: resolution: {integrity: sha512-mpjkSErNO6vioL/Cde2aF4UBysPFEMyn+1AN1t7Oc4yqvzSRWe8iBte4P8BHyjo64OmC+ZBxwjIqmpSpIWiQ7Q==} engines: {node: '>=10.0.0'} @@ -8389,7 +8271,6 @@ packages: /defu/5.0.1: resolution: {integrity: sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ==} - dev: true /delayed-stream/1.0.0: resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} @@ -8445,8 +8326,8 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /diff-sequences/27.4.0: - resolution: {integrity: sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==} + /diff-sequences/27.5.0: + resolution: {integrity: sha512-ZsOBWnhXiH+Zn0DcBNX/tiQsqrREHs/6oQsEVy2VJJjrTblykPima11pyHMSA/7PGmD+fwclTnKVKL/qtNREDQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true @@ -8487,8 +8368,8 @@ packages: esutils: 2.0.3 dev: true - /dom-accessibility-api/0.5.10: - resolution: {integrity: sha512-Xu9mD0UjrJisTmv7lmVSDMagQcU9R5hwAbxsaAE/35XPnPLJobbuREfV/rraiSaEj/UOvgrzQs66zyTWTlyd+g==} + /dom-accessibility-api/0.5.11: + resolution: {integrity: sha512-7X6GvzjYf4yTdRKuCVScV+aA9Fvh5r8WzWrXBH9w82ZWB/eYDMGCnazoC/YAqAzUJWHzLOnZqr46K3iEyUhUvw==} dev: true /dom-converter/0.2.0: @@ -8497,8 +8378,8 @@ packages: utila: 0.4.0 dev: false - /dom-event-types/1.0.0: - resolution: {integrity: sha512-2G2Vwi2zXTHBGqXHsJ4+ak/iP0N8Ar+G8a7LiD2oup5o4sQWytwqqrZu/O6hIMV0KMID2PL69OhpshLO0n7UJQ==} + /dom-event-types/1.1.0: + resolution: {integrity: sha512-jNCX+uNJ3v38BKvPbpki6j5ItVlnSqVV6vDWGS6rExzCMjsc39frLjm1n91o6YaKK6AZl0wLloItW6C6mr61BQ==} dev: true /dom-serializer/0.2.2: @@ -8628,6 +8509,10 @@ packages: stream-shift: 1.0.1 dev: false + /eastasianwidth/0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: false + /ecdsa-sig-formatter/1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} dependencies: @@ -8652,6 +8537,10 @@ packages: /electron-to-chromium/1.4.31: resolution: {integrity: sha512-t3XVQtk+Frkv6aTD4RRk0OqosU+VLe1dQFW83MDer78ZD6a52frgXuYOIsLYTQiH2Lm+JB2OKYcn7zrX+YGAiQ==} + dev: true + + /electron-to-chromium/1.4.65: + resolution: {integrity: sha512-0/d8Skk8sW3FxXP0Dd6MnBlrwx7Qo9cqQec3BlIAlvKnrmS3pHsIbaroEi+nd0kZkGpQ6apMEre7xndzjlEnLw==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8738,7 +8627,7 @@ packages: dependencies: '@socket.io/component-emitter': 3.0.0 debug: 4.3.3 - engine.io-parser: 5.0.2 + engine.io-parser: 5.0.3 has-cors: 1.1.0 parseqs: 0.0.6 parseuri: 0.0.6 @@ -8768,11 +8657,11 @@ packages: base64-arraybuffer: 0.1.4 dev: false - /engine.io-parser/5.0.2: - resolution: {integrity: sha512-wuiO7qO/OEkPJSFueuATIXtrxF7/6GTbAO9QLv7nnbjwZ5tYhLm9zxvLwxstRs0dcT0KUlWTjtIOs1T86jt12g==} + /engine.io-parser/5.0.3: + resolution: {integrity: sha512-BtQxwF27XUNnSafQLvDi0dQ8s3i6VgzSoQMJacpIcGNrlUdfHSKbgm3jmjCVvQluGzqwujQMPAoMai3oYSTurg==} engines: {node: '>=10.0.0'} dependencies: - base64-arraybuffer: 1.0.1 + '@socket.io/base64-arraybuffer': 1.0.2 dev: false /enhanced-resolve/2.3.0: @@ -9148,7 +9037,7 @@ packages: tsconfig-paths: 3.12.0 dev: true - /eslint-plugin-jest/25.3.0_6caeb6cb45152aa0108016653772a704: + /eslint-plugin-jest/25.3.0_0a5a3846a57608e2e3b04df4f3eede06: resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -9164,7 +9053,7 @@ packages: '@typescript-eslint/eslint-plugin': 5.4.0_585cce2ddd76dd66924e2158523d5e40 '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.8.0+typescript@4.5.5 eslint: 8.8.0 - jest: 27.4.7 + jest: 27.5.0 transitivePeerDependencies: - supports-color - typescript @@ -9188,7 +9077,7 @@ packages: /eslint-plugin-nuxt/3.1.0_eslint@8.8.0: resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} dependencies: - eslint-plugin-vue: 8.4.0_eslint@8.8.0 + eslint-plugin-vue: 8.4.1_eslint@8.8.0 semver: 7.3.5 vue-eslint-parser: 8.0.1_eslint@8.8.0 transitivePeerDependencies: @@ -9248,8 +9137,8 @@ packages: - supports-color dev: true - /eslint-plugin-vue/8.4.0_eslint@8.8.0: - resolution: {integrity: sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA==} + /eslint-plugin-vue/8.4.1_eslint@8.8.0: + resolution: {integrity: sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 @@ -9258,7 +9147,7 @@ packages: eslint-utils: 3.0.0_eslint@8.8.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.8.0 + vue-eslint-parser: 8.2.0_eslint@8.8.0 transitivePeerDependencies: - supports-color dev: true @@ -9300,8 +9189,8 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.16.12 - '@babel/eslint-parser': 7.16.3_@babel+core@7.16.12+eslint@8.8.0 + '@babel/core': 7.17.0 + '@babel/eslint-parser': 7.16.3_@babel+core@7.17.0+eslint@8.8.0 eslint: 8.8.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 @@ -9487,19 +9376,6 @@ packages: safe-buffer: 5.2.1 dev: false - /execa/1.0.0: - resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} - engines: {node: '>=6'} - dependencies: - cross-spawn: 6.0.5 - get-stream: 4.1.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.6 - strip-eof: 1.0.0 - dev: true - /execa/5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} @@ -9511,7 +9387,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.6 + signal-exit: 3.0.7 strip-final-newline: 2.0.0 /execall/2.0.0: @@ -9549,14 +9425,14 @@ packages: jest-regex-util: 26.0.0 dev: true - /expect/27.4.6: - resolution: {integrity: sha512-1M/0kAALIaj5LaG66sFJTbRsWTADnylly82cu4bspI0nl+pgP4E6Bh/aqdHlTUjul06K7xQnnrAoqfxVU0+/ag==} + /expect/27.5.0: + resolution: {integrity: sha512-z73GZ132cBqrapO0X6BeRjyBXqOt9YeRtnDteHJIQqp5s2pZ41Hz23VUbsVFMfkrsFLU9GwoIRS0ZzLuFK8M5w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 - jest-get-type: 27.4.0 - jest-matcher-utils: 27.4.6 - jest-message-util: 27.4.6 + '@jest/types': 27.5.0 + jest-get-type: 27.5.0 + jest-matcher-utils: 27.5.0 + jest-message-util: 27.5.0 dev: true /extend-shallow/2.0.1: @@ -9690,13 +9566,15 @@ packages: /fbjs/3.0.2: resolution: {integrity: sha512-qv+boqYndjElAJHNN3NoM8XuwQZ1j2m3kEvTgdle8IDjr6oUbkEpvABWtj/rQl3vq4ew7dnElBxL4YJAwTVqQQ==} dependencies: - cross-fetch: 3.1.4 + cross-fetch: 3.1.5 fbjs-css-vars: 1.0.2 loose-envify: 1.4.0 object-assign: 4.1.1 promise: 7.3.1 setimmediate: 1.0.5 ua-parser-js: 0.7.31 + transitivePeerDependencies: + - encoding dev: true /fd-slicer/1.1.0: @@ -9981,15 +9859,6 @@ packages: mime-types: 2.1.34 dev: true - /form-data/4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} - engines: {node: '>= 6'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.34 - dev: true - /formdata-node/4.3.1: resolution: {integrity: sha512-8xKSa9et4zb+yziWsD/bI+EYjdg1z2p9EpKr+o+Yk12F/wP66bmDdvjj2ZXd2K/MJlR3HBzWnuV7f82jzHRqCA==} engines: {node: '>= 12.20'} @@ -9997,6 +9866,14 @@ packages: node-domexception: 1.0.0 web-streams-polyfill: 4.0.0-beta.1 + /formdata-node/4.3.2: + resolution: {integrity: sha512-k7lYJyzDOSL6h917favP8j1L0/wNyylzU+x+1w4p5haGVHNlP58dbpdJhiCUsDbWsa9HwEtLp89obQgXl2e0qg==} + engines: {node: '>= 12.20'} + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 4.0.0-beta.1 + dev: true + /fp-ts/2.11.8: resolution: {integrity: sha512-WQT6rP6Jt3TxMdQB3IKzvfZKLuldumntgumLhIUhvPrukTHdWNI4JgEHY04Bd0LIOR9IQRpB+7RuxgUU0Vhmcg==} dev: false @@ -10026,7 +9903,7 @@ packages: resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} engines: {node: '>=12'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 jsonfile: 6.1.0 universalify: 2.0.0 dev: true @@ -10077,7 +9954,7 @@ packages: /fs-write-stream-atomic/1.0.10: resolution: {integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 iferr: 0.1.5 imurmurhash: 0.1.4 readable-stream: 2.3.7 @@ -10134,7 +10011,7 @@ packages: console-control-strings: 1.1.0 has-unicode: 2.0.1 object-assign: 4.1.1 - signal-exit: 3.0.6 + signal-exit: 3.0.7 string-width: 1.0.2 strip-ansi: 3.0.1 wide-align: 1.1.5 @@ -10409,7 +10286,10 @@ packages: /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} - /graphql-config/4.1.0_0dacf122fbcc6ac3284e12193cdebbd1: + /graceful-fs/4.2.9: + resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} + + /graphql-config/4.1.0_935c4102b03dbbcaded762c2bd28dd0b: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -10420,7 +10300,7 @@ packages: '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/load': 7.5.0_graphql@15.7.2 '@graphql-tools/merge': 8.2.1_graphql@15.7.2 - '@graphql-tools/url-loader': 7.7.0_cced6dfd2145a525c22895ecd161c4e0 + '@graphql-tools/url-loader': 7.7.0_f9ba519176c0f7fb6dfe623001a9c85f '@graphql-tools/utils': 8.5.5_graphql@15.7.2 cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 @@ -10433,13 +10313,13 @@ packages: - typescript - utf-8-validate - /graphql-language-service-interface/2.9.1_0dacf122fbcc6ac3284e12193cdebbd1: + /graphql-language-service-interface/2.9.1_935c4102b03dbbcaded762c2bd28dd0b: resolution: {integrity: sha512-yGsE67fxJBXxY82+rLDMvUpmzpOUM8XFB+k+xOTUyABWs27osKaoGiuDDXAVGg1adhm+cpunWbipe763ZJkAVA==} peerDependencies: graphql: '>= 15.5.0 <= 16.0.0-experimental-stream-defer.5' dependencies: graphql: 15.7.2 - graphql-language-service-parser: 1.10.4_0dacf122fbcc6ac3284e12193cdebbd1 + graphql-language-service-parser: 1.10.4_935c4102b03dbbcaded762c2bd28dd0b graphql-language-service-types: 1.8.3_graphql@15.7.2 graphql-language-service-utils: 2.6.0_graphql@15.7.2 vscode-languageserver-types: 3.16.0 @@ -10450,13 +10330,13 @@ packages: - utf-8-validate dev: false - /graphql-language-service-parser/1.10.4_0dacf122fbcc6ac3284e12193cdebbd1: + /graphql-language-service-parser/1.10.4_935c4102b03dbbcaded762c2bd28dd0b: resolution: {integrity: sha512-duDE+0aeKLFVrb9Kf28U84ZEHhHcvTjWIT6dJbIAQJWBaDoht0D4BK9EIhd94I3DtKRc1JCJb2+70y1lvP/hiA==} peerDependencies: graphql: ^15.5.0 || ^16.0.0 dependencies: graphql: 15.7.2 - graphql-language-service-types: 1.8.7_0dacf122fbcc6ac3284e12193cdebbd1 + graphql-language-service-types: 1.8.7_935c4102b03dbbcaded762c2bd28dd0b transitivePeerDependencies: - '@types/node' - bufferutil @@ -10472,13 +10352,13 @@ packages: graphql: 15.7.2 dev: false - /graphql-language-service-types/1.8.7_0dacf122fbcc6ac3284e12193cdebbd1: + /graphql-language-service-types/1.8.7_935c4102b03dbbcaded762c2bd28dd0b: resolution: {integrity: sha512-LP/Mx0nFBshYEyD0Ny6EVGfacJAGVx+qXtlJP4hLzUdBNOGimfDNtMVIdZANBXHXcM41MDgMHTnyEx2g6/Ttbw==} peerDependencies: graphql: ^15.5.0 || ^16.0.0 dependencies: graphql: 15.7.2 - graphql-config: 4.1.0_0dacf122fbcc6ac3284e12193cdebbd1 + graphql-config: 4.1.0_935c4102b03dbbcaded762c2bd28dd0b vscode-languageserver-types: 3.16.0 transitivePeerDependencies: - '@types/node' @@ -10502,10 +10382,12 @@ packages: peerDependencies: graphql: 14 - 16 dependencies: - cross-fetch: 3.1.4 + cross-fetch: 3.1.5 extract-files: 9.0.0 form-data: 3.0.1 graphql: 15.7.2 + transitivePeerDependencies: + - encoding dev: true /graphql-sse/1.0.6_graphql@15.7.2: @@ -10550,8 +10432,8 @@ packages: duplexer: 0.1.2 dev: false - /h3/0.3.8: - resolution: {integrity: sha512-gv558Zr6vSdXMNlpLCz/gbrd/rkw7Uk/KaHfDPtNSujGffUyi/r27HxRXFKsJUa+ngFAttsjQRtoGbDP+w/9Iw==} + /h3/0.3.9: + resolution: {integrity: sha512-C9MbuWVQ88mGb3lmqtp/iqXdALBo34oyjrVT1hx+FYRgcQReNXiKWvzXM6eQdpp4MWQkMGNnp4tlRBT7wsgmmg==} dev: true /hable/3.0.0: @@ -10585,7 +10467,7 @@ packages: dependencies: chalk: 2.4.2 find-cache-dir: 2.1.0 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 lodash: 4.17.21 mkdirp: 0.5.5 node-object-hash: 1.4.2 @@ -10740,8 +10622,8 @@ packages: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} dev: true - /hosted-git-info/4.0.2: - resolution: {integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==} + /hosted-git-info/4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 @@ -11088,8 +10970,8 @@ packages: engines: {node: '>=8'} dev: true - /import-local/3.0.3: - resolution: {integrity: sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==} + /import-local/3.1.0: + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} engines: {node: '>=8'} hasBin: true dependencies: @@ -11309,6 +11191,12 @@ packages: dependencies: has: 1.0.3 + /is-core-module/2.8.1: + resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==} + dependencies: + has: 1.0.3 + dev: true + /is-data-descriptor/0.1.4: resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=} engines: {node: '>=0.10.0'} @@ -11640,16 +11528,18 @@ packages: /isomorphic-fetch/3.0.0: resolution: {integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==} dependencies: - node-fetch: 2.6.6 + node-fetch: 2.6.7 whatwg-fetch: 3.6.2 + transitivePeerDependencies: + - encoding dev: true - /isomorphic-ws/4.0.1_ws@8.4.0: + /isomorphic-ws/4.0.1_ws@8.4.2: resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} peerDependencies: ws: '*' dependencies: - ws: 8.4.0 + ws: 8.4.2 /istanbul-lib-coverage/3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} @@ -11660,8 +11550,8 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.16.12 - '@babel/parser': 7.16.7 + '@babel/core': 7.17.0 + '@babel/parser': 7.17.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -11689,8 +11579,8 @@ packages: - supports-color dev: true - /istanbul-reports/3.1.3: - resolution: {integrity: sha512-x9LtDVtfm/t1GFiLl3NffC7hz+I1ragvgX1P/Lg1NlIagifZDKUkuuaAxH/qpwj2IuEfD8G2Bs/UKp+sZ/pKkg==} + /istanbul-reports/3.1.4: + resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -11700,35 +11590,35 @@ packages: /iterall/1.3.0: resolution: {integrity: sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==} - /jest-changed-files/27.4.2: - resolution: {integrity: sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A==} + /jest-changed-files/27.5.0: + resolution: {integrity: sha512-BGWKI7E6ORqbF5usF1oA4ftbkhVZVrXr8jB0/BrU6TAn3kfOVwX2Zx6pKIXYutJ+qNEjT8Da/gGak0ajya/StA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 + '@jest/types': 27.5.0 execa: 5.1.1 throat: 6.0.1 dev: true - /jest-circus/27.4.6: - resolution: {integrity: sha512-UA7AI5HZrW4wRM72Ro80uRR2Fg+7nR0GESbSI/2M+ambbzVuA63mn5T1p3Z/wlhntzGpIG1xx78GP2YIkf6PhQ==} + /jest-circus/27.5.0: + resolution: {integrity: sha512-+NPd1OxpAHYKjbW8dgL0huFgmtZRKSUKee/UtRgZJEfAxCeA12d7sp0coh5EGDBpW4fCk1Pcia/2dG+j6BQvdw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.6 - '@jest/test-result': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/environment': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.4.6 + expect: 27.5.0 is-generator-fn: 2.1.0 - jest-each: 27.4.6 - jest-matcher-utils: 27.4.6 - jest-message-util: 27.4.6 - jest-runtime: 27.4.6 - jest-snapshot: 27.4.6 - jest-util: 27.4.2 - pretty-format: 27.4.6 + jest-each: 27.5.0 + jest-matcher-utils: 27.5.0 + jest-message-util: 27.5.0 + jest-runtime: 27.5.0 + jest-snapshot: 27.5.0 + jest-util: 27.5.0 + pretty-format: 27.5.0 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -11736,8 +11626,8 @@ packages: - supports-color dev: true - /jest-cli/27.4.7: - resolution: {integrity: sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==} + /jest-cli/27.5.0: + resolution: {integrity: sha512-9ANs79Goz1ULKtG7HDm/F//4E69v8EFOLXRIHmeC/eK1xTUeQGlU6XP0Zwst386sKaKB4O60qhWY/UaTBS2MLA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11746,16 +11636,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.4.7 - '@jest/test-result': 27.4.6 - '@jest/types': 27.4.2 + '@jest/core': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/types': 27.5.0 chalk: 4.1.2 exit: 0.1.2 - graceful-fs: 4.2.8 - import-local: 3.0.3 - jest-config: 27.4.7 - jest-util: 27.4.2 - jest-validate: 27.4.6 + graceful-fs: 4.2.9 + import-local: 3.1.0 + jest-config: 27.5.0 + jest-util: 27.5.0 + jest-validate: 27.5.0 prompts: 2.4.2 yargs: 16.2.0 transitivePeerDependencies: @@ -11766,8 +11656,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.4.7: - resolution: {integrity: sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==} + /jest-config/27.5.0: + resolution: {integrity: sha512-eOIpvpXFz5WHuIYZN1QmvBLEjsSk3w+IAC/2jBpZClbprF53Bj9meBMgAbE15DSkaaJBDFmhXXd1L2eCLaWxQw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -11775,27 +11665,27 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.16.7 - '@jest/test-sequencer': 27.4.6 - '@jest/types': 27.4.2 - babel-jest: 27.4.6_@babel+core@7.16.7 + '@babel/core': 7.17.0 + '@jest/test-sequencer': 27.5.0 + '@jest/types': 27.5.0 + babel-jest: 27.5.0_@babel+core@7.17.0 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 glob: 7.2.0 - graceful-fs: 4.2.8 - jest-circus: 27.4.6 - jest-environment-jsdom: 27.4.6 - jest-environment-node: 27.4.6 - jest-get-type: 27.4.0 - jest-jasmine2: 27.4.6 - jest-regex-util: 27.4.0 - jest-resolve: 27.4.6 - jest-runner: 27.4.6 - jest-util: 27.4.2 - jest-validate: 27.4.6 + graceful-fs: 4.2.9 + jest-circus: 27.5.0 + jest-environment-jsdom: 27.5.0 + jest-environment-node: 27.5.0 + jest-get-type: 27.5.0 + jest-jasmine2: 27.5.0 + jest-regex-util: 27.5.0 + jest-resolve: 27.5.0 + jest-runner: 27.5.0 + jest-util: 27.5.0 + jest-validate: 27.5.0 micromatch: 4.0.4 - pretty-format: 27.4.6 + pretty-format: 27.5.0 slash: 3.0.0 transitivePeerDependencies: - bufferutil @@ -11814,54 +11704,44 @@ packages: pretty-format: 26.6.2 dev: true - /jest-diff/27.4.2: - resolution: {integrity: sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q==} + /jest-diff/27.5.0: + resolution: {integrity: sha512-zztvHDCq/QcAVv+o6rts0reupSOxyrX+KLQEOMWCW2trZgcBFgp/oTK7hJCGpXvEIqKrQzyQlaPKn9W04+IMQg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 27.4.0 - jest-get-type: 27.4.0 - pretty-format: 27.4.2 + diff-sequences: 27.5.0 + jest-get-type: 27.5.0 + pretty-format: 27.5.0 dev: true - /jest-diff/27.4.6: - resolution: {integrity: sha512-zjaB0sh0Lb13VyPsd92V7HkqF6yKRH9vm33rwBt7rPYrpQvS1nCvlIy2pICbKta+ZjWngYLNn4cCK4nyZkjS/w==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 27.4.0 - jest-get-type: 27.4.0 - pretty-format: 27.4.6 - dev: true - - /jest-docblock/27.4.0: - resolution: {integrity: sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg==} + /jest-docblock/27.5.0: + resolution: {integrity: sha512-U4MtJgdZn2x+jpPzd7NAYvDmgJAA5h9QxVAwsyuH7IymGzY8VGHhAkHcIGOmtmdC61ORLxCbEhj6fCJsaCWzXA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/27.4.6: - resolution: {integrity: sha512-n6QDq8y2Hsmn22tRkgAk+z6MCX7MeVlAzxmZDshfS2jLcaBlyhpF3tZSJLR+kXmh23GEvS0ojMR8i6ZeRvpQcA==} + /jest-each/27.5.0: + resolution: {integrity: sha512-2vpajSdDMZmAxjSP1f4BG9KKduwHtuaI0w66oqLUkfaGUU7Ix/W+d8BW0h3/QEJiew7hR0GSblqdFwTEEbhBdw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 + '@jest/types': 27.5.0 chalk: 4.1.2 - jest-get-type: 27.4.0 - jest-util: 27.4.2 - pretty-format: 27.4.6 + jest-get-type: 27.5.0 + jest-util: 27.5.0 + pretty-format: 27.5.0 dev: true - /jest-environment-jsdom/27.4.6: - resolution: {integrity: sha512-o3dx5p/kHPbUlRvSNjypEcEtgs6LmvESMzgRFQE6c+Prwl2JLA4RZ7qAnxc5VM8kutsGRTB15jXeeSbJsKN9iA==} + /jest-environment-jsdom/27.5.0: + resolution: {integrity: sha512-sX49N8rjp6HSHeGpNgLk6mtHRd1IPAnE/u7wLQkb6Tz/1E08Q++Y8Zk/IbpVdcFywbzH1icFqEuDuHJ6o+uXXg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.6 - '@jest/fake-timers': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 - jest-mock: 27.4.6 - jest-util: 27.4.2 + '@jest/environment': 27.5.0 + '@jest/fake-timers': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 + jest-mock: 27.5.0 + jest-util: 27.5.0 jsdom: 16.7.0 transitivePeerDependencies: - bufferutil @@ -11870,16 +11750,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.4.6: - resolution: {integrity: sha512-yfHlZ9m+kzTKZV0hVfhVu6GuDxKAYeFHrfulmy7Jxwsq4V7+ZK7f+c0XP/tbVDMQW7E4neG2u147hFkuVz0MlQ==} + /jest-environment-node/27.5.0: + resolution: {integrity: sha512-7UzisMMfGyrURhS/eUa7p7mgaqN3ajHylsjOgfcn0caNeYRZq4LHKZLfAxrPM34DWLnBZcRupEJlpQsizdSUsw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.6 - '@jest/fake-timers': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 - jest-mock: 27.4.6 - jest-util: 27.4.2 + '@jest/environment': 27.5.0 + '@jest/fake-timers': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 + jest-mock: 27.5.0 + jest-util: 27.5.0 dev: true /jest-get-type/26.3.0: @@ -11887,62 +11767,62 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-get-type/27.4.0: - resolution: {integrity: sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==} + /jest-get-type/27.5.0: + resolution: {integrity: sha512-Vp6O8a52M/dahXRG/E0EJuWQROps2mDQ0sJYPgO8HskhdLwj9ajgngy2OAqZgV6e/RcU67WUHq6TgfvJb8flbA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.4.6: - resolution: {integrity: sha512-0tNpgxg7BKurZeFkIOvGCkbmOHbLFf4LUQOxrQSMjvrQaQe3l6E8x6jYC1NuWkGo5WDdbr8FEzUxV2+LWNawKQ==} + /jest-haste-map/27.5.0: + resolution: {integrity: sha512-0KfckSBEKV+D6e0toXmIj4zzp72EiBnvkC0L+xYxenkLhAdkp2/8tye4AgMzz7Fqb1r8SWtz7+s1UQLrxMBang==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 + '@jest/types': 27.5.0 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.14 + '@types/node': 17.0.15 anymatch: 3.1.2 fb-watchman: 2.0.1 - graceful-fs: 4.2.8 - jest-regex-util: 27.4.0 - jest-serializer: 27.4.0 - jest-util: 27.4.2 - jest-worker: 27.4.6 + graceful-fs: 4.2.9 + jest-regex-util: 27.5.0 + jest-serializer: 27.5.0 + jest-util: 27.5.0 + jest-worker: 27.5.0 micromatch: 4.0.4 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.4.6: - resolution: {integrity: sha512-uAGNXF644I/whzhsf7/qf74gqy9OuhvJ0XYp8SDecX2ooGeaPnmJMjXjKt0mqh1Rl5dtRGxJgNrHlBQIBfS5Nw==} + /jest-jasmine2/27.5.0: + resolution: {integrity: sha512-X7sT3HLNjjrBEepilxzPyNhNdyunaFBepo1L3T/fvYb9tb8Wb8qY576gwIa+SZcqYUqAA7/bT3EpZI4lAp0Qew==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.6 - '@jest/source-map': 27.4.0 - '@jest/test-result': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/environment': 27.5.0 + '@jest/source-map': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 chalk: 4.1.2 co: 4.6.0 - expect: 27.4.6 + expect: 27.5.0 is-generator-fn: 2.1.0 - jest-each: 27.4.6 - jest-matcher-utils: 27.4.6 - jest-message-util: 27.4.6 - jest-runtime: 27.4.6 - jest-snapshot: 27.4.6 - jest-util: 27.4.2 - pretty-format: 27.4.6 + jest-each: 27.5.0 + jest-matcher-utils: 27.5.0 + jest-message-util: 27.5.0 + jest-runtime: 27.5.0 + jest-snapshot: 27.5.0 + jest-util: 27.5.0 + pretty-format: 27.5.0 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.4.6: - resolution: {integrity: sha512-kkaGixDf9R7CjHm2pOzfTxZTQQQ2gHTIWKY/JZSiYTc90bZp8kSZnUMS3uLAfwTZwc0tcMRoEX74e14LG1WapA==} + /jest-leak-detector/27.5.0: + resolution: {integrity: sha512-Ak3k+DD3ao5d4/zzJrxAQ5UV5wiCrp47jH94ZD4/vXSzQgE6WBVDfg83VtculLILO7Y6/Q/7yzKSrtN9Na8luA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - jest-get-type: 27.4.0 - pretty-format: 27.4.6 + jest-get-type: 27.5.0 + pretty-format: 27.5.0 dev: true /jest-matcher-utils/26.6.2: @@ -11955,14 +11835,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-matcher-utils/27.4.6: - resolution: {integrity: sha512-XD4PKT3Wn1LQnRAq7ZsTI0VRuEc9OrCPFiO1XL7bftTGmfNF0DcEwMHRgqiu7NGf8ZoZDREpGrCniDkjt79WbA==} + /jest-matcher-utils/27.5.0: + resolution: {integrity: sha512-5ruyzWMGb1ilCWD6ECwNdOhQBeIXAjHmHd5c3uO6quR7RIMHPRP2ucOaejz2j+0R0Ko4GanWM6SqXAeF8nYN5g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.4.6 - jest-get-type: 27.4.0 - pretty-format: 27.4.6 + jest-diff: 27.5.0 + jest-get-type: 27.5.0 + pretty-format: 27.5.0 dev: true /jest-message-util/26.6.2: @@ -11980,30 +11860,30 @@ packages: stack-utils: 2.0.5 dev: true - /jest-message-util/27.4.6: - resolution: {integrity: sha512-0p5szriFU0U74czRSFjH6RyS7UYIAkn/ntwMuOwTGWrQIOh5NzXXrq72LOqIkJKKvFbPq+byZKuBz78fjBERBA==} + /jest-message-util/27.5.0: + resolution: {integrity: sha512-lfbWRhTtmZMEHPAtl0SrvNzK1F4UnVNMHOliRQT2BJ4sBFzIb0gBCHA4ebWD4o6l1fUyvDPxM01K9OIMQTAdQw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/code-frame': 7.16.7 - '@jest/types': 27.4.2 + '@jest/types': 27.5.0 '@types/stack-utils': 2.0.1 chalk: 4.1.2 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 micromatch: 4.0.4 - pretty-format: 27.4.6 + pretty-format: 27.5.0 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/27.4.6: - resolution: {integrity: sha512-kvojdYRkst8iVSZ1EJ+vc1RRD9llueBjKzXzeCytH3dMM7zvPV/ULcfI2nr0v0VUgm3Bjt3hBCQvOeaBz+ZTHw==} + /jest-mock/27.5.0: + resolution: {integrity: sha512-PHluG6MJGng82/sxh8OiB9fnxzNn3cazceSHCAmAKs4g5rMhc3EZCrJXv+4w61rA2WGagMUj7QLLrA1SRlFpzQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.4.6: + /jest-pnp-resolver/1.2.2_jest-resolve@27.5.0: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -12012,7 +11892,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.4.6 + jest-resolve: 27.5.0 dev: true /jest-regex-util/26.0.0: @@ -12020,62 +11900,61 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-regex-util/27.4.0: - resolution: {integrity: sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==} + /jest-regex-util/27.5.0: + resolution: {integrity: sha512-e9LqSd6HsDsqd7KS3rNyYwmQAaG9jq4U3LbnwVxN/y3nNlDzm2OFs596uo9zrUY+AV1opXq6ome78tRDUCRWfA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.4.6: - resolution: {integrity: sha512-W85uJZcFXEVZ7+MZqIPCscdjuctruNGXUZ3OHSXOfXR9ITgbUKeHj+uGcies+0SsvI5GtUfTw4dY7u9qjTvQOw==} + /jest-resolve-dependencies/27.5.0: + resolution: {integrity: sha512-xQsy7CmrT4CJxdNUEdzZU2M/v6YmtQ/pkJM+sx7TA1siG1zfsZuo78PZvzglwRMQFr88f3Su4Om8OEBAic+SMw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 - jest-regex-util: 27.4.0 - jest-snapshot: 27.4.6 + '@jest/types': 27.5.0 + jest-regex-util: 27.5.0 + jest-snapshot: 27.5.0 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.4.6: - resolution: {integrity: sha512-SFfITVApqtirbITKFAO7jOVN45UgFzcRdQanOFzjnbd+CACDoyeX7206JyU92l4cRr73+Qy/TlW51+4vHGt+zw==} + /jest-resolve/27.5.0: + resolution: {integrity: sha512-PkDpYEGV/nFqThnIrlPtj8oTxyAV3iuuS6or7dZYyUWaHr/tyyVb5qfBmZS6FEr7ozBHgjrF1bgcgIefnlicbw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 + '@jest/types': 27.5.0 chalk: 4.1.2 - graceful-fs: 4.2.8 - jest-haste-map: 27.4.6 - jest-pnp-resolver: 1.2.2_jest-resolve@27.4.6 - jest-util: 27.4.2 - jest-validate: 27.4.6 - resolve: 1.20.0 + graceful-fs: 4.2.9 + jest-haste-map: 27.5.0 + jest-pnp-resolver: 1.2.2_jest-resolve@27.5.0 + jest-util: 27.5.0 + jest-validate: 27.5.0 + resolve: 1.22.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/27.4.6: - resolution: {integrity: sha512-IDeFt2SG4DzqalYBZRgbbPmpwV3X0DcntjezPBERvnhwKGWTW7C5pbbA5lVkmvgteeNfdd/23gwqv3aiilpYPg==} + /jest-runner/27.5.0: + resolution: {integrity: sha512-RMzXhkJLLOKKgUPY2trpyVBijaFmswMtgoCCBk2PQVRHC6yo1vLd1/jmFP39s5OXXnt7rntuzKSYvxl+QUibqQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.4.6 - '@jest/environment': 27.4.6 - '@jest/test-result': 27.4.6 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/console': 27.5.0 + '@jest/environment': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/transform': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 chalk: 4.1.2 emittery: 0.8.1 - exit: 0.1.2 - graceful-fs: 4.2.8 - jest-docblock: 27.4.0 - jest-environment-jsdom: 27.4.6 - jest-environment-node: 27.4.6 - jest-haste-map: 27.4.6 - jest-leak-detector: 27.4.6 - jest-message-util: 27.4.6 - jest-resolve: 27.4.6 - jest-runtime: 27.4.6 - jest-util: 27.4.2 - jest-worker: 27.4.6 + graceful-fs: 4.2.9 + jest-docblock: 27.5.0 + jest-environment-jsdom: 27.5.0 + jest-environment-node: 27.5.0 + jest-haste-map: 27.5.0 + jest-leak-detector: 27.5.0 + jest-message-util: 27.5.0 + jest-resolve: 27.5.0 + jest-runtime: 27.5.0 + jest-util: 27.5.0 + jest-worker: 27.5.0 source-map-support: 0.5.21 throat: 6.0.1 transitivePeerDependencies: @@ -12085,30 +11964,30 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.4.6: - resolution: {integrity: sha512-eXYeoR/MbIpVDrjqy5d6cGCFOYBFFDeKaNWqTp0h6E74dK0zLHzASQXJpl5a2/40euBmKnprNLJ0Kh0LCndnWQ==} + /jest-runtime/27.5.0: + resolution: {integrity: sha512-T7APxCPjN3p3ePcLuypbWtD0UZHyAdvIADZ9ABI/sFZ9t/Rf2xIUd6D7RzZIX+unewJRooVGWrgDIgeUuj0OUA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.6 - '@jest/fake-timers': 27.4.6 - '@jest/globals': 27.4.6 - '@jest/source-map': 27.4.0 - '@jest/test-result': 27.4.6 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 + '@jest/environment': 27.5.0 + '@jest/fake-timers': 27.5.0 + '@jest/globals': 27.5.0 + '@jest/source-map': 27.5.0 + '@jest/test-result': 27.5.0 + '@jest/transform': 27.5.0 + '@jest/types': 27.5.0 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 execa: 5.1.1 glob: 7.2.0 - graceful-fs: 4.2.8 - jest-haste-map: 27.4.6 - jest-message-util: 27.4.6 - jest-mock: 27.4.6 - jest-regex-util: 27.4.0 - jest-resolve: 27.4.6 - jest-snapshot: 27.4.6 - jest-util: 27.4.2 + graceful-fs: 4.2.9 + jest-haste-map: 27.5.0 + jest-message-util: 27.5.0 + jest-mock: 27.5.0 + jest-regex-util: 27.5.0 + jest-resolve: 27.5.0 + jest-snapshot: 27.5.0 + jest-util: 27.5.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: @@ -12121,39 +12000,39 @@ packages: pretty: 2.0.0 dev: true - /jest-serializer/27.4.0: - resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} + /jest-serializer/27.5.0: + resolution: {integrity: sha512-aSDFqQlVXtBH+Zb5dl9mCvTSFkabixk/9P9cpngL4yJKpmEi9USxfDhONFMzJrtftPvZw3PcltUVmtFZTB93rg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 17.0.14 - graceful-fs: 4.2.8 + '@types/node': 17.0.15 + graceful-fs: 4.2.9 dev: true - /jest-snapshot/27.4.6: - resolution: {integrity: sha512-fafUCDLQfzuNP9IRcEqaFAMzEe7u5BF7mude51wyWv7VRex60WznZIC7DfKTgSIlJa8aFzYmXclmN328aqSDmQ==} + /jest-snapshot/27.5.0: + resolution: {integrity: sha512-cAJj15uqWGkro0bfcv/EgusBnqNgCpRruFQZghsMYTq4Fm2lk/VhAf8DgRr8wvhR6Ue1hkeL8tn70Cw4t8x/5A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.7 - '@babel/generator': 7.16.7 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.7 - '@jest/transform': 27.4.6 - '@jest/types': 27.4.2 + '@babel/core': 7.17.0 + '@babel/generator': 7.17.0 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.0 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 + '@jest/transform': 27.5.0 + '@jest/types': 27.5.0 '@types/babel__traverse': 7.14.2 - '@types/prettier': 2.4.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.7 + '@types/prettier': 2.4.3 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.0 chalk: 4.1.2 - expect: 27.4.6 - graceful-fs: 4.2.8 - jest-diff: 27.4.6 - jest-get-type: 27.4.0 - jest-haste-map: 27.4.6 - jest-matcher-utils: 27.4.6 - jest-message-util: 27.4.6 - jest-util: 27.4.2 + expect: 27.5.0 + graceful-fs: 4.2.9 + jest-diff: 27.5.0 + jest-get-type: 27.5.0 + jest-haste-map: 27.5.0 + jest-matcher-utils: 27.5.0 + jest-message-util: 27.5.0 + jest-util: 27.5.0 natural-compare: 1.4.0 - pretty-format: 27.4.6 + pretty-format: 27.5.0 semver: 7.3.5 transitivePeerDependencies: - supports-color @@ -12164,35 +12043,47 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@types/node': 17.0.15 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.8 picomatch: 2.3.1 dev: true - /jest-validate/27.4.6: - resolution: {integrity: sha512-872mEmCPVlBqbA5dToC57vA3yJaMRfIdpCoD3cyHWJOMx+SJwLNw0I71EkWs41oza/Er9Zno9XuTkRYCPDUJXQ==} + /jest-util/27.5.0: + resolution: {integrity: sha512-FUUqOx0gAzJy3ytatT1Ss372M1kmhczn8x7aE0++11oPGW1FyD/5NjYBI8w1KOXFm6IVjtaZm2szfJJL+CHs0g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.4.2 - camelcase: 6.3.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 chalk: 4.1.2 - jest-get-type: 27.4.0 - leven: 3.1.0 - pretty-format: 27.4.6 + ci-info: 3.3.0 + graceful-fs: 4.2.9 + picomatch: 2.3.1 dev: true - /jest-watcher/27.4.6: - resolution: {integrity: sha512-yKQ20OMBiCDigbD0quhQKLkBO+ObGN79MO4nT7YaCuQ5SM+dkBNWE8cZX0FjU6czwMvWw6StWbe+Wv4jJPJ+fw==} + /jest-validate/27.5.0: + resolution: {integrity: sha512-2XZzQWNrY9Ypo11mm4ZeVjvr++CQG/45XnmA2aWwx155lTwy1JGFI8LpQ2dBCSAeO21ooqg/FCIvv9WwfnPClA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.4.6 - '@jest/types': 27.4.2 - '@types/node': 17.0.14 + '@jest/types': 27.5.0 + camelcase: 6.3.0 + chalk: 4.1.2 + jest-get-type: 27.5.0 + leven: 3.1.0 + pretty-format: 27.5.0 + dev: true + + /jest-watcher/27.5.0: + resolution: {integrity: sha512-MhIeIvEd6dnnspE0OfYrqHOAfZZdyFqx/k8U2nvVFSkLYf22qAFfyNWPVQYcwqKVNobcOhJoT0kV/nRHGbqK8A==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@jest/test-result': 27.5.0 + '@jest/types': 27.5.0 + '@types/node': 17.0.15 ansi-escapes: 4.3.2 chalk: 4.1.2 - jest-util: 27.4.2 + jest-util: 27.5.0 string-length: 4.0.2 dev: true @@ -12213,17 +12104,17 @@ packages: supports-color: 8.1.1 dev: true - /jest-worker/27.4.6: - resolution: {integrity: sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==} + /jest-worker/27.5.0: + resolution: {integrity: sha512-8OEHiPNOPTfaWnJ2SUHM8fmgeGq37uuGsQBvGKQJl1f+6WIy6g7G3fE2ruI5294bUKUI9FaCWt5hDvO8HSwsSg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.14 + '@types/node': 17.0.15 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/27.4.7: - resolution: {integrity: sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==} + /jest/27.5.0: + resolution: {integrity: sha512-sCMZhL9zy0fiFc4H0cKlXq7BcghMSxm5ZnEyaPWTteArU5ix6JjOKyOXSUBGLTQCmt5kuX9zEvQ9BSshHOPB3A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -12232,9 +12123,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.4.7 - import-local: 3.0.3 - jest-cli: 27.4.7 + '@jest/core': 27.5.0 + import-local: 3.1.0 + jest-cli: 27.5.0 transitivePeerDependencies: - bufferutil - canvas @@ -12255,6 +12146,7 @@ packages: /jiti/1.12.9: resolution: {integrity: sha512-TdcJywkQtcwLxogc4rSMAi479G2eDPzfW0fLySks7TPhgZZ4s/tM6stnzayIh3gS/db3zExWJyUx4cNWrwAmoQ==} hasBin: true + dev: false /joycon/3.1.1: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} @@ -12428,7 +12320,7 @@ packages: /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} optionalDependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 dev: false /jsonfile/6.1.0: @@ -12436,7 +12328,7 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 /jsonify/0.0.0: resolution: {integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=} @@ -12614,7 +12506,7 @@ packages: debug: 4.3.3_supports-color@9.2.1 execa: 5.1.1 lilconfig: 2.0.4 - listr2: 4.0.1 + listr2: 4.0.2 micromatch: 4.0.4 normalize-path: 3.0.0 object-inspect: 1.12.0 @@ -12630,16 +12522,16 @@ packages: engines: {node: '>=4'} dev: false - /listhen/0.2.5: - resolution: {integrity: sha512-7stTOFjeQHVkDqpPl0AtGdzXNu1XN5sE2Pi4mudeZ597c100OKvUpmPuv3MKemDScIWqmIbeUOeP3PBo0w49XQ==} + /listhen/0.2.6: + resolution: {integrity: sha512-/xpN3784qRxyxS9wjiVB0vWE9NqoT+5nvOw5KBRB4tXtsjp7y83CJe6Gi/WtoTkkDqXwhSNStqaJ3r/7J0ZCDA==} dependencies: - clipboardy: 2.3.0 - colorette: 1.4.0 - defu: 5.0.0 + clipboardy: 3.0.0 + colorette: 2.0.16 + defu: 5.0.1 get-port-please: 2.2.0 http-shutdown: 1.2.2 open: 8.4.0 - selfsigned: 1.10.11 + selfsigned: 2.0.0 dev: true /listr-silent-renderer/1.1.1: @@ -12691,8 +12583,8 @@ packages: - zen-observable dev: true - /listr2/4.0.1: - resolution: {integrity: sha512-D65Nl+zyYHL2jQBGmxtH/pU8koPZo5C8iCNE8EoB04RwPgQG1wuaKwVbeZv9LJpiH4Nxs0FCp+nNcG8OqpniiA==} + /listr2/4.0.2: + resolution: {integrity: sha512-YcgwfCWpvPbj9FLUGqvdFvd3hrFWKpOeuXznRgfWEJ7RNr8b/IKKIKZABHx3aU+4CWN/iSAFFSReziQG6vTeIA==} engines: {node: '>=12'} peerDependencies: enquirer: '>= 2.3.0 < 3' @@ -13151,7 +13043,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros/1.1.4_@types+node@17.0.14: + /meros/1.1.4_@types+node@17.0.15: resolution: {integrity: sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==} engines: {node: '>=12'} peerDependencies: @@ -13160,7 +13052,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 17.0.14 + '@types/node': 17.0.15 /micromatch/3.1.0: resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==} @@ -13284,6 +13176,12 @@ packages: dependencies: brace-expansion: 1.1.11 + /minimatch/3.0.5: + resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} + dependencies: + brace-expansion: 1.1.11 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -13561,11 +13459,6 @@ packages: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} - /node-fetch/2.6.1: - resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==} - engines: {node: 4.x || >=6.0.0} - dev: true - /node-fetch/2.6.6: resolution: {integrity: sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==} engines: {node: 4.x || >=6.0.0} @@ -13582,11 +13475,10 @@ packages: optional: true dependencies: whatwg-url: 5.0.0 - dev: false - /node-forge/0.10.0: - resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} - engines: {node: '>= 6.0.0'} + /node-forge/1.2.1: + resolution: {integrity: sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w==} + engines: {node: '>= 6.13.0'} dev: true /node-html-parser/3.3.6: @@ -13665,7 +13557,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.20.0 + resolve: 1.22.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -13674,8 +13566,8 @@ packages: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} engines: {node: '>=10'} dependencies: - hosted-git-info: 4.0.2 - is-core-module: 2.8.0 + hosted-git-info: 4.1.0 + is-core-module: 2.8.1 semver: 7.3.5 validate-npm-package-license: 3.0.4 dev: true @@ -13739,13 +13631,6 @@ packages: string.prototype.padend: 3.1.3 dev: true - /npm-run-path/2.0.2: - resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} - engines: {node: '>=4'} - dependencies: - path-key: 2.0.1 - dev: true - /npm-run-path/4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} @@ -13782,22 +13667,23 @@ packages: resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} engines: {node: '>=0.10.0'} - /nuxt-windicss/2.2.2: - resolution: {integrity: sha512-4tvzk9d2TUFxloty187D+wmO8ZNAvpSmRJ5HQO3/AvZdMMhAl4gomXR9fCgFKQe7Fxcj9nIKNInOx8TWowjiqA==} + /nuxt-windicss/2.2.4: + resolution: {integrity: sha512-yuAja9n5FlM3RehppvGuu54z2Q+vOOZVe4RrCTJ9EGyoUIBRiLzoOeTPzbfI26U7+cQfO/TpZ2y7ugByWb35+A==} dependencies: '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27398533.8edd481 - '@windicss/plugin-utils': 1.6.1 + '@windicss/plugin-utils': 1.6.3 consola: 2.15.3 - defu: 5.0.0 - h3: 0.3.8 - listhen: 0.2.5 + defu: 5.0.1 + fs-extra: 10.0.0 + h3: 0.3.9 + listhen: 0.2.6 pathe: 0.2.0 read-cache: 1.0.0 - sirv: 1.0.19 - vite-plugin-windicss: 1.6.1 - windicss: 3.4.2 + sirv: 2.0.2 + vite-plugin-windicss: 1.6.3 + windicss: 3.4.3 windicss-analysis: 0.3.5 - windicss-webpack-plugin: 1.6.2 + windicss-webpack-plugin: 1.6.4 transitivePeerDependencies: - supports-color - vite @@ -14034,11 +13920,6 @@ packages: engines: {node: '>=4'} dev: false - /p-finally/1.0.0: - resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} - engines: {node: '>=4'} - dev: true - /p-limit/1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} @@ -14386,6 +14267,11 @@ packages: engines: {node: '>= 6'} dev: true + /pirates/4.0.5: + resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} + engines: {node: '>= 6'} + dev: true + /pkg-dir/2.0.0: resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=} engines: {node: '>=4'} @@ -15253,18 +15139,8 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/27.4.2: - resolution: {integrity: sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.4.2 - ansi-regex: 5.0.1 - ansi-styles: 5.2.0 - react-is: 17.0.2 - dev: true - - /pretty-format/27.4.6: - resolution: {integrity: sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g==} + /pretty-format/27.5.0: + resolution: {integrity: sha512-xEi6BRPZ+J1AIS4BAtFC/+rh5jXlXObGZjx5+OSpM95vR/PGla78bFVHMy5GdZjP9wk3AHAMHROXq/r69zXltw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: ansi-regex: 5.0.1 @@ -15324,7 +15200,7 @@ packages: /proper-lockfile/4.1.2: resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 retry: 0.12.0 signal-exit: 3.0.5 dev: false @@ -15580,7 +15456,7 @@ packages: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 micromatch: 3.1.10 readable-stream: 2.3.7 dev: false @@ -15619,7 +15495,7 @@ packages: /regenerator-transform/0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: - '@babel/runtime': 7.16.7 + '@babel/runtime': 7.17.0 /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -15683,13 +15559,13 @@ packages: peerDependencies: graphql: ^15.0.0 dependencies: - '@babel/core': 7.16.12 - '@babel/generator': 7.16.7 - '@babel/parser': 7.16.7 - '@babel/runtime': 7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.8 - babel-preset-fbjs: 3.4.0_@babel+core@7.16.12 + '@babel/core': 7.17.0 + '@babel/generator': 7.17.0 + '@babel/parser': 7.17.0 + '@babel/runtime': 7.17.0 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 + babel-preset-fbjs: 3.4.0_@babel+core@7.17.0 chalk: 4.1.2 fb-watchman: 2.0.1 fbjs: 3.0.2 @@ -15702,15 +15578,18 @@ packages: signedsource: 1.0.0 yargs: 15.4.1 transitivePeerDependencies: + - encoding - supports-color dev: true /relay-runtime/12.0.0: resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==} dependencies: - '@babel/runtime': 7.16.7 + '@babel/runtime': 7.17.0 fbjs: 3.0.2 invariant: 2.2.4 + transitivePeerDependencies: + - encoding dev: true /remedial/1.0.8: @@ -15815,6 +15694,15 @@ packages: is-core-module: 2.8.0 path-parse: 1.0.7 + /resolve/1.22.0: + resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} + hasBin: true + dependencies: + is-core-module: 2.8.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + /responselike/1.0.2: resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=} dependencies: @@ -15832,7 +15720,7 @@ packages: engines: {node: '>=4'} dependencies: onetime: 2.0.1 - signal-exit: 3.0.6 + signal-exit: 3.0.7 dev: true /restore-cursor/3.1.0: @@ -15840,7 +15728,7 @@ packages: engines: {node: '>=8'} dependencies: onetime: 5.1.2 - signal-exit: 3.0.6 + signal-exit: 3.0.7 /ret/0.1.15: resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} @@ -15887,7 +15775,7 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.1.0_rollup@2.67.0+typescript@4.5.5: + /rollup-plugin-dts/4.1.0_rollup@2.67.1+typescript@4.5.5: resolution: {integrity: sha512-rriXIm3jdUiYeiAAd1Fv+x2AxK6Kq6IybB2Z/IdoAW95fb4uRUurYsEYKa8L1seedezDeJhy8cfo8FEL9aZzqg==} engines: {node: '>=v12.22.7'} peerDependencies: @@ -15895,13 +15783,13 @@ packages: typescript: ~4.1 || ~4.2 || ~4.3 || ~4.4 || ~4.5 dependencies: magic-string: 0.25.7 - rollup: 2.67.0 + rollup: 2.67.1 typescript: 4.5.5 optionalDependencies: '@babel/code-frame': 7.16.7 dev: true - /rollup-plugin-ts/2.0.5_rollup@2.67.0+typescript@4.5.5: + /rollup-plugin-ts/2.0.5_rollup@2.67.1+typescript@4.5.5: resolution: {integrity: sha512-yLfu46XsheAEDs+OxCMnHszble9pYwGYDML82lpMw3x/65kgwd9UQSkPX0HZGk+6L+MN8hFgqeh+SPmv+uOz1w==} engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: @@ -15935,7 +15823,7 @@ packages: compatfactory: 0.0.12_typescript@4.5.5 crosspath: 1.0.0 magic-string: 0.25.7 - rollup: 2.67.0 + rollup: 2.67.1 ts-clone-node: 0.3.30_typescript@4.5.5 tslib: 2.3.1 typescript: 4.5.5 @@ -15949,6 +15837,14 @@ packages: fsevents: 2.3.2 dev: true + /rollup/2.67.1: + resolution: {integrity: sha512-1Sbcs4OuW+aD+hhqpIRl+RqooIpF6uQcfzU/QSI7vGkwADY6cM4iLsBGRM2CGLXDTDN5y/yShohFmnKegSPWzg==} + engines: {node: '>=10.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true + /run-async/2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} @@ -15995,7 +15891,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.49.0: + /sass-loader/10.1.1_sass@1.49.7: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16014,12 +15910,12 @@ packages: klona: 2.0.5 loader-utils: 2.0.2 neo-async: 2.6.2 - sass: 1.49.0 + sass: 1.49.7 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.49.0: + /sass-loader/10.2.0_sass@1.49.7: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16038,19 +15934,19 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.49.0 + sass: 1.49.7 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.49.0: - resolution: {integrity: sha512-TVwVdNDj6p6b4QymJtNtRS2YtLJ/CqZriGg0eIAbAKMlN8Xy6kbv33FsEZSF7FufFFM705SQviHjjThfaQ4VNw==} - engines: {node: '>=8.9.0'} + /sass/1.49.7: + resolution: {integrity: sha512-13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ==} + engines: {node: '>=12.0.0'} hasBin: true dependencies: - chokidar: 3.5.2 + chokidar: 3.5.3 immutable: 4.0.0 - source-map-js: 1.0.1 + source-map-js: 1.0.2 dev: true /sax/1.2.4: @@ -16111,7 +16007,7 @@ packages: jszip: 3.7.1 rimraf: 3.0.2 tmp: 0.2.1 - ws: 8.4.0 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -16123,16 +16019,17 @@ packages: dependencies: jszip: 3.7.1 tmp: 0.2.1 - ws: 8.4.0 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /selfsigned/1.10.11: - resolution: {integrity: sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==} + /selfsigned/2.0.0: + resolution: {integrity: sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ==} + engines: {node: '>=10'} dependencies: - node-forge: 0.10.0 + node-forge: 1.2.1 dev: true /semver/5.7.1: @@ -16206,7 +16103,7 @@ packages: /serve-placeholder/1.2.4: resolution: {integrity: sha512-jWD9cZXLcr4vHTTL5KEPIUBUYyOWN/z6v/tn0l6XxFhi9iqV3Fc5Y1aFeduUyz+cx8sALzGCUczkPfeOlrq9jg==} dependencies: - defu: 5.0.0 + defu: 5.0.1 dev: false /serve-static/1.14.1: @@ -16306,6 +16203,10 @@ packages: /signal-exit/3.0.6: resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==} + dev: true + + /signal-exit/3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} /signedsource/1.0.0: resolution: {integrity: sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=} @@ -16325,6 +16226,15 @@ packages: mrmime: 1.0.0 totalist: 1.1.0 + /sirv/2.0.2: + resolution: {integrity: sha512-4Qog6aE29nIjAOKe/wowFTxOdmbEZKb+3tsLljaBRzJwtqto0BChD2zzH0LhgCSXiI+V7X+Y45v14wBZQ1TK3w==} + engines: {node: '>= 10'} + dependencies: + '@polka/url': 1.0.0-next.21 + mrmime: 1.0.0 + totalist: 3.0.0 + dev: true + /sisteransi/1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true @@ -16521,6 +16431,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /source-map-js/1.0.2: + resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} + engines: {node: '>=0.10.0'} + dev: true + /source-map-resolve/0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} dependencies: @@ -16532,6 +16447,7 @@ packages: /source-map-resolve/0.6.0: resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} + deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: atob: 2.1.2 decode-uri-component: 0.2.0 @@ -16770,12 +16686,12 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string-width/5.0.1: - resolution: {integrity: sha512-5ohWO/M4//8lErlUUtrFy3b11GtNOuMOU0ysKCDXFcfXuuvUXu95akgj/i8ofmaGdN0hCqyl6uu9i8dS/mQp5g==} + /string-width/5.1.0: + resolution: {integrity: sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==} engines: {node: '>=12'} dependencies: + eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - is-fullwidth-code-point: 4.0.0 strip-ansi: 7.0.1 dev: false @@ -16855,11 +16771,6 @@ packages: engines: {node: '>=8'} dev: true - /strip-eof/1.0.0: - resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} - engines: {node: '>=0.10.0'} - dev: true - /strip-final-newline/2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} @@ -17112,6 +17023,11 @@ packages: supports-color: 7.2.0 dev: true + /supports-preserve-symlinks-flag/1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: true + /svg-baker-runtime/1.4.7: resolution: {integrity: sha512-Zorfwwj5+lWjk/oxwSMsRdS2sPQQdTmmsvaSpzU+i9ZWi3zugHLt6VckWfnswphQP0LmOel3nggpF5nETbt6xw==} dependencies: @@ -17347,7 +17263,7 @@ packages: dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.0 - minimatch: 3.0.4 + minimatch: 3.0.5 dev: true /text-extensions/1.9.0: @@ -17511,6 +17427,11 @@ packages: resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} engines: {node: '>=6'} + /totalist/3.0.0: + resolution: {integrity: sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==} + engines: {node: '>=6'} + dev: true + /tough-cookie/4.0.0: resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} engines: {node: '>=6'} @@ -17558,42 +17479,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-jest/27.1.3_50f47ab6c9bbaa69742d160df61bcd2a: - resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: ~0.14.0 - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.16.12 - babel-jest: 27.4.6_@babel+core@7.16.12 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.4.7 - jest-util: 27.4.2 - json5: 2.2.0 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.5.5 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.3_a7e53b5e5b59e71a0fd4d8cf128393d5: + /ts-jest/27.1.3_32a3a141e7b81328ab7c63692495f170: resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -17617,7 +17503,42 @@ packages: '@types/jest': 27.4.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.4.7 + jest: 27.5.0 + jest-util: 27.4.2 + json5: 2.2.0 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.5 + typescript: 4.5.5 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.3_985248f8ca5eb6777961845c8fe65f9c: + resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.17.0 + babel-jest: 27.5.0_@babel+core@7.17.0 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.0 jest-util: 27.4.2 json5: 2.2.0 lodash.memoize: 4.1.2 @@ -17646,7 +17567,7 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/10.4.0_43d2036524ce97aa8076ce68340fa9ec: + /ts-node/10.4.0_2659dc6620f2255efe6a8f122d014e4b: resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} hasBin: true peerDependencies: @@ -17665,7 +17586,7 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 17.0.14 + '@types/node': 17.0.15 acorn: 8.7.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -17844,8 +17765,13 @@ packages: resolution: {integrity: sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==} dev: true + /ufo/0.7.10: + resolution: {integrity: sha512-YTnDRlE1cIofRqOFN8ioAbz9qenDvkgVMSn0cnxvIDjM9sfEOMKB0ybMr+otSlCXMfQ/X35haYRoI7Nua82RrA==} + dev: true + /ufo/0.7.9: resolution: {integrity: sha512-6t9LrLk3FhqTS+GW3IqlITtfRB5JAVr5MMNjpBECfK827W+Vh5Ilw/LhTcHWrt6b3hkeBvcbjx4Ti7QVFzmcww==} + dev: false /uglify-js/3.14.3: resolution: {integrity: sha512-mic3aOdiq01DuSVx0TseaEzMIVqebMZ0Z3vaeDhFEh9bsc24hV1TFvN74reA2vs08D0ZWfNjAcJ3UbVLaBss+g==} @@ -17874,6 +17800,11 @@ packages: resolution: {integrity: sha512-MSfap7YiQJqTPP12C11PFRs9raZuVicDbwsZHTjB0a8+SsCqt7KdUis54f373yf7ZFhJzAkGJLaKm0202OIxHg==} engines: {node: '>=12.18'} + /undici/4.13.0: + resolution: {integrity: sha512-8lk8S/f2V0VUNGf2scU2b+KI2JSzEQLdCyRNRF3XmHu+5jectlSDaPSBCXAHFaUlt1rzngzOBVDgJS9/Gue/KA==} + engines: {node: '>=12.18'} + dev: true + /unfetch/4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} dev: false @@ -17958,15 +17889,15 @@ packages: optional: true dependencies: '@antfu/utils': 0.3.0 - '@babel/core': 7.16.12 - '@babel/generator': 7.16.7 - '@babel/parser': 7.16.7 - '@babel/traverse': 7.16.7 - '@babel/types': 7.16.8 + '@babel/core': 7.17.0 + '@babel/generator': 7.17.0 + '@babel/parser': 7.17.0 + '@babel/traverse': 7.17.0 + '@babel/types': 7.17.0 '@rollup/pluginutils': 4.1.1 '@vue/compiler-core': 3.2.23 '@vue/ref-transform': 3.2.23 - '@vue/shared': 3.2.27 + '@vue/shared': 3.2.30 defu: 5.0.0 htmlparser2: 5.0.1 magic-string: 0.25.7 @@ -18018,6 +17949,7 @@ packages: /upath/2.0.1: resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} engines: {node: '>=4'} + dev: false /upper-case-first/2.0.2: resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} @@ -18146,8 +18078,8 @@ packages: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: true - /v8-to-istanbul/8.1.0: - resolution: {integrity: sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==} + /v8-to-istanbul/8.1.1: + resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} engines: {node: '>=10.12.0'} dependencies: '@types/istanbul-lib-coverage': 2.0.4 @@ -18183,15 +18115,15 @@ packages: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: false - /vite-plugin-windicss/1.6.1: - resolution: {integrity: sha512-63uv4HqBxtSZB0WOtrZS8yhyfQPgGQwYgcBald+/BpLSlYJREcDKgX9Xd/qDgTAjpDRozxKQj/JWreIlyIahGg==} + /vite-plugin-windicss/1.6.3: + resolution: {integrity: sha512-D4fEUcAPoLRLdDZMee8NrHZHmn0Qj7AjSg1xNGBnZsMTwRPj93NKZk0fIIUoiKTEh1KrdQejW8g6cg0SgGKTww==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.6.1 + '@windicss/plugin-utils': 1.6.3 debug: 4.3.3 kolorist: 1.5.1 - windicss: 3.4.2 + windicss: 3.4.3 transitivePeerDependencies: - supports-color dev: true @@ -18213,7 +18145,7 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-demi/0.12.1_@vue+composition-api@1.4.5: + /vue-demi/0.12.1_@vue+composition-api@1.4.6: resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} engines: {node: '>=12'} hasBin: true @@ -18225,7 +18157,7 @@ packages: '@vue/composition-api': optional: true dependencies: - '@vue/composition-api': 1.4.5 + '@vue/composition-api': 1.4.6 dev: true /vue-eslint-parser/8.0.1_eslint@8.8.0: @@ -18246,6 +18178,24 @@ packages: - supports-color dev: true + /vue-eslint-parser/8.2.0_eslint@8.8.0: + resolution: {integrity: sha512-hvl8OVT8imlKk/lQyhkshqwQQChzHETcBd5abiO4ePw7ib7QUZLfW+2TUrJHKUvFOCFRJrDin5KJO9OHzB5bRQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' + dependencies: + debug: 4.3.3 + eslint: 8.8.0 + eslint-scope: 7.1.0 + eslint-visitor-keys: 3.2.0 + espree: 9.3.0 + esquery: 1.4.0 + lodash: 4.17.21 + semver: 7.3.5 + transitivePeerDependencies: + - supports-color + dev: true + /vue-functional-data-merge/3.1.0: resolution: {integrity: sha512-leT4kdJVQyeZNY1kmnS1xiUlQ9z1B/kdBFCILIjYYQDqZgLqCLa0UhjSSeRX6c3mUe6U5qYeM8LrEqkHJ1B4LA==} dev: false @@ -18271,7 +18221,7 @@ packages: vue: ^2.x vue-template-compiler: ^2.x dependencies: - babel-core: 7.0.0-bridge.0_@babel+core@7.16.12 + babel-core: 7.0.0-bridge.0_@babel+core@7.17.0 babel-plugin-transform-es2015-modules-commonjs: 6.26.2 chalk: 2.4.2 deasync: 0.1.23 @@ -18352,21 +18302,21 @@ packages: svg-to-vue: 0.7.0 dev: true - /vue-template-babel-compiler/1.1.2: - resolution: {integrity: sha512-tisBwEASUEFg0/iqmTZZW/lkZQure2/y6EjXllO/8DoODZ6rhotpoMB9/T9Th+ezZidPSkxg3bpxbT96nTpW8A==} + /vue-template-babel-compiler/1.1.3: + resolution: {integrity: sha512-VPQDdWL74/IyIaXzlRPzf1M0GdnrKHjhRoOiAQsEO6iV+8Tyz/02nPQfxaGrQOP5+V/zu7YeFyu0zvPOv6bfxQ==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.16.12 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.16.12 - '@babel/types': 7.16.8 + '@babel/core': 7.17.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.0 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.0 + '@babel/types': 7.17.0 deepmerge: 4.2.2 transitivePeerDependencies: - supports-color @@ -18451,7 +18401,7 @@ packages: /watchpack/1.7.5: resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 neo-async: 2.6.2 optionalDependencies: chokidar: 3.5.3 @@ -18464,6 +18414,11 @@ packages: defaults: 1.0.3 dev: true + /web-streams-polyfill/3.2.0: + resolution: {integrity: sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==} + engines: {node: '>= 8'} + dev: true + /web-streams-polyfill/4.0.0-beta.1: resolution: {integrity: sha512-3ux37gEX670UUphBF9AMCq8XM6iQ8Ac6A+DSRRjDoRBm1ufCkaCDdNVbaqq60PsEkdNlLKrGtv/YBP4EJXqNtQ==} engines: {node: '>= 12'} @@ -18671,7 +18626,7 @@ packages: /wide-align/1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: - string-width: 4.2.3 + string-width: 1.0.2 dev: false /widest-line/3.1.0: @@ -18685,34 +18640,33 @@ packages: resolution: {integrity: sha512-g7306c47Yc9c0nAhVLwVDVYt+MQmxGfpg1Q06mP4+j5nqCrJgh18Km4HyL8BABv7wo6BdUN7FeVtxb+u5TokxA==} hasBin: true dependencies: - '@windicss/plugin-utils': 1.6.1 + '@windicss/plugin-utils': 1.6.3 cac: 6.7.12 connect: 3.7.0 declass: 0.0.1 - fast-glob: 3.2.7 + fast-glob: 3.2.11 fs-extra: 10.0.0 sirv: 1.0.19 transitivePeerDependencies: - supports-color dev: true - /windicss-webpack-plugin/1.6.2: - resolution: {integrity: sha512-1NhvBVmClIgxnC6C50RlqdpL9klF4g1JwJAoDNCdY0fO6o5GP6hO+E3xGCWI38l4Ij36JQZ4/CxFKWjdixXFBQ==} + /windicss-webpack-plugin/1.6.4: + resolution: {integrity: sha512-/ac7Y3eprrLnlBGoHIQG5V29OXZsYwM5RKpcp9+kxspN07sXKGGGNno1tScwY2H0/lkICMPinZa0iijf21ifzg==} dependencies: - '@windicss/plugin-utils': 1.6.1 + '@windicss/plugin-utils': 1.6.3 debug: 4.3.3 loader-utils: 2.0.2 lodash: 4.17.21 - magic-string: 0.25.7 - upath: 2.0.1 + pathe: 0.2.0 webpack-virtual-modules: 0.4.3 - windicss: 3.4.2 + windicss: 3.4.3 transitivePeerDependencies: - supports-color dev: true - /windicss/3.4.2: - resolution: {integrity: sha512-YieqWaXiwPu0JJoB7z03RXdjZjQQJtMZAeXUXu/j3JXSMhIgV/2rUXu4Q7QrworRlbaASZlFhxjnL/78aAty+Q==} + /windicss/3.4.3: + resolution: {integrity: sha512-UnugThsvEgy8RsPm4/B5DYMCAqvZzD6yWU7Anh+f07t5RSJ8zvmAylGLbXrHPJEmCKzo2Mf+fOUvISH7IJqM3A==} engines: {node: '>= 12'} hasBin: true dev: true @@ -18779,9 +18733,9 @@ packages: /write-file-atomic/2.4.3: resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 imurmurhash: 0.1.4 - signal-exit: 3.0.6 + signal-exit: 3.0.7 dev: false /write-file-atomic/3.0.3: @@ -18789,7 +18743,7 @@ packages: dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 - signal-exit: 3.0.6 + signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 dev: true @@ -18808,7 +18762,7 @@ packages: engines: {node: '>=4'} dependencies: detect-indent: 5.0.0 - graceful-fs: 4.2.8 + graceful-fs: 4.2.9 make-dir: 1.3.0 pify: 3.0.0 sort-keys: 2.0.0 @@ -18865,8 +18819,8 @@ packages: optional: true dev: false - /ws/8.4.0: - resolution: {integrity: sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==} + /ws/8.4.2: + resolution: {integrity: sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1