From 1e08e7f73d2f9fa23d0e556e11c016373dd651cf Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 21 Nov 2021 19:47:06 +0530 Subject: [PATCH] chore(deps): bump --- package.json | 7 +- packages/codemirror-lang-graphql/package.json | 9 +- packages/hoppscotch-app/package.json | 16 +- packages/hoppscotch-js-sandbox/package.json | 16 +- pnpm-lock.yaml | 1261 +++++++++-------- 5 files changed, 734 insertions(+), 575 deletions(-) diff --git a/package.json b/package.json index e584efd3b..d18aa98e2 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Open source API development ecosystem", "author": "Hoppscotch (support@hoppscotch.io)", "private": true, + "license": "MIT", "scripts": { "preinstall": "npx only-allow pnpm", "prepare": "husky install", @@ -20,10 +21,10 @@ ], "dependencies": { "husky": "^7.0.4", - "lint-staged": "^12.0.2" + "lint-staged": "^12.0.3" }, "devDependencies": { - "@commitlint/cli": "^14.1.0", - "@commitlint/config-conventional": "^14.1.0" + "@commitlint/cli": "^15.0.0", + "@commitlint/config-conventional": "^15.0.0" } } diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index 7e5c7bbb0..5e76a0077 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -2,6 +2,7 @@ "name": "@hoppscotch/codemirror-lang-graphql", "version": "0.1.0", "description": "GraphQL language support for CodeMirror", + "author": "Hoppscotch (support@hoppscotch.io)", "scripts": { "prepare": "rollup -c" }, @@ -22,10 +23,10 @@ "devDependencies": { "@lezer/generator": "^0.15.0", "mocha": "^9.0.1", - "rollup": "^2.35.1", - "rollup-plugin-dts": "^3.0.2", - "rollup-plugin-ts": "^1.4.0", - "typescript": "^4.3.4" + "rollup": "^2.60.0", + "rollup-plugin-dts": "^4.0.1", + "rollup-plugin-ts": "^2.0.4", + "typescript": "^4.5.2" }, "license": "MIT" } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index b6ada3577..cf83b00c2 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -64,12 +64,12 @@ "@urql/core": "^2.3.5", "@urql/exchange-auth": "^0.1.6", "@urql/exchange-graphcache": "^4.3.5", - "acorn": "^8.5.0", + "acorn": "^8.6.0", "acorn-walk": "^8.2.0", "axios": "^0.24.0", "core-js": "^3.19.1", "esprima": "^4.0.1", - "firebase": "^9.4.1", + "firebase": "^9.5.0", "fp-ts": "^2.11.5", "fuse.js": "^6.4.6", "graphql": "^15.7.2", @@ -92,7 +92,7 @@ "subscriptions-transport-ws": "^0.11.0", "tern": "^0.24.3", "uuid": "8.3.2", - "vue-apollo": "^3.0.8", + "vue-apollo": "^3.1.0", "vue-cli-plugin-apollo": "^0.22.2", "vue-functional-data-merge": "^3.1.0", "vue-github-button": "^1.3.0", @@ -104,7 +104,7 @@ }, "devDependencies": { "@babel/core": "^7.16.0", - "@babel/preset-env": "^7.16.0", + "@babel/preset-env": "^7.16.4", "@graphql-codegen/add": "^3.1.0", "@graphql-codegen/cli": "2.2.2", "@graphql-codegen/typed-document-node": "^2.2.0", @@ -132,14 +132,14 @@ "@types/splitpanes": "^2.2.1", "@urql/devtools": "^2.0.3", "@vue/runtime-dom": "^3.2.22", - "@vue/test-utils": "^1.2.2", + "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.3.1", - "eslint": "^8.2.0", + "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.0.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^8.0.3", + "eslint-plugin-vue": "^8.1.1", "jest": "^27.3.1", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", @@ -151,7 +151,7 @@ "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^24.0.0", - "stylelint-config-standard-scss": "^2.0.1", + "stylelint-config-standard-scss": "^3.0.0", "ts-jest": "^27.0.7", "typescript": "^4.4.4", "vue-jest": "^3.0.7", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 98c3ec693..7fb24ea79 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -30,7 +30,7 @@ "apis", "test-runner" ], - "author": "The Hoppscotch Team (https://hoppscotch.com/)", + "author": "Hoppscotch (support@hoppscotch.io)", "license": "MIT", "dependencies": { "fp-ts": "^2.11.5", @@ -40,18 +40,18 @@ "devDependencies": { "@digitak/esrun": "^1.2.8", "@relmify/jest-fp-ts": "^1.1.1", - "@types/jest": "^27.0.2", - "@types/lodash": "^4.14.176", - "@types/node": "^16.11.7", - "@typescript-eslint/eslint-plugin": "^5.3.1", - "@typescript-eslint/parser": "^5.3.1", - "eslint": "^8.2.0", + "@types/jest": "^27.0.3", + "@types/lodash": "^4.14.177", + "@types/node": "^16.11.9", + "@typescript-eslint/eslint-plugin": "^5.4.0", + "@typescript-eslint/parser": "^5.4.0", + "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", "jest": "^27.3.1", "prettier": "^2.4.1", "ts-jest": "^27.0.7", - "typescript": "^4.4.4" + "typescript": "^4.5.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f5f62c37f..ebe31e17c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,16 +4,16 @@ importers: .: specifiers: - '@commitlint/cli': ^14.1.0 - '@commitlint/config-conventional': ^14.1.0 + '@commitlint/cli': ^15.0.0 + '@commitlint/config-conventional': ^15.0.0 husky: ^7.0.4 - lint-staged: ^12.0.2 + lint-staged: ^12.0.3 dependencies: husky: 7.0.4 - lint-staged: 12.0.2 + lint-staged: 12.0.3 devDependencies: - '@commitlint/cli': 14.1.0 - '@commitlint/config-conventional': 14.1.0 + '@commitlint/cli': 15.0.0 + '@commitlint/config-conventional': 15.0.0 packages/codemirror-lang-graphql: specifiers: @@ -22,10 +22,10 @@ importers: '@lezer/generator': ^0.15.0 '@lezer/lr': ^0.15.0 mocha: ^9.0.1 - rollup: ^2.35.1 - rollup-plugin-dts: ^3.0.2 - rollup-plugin-ts: ^1.4.0 - typescript: ^4.3.4 + rollup: ^2.60.0 + rollup-plugin-dts: ^4.0.1 + rollup-plugin-ts: ^2.0.4 + typescript: ^4.5.2 dependencies: '@codemirror/highlight': 0.19.6 '@codemirror/language': 0.19.3 @@ -33,16 +33,16 @@ importers: devDependencies: '@lezer/generator': 0.15.2 mocha: 9.1.3 - rollup: 2.59.0 - rollup-plugin-dts: 3.0.2_rollup@2.59.0+typescript@4.4.4 - rollup-plugin-ts: 1.4.7_rollup@2.59.0+typescript@4.4.4 - typescript: 4.4.4 + rollup: 2.60.0 + rollup-plugin-dts: 4.0.1_rollup@2.60.0+typescript@4.5.2 + rollup-plugin-ts: 2.0.4_rollup@2.60.0+typescript@4.5.2 + typescript: 4.5.2 packages/hoppscotch-app: specifiers: '@apollo/client': ^3.4.17 '@babel/core': ^7.16.0 - '@babel/preset-env': ^7.16.0 + '@babel/preset-env': ^7.16.4 '@codemirror/autocomplete': ^0.19.4 '@codemirror/closebrackets': ^0.19.0 '@codemirror/commands': ^0.19.5 @@ -100,20 +100,20 @@ importers: '@urql/exchange-auth': ^0.1.6 '@urql/exchange-graphcache': ^4.3.5 '@vue/runtime-dom': ^3.2.22 - '@vue/test-utils': ^1.2.2 - acorn: ^8.5.0 + '@vue/test-utils': ^1.3.0 + acorn: ^8.6.0 acorn-walk: ^8.2.0 axios: ^0.24.0 babel-core: ^7.0.0-bridge.0 babel-jest: ^27.3.1 core-js: ^3.19.1 - eslint: ^8.2.0 + eslint: ^8.3.0 eslint-config-prettier: ^8.3.0 eslint-plugin-nuxt: ^3.0.0 eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^8.0.3 + eslint-plugin-vue: ^8.1.1 esprima: ^4.0.1 - firebase: ^9.4.1 + firebase: ^9.5.0 fp-ts: ^2.11.5 fuse.js: ^6.4.6 graphql: ^15.7.2 @@ -144,13 +144,13 @@ importers: stylelint: ^14.1.0 stylelint-config-prettier: ^9.0.3 stylelint-config-standard: ^24.0.0 - stylelint-config-standard-scss: ^2.0.1 + stylelint-config-standard-scss: ^3.0.0 subscriptions-transport-ws: ^0.11.0 tern: ^0.24.3 ts-jest: ^27.0.7 typescript: ^4.4.4 uuid: 8.3.2 - vue-apollo: ^3.0.8 + vue-apollo: ^3.1.0 vue-cli-plugin-apollo: ^0.22.2 vue-functional-data-merge: ^3.1.0 vue-github-button: ^1.3.0 @@ -193,12 +193,12 @@ importers: '@urql/core': 2.3.5_graphql@15.7.2 '@urql/exchange-auth': 0.1.6_graphql@15.7.2 '@urql/exchange-graphcache': 4.3.5_graphql@15.7.2 - acorn: 8.5.0 + acorn: 8.6.0 acorn-walk: 8.2.0 axios: 0.24.0 core-js: 3.19.1 esprima: 4.0.1 - firebase: 9.4.1 + firebase: 9.5.0 fp-ts: 2.11.5 fuse.js: 6.4.6 graphql: 15.7.2 @@ -215,13 +215,13 @@ importers: rxjs: 7.4.0 socket.io-client-v2: /socket.io-client/2.4.0 socket.io-client-v3: /socket.io-client/3.1.3 - socket.io-client-v4: /socket.io-client/4.3.2 + socket.io-client-v4: /socket.io-client/4.4.0 socketio-wildcard: 2.0.0 splitpanes: 2.3.8 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 tern: 0.24.3 uuid: 8.3.2 - vue-apollo: 3.0.8_graphql-tag@2.12.6 + vue-apollo: 3.1.0_graphql-tag@2.12.6 vue-cli-plugin-apollo: 0.22.2_typescript@4.4.4 vue-functional-data-merge: 3.1.0 vue-github-button: 1.3.0 @@ -232,7 +232,7 @@ importers: yargs-parser: 21.0.0 devDependencies: '@babel/core': 7.16.0 - '@babel/preset-env': 7.16.0_@babel+core@7.16.0 + '@babel/preset-env': 7.16.4_@babel+core@7.16.0 '@graphql-codegen/add': 3.1.0_graphql@15.7.2 '@graphql-codegen/cli': 2.2.2_graphql@15.7.2+typescript@4.4.4 '@graphql-codegen/typed-document-node': 2.2.0_graphql@15.7.2 @@ -242,11 +242,11 @@ importers: '@graphql-codegen/urql-introspection': 2.1.0_graphql@15.7.2 '@graphql-typed-document-node/core': 3.1.0_graphql@15.7.2 '@nuxt/types': 2.15.8_sass@1.43.4 - '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.2.0 + '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.3.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 7.0.2_eslint@8.2.0+typescript@4.4.4 - '@nuxtjs/eslint-module': 3.0.2_eslint@8.2.0 + '@nuxtjs/eslint-config-typescript': 7.0.2_eslint@8.3.0+typescript@4.4.4 + '@nuxtjs/eslint-module': 3.0.2_eslint@8.3.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 @@ -260,14 +260,14 @@ importers: '@types/splitpanes': 2.2.1 '@urql/devtools': 2.0.3_@urql+core@2.3.5+graphql@15.7.2 '@vue/runtime-dom': 3.2.22 - '@vue/test-utils': 1.2.2 + '@vue/test-utils': 1.3.0 babel-core: 7.0.0-bridge.0_@babel+core@7.16.0 babel-jest: 27.3.1_@babel+core@7.16.0 - eslint: 8.2.0 - eslint-config-prettier: 8.3.0_eslint@8.2.0 - eslint-plugin-nuxt: 3.0.0_eslint@8.2.0 - eslint-plugin-prettier: 4.0.0_307f015733298e29da9050ea0cee5b9e - eslint-plugin-vue: 8.0.3_eslint@8.2.0 + eslint: 8.3.0 + eslint-config-prettier: 8.3.0_eslint@8.3.0 + eslint-plugin-nuxt: 3.0.0_eslint@8.3.0 + eslint-plugin-prettier: 4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae + eslint-plugin-vue: 8.1.1_eslint@8.3.0 jest: 27.3.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 @@ -279,7 +279,7 @@ importers: stylelint: 14.1.0 stylelint-config-prettier: 9.0.3_stylelint@14.1.0 stylelint-config-standard: 24.0.0_stylelint@14.1.0 - stylelint-config-standard-scss: 2.0.1_stylelint@14.1.0 + stylelint-config-standard-scss: 3.0.0_stylelint@14.1.0 ts-jest: 27.0.7_a7dafc91af6295e122f6cf3cdfbc4ccb typescript: 4.4.4 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 @@ -289,12 +289,12 @@ importers: specifiers: '@digitak/esrun': ^1.2.8 '@relmify/jest-fp-ts': ^1.1.1 - '@types/jest': ^27.0.2 - '@types/lodash': ^4.14.176 - '@types/node': ^16.11.7 - '@typescript-eslint/eslint-plugin': ^5.3.1 - '@typescript-eslint/parser': ^5.3.1 - eslint: ^8.2.0 + '@types/jest': ^27.0.3 + '@types/lodash': ^4.14.177 + '@types/node': ^16.11.9 + '@typescript-eslint/eslint-plugin': ^5.4.0 + '@typescript-eslint/parser': ^5.4.0 + eslint: ^8.3.0 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.5 @@ -304,7 +304,7 @@ importers: prettier: ^2.4.1 quickjs-emscripten: ^0.13.0 ts-jest: ^27.0.7 - typescript: ^4.4.4 + typescript: ^4.5.2 dependencies: fp-ts: 2.11.5 lodash: 4.17.21 @@ -312,19 +312,19 @@ importers: devDependencies: '@digitak/esrun': 1.2.8 '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.5+io-ts@2.2.16 - '@types/jest': 27.0.2 - '@types/lodash': 4.14.176 - '@types/node': 16.11.7 - '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 - '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 - eslint: 8.2.0 - eslint-config-prettier: 8.3.0_eslint@8.2.0 - eslint-plugin-prettier: 4.0.0_307f015733298e29da9050ea0cee5b9e + '@types/jest': 27.0.3 + '@types/lodash': 4.14.177 + '@types/node': 16.11.9 + '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 + eslint: 8.3.0 + eslint-config-prettier: 8.3.0_eslint@8.3.0 + eslint-plugin-prettier: 4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae io-ts: 2.2.16_fp-ts@2.11.5 jest: 27.3.1 prettier: 2.4.1 - ts-jest: 27.0.7_2c4ca6574207836d1023f54689cc81ac - typescript: 4.4.4 + ts-jest: 27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5 + typescript: 4.5.2 packages: @@ -508,6 +508,10 @@ packages: resolution: {integrity: sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==} engines: {node: '>=6.9.0'} + /@babel/compat-data/7.16.4: + resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} + engines: {node: '>=6.9.0'} + /@babel/core/7.16.0: resolution: {integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==} engines: {node: '>=6.9.0'} @@ -530,7 +534,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.16.0_@babel+core@7.16.0+eslint@8.2.0: + /@babel/eslint-parser/7.16.0_@babel+core@7.16.0+eslint@8.3.0: resolution: {integrity: sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -538,7 +542,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.16.0 - eslint: 8.2.0 + eslint: 8.3.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -548,7 +552,7 @@ packages: resolution: {integrity: sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.0 + '@babel/types': 7.15.0 jsesc: 2.5.2 source-map: 0.5.7 dev: false @@ -586,6 +590,18 @@ packages: browserslist: 4.17.5 semver: 6.3.0 + /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: + resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.16.4 + '@babel/core': 7.16.0 + '@babel/helper-validator-option': 7.14.5 + browserslist: 4.18.1 + semver: 6.3.0 + /@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.0: resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==} engines: {node: '>=6.9.0'} @@ -628,6 +644,24 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: false + + /@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.16.0: + resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==} + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 + '@babel/helper-module-imports': 7.16.0 + '@babel/helper-plugin-utils': 7.14.5 + '@babel/traverse': 7.16.3 + debug: 4.3.2 + lodash.debounce: 4.0.8 + resolve: 1.20.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color /@babel/helper-explode-assignable-expression/7.16.0: resolution: {integrity: sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==} @@ -692,8 +726,8 @@ packages: resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.16.0: - resolution: {integrity: sha512-MLM1IOMe9aQBqMWxcRw8dcb9jlM86NIw7KA0Wri91Xkfied+dE0QuBFSBjMNvqzmS0OSIDsMNC24dBEkPUi7ew==} + /@babel/helper-remap-async-to-generator/7.16.4: + resolution: {integrity: sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-annotate-as-pure': 7.16.0 @@ -745,7 +779,7 @@ packages: dependencies: '@babel/helper-function-name': 7.16.0 '@babel/template': 7.16.0 - '@babel/traverse': 7.16.0 + '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -819,15 +853,15 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 '@babel/plugin-proposal-optional-chaining': 7.16.0_@babel+core@7.16.0 - /@babel/plugin-proposal-async-generator-functions/7.16.0_@babel+core@7.16.0: - resolution: {integrity: sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==} + /@babel/plugin-proposal-async-generator-functions/7.16.4_@babel+core@7.16.0: + resolution: {integrity: sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.16.0 + '@babel/helper-remap-async-to-generator': 7.16.4 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0 transitivePeerDependencies: - supports-color @@ -937,12 +971,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.16.0 + '@babel/compat-data': 7.16.4 '@babel/core': 7.16.0 - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0 + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 '@babel/helper-plugin-utils': 7.14.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0 - '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0 + '@babel/plugin-transform-parameters': 7.16.3_@babel+core@7.16.0 /@babel/plugin-proposal-optional-catch-binding/7.16.0_@babel+core@7.16.0: resolution: {integrity: sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==} @@ -1190,7 +1224,7 @@ packages: '@babel/core': 7.16.0 '@babel/helper-module-imports': 7.16.0 '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.16.0 + '@babel/helper-remap-async-to-generator': 7.16.4 transitivePeerDependencies: - supports-color @@ -1407,8 +1441,8 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.16.0_@babel+core@7.16.0: - resolution: {integrity: sha512-XgnQEm1CevKROPx+udOi/8f8TiGhrUWiHiaUCIp47tE0tpFDjzXNTZc9E5CmCwxNjXTWEVqvRfWZYOTFvMa/ZQ==} + /@babel/plugin-transform-parameters/7.16.3_@babel+core@7.16.0: + resolution: {integrity: sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1480,6 +1514,7 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: false /@babel/plugin-transform-shorthand-properties/7.16.0_@babel+core@7.16.0: resolution: {integrity: sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==} @@ -1546,20 +1581,20 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.0 '@babel/helper-plugin-utils': 7.14.5 - /@babel/preset-env/7.16.0_@babel+core@7.16.0: - resolution: {integrity: sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==} + /@babel/preset-env/7.16.4_@babel+core@7.16.0: + resolution: {integrity: sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.16.0 + '@babel/compat-data': 7.16.4 '@babel/core': 7.16.0 - '@babel/helper-compilation-targets': 7.16.0_@babel+core@7.16.0 + '@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.0 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2_@babel+core@7.16.0 '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-proposal-async-generator-functions': 7.16.0_@babel+core@7.16.0 + '@babel/plugin-proposal-async-generator-functions': 7.16.4_@babel+core@7.16.0 '@babel/plugin-proposal-class-properties': 7.16.0_@babel+core@7.16.0 '@babel/plugin-proposal-class-static-block': 7.16.0_@babel+core@7.16.0 '@babel/plugin-proposal-dynamic-import': 7.16.0_@babel+core@7.16.0 @@ -1609,7 +1644,7 @@ packages: '@babel/plugin-transform-named-capturing-groups-regex': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-new-target': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-object-super': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0 + '@babel/plugin-transform-parameters': 7.16.3_@babel+core@7.16.0 '@babel/plugin-transform-property-literals': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-regenerator': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-reserved-words': 7.16.0_@babel+core@7.16.0 @@ -1622,10 +1657,10 @@ packages: '@babel/plugin-transform-unicode-regex': 7.16.0_@babel+core@7.16.0 '@babel/preset-modules': 0.1.5_@babel+core@7.16.0 '@babel/types': 7.16.0 - babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.16.0 - babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.16.0 - babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.16.0 - core-js-compat: 3.19.0 + babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.0 + babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.0 + babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.0 + core-js-compat: 3.19.1 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -1656,6 +1691,12 @@ packages: dependencies: regenerator-runtime: 0.13.9 + /@babel/runtime/7.16.3: + resolution: {integrity: sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + /@babel/template/7.16.0: resolution: {integrity: sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==} engines: {node: '>=6.9.0'} @@ -1948,109 +1989,109 @@ packages: w3c-keyname: 2.2.4 dev: false - /@commitlint/cli/14.1.0: - resolution: {integrity: sha512-Orq62jkl9qAGvjFqhehtAqjGY/duJ8hIRPPIHmGR2jIB96D4VTmazS3ZvqJz2Q9kKr61mLAk/171zm0FVzQCYA==} + /@commitlint/cli/15.0.0: + resolution: {integrity: sha512-Y5xmDCweytqzo4N4lOI2YRiuX35xTjcs8n5hUceBH8eyK0YbwtgWX50BJOH2XbkwEmII9blNhlBog6AdQsqicg==} engines: {node: '>=v12'} hasBin: true dependencies: - '@commitlint/format': 14.1.0 - '@commitlint/lint': 14.1.0 - '@commitlint/load': 14.1.0 - '@commitlint/read': 14.0.0 - '@commitlint/types': 14.0.0 + '@commitlint/format': 15.0.0 + '@commitlint/lint': 15.0.0 + '@commitlint/load': 15.0.0 + '@commitlint/read': 15.0.0 + '@commitlint/types': 15.0.0 lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.2.1 dev: true - /@commitlint/config-conventional/14.1.0: - resolution: {integrity: sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==} + /@commitlint/config-conventional/15.0.0: + resolution: {integrity: sha512-eZBRL8Lk3hMNHp1wUMYj0qrZQEsST1ai7KHR8J1IDD9aHgT7L2giciibuQ+Og7vxVhR5WtYDvh9xirXFVPaSkQ==} engines: {node: '>=v12'} dependencies: conventional-changelog-conventionalcommits: 4.6.1 dev: true - /@commitlint/ensure/14.1.0: - resolution: {integrity: sha512-xrYvFdqVepT3XA1BmSh88eKbvYKtLuQu98QLfgxVmwS99Kj3yW0sT3D7jGvNsynbIx2dhbXofDyubf/DKkpFrQ==} + /@commitlint/ensure/15.0.0: + resolution: {integrity: sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 14.0.0 + '@commitlint/types': 15.0.0 lodash: 4.17.21 dev: true - /@commitlint/execute-rule/14.0.0: - resolution: {integrity: sha512-Hh/HLpCBDlrD3Rx2x2pDBx6CU+OtVqGXh7mbFpNihAVx6B0zyZqm/vv0cdwdhfGW5OEn1BhCqHf1ZOvL/DwdWA==} + /@commitlint/execute-rule/15.0.0: + resolution: {integrity: sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==} engines: {node: '>=v12'} dev: true - /@commitlint/format/14.1.0: - resolution: {integrity: sha512-sF6engqqHjvxGctWRKjFs/HQeNowlpbVmmoP481b2UMQnVQnjjfXJvQsoLpaqFUvgc2sHM4L85F8BmAw+iHG1w==} + /@commitlint/format/15.0.0: + resolution: {integrity: sha512-bPhAfqwRhPk92WiuY0ktEJNpRRHSCd+Eg1MdhGyL9Bl3U25E5zvuInA+dNctnzZiOBSH/37ZaD0eOKCpQE6acg==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 14.0.0 + '@commitlint/types': 15.0.0 chalk: 4.1.2 dev: true - /@commitlint/is-ignored/14.0.0: - resolution: {integrity: sha512-nJltYjXTa+mk+6SPe35nOZCCvt3Gh5mbDz008KQ4OPcn1GX1NG+pEgz1Kx3agDp/pc+JGnsrr5GV00gygIoloA==} + /@commitlint/is-ignored/15.0.0: + resolution: {integrity: sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 14.0.0 + '@commitlint/types': 15.0.0 semver: 7.3.5 dev: true - /@commitlint/lint/14.1.0: - resolution: {integrity: sha512-CApGJEOtWU/CcuPD8HkOR1jdUYpjKutGPaeby9nSFzJhwl/UQOjxc4Nd+2g2ygsMi5l3N4j2sWQYEgccpFC3lA==} + /@commitlint/lint/15.0.0: + resolution: {integrity: sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==} engines: {node: '>=v12'} dependencies: - '@commitlint/is-ignored': 14.0.0 - '@commitlint/parse': 14.0.0 - '@commitlint/rules': 14.1.0 - '@commitlint/types': 14.0.0 + '@commitlint/is-ignored': 15.0.0 + '@commitlint/parse': 15.0.0 + '@commitlint/rules': 15.0.0 + '@commitlint/types': 15.0.0 dev: true - /@commitlint/load/14.1.0: - resolution: {integrity: sha512-p+HbgjhkqLsnxyjOUdEYHztHCp8n2oLVUJTmRPuP5FXLNevh6Gwmxf+NYC2J0sgD084aV2CFi3qu1W4yHWIknA==} + /@commitlint/load/15.0.0: + resolution: {integrity: sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==} engines: {node: '>=v12'} dependencies: - '@commitlint/execute-rule': 14.0.0 - '@commitlint/resolve-extends': 14.1.0 - '@commitlint/types': 14.0.0 - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_3fdcc7bc724bd900a681b5e9457ed94a + '@commitlint/execute-rule': 15.0.0 + '@commitlint/resolve-extends': 15.0.0 + '@commitlint/types': 15.0.0 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_b67f536f129c730ed129a6d21d223ba9 chalk: 4.1.2 cosmiconfig: 7.0.1 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.4.4 + typescript: 4.5.2 dev: true - /@commitlint/message/14.0.0: - resolution: {integrity: sha512-316Pum+bwDcZamOQw0DXSY17Dq9EjvL1zKdYIZqneu4lnXN6uFfi53Y/sP5crW6zlLdnuTHe1MnuewXPLHfH1Q==} + /@commitlint/message/15.0.0: + resolution: {integrity: sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==} engines: {node: '>=v12'} dev: true - /@commitlint/parse/14.0.0: - resolution: {integrity: sha512-49qkk0TcwdxJPZUX8MElEzMlRFIL/cg64P4pk8HotFEm2HYdbxxZp6v3cbVw5WOsnRA0frrs+NNoOcIT83ccMQ==} + /@commitlint/parse/15.0.0: + resolution: {integrity: sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 14.0.0 + '@commitlint/types': 15.0.0 conventional-changelog-angular: 5.0.13 conventional-commits-parser: 3.2.3 dev: true - /@commitlint/read/14.0.0: - resolution: {integrity: sha512-WXXcSLBqwXTqnEmB0lbU2TrayDJ2G3qI/lxy1ianVmpQol8p9BjodAA6bYxtYYHdQFVXUrIsclzFP/naWG+hlQ==} + /@commitlint/read/15.0.0: + resolution: {integrity: sha512-5yI1o2HKZFVe7RTjL7IhuhHMKar/MDNY34vEHqqz9gMI7BK/rdP8uVb4Di1efl2V0UPnwID0nPKWESjQ8Ti0gw==} engines: {node: '>=v12'} dependencies: - '@commitlint/top-level': 14.0.0 - '@commitlint/types': 14.0.0 + '@commitlint/top-level': 15.0.0 + '@commitlint/types': 15.0.0 fs-extra: 10.0.0 git-raw-commits: 2.0.10 dev: true - /@commitlint/resolve-extends/14.1.0: - resolution: {integrity: sha512-ko80k6QB6E6/OvGNWy4u7gzzWyluDT3VDNL2kfZaDywsnrYntUKyT4Do97gQ7orttITzj2GRtk3KWClVz4rUUQ==} + /@commitlint/resolve-extends/15.0.0: + resolution: {integrity: sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==} engines: {node: '>=v12'} dependencies: import-fresh: 3.3.0 @@ -2059,31 +2100,31 @@ packages: resolve-global: 1.0.0 dev: true - /@commitlint/rules/14.1.0: - resolution: {integrity: sha512-6jmv414/1JzGzDI/DS+snAMhcL6roQKPdg0WB3kWTWN52EvWXBFm0HIMGt2H/FlRKxozwVXlQN60/1fNIl98xA==} + /@commitlint/rules/15.0.0: + resolution: {integrity: sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==} engines: {node: '>=v12'} dependencies: - '@commitlint/ensure': 14.1.0 - '@commitlint/message': 14.0.0 - '@commitlint/to-lines': 14.0.0 - '@commitlint/types': 14.0.0 + '@commitlint/ensure': 15.0.0 + '@commitlint/message': 15.0.0 + '@commitlint/to-lines': 15.0.0 + '@commitlint/types': 15.0.0 execa: 5.1.1 dev: true - /@commitlint/to-lines/14.0.0: - resolution: {integrity: sha512-uIXk54oJDuYyLpI208s3+cGmJ323yvSJ9LB7yUDMWUeJi2LgRxE2EBZL995kLQdnoAsBBXcLq+VDyppg5bV/cg==} + /@commitlint/to-lines/15.0.0: + resolution: {integrity: sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==} engines: {node: '>=v12'} dev: true - /@commitlint/top-level/14.0.0: - resolution: {integrity: sha512-MZDKZfWfl9g4KozgWBGTCrI2cXkMHnBFlhwvEfrAu5G8wd5aL1f2uWEUMnBMjUikmhVj99i1pzge4XFWHQ29wQ==} + /@commitlint/top-level/15.0.0: + resolution: {integrity: sha512-7Gz3t7xcuuUw1d1Nou6YLaztzp2Em+qZ6YdCzrqYc+aquca3Vt0O696nuiBDU/oE+tls4Hx2CNpAbWhTgEwB5A==} engines: {node: '>=v12'} dependencies: find-up: 5.0.0 dev: true - /@commitlint/types/14.0.0: - resolution: {integrity: sha512-sIls1nP2uSbGL466edYlh8mn7O/WP4i3bcvP+2DMhkscRCSgaPhNRWDilhYVsHt2Vu1HTQ27uT0Bj5/Lt2+EcQ==} + /@commitlint/types/15.0.0: + resolution: {integrity: sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==} engines: {node: '>=v12'} dependencies: chalk: 4.1.2 @@ -2139,13 +2180,28 @@ packages: - typescript dev: true + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_b67f536f129c730ed129a6d21d223ba9: + resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} + engines: {node: '>=10.0.0'} + peerDependencies: + cosmiconfig: '>=6' + dependencies: + cosmiconfig: 7.0.1 + lodash.get: 4.4.2 + make-error: 1.3.6 + ts-node: 9.1.1_typescript@4.5.2 + tslib: 2.3.1 + transitivePeerDependencies: + - typescript + dev: true + /@eslint/eslintrc/1.0.4: resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.2 - espree: 9.0.0 + espree: 9.1.0 globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 @@ -2156,14 +2212,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.5_0e20610b31ea61afb8c44bff13638b35: + /@firebase/analytics-compat/0.1.5_0b80f88321a01b0d5b4cb27357e3e098: resolution: {integrity: sha512-5cfr0uWwlhoHQYAr6UtQCHwnGjs/3J/bWrfA3INNtzaN4/tTTLTD02iobbccRcM7dM5TR0sZFWS5orfAU3OBFg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.4_@firebase+app@0.7.8 + '@firebase/analytics': 0.7.4_@firebase+app@0.7.9 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2175,26 +2231,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.4_@firebase+app@0.7.8: + /@firebase/analytics/0.7.4_@firebase+app@0.7.9: resolution: {integrity: sha512-AU3XMwHW7SFGCNeUKKNW2wXGTdmS164ackt/Epu2bDXCT1OcauPE1AVd+ofULSIDCaDUAQVmvw3JrobgogEU7Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.8 + '@firebase/installations': 0.5.4_@firebase+app@0.7.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.1_0e20610b31ea61afb8c44bff13638b35: - resolution: {integrity: sha512-nB34OoU0icJM0iVrSf7oRVVzrceSvKYdcwlqitrN9JaB+36KwQ0FiQ4saI/rE4DLjcNsviV2ojJ/PRPdv+P0QQ==} + /@firebase/app-check-compat/0.2.2_0b80f88321a01b0d5b4cb27357e3e098: + resolution: {integrity: sha512-nX2Ou8Rwo+TMMNDecQOGH78kFw6sORLrsGyu0eC95M853JjisVxTngN1TU/RL5h83ElJ0HhNlz6C3FYAuGNqqA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.1_@firebase+app@0.7.8 - '@firebase/app-compat': 0.1.9 + '@firebase/app-check': 0.5.2_@firebase+app@0.7.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2207,22 +2263,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.5.1_@firebase+app@0.7.8: - resolution: {integrity: sha512-5TYzIM7lhvxt8kB98iULOCrRgI8/qu7LEdsJNm8jEymk3x4DBL3lK0oRw5nHbyUy+lK7cq9D1NmZZnLA3Snt4w==} + /@firebase/app-check/0.5.2_@firebase+app@0.7.9: + resolution: {integrity: sha512-DJrvxcn5QPO5dU735GA9kYpf+GwmCmnd/oQdWVExrRG+yjaLnP0rSJ2HKQ4bZKGo8qig3P7fwQpdMOgP2BXFjQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.9: - resolution: {integrity: sha512-2rtLejwuOS6g6Nv41vJzgSt8x1B8o+z+z6VQ7XBpS17yqOw/Ho7Rrju9mIgWLUeg5a/TC9UIhW2+OFDd5vA/Kw==} + /@firebase/app-compat/0.1.10: + resolution: {integrity: sha512-33LdDMO694BvVbSzldyIjqQcjXcnNI6bjNNMOgYFl4lD4fCludKhmOKg5NOuHkwl7iljOg/nKxPFkRvUwlKgPA==} dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2233,8 +2289,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.8: - resolution: {integrity: sha512-jUoGu25aS1C+07VFHizFC/fw6ICkH0NCcRxwvBvD61fJwoTHMUw/mgXixMTTwBNGb5zAg5TAouZJE4DXmto7pQ==} + /@firebase/app/0.7.9: + resolution: {integrity: sha512-Ke+FRbmCvGaHuJjnNU1UM/W8K1P4mF31sf0lkWrPaJrdQNCaRDJAoI0S/lyLqbJWTjdJgsMN1yw2McR5pAs3Rg==} dependencies: '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 @@ -2242,13 +2298,13 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.3_c8046862c3771a35b6d897fcec018e96: + /@firebase/auth-compat/0.2.3_c6ef09995e030ecc366af0cb4f3324e8: resolution: {integrity: sha512-qXdibKq44Lf22hy9YQaaMsAFMOiTA95Z9NjZJbrY8P0zXZUjFhwpx41Mett8+3X/uv/mXa6KuouRt2QdpsqU/g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 - '@firebase/auth': 0.19.3_@firebase+app@0.7.8 + '@firebase/app-compat': 0.1.10 + '@firebase/auth': 0.19.3_@firebase+app@0.7.9 '@firebase/auth-types': 0.11.0_c42cdbc49715079e71c4358da4138a2d '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 @@ -2282,12 +2338,12 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/auth/0.19.3_@firebase+app@0.7.8: + /@firebase/auth/0.19.3_@firebase+app@0.7.9: resolution: {integrity: sha512-asOJkmzBh38DgZ5fBt7cv8dNyU3r7kRVoXi9f1eCpQp/n+NagaiUM+YKXq0snjbchFJu7qPBiwrIg/xZinY4kg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2306,12 +2362,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.4_185e08ee3d1703b14db0f08800f848ee: + /@firebase/database-compat/0.1.4_21dbd4a53c91274f2125a8afddf06966: resolution: {integrity: sha512-dIJiZLDFF3U+MoEwoPBy7zxWmBUro1KefmwSHlpOoxmPv76tuoPm85NumpW/HmMrtTcTkC2qowtb6NjGE8X7mw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 '@firebase/database': 0.12.4_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.3 @@ -2342,14 +2398,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.7_c8046862c3771a35b6d897fcec018e96: - resolution: {integrity: sha512-34n9PxdenKRNqZRrr+SfjAcrPUvbfggLnRrADz7iVFYlDo9X1Jj6+fimzo0xC/p+2KZkPAiRYbT60WhjBLYUcg==} + /@firebase/firestore-compat/0.1.8_c6ef09995e030ecc366af0cb4f3324e8: + resolution: {integrity: sha512-/v9Ag3opJ54i9417xqzRGJF3ptLVGwzBTjnnje/bTMWJam4DwVRoTiE5ZDm2HheMxRipFkZUsLgehRHUB9vMTw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 - '@firebase/firestore': 3.3.0_@firebase+app@0.7.8 + '@firebase/firestore': 3.3.1_@firebase+app@0.7.9 '@firebase/firestore-types': 2.5.0_c42cdbc49715079e71c4358da4138a2d '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2368,31 +2424,31 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/firestore/3.3.0_@firebase+app@0.7.8: - resolution: {integrity: sha512-QMCwmBlUUFldszKtVqIlqwjZYY0eODI2R7F9lkPxiANw8F853bSyBY6wqN85657vfDS7Ij6i6s+1qWMCqFvHHA==} + /@firebase/firestore/3.3.1_@firebase+app@0.7.9: + resolution: {integrity: sha512-aeEc/UzRJ2YqL/trEQo1fvKFScB/oXHzLg6q/X445tpMPf+zFHmpEuI9YdWGuqSCRfuP/qAy5u0tfkGIcrVmLg==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 '@firebase/webchannel-wrapper': 0.6.1 - '@grpc/grpc-js': 1.4.2 - '@grpc/proto-loader': 0.6.6 + '@grpc/grpc-js': 1.4.4 + '@grpc/proto-loader': 0.6.7 node-fetch: 2.6.5 tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.7_c8046862c3771a35b6d897fcec018e96: + /@firebase/functions-compat/0.1.7_c6ef09995e030ecc366af0cb4f3324e8: resolution: {integrity: sha512-Rv3mAUIhsLTxIgPWJSESUcmE1tzNHzUlqQStPnxHn6eFFgHVhkU2wg/NMrKZWTFlb51jpKTjh51AQDhRdT3n3A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 - '@firebase/functions': 0.7.6_dd68b5d6de5d9d77454496a02f69f4b7 + '@firebase/functions': 0.7.6_5baab0d8b98d0b86175f657dd0268134 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2405,12 +2461,12 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.6_dd68b5d6de5d9d77454496a02f69f4b7: + /@firebase/functions/0.7.6_5baab0d8b98d0b86175f657dd0268134: resolution: {integrity: sha512-Kl6a2PbRkOlSlOWJSgYuNp3e53G3cb+axF+r7rbWhJIHiaelG16GerBMxZTSxyiCz77C24LwiA2TKNwe85ObZg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_c42cdbc49715079e71c4358da4138a2d '@firebase/component': 0.5.9 @@ -2422,12 +2478,12 @@ packages: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.4_@firebase+app@0.7.8: + /@firebase/installations/0.5.4_@firebase+app@0.7.9: resolution: {integrity: sha512-rYb6Ju/tIBhojmM8FsgS96pErKl6gPgJFnffMO4bKH7HilXhOfgLfKU9k51ZDcps8N0npDx9+AJJ6pL1aYuYZQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 idb: 3.0.2 @@ -2440,14 +2496,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.4_0e20610b31ea61afb8c44bff13638b35: + /@firebase/messaging-compat/0.1.4_0b80f88321a01b0d5b4cb27357e3e098: resolution: {integrity: sha512-6477jBw7w7hk0uhnTUMsPoukalpcwbxTTo9kMguHVSXe0t3OdoxeXEaapaNJlOmU4Kgc8j3rsms8IDLdKVpvlA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 - '@firebase/messaging': 0.9.4_@firebase+app@0.7.8 + '@firebase/messaging': 0.9.4_@firebase+app@0.7.9 '@firebase/util': 1.4.2 tslib: 2.3.1 transitivePeerDependencies: @@ -2458,29 +2514,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.4_@firebase+app@0.7.8: + /@firebase/messaging/0.9.4_@firebase+app@0.7.9: resolution: {integrity: sha512-OvYV4MLPfDpdP/yltLqZXZRx6rXWz52bEilS2jL2B4sGiuTaXSkR6BIHB54EPTblu32nbyZYdlER4fssz4TfXw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.8 + '@firebase/installations': 0.5.4_@firebase+app@0.7.9 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.2 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.4_0e20610b31ea61afb8c44bff13638b35: + /@firebase/performance-compat/0.1.4_0b80f88321a01b0d5b4cb27357e3e098: resolution: {integrity: sha512-YuGfmpC0o+YvEBlEZCbPdNbT4Nn2qhi5uMXjqKnNIUepmXUsgOYDiAqM9nxHPoE/6IkvoFMdCj5nTUYVLCFXgg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.4_@firebase+app@0.7.8 + '@firebase/performance': 0.5.4_@firebase+app@0.7.9 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2492,14 +2548,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.4_@firebase+app@0.7.8: + /@firebase/performance/0.5.4_@firebase+app@0.7.9: resolution: {integrity: sha512-ES6aS4eoMhf9CczntBADDsXhaFea/3a0FADwy/VpWXXBxVb8tqc5tPcoTwd9L5M/aDeSiQMy344rhrSsTbIZEg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.8 + '@firebase/installations': 0.5.4_@firebase+app@0.7.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2513,15 +2569,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.4_0e20610b31ea61afb8c44bff13638b35: + /@firebase/remote-config-compat/0.1.4_0b80f88321a01b0d5b4cb27357e3e098: resolution: {integrity: sha512-6WeKR7E9KJ1RIF9GZiyle1uD4IsIPUBKUnUnFkQhj3FV6cGvQwbeG0rbh7QQLvd0IWuh9lABYjHXWp+rGHQk8A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.3_@firebase+app@0.7.8 + '@firebase/remote-config': 0.3.3_@firebase+app@0.7.9 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2533,27 +2589,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.3_@firebase+app@0.7.8: + /@firebase/remote-config/0.3.3_@firebase+app@0.7.9: resolution: {integrity: sha512-9hZWfB3k3IYsjHbWeUfhv/SDCcOgv/JMJpLXlUbTppXPm1IZ3X9ZW4I9bS86gGYr7m/kSv99U0oxQ7N9PoR8Iw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.8 + '@firebase/installations': 0.5.4_@firebase+app@0.7.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.7_c8046862c3771a35b6d897fcec018e96: - resolution: {integrity: sha512-Rwl2XXGu4z46b6kQORZKQFNiTAx7kGtpZWLwKYZQlgBhtD+amGhAzXTBQmu5wOv7qwbdPy8CCP9/JoTdjdoJJg==} + /@firebase/storage-compat/0.1.8_c6ef09995e030ecc366af0cb4f3324e8: + resolution: {integrity: sha512-L5R0DQoHCDKIgcBbqTx+6+RQ2533WFKeV3cfLAZCTGjyMUustj0eYDsr7fLhGexwsnpT3DaxhlbzT3icUWoDaA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.9 + '@firebase/app-compat': 0.1.10 '@firebase/component': 0.5.9 - '@firebase/storage': 0.8.7_@firebase+app@0.7.8 + '@firebase/storage': 0.9.0_@firebase+app@0.7.9 '@firebase/storage-types': 0.6.0_c42cdbc49715079e71c4358da4138a2d '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2572,12 +2628,12 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/storage/0.8.7_@firebase+app@0.7.8: - resolution: {integrity: sha512-FSdON9y5Bnef/uWe8xsraicAa8Du297H7hYyQAtH3Qlysa/Xr30vvulpYctMXcgYxP8PMLWQjEsPWbRFiNQd3w==} + /@firebase/storage/0.9.0_@firebase+app@0.7.9: + resolution: {integrity: sha512-1gSYdrwP9kECmugH9L3tvNMvSjnNJGamj91rrESOFk2ZHDO93qKR90awc68NnhmzFAJOT/eJzVm35LKU6SqUNg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.8 + '@firebase/app': 0.7.9 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 node-fetch: 2.6.5 @@ -3453,16 +3509,16 @@ packages: dependencies: graphql: 15.7.2 - /@grpc/grpc-js/1.4.2: - resolution: {integrity: sha512-aUN6oGk9un8rfYWz73nQgFxPCYJQYd8LpIGguZHBsNduBMyqG6EWANrsVBuTG+nl/l4dKb3x+qi1l9+oxDxqGg==} + /@grpc/grpc-js/1.4.4: + resolution: {integrity: sha512-a6222b7Dl6fIlMgzVl7e+NiRoLiZFbpcwvBH2Oli56Bn7W4/3Ld+86hK4ffPn5rx2DlDidmIcvIJiOQXyhv9gA==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@grpc/proto-loader': 0.6.6 - '@types/node': 16.11.7 + '@grpc/proto-loader': 0.6.7 + '@types/node': 16.11.9 dev: false - /@grpc/proto-loader/0.6.6: - resolution: {integrity: sha512-cdMaPZ8AiFz6ua6PUbP+LKbhwJbFXnrQ/mlnKGUyzDUZ3wp7vPLksnmLCBX6SHgSmjX7CbNVNLFYD5GmmjO4GQ==} + /@grpc/proto-loader/0.6.7: + resolution: {integrity: sha512-QzTPIyJxU0u+r2qGe8VMl3j/W2ryhEvBv7hc42OjYfthSj370fUrb7na65rG6w3YLZS/fb8p89iTBobfWGDgdw==} engines: {node: '>=6'} hasBin: true dependencies: @@ -3534,7 +3590,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 chalk: 4.1.2 jest-message-util: 27.3.1 jest-util: 27.3.1 @@ -3555,7 +3611,7 @@ packages: '@jest/test-result': 27.3.1 '@jest/transform': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -3592,7 +3648,7 @@ packages: dependencies: '@jest/fake-timers': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 jest-mock: 27.3.0 dev: true @@ -3602,7 +3658,7 @@ packages: dependencies: '@jest/types': 27.2.5 '@sinonjs/fake-timers': 8.0.1 - '@types/node': 16.11.6 + '@types/node': 16.11.9 jest-message-util: 27.3.1 jest-mock: 27.3.0 jest-util: 27.3.1 @@ -3631,7 +3687,7 @@ packages: '@jest/test-result': 27.3.1 '@jest/transform': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3715,7 +3771,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.7 + '@types/node': 16.11.9 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3726,7 +3782,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.6 + '@types/node': 16.11.9 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3763,8 +3819,8 @@ packages: dependencies: '@lezer/common': 0.15.7 - /@mdn/browser-compat-data/4.0.9: - resolution: {integrity: sha512-6Viqyrqpb7fVXJ5VoIIu5UdQR9ftk1kvh4X40FQhy5IOFnawQ38CpEZw34ZPOtpVed72W27m3gRSJo+4qAFuqA==} + /@mdn/browser-compat-data/4.0.11: + resolution: {integrity: sha512-rmQPBLe3/DuJy0Bcr1KNuSiIcgV67R2AeLxagKMQTI0R8F9lLC894wJRYhA5ytV0CIi7dzxILqdFeuVbqrkoCA==} dev: true /@microsoft/fetch-event-source/2.0.1: @@ -3825,7 +3881,7 @@ packages: '@babel/plugin-proposal-optional-chaining': 7.16.0_@babel+core@7.16.0 '@babel/plugin-proposal-private-methods': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.16.0 - '@babel/preset-env': 7.16.0_@babel+core@7.16.0 + '@babel/preset-env': 7.16.4_@babel+core@7.16.0 '@babel/runtime': 7.16.0 '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.16.0 core-js: 2.6.12 @@ -3967,8 +4023,8 @@ packages: ufo: 0.7.9 dev: false - /@nuxt/kit-edge/3.0.0-27284664.232fdd8: - resolution: {integrity: sha512-pmbkBYwS0+qTe7SUK87p/lQk60oHY3LQsoATyVtnnswgTVgkdmarsY/1IgFGg2VXMGTE5moDVW7u+QWg0NVCbQ==} + /@nuxt/kit-edge/3.0.0-27291646.583679f: + resolution: {integrity: sha512-ZF5rIfeKXq0Oz7WeSL6+JwISLi5BA9z6Knfo/jBpBjR1yOxNmtxL0DOoYp2oSFFs/y36bxhwp5cfeBs9gjSaqw==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: consola: 2.15.3 @@ -3989,14 +4045,13 @@ packages: std-env: 3.0.1 ufo: 0.7.9 unctx: 1.0.2 - untyped: 0.2.13 + untyped: 0.3.0 dev: true - /@nuxt/kit/0.7.0-edge: - resolution: {integrity: sha512-3+azijGDlERcmhK/Gp97cn8+I++/pn/AmYcj7ceRF++6T86ohckAY0ip/+y4dLlWJ0AGnwB6x4gybG03ltEPew==} + /@nuxt/kit/0.8.1-edge: + resolution: {integrity: sha512-7kU+mYxRy3w9UohFK/rfrPkKXM9A4LWsTqpFN3MH7mxohy98SFBkf87B6nqE6ulXmztInK+MptS0Lr+VQa0E6w==} dependencies: - '@nuxt/kit-edge': 3.0.0-27284664.232fdd8 - jiti: 1.12.9 + '@nuxt/kit-edge': 3.0.0-27291646.583679f dev: true /@nuxt/loading-screen/2.0.4: @@ -4094,14 +4149,14 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.2.0: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.3.0: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: '@nuxt/types': 2.15.8_sass@1.43.4 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.2.0+typescript@4.2.4 + fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.3.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 typescript: 4.2.4 transitivePeerDependencies: @@ -4266,50 +4321,50 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/7.0.2_eslint@8.2.0+typescript@4.4.4: + /@nuxtjs/eslint-config-typescript/7.0.2_eslint@8.3.0+typescript@4.4.4: resolution: {integrity: sha512-nf/RupsrhproJPzoymmxMVFDQ48WV9BdN6zHSBR6uKmMpQcVoD/I4CAZfYW2f5gscnp2KPayKPoDEeugm7BajQ==} peerDependencies: eslint: ^8.1.0 dependencies: - '@nuxtjs/eslint-config': 7.0.0_b24abc6962c9278984ec746025e5a703 - '@typescript-eslint/eslint-plugin': 5.3.0_c2f57e23dad63fa3be14ade7e20e2af7 - '@typescript-eslint/parser': 5.3.0_eslint@8.2.0+typescript@4.4.4 - eslint: 8.2.0 - eslint-import-resolver-typescript: 2.5.0_eslint@8.2.0 + '@nuxtjs/eslint-config': 7.0.0_aba42e319b4ac3243c603749a978bcfa + '@typescript-eslint/eslint-plugin': 5.3.0_f161d5da063c4a192400e9d73f5022a4 + '@typescript-eslint/parser': 5.3.0_eslint@8.3.0+typescript@4.4.4 + eslint: 8.3.0 + eslint-import-resolver-typescript: 2.5.0_eslint@8.3.0 transitivePeerDependencies: - eslint-plugin-import - supports-color - typescript dev: true - /@nuxtjs/eslint-config/7.0.0_b24abc6962c9278984ec746025e5a703: + /@nuxtjs/eslint-config/7.0.0_aba42e319b4ac3243c603749a978bcfa: resolution: {integrity: sha512-GiDdRrAbqzo2PMDLw8taVpN16QdvcoEj08Cf3SKIhhg6fXlI2mcwSURJ85XHFvpKuRIWMxfkQ9RRuH6IUhiBqQ==} peerDependencies: eslint: ^8.1.0 dependencies: - eslint: 8.2.0 - eslint-config-standard: 16.0.3_543fd3a4884e17a1ee08034f7f644d40 - eslint-plugin-import: 2.25.2_eslint@8.2.0 - eslint-plugin-jest: 25.2.2_b24abc6962c9278984ec746025e5a703 - eslint-plugin-node: 11.1.0_eslint@8.2.0 - eslint-plugin-promise: 5.1.1_eslint@8.2.0 - eslint-plugin-standard: 5.0.0_eslint@8.2.0 - eslint-plugin-unicorn: 37.0.1_eslint@8.2.0 - eslint-plugin-vue: 7.20.0_eslint@8.2.0 + eslint: 8.3.0 + eslint-config-standard: 16.0.3_5f844734bbc53fd606b1248ec81b0d23 + eslint-plugin-import: 2.25.2_eslint@8.3.0 + eslint-plugin-jest: 25.2.2_aba42e319b4ac3243c603749a978bcfa + eslint-plugin-node: 11.1.0_eslint@8.3.0 + eslint-plugin-promise: 5.1.1_eslint@8.3.0 + eslint-plugin-standard: 5.0.0_eslint@8.3.0 + eslint-plugin-unicorn: 37.0.1_eslint@8.3.0 + eslint-plugin-vue: 7.20.0_eslint@8.3.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - supports-color - typescript dev: true - /@nuxtjs/eslint-module/3.0.2_eslint@8.2.0: + /@nuxtjs/eslint-module/3.0.2_eslint@8.3.0: resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} peerDependencies: eslint: '>=7' dependencies: consola: 2.15.3 - eslint: 8.2.0 - eslint-webpack-plugin: 2.5.4_eslint@8.2.0 + eslint: 8.3.0 + eslint-webpack-plugin: 2.5.4_eslint@8.3.0 transitivePeerDependencies: - webpack dev: true @@ -4972,7 +5027,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.9 dev: true /@types/html-minifier-terser/5.1.2: @@ -5028,6 +5083,13 @@ packages: pretty-format: 27.3.1 dev: true + /@types/jest/27.0.3: + resolution: {integrity: sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==} + dependencies: + jest-diff: 27.3.1 + pretty-format: 27.3.1 + dev: true + /@types/js-yaml/4.0.4: resolution: {integrity: sha512-AuHubXUmg0AzkXH0Mx6sIxeY/1C110mm/EkE/gB1sTRz3h2dao2W/63q42SlVST+lICxz5Oki2hzYA6+KnnieQ==} dev: true @@ -5082,10 +5144,6 @@ packages: resolution: {integrity: sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==} dev: true - /@types/lodash/4.14.176: - resolution: {integrity: sha512-xZmuPTa3rlZoIbtDUyJKZQimJV3bxCmzMIO2c9Pz9afyDro6kr7R79GwcB6mRhuoPmV2p1Vb66WOJH7F886WKQ==} - dev: true - /@types/lodash/4.14.177: resolution: {integrity: sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==} dev: true @@ -5125,15 +5183,15 @@ packages: resolution: {integrity: sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==} dev: false - /@types/node/15.14.9: - resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} - dev: true - /@types/node/16.11.6: resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==} /@types/node/16.11.7: resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==} + dev: false + + /@types/node/16.11.9: + resolution: {integrity: sha512-MKmdASMf3LtPzwLyRrFjtFFZ48cMf8jmX5VRYrDQiJa8Ybu5VAmkqBWqKU8fdCwD8ysw4mQ9nrEHvzg6gunR7A==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -5364,7 +5422,7 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/5.3.0_c2f57e23dad63fa3be14ade7e20e2af7: + /@typescript-eslint/eslint-plugin/5.3.0_f161d5da063c4a192400e9d73f5022a4: resolution: {integrity: sha512-ARUEJHJrq85aaiCqez7SANeahDsJTD3AEua34EoQN9pHS6S5Bq9emcIaGGySt/4X2zSi+vF5hAH52sEen7IO7g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5375,11 +5433,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.3.0_eslint@8.2.0+typescript@4.4.4 - '@typescript-eslint/parser': 5.3.0_eslint@8.2.0+typescript@4.4.4 + '@typescript-eslint/experimental-utils': 5.3.0_eslint@8.3.0+typescript@4.4.4 + '@typescript-eslint/parser': 5.3.0_eslint@8.3.0+typescript@4.4.4 '@typescript-eslint/scope-manager': 5.3.0 debug: 4.3.2 - eslint: 8.2.0 + eslint: 8.3.0 functional-red-black-tree: 1.0.1 ignore: 5.1.9 regexpp: 3.2.0 @@ -5390,8 +5448,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.3.1_4653b7803b7453f5f37717b7e1448517: - resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==} + /@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32: + resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5401,22 +5459,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4 - '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 - '@typescript-eslint/scope-manager': 5.3.1 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/scope-manager': 5.4.0 debug: 4.3.2 - eslint: 8.2.0 + eslint: 8.3.0 functional-red-black-tree: 1.0.1 ignore: 5.1.9 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 + tsutils: 3.21.0_typescript@4.5.2 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.3.0_eslint@8.2.0+typescript@4.4.4: + /@typescript-eslint/experimental-utils/5.3.0_eslint@8.3.0+typescript@4.4.4: resolution: {integrity: sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5426,33 +5484,33 @@ packages: '@typescript-eslint/scope-manager': 5.3.0 '@typescript-eslint/types': 5.3.0 '@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4 - eslint: 8.2.0 + eslint: 8.3.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.2.0 + eslint-utils: 3.0.0_eslint@8.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==} + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.3.1 - '@typescript-eslint/types': 5.3.1 - '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 - eslint: 8.2.0 + '@typescript-eslint/scope-manager': 5.4.0 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 + eslint: 8.3.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.2.0 + eslint-utils: 3.0.0_eslint@8.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.3.0_eslint@8.2.0+typescript@4.4.4: + /@typescript-eslint/parser/5.3.0_eslint@8.3.0+typescript@4.4.4: resolution: {integrity: sha512-rKu/yAReip7ovx8UwOAszJVO5MgBquo8WjIQcp1gx4pYQCwYzag+I5nVNHO4MqyMkAo0gWt2gWUi+36gWAVKcw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5466,14 +5524,14 @@ packages: '@typescript-eslint/types': 5.3.0 '@typescript-eslint/typescript-estree': 5.3.0_typescript@4.4.4 debug: 4.3.2 - eslint: 8.2.0 + eslint: 8.3.0 typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==} + /@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5482,12 +5540,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.3.1 - '@typescript-eslint/types': 5.3.1 - '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 + '@typescript-eslint/scope-manager': 5.4.0 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 debug: 4.3.2 - eslint: 8.2.0 - typescript: 4.4.4 + eslint: 8.3.0 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true @@ -5500,12 +5558,12 @@ packages: '@typescript-eslint/visitor-keys': 5.3.0 dev: true - /@typescript-eslint/scope-manager/5.3.1: - resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==} + /@typescript-eslint/scope-manager/5.4.0: + resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.3.1 - '@typescript-eslint/visitor-keys': 5.3.1 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/visitor-keys': 5.4.0 dev: true /@typescript-eslint/types/5.3.0: @@ -5513,8 +5571,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.3.1: - resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==} + /@typescript-eslint/types/5.4.0: + resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -5539,8 +5597,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4: - resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==} + /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: + resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5548,14 +5606,14 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.3.1 - '@typescript-eslint/visitor-keys': 5.3.1 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/visitor-keys': 5.4.0 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 + tsutils: 3.21.0_typescript@4.5.2 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true @@ -5565,15 +5623,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.3.0 - eslint-visitor-keys: 3.0.0 + eslint-visitor-keys: 3.1.0 dev: true - /@typescript-eslint/visitor-keys/5.3.1: - resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==} + /@typescript-eslint/visitor-keys/5.4.0: + resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.3.1 - eslint-visitor-keys: 3.0.0 + '@typescript-eslint/types': 5.4.0 + eslint-visitor-keys: 3.1.0 dev: true /@ungap/promise-all-settled/1.1.2: @@ -5794,8 +5852,8 @@ packages: /@vue/shared/3.2.22: resolution: {integrity: sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ==} - /@vue/test-utils/1.2.2: - resolution: {integrity: sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==} + /@vue/test-utils/1.3.0: + resolution: {integrity: sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==} peerDependencies: vue: 2.x vue-template-compiler: ^2.x @@ -6047,12 +6105,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.5.0: + /acorn-jsx/5.3.2_acorn@8.6.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.5.0 + acorn: 8.6.0 dev: true /acorn-loose/6.1.0: @@ -6089,8 +6147,8 @@ packages: hasBin: true dev: true - /acorn/8.5.0: - resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==} + /acorn/8.6.0: + resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} engines: {node: '>=0.4.0'} hasBin: true @@ -6159,7 +6217,6 @@ packages: /ansi-colors/4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} engines: {node: '>=6'} - dev: true /ansi-escapes/3.2.0: resolution: {integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==} @@ -7033,6 +7090,19 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: false + + /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.16.0: + resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.16.4 + '@babel/core': 7.16.0 + '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.16.0: resolution: {integrity: sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==} @@ -7044,6 +7114,18 @@ packages: core-js-compat: 3.19.0 transitivePeerDependencies: - supports-color + dev: false + + /babel-plugin-polyfill-corejs3/0.4.0_@babel+core@7.16.0: + resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0 + core-js-compat: 3.19.1 + transitivePeerDependencies: + - supports-color /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.16.0: resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==} @@ -7054,6 +7136,17 @@ packages: '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.16.0 transitivePeerDependencies: - supports-color + dev: false + + /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.16.0: + resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.16.0 + '@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.0 + transitivePeerDependencies: + - supports-color /babel-plugin-syntax-trailing-function-commas/7.0.0-beta.0: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} @@ -7119,7 +7212,7 @@ packages: '@babel/plugin-transform-member-expression-literals': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-modules-commonjs': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-object-super': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-transform-parameters': 7.16.0_@babel+core@7.16.0 + '@babel/plugin-transform-parameters': 7.16.3_@babel+core@7.16.0 '@babel/plugin-transform-property-literals': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-react-display-name': 7.16.0_@babel+core@7.16.0 '@babel/plugin-transform-react-jsx': 7.16.0_@babel+core@7.16.0 @@ -7385,32 +7478,20 @@ packages: pako: 1.0.11 dev: false - /browserslist-generator/1.0.64: - resolution: {integrity: sha512-70g7RMq7eKVc2NnvybDtF+G6A6vVnF5fLXJ3qQqiquDb5t8O2OWUzux0F2/+Z7Cix9ZR1NdTfaAQl9AZyCB3Dw==} + /browserslist-generator/1.0.65: + resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.0.9 + '@mdn/browser-compat-data': 4.0.11 '@types/object-path': 0.11.1 '@types/semver': 7.3.9 '@types/ua-parser-js': 0.7.36 - browserslist: 4.17.1 - caniuse-lite: 1.0.30001274 - isbot: 3.3.3 + browserslist: 4.18.1 + caniuse-lite: 1.0.30001282 + isbot: 3.3.4 object-path: 0.11.8 semver: 7.3.5 - ua-parser-js: 0.7.31 - dev: true - - /browserslist/4.17.1: - resolution: {integrity: sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001274 - electron-to-chromium: 1.3.886 - escalade: 3.1.1 - nanocolors: 0.1.12 - node-releases: 1.1.77 + ua-parser-js: 1.0.2 dev: true /browserslist/4.17.5: @@ -7424,6 +7505,17 @@ packages: node-releases: 2.0.1 picocolors: 1.0.0 + /browserslist/4.18.1: + resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001282 + electron-to-chromium: 1.3.904 + escalade: 3.1.1 + node-releases: 2.0.1 + picocolors: 1.0.0 + /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} engines: {node: '>= 6'} @@ -7682,6 +7774,9 @@ packages: /caniuse-lite/1.0.30001274: resolution: {integrity: sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew==} + /caniuse-lite/1.0.30001282: + resolution: {integrity: sha512-YhF/hG6nqBEllymSIjLtR2iWDDnChvhnVJqp+vloyt2tEHFG1yBR+ac2B/rOw0qOK0m0lEXU2dv4E/sMk5P9Kg==} + /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: @@ -8161,14 +8256,14 @@ packages: dot-prop: 5.3.0 dev: true - /compatfactory/0.0.9_typescript@4.4.4: - resolution: {integrity: sha512-WzoRZSBtsC5TT2J+MZNlo4Qpssf7ofSaRJUT3hN8nNeGilKOnTjR707k+hUU7QhVbyg3cmfWJlabTfMZgZtvEA==} + /compatfactory/0.0.12_typescript@4.5.2: + resolution: {integrity: sha512-DD5S1s2mIoVIpYfhCqNZPbOFlt9JDLkXc4d8fAZaeWWIsl7w3bmVS0HNlUkU2SB6iZOdXOjYZgeJZClmL1xnRg==} engines: {node: '>=10.0.0'} peerDependencies: typescript: '>=3.x || >= 4.x' dependencies: - helpertypes: 0.0.4 - typescript: 4.4.4 + helpertypes: 0.0.17 + typescript: 4.5.2 dev: true /component-bind/1.0.0: @@ -8363,6 +8458,13 @@ packages: dependencies: browserslist: 4.17.5 semver: 7.0.0 + dev: false + + /core-js-compat/3.19.1: + resolution: {integrity: sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==} + dependencies: + browserslist: 4.18.1 + semver: 7.0.0 /core-js-pure/3.19.0: resolution: {integrity: sha512-UEQk8AxyCYvNAs6baNoPqDADv7BX0AmBLGxVsrAifPPx/C8EAzV4Q+2ZUJqVzfI2TQQEZITnwUkWcHpgc/IubQ==} @@ -8510,11 +8612,11 @@ packages: undici: 4.9.5 dev: true - /crosspath/0.0.9: - resolution: {integrity: sha512-lhDiWhqHk1IQ0BiGN9/Ji7qEr9LwCG8taDCTgihII/6b91my+GvTNXDB7eKh/FySz488tkt2IboqBJTSZtc4Fw==} + /crosspath/1.0.0: + resolution: {integrity: sha512-mpjkSErNO6vioL/Cde2aF4UBysPFEMyn+1AN1t7Oc4yqvzSRWe8iBte4P8BHyjo64OmC+ZBxwjIqmpSpIWiQ7Q==} engines: {node: '>=10.0.0'} dependencies: - '@types/node': 15.14.9 + '@types/node': 16.11.9 dev: true /crypto-browserify/3.12.0: @@ -8855,7 +8957,7 @@ packages: ms: 2.1.2 supports-color: 8.1.1 - /debug/4.3.2_supports-color@9.0.2: + /debug/4.3.2_supports-color@9.1.0: resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} engines: {node: '>=6.0'} peerDependencies: @@ -8865,7 +8967,7 @@ packages: optional: true dependencies: ms: 2.1.2 - supports-color: 9.0.2 + supports-color: 9.1.0 dev: false /decamelize-keys/1.1.0: @@ -9235,6 +9337,9 @@ packages: /electron-to-chromium/1.3.886: resolution: {integrity: sha512-+vYdeBosI63VkCtNWnEVFjgNd/IZwvnsWkKyPtWAvrhA+XfByKoBJcbsMgudVU/bUcGAF9Xp3aXn96voWlc3oQ==} + /electron-to-chromium/1.3.904: + resolution: {integrity: sha512-x5uZWXcVNYkTh4JubD7KSC1VMKz0vZwJUqVwY3ihsW0bst1BXDe494Uqbg3Y0fDGVjJqA8vEeGuvO5foyH2+qw==} + /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} engines: {node: '>=0.10.0'} @@ -9314,12 +9419,12 @@ packages: - utf-8-validate dev: false - /engine.io-client/6.0.2: - resolution: {integrity: sha512-cAep9lhZV6Q8jMXx3TNSU5cydMzMed8/O7Tz5uzyqZvpNPtQ3WQXrLYGADxlsuaFmOLN7wZLmT7ImiFhUOku8g==} + /engine.io-client/6.1.1: + resolution: {integrity: sha512-V05mmDo4gjimYW+FGujoGmmmxRaDsrVr7AXA3ZIfa04MWM1jOfZfUwou0oNqhNwy/votUDvGDt4JA4QF4e0b4g==} dependencies: '@socket.io/component-emitter': 3.0.0 debug: 4.3.2 - engine.io-parser: 5.0.1 + engine.io-parser: 5.0.2 has-cors: 1.1.0 parseqs: 0.0.6 parseuri: 0.0.6 @@ -9349,8 +9454,8 @@ packages: base64-arraybuffer: 0.1.4 dev: false - /engine.io-parser/5.0.1: - resolution: {integrity: sha512-j4p3WwJrG2k92VISM0op7wiq60vO92MlF3CRGxhKHy9ywG1/Dkc72g0dXeDQ+//hrcDn8gqQzoEkdO9FN0d9AA==} + /engine.io-parser/5.0.2: + resolution: {integrity: sha512-wuiO7qO/OEkPJSFueuATIXtrxF7/6GTbAO9QLv7nnbjwZ5tYhLm9zxvLwxstRs0dcT0KUlWTjtIOs1T86jt12g==} engines: {node: '>=10.0.0'} dependencies: base64-arraybuffer: 1.0.1 @@ -9379,7 +9484,6 @@ packages: engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.1 - dev: true /entities/1.1.2: resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} @@ -9499,16 +9603,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.3.0_eslint@8.2.0: + /eslint-config-prettier/8.3.0_eslint@8.3.0: resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 dev: true - /eslint-config-standard/16.0.3_543fd3a4884e17a1ee08034f7f644d40: + /eslint-config-standard/16.0.3_5f844734bbc53fd606b1248ec81b0d23: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -9516,10 +9620,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 8.2.0 - eslint-plugin-import: 2.25.2_eslint@8.2.0 - eslint-plugin-node: 11.1.0_eslint@8.2.0 - eslint-plugin-promise: 5.1.1_eslint@8.2.0 + eslint: 8.3.0 + eslint-plugin-import: 2.25.2_eslint@8.3.0 + eslint-plugin-node: 11.1.0_eslint@8.3.0 + eslint-plugin-promise: 5.1.1_eslint@8.3.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -9529,7 +9633,7 @@ packages: resolve: 1.20.0 dev: true - /eslint-import-resolver-typescript/2.5.0_eslint@8.2.0: + /eslint-import-resolver-typescript/2.5.0_eslint@8.3.0: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -9537,7 +9641,7 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.2 - eslint: 8.2.0 + eslint: 8.3.0 glob: 7.2.0 is-glob: 4.0.3 resolve: 1.20.0 @@ -9555,18 +9659,18 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.2.0: + /eslint-plugin-es/3.0.1_eslint@8.3.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.25.2_eslint@8.2.0: + /eslint-plugin-import/2.25.2_eslint@8.3.0: resolution: {integrity: sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==} engines: {node: '>=4'} peerDependencies: @@ -9576,7 +9680,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.2.0 + eslint: 8.3.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -9588,7 +9692,7 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jest/25.2.2_b24abc6962c9278984ec746025e5a703: + /eslint-plugin-jest/25.2.2_aba42e319b4ac3243c603749a978bcfa: resolution: {integrity: sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -9598,22 +9702,22 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.3.0_c2f57e23dad63fa3be14ade7e20e2af7 - '@typescript-eslint/experimental-utils': 5.3.0_eslint@8.2.0+typescript@4.4.4 - eslint: 8.2.0 + '@typescript-eslint/eslint-plugin': 5.3.0_f161d5da063c4a192400e9d73f5022a4 + '@typescript-eslint/experimental-utils': 5.3.0_eslint@8.3.0+typescript@4.4.4 + eslint: 8.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.2.0: + /eslint-plugin-node/11.1.0_eslint@8.3.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.2.0 - eslint-plugin-es: 3.0.1_eslint@8.2.0 + eslint: 8.3.0 + eslint-plugin-es: 3.0.1_eslint@8.3.0 eslint-utils: 2.1.0 ignore: 5.1.9 minimatch: 3.0.4 @@ -9621,18 +9725,18 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-nuxt/3.0.0_eslint@8.2.0: + /eslint-plugin-nuxt/3.0.0_eslint@8.3.0: resolution: {integrity: sha512-imtSTazhE1RVmdOk22Ee7RJrMZchXDj7IQrOnMWvYpgHyJ2p4F03IJ+hj7bgvKwmnGVgX+/l2CrV3HxOYrksFQ==} dependencies: - eslint-plugin-vue: 7.20.0_eslint@8.2.0 + eslint-plugin-vue: 7.20.0_eslint@8.3.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.2.0 + vue-eslint-parser: 8.0.1_eslint@8.3.0 transitivePeerDependencies: - eslint - supports-color dev: true - /eslint-plugin-prettier/4.0.0_307f015733298e29da9050ea0cee5b9e: + /eslint-plugin-prettier/4.0.0_6c1acfc8d9d3a8dba99beef4e8bcebae: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -9643,31 +9747,31 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.2.0 - eslint-config-prettier: 8.3.0_eslint@8.2.0 + eslint: 8.3.0 + eslint-config-prettier: 8.3.0_eslint@8.3.0 prettier: 2.4.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/5.1.1_eslint@8.2.0: + /eslint-plugin-promise/5.1.1_eslint@8.3.0: resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.2.0 + eslint: 8.3.0 dev: true - /eslint-plugin-standard/5.0.0_eslint@8.2.0: + /eslint-plugin-standard/5.0.0_eslint@8.3.0: resolution: {integrity: sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==} deprecated: 'standard 16.0.0 and eslint-config-standard 16.0.0 no longer require the eslint-plugin-standard package. You can remove it from your dependencies with ''npm rm eslint-plugin-standard''. More info here: https://github.com/standard/standard/issues/1316' peerDependencies: eslint: '>=5.0.0' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 dev: true - /eslint-plugin-unicorn/37.0.1_eslint@8.2.0: + /eslint-plugin-unicorn/37.0.1_eslint@8.3.0: resolution: {integrity: sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==} engines: {node: '>=12'} peerDependencies: @@ -9676,9 +9780,9 @@ packages: '@babel/helper-validator-identifier': 7.15.7 ci-info: 3.2.0 clean-regexp: 1.0.0 - eslint: 8.2.0 - eslint-template-visitor: 2.3.2_eslint@8.2.0 - eslint-utils: 3.0.0_eslint@8.2.0 + eslint: 8.3.0 + eslint-template-visitor: 2.3.2_eslint@8.3.0 + eslint-utils: 3.0.0_eslint@8.3.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -9693,32 +9797,32 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.20.0_eslint@8.2.0: + /eslint-plugin-vue/7.20.0_eslint@8.3.0: resolution: {integrity: sha512-oVNDqzBC9h3GO+NTgWeLMhhGigy6/bQaQbHS+0z7C4YEu/qK/yxHvca/2PTZtGNPsCrHwOTgKMrwu02A9iPBmw==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.2.0 + eslint: 8.3.0 eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 6.3.0 - vue-eslint-parser: 7.11.0_eslint@8.2.0 + vue-eslint-parser: 7.11.0_eslint@8.3.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-vue/8.0.3_eslint@8.2.0: - resolution: {integrity: sha512-Rlhhy5ltzde0sRwSkqHuNePTXLMMaJ5+qsQubM4RYloYsQ8cXlnJT5MDaCzSirkGADipOHtmQXIbbPFAzUrADg==} + /eslint-plugin-vue/8.1.1_eslint@8.3.0: + resolution: {integrity: sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==} 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.2.0 - eslint-utils: 3.0.0_eslint@8.2.0 + eslint: 8.3.0 + eslint-utils: 3.0.0_eslint@8.3.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.2.0 + vue-eslint-parser: 8.0.1_eslint@8.3.0 transitivePeerDependencies: - supports-color dev: true @@ -9747,14 +9851,22 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.2.0: + /eslint-scope/7.1.0: + resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + dev: true + + /eslint-template-visitor/2.3.2_eslint@8.3.0: resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: '@babel/core': 7.16.0 - '@babel/eslint-parser': 7.16.0_@babel+core@7.16.0+eslint@8.2.0 - eslint: 8.2.0 + '@babel/eslint-parser': 7.16.0_@babel+core@7.16.0+eslint@8.3.0 + eslint: 8.3.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -9769,13 +9881,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.2.0: + /eslint-utils/3.0.0_eslint@8.3.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 eslint-visitor-keys: 2.1.0 dev: true @@ -9794,7 +9906,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin/2.5.4_eslint@8.2.0: + /eslint-visitor-keys/3.1.0: + resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + + /eslint-webpack-plugin/2.5.4_eslint@8.3.0: resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9803,15 +9920,15 @@ packages: dependencies: '@types/eslint': 7.28.2 arrify: 2.0.1 - eslint: 8.2.0 + eslint: 8.3.0 jest-worker: 26.6.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 dev: true - /eslint/8.2.0: - resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==} + /eslint/8.3.0: + resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -9824,10 +9941,10 @@ packages: doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 - eslint-scope: 6.0.0 - eslint-utils: 3.0.0_eslint@8.2.0 - eslint-visitor-keys: 3.0.0 - espree: 9.0.0 + eslint-scope: 7.1.0 + eslint-utils: 3.0.0_eslint@8.3.0 + eslint-visitor-keys: 3.1.0 + espree: 9.1.0 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -9875,11 +9992,20 @@ packages: resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.5.0 - acorn-jsx: 5.3.2_acorn@8.5.0 + acorn: 8.6.0 + acorn-jsx: 5.3.2_acorn@8.6.0 eslint-visitor-keys: 3.0.0 dev: true + /espree/9.1.0: + resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.6.0 + acorn-jsx: 5.3.2_acorn@8.6.0 + eslint-visitor-keys: 3.1.0 + dev: true + /esprima/4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -9983,7 +10109,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.5 + signal-exit: 3.0.6 strip-final-newline: 2.0.0 /execall/2.0.0: @@ -10346,34 +10472,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.4.1: - resolution: {integrity: sha512-lR41PGWqXYH5vZFpZGeFJ0d7EOzHeb+leL7ba3mg1qILSrqZytVOPuxc2FVq5l7YDWP2plT6tgVguyNO7Oxwnw==} + /firebase/9.5.0: + resolution: {integrity: sha512-REScimA1DQz6mPU/u9wafzRwvEqzItX2ndDhtbj167zHbikyRi8Sgg0982N8SU6XlC+Pw6CAEAnNTSejfUYd6A==} dependencies: - '@firebase/analytics': 0.7.4_@firebase+app@0.7.8 - '@firebase/analytics-compat': 0.1.5_0e20610b31ea61afb8c44bff13638b35 - '@firebase/app': 0.7.8 - '@firebase/app-check': 0.5.1_@firebase+app@0.7.8 - '@firebase/app-check-compat': 0.2.1_0e20610b31ea61afb8c44bff13638b35 - '@firebase/app-compat': 0.1.9 + '@firebase/analytics': 0.7.4_@firebase+app@0.7.9 + '@firebase/analytics-compat': 0.1.5_0b80f88321a01b0d5b4cb27357e3e098 + '@firebase/app': 0.7.9 + '@firebase/app-check': 0.5.2_@firebase+app@0.7.9 + '@firebase/app-check-compat': 0.2.2_0b80f88321a01b0d5b4cb27357e3e098 + '@firebase/app-compat': 0.1.10 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.3_@firebase+app@0.7.8 - '@firebase/auth-compat': 0.2.3_c8046862c3771a35b6d897fcec018e96 + '@firebase/auth': 0.19.3_@firebase+app@0.7.9 + '@firebase/auth-compat': 0.2.3_c6ef09995e030ecc366af0cb4f3324e8 '@firebase/database': 0.12.4_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.4_185e08ee3d1703b14db0f08800f848ee - '@firebase/firestore': 3.3.0_@firebase+app@0.7.8 - '@firebase/firestore-compat': 0.1.7_c8046862c3771a35b6d897fcec018e96 - '@firebase/functions': 0.7.6_dd68b5d6de5d9d77454496a02f69f4b7 - '@firebase/functions-compat': 0.1.7_c8046862c3771a35b6d897fcec018e96 - '@firebase/installations': 0.5.4_@firebase+app@0.7.8 - '@firebase/messaging': 0.9.4_@firebase+app@0.7.8 - '@firebase/messaging-compat': 0.1.4_0e20610b31ea61afb8c44bff13638b35 - '@firebase/performance': 0.5.4_@firebase+app@0.7.8 - '@firebase/performance-compat': 0.1.4_0e20610b31ea61afb8c44bff13638b35 + '@firebase/database-compat': 0.1.4_21dbd4a53c91274f2125a8afddf06966 + '@firebase/firestore': 3.3.1_@firebase+app@0.7.9 + '@firebase/firestore-compat': 0.1.8_c6ef09995e030ecc366af0cb4f3324e8 + '@firebase/functions': 0.7.6_5baab0d8b98d0b86175f657dd0268134 + '@firebase/functions-compat': 0.1.7_c6ef09995e030ecc366af0cb4f3324e8 + '@firebase/installations': 0.5.4_@firebase+app@0.7.9 + '@firebase/messaging': 0.9.4_@firebase+app@0.7.9 + '@firebase/messaging-compat': 0.1.4_0b80f88321a01b0d5b4cb27357e3e098 + '@firebase/performance': 0.5.4_@firebase+app@0.7.9 + '@firebase/performance-compat': 0.1.4_0b80f88321a01b0d5b4cb27357e3e098 '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.3_@firebase+app@0.7.8 - '@firebase/remote-config-compat': 0.1.4_0e20610b31ea61afb8c44bff13638b35 - '@firebase/storage': 0.8.7_@firebase+app@0.7.8 - '@firebase/storage-compat': 0.1.7_c8046862c3771a35b6d897fcec018e96 + '@firebase/remote-config': 0.3.3_@firebase+app@0.7.9 + '@firebase/remote-config-compat': 0.1.4_0b80f88321a01b0d5b4cb27357e3e098 + '@firebase/storage': 0.9.0_@firebase+app@0.7.9 + '@firebase/storage-compat': 0.1.8_c6ef09995e030ecc366af0cb4f3324e8 '@firebase/util': 1.4.2 transitivePeerDependencies: - bufferutil @@ -10384,7 +10510,7 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.2 + flatted: 3.2.4 rimraf: 3.0.2 dev: true @@ -10392,8 +10518,8 @@ packages: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true - /flatted/3.2.2: - resolution: {integrity: sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==} + /flatted/3.2.4: + resolution: {integrity: sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==} dev: true /flatten/1.0.3: @@ -10428,7 +10554,7 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.2.0+typescript@4.2.4: + /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.3.0+typescript@4.2.4: resolution: {integrity: sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -10448,7 +10574,7 @@ packages: chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.2.0 + eslint: 8.3.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -11221,11 +11347,6 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - /has-flag/5.0.1: - resolution: {integrity: sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==} - engines: {node: '>=12'} - dev: false - /has-symbols/1.0.2: resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} engines: {node: '>= 0.4'} @@ -11315,8 +11436,8 @@ packages: capital-case: 1.0.4 tslib: 2.3.1 - /helpertypes/0.0.4: - resolution: {integrity: sha512-q8f29R4Rdw9n5L4vGmUR8Ld6CXbxPxA7Xrcs4vto3K6w0LSF13TnWSm67uDrZRulf3t/ZHKCfeZ0qIletxSEow==} + /helpertypes/0.0.17: + resolution: {integrity: sha512-muWKRSBsqN3MzqLdh82QfV7vWWwAYvHh3On87z898X+xZ5H2tPRQ5Y6hHA3BXSE+TueztA07iw5bInjwAT3x8A==} engines: {node: '>=10.0.0'} dev: true @@ -12253,8 +12374,8 @@ packages: resolution: {integrity: sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=} dev: false - /isbot/3.3.3: - resolution: {integrity: sha512-a3HFPPsvtLroqpuTHHJTaUpPHUO0vjPbptJDzJYkymRvOI8tugWM6zE2oq22w5VOq4A5hrX+YRS7VdIPAgWLfw==} + /isbot/3.3.4: + resolution: {integrity: sha512-a6o/e6nBMoRGvoovg5NT2r/N7S4398yCDXc6HgEOILdBAjYv05SX1MBhgc8SHnEJdRyLfOpAPqc10ezLWkj7rQ==} engines: {node: '>=12'} dev: true @@ -12376,7 +12497,7 @@ packages: '@jest/environment': 27.3.1 '@jest/test-result': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -12508,7 +12629,7 @@ packages: '@jest/environment': 27.3.1 '@jest/fake-timers': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 jest-mock: 27.3.0 jest-util: 27.3.1 jsdom: 16.7.0 @@ -12526,7 +12647,7 @@ packages: '@jest/environment': 27.3.1 '@jest/fake-timers': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 jest-mock: 27.3.0 jest-util: 27.3.1 dev: true @@ -12547,7 +12668,7 @@ packages: dependencies: '@jest/types': 27.2.5 '@types/graceful-fs': 4.1.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 @@ -12570,7 +12691,7 @@ packages: '@jest/source-map': 27.0.6 '@jest/test-result': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 chalk: 4.1.2 co: 4.6.0 expect: 27.3.1 @@ -12650,7 +12771,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.3.1: @@ -12711,7 +12832,7 @@ packages: '@jest/test-result': 27.3.1 '@jest/transform': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 @@ -12779,7 +12900,7 @@ packages: resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.9 graceful-fs: 4.2.8 dev: true @@ -12820,7 +12941,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 chalk: 4.1.2 ci-info: 3.2.0 graceful-fs: 4.2.8 @@ -12845,7 +12966,7 @@ packages: dependencies: '@jest/test-result': 27.3.1 '@jest/types': 27.2.5 - '@types/node': 16.11.6 + '@types/node': 16.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.3.1 @@ -12864,7 +12985,7 @@ packages: resolution: {integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -12949,7 +13070,7 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.5.0 + acorn: 8.6.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -13216,11 +13337,11 @@ packages: immediate: 3.0.6 dev: false - /lines-and-columns/1.1.6: - resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} + /lines-and-columns/1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/12.0.2: - resolution: {integrity: sha512-tpCvACqc7bykziGJmXG0G8YG2RaCrWiDBwmrP9wU7i/3za9JMOvCECQmXjw/sO4ICC70ApVwyqixS1htQX9Haw==} + /lint-staged/12.0.3: + resolution: {integrity: sha512-/NwNQjrhqz+AjV+e0URbtphvpHNcNdR/W6p9GxO+qIg7cxCxy0uKYO0xORQhZamp1BPjIhRUWsjbLnwEIiPHgQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -13228,16 +13349,15 @@ packages: colorette: 2.0.16 commander: 8.3.0 cosmiconfig: 7.0.1 - debug: 4.3.2_supports-color@9.0.2 + debug: 4.3.2_supports-color@9.1.0 + enquirer: 2.3.6 execa: 5.1.1 - listr2: 3.13.3 + listr2: 3.13.4_enquirer@2.3.6 micromatch: 4.0.4 normalize-path: 3.0.0 object-inspect: 1.11.0 string-argv: 0.3.1 - supports-color: 9.0.2 - transitivePeerDependencies: - - enquirer + supports-color: 9.1.0 dev: false /listhen/0.2.5: @@ -13297,15 +13417,19 @@ packages: transitivePeerDependencies: - zen-observable - /listr2/3.13.3: - resolution: {integrity: sha512-VqAgN+XVfyaEjSaFewGPcDs5/3hBbWVaX1VgWv2f52MF7US45JuARlArULctiB44IIcEk3JF7GtoFCLqEdeuPA==} + /listr2/3.13.4_enquirer@2.3.6: + resolution: {integrity: sha512-lZ1Rut1DSIRwbxQbI8qaUBfOWJ1jEYRgltIM97j6kKOCI2pHVWMyxZvkU/JKmRBWcIYgDS2PK+yDgVqm7u3crw==} engines: {node: '>=10.0.0'} peerDependencies: enquirer: '>= 2.3.0 < 3' + peerDependenciesMeta: + enquirer: + optional: true dependencies: cli-truncate: 2.1.0 clone: 2.1.2 colorette: 2.0.16 + enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 rxjs: 7.4.0 @@ -14063,10 +14187,6 @@ packages: dev: false optional: true - /nanocolors/0.1.12: - resolution: {integrity: sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==} - dev: true - /nanoid/3.1.25: resolution: {integrity: sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -14214,10 +14334,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /node-releases/1.1.77: - resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} - dev: true - /node-releases/2.0.1: resolution: {integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==} @@ -14378,7 +14494,7 @@ packages: /nuxt-windicss/2.0.12: resolution: {integrity: sha512-Ft/ClLnqeqJp/+gDvWsAY0Ymee8fuNpXRsc6R80oSLOY/IGF+rBUUrtIDBCVD4MrFbJN6bvy/MX0nFJ2PyYUIQ==} dependencies: - '@nuxt/kit': 0.7.0-edge + '@nuxt/kit': 0.8.1-edge defu: 5.0.0 h3: 0.3.3 listhen: 0.2.5 @@ -14759,7 +14875,7 @@ packages: '@babel/code-frame': 7.16.0 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.1.6 + lines-and-columns: 1.2.4 /parse-path/4.0.3: resolution: {integrity: sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==} @@ -15850,7 +15966,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.11.7 + '@types/node': 16.11.9 long: 4.0.0 dev: false @@ -16176,7 +16292,7 @@ packages: /regenerator-transform/0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -16389,7 +16505,7 @@ packages: engines: {node: '>=8'} dependencies: onetime: 5.1.2 - signal-exit: 3.0.5 + signal-exit: 3.0.6 /ret/0.1.15: resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} @@ -16449,56 +16565,62 @@ packages: sprintf-js: 1.1.2 dev: false - /rollup-plugin-dts/3.0.2_rollup@2.59.0+typescript@4.4.4: - resolution: {integrity: sha512-hswlsdWu/x7k5pXzaLP6OvKRKcx8Bzprksz9i9mUe72zvt8LvqAb/AZpzs6FkLgmyRaN8B6rUQOVtzA3yEt9Yw==} - engines: {node: '>=v12.22.1'} + /rollup-plugin-dts/4.0.1_rollup@2.60.0+typescript@4.5.2: + resolution: {integrity: sha512-DNv5F8pro/r0Hkx3JWKRtJZocDnqXfgypoajeiaNq134rYaFcEIl/oas5PogD1qexMadVijsHyVko1Chig0OOQ==} + engines: {node: '>=v12.22.6'} peerDependencies: - rollup: ^2.48.0 - typescript: ^4.2.4 + rollup: ^2.56.3 + typescript: ^4.4.2 dependencies: magic-string: 0.25.7 - rollup: 2.59.0 - typescript: 4.4.4 + rollup: 2.60.0 + typescript: 4.5.2 optionalDependencies: '@babel/code-frame': 7.16.0 dev: true - /rollup-plugin-ts/1.4.7_rollup@2.59.0+typescript@4.4.4: - resolution: {integrity: sha512-Qvmu8GVQ1+F4wcfr+S9iWVcG2PCLZMZ85ZpCZm5zTFmX2Z7hLbXePOWuReWO+7/fS3F1ysUzj/smFYQd026Juw==} - engines: {node: '>=10.0.0'} + /rollup-plugin-ts/2.0.4_rollup@2.60.0+typescript@4.5.2: + resolution: {integrity: sha512-VXx1qg+8ySrMxThIoBzy73qRg4q8SD0H8Kd8XquVMm4nrH8bj80DBEJ2baZekQWa5TxHyVOHHNloZ+oqCLhLTQ==} + engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: + '@babel/core': '>=6.x || >=7.x' + '@babel/plugin-transform-runtime': '>=6.x || >=7.x' + '@babel/preset-env': '>=6.x || >=7.x' + '@babel/runtime': '>=6.x || >=7.x' + '@swc/core': '>=1.x' + '@swc/helpers': '>=0.2' rollup: '>=1.x || >=2.x' typescript: '>=3.2.x || >= 4.x' + peerDependenciesMeta: + '@babel/core': + optional: true + '@babel/plugin-transform-runtime': + optional: true + '@babel/preset-env': + optional: true + '@babel/runtime': + optional: true + '@swc/core': + optional: true + '@swc/helpers': + optional: true dependencies: - '@babel/core': 7.16.0 - '@babel/plugin-proposal-async-generator-functions': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-proposal-json-strings': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-proposal-object-rest-spread': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-proposal-optional-catch-binding': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-proposal-unicode-property-regex': 7.16.0_@babel+core@7.16.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.0 - '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.16.0 - '@babel/preset-env': 7.16.0_@babel+core@7.16.0 - '@babel/runtime': 7.16.0 '@rollup/pluginutils': 4.1.1 - '@types/babel__core': 7.1.16 '@wessberg/stringutil': 1.0.19 - browserslist: 4.17.5 - browserslist-generator: 1.0.64 + browserslist: 4.18.1 + browserslist-generator: 1.0.65 chalk: 4.1.2 - compatfactory: 0.0.9_typescript@4.4.4 - crosspath: 0.0.9 + compatfactory: 0.0.12_typescript@4.5.2 + crosspath: 1.0.0 magic-string: 0.25.7 - rollup: 2.59.0 - ts-clone-node: 0.3.28_typescript@4.4.4 + rollup: 2.60.0 + ts-clone-node: 0.3.29_typescript@4.5.2 tslib: 2.3.1 - typescript: 4.4.4 - transitivePeerDependencies: - - supports-color + typescript: 4.5.2 dev: true - /rollup/2.59.0: - resolution: {integrity: sha512-l7s90JQhCQ6JyZjKgo7Lq1dKh2RxatOM+Jr6a9F7WbS9WgKbocyUSeLmZl8evAse7y96Ae98L2k1cBOwWD8nHw==} + /rollup/2.60.0: + resolution: {integrity: sha512-cHdv9GWd58v58rdseC8e8XIaPUo8a9cgZpnCMMDGZFDZKEODOiPPEQFXLriWr/TjXzhPPmG5bkAztPsOARIcGQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -16890,6 +17012,9 @@ packages: /signal-exit/3.0.5: resolution: {integrity: sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==} + /signal-exit/3.0.6: + resolution: {integrity: sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==} + /signedsource/1.0.0: resolution: {integrity: sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=} @@ -17025,14 +17150,14 @@ packages: - utf-8-validate dev: false - /socket.io-client/4.3.2: - resolution: {integrity: sha512-2B9LqSunN60yV8F7S84CCEEcgbYNfrn7ejIInZtLZ7ppWtiX8rGZAjvdCvbnC8bqo/9RlCNOUsORLyskxSFP1g==} + /socket.io-client/4.4.0: + resolution: {integrity: sha512-g7riSEJXi7qCFImPow98oT8X++MSsHz6MMFRXkWNJ6uEROSHOa3kxdrsYWMq85dO+09CFMkcqlpjvbVXQl4z6g==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.0.0 backo2: 1.0.2 debug: 4.3.2 - engine.io-client: 6.0.2 + engine.io-client: 6.1.1 parseuri: 0.0.6 socket.io-parser: 4.1.1 transitivePeerDependencies: @@ -17119,6 +17244,13 @@ packages: buffer-from: 1.1.2 source-map: 0.6.1 + /source-map-support/0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + dev: true + /source-map-url/0.4.1: resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} @@ -17146,7 +17278,7 @@ packages: resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.10 + spdx-license-ids: 3.0.11 dev: true /spdx-exceptions/2.3.0: @@ -17157,11 +17289,11 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.10 + spdx-license-ids: 3.0.11 dev: true - /spdx-license-ids/3.0.10: - resolution: {integrity: sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==} + /spdx-license-ids/3.0.11: + resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==} dev: true /specificity/0.4.1: @@ -17482,8 +17614,8 @@ packages: stylelint: 14.1.0 dev: true - /stylelint-config-recommended-scss/5.0.1_stylelint@14.1.0: - resolution: {integrity: sha512-kVI5lX8jtaw9uNnnxxziw+LhW59m0x/JzGj8zVepeFQJ56eM4HazN4gMyCRQQSLr/8CXlIHGOW34CV5hIMr3FQ==} + /stylelint-config-recommended-scss/5.0.2_stylelint@14.1.0: + resolution: {integrity: sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==} peerDependencies: stylelint: ^14.0.0 dependencies: @@ -17503,27 +17635,18 @@ packages: stylelint: 14.1.0 dev: true - /stylelint-config-standard-scss/2.0.1_stylelint@14.1.0: - resolution: {integrity: sha512-TW5NLquUSS0mg2N31zzaSbYRbV/CMifSVLdpgo6VdGvjysgYqJOcKM/5bmXucTOsdfqomcPXetFZ3adC7nD+cg==} + /stylelint-config-standard-scss/3.0.0_stylelint@14.1.0: + resolution: {integrity: sha512-zt3ZbzIbllN1iCmc94e4pDxqpkzeR6CJo5DDXzltshuXr+82B8ylHyMMARNnUYrZH80B7wgY7UkKTYCFM0UUyw==} peerDependencies: stylelint: ^14.0.0 dependencies: stylelint: 14.1.0 - stylelint-config-recommended-scss: 5.0.1_stylelint@14.1.0 - stylelint-config-standard: 23.0.0_stylelint@14.1.0 + stylelint-config-recommended-scss: 5.0.2_stylelint@14.1.0 + stylelint-config-standard: 24.0.0_stylelint@14.1.0 transitivePeerDependencies: - postcss dev: true - /stylelint-config-standard/23.0.0_stylelint@14.1.0: - resolution: {integrity: sha512-8PDlk+nWuc1T66nVaODTdVodN0pjuE5TBlopi39Lt9EM36YJsRhqttMyUhnS78oc/59Q6n8iw2GJB4QcoFqtRg==} - peerDependencies: - stylelint: ^14.0.0 - dependencies: - stylelint: 14.1.0 - stylelint-config-recommended: 6.0.0_stylelint@14.1.0 - dev: true - /stylelint-config-standard/24.0.0_stylelint@14.1.0: resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} peerDependencies: @@ -17670,11 +17793,9 @@ packages: dependencies: has-flag: 4.0.0 - /supports-color/9.0.2: - resolution: {integrity: sha512-ii6tc8ImGFrgMPYq7RVAMKkhPo9vk8uA+D3oKbJq/3Pk2YSMv1+9dUAesa9UxMbxBTvxwKTQffBahNVNxEvM8Q==} + /supports-color/9.1.0: + resolution: {integrity: sha512-lOCGOTmBSN54zKAoPWhHkjoqVQ0MqgzPE5iirtoSixhr0ZieR/6l7WZ32V53cvy9+1qghFnIk7k52p991lKd6g==} engines: {node: '>=12'} - dependencies: - has-flag: 5.0.1 dev: false /supports-hyperlinks/1.0.1: @@ -18119,14 +18240,14 @@ packages: engines: {node: '>=8'} dev: true - /ts-clone-node/0.3.28_typescript@4.4.4: - resolution: {integrity: sha512-NHNYN/memcKz+9QDSO6+7r4QtlFQSV2lOWG1yZFWWO/3KrmRFdariuvgdwonvRMaKEuWScAk3ucPm3m312u4JQ==} + /ts-clone-node/0.3.29_typescript@4.5.2: + resolution: {integrity: sha512-UDwVrUSH7zXXy/E+I5Xr7d5Eddqc2Uj/BlqlOiJyDRQo4qPD129p3cyVZY5r7/p8aCPmNGJn0y4CLtbfVc+kag==} engines: {node: '>=10.0.0'} peerDependencies: typescript: ^3.x || ^4.x dependencies: - compatfactory: 0.0.9_typescript@4.4.4 - typescript: 4.4.4 + compatfactory: 0.0.12_typescript@4.5.2 + typescript: 4.5.2 dev: true /ts-invariant/0.3.3: @@ -18148,7 +18269,7 @@ packages: tslib: 2.3.1 dev: false - /ts-jest/27.0.7_2c4ca6574207836d1023f54689cc81ac: + /ts-jest/27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5: resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -18166,7 +18287,7 @@ packages: babel-jest: optional: true dependencies: - '@types/jest': 27.0.2 + '@types/jest': 27.0.3 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.3.1 @@ -18175,7 +18296,7 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.4.4 + typescript: 4.5.2 yargs-parser: 20.2.9 dev: true @@ -18261,6 +18382,22 @@ packages: yn: 3.1.1 dev: true + /ts-node/9.1.1_typescript@4.5.2: + resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} + engines: {node: '>=10.0.0'} + hasBin: true + peerDependencies: + typescript: '>=2.7' + dependencies: + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + source-map-support: 0.5.21 + typescript: 4.5.2 + yn: 3.1.1 + dev: true + /ts-pnp/1.2.0_typescript@4.4.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} @@ -18319,6 +18456,16 @@ packages: typescript: 4.4.4 dev: true + /tsutils/3.21.0_typescript@4.5.2: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 4.5.2 + dev: true + /tty-browserify/0.0.0: resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} dev: false @@ -18414,9 +18561,19 @@ packages: hasBin: true dev: true + /typescript/4.5.2: + resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} + engines: {node: '>=4.2.0'} + hasBin: true + dev: true + /ua-parser-js/0.7.31: resolution: {integrity: sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==} + /ua-parser-js/1.0.2: + resolution: {integrity: sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==} + dev: true + /ufo/0.7.9: resolution: {integrity: sha512-6t9LrLk3FhqTS+GW3IqlITtfRB5JAVr5MMNjpBECfK827W+Vh5Ilw/LhTcHWrt6b3hkeBvcbjx4Ti7QVFzmcww==} @@ -18589,8 +18746,8 @@ packages: has-value: 0.3.1 isobject: 3.0.1 - /untyped/0.2.13: - resolution: {integrity: sha512-dnvCmDKTb+zg504JyQ9h1sWINAyxnP6KgmvUH6s6BjLV+3fvjZTiUklL15VvEqpDjy4Leq/xzlZ+JxskeoM5mg==} + /untyped/0.3.0: + resolution: {integrity: sha512-n4M5/T1wWlHFmohk0EhS+yM7W/h5dOtQldOV3MVEbZY1fTy5A47UL8+d8GLW1iwmaAwNrM5ERy3qe1k0T/Yc7A==} dev: true /upath/1.2.0: @@ -18856,8 +19013,8 @@ packages: deprecated: Sorry but vue-analytics is no longer maintained. I would suggest you switch to vue-gtag, with love, the guy who made the package. dev: true - /vue-apollo/3.0.8_graphql-tag@2.12.6: - resolution: {integrity: sha512-RnkC75PMoGwl1sdZdVO3R9P51wqmgOVi4QmljkBaTzlVThVlqfkJhrBcPiw2K9EohvSagvZclNqXktyOCcXbBA==} + /vue-apollo/3.1.0_graphql-tag@2.12.6: + resolution: {integrity: sha512-TkXMpgypbqM/27vKIpWNhL347QRtcu9kWkEmxplPGGMnZb+hSbbIwU07LjQVzFwrLBer0ha9zJP4hIW/fCQDuw==} peerDependencies: graphql-tag: ^2 dependencies: @@ -18917,14 +19074,14 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-eslint-parser/7.11.0_eslint@8.2.0: + /vue-eslint-parser/7.11.0_eslint@8.3.0: resolution: {integrity: sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' dependencies: debug: 4.3.2 - eslint: 8.2.0 + eslint: 8.3.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 espree: 6.2.1 @@ -18935,16 +19092,16 @@ packages: - supports-color dev: true - /vue-eslint-parser/8.0.1_eslint@8.2.0: + /vue-eslint-parser/8.0.1_eslint@8.3.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.2 - eslint: 8.2.0 + eslint: 8.3.0 eslint-scope: 6.0.0 - eslint-visitor-keys: 3.0.0 + eslint-visitor-keys: 3.1.0 espree: 9.0.0 esquery: 1.4.0 lodash: 4.17.21 @@ -19163,7 +19320,7 @@ packages: engines: {node: '>= 10.13.0'} hasBin: true dependencies: - acorn: 8.5.0 + acorn: 8.6.0 acorn-walk: 8.2.0 chalk: 4.1.2 commander: 7.2.0