From 5a9d08a3f1a82c75b6e1dc9f66ebec7078170537 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 12 Dec 2021 21:15:34 +0530 Subject: [PATCH] chore(deps): bump --- packages/codemirror-lang-graphql/package.json | 4 +- packages/hoppscotch-app/package.json | 22 +- packages/hoppscotch-data/package.json | 2 +- packages/hoppscotch-js-sandbox/package.json | 18 +- pnpm-lock.yaml | 1497 ++++++++--------- 5 files changed, 711 insertions(+), 832 deletions(-) diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index a63dcfd1..e8746563 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -23,10 +23,10 @@ "devDependencies": { "@lezer/generator": "^0.15.0", "mocha": "^9.0.1", - "rollup": "^2.60.2", + "rollup": "^2.61.1", "rollup-plugin-dts": "^4.0.1", "rollup-plugin-ts": "^2.0.4", - "typescript": "^4.5.2" + "typescript": "^4.5.3" }, "license": "MIT" } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index d841c2a3..9e7688f3 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -36,7 +36,7 @@ "@apollo/client": "^3.5.5", "@codemirror/autocomplete": "^0.19.9", "@codemirror/closebrackets": "^0.19.0", - "@codemirror/commands": "^0.19.5", + "@codemirror/commands": "^0.19.6", "@codemirror/comment": "^0.19.0", "@codemirror/fold": "^0.19.2", "@codemirror/gutter": "^0.19.9", @@ -52,7 +52,7 @@ "@codemirror/state": "^0.19.6", "@codemirror/text": "^0.19.5", "@codemirror/tooltip": "^0.19.10", - "@codemirror/view": "^0.19.26", + "@codemirror/view": "^0.19.29", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/data": "workspace:^0.1.0", "@hoppscotch/js-sandbox": "workspace:^1.0.0", @@ -63,15 +63,15 @@ "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", - "@urql/core": "^2.3.5", - "@urql/exchange-auth": "^0.1.6", - "@urql/exchange-graphcache": "^4.3.5", + "@urql/core": "^2.3.6", + "@urql/exchange-auth": "^0.1.7", + "@urql/exchange-graphcache": "^4.3.6", "acorn": "^8.6.0", "acorn-walk": "^8.2.0", "axios": "^0.24.0", "core-js": "^3.19.2", "esprima": "^4.0.1", - "firebase": "^9.6.0", + "firebase": "^9.6.1", "fp-ts": "^2.11.5", "fuse.js": "^6.4.6", "graphql": "^15.5.0", @@ -132,29 +132,29 @@ "@types/lodash": "^4.14.177", "@types/splitpanes": "^2.2.1", "@urql/devtools": "^2.0.3", - "@vue/runtime-dom": "^3.2.23", + "@vue/runtime-dom": "^3.2.26", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^27.4.2", + "babel-jest": "^27.4.4", "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.4.3", + "jest": "^27.4.4", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", "nuxt-windicss": "^2.0.12", "prettier": "^2.5.1", "raw-loader": "^4.0.2", - "sass": "^1.44.0", + "sass": "^1.45.0", "sass-loader": "^10.2.0", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-standard": "^24.0.0", "stylelint-config-standard-scss": "^3.0.0", "ts-jest": "^27.1.0", - "typescript": "^4.5.2", + "typescript": "^4.5.3", "vue-jest": "^3.0.7", "worker-loader": "^3.0.8" } diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index c9d5faa4..9b10573c 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.10.1" + "tsup": "^5.11.1" } } diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index eb1bbeab..ed262ab8 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -38,20 +38,20 @@ "quickjs-emscripten": "^0.13.0" }, "devDependencies": { - "@digitak/esrun": "^2.0.5", + "@digitak/esrun": "^2.0.6", "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^27.0.3", - "@types/lodash": "^4.14.177", - "@types/node": "^16.11.11", - "@typescript-eslint/eslint-plugin": "^5.5.0", - "@typescript-eslint/parser": "^5.5.0", - "eslint": "^8.4.0", + "@types/lodash": "^4.14.178", + "@types/node": "^16.11.12", + "@typescript-eslint/eslint-plugin": "^5.6.0", + "@typescript-eslint/parser": "^5.6.0", + "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", - "jest": "^27.4.3", + "jest": "^27.4.4", "prettier": "^2.5.1", - "ts-jest": "^27.1.0", - "typescript": "^4.5.2" + "ts-jest": "^27.1.1", + "typescript": "^4.5.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d4710a3..396a0804 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,10 +22,10 @@ importers: '@lezer/generator': ^0.15.0 '@lezer/lr': ^0.15.5 mocha: ^9.0.1 - rollup: ^2.60.2 + rollup: ^2.61.1 rollup-plugin-dts: ^4.0.1 rollup-plugin-ts: ^2.0.4 - typescript: ^4.5.2 + typescript: ^4.5.3 dependencies: '@codemirror/highlight': 0.19.6 '@codemirror/language': 0.19.7 @@ -33,10 +33,10 @@ importers: devDependencies: '@lezer/generator': 0.15.2 mocha: 9.1.3 - 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 + rollup: 2.61.1 + rollup-plugin-dts: 4.0.1_rollup@2.61.1+typescript@4.5.3 + rollup-plugin-ts: 2.0.4_rollup@2.61.1+typescript@4.5.3 + typescript: 4.5.3 packages/hoppscotch-app: specifiers: @@ -45,7 +45,7 @@ importers: '@babel/preset-env': ^7.16.4 '@codemirror/autocomplete': ^0.19.9 '@codemirror/closebrackets': ^0.19.0 - '@codemirror/commands': ^0.19.5 + '@codemirror/commands': ^0.19.6 '@codemirror/comment': ^0.19.0 '@codemirror/fold': ^0.19.2 '@codemirror/gutter': ^0.19.9 @@ -61,7 +61,7 @@ importers: '@codemirror/state': ^0.19.6 '@codemirror/text': ^0.19.5 '@codemirror/tooltip': ^0.19.10 - '@codemirror/view': ^0.19.26 + '@codemirror/view': ^0.19.29 '@graphql-codegen/add': ^3.1.0 '@graphql-codegen/cli': 2.3.0 '@graphql-codegen/typed-document-node': ^2.2.1 @@ -97,17 +97,17 @@ importers: '@types/esprima': ^4.0.3 '@types/lodash': ^4.14.177 '@types/splitpanes': ^2.2.1 - '@urql/core': ^2.3.5 + '@urql/core': ^2.3.6 '@urql/devtools': ^2.0.3 - '@urql/exchange-auth': ^0.1.6 - '@urql/exchange-graphcache': ^4.3.5 - '@vue/runtime-dom': ^3.2.23 + '@urql/exchange-auth': ^0.1.7 + '@urql/exchange-graphcache': ^4.3.6 + '@vue/runtime-dom': ^3.2.26 '@vue/test-utils': ^1.3.0 acorn: ^8.6.0 acorn-walk: ^8.2.0 axios: ^0.24.0 babel-core: ^7.0.0-bridge.0 - babel-jest: ^27.4.2 + babel-jest: ^27.4.4 core-js: ^3.19.2 eslint: ^8.4.0 eslint-config-prettier: ^8.3.0 @@ -115,7 +115,7 @@ importers: eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^8.1.1 esprima: ^4.0.1 - firebase: ^9.6.0 + firebase: ^9.6.1 fp-ts: ^2.11.5 fuse.js: ^6.4.6 graphql: ^15.5.0 @@ -123,7 +123,7 @@ importers: graphql-language-service-parser: ^1.10.0 graphql-tag: ^2.12.6 io-ts: ^2.2.16 - jest: ^27.4.3 + jest: ^27.4.4 jest-serializer-vue: ^2.0.2 json-loader: ^0.5.7 lodash: ^4.17.21 @@ -136,7 +136,7 @@ importers: prettier: ^2.5.1 raw-loader: ^4.0.2 rxjs: ^7.4.0 - sass: ^1.44.0 + sass: ^1.45.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 @@ -150,7 +150,7 @@ importers: subscriptions-transport-ws: ^0.11.0 tern: ^0.24.3 ts-jest: ^27.1.0 - typescript: ^4.5.2 + typescript: ^4.5.3 uuid: 8.3.2 vue-apollo: ^3.1.0 vue-functional-data-merge: ^3.1.0 @@ -163,10 +163,10 @@ importers: worker-loader: ^3.0.8 yargs-parser: ^21.0.0 dependencies: - '@apollo/client': 3.5.5_f3f7eb5e21785ef7d5faca94c1a68824 + '@apollo/client': 3.5.6_f3f7eb5e21785ef7d5faca94c1a68824 '@codemirror/autocomplete': 0.19.9 '@codemirror/closebrackets': 0.19.0 - '@codemirror/commands': 0.19.5 + '@codemirror/commands': 0.19.6 '@codemirror/comment': 0.19.0 '@codemirror/fold': 0.19.2 '@codemirror/gutter': 0.19.9 @@ -182,7 +182,7 @@ importers: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 '@codemirror/tooltip': 0.19.10 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 '@hoppscotch/codemirror-lang-graphql': link:../codemirror-lang-graphql '@hoppscotch/data': link:../hoppscotch-data '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox @@ -193,15 +193,15 @@ importers: '@nuxtjs/robots': 2.5.0 '@nuxtjs/sitemap': 2.4.0 '@nuxtjs/toast': 3.3.1 - '@urql/core': 2.3.5_graphql@15.7.2 - '@urql/exchange-auth': 0.1.6_graphql@15.7.2 - '@urql/exchange-graphcache': 4.3.5_graphql@15.7.2 + '@urql/core': 2.3.6_graphql@15.7.2 + '@urql/exchange-auth': 0.1.7_graphql@15.7.2 + '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 acorn: 8.6.0 acorn-walk: 8.2.0 axios: 0.24.0 - core-js: 3.19.2 + core-js: 3.19.3 esprima: 4.0.1 - firebase: 9.6.0 + firebase: 9.6.1 fp-ts: 2.11.5 fuse.js: 6.4.6 graphql: 15.7.2 @@ -213,7 +213,7 @@ importers: lodash: 4.17.21 mustache: 4.2.0 node-interval-tree: 1.3.3 - nuxt: 2.15.8_typescript@4.5.2 + nuxt: 2.15.8_typescript@4.5.3 paho-mqtt: 1.1.0 rxjs: 7.4.0 socket.io-client-v2: /socket.io-client/2.4.0 @@ -236,103 +236,103 @@ importers: '@babel/core': 7.16.0 '@babel/preset-env': 7.16.4_@babel+core@7.16.0 '@graphql-codegen/add': 3.1.0_graphql@15.7.2 - '@graphql-codegen/cli': 2.3.0_graphql@15.7.2+typescript@4.5.2 + '@graphql-codegen/cli': 2.3.0_graphql@15.7.2+typescript@4.5.3 '@graphql-codegen/typed-document-node': 2.2.1_graphql@15.7.2 '@graphql-codegen/typescript': 2.4.1_graphql@15.7.2 '@graphql-codegen/typescript-operations': 2.2.1_graphql@15.7.2 - '@graphql-codegen/typescript-urql-graphcache': 2.2.2_15e7b238302909caeb9162519c8f7118 + '@graphql-codegen/typescript-urql-graphcache': 2.2.2_0078faba29fbf2fd40f25b4af19ce6b4 '@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.44.0 - '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.4.0 + '@nuxt/types': 2.15.8_sass@1.45.0 + '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.4.1 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 8.0.0_38c0e3d82cc92be9a1fce008ada4d34d - '@nuxtjs/eslint-module': 3.0.2_eslint@8.4.0 + '@nuxtjs/eslint-config-typescript': 8.0.0_89205826ebff0fcca2b6c6a0080addca + '@nuxtjs/eslint-module': 3.0.2_eslint@8.4.1 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.1.0 '@nuxtjs/svg': 0.3.0 - '@testing-library/jest-dom': 5.16.0 + '@testing-library/jest-dom': 5.16.1 '@types/codemirror': 5.60.5 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 - '@types/lodash': 4.14.177 + '@types/lodash': 4.14.178 '@types/splitpanes': 2.2.1 - '@urql/devtools': 2.0.3_@urql+core@2.3.5+graphql@15.7.2 - '@vue/runtime-dom': 3.2.23 + '@urql/devtools': 2.0.3_@urql+core@2.3.6+graphql@15.7.2 + '@vue/runtime-dom': 3.2.26 '@vue/test-utils': 1.3.0 babel-core: 7.0.0-bridge.0_@babel+core@7.16.0 - 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_14354588a145aaef8cc0e524e93c2ca4 - eslint-plugin-vue: 8.1.1_eslint@8.4.0 - jest: 27.4.3 + babel-jest: 27.4.4_@babel+core@7.16.0 + eslint: 8.4.1 + eslint-config-prettier: 8.3.0_eslint@8.4.1 + eslint-plugin-nuxt: 3.1.0_eslint@8.4.1 + eslint-plugin-prettier: 4.0.0_90bd2ba582f6d1348d73031482d782e2 + eslint-plugin-vue: 8.2.0_eslint@8.4.1 + jest: 27.4.4 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 - nuxt-windicss: 2.0.12 + nuxt-windicss: 2.1.1 prettier: 2.5.1 raw-loader: 4.0.2 - sass: 1.44.0 - sass-loader: 10.2.0_sass@1.44.0 + sass: 1.45.0 + sass-loader: 10.2.0_sass@1.45.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.1.0_df0b9a9e81fcad1e1e5da6ae3a3a6294 - typescript: 4.5.2 + ts-jest: 27.1.1_3b56c12a32f81d784cc163bd833a1576 + typescript: 4.5.3 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 worker-loader: 3.0.8 packages/hoppscotch-data: specifiers: - tsup: ^5.10.1 + tsup: ^5.11.1 devDependencies: - tsup: 5.10.1 + tsup: 5.11.1 packages/hoppscotch-js-sandbox: specifiers: - '@digitak/esrun': ^2.0.5 + '@digitak/esrun': ^2.0.6 '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.0.3 - '@types/lodash': ^4.14.177 - '@types/node': ^16.11.11 - '@typescript-eslint/eslint-plugin': ^5.5.0 - '@typescript-eslint/parser': ^5.5.0 - eslint: ^8.4.0 + '@types/lodash': ^4.14.178 + '@types/node': ^16.11.12 + '@typescript-eslint/eslint-plugin': ^5.6.0 + '@typescript-eslint/parser': ^5.6.0 + eslint: ^8.4.1 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.5 io-ts: ^2.2.16 - jest: ^27.4.3 + jest: ^27.4.4 lodash: ^4.17.21 prettier: ^2.5.1 quickjs-emscripten: ^0.13.0 - ts-jest: ^27.1.0 - typescript: ^4.5.2 + ts-jest: ^27.1.1 + typescript: ^4.5.3 dependencies: fp-ts: 2.11.5 lodash: 4.17.21 quickjs-emscripten: 0.13.0 devDependencies: - '@digitak/esrun': 2.0.5 + '@digitak/esrun': 2.0.6 '@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.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_14354588a145aaef8cc0e524e93c2ca4 + '@types/lodash': 4.14.178 + '@types/node': 16.11.12 + '@typescript-eslint/eslint-plugin': 5.6.0_0d0cecf582ba45923647a091322795b0 + '@typescript-eslint/parser': 5.6.0_eslint@8.4.1+typescript@4.5.3 + eslint: 8.4.1 + eslint-config-prettier: 8.3.0_eslint@8.4.1 + eslint-plugin-prettier: 4.0.0_90bd2ba582f6d1348d73031482d782e2 io-ts: 2.2.16_fp-ts@2.11.5 - jest: 27.4.3 + jest: 27.4.4 prettier: 2.5.1 - ts-jest: 27.1.0_d967a5c71b36617f9eaef12c091f7695 - typescript: 4.5.2 + ts-jest: 27.1.1_dc33159234d58f1c7ac35b6119da0e94 + typescript: 4.5.3 packages: @@ -341,8 +341,8 @@ packages: dependencies: '@types/throttle-debounce': 2.1.0 - /@apollo/client/3.5.5_f3f7eb5e21785ef7d5faca94c1a68824: - resolution: {integrity: sha512-EiQstc8VjeqosS2h21bwY9fhL3MCRRmACtRrRh2KYpp9vkDyx5pUfMnN3swgiBVYw1twdXg9jHmyZa1gZlvlog==} + /@apollo/client/3.5.6_f3f7eb5e21785ef7d5faca94c1a68824: + resolution: {integrity: sha512-XHoouuEJ4L37mtfftcHHO1caCRrKKAofAwqRoq28UQIPMJk+e7n3X9OtRRNXKk/9tmhNkwelSary+EilfPwI7A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 react: ^16.8.0 || ^17.0.0 @@ -364,7 +364,7 @@ packages: prop-types: 15.7.2 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 symbol-observable: 4.0.0 - ts-invariant: 0.9.3 + ts-invariant: 0.9.4 tslib: 2.3.1 zen-observable-ts: 1.2.3 dev: false @@ -413,7 +413,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.4.0: + /@babel/eslint-parser/7.16.3_@babel+core@7.16.0+eslint@8.4.1: resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -421,7 +421,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.16.0 - eslint: 8.4.0 + eslint: 8.4.1 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -1642,7 +1642,7 @@ packages: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 '@codemirror/tooltip': 0.19.10 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 '@lezer/common': 0.15.9 dev: false @@ -1653,18 +1653,18 @@ packages: '@codemirror/rangeset': 0.19.1 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false - /@codemirror/commands/0.19.5: - resolution: {integrity: sha512-8PZOtx7d/GbKhFYA88zs2wINDtaUgj3pEjLYScKTd/Vsyw8qOp86tJQQNnMFTRZj/ISQl9Lbg3aAmHvroMqspw==} + /@codemirror/commands/0.19.6: + resolution: {integrity: sha512-Mjc3ZfTifOn0h5499xI3MfCVIZvO2I0ochgzxfRtPOFwfXX/k7HTgnK0/KzuGDINyxUVeDaFCkf53TyyWjdxMQ==} dependencies: '@codemirror/language': 0.19.7 '@codemirror/matchbrackets': 0.19.3 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.26 - '@lezer/common': 0.15.7 + '@codemirror/view': 0.19.29 + '@lezer/common': 0.15.10 dev: false /@codemirror/comment/0.19.0: @@ -1672,7 +1672,7 @@ packages: dependencies: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false /@codemirror/fold/0.19.2: @@ -1682,7 +1682,7 @@ packages: '@codemirror/language': 0.19.7 '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false /@codemirror/gutter/0.19.9: @@ -1690,7 +1690,7 @@ packages: dependencies: '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false /@codemirror/highlight/0.19.6: @@ -1699,7 +1699,7 @@ packages: '@codemirror/language': 0.19.7 '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 '@lezer/common': 0.15.8 style-mod: 4.0.0 dev: false @@ -1708,7 +1708,7 @@ packages: resolution: {integrity: sha512-E0H+lncH66IMDhaND9jgkjE7s0dhYfjCPmS+Ig2Yes9I8+UIEecIdObj8c8HPCFGctGg3fxXqRAw2mdHl2Wouw==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false /@codemirror/lang-javascript/0.19.3: @@ -1719,7 +1719,7 @@ packages: '@codemirror/language': 0.19.7 '@codemirror/lint': 0.19.3 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 '@lezer/javascript': 0.15.1 dev: false @@ -1736,7 +1736,7 @@ packages: dependencies: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 '@lezer/common': 0.15.10 '@lezer/lr': 0.15.5 dev: false @@ -1749,7 +1749,7 @@ packages: '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 '@codemirror/tooltip': 0.19.10 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 crelt: 1.0.5 dev: false @@ -1758,7 +1758,7 @@ packages: dependencies: '@codemirror/language': 0.19.7 '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 '@lezer/common': 0.15.7 dev: false @@ -1766,7 +1766,7 @@ packages: resolution: {integrity: sha512-LJuu49xnuhaAztlhnLJQ57ddOirSyf8/lnl7twsQUG/05RkxodBZ9F7q8r5AOLqOkaQOy9WySEKX1Ur8lD9Q5w==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false /@codemirror/rangeset/0.19.1: @@ -1786,7 +1786,7 @@ packages: dependencies: '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false /@codemirror/search/0.19.4: @@ -1796,7 +1796,7 @@ packages: '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 '@codemirror/text': 0.19.5 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 crelt: 1.0.5 dev: false @@ -1814,11 +1814,11 @@ packages: resolution: {integrity: sha512-xqIhCHr+IYoamdNLvBnU/oDh92zPnsbT1zLaFtKTFi9GI9SxOfBhWY3jfMENlK0j1C9rk8+AvwpXblPGvY/O6w==} dependencies: '@codemirror/state': 0.19.6 - '@codemirror/view': 0.19.26 + '@codemirror/view': 0.19.29 dev: false - /@codemirror/view/0.19.26: - resolution: {integrity: sha512-7QfXtFLDqXY2TfdxPCQ/NvXjINGaqXQ6SAHKQmxZ+jDcTCWmhFcxaAkrDneqcfGmtp72tUPOXG9PiwCbRWgRLw==} + /@codemirror/view/0.19.29: + resolution: {integrity: sha512-rET2Ogs0M8NsH29t5R+bC/zevfHrjs1aaMV23mdbOtrebxwvANic1s4PtNofAU2dFiuK3x2vdTHPVtVg4dokBA==} dependencies: '@codemirror/rangeset': 0.19.2 '@codemirror/state': 0.19.6 @@ -1896,12 +1896,12 @@ packages: '@commitlint/execute-rule': 15.0.0 '@commitlint/resolve-extends': 15.0.0 '@commitlint/types': 15.0.0 - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_b67f536f129c730ed129a6d21d223ba9 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_f1e39502f5444cf4e1bb49a6f24fb32b chalk: 4.1.2 cosmiconfig: 7.0.1 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.5.2 + typescript: 4.5.3 dev: true /@commitlint/message/15.0.0: @@ -1973,8 +1973,8 @@ packages: engines: {node: '>=4.0.0'} dev: false - /@digitak/esrun/2.0.5: - resolution: {integrity: sha512-9zpuRrIb4rri1SIk3ntNGFs4+7OFQdxnf/JJrpcConJK/JCNiW5mB69tOUk79VRxDvB8VJHKxY5xZTxyn26Hkg==} + /@digitak/esrun/2.0.6: + resolution: {integrity: sha512-fWoIPkiN8hA/AcEJJ7IOA1cAqr5MWKZxtwhur38hzSecIGQTkSYv53bhcwR25YASoFHWPNwTapK3dUPqenWlSQ==} engines: {node: '>=14.0'} hasBin: true dependencies: @@ -1999,7 +1999,7 @@ packages: relaxed-json: 1.0.3 dev: true - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_b67f536f129c730ed129a6d21d223ba9: + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_f1e39502f5444cf4e1bb49a6f24fb32b: resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} engines: {node: '>=10.0.0'} peerDependencies: @@ -2008,7 +2008,7 @@ packages: cosmiconfig: 7.0.1 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.5.2 + ts-node: 9.1.1_typescript@4.5.3 tslib: 2.3.1 transitivePeerDependencies: - typescript @@ -2031,14 +2031,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.5_86c51c9f31c0179de53c9d964ee0f369: + /@firebase/analytics-compat/0.1.5_bc9f000ebd4762c2c40bffec17e5b647: resolution: {integrity: sha512-5cfr0uWwlhoHQYAr6UtQCHwnGjs/3J/bWrfA3INNtzaN4/tTTLTD02iobbccRcM7dM5TR0sZFWS5orfAU3OBFg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.4_@firebase+app@0.7.10 + '@firebase/analytics': 0.7.4_@firebase+app@0.7.11 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2050,26 +2050,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.4_@firebase+app@0.7.10: + /@firebase/analytics/0.7.4_@firebase+app@0.7.11: resolution: {integrity: sha512-AU3XMwHW7SFGCNeUKKNW2wXGTdmS164ackt/Epu2bDXCT1OcauPE1AVd+ofULSIDCaDUAQVmvw3JrobgogEU7Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.10 + '@firebase/installations': 0.5.4_@firebase+app@0.7.11 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.2_86c51c9f31c0179de53c9d964ee0f369: + /@firebase/app-check-compat/0.2.2_bc9f000ebd4762c2c40bffec17e5b647: resolution: {integrity: sha512-nX2Ou8Rwo+TMMNDecQOGH78kFw6sORLrsGyu0eC95M853JjisVxTngN1TU/RL5h83ElJ0HhNlz6C3FYAuGNqqA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.2_@firebase+app@0.7.10 - '@firebase/app-compat': 0.1.11 + '@firebase/app-check': 0.5.2_@firebase+app@0.7.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2082,22 +2082,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.5.2_@firebase+app@0.7.10: + /@firebase/app-check/0.5.2_@firebase+app@0.7.11: resolution: {integrity: sha512-DJrvxcn5QPO5dU735GA9kYpf+GwmCmnd/oQdWVExrRG+yjaLnP0rSJ2HKQ4bZKGo8qig3P7fwQpdMOgP2BXFjQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@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.11: - resolution: {integrity: sha512-I6L6hHoAxylFg39w1I0w7zJ4cDq41FdUHUPhhNzDcPUJMJUQNzZXXBxUvDCj8ChFXDjVb/YTbLKzitqQXvkWBg==} + /@firebase/app-compat/0.1.12: + resolution: {integrity: sha512-hRzCCFjwTwrFsAFcuUW2TPpyShJ/OaoA1Yxp4QJr6Xod8g+CQxTMZ4RJ51I5t9fErXvl65VxljhfqFEyB3ZmJA==} dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2108,8 +2108,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.10: - resolution: {integrity: sha512-u3dawOIj5EOK8OOJy0QypS51pdR2tJMD/DnrQy0U2vau3nLDZalXmcknA23HPX67pIbjg5AkUv9RhulM4qUK7g==} + /@firebase/app/0.7.11: + resolution: {integrity: sha512-GnG2XxlMrqd8zRa14Y3gvkPpr0tKTLZtxhUnShWkeSM5bQqk1DK2k9qDsf6D3cYfKCWv+JIg1zmL3oalxfhNNA==} dependencies: '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 @@ -2117,13 +2117,13 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.3_5172ebe76b039f9ec4612efea4ed621a: - resolution: {integrity: sha512-qXdibKq44Lf22hy9YQaaMsAFMOiTA95Z9NjZJbrY8P0zXZUjFhwpx41Mett8+3X/uv/mXa6KuouRt2QdpsqU/g==} + /@firebase/auth-compat/0.2.4_8e884c82e3f3b0e81d9dd2c1d4c7f872: + resolution: {integrity: sha512-2OpV6o8U33xiC98G9UrlhEMOOHfXmoum74VghP85BufLroi7erLKawBaDbYiHWK2QYudd8cbOPkk5GDocl1KNQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 - '@firebase/auth': 0.19.3_@firebase+app@0.7.10 + '@firebase/app-compat': 0.1.12 + '@firebase/auth': 0.19.4_@firebase+app@0.7.11 '@firebase/auth-types': 0.11.0_c42cdbc49715079e71c4358da4138a2d '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 @@ -2157,12 +2157,12 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/auth/0.19.3_@firebase+app@0.7.10: - resolution: {integrity: sha512-asOJkmzBh38DgZ5fBt7cv8dNyU3r7kRVoXi9f1eCpQp/n+NagaiUM+YKXq0snjbchFJu7qPBiwrIg/xZinY4kg==} + /@firebase/auth/0.19.4_@firebase+app@0.7.11: + resolution: {integrity: sha512-0FefLGnP0mbgvSSan7j2e25i3pllqF9+KYO5fwuAo3YcgjCyNMBJKaXPlz/J+z6jRHa2itjh4W48jD4Y/FCMqw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2181,12 +2181,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.4_a51bbbfb7b2232a532f36e8157347cc2: + /@firebase/database-compat/0.1.4_0fec86d3fa16c230fa9d156190a4cf63: resolution: {integrity: sha512-dIJiZLDFF3U+MoEwoPBy7zxWmBUro1KefmwSHlpOoxmPv76tuoPm85NumpW/HmMrtTcTkC2qowtb6NjGE8X7mw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 '@firebase/database': 0.12.4_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.3 @@ -2217,14 +2217,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.9_5172ebe76b039f9ec4612efea4ed621a: - resolution: {integrity: sha512-OvWx3uzv9KzVJQPOyugz8RLbGVitjdRX+Wb845GtLbnFzApILHbjhd2zIKbvDQfnZsAD0eXPXLFIyCBCAEVz9g==} + /@firebase/firestore-compat/0.1.10_8e884c82e3f3b0e81d9dd2c1d4c7f872: + resolution: {integrity: sha512-wnyUzx5bHatnsP+3nX0FmA1jxfDxVW5gCdM59sXxd0PWf4oUOONRlqVstVAHVUH123huGaNdEXY6LUlP7H0EnA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 - '@firebase/firestore': 3.4.0_@firebase+app@0.7.10 + '@firebase/firestore': 3.4.1_@firebase+app@0.7.11 '@firebase/firestore-types': 2.5.0_c42cdbc49715079e71c4358da4138a2d '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2243,13 +2243,13 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/firestore/3.4.0_@firebase+app@0.7.10: - resolution: {integrity: sha512-AiK4ol0U1Ul2oWegHgtAL47MRN7pkEo4XMtMY6ysVpopkVsiZzHFQIIgq5nFi/dQczWUvwX/ntOIELGJyQEZXQ==} + /@firebase/firestore/3.4.1_@firebase+app@0.7.11: + resolution: {integrity: sha512-KSXuaiavHUqk3+0qRe4U8QZ1vfpOc4PuesohLcjA824HexBzXd+6NoUmBs/F9pyS9Ka1rJeECXzXgpk0pInSBw==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 @@ -2260,14 +2260,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.7_5172ebe76b039f9ec4612efea4ed621a: + /@firebase/functions-compat/0.1.7_8e884c82e3f3b0e81d9dd2c1d4c7f872: resolution: {integrity: sha512-Rv3mAUIhsLTxIgPWJSESUcmE1tzNHzUlqQStPnxHn6eFFgHVhkU2wg/NMrKZWTFlb51jpKTjh51AQDhRdT3n3A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 - '@firebase/functions': 0.7.6_cb672c01fb197163180ac7e1675f9d79 + '@firebase/functions': 0.7.6_1cb9898d4ad5fb721565bc5a4b0578c4 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2280,12 +2280,12 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.6_cb672c01fb197163180ac7e1675f9d79: + /@firebase/functions/0.7.6_1cb9898d4ad5fb721565bc5a4b0578c4: resolution: {integrity: sha512-Kl6a2PbRkOlSlOWJSgYuNp3e53G3cb+axF+r7rbWhJIHiaelG16GerBMxZTSxyiCz77C24LwiA2TKNwe85ObZg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_c42cdbc49715079e71c4358da4138a2d '@firebase/component': 0.5.9 @@ -2297,12 +2297,12 @@ packages: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.4_@firebase+app@0.7.10: + /@firebase/installations/0.5.4_@firebase+app@0.7.11: resolution: {integrity: sha512-rYb6Ju/tIBhojmM8FsgS96pErKl6gPgJFnffMO4bKH7HilXhOfgLfKU9k51ZDcps8N0npDx9+AJJ6pL1aYuYZQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 idb: 3.0.2 @@ -2315,14 +2315,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.4_86c51c9f31c0179de53c9d964ee0f369: + /@firebase/messaging-compat/0.1.4_bc9f000ebd4762c2c40bffec17e5b647: resolution: {integrity: sha512-6477jBw7w7hk0uhnTUMsPoukalpcwbxTTo9kMguHVSXe0t3OdoxeXEaapaNJlOmU4Kgc8j3rsms8IDLdKVpvlA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 - '@firebase/messaging': 0.9.4_@firebase+app@0.7.10 + '@firebase/messaging': 0.9.4_@firebase+app@0.7.11 '@firebase/util': 1.4.2 tslib: 2.3.1 transitivePeerDependencies: @@ -2333,29 +2333,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.4_@firebase+app@0.7.10: + /@firebase/messaging/0.9.4_@firebase+app@0.7.11: resolution: {integrity: sha512-OvYV4MLPfDpdP/yltLqZXZRx6rXWz52bEilS2jL2B4sGiuTaXSkR6BIHB54EPTblu32nbyZYdlER4fssz4TfXw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.10 + '@firebase/installations': 0.5.4_@firebase+app@0.7.11 '@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_86c51c9f31c0179de53c9d964ee0f369: + /@firebase/performance-compat/0.1.4_bc9f000ebd4762c2c40bffec17e5b647: resolution: {integrity: sha512-YuGfmpC0o+YvEBlEZCbPdNbT4Nn2qhi5uMXjqKnNIUepmXUsgOYDiAqM9nxHPoE/6IkvoFMdCj5nTUYVLCFXgg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.4_@firebase+app@0.7.10 + '@firebase/performance': 0.5.4_@firebase+app@0.7.11 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2367,14 +2367,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.4_@firebase+app@0.7.10: + /@firebase/performance/0.5.4_@firebase+app@0.7.11: resolution: {integrity: sha512-ES6aS4eoMhf9CczntBADDsXhaFea/3a0FADwy/VpWXXBxVb8tqc5tPcoTwd9L5M/aDeSiQMy344rhrSsTbIZEg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.10 + '@firebase/installations': 0.5.4_@firebase+app@0.7.11 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2388,15 +2388,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.4_86c51c9f31c0179de53c9d964ee0f369: + /@firebase/remote-config-compat/0.1.4_bc9f000ebd4762c2c40bffec17e5b647: resolution: {integrity: sha512-6WeKR7E9KJ1RIF9GZiyle1uD4IsIPUBKUnUnFkQhj3FV6cGvQwbeG0rbh7QQLvd0IWuh9lABYjHXWp+rGHQk8A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.3_@firebase+app@0.7.10 + '@firebase/remote-config': 0.3.3_@firebase+app@0.7.11 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2408,27 +2408,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.3_@firebase+app@0.7.10: + /@firebase/remote-config/0.3.3_@firebase+app@0.7.11: resolution: {integrity: sha512-9hZWfB3k3IYsjHbWeUfhv/SDCcOgv/JMJpLXlUbTppXPm1IZ3X9ZW4I9bS86gGYr7m/kSv99U0oxQ7N9PoR8Iw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 - '@firebase/installations': 0.5.4_@firebase+app@0.7.10 + '@firebase/installations': 0.5.4_@firebase+app@0.7.11 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.2 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.8_5172ebe76b039f9ec4612efea4ed621a: + /@firebase/storage-compat/0.1.8_8e884c82e3f3b0e81d9dd2c1d4c7f872: resolution: {integrity: sha512-L5R0DQoHCDKIgcBbqTx+6+RQ2533WFKeV3cfLAZCTGjyMUustj0eYDsr7fLhGexwsnpT3DaxhlbzT3icUWoDaA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.11 + '@firebase/app-compat': 0.1.12 '@firebase/component': 0.5.9 - '@firebase/storage': 0.9.0_@firebase+app@0.7.10 + '@firebase/storage': 0.9.0_@firebase+app@0.7.11 '@firebase/storage-types': 0.6.0_c42cdbc49715079e71c4358da4138a2d '@firebase/util': 1.4.2 tslib: 2.3.1 @@ -2447,12 +2447,12 @@ packages: '@firebase/util': 1.4.2 dev: false - /@firebase/storage/0.9.0_@firebase+app@0.7.10: + /@firebase/storage/0.9.0_@firebase+app@0.7.11: resolution: {integrity: sha512-1gSYdrwP9kECmugH9L3tvNMvSjnNJGamj91rrESOFk2ZHDO93qKR90awc68NnhmzFAJOT/eJzVm35LKU6SqUNg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.10 + '@firebase/app': 0.7.11 '@firebase/component': 0.5.9 '@firebase/util': 1.4.2 node-fetch: 2.6.5 @@ -2483,7 +2483,7 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.3.0_graphql@15.7.2+typescript@4.5.2: + /@graphql-codegen/cli/2.3.0_graphql@15.7.2+typescript@4.5.3: resolution: {integrity: sha512-5pgrcnBFeOJbDGfZwhnytwMqpwFDrmdaAgD6HYywT9Fggsrx2yWSkVrxoAjEcbDMFLhxzjxECwfJYklm967AKA==} hasBin: true peerDependencies: @@ -2513,7 +2513,7 @@ packages: glob: 7.2.0 globby: 11.0.4 graphql: 15.7.2 - graphql-config: 4.1.0_graphql@15.7.2+typescript@4.5.2 + graphql-config: 4.1.0_graphql@15.7.2+typescript@4.5.3 inquirer: 7.3.3 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -2620,7 +2620,7 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-urql-graphcache/2.2.2_15e7b238302909caeb9162519c8f7118: + /@graphql-codegen/typescript-urql-graphcache/2.2.2_0078faba29fbf2fd40f25b4af19ce6b4: resolution: {integrity: sha512-IBRIj1JcRaU4SIDDs9nV/4X9035vTa/pgVzsp6A1pqLBKStx6DYrzKLbVGuFO5zS7PaRkkjRgzsRv0nS6/Rypg==} peerDependencies: '@urql/exchange-graphcache': ^4.1.1 @@ -2629,7 +2629,7 @@ packages: dependencies: '@graphql-codegen/plugin-helpers': 2.3.1_graphql@15.7.2 '@graphql-codegen/visitor-plugin-common': 2.5.1_graphql@15.7.2 - '@urql/exchange-graphcache': 4.3.5_graphql@15.7.2 + '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 graphql: 15.7.2 @@ -2983,7 +2983,7 @@ packages: engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.6.7 - '@types/node': 16.11.11 + '@types/node': 16.11.12 dev: false /@grpc/proto-loader/0.6.7: @@ -3059,15 +3059,15 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 chalk: 4.1.2 jest-message-util: 27.4.2 jest-util: 27.4.2 slash: 3.0.0 dev: true - /@jest/core/27.4.3: - resolution: {integrity: sha512-V9ms3zSxUHxh1E/ZLAiXF7SLejsdFnjWTFizWotMOWvjho0lW5kSjZymhQSodNW0T0ZMQRiha7f8+NcFVm3hJQ==} + /@jest/core/27.4.4: + resolution: {integrity: sha512-xBNPVqYAdAiAMXnb4ugx9Cdmr0S52lBsLbQMR/sGBRO0810VSPKiuSDtuup6qdkK1e9vxbv3KK3IAP1QFAp8mw==} 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 @@ -3076,26 +3076,26 @@ packages: optional: true dependencies: '@jest/console': 27.4.2 - '@jest/reporters': 27.4.2 + '@jest/reporters': 27.4.4 '@jest/test-result': 27.4.2 - '@jest/transform': 27.4.2 + '@jest/transform': 27.4.4 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 jest-changed-files: 27.4.2 - jest-config: 27.4.3 - jest-haste-map: 27.4.2 + jest-config: 27.4.4 + jest-haste-map: 27.4.4 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-resolve: 27.4.4 + jest-resolve-dependencies: 27.4.4 + jest-runner: 27.4.4 + jest-runtime: 27.4.4 + jest-snapshot: 27.4.4 jest-util: 27.4.2 jest-validate: 27.4.2 jest-watcher: 27.4.2 @@ -3111,13 +3111,13 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.4.2: - resolution: {integrity: sha512-uSljKxh/rGlHlmhyeG4ZoVK9hOec+EPBkwTHkHKQ2EqDu5K+MaG9uJZ8o1CbRsSdZqSuhXvJCYhBWsORPPg6qw==} + /@jest/environment/27.4.4: + resolution: {integrity: sha512-q+niMx7cJgt/t/b6dzLOh4W8Ef/8VyKG7hxASK39jakijJzbFBGpptx3RXz13FFV7OishQ9lTbv+dQ5K3EhfDQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/fake-timers': 27.4.2 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 jest-mock: 27.4.2 dev: true @@ -3127,23 +3127,23 @@ packages: dependencies: '@jest/types': 27.4.2 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 16.11.11 + '@types/node': 16.11.12 jest-message-util: 27.4.2 jest-mock: 27.4.2 jest-util: 27.4.2 dev: true - /@jest/globals/27.4.2: - resolution: {integrity: sha512-KkfaHEttlGpXYAQTZHgrESiEPx2q/DKAFLGLFda1uGVrqc17snd3YVPhOxlXOHIzVPs+lQ/SDB2EIvxyGzb3Ew==} + /@jest/globals/27.4.4: + resolution: {integrity: sha512-bqpqQhW30BOreXM8bA8t8JbOQzsq/WnPTnBl+It3UxAD9J8yxEAaBEylHx1dtBapAr/UBk8GidXbzmqnee8tYQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.2 + '@jest/environment': 27.4.4 '@jest/types': 27.4.2 expect: 27.4.2 dev: true - /@jest/reporters/27.4.2: - resolution: {integrity: sha512-sp4aqmdBJtjKetEakzDPcZggPcVIF6w9QLkYBbaWDV6e/SIsHnF1S4KtIH91eEc2fp7ep6V/e1xvdfEoho1d2w==} + /@jest/reporters/27.4.4: + resolution: {integrity: sha512-ssyJSw9B9Awb1QaxDhIPSs4de1b7SE2kv7tqFehQL13xpn5HUkMYZK/ufTOXiCAnXFOZS+XDl1GaQ/LmJAzI1A==} 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 @@ -3154,9 +3154,9 @@ packages: '@bcoe/v8-coverage': 0.2.3 '@jest/console': 27.4.2 '@jest/test-result': 27.4.2 - '@jest/transform': 27.4.2 + '@jest/transform': 27.4.4 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3167,10 +3167,10 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.1 - jest-haste-map: 27.4.2 - jest-resolve: 27.4.2 + jest-haste-map: 27.4.4 + jest-resolve: 27.4.4 jest-util: 27.4.2 - jest-worker: 27.4.2 + jest-worker: 27.4.4 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -3199,20 +3199,20 @@ packages: collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.4.2: - resolution: {integrity: sha512-HmHp5mlh9f9GyNej5yCS1JZIFfUGnP9+jEOH5zoq5EmsuZeYD+dGULqyvGDPtuzzbyAFJ6R4+z4SS0VvnFwwGQ==} + /@jest/test-sequencer/27.4.4: + resolution: {integrity: sha512-mCh+d4JTGTtX7vr13d7q2GHJy33nAobEwtEJ8X3u7R8+0ImVO2eAsQzsLfX8lyvdYHBxYABhqbYuaUNo42/pQw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/test-result': 27.4.2 graceful-fs: 4.2.8 - jest-haste-map: 27.4.2 - jest-runtime: 27.4.2 + jest-haste-map: 27.4.4 + jest-runtime: 27.4.4 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.4.2: - resolution: {integrity: sha512-RTKcPZllfcmLfnlxBya7aypofhdz05+E6QITe55Ex0rxyerkgjmmpMlvVn11V0cP719Ps6WcDYCnDzxnnJUwKg==} + /@jest/transform/27.4.4: + resolution: {integrity: sha512-7U/nDSrGsGzL7+X8ScNFV71w8u8knJQWSa9C2xsrrKLMOgb+rWuCG4VAyWke/53BU96GnT+Ka81xCAHA5gk6zA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.16.0 @@ -3222,11 +3222,11 @@ packages: convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.4.2 + jest-haste-map: 27.4.4 jest-regex-util: 27.4.0 jest-util: 27.4.2 micromatch: 4.0.4 - pirates: 4.0.1 + pirates: 4.0.4 slash: 3.0.0 source-map: 0.6.1 write-file-atomic: 3.0.3 @@ -3240,7 +3240,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.11 + '@types/node': 16.11.12 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3251,7 +3251,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.11.11 + '@types/node': 16.11.12 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3369,13 +3369,13 @@ packages: - supports-color dev: false - /@nuxt/builder/2.15.8_typescript@4.5.2: + /@nuxt/builder/2.15.8_typescript@4.5.3: resolution: {integrity: sha512-WVhN874LFMdgRiJqpxmeKI+vh5lhCUBVOyR9PhL1m1V/GV3fb+Dqc1BKS6XgayrWAWavPLveCJmQ/FID0puOfQ==} dependencies: '@nuxt/devalue': 1.2.5 '@nuxt/utils': 2.15.8 '@nuxt/vue-app': 2.15.8 - '@nuxt/webpack': 2.15.8_typescript@4.5.2 + '@nuxt/webpack': 2.15.8_typescript@4.5.3 chalk: 4.1.2 chokidar: 3.5.2 consola: 2.15.3 @@ -3523,12 +3523,6 @@ packages: untyped: 0.3.0 dev: true - /@nuxt/kit/0.8.1-edge: - resolution: {integrity: sha512-7kU+mYxRy3w9UohFK/rfrPkKXM9A4LWsTqpFN3MH7mxohy98SFBkf87B6nqE6ulXmztInK+MptS0Lr+VQa0E6w==} - dependencies: - '@nuxt/kit-edge': 3.0.0-27319101.3e82f0f - dev: true - /@nuxt/loading-screen/2.0.4: resolution: {integrity: sha512-xpEDAoRu75tLUYCkUJCIvJkWJSuwr8pqomvQ+fkXpSrkxZ/9OzlBFjAbVdOAWTMj4aV/LVQso4vcEdircKeFIQ==} dependencies: @@ -3608,7 +3602,7 @@ packages: std-env: 2.3.1 dev: false - /@nuxt/types/2.15.8_sass@1.44.0: + /@nuxt/types/2.15.8_sass@1.45.0: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -3629,7 +3623,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.44.0 + sass-loader: 10.1.1_sass@1.45.0 transitivePeerDependencies: - fibers - node-sass @@ -3637,14 +3631,14 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.4.0: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.4.1: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.44.0 + '@nuxt/types': 2.15.8_sass@1.45.0 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.4.0+typescript@4.2.4 + fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.4.1+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 typescript: 4.2.4 transitivePeerDependencies: @@ -3701,7 +3695,7 @@ packages: vue-server-renderer: 2.6.14 dev: false - /@nuxt/webpack/2.15.8_typescript@4.5.2: + /@nuxt/webpack/2.15.8_typescript@4.5.3: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: '@babel/core': 7.16.0 @@ -3725,7 +3719,7 @@ packages: memory-fs: 0.5.0 optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 pify: 5.0.0 - pnp-webpack-plugin: 1.7.0_typescript@4.5.2 + pnp-webpack-plugin: 1.7.0_typescript@4.5.3 postcss: 7.0.39 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 @@ -3790,7 +3784,7 @@ packages: estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 - nuxt: 2.15.8_typescript@4.5.2 + nuxt: 2.15.8_typescript@4.5.3 ufo: 0.7.9 unplugin-vue2-script-setup: 0.7.3 upath: 2.0.1 @@ -3809,16 +3803,16 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_38c0e3d82cc92be9a1fce008ada4d34d: + /@nuxtjs/eslint-config-typescript/8.0.0_89205826ebff0fcca2b6c6a0080addca: resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} peerDependencies: eslint: ^8.3.0 dependencies: - '@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 + '@nuxtjs/eslint-config': 8.0.0_da87192a78e32cfb7c6d428dc510e77b + '@typescript-eslint/eslint-plugin': 5.4.0_5eff67422e73291846d46492fc9e7dd5 + '@typescript-eslint/parser': 5.4.0_eslint@8.4.1+typescript@4.5.3 + eslint: 8.4.1 + eslint-import-resolver-typescript: 2.5.0_eslint@8.4.1 transitivePeerDependencies: - eslint-plugin-import - jest @@ -3826,19 +3820,19 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_0cb9af3b7352aa877d7ae2dd6c6b2a1a: + /@nuxtjs/eslint-config/8.0.0_da87192a78e32cfb7c6d428dc510e77b: resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} peerDependencies: eslint: ^8.3.0 dependencies: - 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 + eslint: 8.4.1 + eslint-config-standard: 16.0.3_30a57c34e0c5b1459e457247aae504c4 + eslint-plugin-import: 2.25.3_eslint@8.4.1 + eslint-plugin-jest: 25.3.0_da87192a78e32cfb7c6d428dc510e77b + eslint-plugin-node: 11.1.0_eslint@8.4.1 + eslint-plugin-promise: 5.1.1_eslint@8.4.1 + eslint-plugin-unicorn: 39.0.0_eslint@8.4.1 + eslint-plugin-vue: 8.2.0_eslint@8.4.1 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -3846,14 +3840,14 @@ packages: - typescript dev: true - /@nuxtjs/eslint-module/3.0.2_eslint@8.4.0: + /@nuxtjs/eslint-module/3.0.2_eslint@8.4.1: resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} peerDependencies: eslint: '>=7' dependencies: consola: 2.15.3 - eslint: 8.4.0 - eslint-webpack-plugin: 2.5.4_eslint@8.4.0 + eslint: 8.4.1 + eslint-webpack-plugin: 2.5.4_eslint@8.4.1 transitivePeerDependencies: - webpack dev: true @@ -4098,8 +4092,8 @@ packages: defer-to-connect: 2.0.1 dev: true - /@testing-library/jest-dom/5.16.0: - resolution: {integrity: sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==} + /@testing-library/jest-dom/5.16.1: + resolution: {integrity: sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@babel/runtime': 7.16.3 @@ -4147,8 +4141,8 @@ packages: '@types/babel__traverse': 7.14.2 dev: true - /@types/babel__core/7.1.16: - resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} + /@types/babel__core/7.1.17: + resolution: {integrity: sha512-6zzkezS9QEIL8yCBvXWxPTJPNuMeECJVxSOhxNY/jfq9LxOTHivaYTqr37n9LknWWRTIkzqH2UilS5QFvfa90A==} dependencies: '@babel/parser': 7.16.4 '@babel/types': 7.16.0 @@ -4195,7 +4189,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 16.11.6 + '@types/node': 16.11.12 '@types/responselike': 1.0.0 dev: true @@ -4265,7 +4259,7 @@ packages: /@types/express-serve-static-core/4.17.24: resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - '@types/node': 16.11.6 + '@types/node': 12.20.12 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: true @@ -4288,7 +4282,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.11.11 + '@types/node': 16.11.12 dev: true /@types/html-minifier-terser/5.1.2: @@ -4310,7 +4304,7 @@ packages: /@types/http-proxy/1.17.7: resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.12 dev: false /@types/istanbul-lib-coverage/2.0.3: @@ -4360,15 +4354,15 @@ packages: /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.12 dev: true /@types/less/3.0.2: resolution: {integrity: sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==} dev: true - /@types/lodash/4.14.177: - resolution: {integrity: sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==} + /@types/lodash/4.14.178: + resolution: {integrity: sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==} dev: true /@types/long/4.0.1: @@ -4396,8 +4390,8 @@ packages: resolution: {integrity: sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==} dev: false - /@types/node/16.11.11: - resolution: {integrity: sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==} + /@types/node/16.11.12: + resolution: {integrity: sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==} /@types/node/16.11.6: resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==} @@ -4450,7 +4444,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.12 dev: true /@types/sass-loader/8.0.1: @@ -4587,7 +4581,7 @@ packages: /@types/webpack/4.41.31: resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 16.11.6 + '@types/node': 16.11.12 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -4623,7 +4617,7 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/5.4.0_a366fee3686bbd6e162572ae65b5ec5c: + /@typescript-eslint/eslint-plugin/5.4.0_5eff67422e73291846d46492fc9e7dd5: resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4634,23 +4628,23 @@ packages: typescript: optional: true dependencies: - '@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/experimental-utils': 5.4.0_eslint@8.4.1+typescript@4.5.3 + '@typescript-eslint/parser': 5.4.0_eslint@8.4.1+typescript@4.5.3 '@typescript-eslint/scope-manager': 5.4.0 debug: 4.3.3 - eslint: 8.4.0 + eslint: 8.4.1 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 + tsutils: 3.21.0_typescript@4.5.3 + typescript: 4.5.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.5.0_b885794d89d00e0b80d68a1b7275fb2c: - resolution: {integrity: sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==} + /@typescript-eslint/eslint-plugin/5.6.0_0d0cecf582ba45923647a091322795b0: + resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4660,22 +4654,22 @@ packages: 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 + '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.4.1+typescript@4.5.3 + '@typescript-eslint/parser': 5.6.0_eslint@8.4.1+typescript@4.5.3 + '@typescript-eslint/scope-manager': 5.6.0 debug: 4.3.3 - eslint: 8.4.0 + eslint: 8.4.1 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 + tsutils: 3.21.0_typescript@4.5.3 + typescript: 4.5.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.4.0+typescript@4.5.2: + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.4.1+typescript@4.5.3: resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4684,34 +4678,34 @@ packages: '@types/json-schema': 7.0.9 '@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.4.0 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.3 + eslint: 8.4.1 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.4.0 + eslint-utils: 3.0.0_eslint@8.4.1 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/experimental-utils/5.5.0_eslint@8.4.0+typescript@4.5.2: - resolution: {integrity: sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==} + /@typescript-eslint/experimental-utils/5.6.0_eslint@8.4.1+typescript@4.5.3: + resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==} 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 + '@typescript-eslint/scope-manager': 5.6.0 + '@typescript-eslint/types': 5.6.0 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.3 + eslint: 8.4.1 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.4.0 + eslint-utils: 3.0.0_eslint@8.4.1 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.4.0_eslint@8.4.0+typescript@4.5.2: + /@typescript-eslint/parser/5.4.0_eslint@8.4.1+typescript@4.5.3: resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4723,16 +4717,16 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.4.0 '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.3 debug: 4.3.3 - eslint: 8.4.0 - typescript: 4.5.2 + eslint: 8.4.1 + typescript: 4.5.3 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==} + /@typescript-eslint/parser/5.6.0_eslint@8.4.1+typescript@4.5.3: + resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4741,12 +4735,12 @@ packages: 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 + '@typescript-eslint/scope-manager': 5.6.0 + '@typescript-eslint/types': 5.6.0 + '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.3 debug: 4.3.3 - eslint: 8.4.0 - typescript: 4.5.2 + eslint: 8.4.1 + typescript: 4.5.3 transitivePeerDependencies: - supports-color dev: true @@ -4759,12 +4753,12 @@ 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==} + /@typescript-eslint/scope-manager/5.6.0: + resolution: {integrity: sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==} 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 + '@typescript-eslint/types': 5.6.0 + '@typescript-eslint/visitor-keys': 5.6.0 dev: true /@typescript-eslint/types/5.4.0: @@ -4772,12 +4766,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.5.0: - resolution: {integrity: sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==} + /@typescript-eslint/types/5.6.0: + resolution: {integrity: sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: + /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.3: resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4792,14 +4786,14 @@ packages: 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 + tsutils: 3.21.0_typescript@4.5.3 + typescript: 4.5.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.5.0_typescript@4.5.2: - resolution: {integrity: sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==} + /@typescript-eslint/typescript-estree/5.6.0_typescript@4.5.3: + resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4807,14 +4801,14 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.5.0 - '@typescript-eslint/visitor-keys': 5.5.0 + '@typescript-eslint/types': 5.6.0 + '@typescript-eslint/visitor-keys': 5.6.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 + tsutils: 3.21.0_typescript@4.5.3 + typescript: 4.5.3 transitivePeerDependencies: - supports-color dev: true @@ -4827,11 +4821,11 @@ packages: eslint-visitor-keys: 3.1.0 dev: true - /@typescript-eslint/visitor-keys/5.5.0: - resolution: {integrity: sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==} + /@typescript-eslint/visitor-keys/5.6.0: + resolution: {integrity: sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.5.0 + '@typescript-eslint/types': 5.6.0 eslint-visitor-keys: 3.1.0 dev: true @@ -4839,43 +4833,43 @@ packages: resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} dev: true - /@urql/core/2.3.5_graphql@15.7.2: - resolution: {integrity: sha512-kM/um4OjXmuN6NUS/FSm7dESEKWT7By1kCRCmjvU4+4uEoF1cd4TzIhQ7J1I3zbDAFhZzmThq9X0AHpbHAn3bA==} + /@urql/core/2.3.6_graphql@15.7.2: + resolution: {integrity: sha512-PUxhtBh7/8167HJK6WqBv6Z0piuiaZHQGYbhwpNL9aIQmLROPEdaUYkY4wh45wPQXcTpnd11l0q3Pw+TI11pdw==} peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-typed-document-node/core': 3.1.1_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false - /@urql/devtools/2.0.3_@urql+core@2.3.5+graphql@15.7.2: + /@urql/devtools/2.0.3_@urql+core@2.3.6+graphql@15.7.2: resolution: {integrity: sha512-TktPLiBS9LcBPHD6qcnb8wqOVcg3Bx0iCtvQ80uPpfofwwBGJmqnQTjUdEFU6kwaLOFZULQ9+Uo4831G823mQw==} peerDependencies: '@urql/core': '>= 1.14.0' graphql: '>= 0.11.0' dependencies: - '@urql/core': 2.3.5_graphql@15.7.2 + '@urql/core': 2.3.6_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: true - /@urql/exchange-auth/0.1.6_graphql@15.7.2: - resolution: {integrity: sha512-jVyUaV+hHe3p2rIJauh6lgILMAjXOsHQ98xjKhUF3TXYx88TZXuBIl5DPZwnMcGra8YPOSHO/Wsn6NEjO5hQ+Q==} + /@urql/exchange-auth/0.1.7_graphql@15.7.2: + resolution: {integrity: sha512-4Bmmi6YMW1YjZnTdr0Gfp9IoIY1fpNGq/fo1XHWEFEYe+IEOEDQhKT1CyhztyvvKpFw2C46D32MJRWJHQUPo/g==} peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@urql/core': 2.3.5_graphql@15.7.2 + '@urql/core': 2.3.6_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false - /@urql/exchange-graphcache/4.3.5_graphql@15.7.2: - resolution: {integrity: sha512-q5/CzNtSxd5fW/YZ94KABmtQ34XliyS+KKKhyJ+/y66D7mYrN/ZEiuKTlnB7FTt9GLZ0yRtgIfXjwoGicB/Tlw==} + /@urql/exchange-graphcache/4.3.6_graphql@15.7.2: + resolution: {integrity: sha512-RDEi1954lcnwBK2dwQGaxOInuebZrRliz2v7aAuQasj49N9bWYrlSkBfELG14EzOL7NI23IUaeLeaDN7MouDJg==} peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 + graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@urql/core': 2.3.5_graphql@15.7.2 + '@urql/core': 2.3.6_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false @@ -5015,10 +5009,10 @@ packages: tslib: 2.3.1 dev: false - /@vue/reactivity/3.2.23: - resolution: {integrity: sha512-8RGVr/5Kpgb/EkCjgHXqttgA5IMc6n0lIXFY4TVbMkzdXrvaIhzBd7Te44oIDsTSYVKZLpfHd6/wEnuDqE8vFw==} + /@vue/reactivity/3.2.26: + resolution: {integrity: sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==} dependencies: - '@vue/shared': 3.2.23 + '@vue/shared': 3.2.26 dev: true /@vue/ref-transform/3.2.23: @@ -5031,23 +5025,32 @@ packages: magic-string: 0.25.7 dev: false - /@vue/runtime-core/3.2.23: - resolution: {integrity: sha512-wSI5lmY2kCGLf89iiygqxVh6/5bsawz78Me9n1x4U2bHnN0yf3PWyuhN0WgIE8VfEaF7e75E333uboNEIFjgkg==} + /@vue/runtime-core/3.2.26: + resolution: {integrity: sha512-BcYi7qZ9Nn+CJDJrHQ6Zsmxei2hDW0L6AB4vPvUQGBm2fZyC0GXd/4nVbyA2ubmuhctD5RbYY8L+5GUJszv9mQ==} dependencies: - '@vue/reactivity': 3.2.23 - '@vue/shared': 3.2.23 + '@vue/reactivity': 3.2.26 + '@vue/shared': 3.2.26 dev: true - /@vue/runtime-dom/3.2.23: - resolution: {integrity: sha512-z6lp0888NkLmxD9j2sGoll8Kb7J743s8s6w7GbiyUc4WZwm0KJ35B4qTFDMoIU0G7CatS6Z+yRTpPHc6srtByg==} + /@vue/runtime-dom/3.2.26: + resolution: {integrity: sha512-dY56UIiZI+gjc4e8JQBwAifljyexfVCkIAu/WX8snh8vSOt/gMSEGwPRcl2UpYpBYeyExV8WCbgvwWRNt9cHhQ==} dependencies: - '@vue/runtime-core': 3.2.23 - '@vue/shared': 3.2.23 + '@vue/runtime-core': 3.2.26 + '@vue/shared': 3.2.26 csstype: 2.6.19 dev: true /@vue/shared/3.2.23: resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} + dev: false + + /@vue/shared/3.2.24: + resolution: {integrity: sha512-BUgRiZCkCrqDps5aQ9av05xcge3rn092ztKIh17tHkeEFgP4zfXMQWBA2zfdoCdCEdBL26xtOv+FZYiOp9RUDA==} + dev: false + + /@vue/shared/3.2.26: + resolution: {integrity: sha512-vPV6Cq+NIWbH5pZu+V+2QHE9y1qfuTq49uNWw4f7FDEeZaDU2H2cx5jcUZOAKW7qTrUS4k6qZPbMy1x4N96nbA==} + dev: true /@vue/test-utils/1.3.0: resolution: {integrity: sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==} @@ -5192,8 +5195,8 @@ packages: engines: {node: '>=8.0.0'} dev: true - /@windicss/config/1.5.1: - resolution: {integrity: sha512-nWNgvvJj9RcYhLcqwju/Z8FfaHRjyWHDYS3IgY7lWUM+vWTLFuKqhavKfC1589kdYjiO9JeX07Vg+YzfcxP0Yw==} + /@windicss/config/1.5.4: + resolution: {integrity: sha512-muRPFulqh7nU3VrsPb5+k6ulNyiw8VGg62zAWRZIBfeCRXZb2gV1Q8a/tPn8X1T/+HTt4f/1bzFiusqMKscmlw==} dependencies: debug: 4.3.3 jiti: 1.12.9 @@ -5202,11 +5205,11 @@ packages: - supports-color dev: true - /@windicss/plugin-utils/1.5.1: - resolution: {integrity: sha512-gxJiTCMKv1p1x4W2BLG2yfNe+DfIVPc8+aKvfCUCtOpdg5GB5yzhuAC4ROsKiXHxu4QXoojrh7jXH6ELlrELpQ==} + /@windicss/plugin-utils/1.5.4: + resolution: {integrity: sha512-fS4y52OYB9rIzEUolIWIrrHYuaQfcqTaX3ISbFUiNbvNgH97JATjzB2iOnNqWNy6pH3M8RP0TqYQOOCCeanDoA==} dependencies: '@antfu/utils': 0.3.0 - '@windicss/config': 1.5.1 + '@windicss/config': 1.5.4 debug: 4.3.3 fast-glob: 3.2.7 magic-string: 0.25.7 @@ -5678,16 +5681,16 @@ packages: '@babel/core': 7.16.0 dev: true - /babel-jest/27.4.2_@babel+core@7.16.0: - resolution: {integrity: sha512-MADrjb3KBO2eyZCAc6QaJg6RT5u+6oEdDyHO5HEalnpwQ6LrhTsQF2Kj1Wnz2t6UPXIXPk18dSXXOT0wF5yTxA==} + /babel-jest/27.4.4_@babel+core@7.16.0: + resolution: {integrity: sha512-+6RVutZxOQgJkt4svgTHPFtOQlVe9dUg3wrimIAM38pY6hL/nsL8glfFSUjD9jNVjaVjzkCzj6loFFecrjr9Qw==} 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.4.2 + '@jest/transform': 27.4.4 '@jest/types': 27.4.2 - '@types/babel__core': 7.1.16 + '@types/babel__core': 7.1.17 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 27.4.0_@babel+core@7.16.0 chalk: 4.1.2 @@ -5742,7 +5745,7 @@ packages: dependencies: '@babel/template': 7.16.0 '@babel/types': 7.16.0 - '@types/babel__core': 7.1.16 + '@types/babel__core': 7.1.17 '@types/babel__traverse': 7.14.2 dev: true @@ -6159,8 +6162,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001283 - electron-to-chromium: 1.4.8 + caniuse-lite: 1.0.30001286 + electron-to-chromium: 1.4.16 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -6216,12 +6219,12 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /bundle-require/2.1.8_esbuild@0.13.15: + /bundle-require/2.1.8_esbuild@0.14.2: resolution: {integrity: sha512-oOEg3A0hy/YzvNWNowtKD0pmhZKseOFweCbgyMqTIih4gRY1nJWsvrOCT27L9NbIyL5jMjTFrAUpGxxpW68Puw==} peerDependencies: esbuild: '>=0.13' dependencies: - esbuild: 0.13.15 + esbuild: 0.14.2 dev: true /bytes/3.0.0: @@ -6229,11 +6232,6 @@ packages: engines: {node: '>= 0.8'} dev: false - /cac/6.7.11: - resolution: {integrity: sha512-m4xrA2MKfid6uDV2j2+0mXrtPGxlvAW0y+7Gnn2P8WVMSG+4e4tcoYX++94ZPblPfpBccJ5e7HvKdghlX5yiDA==} - engines: {node: '>=8'} - dev: true - /cac/6.7.12: resolution: {integrity: sha512-rM7E2ygtMkJqD9c7WnFU6fruFcN3xe4FM5yUmgxhZzIKJk4uHl9U/fhwdajGFQbQuv43FAUo1Fe8gX/oIKDeSA==} engines: {node: '>=8'} @@ -6424,8 +6422,8 @@ packages: resolution: {integrity: sha512-YhF/hG6nqBEllymSIjLtR2iWDDnChvhnVJqp+vloyt2tEHFG1yBR+ac2B/rOw0qOK0m0lEXU2dv4E/sMk5P9Kg==} dev: true - /caniuse-lite/1.0.30001283: - resolution: {integrity: sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==} + /caniuse-lite/1.0.30001286: + resolution: {integrity: sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6514,7 +6512,7 @@ packages: css-select: 4.1.3 css-what: 5.1.0 domelementtype: 2.2.0 - domhandler: 4.2.2 + domhandler: 4.3.0 domutils: 2.8.0 dev: true @@ -6524,7 +6522,7 @@ packages: dependencies: cheerio-select: 1.5.0 dom-serializer: 1.3.2 - domhandler: 4.2.2 + domhandler: 4.3.0 htmlparser2: 6.1.0 parse5: 6.0.1 parse5-htmlparser2-tree-adapter: 6.0.1 @@ -6835,14 +6833,14 @@ packages: dot-prop: 5.3.0 dev: true - /compatfactory/0.0.12_typescript@4.5.2: + /compatfactory/0.0.12_typescript@4.5.3: resolution: {integrity: sha512-DD5S1s2mIoVIpYfhCqNZPbOFlt9JDLkXc4d8fAZaeWWIsl7w3bmVS0HNlUkU2SB6iZOdXOjYZgeJZClmL1xnRg==} engines: {node: '>=10.0.0'} peerDependencies: typescript: '>=3.x || >= 4.x' dependencies: helpertypes: 0.0.17 - typescript: 4.5.2 + typescript: 4.5.3 dev: true /component-bind/1.0.0: @@ -7018,8 +7016,8 @@ packages: 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.2: - resolution: {integrity: sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g==} + /core-js/3.19.3: + resolution: {integrity: sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g==} requiresBuild: true dev: false @@ -7788,6 +7786,13 @@ packages: dependencies: domelementtype: 2.2.0 + /domhandler/4.3.0: + resolution: {integrity: sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==} + engines: {node: '>= 4'} + dependencies: + domelementtype: 2.2.0 + dev: true + /domready/1.0.8: resolution: {integrity: sha1-kfJS5Ze2Wvd+dFriTdAYXV4m1Yw=} dev: true @@ -7876,8 +7881,8 @@ packages: /electron-to-chromium/1.3.886: resolution: {integrity: sha512-+vYdeBosI63VkCtNWnEVFjgNd/IZwvnsWkKyPtWAvrhA+XfByKoBJcbsMgudVU/bUcGAF9Xp3aXn96voWlc3oQ==} - /electron-to-chromium/1.4.8: - resolution: {integrity: sha512-Cu5+dbg55+1E3ohlsa8HT0s4b8D0gBewXEGG8s5wBl8ynWv60VuvYW25GpsOeTVXpulhyU/U8JYZH+yxASSJBQ==} + /electron-to-chromium/1.4.16: + resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8082,14 +8087,6 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-arm64/0.13.15: - resolution: {integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - /esbuild-android-arm64/0.14.2: resolution: {integrity: sha512-hEixaKMN3XXCkoe+0WcexO4CcBVU5DCSUT+7P8JZiWZCbAjSkc9b6Yz2X5DSfQmRCtI/cQRU6TfMYrMQ5NBfdw==} cpu: [arm64] @@ -8098,14 +8095,6 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.13.15: - resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /esbuild-darwin-64/0.14.2: resolution: {integrity: sha512-Uq8t0cbJQkxkQdbUfOl2wZqZ/AtLZjvJulR1HHnc96UgyzG9YlCLSDMiqjM+NANEy7/zzvwKJsy3iNC9wwqLJA==} cpu: [x64] @@ -8114,14 +8103,6 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.13.15: - resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /esbuild-darwin-arm64/0.14.2: resolution: {integrity: sha512-619MSa17sr7YCIrUj88KzQu2ESA4jKYtIYfLU/smX6qNgxQt3Y/gzM4s6sgJ4fPQzirvmXgcHv1ZNQAs/Xh48A==} cpu: [arm64] @@ -8130,14 +8111,6 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.13.15: - resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /esbuild-freebsd-64/0.14.2: resolution: {integrity: sha512-aP6FE/ZsChZpUV6F3HE3x1Pz0paoYXycJ7oLt06g0G9dhJKknPawXCqQg/WMyD+ldCEZfo7F1kavenPdIT/SGQ==} cpu: [x64] @@ -8146,14 +8119,6 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.13.15: - resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /esbuild-freebsd-arm64/0.14.2: resolution: {integrity: sha512-LSm98WTb1QIhyS83+Po0KTpZNdd2XpVpI9ua5rLWqKWbKeNRFwOsjeiuwBaRNc+O32s9oC2ZMefETxHBV6VNkQ==} cpu: [arm64] @@ -8162,14 +8127,6 @@ packages: dev: true optional: true - /esbuild-linux-32/0.13.15: - resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-32/0.14.2: resolution: {integrity: sha512-8VxnNEyeUbiGflTKcuVc5JEPTqXfsx2O6ABwUbfS1Hp26lYPRPC7pKQK5Dxa0MBejGc50jy7YZae3EGQUQ8EkQ==} cpu: [ia32] @@ -8178,14 +8135,6 @@ packages: dev: true optional: true - /esbuild-linux-64/0.13.15: - resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-64/0.14.2: resolution: {integrity: sha512-4bzMS2dNxOJoFIiHId4w+tqQzdnsch71JJV1qZnbnErSFWcR9lRgpSqWnTTFtv6XM+MvltRzSXC5wQ7AEBY6Hg==} cpu: [x64] @@ -8194,14 +8143,6 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.13.15: - resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-arm/0.14.2: resolution: {integrity: sha512-PaylahvMHhH8YMfJPMKEqi64qA0Su+d4FNfHKvlKes/2dUe4QxgbwXT9oLVgy8iJdcFMrO7By4R8fS8S0p8aVQ==} cpu: [arm] @@ -8210,14 +8151,6 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.13.15: - resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-arm64/0.14.2: resolution: {integrity: sha512-RlIVp0RwJrdtasDF1vTFueLYZ8WuFzxoQ1OoRFZOTyJHCGCNgh7xJIC34gd7B7+RT0CzLBB4LcM5n0LS+hIoww==} cpu: [arm64] @@ -8226,14 +8159,6 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.13.15: - resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-mips64le/0.14.2: resolution: {integrity: sha512-Fdwrq2roFnO5oetIiUQQueZ3+5soCxBSJswg3MvYaXDomj47BN6oAWMZgLrFh1oVrtWrxSDLCJBenYdbm2s+qQ==} cpu: [mips64el] @@ -8242,14 +8167,6 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.13.15: - resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-ppc64le/0.14.2: resolution: {integrity: sha512-vxptskw8JfCDD9QqpRO0XnsM1osuWeRjPaXX1TwdveLogYsbdFtcuiuK/4FxGiNMUr1ojtnCS2rMPbY8puc5NA==} cpu: [ppc64] @@ -8258,14 +8175,6 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.13.15: - resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /esbuild-netbsd-64/0.14.2: resolution: {integrity: sha512-I8+LzYK5iSNpspS9eCV9sW67Rj8FgMHimGri4mKiGAmN0pNfx+hFX146rYtzGtewuxKtTsPywWteHx+hPRLDsw==} cpu: [x64] @@ -8274,14 +8183,6 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.13.15: - resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /esbuild-openbsd-64/0.14.2: resolution: {integrity: sha512-120HgMe9elidWUvM2E6mMf0csrGwx8sYDqUIJugyMy1oHm+/nT08bTAVXuwYG/rkMIqsEO9AlMxuYnwR6En/3Q==} cpu: [x64] @@ -8290,14 +8191,6 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.13.15: - resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - /esbuild-sunos-64/0.14.2: resolution: {integrity: sha512-Q3xcf9Uyfra9UuCFxoLixVvdigo0daZaKJ97TL2KNA4bxRUPK18wwGUk3AxvgDQZpRmg82w9PnkaNYo7a+24ow==} cpu: [x64] @@ -8306,14 +8199,6 @@ packages: dev: true optional: true - /esbuild-windows-32/0.13.15: - resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-32/0.14.2: resolution: {integrity: sha512-TW7O49tPsrq+N1sW8mb3m24j/iDGa4xzAZH4wHWwoIzgtZAYPKC0hpIhufRRG/LA30bdMChO9pjJZ5mtcybtBQ==} cpu: [ia32] @@ -8322,14 +8207,6 @@ packages: dev: true optional: true - /esbuild-windows-64/0.13.15: - resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-64/0.14.2: resolution: {integrity: sha512-Rym6ViMNmi1E2QuQMWy0AFAfdY0wGwZD73BnzlsQBX5hZBuy/L+Speh7ucUZ16gwsrMM9v86icZUDrSN/lNBKg==} cpu: [x64] @@ -8338,14 +8215,6 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.13.15: - resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-arm64/0.14.2: resolution: {integrity: sha512-ZrLbhr0vX5Em/P1faMnHucjVVWPS+m3tktAtz93WkMZLmbRJevhiW1y4CbulBd2z0MEdXZ6emDa1zFHq5O5bSA==} cpu: [arm64] @@ -8360,30 +8229,6 @@ packages: requiresBuild: true dev: true - /esbuild/0.13.15: - resolution: {integrity: sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==} - hasBin: true - requiresBuild: true - optionalDependencies: - esbuild-android-arm64: 0.13.15 - esbuild-darwin-64: 0.13.15 - esbuild-darwin-arm64: 0.13.15 - esbuild-freebsd-64: 0.13.15 - esbuild-freebsd-arm64: 0.13.15 - esbuild-linux-32: 0.13.15 - esbuild-linux-64: 0.13.15 - esbuild-linux-arm: 0.13.15 - esbuild-linux-arm64: 0.13.15 - esbuild-linux-mips64le: 0.13.15 - esbuild-linux-ppc64le: 0.13.15 - esbuild-netbsd-64: 0.13.15 - esbuild-openbsd-64: 0.13.15 - esbuild-sunos-64: 0.13.15 - esbuild-windows-32: 0.13.15 - esbuild-windows-64: 0.13.15 - esbuild-windows-arm64: 0.13.15 - dev: true - /esbuild/0.14.2: resolution: {integrity: sha512-l076A6o/PIgcyM24s0dWmDI/b8RQf41uWoJu9I0M71CtW/YSw5T5NUeXxs5lo2tFQD+O4CW4nBHJXx3OY5NpXg==} hasBin: true @@ -8442,16 +8287,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.3.0_eslint@8.4.0: + /eslint-config-prettier/8.3.0_eslint@8.4.1: resolution: {integrity: sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.4.0 + eslint: 8.4.1 dev: true - /eslint-config-standard/16.0.3_0696c8e0090084bda5337f564a60a430: + /eslint-config-standard/16.0.3_30a57c34e0c5b1459e457247aae504c4: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -8459,10 +8304,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - 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 + eslint: 8.4.1 + eslint-plugin-import: 2.25.3_eslint@8.4.1 + eslint-plugin-node: 11.1.0_eslint@8.4.1 + eslint-plugin-promise: 5.1.1_eslint@8.4.1 dev: true /eslint-import-resolver-node/0.3.6: @@ -8472,7 +8317,7 @@ packages: resolve: 1.20.0 dev: true - /eslint-import-resolver-typescript/2.5.0_eslint@8.4.0: + /eslint-import-resolver-typescript/2.5.0_eslint@8.4.1: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -8480,7 +8325,7 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.3 - eslint: 8.4.0 + eslint: 8.4.1 glob: 7.2.0 is-glob: 4.0.3 resolve: 1.20.0 @@ -8498,18 +8343,18 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.4.0: + /eslint-plugin-es/3.0.1_eslint@8.4.1: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.4.0 + eslint: 8.4.1 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.25.3_eslint@8.4.0: + /eslint-plugin-import/2.25.3_eslint@8.4.1: resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} engines: {node: '>=4'} peerDependencies: @@ -8519,7 +8364,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.4.0 + eslint: 8.4.1 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -8531,7 +8376,7 @@ packages: tsconfig-paths: 3.12.0 dev: true - /eslint-plugin-jest/25.3.0_0cb9af3b7352aa877d7ae2dd6c6b2a1a: + /eslint-plugin-jest/25.3.0_da87192a78e32cfb7c6d428dc510e77b: resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -8544,23 +8389,23 @@ packages: jest: optional: true dependencies: - '@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 + '@typescript-eslint/eslint-plugin': 5.4.0_5eff67422e73291846d46492fc9e7dd5 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.4.1+typescript@4.5.3 + eslint: 8.4.1 + jest: 27.4.4 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.4.0: + /eslint-plugin-node/11.1.0_eslint@8.4.1: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.4.0 - eslint-plugin-es: 3.0.1_eslint@8.4.0 + eslint: 8.4.1 + eslint-plugin-es: 3.0.1_eslint@8.4.1 eslint-utils: 2.1.0 ignore: 5.1.9 minimatch: 3.0.4 @@ -8568,18 +8413,18 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-nuxt/3.1.0_eslint@8.4.0: + /eslint-plugin-nuxt/3.1.0_eslint@8.4.1: resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} dependencies: - eslint-plugin-vue: 8.1.1_eslint@8.4.0 + eslint-plugin-vue: 8.2.0_eslint@8.4.1 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.4.0 + vue-eslint-parser: 8.0.1_eslint@8.4.1 transitivePeerDependencies: - eslint - supports-color dev: true - /eslint-plugin-prettier/4.0.0_14354588a145aaef8cc0e524e93c2ca4: + /eslint-plugin-prettier/4.0.0_90bd2ba582f6d1348d73031482d782e2: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -8590,22 +8435,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.4.0 - eslint-config-prettier: 8.3.0_eslint@8.4.0 + eslint: 8.4.1 + eslint-config-prettier: 8.3.0_eslint@8.4.1 prettier: 2.5.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/5.1.1_eslint@8.4.0: + /eslint-plugin-promise/5.1.1_eslint@8.4.1: resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.4.0 + eslint: 8.4.1 dev: true - /eslint-plugin-unicorn/39.0.0_eslint@8.4.0: + /eslint-plugin-unicorn/39.0.0_eslint@8.4.1: resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==} engines: {node: '>=12'} peerDependencies: @@ -8614,9 +8459,9 @@ packages: '@babel/helper-validator-identifier': 7.15.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.4.0 - eslint-template-visitor: 2.3.2_eslint@8.4.0 - eslint-utils: 3.0.0_eslint@8.4.0 + eslint: 8.4.1 + eslint-template-visitor: 2.3.2_eslint@8.4.1 + eslint-utils: 3.0.0_eslint@8.4.1 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -8631,17 +8476,17 @@ packages: - supports-color dev: true - /eslint-plugin-vue/8.1.1_eslint@8.4.0: - resolution: {integrity: sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==} + /eslint-plugin-vue/8.2.0_eslint@8.4.1: + resolution: {integrity: sha512-cLIdTuOAMXyHeQ4drYKcZfoyzdwdBpH279X8/N0DgmotEI9yFKb5O/cAgoie/CkQZCH/MOmh0xw/KEfS90zY2A==} 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.4.0 - eslint-utils: 3.0.0_eslint@8.4.0 + eslint: 8.4.1 + eslint-utils: 3.0.0_eslint@8.4.1 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.4.0 + vue-eslint-parser: 8.0.1_eslint@8.4.1 transitivePeerDependencies: - supports-color dev: true @@ -8678,14 +8523,14 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.4.0: + /eslint-template-visitor/2.3.2_eslint@8.4.1: 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.4.0 - eslint: 8.4.0 + '@babel/eslint-parser': 7.16.3_@babel+core@7.16.0+eslint@8.4.1 + eslint: 8.4.1 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -8700,13 +8545,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.4.0: + /eslint-utils/3.0.0_eslint@8.4.1: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.4.0 + eslint: 8.4.1 eslint-visitor-keys: 2.1.0 dev: true @@ -8720,17 +8565,12 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.0.0: - resolution: {integrity: sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /eslint-visitor-keys/3.1.0: resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin/2.5.4_eslint@8.4.0: + /eslint-webpack-plugin/2.5.4_eslint@8.4.1: resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -8739,15 +8579,15 @@ packages: dependencies: '@types/eslint': 7.28.2 arrify: 2.0.1 - eslint: 8.4.0 + eslint: 8.4.1 jest-worker: 26.6.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 dev: true - /eslint/8.4.0: - resolution: {integrity: sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==} + /eslint/8.4.1: + resolution: {integrity: sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -8761,7 +8601,7 @@ packages: enquirer: 2.3.6 escape-string-regexp: 4.0.0 eslint-scope: 7.1.0 - eslint-utils: 3.0.0_eslint@8.4.0 + eslint-utils: 3.0.0_eslint@8.4.1 eslint-visitor-keys: 3.1.0 espree: 9.2.0 esquery: 1.4.0 @@ -8793,15 +8633,6 @@ packages: - supports-color dev: true - /espree/9.0.0: - resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.6.0 - acorn-jsx: 5.3.2_acorn@8.6.0 - eslint-visitor-keys: 3.0.0 - dev: true - /espree/9.2.0: resolution: {integrity: sha512-oP3utRkynpZWF/F2x/HZJ+AGtnIclaR7z1pYPxy7NYM2fSO6LgK/Rkny8anRSPK/VwEA1eqm2squui0T7ZMOBg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8885,7 +8716,7 @@ packages: is-stream: 1.1.0 npm-run-path: 2.0.2 p-finally: 1.0.0 - signal-exit: 3.0.5 + signal-exit: 3.0.6 strip-eof: 1.0.0 dev: true @@ -9219,34 +9050,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.6.0: - resolution: {integrity: sha512-ZpChU8JIwetXxcOwoJV/IKabMyW/oLsq9l+qf3aFB7LPcxcq0yxCFQzpHnYeQeWGrn9lcqfuhS1kXpIv5Ky7EQ==} + /firebase/9.6.1: + resolution: {integrity: sha512-d4wbkVMRiSREa1jfFx2z/Kq3KueEKfNWApvdrEAxvzDRN4eiFLeZSZM/MOxj7TR01e/hANnw2lrYKMUpg21ukg==} dependencies: - '@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/analytics': 0.7.4_@firebase+app@0.7.11 + '@firebase/analytics-compat': 0.1.5_bc9f000ebd4762c2c40bffec17e5b647 + '@firebase/app': 0.7.11 + '@firebase/app-check': 0.5.2_@firebase+app@0.7.11 + '@firebase/app-check-compat': 0.2.2_bc9f000ebd4762c2c40bffec17e5b647 + '@firebase/app-compat': 0.1.12 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.3_@firebase+app@0.7.10 - '@firebase/auth-compat': 0.2.3_5172ebe76b039f9ec4612efea4ed621a + '@firebase/auth': 0.19.4_@firebase+app@0.7.11 + '@firebase/auth-compat': 0.2.4_8e884c82e3f3b0e81d9dd2c1d4c7f872 '@firebase/database': 0.12.4_@firebase+app-types@0.7.0 - '@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/database-compat': 0.1.4_0fec86d3fa16c230fa9d156190a4cf63 + '@firebase/firestore': 3.4.1_@firebase+app@0.7.11 + '@firebase/firestore-compat': 0.1.10_8e884c82e3f3b0e81d9dd2c1d4c7f872 + '@firebase/functions': 0.7.6_1cb9898d4ad5fb721565bc5a4b0578c4 + '@firebase/functions-compat': 0.1.7_8e884c82e3f3b0e81d9dd2c1d4c7f872 + '@firebase/installations': 0.5.4_@firebase+app@0.7.11 + '@firebase/messaging': 0.9.4_@firebase+app@0.7.11 + '@firebase/messaging-compat': 0.1.4_bc9f000ebd4762c2c40bffec17e5b647 + '@firebase/performance': 0.5.4_@firebase+app@0.7.11 + '@firebase/performance-compat': 0.1.4_bc9f000ebd4762c2c40bffec17e5b647 '@firebase/polyfill': 0.3.36 - '@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/remote-config': 0.3.3_@firebase+app@0.7.11 + '@firebase/remote-config-compat': 0.1.4_bc9f000ebd4762c2c40bffec17e5b647 + '@firebase/storage': 0.9.0_@firebase+app@0.7.11 + '@firebase/storage-compat': 0.1.8_8e884c82e3f3b0e81d9dd2c1d4c7f872 '@firebase/util': 1.4.2 transitivePeerDependencies: - bufferutil @@ -9295,7 +9126,7 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.4.0+typescript@4.2.4: + /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.4.1+typescript@4.2.4: resolution: {integrity: sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9315,7 +9146,7 @@ packages: chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.4.0 + eslint: 8.4.1 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -9693,13 +9524,13 @@ packages: /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} - /graphql-config/4.1.0_graphql@15.7.2+typescript@4.5.2: + /graphql-config/4.1.0_graphql@15.7.2+typescript@4.5.3: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_b67f536f129c730ed129a6d21d223ba9 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_f1e39502f5444cf4e1bb49a6f24fb32b '@graphql-tools/graphql-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/load': 7.4.1_graphql@15.7.2 @@ -9820,8 +9651,8 @@ packages: duplexer: 0.1.2 dev: false - /h3/0.3.3: - resolution: {integrity: sha512-ammvVddtZArv6pnCkl0tEekY8owWPZNZCW4teePYzGwfN2w7kb0wnraLIFnB20mqUU2kCAV5bvI+2mjmGztS3w==} + /h3/0.3.8: + resolution: {integrity: sha512-gv558Zr6vSdXMNlpLCz/gbrd/rkw7Uk/KaHfDPtNSujGffUyi/r27HxRXFKsJUa+ngFAttsjQRtoGbDP+w/9Iw==} dev: true /hable/3.0.0: @@ -10913,14 +10744,14 @@ packages: throat: 6.0.1 dev: true - /jest-circus/27.4.2: - resolution: {integrity: sha512-2ePUSru1BGMyzxsMvRfu+tNb+PW60rUyMLJBfw1Nrh5zC8RoTPfF+zbE0JToU31a6ZVe4nnrNKWYRzlghAbL0A==} + /jest-circus/27.4.4: + resolution: {integrity: sha512-4DWhvQerDq5X4GaqhEUoZiBhuNdKDGr0geW0iJwarbDljAmGaGOErKQG+z2PBr0vgN05z7tsGSY51mdWr8E4xg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.2 + '@jest/environment': 27.4.4 '@jest/test-result': 27.4.2 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -10929,8 +10760,8 @@ packages: 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-runtime: 27.4.4 + jest-snapshot: 27.4.4 jest-util: 27.4.2 pretty-format: 27.4.2 slash: 3.0.0 @@ -10940,8 +10771,8 @@ packages: - supports-color dev: true - /jest-cli/27.4.3: - resolution: {integrity: sha512-zZSJBXNC/i8UnJPwcKWsqnhGgIF3uoTYP7th32Zej7KNQJdxzOMj+wCfy2Ox3kU7nXErJ36DtYyXDhfiqaiDRw==} + /jest-cli/27.4.4: + resolution: {integrity: sha512-+MfsHnZPUOBigCBURuQFRpgYoPCgmIFkICkqt4SrramZCUp/UAuWcst4pMZb84O3VU8JyKJmnpGG4qH8ClQloA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -10950,14 +10781,14 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.4.3 + '@jest/core': 27.4.4 '@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.4.3 + jest-config: 27.4.4 jest-util: 27.4.2 jest-validate: 27.4.2 prompts: 2.4.2 @@ -10970,8 +10801,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.4.3: - resolution: {integrity: sha512-DQ10HTSqYtC2pO7s9j2jw+li4xUnm2wLYWH2o7K1ftB8NyvToHsXoLlXxtsGh3AW9gUQR6KY/4B7G+T/NswJBw==} + /jest-config/27.4.4: + resolution: {integrity: sha512-6lxg0ugO6KS2zKEbpdDwBzu1IT0Xg4/VhxXMuBu+z/5FvBjLCEMTaWQm3bCaGCZUR9j9FK4DzUIxyhIgn6kVEg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -10980,22 +10811,22 @@ packages: optional: true dependencies: '@babel/core': 7.16.0 - '@jest/test-sequencer': 27.4.2 + '@jest/test-sequencer': 27.4.4 '@jest/types': 27.4.2 - babel-jest: 27.4.2_@babel+core@7.16.0 + babel-jest: 27.4.4_@babel+core@7.16.0 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-circus: 27.4.2 - jest-environment-jsdom: 27.4.3 - jest-environment-node: 27.4.2 + jest-circus: 27.4.4 + jest-environment-jsdom: 27.4.4 + jest-environment-node: 27.4.4 jest-get-type: 27.4.0 - jest-jasmine2: 27.4.2 + jest-jasmine2: 27.4.4 jest-regex-util: 27.4.0 - jest-resolve: 27.4.2 - jest-runner: 27.4.3 + jest-resolve: 27.4.4 + jest-runner: 27.4.4 jest-util: 27.4.2 jest-validate: 27.4.2 micromatch: 4.0.4 @@ -11046,14 +10877,14 @@ packages: pretty-format: 27.4.2 dev: true - /jest-environment-jsdom/27.4.3: - resolution: {integrity: sha512-x1AUVz3G14LpEJs7KIFUaTINT2n0unOUmvdAby3s/sldUpJJetOJifHo1O/EUQC5fNBowggwJbVulko18y6OWw==} + /jest-environment-jsdom/27.4.4: + resolution: {integrity: sha512-cYR3ndNfHBqQgFvS1RL7dNqSvD//K56j/q1s2ygNHcfTCAp12zfIromO1w3COmXrxS8hWAh7+CmZmGCIoqGcGA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.2 + '@jest/environment': 27.4.4 '@jest/fake-timers': 27.4.2 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 jest-mock: 27.4.2 jest-util: 27.4.2 jsdom: 16.7.0 @@ -11064,14 +10895,14 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.4.2: - resolution: {integrity: sha512-nzTZ5nJ+FabuZPH2YVci7SZIHpvtNRHPt8+vipLkCnAgXGjVzHm7XJWdnNqXbAkExIgiKeVEkVMNZOZE/LeiIg==} + /jest-environment-node/27.4.4: + resolution: {integrity: sha512-D+v3lbJ2GjQTQR23TK0kY3vFVmSeea05giInI41HHOaJnAwOnmUHTZgUaZL+VxUB43pIzoa7PMwWtCVlIUoVoA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.4.2 + '@jest/environment': 27.4.4 '@jest/fake-timers': 27.4.2 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 jest-mock: 27.4.2 jest-util: 27.4.2 dev: true @@ -11086,36 +10917,36 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.4.2: - resolution: {integrity: sha512-foiyAEePORUN2eeJnOtcM1y8qW0ShEd9kTjWVL4sVaMcuCJM6gtHegvYPBRT0mpI/bs4ueThM90+Eoj2ncoNsA==} + /jest-haste-map/27.4.4: + resolution: {integrity: sha512-kvspmHmgPIZoDaqUsvsJFTaspuxhATvdO6wsFNGNSi8kfdiOCEEvECNbht8xG+eE5Ol88JyJmp2D7RF4dYo85Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 '@types/graceful-fs': 4.1.5 - '@types/node': 16.11.11 + '@types/node': 16.11.12 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 jest-regex-util: 27.4.0 jest-serializer: 27.4.0 jest-util: 27.4.2 - jest-worker: 27.4.2 + jest-worker: 27.4.4 micromatch: 4.0.4 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.4.2: - resolution: {integrity: sha512-VO/fyAJSH9u0THjbteFiL8qc93ufU+yW+bdieDc8tzTCWwlWzO53UHS5nFK1qmE8izb5Smkn+XHlVt6/l06MKQ==} + /jest-jasmine2/27.4.4: + resolution: {integrity: sha512-ygk2tUgtLeN3ouj4KEYw9p81GLI1EKrnvourPULN5gdgB482PH5op9gqaRG0IenbJhBbbRwiSvh5NoBoQZSqdA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/traverse': 7.16.3 - '@jest/environment': 27.4.2 + '@jest/environment': 27.4.4 '@jest/source-map': 27.4.0 '@jest/test-result': 27.4.2 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 chalk: 4.1.2 co: 4.6.0 expect: 27.4.2 @@ -11123,8 +10954,8 @@ packages: 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-runtime: 27.4.4 + jest-snapshot: 27.4.4 jest-util: 27.4.2 pretty-format: 27.4.2 throat: 6.0.1 @@ -11195,10 +11026,10 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.4.2: + /jest-pnp-resolver/1.2.2_jest-resolve@27.4.4: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -11207,7 +11038,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.4.2 + jest-resolve: 27.4.4 dev: true /jest-regex-util/26.0.0: @@ -11220,26 +11051,26 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.4.2: - resolution: {integrity: sha512-hb++cTpqvOWfU49MCP/JQkxmnrhKoAVqXWFjgYXswRSVGk8Q6bDTSvhbCeYXDtXaymY0y7WrrSIlKogClcKJuw==} + /jest-resolve-dependencies/27.4.4: + resolution: {integrity: sha512-iAnpCXh81sd9nbyqySvm5/aV9X6JZKE0dQyFXTC8tptXcdrgS0vjPFy+mEgzPHxXw+tq4TQupuTa0n8OXwRIxw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 jest-regex-util: 27.4.0 - jest-snapshot: 27.4.2 + jest-snapshot: 27.4.4 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.4.2: - resolution: {integrity: sha512-d/zqPjxCzMqHlOdRTg8cTpO9jY+1/T74KazT8Ws/LwmwxV5sRMWOkiLjmzUCDj/5IqA5XHNK4Hkmlq9Kdpb9Sg==} + /jest-resolve/27.4.4: + resolution: {integrity: sha512-Yh5jK3PBmDbm01Rc8pT0XqpBlTPEGwWp7cN61ijJuwony/tR2Taof3TLy6yfNiuRS8ucUOPO7NBYm3ei38kkcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 chalk: 4.1.2 graceful-fs: 4.2.8 - jest-haste-map: 27.4.2 - jest-pnp-resolver: 1.2.2_jest-resolve@27.4.2 + jest-haste-map: 27.4.4 + jest-pnp-resolver: 1.2.2_jest-resolve@27.4.4 jest-util: 27.4.2 jest-validate: 27.4.2 resolve: 1.20.0 @@ -11247,30 +11078,30 @@ packages: slash: 3.0.0 dev: true - /jest-runner/27.4.3: - resolution: {integrity: sha512-JgR6Om/j22Fd6ZUUIGTWNcCtuZVYbNrecb4k89W4UyFJoRtHpo2zMKWkmFFFJoqwWGrfrcPLnVBIgkJiTV3cyA==} + /jest-runner/27.4.4: + resolution: {integrity: sha512-AXv/8Q0Xf1puWnDf52m7oLrK7sXcv6re0V/kItwTSVHJbX7Oebm07oGFQqGmq0R0mhO1zpmB3OpqRuaCN2elPA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/console': 27.4.2 - '@jest/environment': 27.4.2 + '@jest/environment': 27.4.4 '@jest/test-result': 27.4.2 - '@jest/transform': 27.4.2 + '@jest/transform': 27.4.4 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 jest-docblock: 27.4.0 - jest-environment-jsdom: 27.4.3 - jest-environment-node: 27.4.2 - jest-haste-map: 27.4.2 + jest-environment-jsdom: 27.4.4 + jest-environment-node: 27.4.4 + jest-haste-map: 27.4.4 jest-leak-detector: 27.4.2 jest-message-util: 27.4.2 - jest-resolve: 27.4.2 - jest-runtime: 27.4.2 + jest-resolve: 27.4.4 + jest-runtime: 27.4.4 jest-util: 27.4.2 - jest-worker: 27.4.2 + jest-worker: 27.4.4 source-map-support: 0.5.21 throat: 6.0.1 transitivePeerDependencies: @@ -11280,16 +11111,16 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.4.2: - resolution: {integrity: sha512-eqPgcBaUNaw6j8T5M+dnfAEh6MIrh2YmtskCr9sl50QYpD22Sg+QqHw3J3nmaLzVMbBtOMHFFxLF0Qx8MsZVFQ==} + /jest-runtime/27.4.4: + resolution: {integrity: sha512-tZGay6P6vXJq8t4jVFAUzYHx+lzIHXjz+rj1XBk6mAR1Lwtf5kz0Uun7qNuU+oqpZu4+hhuxpUfXb6j30bEPqA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/console': 27.4.2 - '@jest/environment': 27.4.2 - '@jest/globals': 27.4.2 + '@jest/environment': 27.4.4 + '@jest/globals': 27.4.4 '@jest/source-map': 27.4.0 '@jest/test-result': 27.4.2 - '@jest/transform': 27.4.2 + '@jest/transform': 27.4.4 '@jest/types': 27.4.2 '@types/yargs': 16.0.4 chalk: 4.1.2 @@ -11299,12 +11130,12 @@ packages: exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.4.2 + jest-haste-map: 27.4.4 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-resolve: 27.4.4 + jest-snapshot: 27.4.4 jest-util: 27.4.2 jest-validate: 27.4.2 slash: 3.0.0 @@ -11324,12 +11155,12 @@ packages: resolution: {integrity: sha512-RDhpcn5f1JYTX2pvJAGDcnsNTnsV9bjYPU8xcV+xPwOXnUPOQwf4ZEuiU6G9H1UztH+OapMgu/ckEVwO87PwnQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.11.11 + '@types/node': 16.11.12 graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.4.2: - resolution: {integrity: sha512-DI7lJlNIu6WSQ+esqhnJzEzU70+dV+cNjoF1c+j5FagWEd3KtOyZvVliAH0RWNQ6KSnAAnKSU0qxJ8UXOOhuUQ==} + /jest-snapshot/27.4.4: + resolution: {integrity: sha512-yy+rpCvYMOjTl7IMuaMI9OP9WT229zi8BhdNHm6e6mttAOIzvIiCxFoZ6yRxaV3HDPPgMryi+ReX2b8+IQJdPA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.16.0 @@ -11338,7 +11169,7 @@ packages: '@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.0 '@babel/traverse': 7.16.3 '@babel/types': 7.16.0 - '@jest/transform': 27.4.2 + '@jest/transform': 27.4.4 '@jest/types': 27.4.2 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.4.2 @@ -11348,10 +11179,10 @@ packages: graceful-fs: 4.2.8 jest-diff: 27.4.2 jest-get-type: 27.4.0 - jest-haste-map: 27.4.2 + jest-haste-map: 27.4.4 jest-matcher-utils: 27.4.2 jest-message-util: 27.4.2 - jest-resolve: 27.4.2 + jest-resolve: 27.4.4 jest-util: 27.4.2 natural-compare: 1.4.0 pretty-format: 27.4.2 @@ -11365,7 +11196,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.8 @@ -11390,7 +11221,7 @@ packages: dependencies: '@jest/test-result': 27.4.2 '@jest/types': 27.4.2 - '@types/node': 16.11.11 + '@types/node': 16.11.12 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.4.2 @@ -11409,13 +11240,22 @@ packages: resolution: {integrity: sha512-0QMy/zPovLfUPyHuOuuU4E+kGACXXE84nRnq6lBVI9GJg5DCBiA97SATi+ZP8CpiJwEQy1oCPjRBf8AnLjN+Ag==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.11.11 + '@types/node': 16.11.12 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/27.4.3: - resolution: {integrity: sha512-jwsfVABBzuN3Atm+6h6vIEpTs9+VApODLt4dk2qv1WMOpb1weI1IIZfuwpMiWZ62qvWj78MvdvMHIYdUfqrFaA==} + /jest-worker/27.4.4: + resolution: {integrity: sha512-jfwxYJvfua1b1XkyuyPh01ATmgg4e5fPM/muLmhy9Qc6dmiwacQB0MLHaU6IjEsv/+nAixHGxTn8WllA27Pn0w==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/node': 16.11.12 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: true + + /jest/27.4.4: + resolution: {integrity: sha512-AXwEIFa58Uf1Jno3/KSo5HZZ0/2Xwqvfrz0/3bmTwImkFlbOvz5vARAW9nTrxRLkojjkitaZ1KNKAtw3JRFAaA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11424,9 +11264,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.4.3 + '@jest/core': 27.4.4 import-local: 3.0.3 - jest-cli: 27.4.3 + jest-cli: 27.4.4 transitivePeerDependencies: - bufferutil - canvas @@ -11713,6 +11553,10 @@ packages: resolution: {integrity: sha512-h9ivI88e1lFNmTT4HovBN33Ysn0OIJG7IPG2mkpx2uniQXFWqo35QdiX7w0TovlUFXfW8aPFblP5/q0jlOr2sA==} dev: true + /kolorist/1.5.0: + resolution: {integrity: sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==} + dev: true + /last-call-webpack-plugin/3.0.0: resolution: {integrity: sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==} dependencies: @@ -11790,7 +11634,7 @@ packages: listr2: 3.13.5_enquirer@2.3.6 micromatch: 4.0.4 normalize-path: 3.0.0 - object-inspect: 1.11.0 + object-inspect: 1.11.1 string-argv: 0.3.1 supports-color: 9.2.1 yaml: 1.10.2 @@ -11913,6 +11757,15 @@ packages: emojis-list: 3.0.0 json5: 2.2.0 + /loader-utils/2.0.2: + resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==} + engines: {node: '>=8.9.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.0 + dev: true + /locate-path/2.0.0: resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=} engines: {node: '>=4'} @@ -12377,6 +12230,7 @@ packages: resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} engines: {node: '>=4.0.0'} hasBin: true + dev: false /mimic-fn/1.2.0: resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} @@ -12552,6 +12406,11 @@ packages: run-queue: 1.0.3 dev: false + /mrmime/1.0.0: + resolution: {integrity: sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==} + engines: {node: '>=10'} + dev: true + /ms/2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} @@ -12733,11 +12592,6 @@ packages: vm-browserify: 1.1.2 dev: false - /node-modules-regexp/1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} - engines: {node: '>=0.10.0'} - dev: true - /node-object-hash/1.4.2: resolution: {integrity: sha512-UdS4swXs85fCGWWf6t6DMGgpN/vnlKeSGEQ7hJcrs7PBFoxoKLmibc3QRb7fwiYsjdL7PX8iI/TMSlZ90dgHhQ==} engines: {node: '>=0.10.0'} @@ -12877,32 +12731,34 @@ packages: engines: {node: '>=0.10.0'} dev: true - /nuxt-windicss/2.0.12: - resolution: {integrity: sha512-Ft/ClLnqeqJp/+gDvWsAY0Ymee8fuNpXRsc6R80oSLOY/IGF+rBUUrtIDBCVD4MrFbJN6bvy/MX0nFJ2PyYUIQ==} + /nuxt-windicss/2.1.1: + resolution: {integrity: sha512-llp+gsO7n/jgwMA2zXOSVu9R9meruQRnCMfM1mzKKhkxChrdrzRdm8HDDB3cZiBKpALkiT7WIubS0vknFdUY9w==} dependencies: - '@nuxt/kit': 0.8.1-edge + '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27319101.3e82f0f + '@windicss/plugin-utils': 1.5.4 + consola: 2.15.3 defu: 5.0.0 - h3: 0.3.3 + h3: 0.3.8 listhen: 0.2.5 pathe: 0.2.0 read-cache: 1.0.0 - sirv: 1.0.18 - vite-plugin-windicss: 1.5.1 + sirv: 1.0.19 + vite-plugin-windicss: 1.5.4 windicss: 3.2.1 - windicss-analysis: 0.3.4 - windicss-webpack-plugin: 1.5.6 + windicss-analysis: 0.3.5 + windicss-webpack-plugin: 1.6.0 transitivePeerDependencies: - supports-color - vite dev: true - /nuxt/2.15.8_typescript@4.5.2: + /nuxt/2.15.8_typescript@4.5.3: resolution: {integrity: sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==} hasBin: true requiresBuild: true dependencies: '@nuxt/babel-preset-app': 2.15.8 - '@nuxt/builder': 2.15.8_typescript@4.5.2 + '@nuxt/builder': 2.15.8_typescript@4.5.3 '@nuxt/cli': 2.15.8 '@nuxt/components': 2.2.1 '@nuxt/config': 2.15.8 @@ -12915,7 +12771,7 @@ packages: '@nuxt/utils': 2.15.8 '@nuxt/vue-app': 2.15.8 '@nuxt/vue-renderer': 2.15.8 - '@nuxt/webpack': 2.15.8_typescript@4.5.2 + '@nuxt/webpack': 2.15.8_typescript@4.5.3 transitivePeerDependencies: - bufferutil - consola @@ -12945,6 +12801,10 @@ packages: /object-inspect/1.11.0: resolution: {integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==} + /object-inspect/1.11.1: + resolution: {integrity: sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA==} + dev: false + /object-keys/1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -13421,11 +13281,9 @@ packages: engines: {node: '>=10'} dev: false - /pirates/4.0.1: - resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} + /pirates/4.0.4: + resolution: {integrity: sha512-ZIrVPH+A52Dw84R0L3/VS9Op04PuQ2SEoJL6bkshmiTic/HldyW9Tf7oH5mhJZBK7NmDx27vSMrYEXPXclpDKw==} engines: {node: '>= 6'} - dependencies: - node-modules-regexp: 1.0.0 dev: true /pkg-dir/2.0.0: @@ -13461,11 +13319,11 @@ packages: engines: {node: '>=4'} dev: true - /pnp-webpack-plugin/1.7.0_typescript@4.5.2: + /pnp-webpack-plugin/1.7.0_typescript@4.5.3: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.5.2 + ts-pnp: 1.2.0_typescript@4.5.3 transitivePeerDependencies: - typescript dev: false @@ -14355,7 +14213,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.11.11 + '@types/node': 16.11.12 long: 4.0.0 dev: false @@ -14904,7 +14762,7 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.0.1_rollup@2.60.2+typescript@4.5.2: + /rollup-plugin-dts/4.0.1_rollup@2.61.1+typescript@4.5.3: resolution: {integrity: sha512-DNv5F8pro/r0Hkx3JWKRtJZocDnqXfgypoajeiaNq134rYaFcEIl/oas5PogD1qexMadVijsHyVko1Chig0OOQ==} engines: {node: '>=v12.22.6'} peerDependencies: @@ -14912,13 +14770,13 @@ packages: typescript: ^4.4.2 dependencies: magic-string: 0.25.7 - rollup: 2.60.2 - typescript: 4.5.2 + rollup: 2.61.1 + typescript: 4.5.3 optionalDependencies: '@babel/code-frame': 7.16.0 dev: true - /rollup-plugin-ts/2.0.4_rollup@2.60.2+typescript@4.5.2: + /rollup-plugin-ts/2.0.4_rollup@2.61.1+typescript@4.5.3: resolution: {integrity: sha512-VXx1qg+8ySrMxThIoBzy73qRg4q8SD0H8Kd8XquVMm4nrH8bj80DBEJ2baZekQWa5TxHyVOHHNloZ+oqCLhLTQ==} engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: @@ -14949,17 +14807,17 @@ packages: browserslist: 4.18.1 browserslist-generator: 1.0.65 chalk: 4.1.2 - compatfactory: 0.0.12_typescript@4.5.2 + compatfactory: 0.0.12_typescript@4.5.3 crosspath: 1.0.0 magic-string: 0.25.7 - rollup: 2.60.2 - ts-clone-node: 0.3.29_typescript@4.5.2 + rollup: 2.61.1 + ts-clone-node: 0.3.29_typescript@4.5.3 tslib: 2.3.1 - typescript: 4.5.2 + typescript: 4.5.3 dev: true - /rollup/2.60.2: - resolution: {integrity: sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==} + /rollup/2.61.1: + resolution: {integrity: sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -15013,7 +14871,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.44.0: + /sass-loader/10.1.1_sass@1.45.0: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15032,12 +14890,12 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.44.0 + sass: 1.45.0 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.44.0: + /sass-loader/10.2.0_sass@1.45.0: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15056,18 +14914,19 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.44.0 + sass: 1.45.0 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.44.0: - resolution: {integrity: sha512-0hLREbHFXGQqls/K8X+koeP+ogFRPF4ZqetVB19b7Cst9Er8cOR0rc6RU7MaI4W1JmUShd1BPgPoeqmmgMMYFw==} + /sass/1.45.0: + resolution: {integrity: sha512-ONy5bjppoohtNkFJRqdz1gscXamMzN3wQy1YH9qO2FiNpgjLhpz/IPRGg0PpCjyz/pWfCOaNEaiEGCcjOFAjqw==} engines: {node: '>=8.9.0'} hasBin: true dependencies: chokidar: 3.5.2 immutable: 4.0.0 + source-map-js: 1.0.1 dev: true /sax/1.2.4: @@ -15343,6 +15202,16 @@ packages: '@polka/url': 1.0.0-next.21 mime: 2.5.2 totalist: 1.1.0 + dev: false + + /sirv/1.0.19: + resolution: {integrity: sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==} + engines: {node: '>= 10'} + dependencies: + '@polka/url': 1.0.0-next.21 + mrmime: 1.0.0 + totalist: 1.1.0 + dev: true /sisteransi/1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} @@ -15536,6 +15405,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /source-map-js/1.0.1: + resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} + engines: {node: '>=0.10.0'} + dev: true + /source-map-resolve/0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} dependencies: @@ -16060,7 +15934,7 @@ packages: glob: 7.1.6 lines-and-columns: 1.2.4 mz: 2.7.0 - pirates: 4.0.1 + pirates: 4.0.4 ts-interface-checker: 0.1.13 dev: true @@ -16521,35 +16395,36 @@ packages: engines: {node: '>=8'} dev: true - /ts-clone-node/0.3.29_typescript@4.5.2: + /ts-clone-node/0.3.29_typescript@4.5.3: resolution: {integrity: sha512-UDwVrUSH7zXXy/E+I5Xr7d5Eddqc2Uj/BlqlOiJyDRQo4qPD129p3cyVZY5r7/p8aCPmNGJn0y4CLtbfVc+kag==} engines: {node: '>=10.0.0'} peerDependencies: typescript: ^3.x || ^4.x dependencies: - compatfactory: 0.0.12_typescript@4.5.2 - typescript: 4.5.2 + compatfactory: 0.0.12_typescript@4.5.3 + typescript: 4.5.3 dev: true /ts-interface-checker/0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-invariant/0.9.3: - resolution: {integrity: sha512-HinBlTbFslQI0OHP07JLsSXPibSegec6r9ai5xxq/qHYCsIQbzpymLpDhAUsnXcSrDEcd0L62L8vsOEdzM0qlA==} + /ts-invariant/0.9.4: + resolution: {integrity: sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==} engines: {node: '>=8'} dependencies: tslib: 2.3.1 dev: false - /ts-jest/27.1.0_d967a5c71b36617f9eaef12c091f7695: - resolution: {integrity: sha512-ZouWlP03JMtzfNHg0ZeDrxAESYGmVhWyHtIl2/01kBbXaMbTr4Vhv6/GeMxUed6GFg/4ycMo+yU6Eo9gI16xTQ==} + /ts-jest/27.1.1_3b56c12a32f81d784cc163bd833a1576: + resolution: {integrity: sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' '@types/jest': ^27.0.0 babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 jest: ^27.0.0 typescript: '>=3.8 <5.0' peerDependenciesMeta: @@ -16559,51 +16434,54 @@ packages: optional: true babel-jest: optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.16.0 + babel-jest: 27.4.4_@babel+core@7.16.0 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.4.4 + jest-util: 27.4.2 + json5: 2.2.0 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.5 + typescript: 4.5.3 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.1_dc33159234d58f1c7ac35b6119da0e94: + resolution: {integrity: sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true dependencies: '@types/jest': 27.0.3 bs-logger: 0.2.6 - esbuild: 0.14.2 fast-json-stable-stringify: 2.1.0 - jest: 27.4.3 + jest: 27.4.4 jest-util: 27.4.2 json5: 2.2.0 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.5.2 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.0_df0b9a9e81fcad1e1e5da6ae3a3a6294: - resolution: {integrity: sha512-ZouWlP03JMtzfNHg0ZeDrxAESYGmVhWyHtIl2/01kBbXaMbTr4Vhv6/GeMxUed6GFg/4ycMo+yU6Eo9gI16xTQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - dependencies: - '@babel/core': 7.16.0 - babel-jest: 27.4.2_@babel+core@7.16.0 - bs-logger: 0.2.6 - esbuild: 0.14.2 - fast-json-stable-stringify: 2.1.0 - jest: 27.4.3 - jest-util: 27.4.2 - json5: 2.2.0 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.5.2 + typescript: 4.5.3 yargs-parser: 20.2.9 dev: true @@ -16626,7 +16504,7 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/9.1.1_typescript@4.5.2: + /ts-node/9.1.1_typescript@4.5.3: resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} hasBin: true @@ -16638,11 +16516,11 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.5.2 + typescript: 4.5.3 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.5.2: + /ts-pnp/1.2.0_typescript@4.5.3: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -16651,7 +16529,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.5.2 + typescript: 4.5.3 dev: false /tsconfig-paths/3.12.0: @@ -16682,8 +16560,8 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tsup/5.10.1: - resolution: {integrity: sha512-vLik/vL7fEqXeCLm3+121CjWk9Y7N9CjIuW0tP6o5kLXllEwfnwRXjlYNrWNpxsgIjntdWmi3dZYHF0/yVJNtw==} + /tsup/5.11.1: + resolution: {integrity: sha512-4J1kknLCT7dlVoyoGwSl62cUo7QIar89pdOFhK5V5T81M9G2MR1WFbPlFnc6kHC10qgLBeoJdjnrnscJn9yc/w==} hasBin: true peerDependencies: typescript: ^4.2.3 @@ -16691,17 +16569,18 @@ packages: typescript: optional: true dependencies: - bundle-require: 2.1.8_esbuild@0.13.15 + bundle-require: 2.1.8_esbuild@0.14.2 cac: 6.7.12 chokidar: 3.5.2 debug: 4.3.3 - esbuild: 0.13.15 + esbuild: 0.14.2 execa: 5.1.1 globby: 11.0.4 joycon: 3.1.1 postcss-load-config: 3.1.0 resolve-from: 5.0.0 - rollup: 2.60.2 + rollup: 2.61.1 + source-map: 0.7.3 sucrase: 3.20.3 tree-kill: 1.2.2 transitivePeerDependencies: @@ -16709,14 +16588,14 @@ packages: - ts-node dev: true - /tsutils/3.21.0_typescript@4.5.2: + /tsutils/3.21.0_typescript@4.5.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.5.2 + typescript: 4.5.3 dev: true /tty-browserify/0.0.0: @@ -16781,8 +16660,8 @@ packages: hasBin: true dev: true - /typescript/4.5.2: - resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} + /typescript/4.5.3: + resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -16918,7 +16797,7 @@ packages: '@rollup/pluginutils': 4.1.1 '@vue/compiler-core': 3.2.23 '@vue/ref-transform': 3.2.23 - '@vue/shared': 3.2.23 + '@vue/shared': 3.2.24 defu: 5.0.0 htmlparser2: 5.0.1 magic-string: 0.25.7 @@ -17134,14 +17013,14 @@ packages: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: false - /vite-plugin-windicss/1.5.1: - resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==} + /vite-plugin-windicss/1.5.4: + resolution: {integrity: sha512-bG2IERA9J50MGq1QEbGC/PjrkVIaq2b3LilCeidyIpmFV/4aR14/wGDe83SobF+8coIeJ+23S0uDK/fXX5X0pQ==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.5.1 - chalk: 4.1.2 + '@windicss/plugin-utils': 1.5.4 debug: 4.3.3 + kolorist: 1.5.0 windicss: 3.2.1 transitivePeerDependencies: - supports-color @@ -17175,17 +17054,17 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-eslint-parser/8.0.1_eslint@8.4.0: + /vue-eslint-parser/8.0.1_eslint@8.4.1: 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.4.0 + eslint: 8.4.1 eslint-scope: 6.0.0 eslint-visitor-keys: 3.1.0 - espree: 9.0.0 + espree: 9.2.0 esquery: 1.4.0 lodash: 4.17.21 semver: 7.3.5 @@ -17592,27 +17471,27 @@ packages: string-width: 4.2.3 dev: false - /windicss-analysis/0.3.4: - resolution: {integrity: sha512-3GbzXNQ53UuyMAnrdSw6qaB6+mR8sZziRqPo/ZUamD9L8aQu+paw2NFuJ4CF/FLfPZo+kjUZika7e/XGHCf9kQ==} + /windicss-analysis/0.3.5: + resolution: {integrity: sha512-g7306c47Yc9c0nAhVLwVDVYt+MQmxGfpg1Q06mP4+j5nqCrJgh18Km4HyL8BABv7wo6BdUN7FeVtxb+u5TokxA==} hasBin: true dependencies: - '@windicss/plugin-utils': 1.5.1 - cac: 6.7.11 + '@windicss/plugin-utils': 1.5.4 + cac: 6.7.12 connect: 3.7.0 declass: 0.0.1 fast-glob: 3.2.7 fs-extra: 10.0.0 - sirv: 1.0.18 + sirv: 1.0.19 transitivePeerDependencies: - supports-color dev: true - /windicss-webpack-plugin/1.5.6: - resolution: {integrity: sha512-Wap3bvaNlIFKkJugaeVMqV1ICMDfSmwernYkYrRftK/ZJXP7/pkVvdXu5DDvFIlRVXjhlJlltIlFb1UNJn84sA==} + /windicss-webpack-plugin/1.6.0: + resolution: {integrity: sha512-3oK+IacPEY2aOcAqyhgEGtBAH+w6wf+FOVaBM9ZahK0g+bm4gkUm9OoB6DTSYRK7JQd03VI7LAXJOGe7mHqjMw==} dependencies: - '@windicss/plugin-utils': 1.5.1 + '@windicss/plugin-utils': 1.5.4 debug: 4.3.3 - loader-utils: 2.0.1 + loader-utils: 2.0.2 lodash: 4.17.21 magic-string: 0.25.7 upath: 2.0.1