diff --git a/package.json b/package.json index 10ff37d5..506acb88 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ ], "dependencies": { "husky": "^7.0.4", - "lint-staged": "^12.3.1" + "lint-staged": "^12.3.2" }, "devDependencies": { "@commitlint/cli": "^16.1.0", "@commitlint/config-conventional": "^16.0.0", - "@types/node": "^17.0.10" + "@types/node": "^17.0.13" } } diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index 94a0a96b..a3c63392 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -22,9 +22,9 @@ "@lezer/lr": "^0.15.7" }, "devDependencies": { - "@lezer/generator": "^0.15.3", - "mocha": "^9.1.4", - "rollup": "^2.66.0", + "@lezer/generator": "^0.15.4", + "mocha": "^9.2.0", + "rollup": "^2.66.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 320a9377..bdf3949d 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@apollo/client": "^3.5.7", + "@apollo/client": "^3.5.8", "@codemirror/autocomplete": "^0.19.0", "@codemirror/closebrackets": "^0.19.0", "@codemirror/commands": "^0.19.0", @@ -75,7 +75,7 @@ "axios": "^0.25.0", "core-js": "^3.20.3", "esprima": "^4.0.1", - "firebase": "^9.6.4", + "firebase": "^9.6.5", "fp-ts": "^2.11.8", "fuse.js": "^6.5.3", "graphql": "^15.5.0", @@ -135,9 +135,9 @@ "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/stylelint-module": "^4.1.0", - "@nuxtjs/svg": "^0.3.0", + "@nuxtjs/svg": "^0.4.0", "@relmify/jest-fp-ts": "^1.1.1", - "@sentry/browser": "^6.16.1", + "@sentry/browser": "^6.17.3", "@testing-library/jest-dom": "^5.16.1", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", @@ -149,17 +149,17 @@ "@types/splitpanes": "^2.2.1", "@types/uuid": "^8.3.4", "@urql/devtools": "^2.0.3", - "@vue/composition-api": "^1.4.4", + "@vue/composition-api": "^1.4.5", "@vue/runtime-dom": "^3.2.29", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.4.6", "babel-loader": "^8.2.3", - "eslint": "^8.7.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.3.0", + "eslint-plugin-vue": "^8.4.0", "jest": "^27.4.7", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index eb684d65..8a3c5c01 100644 --- a/packages/hoppscotch-data/package.json +++ b/packages/hoppscotch-data/package.json @@ -28,7 +28,7 @@ "homepage": "https://github.com/hoppscotch/hoppscotch#readme", "devDependencies": { "@types/lodash": "^4.14.178", - "tsup": "^5.11.11" + "tsup": "^5.11.13" }, "dependencies": { "lodash": "^4.17.21" diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 57a28499..18f06f14 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -42,10 +42,10 @@ "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^27.4.0", "@types/lodash": "^4.14.178", - "@types/node": "^17.0.10", - "@typescript-eslint/eslint-plugin": "^5.10.0", - "@typescript-eslint/parser": "^5.10.0", - "eslint": "^8.7.0", + "@types/node": "^17.0.13", + "@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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 226cc1cd..6a5b36ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,25 +6,25 @@ importers: specifiers: '@commitlint/cli': ^16.1.0 '@commitlint/config-conventional': ^16.0.0 - '@types/node': ^17.0.10 + '@types/node': ^17.0.13 husky: ^7.0.4 - lint-staged: ^12.3.1 + lint-staged: ^12.3.2 dependencies: husky: 7.0.4 - lint-staged: 12.3.1 + lint-staged: 12.3.2 devDependencies: - '@commitlint/cli': 16.1.0_@types+node@17.0.10 + '@commitlint/cli': 16.1.0_@types+node@17.0.13 '@commitlint/config-conventional': 16.0.0 - '@types/node': 17.0.10 + '@types/node': 17.0.13 packages/codemirror-lang-graphql: specifiers: '@codemirror/highlight': ^0.19.0 '@codemirror/language': ^0.19.0 - '@lezer/generator': ^0.15.3 + '@lezer/generator': ^0.15.4 '@lezer/lr': ^0.15.7 - mocha: ^9.1.4 - rollup: ^2.66.0 + mocha: ^9.2.0 + rollup: ^2.66.1 rollup-plugin-dts: ^4.1.0 rollup-plugin-ts: ^2.0.5 typescript: ^4.5.5 @@ -33,17 +33,17 @@ importers: '@codemirror/language': 0.19.7 '@lezer/lr': 0.15.7 devDependencies: - '@lezer/generator': 0.15.3 - mocha: 9.1.4 - rollup: 2.66.0 - rollup-plugin-dts: 4.1.0_rollup@2.66.0+typescript@4.5.5 - rollup-plugin-ts: 2.0.5_rollup@2.66.0+typescript@4.5.5 + '@lezer/generator': 0.15.4 + mocha: 9.2.0 + rollup: 2.66.1 + rollup-plugin-dts: 4.1.0_rollup@2.66.1+typescript@4.5.5 + rollup-plugin-ts: 2.0.5_rollup@2.66.1+typescript@4.5.5 typescript: 4.5.5 packages/hoppscotch-app: specifiers: '@apidevtools/swagger-parser': ^10.0.3 - '@apollo/client': ^3.5.7 + '@apollo/client': ^3.5.8 '@babel/core': ^7.16.12 '@babel/preset-env': ^7.16.11 '@codemirror/autocomplete': ^0.19.0 @@ -95,10 +95,10 @@ importers: '@nuxtjs/sentry': ^5.1.6 '@nuxtjs/sitemap': ^2.4.0 '@nuxtjs/stylelint-module': ^4.1.0 - '@nuxtjs/svg': ^0.3.0 + '@nuxtjs/svg': ^0.4.0 '@nuxtjs/toast': ^3.3.1 '@relmify/jest-fp-ts': ^1.1.1 - '@sentry/browser': ^6.16.1 + '@sentry/browser': ^6.17.3 '@testing-library/jest-dom': ^5.16.1 '@types/codemirror': ^5.60.5 '@types/cookie': ^0.4.1 @@ -113,7 +113,7 @@ importers: '@urql/devtools': ^2.0.3 '@urql/exchange-auth': ^0.1.7 '@urql/exchange-graphcache': ^4.3.6 - '@vue/composition-api': ^1.4.4 + '@vue/composition-api': ^1.4.5 '@vue/runtime-dom': ^3.2.29 '@vue/test-utils': ^1.3.0 acorn: ^8.7.0 @@ -123,13 +123,13 @@ importers: babel-jest: ^27.4.6 babel-loader: ^8.2.3 core-js: ^3.20.3 - eslint: ^8.7.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.3.0 + eslint-plugin-vue: ^8.4.0 esprima: ^4.0.1 - firebase: ^9.6.4 + firebase: ^9.6.5 fp-ts: ^2.11.8 fuse.js: ^6.5.3 graphql: ^15.5.0 @@ -186,7 +186,7 @@ importers: yargs-parser: ^21.0.0 dependencies: '@apidevtools/swagger-parser': 10.0.3_openapi-types@10.0.0 - '@apollo/client': 3.5.7_f3f7eb5e21785ef7d5faca94c1a68824 + '@apollo/client': 3.5.8_f3f7eb5e21785ef7d5faca94c1a68824 '@codemirror/autocomplete': 0.19.12 '@codemirror/closebrackets': 0.19.0 '@codemirror/commands': 0.19.7 @@ -227,12 +227,12 @@ importers: axios: 0.25.0 core-js: 3.20.3 esprima: 4.0.1 - firebase: 9.6.4 + firebase: 9.6.5 fp-ts: 2.11.8 fuse.js: 6.5.3 graphql: 15.7.2 - graphql-language-service-interface: 2.9.1_10bffa78ded10dc50757752ad5914fc1 - graphql-language-service-parser: 1.10.4_10bffa78ded10dc50757752ad5914fc1 + graphql-language-service-interface: 2.9.1_0770b5e7c8472fa386471f6934fce7ed + graphql-language-service-parser: 1.10.4_0770b5e7c8472fa386471f6934fce7ed graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 insomnia-importers: 2.4.1_openapi-types@10.0.0 @@ -269,7 +269,7 @@ importers: '@babel/core': 7.16.12 '@babel/preset-env': 7.16.11_@babel+core@7.16.12 '@graphql-codegen/add': 3.1.1_graphql@15.7.2 - '@graphql-codegen/cli': 2.4.0_10bffa78ded10dc50757752ad5914fc1 + '@graphql-codegen/cli': 2.4.0_0770b5e7c8472fa386471f6934fce7ed '@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 @@ -277,18 +277,18 @@ importers: '@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/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.7.0 + '@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_fba2f7198138739da2e4544725d6464d - '@nuxtjs/eslint-module': 3.0.2_eslint@8.7.0 + '@nuxtjs/eslint-config-typescript': 8.0.0_ee07baedc10f0b46d30cd9c14bf6940b + '@nuxtjs/eslint-module': 3.0.2_eslint@8.8.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.3.0 - '@nuxtjs/svg': 0.3.0 + '@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.16.1 + '@sentry/browser': 6.17.3 '@testing-library/jest-dom': 5.16.1 '@types/codemirror': 5.60.5 '@types/cookie': 0.4.1 @@ -300,17 +300,17 @@ importers: '@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.4 + '@vue/composition-api': 1.4.5 '@vue/runtime-dom': 3.2.29 '@vue/test-utils': 1.3.0 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 - eslint: 8.7.0 - eslint-config-prettier: 8.3.0_eslint@8.7.0 - eslint-plugin-nuxt: 3.1.0_eslint@8.7.0 - eslint-plugin-prettier: 4.0.0_4660519532e4c3b0a9e5bb6623cfedf6 - eslint-plugin-vue: 8.3.0_eslint@8.7.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 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 @@ -333,12 +333,12 @@ importers: specifiers: '@types/lodash': ^4.14.178 lodash: ^4.17.21 - tsup: ^5.11.11 + tsup: ^5.11.13 dependencies: lodash: 4.17.21 devDependencies: '@types/lodash': 4.14.178 - tsup: 5.11.11 + tsup: 5.11.13 packages/hoppscotch-js-sandbox: specifiers: @@ -346,10 +346,10 @@ importers: '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.4.0 '@types/lodash': ^4.14.178 - '@types/node': ^17.0.10 - '@typescript-eslint/eslint-plugin': ^5.10.0 - '@typescript-eslint/parser': ^5.10.0 - eslint: ^8.7.0 + '@types/node': ^17.0.13 + '@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 fp-ts: ^2.11.8 @@ -369,12 +369,12 @@ 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.10 - '@typescript-eslint/eslint-plugin': 5.10.0_706fb07ce74b1db611f19a02ad2ce784 - '@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.5 - eslint: 8.7.0 - eslint-config-prettier: 8.3.0_eslint@8.7.0 - eslint-plugin-prettier: 4.0.0_4660519532e4c3b0a9e5bb6623cfedf6 + '@types/node': 17.0.13 + '@typescript-eslint/eslint-plugin': 5.10.1_5bb2413551d07429e4087fb9ca3ae3ea + '@typescript-eslint/parser': 5.10.1_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 prettier: 2.5.1 @@ -434,8 +434,8 @@ packages: z-schema: 5.0.2 dev: false - /@apollo/client/3.5.7_f3f7eb5e21785ef7d5faca94c1a68824: - resolution: {integrity: sha512-HSLqTGp3sp/PVIWYLLr5v3fjQSr6Fxg6Z5RQj5Q9ALyseIVudD8GZk1jHplaUblTFMBueXGw3Z6DXObuVAr3tw==} + /@apollo/client/3.5.8_f3f7eb5e21785ef7d5faca94c1a68824: + resolution: {integrity: sha512-MAm05+I1ullr64VLpZwon/ISnkMuNLf6vDqgo9wiMhHYBGT4yOAbAIseRdjCHZwfSx/7AUuBgaTNOssZPIr6FQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 react: ^16.8.0 || ^17.0.0 @@ -454,7 +454,7 @@ packages: graphql-tag: 2.12.6_graphql@15.7.2 hoist-non-react-statics: 3.3.2 optimism: 0.16.1 - prop-types: 15.7.2 + prop-types: 15.8.1 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 symbol-observable: 4.0.0 ts-invariant: 0.9.4 @@ -472,7 +472,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==} @@ -528,7 +528,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.16.3_@babel+core@7.16.12+eslint@8.7.0: + /@babel/eslint-parser/7.16.3_@babel+core@7.16.12+eslint@8.8.0: resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -536,7 +536,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.16.12 - eslint: 8.7.0 + eslint: 8.8.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -879,8 +879,8 @@ 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 @@ -2234,14 +2234,14 @@ packages: w3c-keyname: 2.2.4 dev: false - /@commitlint/cli/16.1.0_@types+node@17.0.10: + /@commitlint/cli/16.1.0_@types+node@17.0.13: 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.10 + '@commitlint/load': 16.1.0_@types+node@17.0.13 '@commitlint/read': 16.0.0 '@commitlint/types': 16.0.0 lodash: 4.17.21 @@ -2308,7 +2308,7 @@ packages: '@commitlint/types': 16.0.0 dev: true - /@commitlint/load/16.1.0_@types+node@17.0.10: + /@commitlint/load/16.1.0_@types+node@17.0.13: resolution: {integrity: sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==} engines: {node: '>=v12'} dependencies: @@ -2318,7 +2318,7 @@ packages: '@commitlint/types': 16.0.0 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.2_9d6cd740eceb93d711351e2e9548d1bd + cosmiconfig-typescript-loader: 1.0.4_40146b36d18138e3202fbb722e5f65e4 lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.5.5 @@ -2452,14 +2452,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.6_8c68ed8df7b66473d54007d382e86e85: + /@firebase/analytics-compat/0.1.6_8e1af47ba56024e21adfe2783335459c: resolution: {integrity: sha512-xvdp4/zwOG1f+v9JSpfCQoPJ98HcJR42cEnZ9pRIQLmUy7L7QceIuaF3m+zVtoqa4agBQnJ1dhe58FshOFKOPw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.5_@firebase+app@0.7.14 + '@firebase/analytics': 0.7.5_@firebase+app@0.7.15 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2471,26 +2471,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.5_@firebase+app@0.7.14: + /@firebase/analytics/0.7.5_@firebase+app@0.7.15: resolution: {integrity: sha512-vrKDh84hBbKPJaU2oAZDewyC79D8opJOQZ5AU3BXBBwEfRjKt3C3jj/Vl6aJUme+RKXlomTw3xcHIOoPzTgBVA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.14 + '@firebase/installations': 0.5.5_@firebase+app@0.7.15 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.3_8c68ed8df7b66473d54007d382e86e85: + /@firebase/app-check-compat/0.2.3_8e1af47ba56024e21adfe2783335459c: resolution: {integrity: sha512-e2mKkuecr1XgsyTGXKfg83PcV1UdT7+tXYoHIjeBeLrP5gGL4OQbWCzzt6uVQpk1gmJbUktje/rd6Et6cdL+wg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.3_@firebase+app@0.7.14 - '@firebase/app-compat': 0.1.15 + '@firebase/app-check': 0.5.3_@firebase+app@0.7.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 @@ -2503,22 +2503,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.5.3_@firebase+app@0.7.14: + /@firebase/app-check/0.5.3_@firebase+app@0.7.15: resolution: {integrity: sha512-M2/UO5PgxHCl0wPYWGdF6lO8nqclwuRMCIrc+75xv3/Dr3hhUu4ztF5JNaAV5tktSCt1UrnASG+4rNVifCzSRw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.15: - resolution: {integrity: sha512-hfk6eHKUb+qHPZLtQuUdNFY4gTYD47Q64oajKAtb6r6YcErYvxRoZPDJ2Xjv4PCioG+3q+f0YDUKfMJlRtK0IA==} + /@firebase/app-compat/0.1.16: + resolution: {integrity: sha512-PCGqanykO1H2jO3gzT0x7VxjZ0stBkF89VBqpOJfZ+srjSQgfWZuHjwbaVoq2Ayza1/s79iF0Eg7LSBx54TBSg==} dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 @@ -2529,8 +2529,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.14: - resolution: {integrity: sha512-15Pv8Rt45GlDwqlnFRXqlNjjERx2VkWDyWGLsXlCZYg9+F8c++GTWezacFoZfkLzUZ4W54iyofDujfUadzHv1g==} + /@firebase/app/0.7.15: + resolution: {integrity: sha512-jZzopQ5rKC3QcivZ9tBsYjPWB0+d5+lSO4tASIgAia30pyACCFaN2M1PKX/lwoGmB+oklHzSIMu+iNtLUyDl2A==} dependencies: '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 @@ -2538,23 +2538,24 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.6_ac0404923be6fa57942dda687cee29d1: - resolution: {integrity: sha512-gBxhGGJ/jiL4LfMC6Nlx7LteKNMlKV+0SsyrXT3SFzpseCX8ayOVo+qKCTAkTJqupm4li1lIgwIXhrD2OsbHBw==} + /@firebase/auth-compat/0.2.7_b31b1a2479a4ab5911a265a5ea02f70e: + resolution: {integrity: sha512-VdwGPf5Gr6s7JCW9Y7NOuCIp/izOHVdWcVKLlotcaWep3z+C+1eTws7bbQU+sy2xbsXEXETHAM6Gb6AMu8fC4g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 - '@firebase/auth': 0.19.6_@firebase+app@0.7.14 + '@firebase/app-compat': 0.1.16 + '@firebase/auth': 0.19.7_@firebase+app@0.7.15 '@firebase/auth-types': 0.11.0_921e789eab5feb003723e0d148cd47c5 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 - node-fetch: 2.6.5 - selenium-webdriver: 4.1.0 + node-fetch: 2.6.7 + selenium-webdriver: 4.1.1 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' - bufferutil + - encoding - utf-8-validate dev: false @@ -2578,20 +2579,21 @@ packages: '@firebase/util': 1.4.3 dev: false - /@firebase/auth/0.19.6_@firebase+app@0.7.14: - resolution: {integrity: sha512-hlIX9jJWk/4E6JiEf9H4LLv8dNJLR17iryR1MaC58Y4U9ioYcxz8q7NMSUTyr5mJjYD/YBWrQXkE1V+gUnMnJw==} + /@firebase/auth/0.19.7_@firebase+app@0.7.15: + resolution: {integrity: sha512-+9a5ideiY+ey3LeRsg9RdnR+BjxJwN8+nfifNl1Hucuj2MZOXIv/D6D/6xzi4XdZj3cFrFvBjZdg5nCiKZsZ7w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 - node-fetch: 2.6.5 + node-fetch: 2.6.7 selenium-webdriver: 4.0.0-rc-1 tslib: 2.3.1 transitivePeerDependencies: - bufferutil + - encoding - utf-8-validate dev: false @@ -2602,12 +2604,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.5_bf6a48fc8e85e6523d4715f1396e1d1c: + /@firebase/database-compat/0.1.5_e72aca0c3b58e83e4bb40c479ad0b589: resolution: {integrity: sha512-UVxkHL24sZfsjsjs+yiKIdYdrWXHrLxSFCYNdwNXDlTkAc0CWP9AAY3feLhBVpUKk+4Cj0I4sGnyIm2C1ltAYg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 '@firebase/database': 0.12.5_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.4 @@ -2638,20 +2640,21 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.12_ac0404923be6fa57942dda687cee29d1: - resolution: {integrity: sha512-+8FwiYctRc5Vwa59iGD6IdTNCKqgZYB6yl/PvDJfi+WNhJbMznpHYWBI+urNGHAXBpHRDCwJS08LVsVTsBsS0w==} + /@firebase/firestore-compat/0.1.13_b31b1a2479a4ab5911a265a5ea02f70e: + resolution: {integrity: sha512-FJSSn0zYBuf8YQAqrRWnXT/fHI/PBgwNEz6IzGw7EN7KHLWX4lCwNBFhAK5+ieJJDN3CbXjtSeVH3qc+cPiOjA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 - '@firebase/firestore': 3.4.3_@firebase+app@0.7.14 + '@firebase/firestore': 3.4.4_@firebase+app@0.7.15 '@firebase/firestore-types': 2.5.0_921e789eab5feb003723e0d148cd47c5 '@firebase/util': 1.4.3 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' + - encoding dev: false /@firebase/firestore-types/2.5.0_921e789eab5feb003723e0d148cd47c5: @@ -2664,66 +2667,70 @@ packages: '@firebase/util': 1.4.3 dev: false - /@firebase/firestore/3.4.3_@firebase+app@0.7.14: - resolution: {integrity: sha512-mUZY/aTKpliCyoYs7/64olumeTbM42axu2u8QDl28AX+4q7vHGIiks9+H2gaqz/zgWODXiQeBmJlHCb1RlJGhQ==} + /@firebase/firestore/3.4.4_@firebase+app@0.7.15: + resolution: {integrity: sha512-IC8KZ6LbhECch9xPWp2Kj/0dqN+douzw7SWMAfWxXKmg+CjXpoyUoCh7UU/jshWafd4AUU3OV8QTv8tXRaMpdA==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 '@firebase/webchannel-wrapper': 0.6.1 - '@grpc/grpc-js': 1.4.4 - '@grpc/proto-loader': 0.6.7 - node-fetch: 2.6.5 + '@grpc/grpc-js': 1.5.3 + '@grpc/proto-loader': 0.6.9 + node-fetch: 2.6.7 tslib: 2.3.1 + transitivePeerDependencies: + - encoding dev: false - /@firebase/functions-compat/0.1.8_ac0404923be6fa57942dda687cee29d1: - resolution: {integrity: sha512-9nB6uPzSbnzOE+V7USbHsQxze/xeJC5WTgBOhyHA8eEU/z5mBGfD1eV31QbI7mbSFL8m4N8F5cidDw3zB1G/Jw==} + /@firebase/functions-compat/0.1.9_b31b1a2479a4ab5911a265a5ea02f70e: + resolution: {integrity: sha512-XhcLUVgxwqyk4euz1VO/qM6LUrkbR0vibh/2triR2ciJS2epkpvPICVMxWXaetsKOVpcaTs15eGpJClCRHGLjw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 - '@firebase/functions': 0.7.7_6fe50591265b03be0da1ae819dd57237 + '@firebase/functions': 0.7.8_cc684ca3fc6885aee0e857a99aec0353 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.3 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' + - encoding dev: false /@firebase/functions-types/0.5.0: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.7_6fe50591265b03be0da1ae819dd57237: - resolution: {integrity: sha512-e944UigvrqwGHODww8QU1oaZ+KFdqcf/hmf5L2vEakQEIOjCRy6Kal8xAlYpaP4QbC1DEUfY4qC9QoFUErI2fQ==} + /@firebase/functions/0.7.8_cc684ca3fc6885aee0e857a99aec0353: + resolution: {integrity: sha512-WNpKnQqufNkqHkFm1ol4oeF+/mA1y5gtj1csRFZqQS2EeDcq6FCs49abBFpjBOxWz8XDDNlSasCKhIrAAKIFfg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_921e789eab5feb003723e0d148cd47c5 '@firebase/component': 0.5.10 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.3 - node-fetch: 2.6.5 + node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' + - encoding dev: false - /@firebase/installations/0.5.5_@firebase+app@0.7.14: + /@firebase/installations/0.5.5_@firebase+app@0.7.15: resolution: {integrity: sha512-mYWUxYXPlxcR0YOikPw88TjIS2NK35Z0ivkJL0+FevNnVIsqwGSe12AtPlZB/kzjB0RtHoKW+cWC0V9xiTgJ3Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 idb: 3.0.2 @@ -2736,14 +2743,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.7_8c68ed8df7b66473d54007d382e86e85: + /@firebase/messaging-compat/0.1.7_8e1af47ba56024e21adfe2783335459c: resolution: {integrity: sha512-EKKcMin7myL8GXu2Mq6daje6o13VZtgxUKe+sLVL4DfxPbJdhVvNirYTi14KM81tDPdKAIakZNIGiIm/r8S2zA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 - '@firebase/messaging': 0.9.7_@firebase+app@0.7.14 + '@firebase/messaging': 0.9.7_@firebase+app@0.7.15 '@firebase/util': 1.4.3 tslib: 2.3.1 transitivePeerDependencies: @@ -2754,29 +2761,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.7_@firebase+app@0.7.14: + /@firebase/messaging/0.9.7_@firebase+app@0.7.15: resolution: {integrity: sha512-qRPWO5fvS1yahe0As0rlpo+Gc3v5IKHlULGJPYvWGJWE3W5aCvooxsT3vYgYNmAMFjgLlugfg8KKd41O1ebgqg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.14 + '@firebase/installations': 0.5.5_@firebase+app@0.7.15 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.3 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.5_8c68ed8df7b66473d54007d382e86e85: + /@firebase/performance-compat/0.1.5_8e1af47ba56024e21adfe2783335459c: resolution: {integrity: sha512-s9mqR0GXJaqvIZD/GsshacpKOGa3NP6Yht33mNEtpL7ERqj35mvD1CBoUwH52eMYAaxlQd9y9JrphQgK3EmWWw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.5_@firebase+app@0.7.14 + '@firebase/performance': 0.5.5_@firebase+app@0.7.15 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2788,14 +2795,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.5_@firebase+app@0.7.14: + /@firebase/performance/0.5.5_@firebase+app@0.7.15: resolution: {integrity: sha512-eA8mEKVnyY64fwAKxHbJF5t1hNkdR0EZVib0LfEWl/2elPmFcjik097hqLHzdFE88JYCxNGfFaSPo9Lbk/qe6A==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.14 + '@firebase/installations': 0.5.5_@firebase+app@0.7.15 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2809,15 +2816,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.5_8c68ed8df7b66473d54007d382e86e85: + /@firebase/remote-config-compat/0.1.5_8e1af47ba56024e21adfe2783335459c: resolution: {integrity: sha512-bgpmrCGyOj46c0xNFvivcXRHlaVkbt4mX2etbF9s6jaOILPd4rBHIfAiBpKL64GGwTkrOjWO9/HZun4I01gbpg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.4_@firebase+app@0.7.14 + '@firebase/remote-config': 0.3.4_@firebase+app@0.7.15 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2829,33 +2836,34 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.4_@firebase+app@0.7.14: + /@firebase/remote-config/0.3.4_@firebase+app@0.7.15: resolution: {integrity: sha512-SLlyVVNJ6DnU1AOjNrmv5u9Fge7gUwZVooyxMIkaT3Lj9MBM5MwfJsoG3UyiV4l7yI0iPj34LuKPpMJXOOcs4w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.14 + '@firebase/installations': 0.5.5_@firebase+app@0.7.15 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.9_ac0404923be6fa57942dda687cee29d1: - resolution: {integrity: sha512-FwSNw1FMH8Qk9l+nDmlamesEFVjOfmWO4B2BV4l3YRn5ibvxIvBqRQZP8TGUknHCWKM1b7dMq3C19cVxeJ77VQ==} + /@firebase/storage-compat/0.1.10_b31b1a2479a4ab5911a265a5ea02f70e: + resolution: {integrity: sha512-l/mvUhDEJ/0/F2uBqmEqxZk+jvIEwLc9BO6lGPE3TtPdT2896u3GIzbI4XHjSLLUo5bA0ZKz8Z7GVev9CLsHfA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.15 + '@firebase/app-compat': 0.1.16 '@firebase/component': 0.5.10 - '@firebase/storage': 0.9.1_@firebase+app@0.7.14 + '@firebase/storage': 0.9.2_@firebase+app@0.7.15 '@firebase/storage-types': 0.6.0_921e789eab5feb003723e0d148cd47c5 '@firebase/util': 1.4.3 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' + - encoding dev: false /@firebase/storage-types/0.6.0_921e789eab5feb003723e0d148cd47c5: @@ -2868,16 +2876,18 @@ packages: '@firebase/util': 1.4.3 dev: false - /@firebase/storage/0.9.1_@firebase+app@0.7.14: - resolution: {integrity: sha512-IMPZ21Mm05R9GKTgiiMpbata0tgzQTtZ2YMbVReSTx16GJTIpadXpjFzxhJMjVi/7Wq57LnSxsg9fe56IBSacw==} + /@firebase/storage/0.9.2_@firebase+app@0.7.15: + resolution: {integrity: sha512-5xWgVHnE+n+cZAnFYd3NyNAQbp6/t3NL7TdqRGu1OaW5L7ioN7Rhq+L4I2yjIskVCoTaemYQDF+vICjCWoalbA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.14 + '@firebase/app': 0.7.15 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 - node-fetch: 2.6.5 + node-fetch: 2.6.7 tslib: 2.3.1 + transitivePeerDependencies: + - encoding dev: false /@firebase/util/1.4.3: @@ -2904,7 +2914,7 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.4.0_10bffa78ded10dc50757752ad5914fc1: + /@graphql-codegen/cli/2.4.0_0770b5e7c8472fa386471f6934fce7ed: resolution: {integrity: sha512-4iiHH2AxBE17lX5cFdFg6+kh7I6uKQLYG0IZRalRbW/grKL7kuVp/RDUjmVB2GNJTJEhjxYLMJFJZocUmAUBlw==} hasBin: true peerDependencies: @@ -2919,8 +2929,8 @@ packages: '@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_40cdd4e48b3bed426175fc762469eeb8 - '@graphql-tools/url-loader': 7.7.0_40cdd4e48b3bed426175fc762469eeb8 + '@graphql-tools/prisma-loader': 7.1.1_0ccafe4d20d070f0f53eb24415f9cfc8 + '@graphql-tools/url-loader': 7.7.0_0ccafe4d20d070f0f53eb24415f9cfc8 '@graphql-tools/utils': 8.5.5_graphql@15.7.2 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -2934,7 +2944,7 @@ packages: glob: 7.2.0 globby: 11.1.0 graphql: 15.7.2 - graphql-config: 4.1.0_10bffa78ded10dc50757752ad5914fc1 + graphql-config: 4.1.0_0770b5e7c8472fa386471f6934fce7ed inquirer: 8.2.0 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -3251,12 +3261,12 @@ packages: tslib: 2.3.1 dev: true - /@graphql-tools/prisma-loader/7.1.1_40cdd4e48b3bed426175fc762469eeb8: + /@graphql-tools/prisma-loader/7.1.1_0ccafe4d20d070f0f53eb24415f9cfc8: 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_40cdd4e48b3bed426175fc762469eeb8 + '@graphql-tools/url-loader': 7.7.0_0ccafe4d20d070f0f53eb24415f9cfc8 '@graphql-tools/utils': 8.5.5_graphql@15.7.2 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.33 @@ -3308,7 +3318,7 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 - /@graphql-tools/url-loader/7.7.0_40cdd4e48b3bed426175fc762469eeb8: + /@graphql-tools/url-loader/7.7.0_0ccafe4d20d070f0f53eb24415f9cfc8: resolution: {integrity: sha512-mBBb+aJqI4E0MVEzyfi76Pi/G6lGxGTVt/tP1YtKJly7UnonNoWOtDusdL3zIVAGhGgLsNrLbGhLDbwSd6TV6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3326,7 +3336,7 @@ packages: 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.10 + meros: 1.1.4_@types+node@17.0.13 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3365,16 +3375,16 @@ packages: dependencies: graphql: 15.7.2 - /@grpc/grpc-js/1.4.4: - resolution: {integrity: sha512-a6222b7Dl6fIlMgzVl7e+NiRoLiZFbpcwvBH2Oli56Bn7W4/3Ld+86hK4ffPn5rx2DlDidmIcvIJiOQXyhv9gA==} + /@grpc/grpc-js/1.5.3: + resolution: {integrity: sha512-q0xgaZ3ymUM+ZOhe1hdocVSdKHCnJ6llLSXcP+MqMXMyYPUZ3mzQOCxZ3Zkg+QZ7sZ950sn7hvueQrIJZumPZg==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@grpc/proto-loader': 0.6.7 - '@types/node': 17.0.10 + '@grpc/proto-loader': 0.6.9 + '@types/node': 17.0.13 dev: false - /@grpc/proto-loader/0.6.7: - resolution: {integrity: sha512-QzTPIyJxU0u+r2qGe8VMl3j/W2ryhEvBv7hc42OjYfthSj370fUrb7na65rG6w3YLZS/fb8p89iTBobfWGDgdw==} + /@grpc/proto-loader/0.6.9: + resolution: {integrity: sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg==} engines: {node: '>=6'} hasBin: true dependencies: @@ -3385,8 +3395,8 @@ packages: yargs: 16.2.0 dev: false - /@humanwhocodes/config-array/0.9.2: - resolution: {integrity: sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==} + /@humanwhocodes/config-array/0.9.3: + resolution: {integrity: sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -3445,7 +3455,7 @@ 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.10 + '@types/node': 17.0.13 chalk: 4.1.2 jest-message-util: 27.4.6 jest-util: 27.4.2 @@ -3466,7 +3476,7 @@ packages: '@jest/test-result': 27.4.6 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -3503,7 +3513,7 @@ packages: dependencies: '@jest/fake-timers': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 jest-mock: 27.4.6 dev: true @@ -3513,7 +3523,7 @@ packages: dependencies: '@jest/types': 27.4.2 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 17.0.10 + '@types/node': 17.0.13 jest-message-util: 27.4.6 jest-mock: 27.4.6 jest-util: 27.4.2 @@ -3542,7 +3552,7 @@ packages: '@jest/test-result': 27.4.6 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3626,7 +3636,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.10 + '@types/node': 17.0.13 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3637,7 +3647,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.9 + '@types/node': 17.0.13 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3649,8 +3659,8 @@ packages: /@lezer/common/0.15.11: resolution: {integrity: sha512-vv0nSdIaVCRcJ8rPuDdsrNVfBOYe/4Szr/LhF929XyDmBndLDuWiCCHooGlGlJfzELyO608AyDhVsuX/ZG36NA==} - /@lezer/generator/0.15.3: - resolution: {integrity: sha512-H1VULW9PgKWlQDPgrEGlndGaxZaVswi4AqxNzL+fq5wozaXl4N0plLUeeMmNgrlPmfZ9jBlY1qjreNBJWx7H0Q==} + /@lezer/generator/0.15.4: + resolution: {integrity: sha512-9bBwU2TzKMBQ6OCEDevuMNWGOBKlkq5YIGEhjrz9pb3MLb+oYYR4dVFZ7ehwLcDoSecsSA7PdlAy0thJO5pt2w==} hasBin: true dependencies: '@lezer/common': 0.15.11 @@ -3873,19 +3883,19 @@ packages: ufo: 0.7.9 dev: false - /@nuxt/kit-edge/3.0.0-27379487.e0cf2d7: - resolution: {integrity: sha512-3ZXC92D9kznntUK1F4MwPWYZaGviER2C00yc7pzm2Dp442jgT6TheMAKNn9g9Xhr5HuupzXTRngVPcTrfT06Ug==} + /@nuxt/kit-edge/3.0.0-27389502.88da719: + resolution: {integrity: sha512-hFH02gShVMwhG7I1sD+MXxYg/O3XoXMG+H7iElwt5ZdbeNJws28cr7FImaqqcHHEq0PedjVJ5O5fmyI6GaI2hQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: - '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27379487.e0cf2d7 + '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27389502.88da719 consola: 2.15.3 defu: 5.0.1 - dotenv: 14.2.0 - globby: 12.2.0 + dotenv: 14.3.2 + globby: 13.1.0 hash-sum: 2.0.0 - jiti: 1.12.9 + jiti: 1.12.15 lodash.template: 4.5.0 - mlly: 0.3.19 + mlly: 0.4.1 pathe: 0.2.0 pkg-types: 0.3.2 rc9: 1.2.0 @@ -3915,13 +3925,13 @@ packages: node-fetch: 2.6.6 dev: false - /@nuxt/schema-edge/3.0.0-27379487.e0cf2d7: - resolution: {integrity: sha512-tKC6Vag7cTo0Lt2ovkWj5ElfvJqvJfI+1CtpzymREB44RvjhSDIkJnJYMp/7hnn5+z4lX9VRXy+bf4megTtOiA==} + /@nuxt/schema-edge/3.0.0-27389502.88da719: + resolution: {integrity: sha512-hqxjcmuEuyG5tzNLtXTiP2R2xhENDjOgAmX4RHGeWEzVLVy8XXzQybFmxNzgfpEKkkdNmAtLZZ7Qk6Jd8J+dFQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: create-require: 1.1.1 defu: 5.0.1 - jiti: 1.12.9 + jiti: 1.12.15 pathe: 0.2.0 scule: 0.2.1 std-env: 3.0.1 @@ -4003,14 +4013,14 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.7.0: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.8.0: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: '@nuxt/types': 2.15.8_sass@1.49.0 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.7.0+typescript@4.2.4 + 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 typescript: 4.2.4 transitivePeerDependencies: @@ -4151,7 +4161,7 @@ packages: nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.4.4 + '@vue/composition-api': 1.4.5 defu: 5.0.0 estree-walker: 2.0.2 fs-extra: 9.1.0 @@ -4175,16 +4185,16 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_fba2f7198138739da2e4544725d6464d: + /@nuxtjs/eslint-config-typescript/8.0.0_ee07baedc10f0b46d30cd9c14bf6940b: resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} peerDependencies: eslint: ^8.3.0 dependencies: - '@nuxtjs/eslint-config': 8.0.0_9e54e34a1c1fe8f17df753d3e99f5089 - '@typescript-eslint/eslint-plugin': 5.4.0_aa3c9f6ac2fba0f1ac9a455e6e05a161 - '@typescript-eslint/parser': 5.4.0_eslint@8.7.0+typescript@4.5.5 - eslint: 8.7.0 - eslint-import-resolver-typescript: 2.5.0_eslint@8.7.0 + '@nuxtjs/eslint-config': 8.0.0_6caeb6cb45152aa0108016653772a704 + '@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 + eslint-import-resolver-typescript: 2.5.0_eslint@8.8.0 transitivePeerDependencies: - eslint-plugin-import - jest @@ -4192,19 +4202,19 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_9e54e34a1c1fe8f17df753d3e99f5089: + /@nuxtjs/eslint-config/8.0.0_6caeb6cb45152aa0108016653772a704: resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} peerDependencies: eslint: ^8.3.0 dependencies: - eslint: 8.7.0 - eslint-config-standard: 16.0.3_307567209c86a35d1935a41944dd570a - eslint-plugin-import: 2.25.3_eslint@8.7.0 - eslint-plugin-jest: 25.3.0_9e54e34a1c1fe8f17df753d3e99f5089 - eslint-plugin-node: 11.1.0_eslint@8.7.0 - eslint-plugin-promise: 5.1.1_eslint@8.7.0 - eslint-plugin-unicorn: 39.0.0_eslint@8.7.0 - eslint-plugin-vue: 8.3.0_eslint@8.7.0 + 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-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 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -4212,14 +4222,14 @@ packages: - typescript dev: true - /@nuxtjs/eslint-module/3.0.2_eslint@8.7.0: + /@nuxtjs/eslint-module/3.0.2_eslint@8.8.0: resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} peerDependencies: eslint: '>=7' dependencies: consola: 2.15.3 - eslint: 8.7.0 - eslint-webpack-plugin: 2.5.4_eslint@8.7.0 + eslint: 8.8.0 + eslint-webpack-plugin: 2.5.4_eslint@8.8.0 transitivePeerDependencies: - webpack dev: true @@ -4292,7 +4302,7 @@ packages: /@nuxtjs/sentry/5.1.6: resolution: {integrity: sha512-QkP+Axv1wJbrUcNh/xVobkpLa4zQoliB860oKHzaO9uvATVfi6lipB+PZfpFC9zc3YJhbKH4V1CX1Mcc0xj2Fg==} dependencies: - '@sentry/browser': 6.16.1 + '@sentry/browser': 6.17.3 '@sentry/integrations': 6.16.1 '@sentry/node': 6.16.1 '@sentry/webpack-plugin': 1.18.3 @@ -4328,8 +4338,8 @@ packages: stylelint-webpack-plugin: 2.3.1_stylelint@14.3.0 dev: true - /@nuxtjs/svg/0.3.0: - resolution: {integrity: sha512-eokmEiDYE6bZR6FNUQ6VlOnck1Z2lfxlZUv56JNXXSpD6SR6qvfxmQYgTuxD++7//LcsRSqBOb54EL+ebwnDRQ==} + /@nuxtjs/svg/0.4.0: + resolution: {integrity: sha512-XF8uvV5YKBPAJr52SFRVkhltAsjCBTwwTc4GTysSm8WPYB2utJLY48qXdVC/J9dNQiMd7NHo1xmEYEqQfzqpqg==} dependencies: file-loader: 6.2.0 raw-loader: 4.0.2 @@ -4446,13 +4456,13 @@ packages: rxjs: 6.6.7 dev: true - /@sentry/browser/6.16.1: - resolution: {integrity: sha512-F2I5RL7RTLQF9CccMrqt73GRdK3FdqaChED3RulGQX5lH6U3exHGFxwyZxSrY4x6FedfBFYlfXWWCJXpLnFkow==} + /@sentry/browser/6.17.3: + resolution: {integrity: sha512-UElPk6/Q/78eL8tHGHy080uHVQAuieWXlSMSzrJMVNa+vwXPwEeyL+WbPtKkND2jGwdODjg+pSj960RqhIv+ig==} engines: {node: '>=6'} dependencies: - '@sentry/core': 6.16.1 - '@sentry/types': 6.16.1 - '@sentry/utils': 6.16.1 + '@sentry/core': 6.17.3 + '@sentry/types': 6.17.3 + '@sentry/utils': 6.17.3 tslib: 1.14.1 /@sentry/cli/1.71.0: @@ -4480,6 +4490,17 @@ packages: '@sentry/types': 6.16.1 '@sentry/utils': 6.16.1 tslib: 1.14.1 + dev: false + + /@sentry/core/6.17.3: + resolution: {integrity: sha512-h7WgrNL0RVlr8Dceh97ZiXNdmEumDutpoqFijjiX4x72IiC6zSaVD4IsqrdGln+v8iJ3l3lX44HHqzubDub1OQ==} + engines: {node: '>=6'} + dependencies: + '@sentry/hub': 6.17.3 + '@sentry/minimal': 6.17.3 + '@sentry/types': 6.17.3 + '@sentry/utils': 6.17.3 + tslib: 1.14.1 /@sentry/hub/6.16.1: resolution: {integrity: sha512-4PGtg6AfpqMkreTpL7ymDeQ/U1uXv03bKUuFdtsSTn/FRf9TLS4JB0KuTZCxfp1IRgAA+iFg6B784dDkT8R9eg==} @@ -4488,6 +4509,15 @@ packages: '@sentry/types': 6.16.1 '@sentry/utils': 6.16.1 tslib: 1.14.1 + dev: false + + /@sentry/hub/6.17.3: + resolution: {integrity: sha512-TDxv8nRvk45xvfQg6zs8GYzQzgo0EMhI3wjQZLiNfW2rzybKmIwVp2x3O4PAc3WPzwg4bYNgSAkYKVlHmYjRCg==} + engines: {node: '>=6'} + dependencies: + '@sentry/types': 6.17.3 + '@sentry/utils': 6.17.3 + tslib: 1.14.1 /@sentry/integrations/6.16.1: resolution: {integrity: sha512-YobbH3jWMRJxCeFzr8USlju1Up0EJoxaAT4y+LQQ0ZLfyfOdPX0d0iFnWMCar8gwR1nRujFS0HM0BBKY3an0LA==} @@ -4506,6 +4536,15 @@ packages: '@sentry/hub': 6.16.1 '@sentry/types': 6.16.1 tslib: 1.14.1 + dev: false + + /@sentry/minimal/6.17.3: + resolution: {integrity: sha512-zvGGfHNNA92Lqx6P8ZwOUkmRmAiQl0AQFRXl9So1Ayq9bJRnFLJZv4YFVnp2wE4HXYIlfBYb51+GlGB5LIuPmw==} + engines: {node: '>=6'} + dependencies: + '@sentry/hub': 6.17.3 + '@sentry/types': 6.17.3 + tslib: 1.14.1 /@sentry/node/6.16.1: resolution: {integrity: sha512-SeDDoug2kUxeF1D7JGPa3h5EXxKtmA01mITBPYx5xbJ0sMksnv5I5bC1SJ8arRRzq6+W1C4IEeDBQtrVCk6ixA==} @@ -4538,6 +4577,11 @@ packages: /@sentry/types/6.16.1: resolution: {integrity: sha512-Wh354g30UsJ5kYJbercektGX4ZMc9MHU++1NjeN2bTMnbofEcpUDWIiKeulZEY65IC1iU+1zRQQgtYO+/hgCUQ==} engines: {node: '>=6'} + dev: false + + /@sentry/types/6.17.3: + resolution: {integrity: sha512-0AXCjYcfl8Vx26GfyLY4rBQ78Lyt1oND3UozTTMaVXlcKYIjzV+f7TOo5IZx+Kbr6EGUNDLdpA4xfbkWdW/1NA==} + engines: {node: '>=6'} /@sentry/utils/6.16.1: resolution: {integrity: sha512-7ngq/i4R8JZitJo9Sl8PDnjSbDehOxgr1vsoMmerIsyRZ651C/8B+jVkMhaAPgSdyJ0AlE3O7DKKTP1FXFw9qw==} @@ -4545,6 +4589,14 @@ packages: dependencies: '@sentry/types': 6.16.1 tslib: 1.14.1 + dev: false + + /@sentry/utils/6.17.3: + resolution: {integrity: sha512-6/2awDIeHSj0JgiC7DDdV1lxvLmf+/BisWhw09dKvmhVQB3ADvQZbohjUgM+Qam5zE0xmZAfQhvuDwC41W8Wnw==} + engines: {node: '>=6'} + dependencies: + '@sentry/types': 6.17.3 + tslib: 1.14.1 /@sentry/webpack-plugin/1.18.3: resolution: {integrity: sha512-Qk3Jevislc5DZK0X/WwRVcOtO7iatnWARsEgTV/TuXvDN+fUDDpD/2MytAWAbpLaLy3xEB/cXGeLsbv6d1XNkQ==} @@ -4577,6 +4629,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 @@ -4800,7 +4857,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.9 + '@types/node': 17.0.13 dev: true /@types/har-format/1.2.8: @@ -4925,14 +4982,14 @@ packages: /@types/node/17.0.10: resolution: {integrity: sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==} + dev: true + + /@types/node/17.0.13: + resolution: {integrity: sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw==} /@types/node/17.0.6: resolution: {integrity: sha512-+XBAjfZmmivILUzO0HwBJoYkAyyySSLg5KCGBDFLomJo0sV6szvVLAf4ANZZ0pfWzgEds5KmGLG9D5hfEqOhaA==} - /@types/node/17.0.9: - resolution: {integrity: sha512-5dNBXu/FOER+EXnyah7rn8xlNrfMOQb/qXnw4NQgLkCygKBKhdmF/CA5oXVOKZLBEahw8s2WP9LxIcN/oDDRgQ==} - dev: true - /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true @@ -5157,8 +5214,8 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/5.10.0_706fb07ce74b1db611f19a02ad2ce784: - resolution: {integrity: sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==} + /@typescript-eslint/eslint-plugin/5.10.1_5bb2413551d07429e4087fb9ca3ae3ea: + resolution: {integrity: sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5168,12 +5225,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/scope-manager': 5.10.0 - '@typescript-eslint/type-utils': 5.10.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.10.1_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.10.1 + '@typescript-eslint/type-utils': 5.10.1_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.10.1_eslint@8.8.0+typescript@4.5.5 debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -5184,7 +5241,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.4.0_aa3c9f6ac2fba0f1ac9a455e6e05a161: + /@typescript-eslint/eslint-plugin/5.4.0_585cce2ddd76dd66924e2158523d5e40: resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5195,11 +5252,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.7.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.4.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.4.0_eslint@8.8.0+typescript@4.5.5 '@typescript-eslint/scope-manager': 5.4.0 debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 functional-red-black-tree: 1.0.1 ignore: 5.1.9 regexpp: 3.2.0 @@ -5210,7 +5267,7 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.7.0+typescript@4.5.5: + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.8.0+typescript@4.5.5: resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5220,16 +5277,16 @@ packages: '@typescript-eslint/scope-manager': 5.4.0 '@typescript-eslint/types': 5.4.0 '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.5 - eslint: 8.7.0 + eslint: 8.8.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.7.0 + eslint-utils: 3.0.0_eslint@8.8.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.10.0_eslint@8.7.0+typescript@4.5.5: - resolution: {integrity: sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==} + /@typescript-eslint/parser/5.10.1_eslint@8.8.0+typescript@4.5.5: + resolution: {integrity: sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5238,17 +5295,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.10.0 - '@typescript-eslint/types': 5.10.0 - '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.10.1 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/typescript-estree': 5.10.1_typescript@4.5.5 debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.4.0_eslint@8.7.0+typescript@4.5.5: + /@typescript-eslint/parser/5.4.0_eslint@8.8.0+typescript@4.5.5: resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5262,18 +5319,18 @@ packages: '@typescript-eslint/types': 5.4.0 '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.5 debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.10.0: - resolution: {integrity: sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==} + /@typescript-eslint/scope-manager/5.10.1: + resolution: {integrity: sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.10.0 - '@typescript-eslint/visitor-keys': 5.10.0 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/visitor-keys': 5.10.1 dev: true /@typescript-eslint/scope-manager/5.4.0: @@ -5284,8 +5341,8 @@ packages: '@typescript-eslint/visitor-keys': 5.4.0 dev: true - /@typescript-eslint/type-utils/5.10.0_eslint@8.7.0+typescript@4.5.5: - resolution: {integrity: sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==} + /@typescript-eslint/type-utils/5.10.1_eslint@8.8.0+typescript@4.5.5: + resolution: {integrity: sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5294,17 +5351,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.10.1_eslint@8.8.0+typescript@4.5.5 debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 tsutils: 3.21.0_typescript@4.5.5 typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.10.0: - resolution: {integrity: sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==} + /@typescript-eslint/types/5.10.1: + resolution: {integrity: sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -5313,8 +5370,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.10.0_typescript@4.5.5: - resolution: {integrity: sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==} + /@typescript-eslint/typescript-estree/5.10.1_typescript@4.5.5: + resolution: {integrity: sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5322,8 +5379,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.10.0 - '@typescript-eslint/visitor-keys': 5.10.0 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/visitor-keys': 5.10.1 debug: 4.3.3 globby: 11.1.0 is-glob: 4.0.3 @@ -5355,29 +5412,29 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.10.0_eslint@8.7.0+typescript@4.5.5: - resolution: {integrity: sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==} + /@typescript-eslint/utils/5.10.1_eslint@8.8.0+typescript@4.5.5: + resolution: {integrity: sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.10.0 - '@typescript-eslint/types': 5.10.0 - '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.5 - eslint: 8.7.0 + '@typescript-eslint/scope-manager': 5.10.1 + '@typescript-eslint/types': 5.10.1 + '@typescript-eslint/typescript-estree': 5.10.1_typescript@4.5.5 + eslint: 8.8.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.7.0 + eslint-utils: 3.0.0_eslint@8.8.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.10.0: - resolution: {integrity: sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==} + /@typescript-eslint/visitor-keys/5.10.1: + resolution: {integrity: sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.10.0 + '@typescript-eslint/types': 5.10.1 eslint-visitor-keys: 3.2.0 dev: true @@ -5561,12 +5618,10 @@ packages: prettier: 2.5.1 dev: false - /@vue/composition-api/1.4.4: - resolution: {integrity: sha512-0AMpkSy28NG1BUqTPXLfQzJUnjSp+qUa4jaG7A2FBRSKHJOl1g10/xvNb44+OW5Jg9f79zKOb7PYhFhJG2vLyQ==} + /@vue/composition-api/1.4.5: + resolution: {integrity: sha512-2Esgcc0EGBqyck4b/yrP2VnGmMr6cPYAE4nF3StIzP8+umNAbRZqBJDc6AhE58whPRt3lHAPf83eppgW7a2dUg==} peerDependencies: vue: '>= 2.5 < 3' - dependencies: - tslib: 2.3.1 /@vue/reactivity/3.2.29: resolution: {integrity: sha512-Ryhb6Gy62YolKXH1gv42pEqwx7zs3n8gacRVZICSgjQz8Qr8QeCcFygBKYfJm3o1SccR7U+bVBQDWZGOyG1k4g==} @@ -6123,11 +6178,6 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - /array-union/3.0.1: - resolution: {integrity: sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==} - engines: {node: '>=12'} - dev: true - /array-unique/0.3.2: resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} engines: {node: '>=0.10.0'} @@ -6624,11 +6674,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==} @@ -6889,12 +6934,14 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /bundle-require/2.2.0_esbuild@0.14.10: - resolution: {integrity: sha512-JDVxYEAxEX1g8AWtadiIkCkFf42RulEl5AOIvUa4cpuEL/VKpK2lJwogyswHnp+qizNQxM0Ylamw7CjPRaJZuA==} + /bundle-require/3.0.4_esbuild@0.14.14: + resolution: {integrity: sha512-VXG6epB1yrLAvWVQpl92qF347/UXmncQj7J3U8kZEbdVZ1ZkQyr4hYeL/9RvcE8vVVdp53dY78Fd/3pqfRqI1A==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.13' dependencies: - esbuild: 0.14.10 + esbuild: 0.14.14 + load-tsconfig: 0.2.3 dev: true /bytes/3.0.0: @@ -7204,7 +7251,7 @@ packages: /chokidar/2.1.8: resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} - deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. + deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies dependencies: anymatch: 2.0.0 async-each: 1.0.3 @@ -7236,6 +7283,20 @@ packages: optionalDependencies: fsevents: 2.3.2 + /chokidar/3.5.3: + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.2 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.2 + /chownr/1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} dev: false @@ -7341,7 +7402,7 @@ 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: @@ -7716,16 +7777,16 @@ packages: dependencies: '@iarna/toml': 2.2.5 - /cosmiconfig-typescript-loader/1.0.2_9d6cd740eceb93d711351e2e9548d1bd: - resolution: {integrity: sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==} + /cosmiconfig-typescript-loader/1.0.4_40146b36d18138e3202fbb722e5f65e4: + resolution: {integrity: sha512-ulv2dvwurP/MZAIthXm69bO7EzzIUThZ6RJ1qXhdlXM6to3F+IKBL/17EnhYSG52A5N1KcAUu66vSG/3/77KrA==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': 17.0.10 + '@types/node': 17.0.13 cosmiconfig: 7.0.1 - ts-node: 10.4.0_9d6cd740eceb93d711351e2e9548d1bd + ts-node: 10.4.0_40146b36d18138e3202fbb722e5f65e4 typescript: 4.5.5 transitivePeerDependencies: - '@swc/core' @@ -8173,19 +8234,6 @@ packages: ms: 2.1.3 dev: true - /debug/4.3.2_supports-color@8.1.1: - resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - supports-color: 8.1.1 - dev: true - /debug/4.3.3: resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} engines: {node: '>=6.0'} @@ -8197,6 +8245,19 @@ packages: dependencies: ms: 2.1.2 + /debug/4.3.3_supports-color@8.1.1: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + supports-color: 8.1.1 + dev: true + /debug/4.3.3_supports-color@9.2.1: resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} engines: {node: '>=6.0'} @@ -8542,8 +8603,8 @@ packages: engines: {node: '>=10'} dev: true - /dotenv/14.2.0: - resolution: {integrity: sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw==} + /dotenv/14.3.2: + resolution: {integrity: sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ==} engines: {node: '>=12'} dev: true @@ -8578,6 +8639,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: @@ -8688,7 +8753,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 @@ -8718,11 +8783,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: @@ -8800,144 +8865,144 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-arm64/0.14.10: - resolution: {integrity: sha512-vzkTafHKoiMX4uIN1kBnE/HXYLpNT95EgGanVk6DHGeYgDolU0NBxjO7yZpq4ZGFPOx8384eAdDrBYhO11TAlQ==} + /esbuild-android-arm64/0.14.14: + resolution: {integrity: sha512-be/Uw6DdpQiPfula1J4bdmA+wtZ6T3BRCZsDMFB5X+k0Gp8TIh9UvmAcqvKNnbRAafSaXG3jPCeXxDKqnc8hFQ==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /esbuild-darwin-64/0.14.10: - resolution: {integrity: sha512-DJwzFVB95ZV7C3PQbf052WqaUuuMFXJeZJ0LKdnP1w+QOU0rlbKfX0tzuhoS//rOXUj1TFIwRuRsd0FX6skR7A==} + /esbuild-darwin-64/0.14.14: + resolution: {integrity: sha512-BEexYmjWafcISK8cT6O98E3TfcLuZL8DKuubry6G54n2+bD4GkoRD6HYUOnCkfl2p7jodA+s4369IjSFSWjtHg==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-darwin-arm64/0.14.10: - resolution: {integrity: sha512-RNaaoZDg3nsqs5z56vYCjk/VJ76npf752W0rOaCl5lO5TsgV9zecfdYgt7dtUrIx8b7APhVaNYud+tGsDOVC9g==} + /esbuild-darwin-arm64/0.14.14: + resolution: {integrity: sha512-tnBKm41pDOB1GtZ8q/w26gZlLLRzVmP8fdsduYjvM+yFD7E2DLG4KbPAqFMWm4Md9B+DitBglP57FY7AznxbTg==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-freebsd-64/0.14.10: - resolution: {integrity: sha512-10B3AzW894u6bGZZhWiJOHw1uEHb4AFbUuBdyml1Ht0vIqd+KqWW+iY/yMwQAzILr2WJZqEhbOXRkJtY8aRqOw==} + /esbuild-freebsd-64/0.14.14: + resolution: {integrity: sha512-Q9Rx6sgArOHalQtNwAaIzJ6dnQ8A+I7f/RsQsdkS3JrdzmnlFo8JEVofTmwVQLoIop7OKUqIVOGP4PoQcwfVMA==} cpu: [x64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-freebsd-arm64/0.14.10: - resolution: {integrity: sha512-mSQrKB7UaWvuryBTCo9leOfY2uEUSimAvcKIaUWbk5Hth9Sg+Try+qNA/NibPgs/vHkX0KFo/Rce6RPea+P15g==} + /esbuild-freebsd-arm64/0.14.14: + resolution: {integrity: sha512-TJvq0OpLM7BkTczlyPIphcvnwrQwQDG1HqxzoYePWn26SMUAlt6wrLnEvxdbXAvNvDLVzG83kA+JimjK7aRNBA==} cpu: [arm64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-linux-32/0.14.10: - resolution: {integrity: sha512-lktF09JgJLZ63ANYHIPdYe339PDuVn19Q/FcGKkXWf+jSPkn5xkYzAabboNGZNUgNqSJ/vY7VrOn6UrBbJjgYA==} + /esbuild-linux-32/0.14.14: + resolution: {integrity: sha512-h/CrK9Baimt5VRbu8gqibWV7e1P9l+mkanQgyOgv0Ng3jHT1NVFC9e6rb1zbDdaJVmuhWX5xVliUA5bDDCcJeg==} cpu: [ia32] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-64/0.14.10: - resolution: {integrity: sha512-K+gCQz2oLIIBI8ZM77e9sYD5/DwEpeYCrOQ2SYXx+R4OU2CT9QjJDi4/OpE7ko4AcYMlMW7qrOCuLSgAlEj4Wg==} + /esbuild-linux-64/0.14.14: + resolution: {integrity: sha512-IC+wAiIg/egp5OhQp4W44D9PcBOH1b621iRn1OXmlLzij9a/6BGr9NMIL4CRwz4j2kp3WNZu5sT473tYdynOuQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.14.10: - resolution: {integrity: sha512-BYa60dZ/KPmNKYxtHa3LSEdfKWHcm/RzP0MjB4AeBPhjS0D6/okhaBesZIY9kVIGDyeenKsJNOmnVt4+dhNnvQ==} + /esbuild-linux-arm/0.14.14: + resolution: {integrity: sha512-gxpOaHOPwp7zSmcKYsHrtxabScMqaTzfSQioAMUaB047YiMuDBzqVcKBG8OuESrYkGrL9DDljXr/mQNg7pbdaQ==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.14.10: - resolution: {integrity: sha512-+qocQuQvcp5wo/V+OLXxqHPc+gxHttJEvbU/xrCGE03vIMqraL4wMua8JQx0SWEnJCWP+Nhf//v8OSwz1Xr5kA==} + /esbuild-linux-arm64/0.14.14: + resolution: {integrity: sha512-6QVul3RI4M5/VxVIRF/I5F+7BaxzR3DfNGoqEVSCZqUbgzHExPn+LXr5ly1C7af2Kw4AHpo+wDqx8A4ziP9avw==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.14.10: - resolution: {integrity: sha512-nmUd2xoBXpGo4NJCEWoaBj+n4EtDoLEvEYc8Z3aSJrY0Oa6s04czD1flmhd0I/d6QEU8b7GQ9U0g/rtBfhtxBg==} + /esbuild-linux-mips64le/0.14.14: + resolution: {integrity: sha512-4Jl5/+xoINKbA4cesH3f4R+q0vltAztZ6Jm8YycS8lNhN1pgZJBDxWfI6HUMIAdkKlIpR1PIkA9aXQgZ8sxFAg==} cpu: [mips64el] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.14.10: - resolution: {integrity: sha512-vsOWZjm0rZix7HSmqwPph9arRVCyPtUpcURdayQDuIhMG2/UxJxpbdRaa//w4zYqcJzAWwuyH2PAlyy0ZNuxqQ==} + /esbuild-linux-ppc64le/0.14.14: + resolution: {integrity: sha512-BitW37GxeebKxqYNl4SVuSdnIJAzH830Lr6Mkq3pBHXtzQay0vK+IeOR/Ele1GtNVJ+/f8wYM53tcThkv5SC5w==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-s390x/0.14.10: - resolution: {integrity: sha512-knArKKZm0ypIYWOWyOT7+accVwbVV1LZnl2FWWy05u9Tyv5oqJ2F5+X2Vqe/gqd61enJXQWqoufXopvG3zULOg==} + /esbuild-linux-s390x/0.14.14: + resolution: {integrity: sha512-vLj6p76HOZG3wfuTr5MyO3qW5iu8YdhUNxuY+tx846rPo7GcKtYSPMusQjeVEfZlJpSYoR+yrNBBxq+qVF9zrw==} cpu: [s390x] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-netbsd-64/0.14.10: - resolution: {integrity: sha512-6Gg8neVcLeyq0yt9bZpReb8ntZ8LBEjthxrcYWVrBElcltnDjIy1hrzsujt0+sC2rL+TlSsE9dzgyuvlDdPp2w==} + /esbuild-netbsd-64/0.14.14: + resolution: {integrity: sha512-fn8looXPQhpVqUyCBWUuPjesH+yGIyfbIQrLKG05rr1Kgm3rZD/gaYrd3Wpmf5syVZx70pKZPvdHp8OTA+y7cQ==} cpu: [x64] os: [netbsd] requiresBuild: true dev: true optional: true - /esbuild-openbsd-64/0.14.10: - resolution: {integrity: sha512-9rkHZzp10zI90CfKbFrwmQjqZaeDmyQ6s9/hvCwRkbOCHuto6RvMYH9ghQpcr5cUxD5OQIA+sHXi0zokRNXjcg==} + /esbuild-openbsd-64/0.14.14: + resolution: {integrity: sha512-HdAnJ399pPff3SKbd8g+P4o5znseni5u5n5rJ6Z7ouqOdgbOwHe2ofZbMow17WMdNtz1IyOZk2Wo9Ve6/lZ4Rg==} cpu: [x64] os: [openbsd] requiresBuild: true dev: true optional: true - /esbuild-sunos-64/0.14.10: - resolution: {integrity: sha512-mEU+pqkhkhbwpJj5DiN3vL0GUFR/yrL3qj8ER1amIVyRibKbj02VM1QaIuk1sy5DRVIKiFXXgCaHvH3RNWCHIw==} + /esbuild-sunos-64/0.14.14: + resolution: {integrity: sha512-bmDHa99ulsGnYlh/xjBEfxoGuC8CEG5OWvlgD+pF7bKKiVTbtxqVCvOGEZeoDXB+ja6AvHIbPxrEE32J+m5nqQ==} cpu: [x64] os: [sunos] requiresBuild: true dev: true optional: true - /esbuild-windows-32/0.14.10: - resolution: {integrity: sha512-Z5DieUL1N6s78dOSdL95KWf8Y89RtPGxIoMF+LEy8ChDsX+pZpz6uAVCn+YaWpqQXO+2TnrcbgBIoprq2Mco1g==} + /esbuild-windows-32/0.14.14: + resolution: {integrity: sha512-6tVooQcxJCNenPp5GHZBs/RLu31q4B+BuF4MEoRxswT+Eq2JGF0ZWDRQwNKB8QVIo3t6Svc5wNGez+CwKNQjBg==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-64/0.14.10: - resolution: {integrity: sha512-LE5Mm62y0Bilu7RDryBhHIX8rK3at5VwJ6IGM3BsASidCfOBTzqcs7Yy0/Vkq39VKeTmy9/66BAfVoZRNznoDw==} + /esbuild-windows-64/0.14.14: + resolution: {integrity: sha512-kl3BdPXh0/RD/dad41dtzj2itMUR4C6nQbXQCyYHHo4zoUoeIXhpCrSl7BAW1nv5EFL8stT1V+TQVXGZca5A2A==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-arm64/0.14.10: - resolution: {integrity: sha512-OJOyxDtabvcUYTc+O4dR0JMzLBz6G9+gXIHA7Oc5d5Fv1xiYa0nUeo8+W5s2e6ZkPRdIwOseYoL70rZz80S5BA==} + /esbuild-windows-arm64/0.14.14: + resolution: {integrity: sha512-dCm1wTOm6HIisLanmybvRKvaXZZo4yEVrHh1dY0v582GThXJOzuXGja1HIQgV09RpSHYRL3m4KoUBL00l6SWEg==} cpu: [arm64] os: [win32] requiresBuild: true @@ -8950,29 +9015,29 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.10: - resolution: {integrity: sha512-ibZb+NwFqBwHHJlpnFMtg4aNmVK+LUtYMFC9CuKs6lDCBEvCHpqCFZFEirpqt1jOugwKGx8gALNGvX56lQyfew==} + /esbuild/0.14.14: + resolution: {integrity: sha512-aiK4ddv+uui0k52OqSHu4xxu+SzOim7Rlz4i25pMEiC8rlnGU0HJ9r+ZMfdWL5bzifg+nhnn7x4NSWTeehYblg==} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-arm64: 0.14.10 - esbuild-darwin-64: 0.14.10 - esbuild-darwin-arm64: 0.14.10 - esbuild-freebsd-64: 0.14.10 - esbuild-freebsd-arm64: 0.14.10 - esbuild-linux-32: 0.14.10 - esbuild-linux-64: 0.14.10 - esbuild-linux-arm: 0.14.10 - esbuild-linux-arm64: 0.14.10 - esbuild-linux-mips64le: 0.14.10 - esbuild-linux-ppc64le: 0.14.10 - esbuild-linux-s390x: 0.14.10 - esbuild-netbsd-64: 0.14.10 - esbuild-openbsd-64: 0.14.10 - esbuild-sunos-64: 0.14.10 - esbuild-windows-32: 0.14.10 - esbuild-windows-64: 0.14.10 - esbuild-windows-arm64: 0.14.10 + esbuild-android-arm64: 0.14.14 + esbuild-darwin-64: 0.14.14 + esbuild-darwin-arm64: 0.14.14 + esbuild-freebsd-64: 0.14.14 + esbuild-freebsd-arm64: 0.14.14 + esbuild-linux-32: 0.14.14 + esbuild-linux-64: 0.14.14 + esbuild-linux-arm: 0.14.14 + esbuild-linux-arm64: 0.14.14 + esbuild-linux-mips64le: 0.14.14 + esbuild-linux-ppc64le: 0.14.14 + esbuild-linux-s390x: 0.14.14 + esbuild-netbsd-64: 0.14.14 + esbuild-openbsd-64: 0.14.14 + esbuild-sunos-64: 0.14.14 + esbuild-windows-32: 0.14.14 + esbuild-windows-64: 0.14.14 + esbuild-windows-arm64: 0.14.14 dev: true /escalade/3.1.1: @@ -9009,16 +9074,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.3.0_eslint@8.7.0: + /eslint-config-prettier/8.3.0_eslint@8.8.0: resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.7.0 + eslint: 8.8.0 dev: true - /eslint-config-standard/16.0.3_307567209c86a35d1935a41944dd570a: + /eslint-config-standard/16.0.3_2a25cc217b1b361252d56d83ea72bd41: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -9026,10 +9091,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 8.7.0 - eslint-plugin-import: 2.25.3_eslint@8.7.0 - eslint-plugin-node: 11.1.0_eslint@8.7.0 - eslint-plugin-promise: 5.1.1_eslint@8.7.0 + eslint: 8.8.0 + eslint-plugin-import: 2.25.3_eslint@8.8.0 + eslint-plugin-node: 11.1.0_eslint@8.8.0 + eslint-plugin-promise: 5.1.1_eslint@8.8.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -9039,7 +9104,7 @@ packages: resolve: 1.20.0 dev: true - /eslint-import-resolver-typescript/2.5.0_eslint@8.7.0: + /eslint-import-resolver-typescript/2.5.0_eslint@8.8.0: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -9047,7 +9112,7 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 glob: 7.2.0 is-glob: 4.0.3 resolve: 1.20.0 @@ -9065,18 +9130,18 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.7.0: + /eslint-plugin-es/3.0.1_eslint@8.8.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.7.0 + eslint: 8.8.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.25.3_eslint@8.7.0: + /eslint-plugin-import/2.25.3_eslint@8.8.0: resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} engines: {node: '>=4'} peerDependencies: @@ -9086,7 +9151,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.7.0 + eslint: 8.8.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -9098,7 +9163,7 @@ packages: tsconfig-paths: 3.12.0 dev: true - /eslint-plugin-jest/25.3.0_9e54e34a1c1fe8f17df753d3e99f5089: + /eslint-plugin-jest/25.3.0_6caeb6cb45152aa0108016653772a704: resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -9111,23 +9176,23 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.4.0_aa3c9f6ac2fba0f1ac9a455e6e05a161 - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.7.0+typescript@4.5.5 - eslint: 8.7.0 + '@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 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.7.0: + /eslint-plugin-node/11.1.0_eslint@8.8.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.7.0 - eslint-plugin-es: 3.0.1_eslint@8.7.0 + eslint: 8.8.0 + eslint-plugin-es: 3.0.1_eslint@8.8.0 eslint-utils: 2.1.0 ignore: 5.1.9 minimatch: 3.0.4 @@ -9135,18 +9200,18 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-nuxt/3.1.0_eslint@8.7.0: + /eslint-plugin-nuxt/3.1.0_eslint@8.8.0: resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} dependencies: - eslint-plugin-vue: 8.3.0_eslint@8.7.0 + eslint-plugin-vue: 8.4.0_eslint@8.8.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.7.0 + vue-eslint-parser: 8.0.1_eslint@8.8.0 transitivePeerDependencies: - eslint - supports-color dev: true - /eslint-plugin-prettier/4.0.0_4660519532e4c3b0a9e5bb6623cfedf6: + /eslint-plugin-prettier/4.0.0_43197c8d12d1d439034cfcf65e1c48c2: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -9157,22 +9222,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.7.0 - eslint-config-prettier: 8.3.0_eslint@8.7.0 + eslint: 8.8.0 + eslint-config-prettier: 8.3.0_eslint@8.8.0 prettier: 2.5.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/5.1.1_eslint@8.7.0: + /eslint-plugin-promise/5.1.1_eslint@8.8.0: resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.7.0 + eslint: 8.8.0 dev: true - /eslint-plugin-unicorn/39.0.0_eslint@8.7.0: + /eslint-plugin-unicorn/39.0.0_eslint@8.8.0: resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==} engines: {node: '>=12'} peerDependencies: @@ -9181,9 +9246,9 @@ packages: '@babel/helper-validator-identifier': 7.15.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.7.0 - eslint-template-visitor: 2.3.2_eslint@8.7.0 - eslint-utils: 3.0.0_eslint@8.7.0 + eslint: 8.8.0 + eslint-template-visitor: 2.3.2_eslint@8.8.0 + eslint-utils: 3.0.0_eslint@8.8.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -9198,17 +9263,17 @@ packages: - supports-color dev: true - /eslint-plugin-vue/8.3.0_eslint@8.7.0: - resolution: {integrity: sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==} + /eslint-plugin-vue/8.4.0_eslint@8.8.0: + resolution: {integrity: sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.7.0 - eslint-utils: 3.0.0_eslint@8.7.0 + eslint: 8.8.0 + 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.7.0 + vue-eslint-parser: 8.2.0_eslint@8.8.0 transitivePeerDependencies: - supports-color dev: true @@ -9245,14 +9310,14 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.7.0: + /eslint-template-visitor/2.3.2_eslint@8.8.0: resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: '@babel/core': 7.16.12 - '@babel/eslint-parser': 7.16.3_@babel+core@7.16.12+eslint@8.7.0 - eslint: 8.7.0 + '@babel/eslint-parser': 7.16.3_@babel+core@7.16.12+eslint@8.8.0 + eslint: 8.8.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -9267,13 +9332,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.7.0: + /eslint-utils/3.0.0_eslint@8.8.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.7.0 + eslint: 8.8.0 eslint-visitor-keys: 2.1.0 dev: true @@ -9292,7 +9357,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin/2.5.4_eslint@8.7.0: + /eslint-webpack-plugin/2.5.4_eslint@8.8.0: resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9301,20 +9366,20 @@ packages: dependencies: '@types/eslint': 7.28.2 arrify: 2.0.1 - eslint: 8.7.0 + eslint: 8.8.0 jest-worker: 26.6.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 dev: true - /eslint/8.7.0: - resolution: {integrity: sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==} + /eslint/8.8.0: + resolution: {integrity: sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.0.5 - '@humanwhocodes/config-array': 0.9.2 + '@humanwhocodes/config-array': 0.9.3 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -9322,7 +9387,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.0 - eslint-utils: 3.0.0_eslint@8.7.0 + eslint-utils: 3.0.0_eslint@8.8.0 eslint-visitor-keys: 3.2.0 espree: 9.3.0 esquery: 1.4.0 @@ -9583,17 +9648,6 @@ packages: resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} dev: true - /fast-glob/3.2.10: - resolution: {integrity: sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==} - engines: {node: '>=8.6.0'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.4 - dev: true - /fast-glob/3.2.11: resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} engines: {node: '>=8.6.0'} @@ -9813,37 +9867,38 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.6.4: - resolution: {integrity: sha512-f9DpaBeesOKhF1mkAzAmDQ8pWq9VMvjV9y27BDtih+0VrAlHgmGPTt58y9IFZbjQyRsegpuVXjml1hMXe7qG+A==} + /firebase/9.6.5: + resolution: {integrity: sha512-RtJjR5iWU4B9FyGIQ3uorJwp9vXiu5ozAJZZjd1m2Lh9lWqfTKVQitG6nZOdK/Bcc/p4X3OEzlCcBnbi+XFZBA==} dependencies: - '@firebase/analytics': 0.7.5_@firebase+app@0.7.14 - '@firebase/analytics-compat': 0.1.6_8c68ed8df7b66473d54007d382e86e85 - '@firebase/app': 0.7.14 - '@firebase/app-check': 0.5.3_@firebase+app@0.7.14 - '@firebase/app-check-compat': 0.2.3_8c68ed8df7b66473d54007d382e86e85 - '@firebase/app-compat': 0.1.15 + '@firebase/analytics': 0.7.5_@firebase+app@0.7.15 + '@firebase/analytics-compat': 0.1.6_8e1af47ba56024e21adfe2783335459c + '@firebase/app': 0.7.15 + '@firebase/app-check': 0.5.3_@firebase+app@0.7.15 + '@firebase/app-check-compat': 0.2.3_8e1af47ba56024e21adfe2783335459c + '@firebase/app-compat': 0.1.16 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.6_@firebase+app@0.7.14 - '@firebase/auth-compat': 0.2.6_ac0404923be6fa57942dda687cee29d1 + '@firebase/auth': 0.19.7_@firebase+app@0.7.15 + '@firebase/auth-compat': 0.2.7_b31b1a2479a4ab5911a265a5ea02f70e '@firebase/database': 0.12.5_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.5_bf6a48fc8e85e6523d4715f1396e1d1c - '@firebase/firestore': 3.4.3_@firebase+app@0.7.14 - '@firebase/firestore-compat': 0.1.12_ac0404923be6fa57942dda687cee29d1 - '@firebase/functions': 0.7.7_6fe50591265b03be0da1ae819dd57237 - '@firebase/functions-compat': 0.1.8_ac0404923be6fa57942dda687cee29d1 - '@firebase/installations': 0.5.5_@firebase+app@0.7.14 - '@firebase/messaging': 0.9.7_@firebase+app@0.7.14 - '@firebase/messaging-compat': 0.1.7_8c68ed8df7b66473d54007d382e86e85 - '@firebase/performance': 0.5.5_@firebase+app@0.7.14 - '@firebase/performance-compat': 0.1.5_8c68ed8df7b66473d54007d382e86e85 + '@firebase/database-compat': 0.1.5_e72aca0c3b58e83e4bb40c479ad0b589 + '@firebase/firestore': 3.4.4_@firebase+app@0.7.15 + '@firebase/firestore-compat': 0.1.13_b31b1a2479a4ab5911a265a5ea02f70e + '@firebase/functions': 0.7.8_cc684ca3fc6885aee0e857a99aec0353 + '@firebase/functions-compat': 0.1.9_b31b1a2479a4ab5911a265a5ea02f70e + '@firebase/installations': 0.5.5_@firebase+app@0.7.15 + '@firebase/messaging': 0.9.7_@firebase+app@0.7.15 + '@firebase/messaging-compat': 0.1.7_8e1af47ba56024e21adfe2783335459c + '@firebase/performance': 0.5.5_@firebase+app@0.7.15 + '@firebase/performance-compat': 0.1.5_8e1af47ba56024e21adfe2783335459c '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.4_@firebase+app@0.7.14 - '@firebase/remote-config-compat': 0.1.5_8c68ed8df7b66473d54007d382e86e85 - '@firebase/storage': 0.9.1_@firebase+app@0.7.14 - '@firebase/storage-compat': 0.1.9_ac0404923be6fa57942dda687cee29d1 + '@firebase/remote-config': 0.3.4_@firebase+app@0.7.15 + '@firebase/remote-config-compat': 0.1.5_8e1af47ba56024e21adfe2783335459c + '@firebase/storage': 0.9.2_@firebase+app@0.7.15 + '@firebase/storage-compat': 0.1.10_b31b1a2479a4ab5911a265a5ea02f70e '@firebase/util': 1.4.3 transitivePeerDependencies: - bufferutil + - encoding - utf-8-validate dev: false @@ -9851,7 +9906,7 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.4 + flatted: 3.2.5 rimraf: 3.0.2 dev: true @@ -9859,8 +9914,8 @@ packages: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true - /flatted/3.2.4: - resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==} + /flatted/3.2.5: + resolution: {integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==} dev: true /flatten/1.0.3: @@ -9889,7 +9944,7 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.7.0+typescript@4.2.4: + /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.8.0+typescript@4.2.4: resolution: {integrity: sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9909,7 +9964,7 @@ packages: chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.7.0 + eslint: 8.8.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -9986,7 +10041,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 @@ -10223,17 +10278,6 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob/7.1.7: - resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /glob/7.2.0: resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} dependencies: @@ -10300,17 +10344,16 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.10 + fast-glob: 3.2.11 ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 dev: true - /globby/12.2.0: - resolution: {integrity: sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==} + /globby/13.1.0: + resolution: {integrity: sha512-BECc0Q0jlCk2BLaY2DuHFCdKo+Es6OzOHECV4KpNtVtgXZobl4jmLThiBPY+RiHoOFeI0pd1G035CFLFP/o2Fg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - array-union: 3.0.1 dir-glob: 3.0.1 fast-glob: 3.2.11 ignore: 5.2.0 @@ -10367,7 +10410,10 @@ packages: /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} - /graphql-config/4.1.0_10bffa78ded10dc50757752ad5914fc1: + /graceful-fs/4.2.9: + resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} + + /graphql-config/4.1.0_0770b5e7c8472fa386471f6934fce7ed: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -10378,7 +10424,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_40cdd4e48b3bed426175fc762469eeb8 + '@graphql-tools/url-loader': 7.7.0_0ccafe4d20d070f0f53eb24415f9cfc8 '@graphql-tools/utils': 8.5.5_graphql@15.7.2 cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 @@ -10391,13 +10437,13 @@ packages: - typescript - utf-8-validate - /graphql-language-service-interface/2.9.1_10bffa78ded10dc50757752ad5914fc1: + /graphql-language-service-interface/2.9.1_0770b5e7c8472fa386471f6934fce7ed: 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_10bffa78ded10dc50757752ad5914fc1 + graphql-language-service-parser: 1.10.4_0770b5e7c8472fa386471f6934fce7ed 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 @@ -10408,13 +10454,13 @@ packages: - utf-8-validate dev: false - /graphql-language-service-parser/1.10.4_10bffa78ded10dc50757752ad5914fc1: + /graphql-language-service-parser/1.10.4_0770b5e7c8472fa386471f6934fce7ed: 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_10bffa78ded10dc50757752ad5914fc1 + graphql-language-service-types: 1.8.7_0770b5e7c8472fa386471f6934fce7ed transitivePeerDependencies: - '@types/node' - bufferutil @@ -10430,13 +10476,13 @@ packages: graphql: 15.7.2 dev: false - /graphql-language-service-types/1.8.7_10bffa78ded10dc50757752ad5914fc1: + /graphql-language-service-types/1.8.7_0770b5e7c8472fa386471f6934fce7ed: 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_10bffa78ded10dc50757752ad5914fc1 + graphql-config: 4.1.0_0770b5e7c8472fa386471f6934fce7ed vscode-languageserver-types: 3.16.0 transitivePeerDependencies: - '@types/node' @@ -10704,8 +10750,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 @@ -11273,6 +11319,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'} @@ -11680,7 +11732,7 @@ packages: '@jest/environment': 27.4.6 '@jest/test-result': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -11823,7 +11875,7 @@ packages: '@jest/environment': 27.4.6 '@jest/fake-timers': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 jest-mock: 27.4.6 jest-util: 27.4.2 jsdom: 16.7.0 @@ -11841,7 +11893,7 @@ packages: '@jest/environment': 27.4.6 '@jest/fake-timers': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 jest-mock: 27.4.6 jest-util: 27.4.2 dev: true @@ -11862,7 +11914,7 @@ packages: dependencies: '@jest/types': 27.4.2 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.9 + '@types/node': 17.0.13 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 @@ -11884,7 +11936,7 @@ packages: '@jest/source-map': 27.4.0 '@jest/test-result': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 chalk: 4.1.2 co: 4.6.0 expect: 27.4.6 @@ -11964,7 +12016,7 @@ 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.10 + '@types/node': 17.0.13 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.4.6: @@ -12025,7 +12077,7 @@ packages: '@jest/test-result': 27.4.6 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 @@ -12089,7 +12141,7 @@ packages: resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 17.0.9 + '@types/node': 17.0.13 graceful-fs: 4.2.8 dev: true @@ -12128,7 +12180,7 @@ 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.9 + '@types/node': 17.0.13 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.8 @@ -12153,7 +12205,7 @@ packages: dependencies: '@jest/test-result': 27.4.6 '@jest/types': 27.4.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.4.2 @@ -12181,7 +12233,7 @@ packages: resolution: {integrity: sha512-gHWJF/6Xi5CTG5QCvROr6GcmpIqNYpDJyc8A1h/DyXqH1tD6SnRCM0d3U5msV31D2LB/U+E0M+W4oyvKV44oNw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.9 + '@types/node': 17.0.13 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -12211,6 +12263,11 @@ packages: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} dev: true + /jiti/1.12.15: + resolution: {integrity: sha512-/+K89y6KJA2nISbWrlc/773XdpDgSQq/LdQ+ZZyw2jRxUNyquPtbsDCCCMRzzNORUgroUGc4nAXxJEnQvpViCA==} + hasBin: true + dev: true + /jiti/1.12.9: resolution: {integrity: sha512-TdcJywkQtcwLxogc4rSMAi479G2eDPzfW0fLySks7TPhgZZ4s/tM6stnzayIh3gS/db3zExWJyUx4cNWrwAmoQ==} hasBin: true @@ -12395,7 +12452,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=} @@ -12562,8 +12619,8 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/12.3.1: - resolution: {integrity: sha512-Ocht/eT+4/siWOZDJpNUKcKX2UeWW/pDbohJ4gRsrafAjBi79JK8kiNVk2ciIVNKdw0Q4ABptl2nr6uQAlRImw==} + /lint-staged/12.3.2: + resolution: {integrity: sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -12679,6 +12736,11 @@ packages: strip-bom: 3.0.0 dev: true + /load-tsconfig/0.2.3: + resolution: {integrity: sha512-iyT2MXws+dc2Wi6o3grCFtGXpeMvHmJqS27sMPGtV2eUu4PeFnG+33I8BlFK1t1NWMjOpcx9bridn5yxLDX2gQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + /loader-runner/2.4.0: resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} @@ -13104,7 +13166,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros/1.1.4_@types+node@17.0.10: + /meros/1.1.4_@types+node@17.0.13: resolution: {integrity: sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==} engines: {node: '>=12'} peerDependencies: @@ -13113,7 +13175,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 17.0.10 + '@types/node': 17.0.13 /micromatch/3.1.0: resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==} @@ -13168,10 +13230,6 @@ packages: brorand: 1.1.0 dev: false - /mime-db/1.50.0: - resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==} - engines: {node: '>= 0.6'} - /mime-db/1.51.0: resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} engines: {node: '>= 0.6'} @@ -13182,12 +13240,6 @@ packages: charset: 1.0.1 dev: false - /mime-types/2.1.33: - resolution: {integrity: sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==} - engines: {node: '>= 0.6'} - dependencies: - mime-db: 1.50.0 - /mime-types/2.1.34: resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} engines: {node: '>= 0.6'} @@ -13345,32 +13397,36 @@ packages: resolution: {integrity: sha512-zMq5n3cOf4fOzA4WoeulxagbAgMChdev3MgP6K51k7M0u2whTXxupfIY4VVzws4vxkiWhwH1rVQcsw7zDGfRhA==} dev: true - /mocha/9.1.4: - resolution: {integrity: sha512-+q2aV5VlJZuLgCWoBvGI5zEwPF9eEI0kr/sAA9Jm4xMND7RfIEyF8JE7C0JIg8WXRG+P1sdIAb5ccoHPlXLzcw==} + /mlly/0.4.1: + resolution: {integrity: sha512-MMJfTYwiasPah+Tx1s948OWd/+dnSxMpwPDgIt4uhnsGRuKgWG6RxUA1SzQI7Tvv0WCcpdast7htAuLU6J7YcA==} + dev: true + + /mocha/9.2.0: + resolution: {integrity: sha512-kNn7E8g2SzVcq0a77dkphPsDSN7P+iYkqE0ZsGCYWRsoiKjOt+NvXfaagik8vuDa6W5Zw3qxe8Jfpt5qKf+6/Q==} engines: {node: '>= 12.0.0'} hasBin: true dependencies: '@ungap/promise-all-settled': 1.1.2 ansi-colors: 4.1.1 browser-stdout: 1.3.1 - chokidar: 3.5.2 - debug: 4.3.2_supports-color@8.1.1 + chokidar: 3.5.3 + debug: 4.3.3_supports-color@8.1.1 diff: 5.0.0 escape-string-regexp: 4.0.0 find-up: 5.0.0 - glob: 7.1.7 + glob: 7.2.0 growl: 1.10.5 he: 1.2.0 js-yaml: 4.1.0 log-symbols: 4.1.0 minimatch: 3.0.4 ms: 2.1.3 - nanoid: 3.1.25 + nanoid: 3.2.0 serialize-javascript: 6.0.0 strip-json-comments: 3.1.1 supports-color: 8.1.1 which: 2.0.2 - workerpool: 6.1.5 + workerpool: 6.2.0 yargs: 16.2.0 yargs-parser: 20.2.4 yargs-unparser: 2.0.0 @@ -13436,17 +13492,17 @@ packages: dev: false optional: true - /nanoid/3.1.25: - resolution: {integrity: sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true - /nanoid/3.1.30: resolution: {integrity: sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + /nanoid/3.2.0: + resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + /nanomatch/1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} @@ -13512,19 +13568,24 @@ packages: engines: {node: 4.x || >=6.0.0} dev: true - /node-fetch/2.6.5: - resolution: {integrity: sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==} - engines: {node: 4.x || >=6.0.0} - dependencies: - whatwg-url: 5.0.0 - dev: false - /node-fetch/2.6.6: resolution: {integrity: sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==} engines: {node: 4.x || >=6.0.0} dependencies: whatwg-url: 5.0.0 + /node-fetch/2.6.7: + resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + 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'} @@ -13606,7 +13667,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 @@ -13615,8 +13676,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 @@ -13726,7 +13787,7 @@ packages: /nuxt-windicss/2.2.2: resolution: {integrity: sha512-4tvzk9d2TUFxloty187D+wmO8ZNAvpSmRJ5HQO3/AvZdMMhAl4gomXR9fCgFKQe7Fxcj9nIKNInOx8TWowjiqA==} dependencies: - '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27379487.e0cf2d7 + '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27389502.88da719 '@windicss/plugin-utils': 1.6.1 consola: 2.15.3 defu: 5.0.0 @@ -14334,6 +14395,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'} @@ -14863,10 +14929,12 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-prefix-selector/1.13.0: - resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==} + /postcss-prefix-selector/1.14.0_postcss@5.2.18: + resolution: {integrity: sha512-8d5fiBQZWMtGWH/7ewEeo6RnBNyT2kLD5wTIfV2oHYqH4hjiofg/rP5X3SUwnqOINzE4mM/K/UOAiNrIaKzd4w==} + peerDependencies: + postcss: 7.x || 8.x dependencies: - postcss: 8.3.11 + postcss: 5.2.18 dev: true /postcss-preset-env/6.7.0: @@ -15079,15 +15147,6 @@ packages: picocolors: 0.2.1 source-map: 0.6.1 - /postcss/8.3.11: - resolution: {integrity: sha512-hCmlUAIlUiav8Xdqw3Io4LcpA1DOt7h3LSTAC4G6JGHFFaWzI6qvFt9oilvl8BmkbBRX1IhM90ZAmpk68zccQA==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.1.30 - picocolors: 1.0.0 - source-map-js: 0.6.2 - dev: true - /postcss/8.4.5: resolution: {integrity: sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==} engines: {node: ^10 || ^12 || >=14} @@ -15278,8 +15337,8 @@ packages: sisteransi: 1.0.5 dev: true - /prop-types/15.7.2: - resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} + /prop-types/15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 @@ -15314,7 +15373,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 17.0.10 + '@types/node': 17.0.13 long: 4.0.0 dev: false @@ -15784,6 +15843,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: @@ -15856,7 +15924,7 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.1.0_rollup@2.66.0+typescript@4.5.5: + /rollup-plugin-dts/4.1.0_rollup@2.66.1+typescript@4.5.5: resolution: {integrity: sha512-rriXIm3jdUiYeiAAd1Fv+x2AxK6Kq6IybB2Z/IdoAW95fb4uRUurYsEYKa8L1seedezDeJhy8cfo8FEL9aZzqg==} engines: {node: '>=v12.22.7'} peerDependencies: @@ -15864,13 +15932,13 @@ packages: typescript: ~4.1 || ~4.2 || ~4.3 || ~4.4 || ~4.5 dependencies: magic-string: 0.25.7 - rollup: 2.66.0 + rollup: 2.66.1 typescript: 4.5.5 optionalDependencies: '@babel/code-frame': 7.16.7 dev: true - /rollup-plugin-ts/2.0.5_rollup@2.66.0+typescript@4.5.5: + /rollup-plugin-ts/2.0.5_rollup@2.66.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: @@ -15904,22 +15972,14 @@ packages: compatfactory: 0.0.12_typescript@4.5.5 crosspath: 1.0.0 magic-string: 0.25.7 - rollup: 2.66.0 + rollup: 2.66.1 ts-clone-node: 0.3.30_typescript@4.5.5 tslib: 2.3.1 typescript: 4.5.5 dev: true - /rollup/2.64.0: - resolution: {integrity: sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - - /rollup/2.66.0: - resolution: {integrity: sha512-L6mKOkdyP8HK5kKJXaiWG7KZDumPJjuo1P+cfyHOJPNNTK3Moe7zCH5+fy7v8pVmHXtlxorzaBjvkBMB23s98g==} + /rollup/2.66.1: + resolution: {integrity: sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -16088,19 +16148,19 @@ 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 dev: false - /selenium-webdriver/4.1.0: - resolution: {integrity: sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==} + /selenium-webdriver/4.1.1: + resolution: {integrity: sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 tmp: 0.2.1 - ws: 8.4.0 + ws: 8.4.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -16493,11 +16553,6 @@ packages: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} dev: false - /source-map-js/0.6.2: - resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} - engines: {node: '>=0.10.0'} - dev: true - /source-map-js/1.0.1: resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} engines: {node: '>=0.10.0'} @@ -16752,12 +16807,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 @@ -17047,7 +17102,7 @@ packages: glob: 7.1.6 lines-and-columns: 1.2.4 mz: 2.7.0 - pirates: 4.0.4 + pirates: 4.0.5 ts-interface-checker: 0.1.13 dev: true @@ -17094,6 +17149,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: @@ -17113,7 +17173,7 @@ packages: merge-options: 1.0.1 micromatch: 3.1.0 postcss: 5.2.18 - postcss-prefix-selector: 1.13.0 + postcss-prefix-selector: 1.14.0_postcss@5.2.18 posthtml-rename-id: 1.0.12 posthtml-svg-mode: 1.0.3 query-string: 4.3.4 @@ -17636,7 +17696,7 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/10.4.0_9d6cd740eceb93d711351e2e9548d1bd: + /ts-node/10.4.0_40146b36d18138e3202fbb722e5f65e4: resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} hasBin: true peerDependencies: @@ -17655,7 +17715,7 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 17.0.10 + '@types/node': 17.0.13 acorn: 8.7.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -17717,8 +17777,8 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tsup/5.11.11: - resolution: {integrity: sha512-rgbTu+KhAI9PdGUS07rKohDXbRLTstBGJaxl75q7RZYRGF+n+kN8L4RlXY5pqYb9Hsq0gEB6nS39v7nSvVBS+g==} + /tsup/5.11.13: + resolution: {integrity: sha512-NVMK01gVmojZn7+iZwxRK1CzW2BIabaVMyEjs7Nm9lm4DrSf7IAqs2F3fg0vT7rH72x1cIBsW9U/TlWrCvHVQQ==} hasBin: true peerDependencies: typescript: ^4.1.0 @@ -17726,17 +17786,17 @@ packages: typescript: optional: true dependencies: - bundle-require: 2.2.0_esbuild@0.14.10 + bundle-require: 3.0.4_esbuild@0.14.14 cac: 6.7.12 - chokidar: 3.5.2 + chokidar: 3.5.3 debug: 4.3.3 - esbuild: 0.14.10 + esbuild: 0.14.14 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 postcss-load-config: 3.1.1 resolve-from: 5.0.0 - rollup: 2.64.0 + rollup: 2.66.1 source-map: 0.7.3 sucrase: 3.20.3 tree-kill: 1.2.2 @@ -18044,7 +18104,7 @@ packages: dependencies: file-loader: 6.2.0 loader-utils: 2.0.2 - mime-types: 2.1.33 + mime-types: 2.1.34 schema-utils: 3.1.1 dev: true @@ -18060,7 +18120,7 @@ packages: dependencies: file-loader: 6.2.0_webpack@4.46.0 loader-utils: 2.0.2 - mime-types: 2.1.33 + mime-types: 2.1.34 schema-utils: 3.1.1 webpack: 4.46.0 dev: false @@ -18214,14 +18274,14 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-eslint-parser/8.0.1_eslint@8.7.0: + /vue-eslint-parser/8.0.1_eslint@8.8.0: resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.3 - eslint: 8.7.0 + eslint: 8.8.0 eslint-scope: 6.0.0 eslint-visitor-keys: 3.2.0 espree: 9.3.0 @@ -18232,6 +18292,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 @@ -18440,7 +18518,7 @@ packages: graceful-fs: 4.2.8 neo-async: 2.6.2 optionalDependencies: - chokidar: 3.5.2 + chokidar: 3.5.3 watchpack-chokidar2: 2.0.1 dev: false @@ -18731,8 +18809,8 @@ packages: schema-utils: 3.1.1 dev: true - /workerpool/6.1.5: - resolution: {integrity: sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==} + /workerpool/6.2.0: + resolution: {integrity: sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==} dev: true /wrap-ansi/3.0.1: @@ -18863,6 +18941,19 @@ packages: utf-8-validate: optional: true + /ws/8.4.2: + resolution: {integrity: sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dev: false + /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} dev: true @@ -18952,11 +19043,11 @@ packages: /yargs-parser/20.2.4: resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} engines: {node: '>=10'} - dev: true /yargs-parser/20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} + dev: true /yargs-parser/21.0.0: resolution: {integrity: sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==} @@ -18999,7 +19090,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 20.2.9 + yargs-parser: 20.2.4 /yargs/17.3.1: resolution: {integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==}