From 88cc21e3d470aef3bc91b5b5e4f1d8f102b75e3c Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 4 Dec 2021 19:08:12 +0530 Subject: [PATCH] chore(deps): bump --- packages/codemirror-lang-graphql/package.json | 6 +- packages/hoppscotch-app/package.json | 28 +- packages/hoppscotch-data/package.json | 2 +- packages/hoppscotch-js-sandbox/package.json | 12 +- pnpm-lock.yaml | 1737 +++++++++-------- 5 files changed, 991 insertions(+), 794 deletions(-) diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index ff4defe5f..a63dcfd10 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -17,13 +17,13 @@ "sideEffects": false, "dependencies": { "@codemirror/highlight": "^0.19.6", - "@codemirror/language": "^0.19.6", - "@lezer/lr": "^0.15.0" + "@codemirror/language": "^0.19.7", + "@lezer/lr": "^0.15.5" }, "devDependencies": { "@lezer/generator": "^0.15.0", "mocha": "^9.0.1", - "rollup": "^2.60.1", + "rollup": "^2.60.2", "rollup-plugin-dts": "^4.0.1", "rollup-plugin-ts": "^2.0.4", "typescript": "^4.5.2" diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 31bbd67a0..73dff0d8c 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -38,25 +38,25 @@ "@codemirror/closebrackets": "^0.19.0", "@codemirror/commands": "^0.19.5", "@codemirror/comment": "^0.19.0", - "@codemirror/fold": "^0.19.1", - "@codemirror/gutter": "^0.19.5", + "@codemirror/fold": "^0.19.2", + "@codemirror/gutter": "^0.19.9", "@codemirror/highlight": "^0.19.6", "@codemirror/history": "^0.19.0", "@codemirror/lang-javascript": "^0.19.3", "@codemirror/lang-json": "^0.19.1", - "@codemirror/language": "^0.19.6", + "@codemirror/language": "^0.19.7", "@codemirror/lint": "^0.19.3", "@codemirror/matchbrackets": "^0.19.3", "@codemirror/rectangular-selection": "^0.19.1", - "@codemirror/search": "^0.19.3", + "@codemirror/search": "^0.19.4", "@codemirror/state": "^0.19.6", "@codemirror/text": "^0.19.5", - "@codemirror/view": "^0.19.21", + "@codemirror/view": "^0.19.26", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/data": "workspace:^0.1.0", "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", - "@nuxtjs/composition-api": "^0.30.0", + "@nuxtjs/composition-api": "^0.31.0", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.2.0", "@nuxtjs/robots": "^2.5.0", @@ -68,9 +68,9 @@ "acorn": "^8.6.0", "acorn-walk": "^8.2.0", "axios": "^0.24.0", - "core-js": "^3.19.1", + "core-js": "^3.19.2", "esprima": "^4.0.1", - "firebase": "^9.5.0", + "firebase": "^9.6.0", "fp-ts": "^2.11.5", "fuse.js": "^6.4.6", "graphql": "^15.5.0", @@ -122,9 +122,9 @@ "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/pwa": "^3.3.5", - "@nuxtjs/stylelint-module": "^4.0.0", + "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/svg": "^0.3.0", - "@testing-library/jest-dom": "^5.15.1", + "@testing-library/jest-dom": "^5.16.0", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", @@ -134,19 +134,19 @@ "@vue/runtime-dom": "^3.2.23", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^27.3.1", - "eslint": "^8.3.0", + "babel-jest": "^27.4.2", + "eslint": "^8.4.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.1.1", - "jest": "^27.3.1", + "jest": "^27.4.3", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", "nuxt-windicss": "^2.0.12", "prettier": "^2.5.0", "raw-loader": "^4.0.2", - "sass": "^1.43.5", + "sass": "^1.44.0", "sass-loader": "^10.2.0", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index 028601a0f..c9d5faa47 100644 --- a/packages/hoppscotch-data/package.json +++ b/packages/hoppscotch-data/package.json @@ -27,6 +27,6 @@ }, "homepage": "https://github.com/hoppscotch/hoppscotch#readme", "devDependencies": { - "tsup": "^5.9.0" + "tsup": "^5.10.1" } } diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index e70626695..d6ee7b96d 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -38,18 +38,18 @@ "quickjs-emscripten": "^0.13.0" }, "devDependencies": { - "@digitak/esrun": "^2.0.1", + "@digitak/esrun": "^2.0.5", "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^27.0.3", "@types/lodash": "^4.14.177", - "@types/node": "^16.11.10", - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", - "eslint": "^8.3.0", + "@types/node": "^16.11.11", + "@typescript-eslint/eslint-plugin": "^5.5.0", + "@typescript-eslint/parser": "^5.5.0", + "eslint": "^8.4.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", - "jest": "^27.3.1", + "jest": "^27.4.3", "prettier": "^2.5.0", "ts-jest": "^27.0.7", "typescript": "^4.5.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1bdcfb27d..393b65d33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,24 +18,24 @@ importers: packages/codemirror-lang-graphql: specifiers: '@codemirror/highlight': ^0.19.6 - '@codemirror/language': ^0.19.6 + '@codemirror/language': ^0.19.7 '@lezer/generator': ^0.15.0 - '@lezer/lr': ^0.15.0 + '@lezer/lr': ^0.15.5 mocha: ^9.0.1 - rollup: ^2.60.1 + rollup: ^2.60.2 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.6 - '@lezer/lr': 0.15.4 + '@codemirror/language': 0.19.7 + '@lezer/lr': 0.15.5 devDependencies: '@lezer/generator': 0.15.2 mocha: 9.1.3 - rollup: 2.60.1 - rollup-plugin-dts: 4.0.1_rollup@2.60.1+typescript@4.5.2 - rollup-plugin-ts: 2.0.4_rollup@2.60.1+typescript@4.5.2 + rollup: 2.60.2 + rollup-plugin-dts: 4.0.1_rollup@2.60.2+typescript@4.5.2 + rollup-plugin-ts: 2.0.4_rollup@2.60.2+typescript@4.5.2 typescript: 4.5.2 packages/hoppscotch-app: @@ -47,20 +47,20 @@ importers: '@codemirror/closebrackets': ^0.19.0 '@codemirror/commands': ^0.19.5 '@codemirror/comment': ^0.19.0 - '@codemirror/fold': ^0.19.1 - '@codemirror/gutter': ^0.19.5 + '@codemirror/fold': ^0.19.2 + '@codemirror/gutter': ^0.19.9 '@codemirror/highlight': ^0.19.6 '@codemirror/history': ^0.19.0 '@codemirror/lang-javascript': ^0.19.3 '@codemirror/lang-json': ^0.19.1 - '@codemirror/language': ^0.19.6 + '@codemirror/language': ^0.19.7 '@codemirror/lint': ^0.19.3 '@codemirror/matchbrackets': ^0.19.3 '@codemirror/rectangular-selection': ^0.19.1 - '@codemirror/search': ^0.19.3 + '@codemirror/search': ^0.19.4 '@codemirror/state': ^0.19.6 '@codemirror/text': ^0.19.5 - '@codemirror/view': ^0.19.21 + '@codemirror/view': ^0.19.26 '@graphql-codegen/add': ^3.1.0 '@graphql-codegen/cli': 2.3.0 '@graphql-codegen/typed-document-node': ^2.2.1 @@ -76,7 +76,7 @@ importers: '@nuxt/typescript-build': ^2.1.0 '@nuxtjs/axios': ^5.13.6 '@nuxtjs/color-mode': ^2.1.1 - '@nuxtjs/composition-api': ^0.30.0 + '@nuxtjs/composition-api': ^0.31.0 '@nuxtjs/dotenv': ^1.4.1 '@nuxtjs/eslint-config-typescript': ^8.0.0 '@nuxtjs/eslint-module': ^3.0.2 @@ -87,10 +87,10 @@ importers: '@nuxtjs/pwa': ^3.3.5 '@nuxtjs/robots': ^2.5.0 '@nuxtjs/sitemap': ^2.4.0 - '@nuxtjs/stylelint-module': ^4.0.0 + '@nuxtjs/stylelint-module': ^4.1.0 '@nuxtjs/svg': ^0.3.0 '@nuxtjs/toast': ^3.3.1 - '@testing-library/jest-dom': ^5.15.1 + '@testing-library/jest-dom': ^5.16.0 '@types/codemirror': ^5.60.5 '@types/cookie': ^0.4.1 '@types/esprima': ^4.0.3 @@ -106,15 +106,15 @@ importers: 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.3.0 + babel-jest: ^27.4.2 + core-js: ^3.19.2 + eslint: ^8.4.0 eslint-config-prettier: ^8.3.0 eslint-plugin-nuxt: ^3.1.0 eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^8.1.1 esprima: ^4.0.1 - firebase: ^9.5.0 + firebase: ^9.6.0 fp-ts: ^2.11.5 fuse.js: ^6.4.6 graphql: ^15.5.0 @@ -122,7 +122,7 @@ importers: graphql-language-service-parser: ^1.10.0 graphql-tag: ^2.12.6 io-ts: ^2.2.16 - jest: ^27.3.1 + jest: ^27.4.3 jest-serializer-vue: ^2.0.2 json-loader: ^0.5.7 lodash: ^4.17.21 @@ -135,7 +135,7 @@ importers: prettier: ^2.5.0 raw-loader: ^4.0.2 rxjs: ^7.4.0 - sass: ^1.43.5 + sass: ^1.44.0 sass-loader: ^10.2.0 socket.io-client-v2: npm:socket.io-client@^2.4.0 socket.io-client-v3: npm:socket.io-client@^3.1.3 @@ -167,25 +167,25 @@ importers: '@codemirror/closebrackets': 0.19.0 '@codemirror/commands': 0.19.5 '@codemirror/comment': 0.19.0 - '@codemirror/fold': 0.19.1 - '@codemirror/gutter': 0.19.5 + '@codemirror/fold': 0.19.2 + '@codemirror/gutter': 0.19.9 '@codemirror/highlight': 0.19.6 '@codemirror/history': 0.19.0 '@codemirror/lang-javascript': 0.19.3 '@codemirror/lang-json': 0.19.1 - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/lint': 0.19.3 '@codemirror/matchbrackets': 0.19.3 '@codemirror/rectangular-selection': 0.19.1 - '@codemirror/search': 0.19.3 + '@codemirror/search': 0.19.4 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 '@hoppscotch/codemirror-lang-graphql': link:../codemirror-lang-graphql '@hoppscotch/data': link:../hoppscotch-data '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 - '@nuxtjs/composition-api': 0.30.0_nuxt@2.15.8 + '@nuxtjs/composition-api': 0.31.0_nuxt@2.15.8 '@nuxtjs/gtm': 2.4.0 '@nuxtjs/i18n': 7.2.0 '@nuxtjs/robots': 2.5.0 @@ -197,9 +197,9 @@ importers: acorn: 8.6.0 acorn-walk: 8.2.0 axios: 0.24.0 - core-js: 3.19.1 + core-js: 3.19.2 esprima: 4.0.1 - firebase: 9.5.0 + firebase: 9.6.0 fp-ts: 2.11.5 fuse.js: 6.4.6 graphql: 15.7.2 @@ -241,18 +241,18 @@ importers: '@graphql-codegen/typescript-urql-graphcache': 2.2.2_15e7b238302909caeb9162519c8f7118 '@graphql-codegen/urql-introspection': 2.1.0_graphql@15.7.2 '@graphql-typed-document-node/core': 3.1.1_graphql@15.7.2 - '@nuxt/types': 2.15.8_sass@1.43.5 - '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.3.0 + '@nuxt/types': 2.15.8_sass@1.44.0 + '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.4.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 8.0.0_a62156d15a1061825f528e0e9b72eb2f - '@nuxtjs/eslint-module': 3.0.2_eslint@8.3.0 + '@nuxtjs/eslint-config-typescript': 8.0.0_38c0e3d82cc92be9a1fce008ada4d34d + '@nuxtjs/eslint-module': 3.0.2_eslint@8.4.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 - '@nuxtjs/stylelint-module': 4.0.0_stylelint@14.1.0 + '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.1.0 '@nuxtjs/svg': 0.3.0 - '@testing-library/jest-dom': 5.15.1 + '@testing-library/jest-dom': 5.16.0 '@types/codemirror': 5.60.5 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 @@ -262,50 +262,50 @@ importers: '@vue/runtime-dom': 3.2.23 '@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.3.0 - eslint-config-prettier: 8.3.0_eslint@8.3.0 - eslint-plugin-nuxt: 3.1.0_eslint@8.3.0 - eslint-plugin-prettier: 4.0.0_d8c6a2a4ba8850181fffb74d8e835cec - eslint-plugin-vue: 8.1.1_eslint@8.3.0 - jest: 27.3.1 + babel-jest: 27.4.2_@babel+core@7.16.0 + eslint: 8.4.0 + eslint-config-prettier: 8.3.0_eslint@8.4.0 + eslint-plugin-nuxt: 3.1.0_eslint@8.4.0 + eslint-plugin-prettier: 4.0.0_27140960afd45c356c84f80c9a47df2a + eslint-plugin-vue: 8.1.1_eslint@8.4.0 + jest: 27.4.3 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 nuxt-windicss: 2.0.12 prettier: 2.5.0 raw-loader: 4.0.2 - sass: 1.43.5 - sass-loader: 10.2.0_sass@1.43.5 + sass: 1.44.0 + sass-loader: 10.2.0_sass@1.44.0 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: 3.0.0_stylelint@14.1.0 - ts-jest: 27.0.7_e9a97d29b53edf30da72e8531628bcc0 + ts-jest: 27.0.7_df0b9a9e81fcad1e1e5da6ae3a3a6294 typescript: 4.5.2 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 worker-loader: 3.0.8 packages/hoppscotch-data: specifiers: - tsup: ^5.9.0 + tsup: ^5.10.1 devDependencies: - tsup: 5.9.0 + tsup: 5.10.1 packages/hoppscotch-js-sandbox: specifiers: - '@digitak/esrun': ^2.0.1 + '@digitak/esrun': ^2.0.5 '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.0.3 '@types/lodash': ^4.14.177 - '@types/node': ^16.11.10 - '@typescript-eslint/eslint-plugin': ^5.4.0 - '@typescript-eslint/parser': ^5.4.0 - eslint: ^8.3.0 + '@types/node': ^16.11.11 + '@typescript-eslint/eslint-plugin': ^5.5.0 + '@typescript-eslint/parser': ^5.5.0 + eslint: ^8.4.0 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.5 io-ts: ^2.2.16 - jest: ^27.3.1 + jest: ^27.4.3 lodash: ^4.17.21 prettier: ^2.5.0 quickjs-emscripten: ^0.13.0 @@ -316,20 +316,20 @@ importers: lodash: 4.17.21 quickjs-emscripten: 0.13.0 devDependencies: - '@digitak/esrun': 2.0.1 + '@digitak/esrun': 2.0.5 '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.5+io-ts@2.2.16 '@types/jest': 27.0.3 '@types/lodash': 4.14.177 - '@types/node': 16.11.10 - '@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_d8c6a2a4ba8850181fffb74d8e835cec + '@types/node': 16.11.11 + '@typescript-eslint/eslint-plugin': 5.5.0_b885794d89d00e0b80d68a1b7275fb2c + '@typescript-eslint/parser': 5.5.0_eslint@8.4.0+typescript@4.5.2 + eslint: 8.4.0 + eslint-config-prettier: 8.3.0_eslint@8.4.0 + eslint-plugin-prettier: 4.0.0_27140960afd45c356c84f80c9a47df2a io-ts: 2.2.16_fp-ts@2.11.5 - jest: 27.3.1 + jest: 27.4.3 prettier: 2.5.0 - ts-jest: 27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5 + ts-jest: 27.0.7_d967a5c71b36617f9eaef12c091f7695 typescript: 4.5.2 packages: @@ -383,6 +383,7 @@ packages: /@babel/compat-data/7.16.0: resolution: {integrity: sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==} engines: {node: '>=6.9.0'} + dev: false /@babel/compat-data/7.16.4: resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} @@ -394,15 +395,15 @@ packages: dependencies: '@babel/code-frame': 7.16.0 '@babel/generator': 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-module-transforms': 7.16.0 - '@babel/helpers': 7.16.0 - '@babel/parser': 7.16.2 + '@babel/helpers': 7.16.3 + '@babel/parser': 7.16.4 '@babel/template': 7.16.0 - '@babel/traverse': 7.16.0 + '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 convert-source-map: 1.8.0 - debug: 4.3.2 + debug: 4.3.3 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -410,7 +411,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.3.0: + /@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.4.0: resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -418,7 +419,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.16.0 - eslint: 8.3.0 + eslint: 8.4.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -456,6 +457,7 @@ packages: '@babel/helper-validator-option': 7.14.5 browserslist: 4.17.5 semver: 6.3.0 + dev: false /@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.0: resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} @@ -578,7 +580,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.0 '@babel/helper-validator-identifier': 7.15.7 '@babel/template': 7.16.0 - '@babel/traverse': 7.16.0 + '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -609,7 +611,7 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.16.0 '@babel/helper-optimise-call-expression': 7.16.0 - '@babel/traverse': 7.16.0 + '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -651,12 +653,12 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helpers/7.16.0: - resolution: {integrity: sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==} + /@babel/helpers/7.16.3: + resolution: {integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.0 - '@babel/traverse': 7.16.0 + '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 transitivePeerDependencies: - supports-color @@ -693,6 +695,12 @@ packages: resolution: {integrity: sha512-dcNwU1O4sx57ClvLBVFbEgx0UZWfd0JQX5X6fxFRCLHelFBGXFfSz6Y0FAq2PEwUqlqLkdVjVr4VASEOuUnLJw==} engines: {node: '>=6.0.0'} hasBin: true + dev: true + + /@babel/parser/7.16.4: + resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==} + engines: {node: '>=6.0.0'} + hasBin: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.0: resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==} @@ -1542,21 +1550,6 @@ packages: '@babel/types': 7.16.0 esutils: 2.0.3 - /@babel/runtime-corejs3/7.16.3: - resolution: {integrity: sha512-IAdDC7T0+wEB4y2gbIL0uOXEYpiZEeuFUTVbdGq+UwCcF35T/tS8KrmMomEwEc5wBbyfH3PJVpTSUqrhPDXFcQ==} - engines: {node: '>=6.9.0'} - dependencies: - core-js-pure: 3.19.1 - regenerator-runtime: 0.13.9 - dev: true - - /@babel/runtime/7.16.0: - resolution: {integrity: sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.9 - dev: false - /@babel/runtime/7.16.3: resolution: {integrity: sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==} engines: {node: '>=6.9.0'} @@ -1568,7 +1561,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.0 - '@babel/parser': 7.16.2 + '@babel/parser': 7.16.4 '@babel/types': 7.16.0 /@babel/traverse/7.15.4: @@ -1599,10 +1592,11 @@ packages: '@babel/helper-split-export-declaration': 7.16.0 '@babel/parser': 7.16.2 '@babel/types': 7.16.0 - debug: 4.3.2 + debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false /@babel/traverse/7.16.3: resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==} @@ -1613,7 +1607,7 @@ packages: '@babel/helper-function-name': 7.16.0 '@babel/helper-hoist-variables': 7.16.0 '@babel/helper-split-export-declaration': 7.16.0 - '@babel/parser': 7.16.3 + '@babel/parser': 7.16.4 '@babel/types': 7.16.0 debug: 4.3.3 globals: 11.12.0 @@ -1642,32 +1636,32 @@ packages: /@codemirror/autocomplete/0.19.9: resolution: {integrity: sha512-Ph1LWHtFFqNUIqEVrws6I263ihe5TH+TRBPwxQ78j7st7Q67FDAmgKX6mNbUPh02dxfqQrc9qxlo5JIqKeiVdg==} dependencies: - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 '@codemirror/tooltip': 0.19.10 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 '@lezer/common': 0.15.9 dev: false /@codemirror/closebrackets/0.19.0: resolution: {integrity: sha512-dFWX5OEVYWRNtGaifSbwIAlymnRRjxWMiMbffbAjF7p0zfGHDbdGkiT56q3Xud63h5/tQdSo5dK1iyNTzHz5vg==} dependencies: - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/rangeset': 0.19.1 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false /@codemirror/commands/0.19.5: resolution: {integrity: sha512-8PZOtx7d/GbKhFYA88zs2wINDtaUgj3pEjLYScKTd/Vsyw8qOp86tJQQNnMFTRZj/ISQl9Lbg3aAmHvroMqspw==} dependencies: - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/matchbrackets': 0.19.3 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 '@lezer/common': 0.15.7 dev: false @@ -1676,34 +1670,34 @@ packages: dependencies: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false - /@codemirror/fold/0.19.1: - resolution: {integrity: sha512-3GwQpxgv03urb8BPBvX1JSjl+uMXKqngRG6qHZXSM2FefxFKvTuyL44MCb35aodtfKjGwoxizk+7b6CbAOLyOw==} + /@codemirror/fold/0.19.2: + resolution: {integrity: sha512-FLi6RBhHPBnSbKZEu1S98z+VYSP5678cMdYVqhR58OWWTkEiLRVPeCTj8FhRKNL9B8Gx+lBQhGq3uwr3KtSs8w==} dependencies: - '@codemirror/gutter': 0.19.5 - '@codemirror/language': 0.19.6 - '@codemirror/rangeset': 0.19.1 + '@codemirror/gutter': 0.19.9 + '@codemirror/language': 0.19.7 + '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false - /@codemirror/gutter/0.19.5: - resolution: {integrity: sha512-Vqy+RXgBdnmbxNYx4/irQcfU9ecFz8SB/vhDOeHHSGtDqs+TihYHnHgBZLz6uILEG0YIjp0/zYY3P2NgZ/iyEg==} + /@codemirror/gutter/0.19.9: + resolution: {integrity: sha512-PFrtmilahin1g6uL27aG5tM/rqR9DZzZYZsIrCXA5Uc2OFTFqx4owuhoU9hqfYxHp5ovfvBwQ+txFzqS4vog6Q==} dependencies: '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false /@codemirror/highlight/0.19.6: resolution: {integrity: sha512-+eibu6on9quY8uN3xJ/n3rH+YIDLlpX7YulVmFvqAIz/ukRQ5tWaBmB7fMixHmnmRIRBRZgB8rNtonuMwZSAHQ==} dependencies: - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 '@lezer/common': 0.15.8 style-mod: 4.0.0 dev: false @@ -1712,7 +1706,7 @@ packages: resolution: {integrity: sha512-E0H+lncH66IMDhaND9jgkjE7s0dhYfjCPmS+Ig2Yes9I8+UIEecIdObj8c8HPCFGctGg3fxXqRAw2mdHl2Wouw==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false /@codemirror/lang-javascript/0.19.3: @@ -1720,10 +1714,10 @@ packages: dependencies: '@codemirror/autocomplete': 0.19.9 '@codemirror/highlight': 0.19.6 - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/lint': 0.19.3 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 '@lezer/javascript': 0.15.1 dev: false @@ -1731,38 +1725,38 @@ packages: resolution: {integrity: sha512-66K5TT9HO0ODtpjY+3Ub6t3r0OB1d27P+Kl5oygk4tDavHUBpsyHTJRFw/CdeRM2VwjbpBfctGm/cTrSthFDZg==} dependencies: '@codemirror/highlight': 0.19.6 - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@lezer/json': 0.15.0 dev: false - /@codemirror/language/0.19.6: - resolution: {integrity: sha512-or5TU/bxhsQdhXT70SK/h9V/gX/rElDEQyG29VbEDnHZ8TaDo3xsX900EYP02/tpIj8sConefmuMQfrePr+OCA==} + /@codemirror/language/0.19.7: + resolution: {integrity: sha512-pNNUtYWMIMG0lUSKyUXJr8U0rFiCKsKFXbA2Oj17PC+S1FY99hV0z1vcntW67ekAIZw9DMEUQnLsKBuIbAUX7Q==} dependencies: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 - '@lezer/common': 0.15.9 - '@lezer/lr': 0.15.4 + '@codemirror/view': 0.19.26 + '@lezer/common': 0.15.10 + '@lezer/lr': 0.15.5 dev: false /@codemirror/lint/0.19.3: resolution: {integrity: sha512-+c39s05ybD2NjghxkPFsUbH/qBL0cdzKmtHbzUm0RVspeL2OiP7uHYJ6J5+Qr9RjMIPWzcqSauRqxfmCrctUfg==} dependencies: - '@codemirror/gutter': 0.19.5 + '@codemirror/gutter': 0.19.9 '@codemirror/panel': 0.19.0 '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 '@codemirror/tooltip': 0.19.8 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 crelt: 1.0.5 dev: false /@codemirror/matchbrackets/0.19.3: resolution: {integrity: sha512-ljkrBxaLgh8jesroUiBa57pdEwqJamxkukXrJpL9LdyFZVJaF+9TldhztRaMsMZO1XnCSSHQ9sg32iuHo7Sc2g==} dependencies: - '@codemirror/language': 0.19.6 + '@codemirror/language': 0.19.7 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 '@lezer/common': 0.15.7 dev: false @@ -1770,7 +1764,7 @@ packages: resolution: {integrity: sha512-LJuu49xnuhaAztlhnLJQ57ddOirSyf8/lnl7twsQUG/05RkxodBZ9F7q8r5AOLqOkaQOy9WySEKX1Ur8lD9Q5w==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false /@codemirror/rangeset/0.19.1: @@ -1790,17 +1784,17 @@ packages: dependencies: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false - /@codemirror/search/0.19.3: - resolution: {integrity: sha512-T8AcSGNYuYtmOUXzI0VtCa9SMA0C90/Zk7fxnabgy0dpViwokucCMY2+aBZMPncIatkgojzbiRn7d5Qo1Ugx9w==} + /@codemirror/search/0.19.4: + resolution: {integrity: sha512-Oogbi/Ep7suM3Q6eCeRdaPBHyJtuFnYo287H9uXwrbS7nCCoqYBy272tUt0OMt3GhJ3yK0/g+XMDveb+HVKRtA==} dependencies: '@codemirror/panel': 0.19.0 '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 crelt: 1.0.5 dev: false @@ -1818,18 +1812,18 @@ packages: resolution: {integrity: sha512-xqIhCHr+IYoamdNLvBnU/oDh92zPnsbT1zLaFtKTFi9GI9SxOfBhWY3jfMENlK0j1C9rk8+AvwpXblPGvY/O6w==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false /@codemirror/tooltip/0.19.8: resolution: {integrity: sha512-Xg1H50utH3z1rmyzk5l/dfE0Lko+5pkxzaVlVzAbcqHlDsG9vARDkgRX+fEEpWg/rrvR83GVQhdKwl+wNxjOAg==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.21 + '@codemirror/view': 0.19.26 dev: false - /@codemirror/view/0.19.21: - resolution: {integrity: sha512-us5ENWr3ZFdXnIkylqVM3KCIPYepLyFhNmQqYMI3w2i/+ERoJGtyKPhiFuk5NpUjkONaZB3cHGBU+Z3mjqQFiw==} + /@codemirror/view/0.19.26: + resolution: {integrity: sha512-7QfXtFLDqXY2TfdxPCQ/NvXjINGaqXQ6SAHKQmxZ+jDcTCWmhFcxaAkrDneqcfGmtp72tUPOXG9PiwCbRWgRLw==} dependencies: '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 @@ -1851,7 +1845,7 @@ packages: lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.2.1 + yargs: 17.3.0 dev: true /@commitlint/config-conventional/15.0.0: @@ -1984,12 +1978,14 @@ packages: engines: {node: '>=4.0.0'} dev: false - /@digitak/esrun/2.0.1: - resolution: {integrity: sha512-m9/HCBIDHAjf68UckywurpYC6BwkZhzuoWpDwRaWUeQxVe84htDhiLUBZmgLnRZusBsIHynIwtyYlKPpA2D4mw==} + /@digitak/esrun/2.0.5: + resolution: {integrity: sha512-9zpuRrIb4rri1SIk3ntNGFs4+7OFQdxnf/JJrpcConJK/JCNiW5mB69tOUk79VRxDvB8VJHKxY5xZTxyn26Hkg==} engines: {node: '>=14.0'} hasBin: true dependencies: '@digitak/grubber': 2.0.4 + '@digitak/tsc-esm': 2.0.3 + '@types/chokidar': 2.1.3 anymatch: 3.1.2 chokidar: 3.5.2 esbuild: 0.12.29 @@ -1999,6 +1995,15 @@ packages: resolution: {integrity: sha512-4mq2EqQ5WsM34fy5y/Z+LUr5I0xO6bNhwReTCnrDzhsuRtXKiGM+V2ZY1XdAjv4X9p+46kyUksp6W4xr9X1d6Q==} dev: true + /@digitak/tsc-esm/2.0.3: + resolution: {integrity: sha512-5mXPO/ECkn6dHh+CXLD6WuelVGyIOszp1i2DTVMzlaNPItsmnCoqGYtr4CZDLgMMbQWrxKDugU0rOhbUPBCVzA==} + hasBin: true + dependencies: + '@digitak/grubber': 2.0.4 + fast-glob: 3.2.7 + relaxed-json: 1.0.3 + dev: true + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_b67f536f129c730ed129a6d21d223ba9: resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} engines: {node: '>=10.0.0'} @@ -2014,13 +2019,13 @@ packages: - typescript dev: true - /@eslint/eslintrc/1.0.4: - resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} + /@eslint/eslintrc/1.0.5: + resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.2 - espree: 9.1.0 + debug: 4.3.3 + espree: 9.2.0 globals: 13.12.0 ignore: 4.0.6 import-fresh: 3.3.0 @@ -2031,14 +2036,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.5_0b80f88321a01b0d5b4cb27357e3e098: + /@firebase/analytics-compat/0.1.5_86c51c9f31c0179de53c9d964ee0f369: resolution: {integrity: sha512-5cfr0uWwlhoHQYAr6UtQCHwnGjs/3J/bWrfA3INNtzaN4/tTTLTD02iobbccRcM7dM5TR0sZFWS5orfAU3OBFg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.4_@firebase+app@0.7.9 + '@firebase/analytics': 0.7.4_@firebase+app@0.7.10 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2050,26 +2055,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.4_@firebase+app@0.7.9: + /@firebase/analytics/0.7.4_@firebase+app@0.7.10: resolution: {integrity: sha512-AU3XMwHW7SFGCNeUKKNW2wXGTdmS164ackt/Epu2bDXCT1OcauPE1AVd+ofULSIDCaDUAQVmvw3JrobgogEU7Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.9 + '@firebase/installations': 0.5.4_@firebase+app@0.7.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.2_0b80f88321a01b0d5b4cb27357e3e098: + /@firebase/app-check-compat/0.2.2_86c51c9f31c0179de53c9d964ee0f369: resolution: {integrity: sha512-nX2Ou8Rwo+TMMNDecQOGH78kFw6sORLrsGyu0eC95M853JjisVxTngN1TU/RL5h83ElJ0HhNlz6C3FYAuGNqqA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.2_@firebase+app@0.7.9 - '@firebase/app-compat': 0.1.10 + '@firebase/app-check': 0.5.2_@firebase+app@0.7.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2082,22 +2087,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.5.2_@firebase+app@0.7.9: + /@firebase/app-check/0.5.2_@firebase+app@0.7.10: resolution: {integrity: sha512-DJrvxcn5QPO5dU735GA9kYpf+GwmCmnd/oQdWVExrRG+yjaLnP0rSJ2HKQ4bZKGo8qig3P7fwQpdMOgP2BXFjQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@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.10: - resolution: {integrity: sha512-33LdDMO694BvVbSzldyIjqQcjXcnNI6bjNNMOgYFl4lD4fCludKhmOKg5NOuHkwl7iljOg/nKxPFkRvUwlKgPA==} + /@firebase/app-compat/0.1.11: + resolution: {integrity: sha512-I6L6hHoAxylFg39w1I0w7zJ4cDq41FdUHUPhhNzDcPUJMJUQNzZXXBxUvDCj8ChFXDjVb/YTbLKzitqQXvkWBg==} dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2108,8 +2113,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.9: - resolution: {integrity: sha512-Ke+FRbmCvGaHuJjnNU1UM/W8K1P4mF31sf0lkWrPaJrdQNCaRDJAoI0S/lyLqbJWTjdJgsMN1yw2McR5pAs3Rg==} + /@firebase/app/0.7.10: + resolution: {integrity: sha512-u3dawOIj5EOK8OOJy0QypS51pdR2tJMD/DnrQy0U2vau3nLDZalXmcknA23HPX67pIbjg5AkUv9RhulM4qUK7g==} dependencies: '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 @@ -2117,18 +2122,18 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.3_c6ef09995e030ecc366af0cb4f3324e8: + /@firebase/auth-compat/0.2.3_5172ebe76b039f9ec4612efea4ed621a: resolution: {integrity: sha512-qXdibKq44Lf22hy9YQaaMsAFMOiTA95Z9NjZJbrY8P0zXZUjFhwpx41Mett8+3X/uv/mXa6KuouRt2QdpsqU/g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 - '@firebase/auth': 0.19.3_@firebase+app@0.7.9 + '@firebase/app-compat': 0.1.11 + '@firebase/auth': 0.19.3_@firebase+app@0.7.10 '@firebase/auth-types': 0.11.0_c42cdbc49715079e71c4358da4138a2d '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 node-fetch: 2.6.5 - selenium-webdriver: 4.0.0 + selenium-webdriver: 4.1.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2157,12 +2162,12 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/auth/0.19.3_@firebase+app@0.7.9: + /@firebase/auth/0.19.3_@firebase+app@0.7.10: resolution: {integrity: sha512-asOJkmzBh38DgZ5fBt7cv8dNyU3r7kRVoXi9f1eCpQp/n+NagaiUM+YKXq0snjbchFJu7qPBiwrIg/xZinY4kg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2181,12 +2186,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.4_21dbd4a53c91274f2125a8afddf06966: + /@firebase/database-compat/0.1.4_a51bbbfb7b2232a532f36e8157347cc2: resolution: {integrity: sha512-dIJiZLDFF3U+MoEwoPBy7zxWmBUro1KefmwSHlpOoxmPv76tuoPm85NumpW/HmMrtTcTkC2qowtb6NjGE8X7mw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 '@firebase/database': 0.12.4_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.3 @@ -2217,14 +2222,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.8_c6ef09995e030ecc366af0cb4f3324e8: - resolution: {integrity: sha512-/v9Ag3opJ54i9417xqzRGJF3ptLVGwzBTjnnje/bTMWJam4DwVRoTiE5ZDm2HheMxRipFkZUsLgehRHUB9vMTw==} + /@firebase/firestore-compat/0.1.9_5172ebe76b039f9ec4612efea4ed621a: + resolution: {integrity: sha512-OvWx3uzv9KzVJQPOyugz8RLbGVitjdRX+Wb845GtLbnFzApILHbjhd2zIKbvDQfnZsAD0eXPXLFIyCBCAEVz9g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 - '@firebase/firestore': 3.3.1_@firebase+app@0.7.9 + '@firebase/firestore': 3.4.0_@firebase+app@0.7.10 '@firebase/firestore-types': 2.5.0_c42cdbc49715079e71c4358da4138a2d '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2243,13 +2248,13 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/firestore/3.3.1_@firebase+app@0.7.9: - resolution: {integrity: sha512-aeEc/UzRJ2YqL/trEQo1fvKFScB/oXHzLg6q/X445tpMPf+zFHmpEuI9YdWGuqSCRfuP/qAy5u0tfkGIcrVmLg==} + /@firebase/firestore/3.4.0_@firebase+app@0.7.10: + resolution: {integrity: sha512-AiK4ol0U1Ul2oWegHgtAL47MRN7pkEo4XMtMY6ysVpopkVsiZzHFQIIgq5nFi/dQczWUvwX/ntOIELGJyQEZXQ==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2260,14 +2265,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.7_c6ef09995e030ecc366af0cb4f3324e8: + /@firebase/functions-compat/0.1.7_5172ebe76b039f9ec4612efea4ed621a: resolution: {integrity: sha512-Rv3mAUIhsLTxIgPWJSESUcmE1tzNHzUlqQStPnxHn6eFFgHVhkU2wg/NMrKZWTFlb51jpKTjh51AQDhRdT3n3A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 - '@firebase/functions': 0.7.6_5baab0d8b98d0b86175f657dd0268134 + '@firebase/functions': 0.7.6_cb672c01fb197163180ac7e1675f9d79 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2280,12 +2285,12 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.6_5baab0d8b98d0b86175f657dd0268134: + /@firebase/functions/0.7.6_cb672c01fb197163180ac7e1675f9d79: resolution: {integrity: sha512-Kl6a2PbRkOlSlOWJSgYuNp3e53G3cb+axF+r7rbWhJIHiaelG16GerBMxZTSxyiCz77C24LwiA2TKNwe85ObZg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_c42cdbc49715079e71c4358da4138a2d '@firebase/component': 0.5.9 @@ -2297,12 +2302,12 @@ packages: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.4_@firebase+app@0.7.9: + /@firebase/installations/0.5.4_@firebase+app@0.7.10: resolution: {integrity: sha512-rYb6Ju/tIBhojmM8FsgS96pErKl6gPgJFnffMO4bKH7HilXhOfgLfKU9k51ZDcps8N0npDx9+AJJ6pL1aYuYZQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 idb: 3.0.2 @@ -2315,14 +2320,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.4_0b80f88321a01b0d5b4cb27357e3e098: + /@firebase/messaging-compat/0.1.4_86c51c9f31c0179de53c9d964ee0f369: resolution: {integrity: sha512-6477jBw7w7hk0uhnTUMsPoukalpcwbxTTo9kMguHVSXe0t3OdoxeXEaapaNJlOmU4Kgc8j3rsms8IDLdKVpvlA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 - '@firebase/messaging': 0.9.4_@firebase+app@0.7.9 + '@firebase/messaging': 0.9.4_@firebase+app@0.7.10 '@firebase/util': 1.4.2 tslib: 2.3.1 transitivePeerDependencies: @@ -2333,29 +2338,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.4_@firebase+app@0.7.9: + /@firebase/messaging/0.9.4_@firebase+app@0.7.10: resolution: {integrity: sha512-OvYV4MLPfDpdP/yltLqZXZRx6rXWz52bEilS2jL2B4sGiuTaXSkR6BIHB54EPTblu32nbyZYdlER4fssz4TfXw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.9 + '@firebase/installations': 0.5.4_@firebase+app@0.7.10 '@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_0b80f88321a01b0d5b4cb27357e3e098: + /@firebase/performance-compat/0.1.4_86c51c9f31c0179de53c9d964ee0f369: resolution: {integrity: sha512-YuGfmpC0o+YvEBlEZCbPdNbT4Nn2qhi5uMXjqKnNIUepmXUsgOYDiAqM9nxHPoE/6IkvoFMdCj5nTUYVLCFXgg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.4_@firebase+app@0.7.9 + '@firebase/performance': 0.5.4_@firebase+app@0.7.10 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2367,14 +2372,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.4_@firebase+app@0.7.9: + /@firebase/performance/0.5.4_@firebase+app@0.7.10: resolution: {integrity: sha512-ES6aS4eoMhf9CczntBADDsXhaFea/3a0FADwy/VpWXXBxVb8tqc5tPcoTwd9L5M/aDeSiQMy344rhrSsTbIZEg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.9 + '@firebase/installations': 0.5.4_@firebase+app@0.7.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2388,15 +2393,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.4_0b80f88321a01b0d5b4cb27357e3e098: + /@firebase/remote-config-compat/0.1.4_86c51c9f31c0179de53c9d964ee0f369: resolution: {integrity: sha512-6WeKR7E9KJ1RIF9GZiyle1uD4IsIPUBKUnUnFkQhj3FV6cGvQwbeG0rbh7QQLvd0IWuh9lABYjHXWp+rGHQk8A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.3_@firebase+app@0.7.9 + '@firebase/remote-config': 0.3.3_@firebase+app@0.7.10 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2408,27 +2413,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.3_@firebase+app@0.7.9: + /@firebase/remote-config/0.3.3_@firebase+app@0.7.10: resolution: {integrity: sha512-9hZWfB3k3IYsjHbWeUfhv/SDCcOgv/JMJpLXlUbTppXPm1IZ3X9ZW4I9bS86gGYr7m/kSv99U0oxQ7N9PoR8Iw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.9 + '@firebase/installations': 0.5.4_@firebase+app@0.7.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.8_c6ef09995e030ecc366af0cb4f3324e8: + /@firebase/storage-compat/0.1.8_5172ebe76b039f9ec4612efea4ed621a: resolution: {integrity: sha512-L5R0DQoHCDKIgcBbqTx+6+RQ2533WFKeV3cfLAZCTGjyMUustj0eYDsr7fLhGexwsnpT3DaxhlbzT3icUWoDaA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.10 + '@firebase/app-compat': 0.1.11 '@firebase/component': 0.5.9 - '@firebase/storage': 0.9.0_@firebase+app@0.7.9 + '@firebase/storage': 0.9.0_@firebase+app@0.7.10 '@firebase/storage-types': 0.6.0_c42cdbc49715079e71c4358da4138a2d '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2447,12 +2452,12 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/storage/0.9.0_@firebase+app@0.7.9: + /@firebase/storage/0.9.0_@firebase+app@0.7.10: resolution: {integrity: sha512-1gSYdrwP9kECmugH9L3tvNMvSjnNJGamj91rrESOFk2ZHDO93qKR90awc68NnhmzFAJOT/eJzVm35LKU6SqUNg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.9 + '@firebase/app': 0.7.10 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 node-fetch: 2.6.5 @@ -2983,7 +2988,7 @@ packages: engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.6.7 - '@types/node': 16.11.9 + '@types/node': 16.11.11 dev: false /@grpc/proto-loader/0.6.7: @@ -2998,12 +3003,12 @@ packages: yargs: 16.2.0 dev: false - /@humanwhocodes/config-array/0.6.0: - resolution: {integrity: sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==} + /@humanwhocodes/config-array/0.9.2: + resolution: {integrity: sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.2 + debug: 4.3.3 minimatch: 3.0.4 transitivePeerDependencies: - supports-color @@ -3054,20 +3059,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.3.1: - resolution: {integrity: sha512-RkFNWmv0iui+qsOr/29q9dyfKTTT5DCuP31kUwg7rmOKPT/ozLeGLKJKVIiOfbiKyleUZKIrHwhmiZWVe8IMdw==} + /@jest/console/27.4.2: + resolution: {integrity: sha512-xknHThRsPB/To1FUbi6pCe43y58qFC03zfb6R7fDb/FfC7k2R3i1l+izRBJf8DI46KhYGRaF14Eo9A3qbBoixg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 chalk: 4.1.2 - jest-message-util: 27.3.1 - jest-util: 27.3.1 + jest-message-util: 27.4.2 + jest-util: 27.4.2 slash: 3.0.0 dev: true - /@jest/core/27.3.1: - resolution: {integrity: sha512-DMNE90RR5QKx0EA+wqe3/TNEwiRpOkhshKNxtLxd4rt3IZpCt+RSL+FoJsGeblRZmqdK4upHA/mKKGPPRAifhg==} + /@jest/core/27.4.3: + resolution: {integrity: sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -3075,30 +3080,30 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.3.1 - '@jest/reporters': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/console': 27.4.2 + '@jest/reporters': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 - jest-changed-files: 27.3.0 - jest-config: 27.3.1 - jest-haste-map: 27.3.1 - jest-message-util: 27.3.1 - jest-regex-util: 27.0.6 - jest-resolve: 27.3.1 - jest-resolve-dependencies: 27.3.1 - jest-runner: 27.3.1 - jest-runtime: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 - jest-watcher: 27.3.1 + jest-changed-files: 27.4.2 + jest-config: 27.4.3 + jest-haste-map: 27.4.2 + jest-message-util: 27.4.2 + jest-regex-util: 27.4.0 + jest-resolve: 27.4.2 + jest-resolve-dependencies: 27.4.2 + jest-runner: 27.4.3 + jest-runtime: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + jest-validate: 27.4.2 + jest-watcher: 27.4.2 micromatch: 4.0.4 rimraf: 3.0.2 slash: 3.0.0 @@ -3111,39 +3116,39 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.3.1: - resolution: {integrity: sha512-BCKCj4mOVLme6Tanoyc9k0ultp3pnmuyHw73UHRPeeZxirsU/7E3HC4le/VDb/SMzE1JcPnto+XBKFOcoiJzVw==} + /@jest/environment/27.4.2: + resolution: {integrity: sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/fake-timers': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 - jest-mock: 27.3.0 + '@jest/fake-timers': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 + jest-mock: 27.4.2 dev: true - /@jest/fake-timers/27.3.1: - resolution: {integrity: sha512-M3ZFgwwlqJtWZ+QkBG5NmC23A9w+A6ZxNsO5nJxJsKYt4yguBd3i8TpjQz5NfCX91nEve1KqD9RA2Q+Q1uWqoA==} + /@jest/fake-timers/27.4.2: + resolution: {integrity: sha512-f/Xpzn5YQk5adtqBgvw1V6bF8Nx3hY0OIRRpCvWcfPl0EAjdqWPdhH3t/3XpiWZqtjIEHDyMKP9ajpva1l4Zmg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 - '@sinonjs/fake-timers': 8.0.1 - '@types/node': 16.11.10 - jest-message-util: 27.3.1 - jest-mock: 27.3.0 - jest-util: 27.3.1 + '@jest/types': 27.4.2 + '@sinonjs/fake-timers': 8.1.0 + '@types/node': 16.11.11 + jest-message-util: 27.4.2 + jest-mock: 27.4.2 + jest-util: 27.4.2 dev: true - /@jest/globals/27.3.1: - resolution: {integrity: sha512-Q651FWiWQAIFiN+zS51xqhdZ8g9b88nGCobC87argAxA7nMfNQq0Q0i9zTfQYgLa6qFXk2cGANEqfK051CZ8Pg==} + /@jest/globals/27.4.2: + resolution: {integrity: sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.3.1 - '@jest/types': 27.2.5 - expect: 27.3.1 + '@jest/environment': 27.4.2 + '@jest/types': 27.4.2 + expect: 27.4.2 dev: true - /@jest/reporters/27.3.1: - resolution: {integrity: sha512-m2YxPmL9Qn1emFVgZGEiMwDntDxRRQ2D58tiDQlwYTg5GvbFOKseYCcHtn0WsI8CG4vzPglo3nqbOiT8ySBT/w==} + /@jest/reporters/27.4.2: + resolution: {integrity: sha512-sp4aqmdBJtjKetEakzDPcZggPcVIF6w9QLkYBbaWDV6e/SIsHnF1S4KtIH91eEc2fp7ep6V/e1xvdfEoho1d2w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -3152,11 +3157,11 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/console': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3166,11 +3171,11 @@ packages: istanbul-lib-instrument: 4.0.3 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.0.5 - jest-haste-map: 27.3.1 - jest-resolve: 27.3.1 - jest-util: 27.3.1 - jest-worker: 27.3.1 + istanbul-reports: 3.1.1 + jest-haste-map: 27.4.2 + jest-resolve: 27.4.2 + jest-util: 27.4.2 + jest-worker: 27.4.2 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -3180,8 +3185,8 @@ packages: - supports-color dev: true - /@jest/source-map/27.0.6: - resolution: {integrity: sha512-Fek4mi5KQrqmlY07T23JRi0e7Z9bXTOOD86V/uS0EIW4PClvPDqZOyFlLpNJheS6QI0FNX1CgmPjtJ4EA/2M+g==} + /@jest/source-map/27.4.0: + resolution: {integrity: sha512-Ntjx9jzP26Bvhbm93z/AKcPRj/9wrkI88/gK60glXDx1q+IeI0rf7Lw2c89Ch6ofonB0On/iRDreQuQ6te9pgQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: callsites: 3.1.0 @@ -3189,42 +3194,42 @@ packages: source-map: 0.6.1 dev: true - /@jest/test-result/27.3.1: - resolution: {integrity: sha512-mLn6Thm+w2yl0opM8J/QnPTqrfS4FoXsXF2WIWJb2O/GBSyResL71BRuMYbYRsGt7ELwS5JGcEcGb52BNrumgg==} + /@jest/test-result/27.4.2: + resolution: {integrity: sha512-kr+bCrra9jfTgxHXHa2UwoQjxvQk3Am6QbpAiJ5x/50LW8llOYrxILkqY0lZRW/hu8FXesnudbql263+EW9iNA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/types': 27.4.2 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.3.1: - resolution: {integrity: sha512-siySLo07IMEdSjA4fqEnxfIX8lB/lWYsBPwNFtkOvsFQvmBrL3yj3k3uFNZv/JDyApTakRpxbKLJ3CT8UGVCrA==} + /@jest/test-sequencer/27.4.2: + resolution: {integrity: sha512-HmHp5mlh9f9GyNej5yCS1JZIFfUGnP9+jEOH5zoq5EmsuZeYD+dGULqyvGDPtuzzbyAFJ6R4+z4SS0VvnFwwGQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.3.1 + '@jest/test-result': 27.4.2 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-runtime: 27.3.1 + jest-haste-map: 27.4.2 + jest-runtime: 27.4.2 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.3.1: - resolution: {integrity: sha512-3fSvQ02kuvjOI1C1ssqMVBKJpZf6nwoCiSu00zAKh5nrp3SptNtZy/8s5deayHnqxhjD9CWDJ+yqQwuQ0ZafXQ==} + /@jest/transform/27.4.2: + resolution: {integrity: sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.16.0 - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-regex-util: 27.0.6 - jest-util: 27.3.1 + jest-haste-map: 27.4.2 + jest-regex-util: 27.4.0 + jest-util: 27.4.2 micromatch: 4.0.4 pirates: 4.0.1 slash: 3.0.0 @@ -3240,7 +3245,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3251,16 +3256,31 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.10 + '@types/node': 16.11.11 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true + /@jest/types/27.4.2: + resolution: {integrity: sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 3.0.1 + '@types/node': 16.11.11 + '@types/yargs': 16.0.4 + chalk: 4.1.2 + dev: true + + /@lezer/common/0.15.10: + resolution: {integrity: sha512-vlr+be73zTDoQBIknBVOh/633tmbQcjxUu9PIeVeYESeBK3V6TuBW96RRFg93Y2cyK9lglz241gOgSn452HFvA==} + /@lezer/common/0.15.7: resolution: {integrity: sha512-Rw8TDJnBzZnkyzIXs1Tmmd241FrBLJBj8gkdy3y0joGFb8Z4I/joKEsR+gv1pb13o1TMsZxm3fmP+d/wPt2CTQ==} /@lezer/common/0.15.8: resolution: {integrity: sha512-zpS/xty48huX4uBidupmWDYCRBYpVtoTiFhzYhd6GsQwU67WsdSImdWzZJDrF/DhcQ462wyrZahHlo2grFB5ig==} + dev: false /@lezer/common/0.15.9: resolution: {integrity: sha512-N86tOY/g9pZQuKbmUjL4TQTegm4/34TZXxp1TYYFGdd9Rnhd9RPjQ3zp4q5qp/2qs4xlF4Dheg19K+JqAtvZxg==} @@ -3271,7 +3291,7 @@ packages: hasBin: true dependencies: '@lezer/common': 0.15.7 - '@lezer/lr': 0.15.4 + '@lezer/lr': 0.15.5 dev: true /@lezer/javascript/0.15.1: @@ -3290,6 +3310,12 @@ packages: resolution: {integrity: sha512-vwgG80sihEGJn6wJp6VijXrnzVai/KPva/OzYKaWvIx0IiXKjoMQ8UAwcgpSBwfS4Fbz3IKOX/cCNXU3r1FvpQ==} dependencies: '@lezer/common': 0.15.8 + dev: false + + /@lezer/lr/0.15.5: + resolution: {integrity: sha512-DEcLyhdmBxD1foQe7RegLrSlfS/XaTMGLkO5evkzHWAQKh/JnFWp7j7iNB7s2EpxzRrBCh0U+W7JDCeFhv2mng==} + dependencies: + '@lezer/common': 0.15.10 /@mdn/browser-compat-data/4.0.11: resolution: {integrity: sha512-rmQPBLe3/DuJy0Bcr1KNuSiIcgV67R2AeLxagKMQTI0R8F9lLC894wJRYhA5ytV0CIi7dzxILqdFeuVbqrkoCA==} @@ -3350,7 +3376,7 @@ packages: '@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.4_@babel+core@7.16.0 - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.16.0 core-js: 2.6.12 core-js-compat: 3.19.0 @@ -3491,11 +3517,11 @@ packages: ufo: 0.7.9 dev: false - /@nuxt/kit-edge/3.0.0-27303148.ac98373: - resolution: {integrity: sha512-eESI4BbtuMrdtcRq8mZXBUpJOQFNOQ5TxJvbcl6fGC/3MDxSCsssEd3vWAt2bFcvmStyDWZ9hs/H1lo9Qh52fw==} + /@nuxt/kit-edge/3.0.0-27307420.6a25d3e: + resolution: {integrity: sha512-JieTRigkV52VEQy+oqa6OqR/qOuL9ZmoaH9fDHNwHJXN7hLmil4HbRQ9502G7ura7hkHeAhjZTthXdQDKx1Q5Q==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: - '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27303148.ac98373 + '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27307420.6a25d3e consola: 2.15.3 defu: 5.0.0 dotenv: 10.0.0 @@ -3503,9 +3529,9 @@ packages: hash-sum: 2.0.0 jiti: 1.12.9 lodash.template: 4.5.0 - mlly: 0.3.13 + mlly: 0.3.15 pathe: 0.2.0 - pkg-types: 0.3.1 + pkg-types: 0.3.2 rc9: 1.2.0 scule: 0.2.1 semver: 7.3.5 @@ -3516,7 +3542,7 @@ packages: /@nuxt/kit/0.8.1-edge: resolution: {integrity: sha512-7kU+mYxRy3w9UohFK/rfrPkKXM9A4LWsTqpFN3MH7mxohy98SFBkf87B6nqE6ulXmztInK+MptS0Lr+VQa0E6w==} dependencies: - '@nuxt/kit-edge': 3.0.0-27303148.ac98373 + '@nuxt/kit-edge': 3.0.0-27307420.6a25d3e dev: true /@nuxt/loading-screen/2.0.4: @@ -3539,8 +3565,8 @@ packages: node-fetch: 2.6.6 dev: false - /@nuxt/schema-edge/3.0.0-27303148.ac98373: - resolution: {integrity: sha512-XT1nqGsISrmDfshGCh/PsfPG917iYRw/4tnt+fMBAaY+dREONf83OWLrNIS5xQRtVdMsQgMj+Yq2J2QTaq2BAA==} + /@nuxt/schema-edge/3.0.0-27307420.6a25d3e: + resolution: {integrity: sha512-QB6zMvxMQ+H5kwqd/6vZO7UAxGLIMZGV5zEc9rlYIyoilNnMO3opBJWuaUaokDLW7JpA1bGOfakLWWg8e8LGgQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: create-require: 1.1.1 @@ -3598,7 +3624,7 @@ packages: std-env: 2.3.1 dev: false - /@nuxt/types/2.15.8_sass@1.43.5: + /@nuxt/types/2.15.8_sass@1.44.0: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -3619,7 +3645,7 @@ packages: '@types/webpack-bundle-analyzer': 3.9.3 '@types/webpack-dev-middleware': 4.1.2 '@types/webpack-hot-middleware': 2.25.4 - sass-loader: 10.1.1_sass@1.43.5 + sass-loader: 10.1.1_sass@1.44.0 transitivePeerDependencies: - fibers - node-sass @@ -3627,14 +3653,14 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.3.0: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.4.0: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.43.5 + '@nuxt/types': 2.15.8_sass@1.44.0 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.3.0+typescript@4.2.4 + fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.4.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 typescript: 4.2.4 transitivePeerDependencies: @@ -3767,22 +3793,22 @@ packages: lodash.template: 4.5.0 dev: true - /@nuxtjs/composition-api/0.30.0_nuxt@2.15.8: - resolution: {integrity: sha512-IEuzCY5oUmXOTYkMNwdYQMagAxtlJRzQSDJ1o7LYt5KulOawfOm+wyyNfQxQMIPz/p5Df1UQ14ORDdQ+ZjWXIw==} + /@nuxtjs/composition-api/0.31.0_nuxt@2.15.8: + resolution: {integrity: sha512-xplH/EJ17W/EjNP7M11URTOrQcjMYqQn1wXUkMOdMiSLKM58VWuCyt0uT9jNCHMUspeQ+SPzr9dxQkNBGvwfiA==} engines: {node: ^12.20.0 || >=14.13.0} peerDependencies: '@nuxt/vue-app': ^2.15 nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.4.0 + '@vue/composition-api': 1.4.1 defu: 5.0.0 estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 nuxt: 2.15.8_typescript@4.5.2 ufo: 0.7.9 - unplugin-vue2-script-setup: 0.6.16 + unplugin-vue2-script-setup: 0.7.3 upath: 2.0.1 transitivePeerDependencies: - pug @@ -3799,16 +3825,16 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_a62156d15a1061825f528e0e9b72eb2f: + /@nuxtjs/eslint-config-typescript/8.0.0_38c0e3d82cc92be9a1fce008ada4d34d: resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} peerDependencies: eslint: ^8.3.0 dependencies: - '@nuxtjs/eslint-config': 8.0.0_4e52e098c69dc02e5d836ed593524821 - '@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-import-resolver-typescript: 2.5.0_eslint@8.3.0 + '@nuxtjs/eslint-config': 8.0.0_0cb9af3b7352aa877d7ae2dd6c6b2a1a + '@typescript-eslint/eslint-plugin': 5.4.0_a366fee3686bbd6e162572ae65b5ec5c + '@typescript-eslint/parser': 5.4.0_eslint@8.4.0+typescript@4.5.2 + eslint: 8.4.0 + eslint-import-resolver-typescript: 2.5.0_eslint@8.4.0 transitivePeerDependencies: - eslint-plugin-import - jest @@ -3816,19 +3842,19 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_4e52e098c69dc02e5d836ed593524821: + /@nuxtjs/eslint-config/8.0.0_0cb9af3b7352aa877d7ae2dd6c6b2a1a: resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} peerDependencies: eslint: ^8.3.0 dependencies: - eslint: 8.3.0 - eslint-config-standard: 16.0.3_a91986cd61f51e0cdba75303fb12b37d - eslint-plugin-import: 2.25.3_eslint@8.3.0 - eslint-plugin-jest: 25.3.0_4e52e098c69dc02e5d836ed593524821 - eslint-plugin-node: 11.1.0_eslint@8.3.0 - eslint-plugin-promise: 5.1.1_eslint@8.3.0 - eslint-plugin-unicorn: 39.0.0_eslint@8.3.0 - eslint-plugin-vue: 8.1.1_eslint@8.3.0 + eslint: 8.4.0 + eslint-config-standard: 16.0.3_0696c8e0090084bda5337f564a60a430 + eslint-plugin-import: 2.25.3_eslint@8.4.0 + eslint-plugin-jest: 25.3.0_0cb9af3b7352aa877d7ae2dd6c6b2a1a + eslint-plugin-node: 11.1.0_eslint@8.4.0 + eslint-plugin-promise: 5.1.1_eslint@8.4.0 + eslint-plugin-unicorn: 39.0.0_eslint@8.4.0 + eslint-plugin-vue: 8.1.1_eslint@8.4.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -3836,14 +3862,14 @@ packages: - typescript dev: true - /@nuxtjs/eslint-module/3.0.2_eslint@8.3.0: + /@nuxtjs/eslint-module/3.0.2_eslint@8.4.0: resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} peerDependencies: eslint: '>=7' dependencies: consola: 2.15.3 - eslint: 8.3.0 - eslint-webpack-plugin: 2.5.4_eslint@8.3.0 + eslint: 8.4.0 + eslint-webpack-plugin: 2.5.4_eslint@8.4.0 transitivePeerDependencies: - webpack dev: true @@ -3928,16 +3954,15 @@ packages: sitemap: 4.1.1 dev: false - /@nuxtjs/stylelint-module/4.0.0_stylelint@14.1.0: - resolution: {integrity: sha512-yNVCpbZQH07wr7nOoTdb7dNHSA2PUw/Y9Pw2rOQ3Dp2FSDh6/+o56Pojwnxf/xBON9EUBiCrglTMMO3mWd7YQA==} + /@nuxtjs/stylelint-module/4.1.0_stylelint@14.1.0: + resolution: {integrity: sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==} peerDependencies: - stylelint: ^13.0.0 + stylelint: ^13.0.0 || ^14.0.0 + webpack: ^4.0.0 || ^5.0.0 dependencies: consola: 2.15.3 stylelint: 14.1.0 - stylelint-webpack-plugin: 2.2.2_stylelint@14.1.0 - transitivePeerDependencies: - - webpack + stylelint-webpack-plugin: 2.3.1_stylelint@14.1.0 dev: true /@nuxtjs/svg/0.3.0: @@ -4065,8 +4090,8 @@ packages: type-detect: 4.0.8 dev: true - /@sinonjs/fake-timers/8.0.1: - resolution: {integrity: sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew==} + /@sinonjs/fake-timers/8.1.0: + resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} dependencies: '@sinonjs/commons': 1.8.3 dev: true @@ -4089,13 +4114,13 @@ packages: defer-to-connect: 2.0.1 dev: true - /@testing-library/jest-dom/5.15.1: - resolution: {integrity: sha512-kmj8opVDRE1E4GXyLlESsQthCXK7An28dFWxhiMwD7ZUI7ZxA6sjdJRxLerD9Jd8cHX4BDc1jzXaaZKqzlUkvg==} + /@testing-library/jest-dom/5.16.0: + resolution: {integrity: sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@babel/runtime': 7.16.3 - '@types/testing-library__jest-dom': 5.14.1 - aria-query: 4.2.2 + '@types/testing-library__jest-dom': 5.14.2 + aria-query: 5.0.0 chalk: 3.0.0 css: 3.0.0 css.escape: 1.5.1 @@ -4141,7 +4166,7 @@ packages: /@types/babel__core/7.1.16: resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} dependencies: - '@babel/parser': 7.16.2 + '@babel/parser': 7.16.4 '@babel/types': 7.16.0 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 @@ -4157,7 +4182,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.16.2 + '@babel/parser': 7.16.4 '@babel/types': 7.16.0 dev: true @@ -4190,6 +4215,13 @@ packages: '@types/responselike': 1.0.0 dev: true + /@types/chokidar/2.1.3: + resolution: {integrity: sha512-6qK3xoLLAhQVTucQGHTySwOVA1crHRXnJeLwqK6KIFkkKa2aoMFXh+WEi8PotxDtvN6MQJLyYN9ag9P6NLV81w==} + deprecated: This is a stub types definition. chokidar provides its own type definitions, so you do not need this installed. + dependencies: + chokidar: 3.5.2 + dev: true + /@types/clean-css/4.2.5: resolution: {integrity: sha512-NEzjkGGpbs9S9fgC4abuBvTpVwE3i+Acu9BBod3PUyjDVZcNsGx61b8r2PphR61QGPnn0JHVs5ey6/I4eTrkxw==} dependencies: @@ -4272,7 +4304,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 dev: true /@types/html-minifier-terser/5.1.2: @@ -4316,8 +4348,8 @@ packages: /@types/jest/27.0.3: resolution: {integrity: sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==} dependencies: - jest-diff: 27.3.1 - pretty-format: 27.3.1 + jest-diff: 27.4.2 + pretty-format: 27.4.2 dev: true /@types/js-yaml/4.0.5: @@ -4380,15 +4412,15 @@ packages: resolution: {integrity: sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==} dev: false - /@types/node/16.11.10: - resolution: {integrity: sha512-3aRnHa1KlOEEhJ6+CvyHKK5vE9BcLGjtUpwvqYLRvYNQKMfabu3BwfJaA/SLW8dxe28LsNDjtHwePTuzn3gmOA==} - dev: true + /@types/node/16.11.11: + resolution: {integrity: sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==} /@types/node/16.11.6: resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==} /@types/node/16.11.9: resolution: {integrity: sha512-MKmdASMf3LtPzwLyRrFjtFFZ48cMf8jmX5VRYrDQiJa8Ybu5VAmkqBWqKU8fdCwD8ysw4mQ9nrEHvzg6gunR7A==} + dev: true /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4408,8 +4440,8 @@ packages: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true - /@types/prettier/2.4.1: - resolution: {integrity: sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw==} + /@types/prettier/2.4.2: + resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} dev: true /@types/pug/2.0.4: @@ -4512,8 +4544,8 @@ packages: terser: 4.8.0 dev: true - /@types/testing-library__jest-dom/5.14.1: - resolution: {integrity: sha512-Gk9vaXfbzc5zCXI9eYE9BI5BNHEp4D3FWjgqBE/ePGYElLAP+KvxBcsdkwfIVvezs605oiyd/VrpiHe3Oeg+Aw==} + /@types/testing-library__jest-dom/5.14.2: + resolution: {integrity: sha512-vehbtyHUShPxIa9SioxDwCvgxukDMH//icJG90sXQBUm5lJOHLT5kNeU9tnivhnA/TkOFMzGIXN2cTc4hY8/kg==} dependencies: '@types/jest': 27.0.3 dev: true @@ -4607,7 +4639,7 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32: + /@typescript-eslint/eslint-plugin/5.4.0_a366fee3686bbd6e162572ae65b5ec5c: resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4618,11 +4650,11 @@ packages: typescript: optional: true dependencies: - '@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/experimental-utils': 5.4.0_eslint@8.4.0+typescript@4.5.2 + '@typescript-eslint/parser': 5.4.0_eslint@8.4.0+typescript@4.5.2 '@typescript-eslint/scope-manager': 5.4.0 debug: 4.3.3 - eslint: 8.3.0 + eslint: 8.4.0 functional-red-black-tree: 1.0.1 ignore: 5.1.9 regexpp: 3.2.0 @@ -4633,7 +4665,33 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: + /@typescript-eslint/eslint-plugin/5.5.0_b885794d89d00e0b80d68a1b7275fb2c: + resolution: {integrity: sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 5.5.0_eslint@8.4.0+typescript@4.5.2 + '@typescript-eslint/parser': 5.5.0_eslint@8.4.0+typescript@4.5.2 + '@typescript-eslint/scope-manager': 5.5.0 + debug: 4.3.3 + eslint: 8.4.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.5.2 + typescript: 4.5.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.4.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: @@ -4643,15 +4701,33 @@ packages: '@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: 8.4.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.3.0 + eslint-utils: 3.0.0_eslint@8.4.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2: + /@typescript-eslint/experimental-utils/5.5.0_eslint@8.4.0+typescript@4.5.2: + resolution: {integrity: sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==} + 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.5.0 + '@typescript-eslint/types': 5.5.0 + '@typescript-eslint/typescript-estree': 5.5.0_typescript@4.5.2 + eslint: 8.4.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.4.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/parser/5.4.0_eslint@8.4.0+typescript@4.5.2: resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4665,7 +4741,27 @@ packages: '@typescript-eslint/types': 5.4.0 '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 debug: 4.3.3 - eslint: 8.3.0 + eslint: 8.4.0 + typescript: 4.5.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/parser/5.5.0_eslint@8.4.0+typescript@4.5.2: + resolution: {integrity: sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 5.5.0 + '@typescript-eslint/types': 5.5.0 + '@typescript-eslint/typescript-estree': 5.5.0_typescript@4.5.2 + debug: 4.3.3 + eslint: 8.4.0 typescript: 4.5.2 transitivePeerDependencies: - supports-color @@ -4679,11 +4775,24 @@ packages: '@typescript-eslint/visitor-keys': 5.4.0 dev: true + /@typescript-eslint/scope-manager/5.5.0: + resolution: {integrity: sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.5.0 + '@typescript-eslint/visitor-keys': 5.5.0 + dev: true + /@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 + /@typescript-eslint/types/5.5.0: + resolution: {integrity: sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@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} @@ -4705,6 +4814,27 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree/5.5.0_typescript@4.5.2: + resolution: {integrity: sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.5.0 + '@typescript-eslint/visitor-keys': 5.5.0 + debug: 4.3.3 + globby: 11.0.4 + is-glob: 4.0.3 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.5.2 + typescript: 4.5.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/visitor-keys/5.4.0: resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4713,6 +4843,14 @@ packages: eslint-visitor-keys: 3.1.0 dev: true + /@typescript-eslint/visitor-keys/5.5.0: + resolution: {integrity: sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.5.0 + eslint-visitor-keys: 3.1.0 + dev: true + /@ungap/promise-all-settled/1.1.2: resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} dev: true @@ -4861,11 +4999,11 @@ packages: camelcase: 5.3.1 dev: false - /@vue/compiler-core/3.2.21: - resolution: {integrity: sha512-NhhiQZNG71KNq1h5pMW/fAXdTF7lJRaSI7LDm2edhHXVz1ROMICo8SreUmQnSf4Fet0UPBVqJ988eF4+936iDQ==} + /@vue/compiler-core/3.2.23: + resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==} dependencies: - '@babel/parser': 7.16.3 - '@vue/shared': 3.2.21 + '@babel/parser': 7.16.4 + '@vue/shared': 3.2.23 estree-walker: 2.0.2 source-map: 0.6.1 dev: false @@ -4885,8 +5023,8 @@ packages: prettier: 2.5.0 dev: false - /@vue/composition-api/1.4.0: - resolution: {integrity: sha512-fanqJw1cqhkfS1dcpFY52CeR0aWDBr7ub/0ObPWqMnNPdRsMi1gX04Q3aLeRtJEuVeCFewNbqvkPskkSPTVaXQ==} + /@vue/composition-api/1.4.1: + resolution: {integrity: sha512-ZTat9ru/rwecveRnFzlO2mduOBpGfnBdXn+WtBcFLV9UsL/D+6nX47RWuLiVdNxNDX0qphGZRC+JDjwt+YTnRA==} peerDependencies: vue: '>= 2.5 < 3' dependencies: @@ -4899,12 +5037,12 @@ packages: '@vue/shared': 3.2.23 dev: true - /@vue/ref-transform/3.2.21: - resolution: {integrity: sha512-uiEWWBsrGeun9O7dQExYWzXO3rHm/YdtFNXDVqCSoPypzOVxWxdiL+8hHeWzxMB58fVuV2sT80aUtIVyaBVZgQ==} + /@vue/ref-transform/3.2.23: + resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==} dependencies: - '@babel/parser': 7.16.3 - '@vue/compiler-core': 3.2.21 - '@vue/shared': 3.2.21 + '@babel/parser': 7.16.4 + '@vue/compiler-core': 3.2.23 + '@vue/shared': 3.2.23 estree-walker: 2.0.2 magic-string: 0.25.7 dev: false @@ -4924,17 +5062,8 @@ packages: csstype: 2.6.19 dev: true - /@vue/shared/3.2.21: - resolution: {integrity: sha512-5EQmIPK6gw4UVYUbM959B0uPsJ58+xoMESCZs3N89XyvJ9e+fX4pqEPrOGV8OroIk3SbEvJcC+eYc8BH9JQrHA==} - dev: false - - /@vue/shared/3.2.22: - resolution: {integrity: sha512-qWVav014mpjEtbWbEgl0q9pEyrrIySKum8UVYjwhC6njrKzknLZPvfuYdQyVbApsqr94tf/3dP4pCuZmmjdCWQ==} - dev: false - /@vue/shared/3.2.23: resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} - dev: true /@vue/test-utils/1.3.0: resolution: {integrity: sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==} @@ -5225,7 +5354,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true @@ -5393,12 +5522,9 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /aria-query/4.2.2: - resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} + /aria-query/5.0.0: + resolution: {integrity: sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==} engines: {node: '>=6.0'} - dependencies: - '@babel/runtime': 7.16.3 - '@babel/runtime-corejs3': 7.16.3 dev: true /arr-diff/4.0.0: @@ -5532,7 +5658,7 @@ packages: /axios-retry/3.2.4: resolution: {integrity: sha512-Co3UXiv4npi6lM963mfnuH90/YFLKWWDmoBYfxkHT5xtkSSWNqK9zdG3fw5/CP/dsoKB5aMMJCsgab+tp1OxLQ==} dependencies: - '@babel/runtime': 7.16.0 + '@babel/runtime': 7.16.3 is-retry-allowed: 2.2.0 dev: false @@ -5568,18 +5694,18 @@ packages: '@babel/core': 7.16.0 dev: true - /babel-jest/27.3.1_@babel+core@7.16.0: - resolution: {integrity: sha512-SjIF8hh/ir0peae2D6S6ZKRhUy7q/DnpH7k/V6fT4Bgs/LXXUztOpX4G2tCgq8mLo5HA9mN6NmlFMeYtKmIsTQ==} + /babel-jest/27.4.2_@babel+core@7.16.0: + resolution: {integrity: sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.16.0 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.2.0_@babel+core@7.16.0 + babel-preset-jest: 27.4.0_@babel+core@7.16.0 chalk: 4.1.2 graceful-fs: 4.2.8 slash: 3.0.0 @@ -5626,8 +5752,8 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/27.2.0: - resolution: {integrity: sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==} + /babel-plugin-jest-hoist/27.4.0: + resolution: {integrity: sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.16.0 @@ -5782,14 +5908,14 @@ packages: - supports-color dev: true - /babel-preset-jest/27.2.0_@babel+core@7.16.0: - resolution: {integrity: sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==} + /babel-preset-jest/27.4.0_@babel+core@7.16.0: + resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.16.0 - babel-plugin-jest-hoist: 27.2.0 + babel-plugin-jest-hoist: 27.4.0 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 dev: true @@ -6049,8 +6175,8 @@ packages: 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 + caniuse-lite: 1.0.30001283 + electron-to-chromium: 1.4.8 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -6106,6 +6232,14 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false + /bundle-require/2.1.8_esbuild@0.13.15: + resolution: {integrity: sha512-oOEg3A0hy/YzvNWNowtKD0pmhZKseOFweCbgyMqTIih4gRY1nJWsvrOCT27L9NbIyL5jMjTFrAUpGxxpW68Puw==} + peerDependencies: + esbuild: '>=0.13' + dependencies: + esbuild: 0.13.15 + dev: true + /bytes/3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} @@ -6116,6 +6250,11 @@ packages: engines: {node: '>=8'} dev: true + /cac/6.7.12: + resolution: {integrity: sha512-rM7E2ygtMkJqD9c7WnFU6fruFcN3xe4FM5yUmgxhZzIKJk4uHl9U/fhwdajGFQbQuv43FAUo1Fe8gX/oIKDeSA==} + engines: {node: '>=8'} + dev: true + /cacache/12.0.4: resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} dependencies: @@ -6280,6 +6419,11 @@ packages: resolution: {integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==} engines: {node: '>=10'} + /camelcase/6.2.1: + resolution: {integrity: sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==} + engines: {node: '>=10'} + dev: true + /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: @@ -6294,6 +6438,10 @@ packages: /caniuse-lite/1.0.30001282: resolution: {integrity: sha512-YhF/hG6nqBEllymSIjLtR2iWDDnChvhnVJqp+vloyt2tEHFG1yBR+ac2B/rOw0qOK0m0lEXU2dv4E/sMk5P9Kg==} + dev: true + + /caniuse-lite/1.0.30001283: + resolution: {integrity: sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6880,18 +7028,13 @@ packages: browserslist: 4.18.1 semver: 7.0.0 - /core-js-pure/3.19.1: - resolution: {integrity: sha512-Q0Knr8Es84vtv62ei6/6jXH/7izKmOrtrxH9WJTHLCMAVeU+8TF8z8Nr08CsH4Ot0oJKzBzJJL9SJBYIv7WlfQ==} - requiresBuild: true - dev: true - /core-js/2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.19.1: - resolution: {integrity: sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==} + /core-js/3.19.2: + resolution: {integrity: sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g==} requiresBuild: true dev: false @@ -7342,6 +7485,7 @@ packages: optional: true dependencies: ms: 2.1.2 + dev: true /debug/4.3.2_supports-color@8.1.1: resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} @@ -7552,8 +7696,8 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /diff-sequences/27.0.6: - resolution: {integrity: sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ==} + /diff-sequences/27.4.0: + resolution: {integrity: sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true @@ -7646,6 +7790,13 @@ packages: domelementtype: 1.3.1 dev: true + /domhandler/3.3.0: + resolution: {integrity: sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==} + engines: {node: '>= 4'} + dependencies: + domelementtype: 2.2.0 + dev: false + /domhandler/4.2.2: resolution: {integrity: sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==} engines: {node: '>= 4'} @@ -7740,8 +7891,8 @@ 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==} + /electron-to-chromium/1.4.8: + resolution: {integrity: sha512-Cu5+dbg55+1E3ohlsa8HT0s4b8D0gBewXEGG8s5wBl8ynWv60VuvYW25GpsOeTVXpulhyU/U8JYZH+yxASSJBQ==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -7896,11 +8047,6 @@ packages: /entities/2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} - /entities/3.0.1: - resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==} - engines: {node: '>=0.12'} - dev: false - /errno/0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true @@ -8151,16 +8297,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.3.0_eslint@8.3.0: + /eslint-config-prettier/8.3.0_eslint@8.4.0: resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.3.0 + eslint: 8.4.0 dev: true - /eslint-config-standard/16.0.3_a91986cd61f51e0cdba75303fb12b37d: + /eslint-config-standard/16.0.3_0696c8e0090084bda5337f564a60a430: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -8168,10 +8314,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 8.3.0 - eslint-plugin-import: 2.25.3_eslint@8.3.0 - eslint-plugin-node: 11.1.0_eslint@8.3.0 - eslint-plugin-promise: 5.1.1_eslint@8.3.0 + eslint: 8.4.0 + eslint-plugin-import: 2.25.3_eslint@8.4.0 + eslint-plugin-node: 11.1.0_eslint@8.4.0 + eslint-plugin-promise: 5.1.1_eslint@8.4.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -8181,7 +8327,7 @@ packages: resolve: 1.20.0 dev: true - /eslint-import-resolver-typescript/2.5.0_eslint@8.3.0: + /eslint-import-resolver-typescript/2.5.0_eslint@8.4.0: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -8189,7 +8335,7 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.3 - eslint: 8.3.0 + eslint: 8.4.0 glob: 7.2.0 is-glob: 4.0.3 resolve: 1.20.0 @@ -8207,18 +8353,18 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.3.0: + /eslint-plugin-es/3.0.1_eslint@8.4.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.3.0 + eslint: 8.4.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.25.3_eslint@8.3.0: + /eslint-plugin-import/2.25.3_eslint@8.4.0: resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} engines: {node: '>=4'} peerDependencies: @@ -8228,7 +8374,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.3.0 + eslint: 8.4.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -8240,7 +8386,7 @@ packages: tsconfig-paths: 3.12.0 dev: true - /eslint-plugin-jest/25.3.0_4e52e098c69dc02e5d836ed593524821: + /eslint-plugin-jest/25.3.0_0cb9af3b7352aa877d7ae2dd6c6b2a1a: resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -8253,23 +8399,23 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.3.0+typescript@4.5.2 - eslint: 8.3.0 - jest: 27.3.1 + '@typescript-eslint/eslint-plugin': 5.4.0_a366fee3686bbd6e162572ae65b5ec5c + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.4.0+typescript@4.5.2 + eslint: 8.4.0 + jest: 27.4.3 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.3.0: + /eslint-plugin-node/11.1.0_eslint@8.4.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.3.0 - eslint-plugin-es: 3.0.1_eslint@8.3.0 + eslint: 8.4.0 + eslint-plugin-es: 3.0.1_eslint@8.4.0 eslint-utils: 2.1.0 ignore: 5.1.9 minimatch: 3.0.4 @@ -8277,18 +8423,18 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-nuxt/3.1.0_eslint@8.3.0: + /eslint-plugin-nuxt/3.1.0_eslint@8.4.0: resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} dependencies: - eslint-plugin-vue: 8.1.1_eslint@8.3.0 + eslint-plugin-vue: 8.1.1_eslint@8.4.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.3.0 + vue-eslint-parser: 8.0.1_eslint@8.4.0 transitivePeerDependencies: - eslint - supports-color dev: true - /eslint-plugin-prettier/4.0.0_d8c6a2a4ba8850181fffb74d8e835cec: + /eslint-plugin-prettier/4.0.0_27140960afd45c356c84f80c9a47df2a: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -8299,22 +8445,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.3.0 - eslint-config-prettier: 8.3.0_eslint@8.3.0 + eslint: 8.4.0 + eslint-config-prettier: 8.3.0_eslint@8.4.0 prettier: 2.5.0 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/5.1.1_eslint@8.3.0: + /eslint-plugin-promise/5.1.1_eslint@8.4.0: resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.3.0 + eslint: 8.4.0 dev: true - /eslint-plugin-unicorn/39.0.0_eslint@8.3.0: + /eslint-plugin-unicorn/39.0.0_eslint@8.4.0: resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==} engines: {node: '>=12'} peerDependencies: @@ -8323,9 +8469,9 @@ packages: '@babel/helper-validator-identifier': 7.15.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.3.0 - eslint-template-visitor: 2.3.2_eslint@8.3.0 - eslint-utils: 3.0.0_eslint@8.3.0 + eslint: 8.4.0 + eslint-template-visitor: 2.3.2_eslint@8.4.0 + eslint-utils: 3.0.0_eslint@8.4.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -8340,17 +8486,17 @@ packages: - supports-color dev: true - /eslint-plugin-vue/8.1.1_eslint@8.3.0: + /eslint-plugin-vue/8.1.1_eslint@8.4.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.3.0 - eslint-utils: 3.0.0_eslint@8.3.0 + eslint: 8.4.0 + eslint-utils: 3.0.0_eslint@8.4.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.3.0 + vue-eslint-parser: 8.0.1_eslint@8.4.0 transitivePeerDependencies: - supports-color dev: true @@ -8387,14 +8533,14 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.3.0: + /eslint-template-visitor/2.3.2_eslint@8.4.0: resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: '@babel/core': 7.16.0 - '@babel/eslint-parser': 7.16.3_@babel+core@7.16.0+eslint@8.3.0 - eslint: 8.3.0 + '@babel/eslint-parser': 7.16.3_@babel+core@7.16.0+eslint@8.4.0 + eslint: 8.4.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -8409,13 +8555,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.3.0: + /eslint-utils/3.0.0_eslint@8.4.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.3.0 + eslint: 8.4.0 eslint-visitor-keys: 2.1.0 dev: true @@ -8439,7 +8585,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin/2.5.4_eslint@8.3.0: + /eslint-webpack-plugin/2.5.4_eslint@8.4.0: resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -8448,31 +8594,31 @@ packages: dependencies: '@types/eslint': 7.28.2 arrify: 2.0.1 - eslint: 8.3.0 + eslint: 8.4.0 jest-worker: 26.6.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 dev: true - /eslint/8.3.0: - resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==} + /eslint/8.4.0: + resolution: {integrity: sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.0.4 - '@humanwhocodes/config-array': 0.6.0 + '@eslint/eslintrc': 1.0.5 + '@humanwhocodes/config-array': 0.9.2 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.2 + debug: 4.3.3 doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 eslint-scope: 7.1.0 - eslint-utils: 3.0.0_eslint@8.3.0 + eslint-utils: 3.0.0_eslint@8.4.0 eslint-visitor-keys: 3.1.0 - espree: 9.1.0 + espree: 9.2.0 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -8511,8 +8657,8 @@ packages: eslint-visitor-keys: 3.0.0 dev: true - /espree/9.1.0: - resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==} + /espree/9.2.0: + resolution: {integrity: sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.6.0 @@ -8647,16 +8793,16 @@ packages: jest-regex-util: 26.0.0 dev: true - /expect/27.3.1: - resolution: {integrity: sha512-MrNXV2sL9iDRebWPGOGFdPQRl2eDQNu/uhxIMShjjx74T6kC6jFIkmQ6OqXDtevjGUkyB2IT56RzDBqXf/QPCg==} + /expect/27.4.2: + resolution: {integrity: sha512-BjAXIDC6ZOW+WBFNg96J22D27Nq5ohn+oGcuP2rtOtcjuxNoV9McpQ60PcQWhdFOSBIQdR72e+4HdnbZTFSTyg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 ansi-styles: 5.2.0 - jest-get-type: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-regex-util: 27.0.6 + jest-get-type: 27.4.0 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-regex-util: 27.4.0 dev: true /extend-shallow/2.0.1: @@ -8928,34 +9074,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.5.0: - resolution: {integrity: sha512-REScimA1DQz6mPU/u9wafzRwvEqzItX2ndDhtbj167zHbikyRi8Sgg0982N8SU6XlC+Pw6CAEAnNTSejfUYd6A==} + /firebase/9.6.0: + resolution: {integrity: sha512-ZpChU8JIwetXxcOwoJV/IKabMyW/oLsq9l+qf3aFB7LPcxcq0yxCFQzpHnYeQeWGrn9lcqfuhS1kXpIv5Ky7EQ==} dependencies: - '@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/analytics': 0.7.4_@firebase+app@0.7.10 + '@firebase/analytics-compat': 0.1.5_86c51c9f31c0179de53c9d964ee0f369 + '@firebase/app': 0.7.10 + '@firebase/app-check': 0.5.2_@firebase+app@0.7.10 + '@firebase/app-check-compat': 0.2.2_86c51c9f31c0179de53c9d964ee0f369 + '@firebase/app-compat': 0.1.11 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.3_@firebase+app@0.7.9 - '@firebase/auth-compat': 0.2.3_c6ef09995e030ecc366af0cb4f3324e8 + '@firebase/auth': 0.19.3_@firebase+app@0.7.10 + '@firebase/auth-compat': 0.2.3_5172ebe76b039f9ec4612efea4ed621a '@firebase/database': 0.12.4_@firebase+app-types@0.7.0 - '@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/database-compat': 0.1.4_a51bbbfb7b2232a532f36e8157347cc2 + '@firebase/firestore': 3.4.0_@firebase+app@0.7.10 + '@firebase/firestore-compat': 0.1.9_5172ebe76b039f9ec4612efea4ed621a + '@firebase/functions': 0.7.6_cb672c01fb197163180ac7e1675f9d79 + '@firebase/functions-compat': 0.1.7_5172ebe76b039f9ec4612efea4ed621a + '@firebase/installations': 0.5.4_@firebase+app@0.7.10 + '@firebase/messaging': 0.9.4_@firebase+app@0.7.10 + '@firebase/messaging-compat': 0.1.4_86c51c9f31c0179de53c9d964ee0f369 + '@firebase/performance': 0.5.4_@firebase+app@0.7.10 + '@firebase/performance-compat': 0.1.4_86c51c9f31c0179de53c9d964ee0f369 '@firebase/polyfill': 0.3.36 - '@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/remote-config': 0.3.3_@firebase+app@0.7.10 + '@firebase/remote-config-compat': 0.1.4_86c51c9f31c0179de53c9d964ee0f369 + '@firebase/storage': 0.9.0_@firebase+app@0.7.10 + '@firebase/storage-compat': 0.1.8_5172ebe76b039f9ec4612efea4ed621a '@firebase/util': 1.4.2 transitivePeerDependencies: - bufferutil @@ -9004,7 +9150,7 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.3.0+typescript@4.2.4: + /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.4.0+typescript@4.2.4: resolution: {integrity: sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9024,7 +9170,7 @@ packages: chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.3.0 + eslint: 8.4.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -9041,7 +9187,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.33 + mime-types: 2.1.34 dev: true /form-data/4.0.0: @@ -9805,6 +9951,15 @@ packages: readable-stream: 3.6.0 dev: true + /htmlparser2/5.0.1: + resolution: {integrity: sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ==} + dependencies: + domelementtype: 2.2.0 + domhandler: 3.3.0 + domutils: 2.8.0 + entities: 2.2.0 + dev: false + /htmlparser2/6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} dependencies: @@ -9813,15 +9968,6 @@ packages: domutils: 2.8.0 entities: 2.2.0 - /htmlparser2/7.2.0: - resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==} - dependencies: - domelementtype: 2.2.0 - domhandler: 4.2.2 - domutils: 2.8.0 - entities: 3.0.1 - dev: false - /http-cache-semantics/4.1.0: resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} dev: true @@ -9836,8 +9982,8 @@ packages: statuses: 1.5.0 toidentifier: 1.0.0 - /http-parser-js/0.5.3: - resolution: {integrity: sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==} + /http-parser-js/0.5.5: + resolution: {integrity: sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==} dev: false /http-proxy-agent/4.0.1: @@ -9908,7 +10054,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true @@ -9980,6 +10126,10 @@ packages: engines: {node: '>=0.8.0'} dev: true + /immutable/4.0.0: + resolution: {integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==} + dev: true + /import-cwd/2.1.0: resolution: {integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=} engines: {node: '>=4'} @@ -10570,7 +10720,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.16.0 - '@babel/parser': 7.16.2 + '@babel/parser': 7.16.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -10598,8 +10748,8 @@ packages: - supports-color dev: true - /istanbul-reports/3.0.5: - resolution: {integrity: sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==} + /istanbul-reports/3.1.1: + resolution: {integrity: sha512-q1kvhAXWSsXfMjCdNHNPKZZv94OlspKnoGv+R9RGbnqOOQ0VbNfLFgQDVgi7hHenKsndGq3/o0OBdzDXthWcNw==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -10609,35 +10759,35 @@ packages: /iterall/1.3.0: resolution: {integrity: sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==} - /jest-changed-files/27.3.0: - resolution: {integrity: sha512-9DJs9garMHv4RhylUMZgbdCJ3+jHSkpL9aaVKp13xtXAD80qLTLrqcDZL1PHA9dYA0bCI86Nv2BhkLpLhrBcPg==} + /jest-changed-files/27.4.2: + resolution: {integrity: sha512-/9x8MjekuzUQoPjDHbBiXbNEBauhrPU2ct7m8TfCg69ywt1y/N+yYwGh3gCpnqUS3klYWDU/lSNgv+JhoD2k1A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 execa: 5.1.1 throat: 6.0.1 dev: true - /jest-circus/27.3.1: - resolution: {integrity: sha512-v1dsM9II6gvXokgqq6Yh2jHCpfg7ZqV4jWY66u7npz24JnhP3NHxI0sKT7+ZMQ7IrOWHYAaeEllOySbDbWsiXw==} + /jest-circus/27.4.2: + resolution: {integrity: sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/environment': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.3.1 + expect: 27.4.2 is-generator-fn: 2.1.0 - jest-each: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-runtime: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - pretty-format: 27.3.1 + jest-each: 27.4.2 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-runtime: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + pretty-format: 27.4.2 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -10645,8 +10795,8 @@ packages: - supports-color dev: true - /jest-cli/27.3.1: - resolution: {integrity: sha512-WHnCqpfK+6EvT62me6WVs8NhtbjAS4/6vZJnk7/2+oOr50cwAzG4Wxt6RXX0hu6m1169ZGMlhYYUNeKBXCph/Q==} + /jest-cli/27.4.3: + resolution: {integrity: sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -10655,16 +10805,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 + '@jest/core': 27.4.3 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.8 import-local: 3.0.3 - jest-config: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-config: 27.4.3 + jest-util: 27.4.2 + jest-validate: 27.4.2 prompts: 2.4.2 yargs: 16.2.0 transitivePeerDependencies: @@ -10675,8 +10825,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.3.1: - resolution: {integrity: sha512-KY8xOIbIACZ/vdYCKSopL44I0xboxC751IX+DXL2+Wx6DKNycyEfV3rryC3BPm5Uq/BBqDoMrKuqLEUNJmMKKg==} + /jest-config/27.4.3: + resolution: {integrity: sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -10685,26 +10835,27 @@ packages: optional: true dependencies: '@babel/core': 7.16.0 - '@jest/test-sequencer': 27.3.1 - '@jest/types': 27.2.5 - babel-jest: 27.3.1_@babel+core@7.16.0 + '@jest/test-sequencer': 27.4.2 + '@jest/types': 27.4.2 + babel-jest: 27.4.2_@babel+core@7.16.0 chalk: 4.1.2 - ci-info: 3.2.0 + ci-info: 3.3.0 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-circus: 27.3.1 - jest-environment-jsdom: 27.3.1 - jest-environment-node: 27.3.1 - jest-get-type: 27.3.1 - jest-jasmine2: 27.3.1 - jest-regex-util: 27.0.6 - jest-resolve: 27.3.1 - jest-runner: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-circus: 27.4.2 + jest-environment-jsdom: 27.4.3 + jest-environment-node: 27.4.2 + jest-get-type: 27.4.0 + jest-jasmine2: 27.4.2 + jest-regex-util: 27.4.0 + jest-resolve: 27.4.2 + jest-runner: 27.4.3 + jest-util: 27.4.2 + jest-validate: 27.4.2 micromatch: 4.0.4 - pretty-format: 27.3.1 + pretty-format: 27.4.2 + slash: 3.0.0 transitivePeerDependencies: - bufferutil - canvas @@ -10722,44 +10873,44 @@ packages: pretty-format: 26.6.2 dev: true - /jest-diff/27.3.1: - resolution: {integrity: sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==} + /jest-diff/27.4.2: + resolution: {integrity: sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 27.0.6 - jest-get-type: 27.3.1 - pretty-format: 27.3.1 + diff-sequences: 27.4.0 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: true - /jest-docblock/27.0.6: - resolution: {integrity: sha512-Fid6dPcjwepTFraz0YxIMCi7dejjJ/KL9FBjPYhBp4Sv1Y9PdhImlKZqYU555BlN4TQKaTc+F2Av1z+anVyGkA==} + /jest-docblock/27.4.0: + resolution: {integrity: sha512-7TBazUdCKGV7svZ+gh7C8esAnweJoG+SvcF6Cjqj4l17zA2q1cMwx2JObSioubk317H+cjcHgP+7fTs60paulg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/27.3.1: - resolution: {integrity: sha512-E4SwfzKJWYcvOYCjOxhZcxwL+AY0uFMvdCOwvzgutJiaiodFjkxQQDxHm8FQBeTqDnSmKsQWn7ldMRzTn2zJaQ==} + /jest-each/27.4.2: + resolution: {integrity: sha512-53V2MNyW28CTruB3lXaHNk6PkiIFuzdOC9gR3C6j8YE/ACfrPnz+slB0s17AgU1TtxNzLuHyvNlLJ+8QYw9nBg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 chalk: 4.1.2 - jest-get-type: 27.3.1 - jest-util: 27.3.1 - pretty-format: 27.3.1 + jest-get-type: 27.4.0 + jest-util: 27.4.2 + pretty-format: 27.4.2 dev: true - /jest-environment-jsdom/27.3.1: - resolution: {integrity: sha512-3MOy8qMzIkQlfb3W1TfrD7uZHj+xx8Olix5vMENkj5djPmRqndMaXtpnaZkxmxM+Qc3lo+yVzJjzuXbCcZjAlg==} + /jest-environment-jsdom/27.4.3: + resolution: {integrity: sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.3.1 - '@jest/fake-timers': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 - jest-mock: 27.3.0 - jest-util: 27.3.1 + '@jest/environment': 27.4.2 + '@jest/fake-timers': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 + jest-mock: 27.4.2 + jest-util: 27.4.2 jsdom: 16.7.0 transitivePeerDependencies: - bufferutil @@ -10768,16 +10919,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.3.1: - resolution: {integrity: sha512-T89F/FgkE8waqrTSA7/ydMkcc52uYPgZZ6q8OaZgyiZkJb5QNNCF6oPZjH9IfPFfcc9uBWh1574N0kY0pSvTXw==} + /jest-environment-node/27.4.2: + resolution: {integrity: sha512-nzTZ5nJ+FabuZPH2YVci7SZIHpvtNRHPt8+vipLkCnAgXGjVzHm7XJWdnNqXbAkExIgiKeVEkVMNZOZE/LeiIg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.3.1 - '@jest/fake-timers': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 - jest-mock: 27.3.0 - jest-util: 27.3.1 + '@jest/environment': 27.4.2 + '@jest/fake-timers': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 + jest-mock: 27.4.2 + jest-util: 27.4.2 dev: true /jest-get-type/26.3.0: @@ -10785,63 +10936,63 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-get-type/27.3.1: - resolution: {integrity: sha512-+Ilqi8hgHSAdhlQ3s12CAVNd8H96ZkQBfYoXmArzZnOfAtVAJEiPDBirjByEblvG/4LPJmkL+nBqPO3A1YJAEg==} + /jest-get-type/27.4.0: + resolution: {integrity: sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.3.1: - resolution: {integrity: sha512-lYfNZIzwPccDJZIyk9Iz5iQMM/MH56NIIcGj7AFU1YyA4ewWFBl8z+YPJuSCRML/ee2cCt2y3W4K3VXPT6Nhzg==} + /jest-haste-map/27.4.2: + resolution: {integrity: sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/graceful-fs': 4.1.5 - '@types/node': 16.11.10 + '@types/node': 16.11.11 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 - jest-regex-util: 27.0.6 - jest-serializer: 27.0.6 - jest-util: 27.3.1 - jest-worker: 27.3.1 + jest-regex-util: 27.4.0 + jest-serializer: 27.4.0 + jest-util: 27.4.2 + jest-worker: 27.4.2 micromatch: 4.0.4 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.3.1: - resolution: {integrity: sha512-WK11ZUetDQaC09w4/j7o4FZDUIp+4iYWH/Lik34Pv7ukL+DuXFGdnmmi7dT58J2ZYKFB5r13GyE0z3NPeyJmsg==} + /jest-jasmine2/27.4.2: + resolution: {integrity: sha512-VO/fyAJSH9u0THjbteFiL8qc93ufU+yW+bdieDc8tzTCWwlWzO53UHS5nFK1qmE8izb5Smkn+XHlVt6/l06MKQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/traverse': 7.16.0 - '@jest/environment': 27.3.1 - '@jest/source-map': 27.0.6 - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@babel/traverse': 7.16.3 + '@jest/environment': 27.4.2 + '@jest/source-map': 27.4.0 + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 chalk: 4.1.2 co: 4.6.0 - expect: 27.3.1 + expect: 27.4.2 is-generator-fn: 2.1.0 - jest-each: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-runtime: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - pretty-format: 27.3.1 + jest-each: 27.4.2 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-runtime: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + pretty-format: 27.4.2 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.3.1: - resolution: {integrity: sha512-78QstU9tXbaHzwlRlKmTpjP9k4Pvre5l0r8Spo4SbFFVy/4Abg9I6ZjHwjg2QyKEAMg020XcjP+UgLZIY50yEg==} + /jest-leak-detector/27.4.2: + resolution: {integrity: sha512-ml0KvFYZllzPBJWDei3mDzUhyp/M4ubKebX++fPaudpe8OsxUE+m+P6ciVLboQsrzOCWDjE20/eXew9QMx/VGw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - jest-get-type: 27.3.1 - pretty-format: 27.3.1 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: true /jest-matcher-utils/26.6.2: @@ -10854,14 +11005,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-matcher-utils/27.3.1: - resolution: {integrity: sha512-hX8N7zXS4k+8bC1Aj0OWpGb7D3gIXxYvPNK1inP5xvE4ztbz3rc4AkI6jGVaerepBnfWB17FL5lWFJT3s7qo8w==} + /jest-matcher-utils/27.4.2: + resolution: {integrity: sha512-jyP28er3RRtMv+fmYC/PKG8wvAmfGcSNproVTW2Y0P/OY7/hWUOmsPfxN1jOhM+0u2xU984u2yEagGivz9OBGQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.3.1 - jest-get-type: 27.3.1 - pretty-format: 27.3.1 + jest-diff: 27.4.2 + jest-get-type: 27.4.0 + pretty-format: 27.4.2 dev: true /jest-message-util/26.6.2: @@ -10879,30 +11030,30 @@ packages: stack-utils: 2.0.5 dev: true - /jest-message-util/27.3.1: - resolution: {integrity: sha512-bh3JEmxsTZ/9rTm0jQrPElbY2+y48Rw2t47uMfByNyUVR+OfPh4anuyKsGqsNkXk/TI4JbLRZx+7p7Hdt6q1yg==} + /jest-message-util/27.4.2: + resolution: {integrity: sha512-OMRqRNd9E0DkBLZpFtZkAGYOXl6ZpoMtQJWTAREJKDOFa0M6ptB7L67tp+cszMBkvSgKOhNtQp2Vbcz3ZZKo/w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/code-frame': 7.16.0 - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.8 micromatch: 4.0.4 - pretty-format: 27.3.1 + pretty-format: 27.4.2 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/27.3.0: - resolution: {integrity: sha512-ziZiLk0elZOQjD08bLkegBzv5hCABu/c8Ytx45nJKkysQwGaonvmTxwjLqEA4qGdasq9o2I8/HtdGMNnVsMTGw==} + /jest-mock/27.4.2: + resolution: {integrity: sha512-PDDPuyhoukk20JrQKeofK12hqtSka7mWH0QQuxSNgrdiPsrnYYLS6wbzu/HDlxZRzji5ylLRULeuI/vmZZDrYA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.3.1: + /jest-pnp-resolver/1.2.2_jest-resolve@27.4.2: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -10911,7 +11062,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.3.1 + jest-resolve: 27.4.2 dev: true /jest-regex-util/26.0.0: @@ -10919,63 +11070,63 @@ packages: engines: {node: '>= 10.14.2'} dev: true - /jest-regex-util/27.0.6: - resolution: {integrity: sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==} + /jest-regex-util/27.4.0: + resolution: {integrity: sha512-WeCpMpNnqJYMQoOjm1nTtsgbR4XHAk1u00qDoNBQoykM280+/TmgA5Qh5giC1ecy6a5d4hbSsHzpBtu5yvlbEg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.3.1: - resolution: {integrity: sha512-X7iLzY8pCiYOnvYo2YrK3P9oSE8/3N2f4pUZMJ8IUcZnT81vlSonya1KTO9ZfKGuC+svE6FHK/XOb8SsoRUV1A==} + /jest-resolve-dependencies/27.4.2: + resolution: {integrity: sha512-hb++cTpqvOWfU49MCP/JQkxmnrhKoAVqXWFjgYXswRSVGk8Q6bDTSvhbCeYXDtXaymY0y7WrrSIlKogClcKJuw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 - jest-regex-util: 27.0.6 - jest-snapshot: 27.3.1 + '@jest/types': 27.4.2 + jest-regex-util: 27.4.0 + jest-snapshot: 27.4.2 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.3.1: - resolution: {integrity: sha512-Dfzt25CFSPo3Y3GCbxynRBZzxq9AdyNN+x/v2IqYx6KVT5Z6me2Z/PsSGFSv3cOSUZqJ9pHxilao/I/m9FouLw==} + /jest-resolve/27.4.2: + resolution: {integrity: sha512-d/zqPjxCzMqHlOdRTg8cTpO9jY+1/T74KazT8Ws/LwmwxV5sRMWOkiLjmzUCDj/5IqA5XHNK4Hkmlq9Kdpb9Sg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 chalk: 4.1.2 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-pnp-resolver: 1.2.2_jest-resolve@27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-haste-map: 27.4.2 + jest-pnp-resolver: 1.2.2_jest-resolve@27.4.2 + jest-util: 27.4.2 + jest-validate: 27.4.2 resolve: 1.20.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/27.3.1: - resolution: {integrity: sha512-r4W6kBn6sPr3TBwQNmqE94mPlYVn7fLBseeJfo4E2uCTmAyDFm2O5DYAQAFP7Q3YfiA/bMwg8TVsciP7k0xOww==} + /jest-runner/27.4.3: + resolution: {integrity: sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.3.1 - '@jest/environment': 27.3.1 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/console': 27.4.2 + '@jest/environment': 27.4.2 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 - jest-docblock: 27.0.6 - jest-environment-jsdom: 27.3.1 - jest-environment-node: 27.3.1 - jest-haste-map: 27.3.1 - jest-leak-detector: 27.3.1 - jest-message-util: 27.3.1 - jest-resolve: 27.3.1 - jest-runtime: 27.3.1 - jest-util: 27.3.1 - jest-worker: 27.3.1 - source-map-support: 0.5.20 + jest-docblock: 27.4.0 + jest-environment-jsdom: 27.4.3 + jest-environment-node: 27.4.2 + jest-haste-map: 27.4.2 + jest-leak-detector: 27.4.2 + jest-message-util: 27.4.2 + jest-resolve: 27.4.2 + jest-runtime: 27.4.2 + jest-util: 27.4.2 + jest-worker: 27.4.2 + source-map-support: 0.5.21 throat: 6.0.1 transitivePeerDependencies: - bufferutil @@ -10984,17 +11135,17 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.3.1: - resolution: {integrity: sha512-qtO6VxPbS8umqhEDpjA4pqTkKQ1Hy4ZSi9mDVeE9Za7LKBo2LdW2jmT+Iod3XFaJqINikZQsn2wEi0j9wPRbLg==} + /jest-runtime/27.4.2: + resolution: {integrity: sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.3.1 - '@jest/environment': 27.3.1 - '@jest/globals': 27.3.1 - '@jest/source-map': 27.0.6 - '@jest/test-result': 27.3.1 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/console': 27.4.2 + '@jest/environment': 27.4.2 + '@jest/globals': 27.4.2 + '@jest/source-map': 27.4.0 + '@jest/test-result': 27.4.2 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/yargs': 16.0.4 chalk: 4.1.2 cjs-module-lexer: 1.2.2 @@ -11003,14 +11154,14 @@ packages: exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.3.1 - jest-message-util: 27.3.1 - jest-mock: 27.3.0 - jest-regex-util: 27.0.6 - jest-resolve: 27.3.1 - jest-snapshot: 27.3.1 - jest-util: 27.3.1 - jest-validate: 27.3.1 + jest-haste-map: 27.4.2 + jest-message-util: 27.4.2 + jest-mock: 27.4.2 + jest-regex-util: 27.4.0 + jest-resolve: 27.4.2 + jest-snapshot: 27.4.2 + jest-util: 27.4.2 + jest-validate: 27.4.2 slash: 3.0.0 strip-bom: 4.0.0 yargs: 16.2.0 @@ -11024,41 +11175,41 @@ packages: pretty: 2.0.0 dev: true - /jest-serializer/27.0.6: - resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} + /jest-serializer/27.4.0: + resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.3.1: - resolution: {integrity: sha512-APZyBvSgQgOT0XumwfFu7X3G5elj6TGhCBLbBdn3R1IzYustPGPE38F51dBWMQ8hRXa9je0vAdeVDtqHLvB6lg==} + /jest-snapshot/27.4.2: + resolution: {integrity: sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.16.0 '@babel/generator': 7.16.0 - '@babel/parser': 7.16.2 + '@babel/parser': 7.16.4 '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 - '@babel/traverse': 7.16.0 + '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 - '@jest/transform': 27.3.1 - '@jest/types': 27.2.5 + '@jest/transform': 27.4.2 + '@jest/types': 27.4.2 '@types/babel__traverse': 7.14.2 - '@types/prettier': 2.4.1 + '@types/prettier': 2.4.2 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.0 chalk: 4.1.2 - expect: 27.3.1 + expect: 27.4.2 graceful-fs: 4.2.8 - jest-diff: 27.3.1 - jest-get-type: 27.3.1 - jest-haste-map: 27.3.1 - jest-matcher-utils: 27.3.1 - jest-message-util: 27.3.1 - jest-resolve: 27.3.1 - jest-util: 27.3.1 + jest-diff: 27.4.2 + jest-get-type: 27.4.0 + jest-haste-map: 27.4.2 + jest-matcher-utils: 27.4.2 + jest-message-util: 27.4.2 + jest-resolve: 27.4.2 + jest-util: 27.4.2 natural-compare: 1.4.0 - pretty-format: 27.3.1 + pretty-format: 27.4.2 semver: 7.3.5 transitivePeerDependencies: - supports-color @@ -11069,35 +11220,47 @@ 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.10 + '@types/node': 16.11.11 chalk: 4.1.2 ci-info: 3.2.0 graceful-fs: 4.2.8 picomatch: 2.3.0 dev: true - /jest-validate/27.3.1: - resolution: {integrity: sha512-3H0XCHDFLA9uDII67Bwi1Vy7AqwA5HqEEjyy934lgVhtJ3eisw6ShOF1MDmRPspyikef5MyExvIm0/TuLzZ86Q==} + /jest-util/27.4.2: + resolution: {integrity: sha512-YuxxpXU6nlMan9qyLuxHaMMOzXAl5aGZWCSzben5DhLHemYQxCc4YK+4L3ZrCutT8GPQ+ui9k5D8rUJoDioMnA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 - camelcase: 6.2.0 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 chalk: 4.1.2 - jest-get-type: 27.3.1 - leven: 3.1.0 - pretty-format: 27.3.1 + ci-info: 3.3.0 + graceful-fs: 4.2.8 + picomatch: 2.3.0 dev: true - /jest-watcher/27.3.1: - resolution: {integrity: sha512-9/xbV6chABsGHWh9yPaAGYVVKurWoP3ZMCv6h+O1v9/+pkOroigs6WzZ0e9gLP/njokUwM7yQhr01LKJVMkaZA==} + /jest-validate/27.4.2: + resolution: {integrity: sha512-hWYsSUej+Fs8ZhOm5vhWzwSLmVaPAxRy+Mr+z5MzeaHm9AxUpXdoVMEW4R86y5gOobVfBsMFLk4Rb+QkiEpx1A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.3.1 - '@jest/types': 27.2.5 - '@types/node': 16.11.10 + '@jest/types': 27.4.2 + camelcase: 6.2.1 + chalk: 4.1.2 + jest-get-type: 27.4.0 + leven: 3.1.0 + pretty-format: 27.4.2 + dev: true + + /jest-watcher/27.4.2: + resolution: {integrity: sha512-NJvMVyyBeXfDezhWzUOCOYZrUmkSCiatpjpm+nFUid74OZEHk6aMLrZAukIiFDwdbqp6mTM6Ui1w4oc+8EobQg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@jest/test-result': 27.4.2 + '@jest/types': 27.4.2 + '@types/node': 16.11.11 ansi-escapes: 4.3.2 chalk: 4.1.2 - jest-util: 27.3.1 + jest-util: 27.4.2 string-length: 4.0.2 dev: true @@ -11109,17 +11272,17 @@ packages: merge-stream: 2.0.0 supports-color: 7.2.0 - /jest-worker/27.3.1: - resolution: {integrity: sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==} + /jest-worker/27.4.2: + resolution: {integrity: sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.10 + '@types/node': 16.11.11 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/27.3.1: - resolution: {integrity: sha512-U2AX0AgQGd5EzMsiZpYt8HyZ+nSVIh5ujQ9CPp9EQZJMjXIiSZpJNweZl0swatKRoqHWgGKM3zaSwm4Zaz87ng==} + /jest/27.4.3: + resolution: {integrity: sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11128,9 +11291,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.3.1 + '@jest/core': 27.4.3 import-local: 3.0.3 - jest-cli: 27.3.1 + jest-cli: 27.4.3 transitivePeerDependencies: - bufferutil - canvas @@ -11147,8 +11310,8 @@ packages: resolution: {integrity: sha512-TdcJywkQtcwLxogc4rSMAi479G2eDPzfW0fLySks7TPhgZZ4s/tM6stnzayIh3gS/db3zExWJyUx4cNWrwAmoQ==} hasBin: true - /joycon/3.0.1: - resolution: {integrity: sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==} + /joycon/3.1.1: + resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} dev: true @@ -12054,12 +12217,24 @@ packages: resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==} engines: {node: '>= 0.6'} + /mime-db/1.51.0: + resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} + engines: {node: '>= 0.6'} + dev: true + /mime-types/2.1.33: resolution: {integrity: sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.50.0 + /mime-types/2.1.34: + resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.51.0 + dev: true + /mime/1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} @@ -12198,8 +12373,8 @@ packages: engines: {node: '>=10'} hasBin: true - /mlly/0.3.13: - resolution: {integrity: sha512-EXpbSPqSQLR9NEdB25uoyIYLSUvAqDEI7wUeM1HwXHsPF5Gx7cP7kuby5Mz2LfCPxBrgMnbcyPhcTCJRTQ+uvA==} + /mlly/0.3.15: + resolution: {integrity: sha512-3btbOX6XaoIMXRhLu0T/D9jPRrjJXl4R7Dl+EbpN7BYcQwehmt5UAYrIa2m9D/ywcXIUvDM+OTCON+ShFggndg==} dev: true /mocha/9.1.3: @@ -13140,11 +13315,11 @@ packages: dependencies: find-up: 4.1.0 - /pkg-types/0.3.1: - resolution: {integrity: sha512-BjECNgz/tsyqg0/T4Z/U7WbFQXUT24nfkxPbALcrk/uHVeZf9MrGG4tfvYtu+jsrHCFMseLQ6woQddDEBATw3A==} + /pkg-types/0.3.2: + resolution: {integrity: sha512-eBYzX/7NYsQEOR2alWY4rnQB49G62oHzFpoi9Som56aUr8vB8UGcmcIia9v8fpBeuhH3Ltentuk2OGpp4IQV3Q==} dependencies: jsonc-parser: 3.0.0 - mlly: 0.3.13 + mlly: 0.3.15 pathe: 0.2.0 dev: true @@ -13952,11 +14127,11 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/27.3.1: - resolution: {integrity: sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==} + /pretty-format/27.4.2: + resolution: {integrity: sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.5 + '@jest/types': 27.4.2 ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 17.0.2 @@ -14047,7 +14222,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.11.9 + '@types/node': 16.11.11 long: 4.0.0 dev: false @@ -14375,6 +14550,15 @@ packages: engines: {node: '>= 0.10'} dev: false + /relaxed-json/1.0.3: + resolution: {integrity: sha512-b7wGPo7o2KE/g7SqkJDDbav6zmrEeP4TK2VpITU72J/M949TLe/23y/ZHJo+pskcGM52xIfFoT9hydwmgr1AEg==} + engines: {node: '>= 0.10.0'} + hasBin: true + dependencies: + chalk: 2.4.2 + commander: 2.20.3 + dev: true + /relay-compiler/12.0.0_graphql@15.7.2: resolution: {integrity: sha512-SWqeSQZ+AMU/Cr7iZsHi1e78Z7oh00I5SvR092iCJq79aupqJ6Ds+I1Pz/Vzo5uY5PY0jvC4rBJXzlIN5g9boQ==} hasBin: true @@ -14587,7 +14771,7 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.0.1_rollup@2.60.1+typescript@4.5.2: + /rollup-plugin-dts/4.0.1_rollup@2.60.2+typescript@4.5.2: resolution: {integrity: sha512-DNv5F8pro/r0Hkx3JWKRtJZocDnqXfgypoajeiaNq134rYaFcEIl/oas5PogD1qexMadVijsHyVko1Chig0OOQ==} engines: {node: '>=v12.22.6'} peerDependencies: @@ -14595,13 +14779,13 @@ packages: typescript: ^4.4.2 dependencies: magic-string: 0.25.7 - rollup: 2.60.1 + rollup: 2.60.2 typescript: 4.5.2 optionalDependencies: '@babel/code-frame': 7.16.0 dev: true - /rollup-plugin-ts/2.0.4_rollup@2.60.1+typescript@4.5.2: + /rollup-plugin-ts/2.0.4_rollup@2.60.2+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: @@ -14635,14 +14819,14 @@ packages: compatfactory: 0.0.12_typescript@4.5.2 crosspath: 1.0.0 magic-string: 0.25.7 - rollup: 2.60.1 + rollup: 2.60.2 ts-clone-node: 0.3.29_typescript@4.5.2 tslib: 2.3.1 typescript: 4.5.2 dev: true - /rollup/2.60.1: - resolution: {integrity: sha512-akwfnpjY0rXEDSn1UTVfKXJhPsEBu+imi1gqBA1ZkHGydUnkV/fWCC90P7rDaLEW8KTwBcS1G3N4893Ndz+jwg==} + /rollup/2.60.2: + resolution: {integrity: sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -14696,7 +14880,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.43.5: + /sass-loader/10.1.1_sass@1.44.0: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -14715,12 +14899,12 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.43.5 + sass: 1.44.0 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.43.5: + /sass-loader/10.2.0_sass@1.44.0: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -14739,17 +14923,18 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.43.5 + sass: 1.44.0 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.43.5: - resolution: {integrity: sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==} + /sass/1.44.0: + resolution: {integrity: sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==} engines: {node: '>=8.9.0'} hasBin: true dependencies: chokidar: 3.5.2 + immutable: 4.0.0 dev: true /sax/1.2.4: @@ -14804,8 +14989,8 @@ packages: /scule/0.2.1: resolution: {integrity: sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==} - /selenium-webdriver/4.0.0: - resolution: {integrity: sha512-tOlu6FnTjPq2FKpd153pl8o2cB7H40Rvl/ogiD2sapMv4IDjQqpIxbd+swDJe9UDLdszeh5CDis6lgy4e9UG1w==} + /selenium-webdriver/4.0.0-rc-1: + resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 @@ -14817,12 +15002,11 @@ packages: - utf-8-validate dev: false - /selenium-webdriver/4.0.0-rc-1: - resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} + /selenium-webdriver/4.1.0: + resolution: {integrity: sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 - rimraf: 3.0.2 tmp: 0.2.1 ws: 8.3.0 transitivePeerDependencies: @@ -15655,17 +15839,17 @@ packages: stylelint: 14.1.0 dev: true - /stylelint-webpack-plugin/2.2.2_stylelint@14.1.0: - resolution: {integrity: sha512-zfIsAF13xe6xuhwxZDFWQEmuVcxnRk9JFovyRL/23CWjPK1HLRw4QZdvo0Bz1bQZaDQA+6ha7cU0NO+LXaw4Mw==} + /stylelint-webpack-plugin/2.3.1_stylelint@14.1.0: + resolution: {integrity: sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==} engines: {node: '>= 10.13.0'} peerDependencies: - stylelint: ^13.0.0 + stylelint: ^13.0.0 || ^14.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: '@types/stylelint': 13.13.3 arrify: 2.0.1 globby: 11.0.4 - jest-worker: 27.3.1 + jest-worker: 27.4.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 @@ -16225,7 +16409,7 @@ packages: tslib: 2.3.1 dev: false - /ts-jest/27.0.7_7e2a439bb7b53c38ff0c1a3c5e04c2c5: + /ts-jest/27.0.7_d967a5c71b36617f9eaef12c091f7695: resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -16246,7 +16430,7 @@ packages: '@types/jest': 27.0.3 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.3.1 + jest: 27.4.3 jest-util: 27.3.1 json5: 2.2.0 lodash.memoize: 4.1.2 @@ -16256,7 +16440,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest/27.0.7_e9a97d29b53edf30da72e8531628bcc0: + /ts-jest/27.0.7_df0b9a9e81fcad1e1e5da6ae3a3a6294: resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -16275,10 +16459,10 @@ packages: optional: true dependencies: '@babel/core': 7.16.0 - babel-jest: 27.3.1_@babel+core@7.16.0 + babel-jest: 27.4.2_@babel+core@7.16.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.3.1 + jest: 27.4.3 jest-util: 27.3.1 json5: 2.2.0 lodash.memoize: 4.1.2 @@ -16363,8 +16547,8 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tsup/5.9.0: - resolution: {integrity: sha512-GAu+q/x2e/PM0owEEtNIYIfK0U8FZkaredZP+zX4pLoc3t8UEnK9MDCIhhbWjZXvXi+VKD13rQ0+loIFRrHpkQ==} + /tsup/5.10.1: + resolution: {integrity: sha512-vLik/vL7fEqXeCLm3+121CjWk9Y7N9CjIuW0tP6o5kLXllEwfnwRXjlYNrWNpxsgIjntdWmi3dZYHF0/yVJNtw==} hasBin: true peerDependencies: typescript: ^4.2.3 @@ -16372,17 +16556,17 @@ packages: typescript: optional: true dependencies: - cac: 6.7.11 - chalk: 4.1.2 + bundle-require: 2.1.8_esbuild@0.13.15 + cac: 6.7.12 chokidar: 3.5.2 - debug: 4.3.2 + debug: 4.3.3 esbuild: 0.13.15 execa: 5.1.1 globby: 11.0.4 - joycon: 3.0.1 + joycon: 3.1.1 postcss-load-config: 3.1.0 resolve-from: 5.0.0 - rollup: 2.60.1 + rollup: 2.60.2 sucrase: 3.20.3 tree-kill: 1.2.2 transitivePeerDependencies: @@ -16582,8 +16766,8 @@ packages: resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=} engines: {node: '>= 0.8'} - /unplugin-vue2-script-setup/0.6.16: - resolution: {integrity: sha512-wsAkjlY869Sv9tXRFE0f5hdhG1SooA41ZF/M74gkLN7wryVc3fXi7hkrULAGpIoP79CdHSNbXr73NCTvBANgsQ==} + /unplugin-vue2-script-setup/0.7.3: + resolution: {integrity: sha512-3C32JkCS7BsNsgUkVnCEIJynHy+N/xwqiaUiMkeTm3Rk+HfHMhEPQ5Gysg3tejWY7KJyk8CohUKswTChurI1ng==} peerDependencies: pug: ^3.0.2 peerDependenciesMeta: @@ -16593,14 +16777,15 @@ packages: '@antfu/utils': 0.3.0 '@babel/core': 7.16.0 '@babel/generator': 7.16.0 - '@babel/parser': 7.16.3 + '@babel/parser': 7.16.4 '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 '@rollup/pluginutils': 4.1.1 - '@vue/ref-transform': 3.2.21 - '@vue/shared': 3.2.22 + '@vue/compiler-core': 3.2.23 + '@vue/ref-transform': 3.2.23 + '@vue/shared': 3.2.23 defu: 5.0.0 - htmlparser2: 7.2.0 + htmlparser2: 5.0.1 magic-string: 0.25.7 unplugin: 0.2.21 transitivePeerDependencies: @@ -16855,14 +17040,14 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-eslint-parser/8.0.1_eslint@8.3.0: + /vue-eslint-parser/8.0.1_eslint@8.4.0: resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.3 - eslint: 8.3.0 + eslint: 8.4.0 eslint-scope: 6.0.0 eslint-visitor-keys: 3.1.0 espree: 9.0.0 @@ -17195,7 +17380,7 @@ packages: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: - http-parser-js: 0.5.3 + http-parser-js: 0.5.5 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 dev: false @@ -17380,7 +17565,7 @@ packages: dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 - signal-exit: 3.0.5 + signal-exit: 3.0.6 typedarray-to-buffer: 3.1.5 dev: true @@ -17537,7 +17722,6 @@ packages: /yargs-parser/21.0.0: resolution: {integrity: sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==} engines: {node: '>=12'} - dev: false /yargs-unparser/2.0.0: resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} @@ -17591,6 +17775,19 @@ packages: yargs-parser: 20.2.9 dev: true + /yargs/17.3.0: + resolution: {integrity: sha512-GQl1pWyDoGptFPJx9b9L6kmR33TGusZvXIZUT+BOz9f7X2L94oeAskFYLEg/FkhV06zZPBYLvLZRWeYId29lew==} + engines: {node: '>=12'} + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.0.0 + dev: true + /yeast/0.1.2: resolution: {integrity: sha1-AI4G2AlDIMNy28L47XagymyKxBk=} dev: false