From 0fcd9733ff10b0d0a6552ee22bf0c39f580fc69d Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 19 Sep 2021 20:26:25 +0530 Subject: [PATCH] chore: bump deps --- packages/hoppscotch-app/nuxt.config.js | 2 + packages/hoppscotch-app/package.json | 19 +- pnpm-lock.yaml | 986 +++++++++++-------------- 3 files changed, 446 insertions(+), 561 deletions(-) diff --git a/packages/hoppscotch-app/nuxt.config.js b/packages/hoppscotch-app/nuxt.config.js index 39da30434..8b6e44ae1 100644 --- a/packages/hoppscotch-app/nuxt.config.js +++ b/packages/hoppscotch-app/nuxt.config.js @@ -113,6 +113,8 @@ export default { "@nuxtjs/pwa", // https://github.com/nuxt-community/stylelint-module "@nuxtjs/stylelint-module", + // https://github.com/nuxt-community/eslint-module + "@nuxtjs/eslint-module", // https://github.com/nuxt-community/analytics-module "@nuxtjs/google-analytics", // https://github.com/nuxt-community/gtm-module diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index c0315657f..1edef283f 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -25,7 +25,7 @@ "do-lintfix": "pnpm run lint" }, "dependencies": { - "@apollo/client": "^3.4.11", + "@apollo/client": "^3.4.12", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "^0.29.0", "@nuxtjs/gtm": "^2.4.0", @@ -42,7 +42,7 @@ "esprima": "^4.0.1", "firebase": "^9.0.2", "fuse.js": "^6.4.6", - "graphql": "^15.5.0", + "graphql": "^15.5.3", "graphql-language-service-interface": "^2.8.4", "graphql-language-service-parser": "^1.9.2", "json-loader": "^0.5.7", @@ -75,6 +75,7 @@ "@nuxtjs/color-mode": "^2.1.1", "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/eslint-config-typescript": "^6.0.1", + "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/pwa": "^3.3.5", @@ -86,15 +87,15 @@ "@types/esprima": "^4.0.3", "@types/lodash": "^4.14.173", "@types/splitpanes": "^2.2.1", - "@vue/runtime-dom": "^3.2.11", + "@vue/runtime-dom": "^3.2.12", "@vue/test-utils": "^1.2.2", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.2.0", "eslint": "^7.32.0", - "eslint-config-prettier": "^8.1.0", - "eslint-plugin-nuxt": ">=2.0.0", + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^7.17.0", + "eslint-plugin-vue": "^7.18.0", "jest": "^27.2.0", "jest-serializer-vue": "^2.0.2", "nuxt-windicss": "^1.2.4", @@ -103,12 +104,12 @@ "raw-loader": "^4.0.2", "sass": "^1.41.1", "sass-loader": "^10.2.0", - "stylelint": "^13.12.0", + "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^22.0.0", "ts-jest": "^27.0.5", - "typescript": "^4.2", - "unplugin-vue2-script-setup": "^0.6.1", + "typescript": "^4.4.3", + "unplugin-vue2-script-setup": "^0.6.4", "vue-jest": "^3.0.7", "worker-loader": "^3.0.8" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 074f22b6c..dcbfb660b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ importers: packages/hoppscotch-app: specifiers: - '@apollo/client': ^3.4.11 + '@apollo/client': ^3.4.12 '@babel/core': ^7.15.5 '@babel/preset-env': ^7.15.6 '@commitlint/cli': ^13.1.0 @@ -29,6 +29,7 @@ importers: '@nuxtjs/composition-api': ^0.29.0 '@nuxtjs/dotenv': ^1.4.1 '@nuxtjs/eslint-config-typescript': ^6.0.1 + '@nuxtjs/eslint-module': ^3.0.2 '@nuxtjs/google-analytics': ^2.4.0 '@nuxtjs/google-fonts': ^1.3.0 '@nuxtjs/gtm': ^2.4.0 @@ -45,7 +46,7 @@ importers: '@types/esprima': ^4.0.3 '@types/lodash': ^4.14.173 '@types/splitpanes': ^2.2.1 - '@vue/runtime-dom': ^3.2.11 + '@vue/runtime-dom': ^3.2.12 '@vue/test-utils': ^1.2.2 acorn: ^8.5.0 acorn-walk: ^8.2.0 @@ -56,14 +57,14 @@ importers: codemirror-theme-github: ^1.0.0 core-js: ^3.17.3 eslint: ^7.32.0 - eslint-config-prettier: ^8.1.0 - eslint-plugin-nuxt: '>=2.0.0' + eslint-config-prettier: ^8.3.0 + eslint-plugin-nuxt: ^2.0.0 eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^7.17.0 + eslint-plugin-vue: ^7.18.0 esprima: ^4.0.1 firebase: ^9.0.2 fuse.js: ^6.4.6 - graphql: ^15.5.0 + graphql: ^15.5.3 graphql-language-service-interface: ^2.8.4 graphql-language-service-parser: ^1.9.2 jest: ^27.2.0 @@ -84,13 +85,13 @@ importers: socket.io-client: ^4.2.0 socketio-wildcard: ^2.0.0 splitpanes: ^2.3.8 - stylelint: ^13.12.0 + stylelint: ^13.13.1 stylelint-config-prettier: ^8.0.2 stylelint-config-standard: ^22.0.0 tern: ^0.24.3 ts-jest: ^27.0.5 - typescript: ^4.2 - unplugin-vue2-script-setup: ^0.6.1 + typescript: ^4.4.3 + unplugin-vue2-script-setup: ^0.6.4 vue-apollo: ^3.0.7 vue-cli-plugin-apollo: ^0.22.2 vue-functional-data-merge: ^3.1.0 @@ -102,7 +103,7 @@ importers: worker-loader: ^3.0.8 yargs-parser: ^20.2.9 dependencies: - '@apollo/client': 3.4.11_graphql@15.5.3 + '@apollo/client': 3.4.12_graphql@15.5.3 '@nuxtjs/axios': 5.13.6 '@nuxtjs/composition-api': 0.29.0_nuxt@2.15.8 '@nuxtjs/gtm': 2.4.0 @@ -126,7 +127,7 @@ importers: lodash: 4.17.21 mustache: 4.2.0 node-interval-tree: 1.3.3 - nuxt: 2.15.8_typescript@4.4.2 + nuxt: 2.15.8_typescript@4.4.3 paho-mqtt: 1.1.0 rxjs: 7.3.0 socket.io-client: 4.2.0 @@ -134,7 +135,7 @@ importers: splitpanes: 2.3.8 tern: 0.24.3 vue-apollo: 3.0.7 - vue-cli-plugin-apollo: 0.22.2_typescript@4.4.2 + vue-cli-plugin-apollo: 0.22.2_typescript@4.4.3 vue-functional-data-merge: 3.1.0 vue-github-button: 1.3.0 vue-textarea-autosize: 1.1.1 @@ -150,7 +151,8 @@ importers: '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 6.0.1_eslint@7.32.0+typescript@4.4.2 + '@nuxtjs/eslint-config-typescript': 6.0.1_eslint@7.32.0+typescript@4.4.3 + '@nuxtjs/eslint-module': 3.0.2_eslint@7.32.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 @@ -162,7 +164,7 @@ importers: '@types/esprima': 4.0.3 '@types/lodash': 4.14.173 '@types/splitpanes': 2.2.1 - '@vue/runtime-dom': 3.2.11 + '@vue/runtime-dom': 3.2.12 '@vue/test-utils': 1.2.2 babel-core: 7.0.0-bridge.0_@babel+core@7.15.5 babel-jest: 27.2.0_@babel+core@7.15.5 @@ -170,10 +172,10 @@ importers: eslint-config-prettier: 8.3.0_eslint@7.32.0 eslint-plugin-nuxt: 2.0.0_eslint@7.32.0 eslint-plugin-prettier: 4.0.0_6e975bd57c7acf028c1a9ddbbf60c898 - eslint-plugin-vue: 7.17.0_eslint@7.32.0 + eslint-plugin-vue: 7.18.0_eslint@7.32.0 jest: 27.2.0 jest-serializer-vue: 2.0.2 - nuxt-windicss: 1.2.4_typescript@4.4.2 + nuxt-windicss: 1.2.4_typescript@4.4.3 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 raw-loader: 4.0.2 @@ -182,8 +184,8 @@ importers: stylelint: 13.13.1 stylelint-config-prettier: 8.0.2_stylelint@13.13.1 stylelint-config-standard: 22.0.0_stylelint@13.13.1 - ts-jest: 27.0.5_d8d24b31487ff5fe65eff8ca189e439d - typescript: 4.4.2 + ts-jest: 27.0.5_1a40f4e4b43f874ee5ff27a7fd1a8d17 + typescript: 4.4.3 unplugin-vue2-script-setup: 0.6.4 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 worker-loader: 3.0.8 @@ -196,8 +198,8 @@ packages: '@types/throttle-debounce': 2.1.0 dev: true - /@apollo/client/3.4.10_a527cab2bdb210e0448b693392a77927: - resolution: {integrity: sha512-b+8TT3jBM2BtEJi+V2FuLpvoYDZCY3baNYrgAgEyw4fjnuBCSRPY7qVjqriZAwMaGiTLtyVifGhmdeICQs4Eow==} + /@apollo/client/3.4.12_a527cab2bdb210e0448b693392a77927: + resolution: {integrity: sha512-k4Hsl+4zhqruKnI7iFIYzi7JGZgodrUEF/XF9gXde3blxMwID2zKj+pKB8vQ8MWEbfRMeuEno+PZkatR2nE8Mw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -219,13 +221,13 @@ packages: prop-types: 15.7.2 subscriptions-transport-ws: 0.9.19_graphql@15.5.3 symbol-observable: 4.0.0 - ts-invariant: 0.9.1 + ts-invariant: 0.9.3 tslib: 2.3.1 zen-observable-ts: 1.1.0 dev: false - /@apollo/client/3.4.11_graphql@15.5.3: - resolution: {integrity: sha512-+A0z/Vy7sDg1uyijv3t9w1U0ybxn0bSpMUZHpsb2cLg/zM8fEHQ217226buzJ+cPUA1GVfJ8n6JsiN26RchvNA==} + /@apollo/client/3.4.12_graphql@15.5.3: + resolution: {integrity: sha512-k4Hsl+4zhqruKnI7iFIYzi7JGZgodrUEF/XF9gXde3blxMwID2zKj+pKB8vQ8MWEbfRMeuEno+PZkatR2nE8Mw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -246,7 +248,7 @@ packages: optimism: 0.16.1 prop-types: 15.7.2 symbol-observable: 4.0.0 - ts-invariant: 0.9.1 + ts-invariant: 0.9.3 tslib: 2.3.1 zen-observable-ts: 1.1.0 dev: false @@ -343,7 +345,7 @@ packages: fs-capacitor: 2.0.4 graphql: 15.5.3 http-errors: 1.8.0 - object-path: 0.11.7 + object-path: 0.11.8 dev: false /@ardatan/aggregate-error/0.0.6: @@ -376,12 +378,12 @@ packages: '@babel/code-frame': 7.14.5 '@babel/generator': 7.15.4 '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-module-transforms': 7.15.4 + '@babel/helper-module-transforms': 7.15.7 '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.5 + '@babel/parser': 7.15.7 '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 convert-source-map: 1.8.0 debug: 4.3.2 gensync: 1.0.0-beta.2 @@ -391,8 +393,8 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.15.4_@babel+core@7.15.5+eslint@7.32.0: - resolution: {integrity: sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==} + /@babel/eslint-parser/7.15.7_@babel+core@7.15.5+eslint@7.32.0: + resolution: {integrity: sha512-yJkHyomClm6A2Xzb8pdAo4HzYMSXFn1O5zrCYvbFP0yQFvHueLedV8WiEno8yJOKStjUXzBZzJFeWQ7b3YMsqQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' @@ -418,7 +420,7 @@ packages: resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 jsesc: 2.5.2 source-map: 0.5.7 @@ -426,7 +428,7 @@ packages: resolution: {integrity: sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-builder-binary-assignment-operator-visitor/7.15.4: resolution: {integrity: sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==} @@ -471,7 +473,7 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/helper-annotate-as-pure': 7.15.4 - regexpu-core: 4.7.1 + regexpu-core: 4.8.0 /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.5: resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} @@ -502,44 +504,44 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.15.4 '@babel/template': 7.15.4 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-get-function-arity/7.15.4: resolution: {integrity: sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-hoist-variables/7.15.4: resolution: {integrity: sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-member-expression-to-functions/7.15.4: resolution: {integrity: sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-module-imports/7.15.4: resolution: {integrity: sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 - /@babel/helper-module-transforms/7.15.4: - resolution: {integrity: sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==} + /@babel/helper-module-transforms/7.15.7: + resolution: {integrity: sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-module-imports': 7.15.4 '@babel/helper-replace-supers': 7.15.4 '@babel/helper-simple-access': 7.15.4 '@babel/helper-split-export-declaration': 7.15.4 - '@babel/helper-validator-identifier': 7.14.9 + '@babel/helper-validator-identifier': 7.15.7 '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 transitivePeerDependencies: - supports-color @@ -547,7 +549,7 @@ packages: resolution: {integrity: sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-plugin-utils/7.14.5: resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} @@ -570,7 +572,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.15.4 '@babel/helper-optimise-call-expression': 7.15.4 '@babel/traverse': 7.15.4 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 transitivePeerDependencies: - supports-color @@ -578,7 +580,7 @@ packages: resolution: {integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 /@babel/helper-skip-transparent-expression-wrappers/7.15.4: resolution: {integrity: sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==} @@ -590,10 +592,10 @@ packages: resolution: {integrity: sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 - /@babel/helper-validator-identifier/7.14.9: - resolution: {integrity: sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==} + /@babel/helper-validator-identifier/7.15.7: + resolution: {integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==} engines: {node: '>=6.9.0'} /@babel/helper-validator-option/7.14.5: @@ -617,7 +619,7 @@ packages: dependencies: '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 transitivePeerDependencies: - supports-color @@ -625,7 +627,7 @@ packages: resolution: {integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.14.9 + '@babel/helper-validator-identifier': 7.15.7 chalk: 2.4.2 js-tokens: 4.0.0 @@ -635,13 +637,8 @@ packages: hasBin: true dev: false - /@babel/parser/7.15.5: - resolution: {integrity: sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==} - engines: {node: '>=6.0.0'} - hasBin: true - - /@babel/parser/7.15.6: - resolution: {integrity: sha512-S/TSCcsRuCkmpUuoWijua0Snt+f3ewU/8spLo+4AXJCZfT0bVCzLD5MuOKdrx0mlAptbKzn5AdgEIIKXxXkz9Q==} + /@babel/parser/7.15.7: + resolution: {integrity: sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==} engines: {node: '>=6.0.0'} hasBin: true @@ -768,20 +765,6 @@ packages: '@babel/helper-plugin-utils': 7.14.5 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 - /@babel/plugin-proposal-object-rest-spread/7.14.7_@babel+core@7.15.5: - resolution: {integrity: sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - dev: false - /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.5: resolution: {integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==} engines: {node: '>=6.9.0'} @@ -794,7 +777,6 @@ packages: '@babel/helper-plugin-utils': 7.14.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - dev: true /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.5: resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} @@ -1185,7 +1167,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.4 + '@babel/helper-module-transforms': 7.15.7 '@babel/helper-plugin-utils': 7.14.5 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: @@ -1198,7 +1180,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.4 + '@babel/helper-module-transforms': 7.15.7 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-simple-access': 7.15.4 babel-plugin-dynamic-import-node: 2.3.3 @@ -1213,9 +1195,9 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-module-transforms': 7.15.4 + '@babel/helper-module-transforms': 7.15.7 '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-identifier': 7.14.9 + '@babel/helper-validator-identifier': 7.15.7 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color @@ -1227,7 +1209,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.4 + '@babel/helper-module-transforms': 7.15.7 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color @@ -1301,7 +1283,7 @@ packages: '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 dev: false /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.5: @@ -1404,90 +1386,6 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 '@babel/helper-plugin-utils': 7.14.5 - /@babel/preset-env/7.15.4_@babel+core@7.15.5: - resolution: {integrity: sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5 - '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.5 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.5 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.5 - '@babel/types': 7.15.4 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 - babel-plugin-polyfill-corejs3: 0.2.4_@babel+core@7.15.5 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 - core-js-compat: 3.17.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - /@babel/preset-env/7.15.6_@babel+core@7.15.5: resolution: {integrity: sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==} engines: {node: '>=6.9.0'} @@ -1570,7 +1468,6 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true /@babel/preset-modules/0.1.4_@babel+core@7.15.5: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} @@ -1603,8 +1500,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 - '@babel/parser': 7.15.5 - '@babel/types': 7.15.4 + '@babel/parser': 7.15.7 + '@babel/types': 7.15.6 /@babel/traverse/7.12.13: resolution: {integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==} @@ -1631,8 +1528,8 @@ packages: '@babel/helper-function-name': 7.15.4 '@babel/helper-hoist-variables': 7.15.4 '@babel/helper-split-export-declaration': 7.15.4 - '@babel/parser': 7.15.5 - '@babel/types': 7.15.4 + '@babel/parser': 7.15.7 + '@babel/types': 7.15.6 debug: 4.3.2 globals: 11.12.0 transitivePeerDependencies: @@ -1641,7 +1538,7 @@ packages: /@babel/types/7.12.13: resolution: {integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==} dependencies: - '@babel/helper-validator-identifier': 7.14.9 + '@babel/helper-validator-identifier': 7.15.7 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: false @@ -1650,22 +1547,15 @@ packages: resolution: {integrity: sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.14.9 + '@babel/helper-validator-identifier': 7.15.7 to-fast-properties: 2.0.0 dev: false - /@babel/types/7.15.4: - resolution: {integrity: sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.14.9 - to-fast-properties: 2.0.0 - /@babel/types/7.15.6: resolution: {integrity: sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.14.9 + '@babel/helper-validator-identifier': 7.15.7 to-fast-properties: 2.0.0 /@bcoe/v8-coverage/0.2.3: @@ -1692,7 +1582,7 @@ packages: resolution: {integrity: sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==} engines: {node: '>=v12'} dependencies: - conventional-changelog-conventionalcommits: 4.6.0 + conventional-changelog-conventionalcommits: 4.6.1 dev: true /@commitlint/ensure/13.1.0: @@ -1816,7 +1706,7 @@ packages: engines: {node: '>=4.0.0'} dev: false - /@endemolshinegroup/cosmiconfig-typescript-loader/1.0.2_8092b403bf3c645ace595a0dbcd9a6fd: + /@endemolshinegroup/cosmiconfig-typescript-loader/1.0.2_4f9b016a9697d58bd127ac5ffca32a8d: resolution: {integrity: sha512-ZHkXKq2XFFmAUdmSZrmqUSIrRM4O9gtkdpxMmV+LQl7kScUnbo6pMnXu6+FTDgZ12aW6SDoZoOJfS56WD+Eu6A==} engines: {node: '>=8.0.0', yarn: '>=1.3.0'} peerDependencies: @@ -1825,7 +1715,7 @@ packages: cosmiconfig: 5.2.1 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 8.10.2_typescript@4.4.2 + ts-node: 8.10.2_typescript@4.4.3 tslib: 1.14.1 transitivePeerDependencies: - typescript @@ -2072,7 +1962,7 @@ packages: '@firebase/util': 1.3.0 '@firebase/webchannel-wrapper': 0.5.1 '@grpc/grpc-js': 1.3.7 - '@grpc/proto-loader': 0.6.4 + '@grpc/proto-loader': 0.6.5 node-fetch: 2.6.1 tslib: 2.3.1 dev: false @@ -2697,11 +2587,11 @@ packages: resolution: {integrity: sha512-CKQVuwuSPh40tgOkR7c0ZisxYRiN05PcKPW72mQL5y++qd7CwBRoaJZvU5xfXnCJDFBmS3qZGQ71Frx6Ofo2XA==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false - /@grpc/proto-loader/0.6.4: - resolution: {integrity: sha512-7xvDvW/vJEcmLUltCUGOgWRPM8Oofv0eCFSVMuKqaqWJaXSzmB+m9hiyqe34QofAl4WAzIKUZZlinIF9FOHyTQ==} + /@grpc/proto-loader/0.6.5: + resolution: {integrity: sha512-GZdzyVQI1Bln/kCzIYgTKu+rQJ5dno0gVrfmLe4jqQu7T2e7svSwJzpCBqVU5hhBSJP3peuPjOMWsj5GR61YmQ==} engines: {node: '>=6'} hasBin: true dependencies: @@ -2736,7 +2626,7 @@ packages: resolution: {integrity: sha512-rnfA0ScyBXyp9xsSD4EAMGeOh1yv/AE7fhqdAdSOr5X8N39azz257umfRtzNT9sHXAKSSzpCVhIbMAkp5c/gjQ==} engines: {node: '>= 10.0'} dependencies: - '@babel/parser': 7.15.5 + '@babel/parser': 7.15.7 dev: false /@intlify/vue-i18n-loader/1.1.0: @@ -2769,7 +2659,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 chalk: 4.1.2 jest-message-util: 27.2.0 jest-util: 27.2.0 @@ -2790,7 +2680,7 @@ packages: '@jest/test-result': 27.2.0 '@jest/transform': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -2828,7 +2718,7 @@ packages: dependencies: '@jest/fake-timers': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 jest-mock: 27.1.1 dev: true @@ -2838,7 +2728,7 @@ packages: dependencies: '@jest/types': 27.1.1 '@sinonjs/fake-timers': 7.1.2 - '@types/node': 16.9.0 + '@types/node': 16.9.2 jest-message-util: 27.2.0 jest-mock: 27.1.1 jest-util: 27.2.0 @@ -2950,7 +2840,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -2979,7 +2869,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.12.0 + fastq: 1.13.0 /@npmcli/fs/1.0.0: resolution: {integrity: sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ==} @@ -3009,7 +2899,7 @@ packages: '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5 '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5 - '@babel/preset-env': 7.15.4_@babel+core@7.15.5 + '@babel/preset-env': 7.15.6_@babel+core@7.15.5 '@babel/runtime': 7.15.4 '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.15.5 core-js: 2.6.12 @@ -3019,13 +2909,13 @@ packages: - supports-color dev: false - /@nuxt/builder/2.15.8_typescript@4.4.2: + /@nuxt/builder/2.15.8_typescript@4.4.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.4.2 + '@nuxt/webpack': 2.15.8_typescript@4.4.3 chalk: 4.1.2 chokidar: 3.5.2 consola: 2.15.3 @@ -3052,7 +2942,7 @@ packages: dependencies: '@nuxt/config': 2.15.8 '@nuxt/utils': 2.15.8 - boxen: 5.0.1 + boxen: 5.1.2 chalk: 4.1.2 compression: 1.7.4 connect: 3.7.0 @@ -3160,7 +3050,7 @@ packages: dotenv: 10.0.0 globby: 11.0.4 hash-sum: 2.0.0 - jiti: 1.11.0 + jiti: 1.12.0 rc9: 1.2.0 scule: 0.2.1 std-env: 2.3.0 @@ -3228,7 +3118,7 @@ packages: git-url-parse: 11.6.0 inquirer: 7.3.3 is-docker: 2.2.1 - jiti: 1.11.0 + jiti: 1.12.0 nanoid: 3.1.25 node-fetch: 2.6.2 parse-git-config: 3.0.0 @@ -3286,12 +3176,12 @@ packages: create-require: 1.1.1 fs-extra: 9.1.0 hash-sum: 2.0.0 - jiti: 1.11.0 + jiti: 1.12.0 lodash: 4.17.21 proper-lockfile: 4.1.2 semver: 7.3.5 serialize-javascript: 5.0.1 - signal-exit: 3.0.3 + signal-exit: 3.0.4 ua-parser-js: 0.7.28 ufo: 0.7.9 dev: false @@ -3327,7 +3217,7 @@ packages: vue-server-renderer: 2.6.14 dev: false - /@nuxt/webpack/2.15.8_typescript@4.4.2: + /@nuxt/webpack/2.15.8_typescript@4.4.3: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: '@babel/core': 7.15.5 @@ -3336,7 +3226,7 @@ packages: '@nuxt/utils': 2.15.8 babel-loader: 8.2.2_99877201e3f6dd5396b321f0a88244ea cache-loader: 4.1.0_webpack@4.46.0 - caniuse-lite: 1.0.30001255 + caniuse-lite: 1.0.30001258 consola: 2.15.3 css-loader: 4.3.0_webpack@4.46.0 cssnano: 4.1.11 @@ -3351,7 +3241,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.4.2 + pnp-webpack-plugin: 1.7.0_typescript@4.4.3 postcss: 7.0.36 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 @@ -3372,7 +3262,7 @@ packages: webpack: 4.46.0 webpack-bundle-analyzer: 4.4.2 webpack-dev-middleware: 4.3.0_webpack@4.46.0 - webpack-hot-middleware: 2.25.0 + webpack-hot-middleware: 2.25.1 webpack-node-externals: 3.0.0 webpackbar: 4.0.0_webpack@4.46.0 transitivePeerDependencies: @@ -3411,12 +3301,12 @@ packages: nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.1.4 + '@vue/composition-api': 1.1.5 defu: 5.0.0 estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 - nuxt: 2.15.8_typescript@4.4.2 + nuxt: 2.15.8_typescript@4.4.3 ufo: 0.7.9 unplugin-vue2-script-setup: 0.5.8 upath: 2.0.1 @@ -3434,21 +3324,21 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/6.0.1_eslint@7.32.0+typescript@4.4.2: + /@nuxtjs/eslint-config-typescript/6.0.1_eslint@7.32.0+typescript@4.4.3: resolution: {integrity: sha512-ZK/C2ZtXrc2FlQwssc3gqc3K9RAtGF+OLGXRDtDxyrlhgPwAC4bc9McBGqUokdbE+pup0OA38PylPOhbWHZkrg==} peerDependencies: eslint: ^7.27.0 dependencies: - '@nuxtjs/eslint-config': 6.0.1_80324fdcea7a89344953345da3522ce6 - '@typescript-eslint/eslint-plugin': 4.31.0_a690ff3776b01e92cf0b93501bb5ae6a - '@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.2 + '@nuxtjs/eslint-config': 6.0.1_c59ad1753f394c982c539a8e2c3d4e25 + '@typescript-eslint/eslint-plugin': 4.31.1_e2d3c88d378335c4183365c112128ce9 + '@typescript-eslint/parser': 4.31.1_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@nuxtjs/eslint-config/6.0.1_80324fdcea7a89344953345da3522ce6: + /@nuxtjs/eslint-config/6.0.1_c59ad1753f394c982c539a8e2c3d4e25: resolution: {integrity: sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ==} peerDependencies: eslint: ^7.27.0 @@ -3456,18 +3346,30 @@ packages: eslint: 7.32.0 eslint-config-standard: 16.0.3_dfa64ed3583b1f068d7b5761cc0291ce eslint-plugin-import: 2.24.2_eslint@7.32.0 - eslint-plugin-jest: 24.4.0_80324fdcea7a89344953345da3522ce6 + eslint-plugin-jest: 24.4.2_c59ad1753f394c982c539a8e2c3d4e25 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.1.0_eslint@7.32.0 eslint-plugin-standard: 4.1.0_eslint@7.32.0 eslint-plugin-unicorn: 28.0.2_eslint@7.32.0 - eslint-plugin-vue: 7.17.0_eslint@7.32.0 + eslint-plugin-vue: 7.18.0_eslint@7.32.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - supports-color - typescript dev: true + /@nuxtjs/eslint-module/3.0.2_eslint@7.32.0: + resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} + peerDependencies: + eslint: '>=7' + dependencies: + consola: 2.15.3 + eslint: 7.32.0 + eslint-webpack-plugin: 2.5.4_eslint@7.32.0 + transitivePeerDependencies: + - webpack + dev: true + /@nuxtjs/google-analytics/2.4.0: resolution: {integrity: sha512-rDQTwHIjyjVrx8GywHPuWykJ3jRFGaHl5Iqji/y8tQWUc0yGEeHxOoR0yimzxnTS1Ph2/PubQYpgnVeEPEdL/A==} dependencies: @@ -3491,7 +3393,7 @@ packages: /@nuxtjs/i18n/7.0.3: resolution: {integrity: sha512-BwRTCECscnntCGQbYmxY7Z5xydEsoSycw4+pFWkUwVOjGiZChLHZ7XtP13MY2L5lVeNxMuylXTmJCo5i8VQaCw==} dependencies: - '@babel/parser': 7.15.5 + '@babel/parser': 7.15.7 '@babel/traverse': 7.15.4 '@intlify/vue-i18n-extensions': 1.0.2 '@intlify/vue-i18n-loader': 1.1.0 @@ -3502,7 +3404,7 @@ packages: klona: 2.0.4 lodash.merge: 4.6.2 ufo: 0.7.9 - vue-i18n: 8.25.0 + vue-i18n: 8.25.1 transitivePeerDependencies: - supports-color dev: false @@ -3854,8 +3756,8 @@ packages: engines: {node: '>=6'} dev: false - /@sindresorhus/is/4.0.1: - resolution: {integrity: sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==} + /@sindresorhus/is/4.2.0: + resolution: {integrity: sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==} engines: {node: '>=10'} dev: true @@ -3935,7 +3837,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/anymatch/3.0.0: @@ -3955,8 +3857,8 @@ packages: /@types/babel__core/7.1.14: resolution: {integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==} dependencies: - '@babel/parser': 7.15.5 - '@babel/types': 7.15.4 + '@babel/parser': 7.15.7 + '@babel/types': 7.15.6 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.14.2 @@ -3965,7 +3867,7 @@ packages: /@types/babel__core/7.1.16: resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} dependencies: - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/types': 7.15.6 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 @@ -3975,27 +3877,27 @@ packages: /@types/babel__generator/7.6.3: resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.15.5 - '@babel/types': 7.15.4 + '@babel/parser': 7.15.7 + '@babel/types': 7.15.6 dev: true /@types/babel__traverse/7.14.2: resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} dependencies: - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 dev: true /@types/body-parser/1.19.0: resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/body-parser/1.19.1: @@ -4016,7 +3918,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 16.9.0 + '@types/node': 16.9.2 '@types/responselike': 1.0.0 dev: true @@ -4051,7 +3953,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/content-disposition/0.5.4: @@ -4068,13 +3970,20 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.13 '@types/keygrip': 1.0.2 - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/cors/2.8.10: resolution: {integrity: sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ==} dev: false + /@types/eslint/7.28.0: + resolution: {integrity: sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==} + dependencies: + '@types/estree': 0.0.50 + '@types/json-schema': 7.0.9 + dev: true + /@types/esprima/4.0.3: resolution: {integrity: sha512-jo14dIWVVtF0iMsKkYek6++4cWJjwpvog+rchLulwgFJGTXqIeTdCOvY0B3yMLTaIwMcKCdJ6mQbSR6wYHy98A==} dependencies: @@ -4094,7 +4003,7 @@ packages: /@types/express-serve-static-core/4.17.24: resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -4115,13 +4024,13 @@ packages: /@types/fs-capacitor/2.0.0: resolution: {integrity: sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: true /@types/html-minifier-terser/5.1.2: @@ -4151,7 +4060,7 @@ packages: /@types/http-proxy/1.17.7: resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/istanbul-lib-coverage/2.0.3: @@ -4173,8 +4082,8 @@ packages: /@types/jest/27.0.1: resolution: {integrity: sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==} dependencies: - jest-diff: 27.1.1 - pretty-format: 27.1.1 + jest-diff: 27.2.0 + pretty-format: 27.2.0 dev: true /@types/json-schema/7.0.9: @@ -4191,7 +4100,7 @@ packages: /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: true /@types/koa-compose/3.2.5: @@ -4210,7 +4119,7 @@ packages: '@types/http-errors': 1.8.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/less/3.0.2: @@ -4245,7 +4154,7 @@ packages: /@types/node-fetch/2.5.12: resolution: {integrity: sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 form-data: 3.0.1 dev: false @@ -4262,12 +4171,12 @@ packages: /@types/node/12.20.12: resolution: {integrity: sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg==} - /@types/node/12.20.24: - resolution: {integrity: sha512-yxDeaQIAJlMav7fH5AQqPH1u8YIuhYJXYBzxaQ4PifsU0GDO38MSdmEDeRlIxrKbC6NbEaaEHDanWb+y30U8SQ==} + /@types/node/12.20.25: + resolution: {integrity: sha512-hcTWqk7DR/HrN9Xe7AlJwuCaL13Vcd9/g/T54YrJz4Q3ESM5mr33YCzW2bOfzSIc3aZMeGBvbLGvgN6mIJ0I5Q==} dev: false - /@types/node/16.9.0: - resolution: {integrity: sha512-nmP+VR4oT0pJUPFbKE4SXj3Yb4Q/kz3M9dSAO1GGMebRKWHQxLfDNmU/yh3xxCJha3N60nQ/JwXWwOE/ZSEVag==} + /@types/node/16.9.2: + resolution: {integrity: sha512-ZHty/hKoOLZvSz6BtP1g7tc7nUeJhoCf3flLjh8ZEv1vFKBWHXcnMbJMyN/pftSljNyy0kNW/UqI3DccnBnZ8w==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4306,7 +4215,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: true /@types/sass-loader/8.0.1: @@ -4326,7 +4235,7 @@ packages: /@types/sax/1.2.3: resolution: {integrity: sha512-+QSw6Tqvs/KQpZX8DvIl3hZSjNFLW/OqE5nlyHXtTwODaJvioN2rOWpBNEWZp2HZUFhOh+VohmJku/WxEXU2XA==} dependencies: - '@types/node': 12.20.24 + '@types/node': 12.20.25 dev: false /@types/serve-static/1.13.9: @@ -4436,10 +4345,10 @@ packages: source-map: 0.6.1 dev: true - /@types/webpack/4.41.30: - resolution: {integrity: sha512-GUHyY+pfuQ6haAfzu4S14F+R5iGRwN6b2FRNJY7U0NilmFAqbsOfK6j1HwuLBAqwRIT+pVdNDJGJ6e8rpp0KHA==} + /@types/webpack/4.41.31: + resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -4450,13 +4359,13 @@ packages: /@types/websocket/1.0.2: resolution: {integrity: sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: false /@types/yargs-parser/20.2.1: @@ -4473,8 +4382,8 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/4.31.0_a690ff3776b01e92cf0b93501bb5ae6a: - resolution: {integrity: sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==} + /@typescript-eslint/eslint-plugin/4.31.1_e2d3c88d378335c4183365c112128ce9: + resolution: {integrity: sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -4484,30 +4393,30 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.31.0_eslint@7.32.0+typescript@4.4.2 - '@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.2 - '@typescript-eslint/scope-manager': 4.31.0 + '@typescript-eslint/experimental-utils': 4.31.1_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/parser': 4.31.1_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.31.1 debug: 4.3.2 eslint: 7.32.0 functional-red-black-tree: 1.0.1 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.2 - typescript: 4.4.2 + tsutils: 3.21.0_typescript@4.4.3 + typescript: 4.4.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.31.0_eslint@7.32.0+typescript@4.4.2: - resolution: {integrity: sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==} + /@typescript-eslint/experimental-utils/4.31.1_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.31.0 - '@typescript-eslint/types': 4.31.0 - '@typescript-eslint/typescript-estree': 4.31.0_typescript@4.4.2 + '@typescript-eslint/scope-manager': 4.31.1 + '@typescript-eslint/types': 4.31.1 + '@typescript-eslint/typescript-estree': 4.31.1_typescript@4.4.3 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4516,8 +4425,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.31.0_eslint@7.32.0+typescript@4.4.2: - resolution: {integrity: sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==} + /@typescript-eslint/parser/4.31.1_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -4526,31 +4435,31 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.31.0 - '@typescript-eslint/types': 4.31.0 - '@typescript-eslint/typescript-estree': 4.31.0_typescript@4.4.2 + '@typescript-eslint/scope-manager': 4.31.1 + '@typescript-eslint/types': 4.31.1 + '@typescript-eslint/typescript-estree': 4.31.1_typescript@4.4.3 debug: 4.3.2 eslint: 7.32.0 - typescript: 4.4.2 + typescript: 4.4.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/4.31.0: - resolution: {integrity: sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==} + /@typescript-eslint/scope-manager/4.31.1: + resolution: {integrity: sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.31.0 - '@typescript-eslint/visitor-keys': 4.31.0 + '@typescript-eslint/types': 4.31.1 + '@typescript-eslint/visitor-keys': 4.31.1 dev: true - /@typescript-eslint/types/4.31.0: - resolution: {integrity: sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==} + /@typescript-eslint/types/4.31.1: + resolution: {integrity: sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.31.0_typescript@4.4.2: - resolution: {integrity: sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==} + /@typescript-eslint/typescript-estree/4.31.1_typescript@4.4.3: + resolution: {integrity: sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -4558,23 +4467,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.31.0 - '@typescript-eslint/visitor-keys': 4.31.0 + '@typescript-eslint/types': 4.31.1 + '@typescript-eslint/visitor-keys': 4.31.1 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.1 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.2 - typescript: 4.4.2 + tsutils: 3.21.0_typescript@4.4.3 + typescript: 4.4.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.31.0: - resolution: {integrity: sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==} + /@typescript-eslint/visitor-keys/4.31.1: + resolution: {integrity: sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.31.0 + '@typescript-eslint/types': 4.31.1 eslint-visitor-keys: 2.1.0 dev: true @@ -4673,12 +4582,12 @@ packages: camelcase: 5.3.1 dev: false - /@vue/compiler-core/3.2.11: - resolution: {integrity: sha512-bcbsLx5XyQg8WDDEGwmpX0BfEfv82wIs9fWFelpyVhNRGMaABvUTalYINyfhVT+jOqNaD4JBhJiVKd/8TmsHWg==} + /@vue/compiler-core/3.2.12: + resolution: {integrity: sha512-IGJ0JmrAaAl5KBBegPAKkoXvsfDFgN/h7K1t/+0MxqpZF1fTDVUOp3tG7q9gWa7fwzGEaIsPhjtT5C3qztdLKg==} dependencies: - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/types': 7.15.6 - '@vue/shared': 3.2.11 + '@vue/shared': 3.2.12 estree-walker: 2.0.2 source-map: 0.6.1 @@ -4697,46 +4606,46 @@ packages: prettier: 1.19.1 dev: false - /@vue/composition-api/1.1.4: - resolution: {integrity: sha512-f618a79X0VepQUoZofaAYzaherBuzfIIYah4gQPcwmXgN3oeuGdhO7DY2s3Rjcw7r9yTEh5sQIowbNWy6INGjg==} + /@vue/composition-api/1.1.5: + resolution: {integrity: sha512-OBi35vuM2ZJHENCbYshvikSHZ2qoIl63TBUpszZkmdlmgWLi7yi0tKmesXfP2TsSuNVaKqvxNhHQ9BsEh5IwAg==} peerDependencies: vue: '>= 2.5 < 3' dependencies: tslib: 2.3.1 dev: false - /@vue/reactivity/3.2.11: - resolution: {integrity: sha512-hEQstxPQbgGZq5qApzrvbDmRdK1KP96O/j4XrwT8fVkT1ytkFs4fH2xNEh9QKwXfybbQkLs77W7OfXCv5o6qbA==} + /@vue/reactivity/3.2.12: + resolution: {integrity: sha512-Lr5CTQjFm5mT/6DGnVNhptmba/Qg1DbD6eNWWmiHLMlpPt4q2ww9A2orEjVw0qNcdTJ04JLPEVAz5jhTZTCfIg==} dependencies: - '@vue/shared': 3.2.11 + '@vue/shared': 3.2.12 dev: true - /@vue/ref-transform/3.2.11: - resolution: {integrity: sha512-7rX0YsfYb7+1PeKPME1tQyUQcQgt0sIXRRnPD1Vw8Zs2KIo90YLy9CrvwalcRCxGw0ScsjBEhVjJtWIT79TElg==} + /@vue/ref-transform/3.2.12: + resolution: {integrity: sha512-lS7TDda61iSf3ljokXVfN0VbOsQdmpST6MZLjxzBydFCECCJaEAr6o+K8VZ7NhUCSrl+gKXHpdXxmcvwdk66aQ==} dependencies: - '@babel/parser': 7.15.6 - '@vue/compiler-core': 3.2.11 - '@vue/shared': 3.2.11 + '@babel/parser': 7.15.7 + '@vue/compiler-core': 3.2.12 + '@vue/shared': 3.2.12 estree-walker: 2.0.2 magic-string: 0.25.7 - /@vue/runtime-core/3.2.11: - resolution: {integrity: sha512-horlxjWwSvModC87WdsWswzzHE5IexmKkQA65S5vFgP5hLUBW+HRyScDeuB/RRcFmqnf+ozacNCfap0kqcpODw==} + /@vue/runtime-core/3.2.12: + resolution: {integrity: sha512-LO+ztgcmsomavYUaSq7BTteh8pmnUmvUnXUFVYdlcg3VCdYRS0ImlclpYsNHqjAk2gU+H09dr2PP0kL961xUfQ==} dependencies: - '@vue/reactivity': 3.2.11 - '@vue/shared': 3.2.11 + '@vue/reactivity': 3.2.12 + '@vue/shared': 3.2.12 dev: true - /@vue/runtime-dom/3.2.11: - resolution: {integrity: sha512-cOK1g0INdiCbds2xrrJKrrN+pDHuLz6esUs/crdEiupDuX7IeiMbdqrAQCkYHp5P1KLWcbGlkmwfVD7HQGii0Q==} + /@vue/runtime-dom/3.2.12: + resolution: {integrity: sha512-+NSDqivgihvoPYbKFDmzFu1tW7SOzwc7r0b7T8vsJtooVPGxwtfAFZ6wyLtteOXXrCpyTR3kpyTCIp31uY7aJg==} dependencies: - '@vue/runtime-core': 3.2.11 - '@vue/shared': 3.2.11 - csstype: 2.6.17 + '@vue/runtime-core': 3.2.12 + '@vue/shared': 3.2.12 + csstype: 2.6.18 dev: true - /@vue/shared/3.2.11: - resolution: {integrity: sha512-ovfXAsSsCvV9JVceWjkqC/7OF5HbgLOtCWjCIosmPGG8lxbPuavhIxRH1dTx4Dg9xLgRTNLvI3pVxG4ItQZekg==} + /@vue/shared/3.2.12: + resolution: {integrity: sha512-5CkaifUCJwcTuru7FDwKFacPJuEoGUTw0LKSa5bw40B23s0TS+MGlYR1285nbV/ju3QUGlA6d6PD+GJkWy7uFg==} /@vue/test-utils/1.2.2: resolution: {integrity: sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==} @@ -4876,12 +4785,12 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@windicss/config/1.4.2_typescript@4.4.2: + /@windicss/config/1.4.2_typescript@4.4.3: resolution: {integrity: sha512-wjvZH1m8Rb60zCxYQDiZmgpSsljirqBNWsKo5G7JbkHGuEgCQdC+27jtPWQoMyBJY2w76Ofa7+7jvMqgoAS+ag==} dependencies: debug: 4.3.2 - jiti: 1.11.0 - tsup: 4.14.0_typescript@4.4.2 + jiti: 1.12.0 + tsup: 4.14.0_typescript@4.4.3 windicss: 3.1.7 transitivePeerDependencies: - supports-color @@ -4889,11 +4798,11 @@ packages: - typescript dev: true - /@windicss/plugin-utils/1.4.2_typescript@4.4.2: + /@windicss/plugin-utils/1.4.2_typescript@4.4.3: resolution: {integrity: sha512-EVMclEc8lSp03ljQIviKGe9SjdJkxkhwL99H8fAVRKVDJXhTAlpRc8nqcnkf8agZ4eTY6BE3kEJaC9hDICLjBg==} dependencies: '@antfu/utils': 0.2.4 - '@windicss/config': 1.4.2_typescript@4.4.2 + '@windicss/config': 1.4.2_typescript@4.4.3 debug: 4.3.2 fast-glob: 3.2.7 magic-string: 0.25.7 @@ -4908,7 +4817,7 @@ packages: /@wry/context/0.4.4: resolution: {integrity: sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 tslib: 1.14.1 dev: false @@ -5071,8 +4980,8 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/8.6.2: - resolution: {integrity: sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==} + /ajv/8.6.3: + resolution: {integrity: sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -5104,8 +5013,8 @@ packages: dependencies: type-fest: 0.21.3 - /ansi-html/0.0.7: - resolution: {integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4=} + /ansi-html-community/0.0.8: + resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} engines: {'0': node >= 0.8.0} hasBin: true dev: false @@ -5124,8 +5033,8 @@ packages: engines: {node: '>=6'} dev: false - /ansi-regex/5.0.0: - resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} + /ansi-regex/5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} /ansi-styles/2.2.1: @@ -5228,15 +5137,15 @@ packages: zen-observable: 0.8.15 dev: false - /apollo-codegen-core/0.40.4_typescript@4.4.2: + /apollo-codegen-core/0.40.4_typescript@4.4.3: resolution: {integrity: sha512-FAgPwfI78QK8/mDQqUZgAe+URrG7RNDh9wdGRG7snQF2PaV9NynhqVoplka/DAywcnTDEqh4q0zz8qul0e1Azg==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.14.8 - '@babel/parser': 7.15.5 + '@babel/parser': 7.15.7 '@babel/types': 7.14.8 apollo-env: 0.10.0 - apollo-language-server: 1.26.4_typescript@4.4.2 + apollo-language-server: 1.26.4_typescript@4.4.3 ast-types: 0.14.2 common-tags: 1.8.0 recast: 0.20.5 @@ -5244,13 +5153,13 @@ packages: - typescript dev: false - /apollo-codegen-flow/0.38.4_typescript@4.4.2: + /apollo-codegen-flow/0.38.4_typescript@4.4.3: resolution: {integrity: sha512-6YWZlW7/Ng10gxFQ+8kF1uFXZM968qMvzJCzhNzJmwVOnn0vjI7fR7XmNwpnka0AMi77GcyT52FPX+Dm8hh81w==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.14.8 '@babel/types': 7.14.8 - apollo-codegen-core: 0.40.4_typescript@4.4.2 + apollo-codegen-core: 0.40.4_typescript@4.4.3 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5258,11 +5167,11 @@ packages: - typescript dev: false - /apollo-codegen-scala/0.39.4_typescript@4.4.2: + /apollo-codegen-scala/0.39.4_typescript@4.4.3: resolution: {integrity: sha512-N/OpdSgaNVRo9cJcLUC6j9Mh2i9iVHfHl+B5Ht4P+cDbsxmMczfkgiOcNUDybvUNbMFdye4eX4VV+1Zmm6oxAA==} engines: {node: '>=8', npm: '>=6'} dependencies: - apollo-codegen-core: 0.40.4_typescript@4.4.2 + apollo-codegen-core: 0.40.4_typescript@4.4.3 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5270,11 +5179,11 @@ packages: - typescript dev: false - /apollo-codegen-swift/0.40.4_typescript@4.4.2: + /apollo-codegen-swift/0.40.4_typescript@4.4.3: resolution: {integrity: sha512-iwdzVBHwp8OeRF8n2ET57C7k79cwfGrJ7xFGdHuyj8K/ea0UCKHmjyeq5Te2G17KeS0ZH3sMQuzXsR9nJUsrKg==} engines: {node: '>=8', npm: '>=6'} dependencies: - apollo-codegen-core: 0.40.4_typescript@4.4.2 + apollo-codegen-core: 0.40.4_typescript@4.4.3 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5282,13 +5191,13 @@ packages: - typescript dev: false - /apollo-codegen-typescript/0.40.4_typescript@4.4.2: + /apollo-codegen-typescript/0.40.4_typescript@4.4.3: resolution: {integrity: sha512-PFKua11i1S2IXSQTxof2dpotw31wjKmoZdiEN0m7rdhjR9mWy+p+xlyOxrT+sj1pJy3kCoRAItYzPP2fTC8lzQ==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.14.8 '@babel/types': 7.14.8 - apollo-codegen-core: 0.40.4_typescript@4.4.2 + apollo-codegen-core: 0.40.4_typescript@4.4.3 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5326,14 +5235,14 @@ packages: sha.js: 2.4.11 dev: false - /apollo-language-server/1.26.4_typescript@4.4.2: + /apollo-language-server/1.26.4_typescript@4.4.3: resolution: {integrity: sha512-WQtJxQcHcTTHB3ckA56vyN3W2Lb+ha3YWsojwyirBWHvT0mLoZeblEISv2y5iADgRE9kR80CXs/WV82VaKbxPQ==} engines: {node: '>=8', npm: '>=6'} dependencies: '@apollo/federation': 0.27.0_graphql@15.5.3 '@apollographql/apollo-tools': 0.5.1 '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.5.3 - '@endemolshinegroup/cosmiconfig-typescript-loader': 1.0.2_8092b403bf3c645ace595a0dbcd9a6fd + '@endemolshinegroup/cosmiconfig-typescript-loader': 1.0.2_4f9b016a9697d58bd127ac5ffca32a8d apollo-datasource: 0.9.0 apollo-env: 0.10.0 apollo-graphql: 0.9.3_graphql@15.5.3 @@ -5595,7 +5504,7 @@ packages: graphql: 14 - 15 subscriptions-transport-ws: ^0.9.0 dependencies: - '@apollo/client': 3.4.10_a527cab2bdb210e0448b693392a77927 + '@apollo/client': 3.4.12_a527cab2bdb210e0448b693392a77927 '@babel/runtime': 7.15.4 extract-files: 9.0.0 graphql: 15.5.3 @@ -5616,7 +5525,7 @@ packages: tslib: 1.14.1 dev: false - /apollo/2.33.6_typescript@4.4.2: + /apollo/2.33.6_typescript@4.4.3: resolution: {integrity: sha512-NSOU8g16Vu3OkThS3BX7Iq/NeuD2guOtYn24/dbuK2QiYmld4ZDtUrnvZbd8XgH9NzzPnF8cMztAGfqESFbq2Q==} engines: {node: '>=8', npm: '>=6'} hasBin: true @@ -5630,14 +5539,14 @@ packages: '@oclif/plugin-not-found': 1.2.4 '@oclif/plugin-plugins': 1.10.1 '@oclif/plugin-warn-if-update-available': 1.7.0 - apollo-codegen-core: 0.40.4_typescript@4.4.2 - apollo-codegen-flow: 0.38.4_typescript@4.4.2 - apollo-codegen-scala: 0.39.4_typescript@4.4.2 - apollo-codegen-swift: 0.40.4_typescript@4.4.2 - apollo-codegen-typescript: 0.40.4_typescript@4.4.2 + apollo-codegen-core: 0.40.4_typescript@4.4.3 + apollo-codegen-flow: 0.38.4_typescript@4.4.3 + apollo-codegen-scala: 0.39.4_typescript@4.4.3 + apollo-codegen-swift: 0.40.4_typescript@4.4.3 + apollo-codegen-typescript: 0.40.4_typescript@4.4.3 apollo-env: 0.10.0 apollo-graphql: 0.9.3_graphql@15.5.3 - apollo-language-server: 1.26.4_typescript@4.4.2 + apollo-language-server: 1.26.4_typescript@4.4.3 chalk: 2.4.2 cli-ux: 5.6.3 env-ci: 5.0.2 @@ -5825,7 +5734,7 @@ packages: hasBin: true dependencies: browserslist: 4.17.0 - caniuse-lite: 1.0.30001255 + caniuse-lite: 1.0.30001258 colorette: 1.4.0 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -6015,7 +5924,7 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.15.5 + '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.5 '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.15.5 '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 @@ -6211,8 +6120,8 @@ packages: widest-line: 3.1.0 dev: false - /boxen/5.0.1: - resolution: {integrity: sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==} + /boxen/5.1.2: + resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} engines: {node: '>=10'} dependencies: ansi-align: 3.0.0 @@ -6320,9 +6229,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001255 + caniuse-lite: 1.0.30001258 colorette: 1.4.0 - electron-to-chromium: 1.3.833 + electron-to-chromium: 1.3.843 escalade: 3.1.1 node-releases: 1.1.75 @@ -6426,7 +6335,7 @@ packages: glob: 7.1.7 infer-owner: 1.0.4 lru-cache: 6.0.0 - minipass: 3.1.3 + minipass: 3.1.5 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -6554,7 +6463,7 @@ packages: engines: {node: '>=8'} dependencies: camelcase: 5.3.1 - map-obj: 4.2.1 + map-obj: 4.3.0 quick-lru: 4.0.1 dev: true @@ -6570,13 +6479,13 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.17.0 - caniuse-lite: 1.0.30001255 + caniuse-lite: 1.0.30001258 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001255: - resolution: {integrity: sha512-F+A3N9jTZL882f/fg/WWVnKSu6IOo3ueLz4zwaOPbPYHNmM/ZaDUyzyJwS1mZhX7Ex5jqTyW599Gdelh5PDYLQ==} + /caniuse-lite/1.0.30001258: + resolution: {integrity: sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6798,8 +6707,8 @@ packages: restore-cursor: 3.1.0 dev: false - /cli-progress/3.9.0: - resolution: {integrity: sha512-g7rLWfhAo/7pF+a/STFH/xPyosaL1zgADhI0OM83hl3c7S43iGvJWEAV2QuDOnQ8i6EMBj/u4+NTd0d5L+4JfA==} + /cli-progress/3.9.1: + resolution: {integrity: sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==} engines: {node: '>=4'} dependencies: colors: 1.4.0 @@ -6862,7 +6771,7 @@ packages: cardinal: 2.1.1 chalk: 4.1.2 clean-stack: 3.0.1 - cli-progress: 3.9.0 + cli-progress: 3.9.1 extract-stack: 2.0.0 fs-extra: 8.1.0 hyperlinker: 1.0.0 @@ -7049,7 +6958,7 @@ packages: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.49.0 + mime-db: 1.50.0 dev: false /compression/1.7.4: @@ -7141,7 +7050,7 @@ packages: /constantinople/4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/types': 7.15.6 dev: true optional: true @@ -7170,8 +7079,8 @@ packages: q: 1.5.1 dev: true - /conventional-changelog-conventionalcommits/4.6.0: - resolution: {integrity: sha512-sj9tj3z5cnHaSJCYObA9nISf7eq/YjscLPoq6nmew4SiOjxqL2KRpK20fjnjVbpNDjJ2HR3MoVcWKXwbVvzS0A==} + /conventional-changelog-conventionalcommits/4.6.1: + resolution: {integrity: sha512-lzWJpPZhbM1R0PIzkwzGBCnAkH5RKJzJfFQZcl/D+2lsJxAwGnDKBqn/F4C1RD31GJNn8NuKWQzAZDAVXPp2Mw==} engines: {node: '>=10'} dependencies: compare-func: 2.0.0 @@ -7463,7 +7372,7 @@ packages: css-what: 5.0.1 domhandler: 4.2.2 domutils: 2.8.0 - nth-check: 2.0.0 + nth-check: 2.0.1 dev: false /css-tree/1.0.0-alpha.37: @@ -7618,8 +7527,8 @@ packages: cssom: 0.3.8 dev: true - /csstype/2.6.17: - resolution: {integrity: sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A==} + /csstype/2.6.18: + resolution: {integrity: sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==} dev: true /cuint/0.2.2: @@ -8027,8 +7936,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /electron-to-chromium/1.3.833: - resolution: {integrity: sha512-h+9aVaUHjyunLqtCjJF2jrJ73tYcJqo2cCGKtVAXH9WmnBsb8hiChRQ0P1uXjdxR6Wcfxibephy41c1YlZA/pA==} + /electron-to-chromium/1.3.843: + resolution: {integrity: sha512-OWEwAbzaVd1Lk9MohVw8LxMXFlnYd9oYTYxfX8KS++kLLjDfbovLOcEEXwRhG612dqGQ6+44SZvim0GXuBRiKg==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8311,8 +8220,8 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jest/24.4.0_80324fdcea7a89344953345da3522ce6: - resolution: {integrity: sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==} + /eslint-plugin-jest/24.4.2_c59ad1753f394c982c539a8e2c3d4e25: + resolution: {integrity: sha512-jNMnqwX75z0RXRMXkxwb/+9ylKJYJLJ8nT8nBT0XFM5qx4IQGxP4edMawa0qGkSbHae0BDPBmi8I2QF0/F04XQ==} engines: {node: '>=10'} peerDependencies: '@typescript-eslint/eslint-plugin': '>= 4' @@ -8321,8 +8230,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.31.0_a690ff3776b01e92cf0b93501bb5ae6a - '@typescript-eslint/experimental-utils': 4.31.0_eslint@7.32.0+typescript@4.4.2 + '@typescript-eslint/eslint-plugin': 4.31.1_e2d3c88d378335c4183365c112128ce9 + '@typescript-eslint/experimental-utils': 4.31.1_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -8347,7 +8256,7 @@ packages: /eslint-plugin-nuxt/2.0.0_eslint@7.32.0: resolution: {integrity: sha512-0VaG4SlKeGwMKSmOug/gNjliKoDNM/XfgiPhJ4v6FnjYrM3zSwTQVMH6vPjI8Gs722NjgwOZTucvmYbHzYEp5A==} dependencies: - eslint-plugin-vue: 7.17.0_eslint@7.32.0 + eslint-plugin-vue: 7.18.0_eslint@7.32.0 semver: 7.3.5 vue-eslint-parser: 7.11.0_eslint@7.32.0 transitivePeerDependencies: @@ -8413,8 +8322,8 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.17.0_eslint@7.32.0: - resolution: {integrity: sha512-Rq5R2QetDCgC+kBFQw1+aJ5B93tQ4xqZvoCUxuIzwTonngNArsdP8ChM8PowIzsJvRtWl4ltGh/bZcN3xhFWSw==} + /eslint-plugin-vue/7.18.0_eslint@7.32.0: + resolution: {integrity: sha512-ceDXlXYMMPMSXw7tdKUR42w9jlzthJGJ3Kvm3YrZ0zuQfvAySNxe8sm6VHuksBW0+060GzYXhHJG6IHVOfF83Q==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0 @@ -8450,7 +8359,7 @@ packages: eslint: '>=7.0.0' dependencies: '@babel/core': 7.15.5 - '@babel/eslint-parser': 7.15.4_@babel+core@7.15.5+eslint@7.32.0 + '@babel/eslint-parser': 7.15.7_@babel+core@7.15.5+eslint@7.32.0 eslint: 7.32.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 @@ -8486,6 +8395,22 @@ packages: engines: {node: '>=10'} dev: true + /eslint-webpack-plugin/2.5.4_eslint@7.32.0: + resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} + engines: {node: '>= 10.13.0'} + peerDependencies: + eslint: ^7.0.0 + webpack: ^4.0.0 || ^5.0.0 + dependencies: + '@types/eslint': 7.28.0 + arrify: 2.0.1 + eslint: 7.32.0 + jest-worker: 26.6.2 + micromatch: 4.0.4 + normalize-path: 3.0.0 + schema-utils: 3.1.1 + dev: true + /eslint/7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} @@ -8635,7 +8560,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.3 + signal-exit: 3.0.4 strip-final-newline: 2.0.0 /execa/5.1.1: @@ -8649,7 +8574,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.3 + signal-exit: 3.0.4 strip-final-newline: 2.0.0 /execall/2.0.0: @@ -8829,8 +8754,8 @@ packages: resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} dev: true - /fastq/1.12.0: - resolution: {integrity: sha512-VNX0QkHK3RsXVKr9KrlUv/FoTa0NdbYoHHl7uXHv2rzyHSlxjdNAKug2twd9luJxpcyNeAgf5iPPMutJO67Dfg==} + /fastq/1.13.0: + resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: reusify: 1.0.4 @@ -9069,16 +8994,6 @@ packages: readable-stream: 2.3.7 dev: false - /follow-redirects/1.14.3: - resolution: {integrity: sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dev: false - /follow-redirects/1.14.4: resolution: {integrity: sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==} engines: {node: '>=4.0'} @@ -9215,7 +9130,7 @@ packages: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.3 + minipass: 3.1.5 dev: false /fs-monkey/1.0.3: @@ -9249,6 +9164,7 @@ packages: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] + requiresBuild: true optional: true /function-bind/1.1.1: @@ -9545,7 +9461,7 @@ packages: resolution: {integrity: sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==} engines: {node: '>=10.19.0'} dependencies: - '@sindresorhus/is': 4.0.1 + '@sindresorhus/is': 4.2.0 '@szmarczak/http-timer': 4.0.6 '@types/cacheable-request': 6.0.2 '@types/responselike': 1.0.0 @@ -9944,8 +9860,8 @@ packages: whatwg-encoding: 1.0.5 dev: true - /html-entities/1.4.0: - resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} + /html-entities/2.3.2: + resolution: {integrity: sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==} dev: false /html-escaper/2.0.2: @@ -9998,7 +9914,7 @@ packages: dependencies: '@types/html-minifier-terser': 5.1.2 '@types/tapable': 1.0.8 - '@types/webpack': 4.41.30 + '@types/webpack': 4.41.31 html-minifier-terser: 5.1.1 loader-utils: 1.4.0 lodash: 4.17.21 @@ -10119,7 +10035,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.14.3 + follow-redirects: 1.14.4 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -10876,7 +10792,7 @@ packages: '@jest/environment': 27.2.0 '@jest/test-result': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -10890,7 +10806,7 @@ packages: jest-util: 27.2.0 pretty-format: 27.2.0 slash: 3.0.0 - stack-utils: 2.0.3 + stack-utils: 2.0.5 throat: 6.0.1 transitivePeerDependencies: - supports-color @@ -10963,16 +10879,6 @@ packages: - utf-8-validate dev: true - /jest-diff/27.1.1: - resolution: {integrity: sha512-m/6n5158rqEriTazqHtBpOa2B/gGgXJijX6nsEgZfbJ/3pxQcdpVXBe+FP39b1dxWHyLVVmuVXddmAwtqFO4Lg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 27.0.6 - jest-get-type: 27.0.6 - pretty-format: 27.1.1 - dev: true - /jest-diff/27.2.0: resolution: {integrity: sha512-QSO9WC6btFYWtRJ3Hac0sRrkspf7B01mGrrQEiCW6TobtViJ9RWL0EmOs/WnBsZDsI/Y2IoSHZA2x6offu0sYw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -11008,7 +10914,7 @@ packages: '@jest/environment': 27.2.0 '@jest/fake-timers': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 jest-mock: 27.1.1 jest-util: 27.2.0 jsdom: 16.7.0 @@ -11026,7 +10932,7 @@ packages: '@jest/environment': 27.2.0 '@jest/fake-timers': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 jest-mock: 27.1.1 jest-util: 27.2.0 dev: true @@ -11042,7 +10948,7 @@ packages: dependencies: '@jest/types': 27.1.1 '@types/graceful-fs': 4.1.5 - '@types/node': 16.9.0 + '@types/node': 16.9.2 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 @@ -11065,7 +10971,7 @@ packages: '@jest/source-map': 27.0.6 '@jest/test-result': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 chalk: 4.1.2 co: 4.6.0 expect: 27.2.0 @@ -11112,7 +11018,7 @@ packages: micromatch: 4.0.4 pretty-format: 27.2.0 slash: 3.0.0 - stack-utils: 2.0.3 + stack-utils: 2.0.5 dev: true /jest-mock/27.1.1: @@ -11120,7 +11026,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.2.0: @@ -11176,7 +11082,7 @@ packages: '@jest/test-result': 27.2.0 '@jest/transform': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 @@ -11245,7 +11151,7 @@ packages: resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 graceful-fs: 4.2.8 dev: true @@ -11255,7 +11161,7 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 @@ -11281,24 +11187,12 @@ packages: - supports-color dev: true - /jest-util/27.1.1: - resolution: {integrity: sha512-zf9nEbrASWn2mC/L91nNb0K+GkhFvi4MP6XJG2HqnHzHvLYcs7ou/In68xYU1i1dSkJlrWcYfWXQE8nVR+nbOA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.1.1 - '@types/node': 16.9.0 - chalk: 4.1.2 - graceful-fs: 4.2.8 - is-ci: 3.0.0 - picomatch: 2.3.0 - dev: true - /jest-util/27.2.0: resolution: {integrity: sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 chalk: 4.1.2 graceful-fs: 4.2.8 is-ci: 3.0.0 @@ -11323,7 +11217,7 @@ packages: dependencies: '@jest/test-result': 27.2.0 '@jest/types': 27.1.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.2.0 @@ -11334,25 +11228,15 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 merge-stream: 2.0.0 supports-color: 7.2.0 - dev: false - - /jest-worker/27.1.1: - resolution: {integrity: sha512-XJKCL7tu+362IUYTWvw8+3S75U7qMiYiRU6u5yqscB48bTvzwN6i8L/7wVTXiFLwkRsxARNM7TISnTvcgv9hxA==} - engines: {node: '>= 10.13.0'} - dependencies: - '@types/node': 16.9.0 - merge-stream: 2.0.0 - supports-color: 8.1.1 - dev: true /jest-worker/27.2.0: resolution: {integrity: sha512-laB0ZVIBz+voh/QQy9dmUuuDsadixeerrKqyVpgPz+CCWiOYjOBabUXHIXZhsdvkWbLqSHbgkAHWl5cg24Q6RA==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.9.0 + '@types/node': 16.9.2 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -11382,8 +11266,8 @@ packages: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} dev: true - /jiti/1.11.0: - resolution: {integrity: sha512-/2c7e61hxxTIN34UeHBB0LCJ5Tq64kgJDV7GR+++e8XRxCKRIKmB8tH6ww1W+Z6Kgd6By+C3RSCu1lXjbPT68A==} + /jiti/1.12.0: + resolution: {integrity: sha512-0yGfdPjYZ+RkYR9HRo9cbeS7UiOleg+1Wg0QNk0vOjeSaXNw0dKp7fz+JeqEpHjmFuTN48eh7bY0FsizSYOLDQ==} hasBin: true /joycon/3.0.1: @@ -12045,8 +11929,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /map-obj/4.2.1: - resolution: {integrity: sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==} + /map-obj/4.3.0: + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} engines: {node: '>=8'} dev: true @@ -12288,6 +12172,11 @@ packages: resolution: {integrity: sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==} engines: {node: '>= 0.6'} + /mime-db/1.50.0: + resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==} + engines: {node: '>= 0.6'} + dev: false + /mime-types/2.1.32: resolution: {integrity: sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==} engines: {node: '>= 0.6'} @@ -12362,25 +12251,25 @@ packages: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.3 + minipass: 3.1.5 dev: false /minipass-flush/1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.3 + minipass: 3.1.5 dev: false /minipass-pipeline/1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: - minipass: 3.1.3 + minipass: 3.1.5 dev: false - /minipass/3.1.3: - resolution: {integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==} + /minipass/3.1.5: + resolution: {integrity: sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 @@ -12390,7 +12279,7 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.3 + minipass: 3.1.5 yallist: 4.0.0 dev: false @@ -12448,8 +12337,8 @@ packages: run-queue: 1.0.3 dev: false - /mri/1.1.6: - resolution: {integrity: sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==} + /mri/1.2.0: + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} dev: true @@ -12758,8 +12647,8 @@ packages: dependencies: boolbase: 1.0.0 - /nth-check/2.0.0: - resolution: {integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==} + /nth-check/2.0.1: + resolution: {integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==} dependencies: boolbase: 1.0.0 dev: false @@ -12776,7 +12665,7 @@ packages: engines: {node: '>=0.10.0'} dev: false - /nuxt-windicss/1.2.4_typescript@4.4.2: + /nuxt-windicss/1.2.4_typescript@4.4.3: resolution: {integrity: sha512-UsmZqFrU0pX7+nMhNPiZ1XaDKjgPgIRIFY2H8E7FBysYZ7abQ6bHknHF2CpeaxPh0PT3fWhKgSGT8HxNH4wKcQ==} dependencies: '@nuxt/kit': 0.6.4 @@ -12784,8 +12673,8 @@ packages: read-cache: 1.0.0 semver: 7.3.5 upath: 2.0.1 - vite-plugin-windicss: 1.4.2_typescript@4.4.2 - windicss-webpack-plugin: 1.4.7_typescript@4.4.2 + vite-plugin-windicss: 1.4.2_typescript@4.4.3 + windicss-webpack-plugin: 1.4.7_typescript@4.4.3 transitivePeerDependencies: - supports-color - ts-node @@ -12793,13 +12682,13 @@ packages: - vite dev: true - /nuxt/2.15.8_typescript@4.4.2: + /nuxt/2.15.8_typescript@4.4.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.4.2 + '@nuxt/builder': 2.15.8_typescript@4.4.3 '@nuxt/cli': 2.15.8 '@nuxt/components': 2.2.1 '@nuxt/config': 2.15.8 @@ -12812,7 +12701,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.4.2 + '@nuxt/webpack': 2.15.8_typescript@4.4.3 transitivePeerDependencies: - bufferutil - consola @@ -12846,8 +12735,8 @@ packages: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} - /object-path/0.11.7: - resolution: {integrity: sha512-T4evaK9VfGGQskXBDILcn6F90ZD+WO3OwRFFQ2rmZdUH4vQeDBpiolTpVlPY2yj5xSepyILTjDyM6UvbbdHMZw==} + /object-path/0.11.8: + resolution: {integrity: sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==} engines: {node: '>= 10.12.0'} dev: false @@ -13352,11 +13241,11 @@ packages: engines: {node: '>=4'} dev: true - /pnp-webpack-plugin/1.7.0_typescript@4.4.2: + /pnp-webpack-plugin/1.7.0_typescript@4.4.3: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.4.2 + ts-pnp: 1.2.0_typescript@4.4.3 transitivePeerDependencies: - typescript dev: false @@ -13879,7 +13768,7 @@ packages: dependencies: autoprefixer: 9.8.6 browserslist: 4.17.0 - caniuse-lite: 1.0.30001255 + caniuse-lite: 1.0.30001258 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -14160,6 +14049,7 @@ packages: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} hasBin: true + requiresBuild: true dev: false optional: true @@ -14181,22 +14071,12 @@ packages: renderkid: 2.0.7 dev: false - /pretty-format/27.1.1: - resolution: {integrity: sha512-zdBi/xlstKJL42UH7goQti5Hip/B415w1Mfj+WWWYMBylAYtKESnXGUtVVcMVid9ReVjypCotUV6CEevYPHv2g==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: - '@jest/types': 27.1.1 - ansi-regex: 5.0.0 - ansi-styles: 5.2.0 - react-is: 17.0.2 - dev: true - /pretty-format/27.2.0: resolution: {integrity: sha512-KyJdmgBkMscLqo8A7K77omgLx5PWPiXJswtTtFV7XgVZv2+qPk6UivpXXO+5k6ZEbWIbLoKdx1pZ6ldINzbwTA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - ansi-regex: 5.0.0 + ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 17.0.2 dev: true @@ -14212,7 +14092,7 @@ packages: execa: 4.1.0 find-up: 4.1.0 ignore: 5.1.8 - mri: 1.1.6 + mri: 1.2.0 multimatch: 4.0.0 prettier: 2.4.1 dev: true @@ -14278,7 +14158,7 @@ packages: dependencies: graceful-fs: 4.2.8 retry: 0.12.0 - signal-exit: 3.0.3 + signal-exit: 3.0.4 dev: false /proto-list/1.2.4: @@ -14301,7 +14181,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.9.0 + '@types/node': 16.9.2 long: 4.0.0 dev: false @@ -14433,6 +14313,7 @@ packages: /pug/3.0.2: resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} + requiresBuild: true dependencies: pug-code-gen: 3.0.2 pug-filters: 4.0.0 @@ -14717,8 +14598,8 @@ packages: esprima: 4.0.1 dev: false - /regenerate-unicode-properties/8.2.0: - resolution: {integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==} + /regenerate-unicode-properties/9.0.0: + resolution: {integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -14755,16 +14636,16 @@ packages: engines: {node: '>=8'} dev: true - /regexpu-core/4.7.1: - resolution: {integrity: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==} + /regexpu-core/4.8.0: + resolution: {integrity: sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 - regenerate-unicode-properties: 8.2.0 + regenerate-unicode-properties: 9.0.0 regjsgen: 0.5.2 - regjsparser: 0.6.9 - unicode-match-property-ecmascript: 1.0.4 - unicode-match-property-value-ecmascript: 1.2.0 + regjsparser: 0.7.0 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.0.0 /registry-auth-token/4.2.1: resolution: {integrity: sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==} @@ -14783,8 +14664,8 @@ packages: /regjsgen/0.5.2: resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==} - /regjsparser/0.6.9: - resolution: {integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==} + /regjsparser/0.7.0: + resolution: {integrity: sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==} hasBin: true dependencies: jsesc: 0.5.0 @@ -14802,10 +14683,10 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/parser': 7.15.5 + '@babel/parser': 7.15.7 '@babel/runtime': 7.15.4 '@babel/traverse': 7.15.4 - '@babel/types': 7.15.4 + '@babel/types': 7.15.6 babel-preset-fbjs: 3.4.0_@babel+core@7.15.5 chalk: 4.1.2 fb-watchman: 2.0.1 @@ -14959,7 +14840,7 @@ packages: engines: {node: '>=4'} dependencies: onetime: 2.0.1 - signal-exit: 3.0.3 + signal-exit: 3.0.4 dev: false /restore-cursor/3.1.0: @@ -14967,7 +14848,7 @@ packages: engines: {node: '>=8'} dependencies: onetime: 5.1.2 - signal-exit: 3.0.3 + signal-exit: 3.0.4 dev: false /ret/0.1.15: @@ -15410,8 +15291,8 @@ packages: resolution: {integrity: sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=} dev: true - /signal-exit/3.0.3: - resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} + /signal-exit/3.0.4: + resolution: {integrity: sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==} /signedsource/1.0.0: resolution: {integrity: sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=} @@ -15441,7 +15322,7 @@ packages: engines: {node: '>=8.9.0', npm: '>=5.6.0'} hasBin: true dependencies: - '@types/node': 12.20.24 + '@types/node': 12.20.25 '@types/sax': 1.2.3 arg: 4.1.3 sax: 1.2.4 @@ -15673,7 +15554,7 @@ packages: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: - minipass: 3.1.3 + minipass: 3.1.5 dev: false /stable/0.1.8: @@ -15683,8 +15564,8 @@ packages: resolution: {integrity: sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=} dev: false - /stack-utils/2.0.3: - resolution: {integrity: sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==} + /stack-utils/2.0.5: + resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==} engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 @@ -15854,7 +15735,7 @@ packages: resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} engines: {node: '>=8'} dependencies: - ansi-regex: 5.0.0 + ansi-regex: 5.0.1 /strip-bom/3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} @@ -15947,7 +15828,7 @@ packages: '@types/stylelint': 13.13.2 arrify: 2.0.1 globby: 11.0.4 - jest-worker: 27.1.1 + jest-worker: 27.2.0 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 @@ -16192,7 +16073,7 @@ packages: resolution: {integrity: sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.6.2 + ajv: 8.6.3 lodash.clonedeep: 4.5.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 @@ -16214,7 +16095,7 @@ packages: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 3.1.3 + minipass: 3.1.5 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -16277,7 +16158,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.7.2 + terser: 5.8.0 webpack: 4.46.0 webpack-sources: 1.4.3 dev: false @@ -16291,8 +16172,8 @@ packages: source-map: 0.6.1 source-map-support: 0.5.20 - /terser/5.7.2: - resolution: {integrity: sha512-0Omye+RD4X7X69O0eql3lC4Heh/5iLj3ggxR/B5ketZLOtLiOqukUgjw3q4PDnNQbsrkKr3UMypqStQG3XKRvw==} + /terser/5.8.0: + resolution: {integrity: sha512-f0JH+6yMpneYcRJN314lZrSwu9eKkUFEHLN/kNy8ceh8gaRiLgFPJqrB9HsXjhEGdv4e/ekjTOFxIlL6xlma8A==} engines: {node: '>=10'} hasBin: true dependencies: @@ -16535,14 +16416,14 @@ packages: tslib: 1.14.1 dev: false - /ts-invariant/0.9.1: - resolution: {integrity: sha512-hSeYibh29ULlHkuEfukcoiyTct+s2RzczMLTv4x3NWC/YrBy7x7ps5eYq/b4Y3Sb9/uAlf54+/5CAEMVxPhuQw==} + /ts-invariant/0.9.3: + resolution: {integrity: sha512-HinBlTbFslQI0OHP07JLsSXPibSegec6r9ai5xxq/qHYCsIQbzpymLpDhAUsnXcSrDEcd0L62L8vsOEdzM0qlA==} engines: {node: '>=8'} dependencies: tslib: 2.3.1 dev: false - /ts-jest/27.0.5_d8d24b31487ff5fe65eff8ca189e439d: + /ts-jest/27.0.5_1a40f4e4b43f874ee5ff27a7fd1a8d17: resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -16565,12 +16446,12 @@ packages: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.2.0 - jest-util: 27.1.1 + jest-util: 27.2.0 json5: 2.2.0 lodash: 4.17.21 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.4.2 + typescript: 4.4.3 yargs-parser: 20.2.9 dev: true @@ -16589,7 +16470,7 @@ packages: typescript: 4.2.4 dev: true - /ts-node/8.10.2_typescript@4.4.2: + /ts-node/8.10.2_typescript@4.4.3: resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} engines: {node: '>=6.0.0'} hasBin: true @@ -16600,11 +16481,11 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.20 - typescript: 4.4.2 + typescript: 4.4.3 yn: 3.1.1 dev: false - /ts-pnp/1.2.0_typescript@4.4.2: + /ts-pnp/1.2.0_typescript@4.4.3: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -16613,7 +16494,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.4.2 + typescript: 4.4.3 dev: false /tsconfig-paths/3.11.0: @@ -16653,7 +16534,7 @@ packages: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} dev: false - /tsup/4.14.0_typescript@4.4.2: + /tsup/4.14.0_typescript@4.4.3: resolution: {integrity: sha512-77rWdzhikTP9mQ34XMRzK83tw++LF6f4ox/HNERlgesB7g6g5VQ1iJlueG9O0P9HAZGVKavUwyoZv0+322p6rg==} hasBin: true peerDependencies: @@ -16675,20 +16556,20 @@ packages: rollup: 2.56.3 sucrase: 3.20.1 tree-kill: 1.2.2 - typescript: 4.4.2 + typescript: 4.4.3 transitivePeerDependencies: - supports-color - ts-node dev: true - /tsutils/3.21.0_typescript@4.4.2: + /tsutils/3.21.0_typescript@4.4.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.4.2 + typescript: 4.4.3 dev: true /tty-browserify/0.0.0: @@ -16779,8 +16660,8 @@ packages: hasBin: true dev: true - /typescript/4.4.2: - resolution: {integrity: sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==} + /typescript/4.4.3: + resolution: {integrity: sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -16820,23 +16701,23 @@ packages: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} dev: false - /unicode-canonical-property-names-ecmascript/1.0.4: - resolution: {integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==} + /unicode-canonical-property-names-ecmascript/2.0.0: + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} - /unicode-match-property-ecmascript/1.0.4: - resolution: {integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==} + /unicode-match-property-ecmascript/2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'} dependencies: - unicode-canonical-property-names-ecmascript: 1.0.4 - unicode-property-aliases-ecmascript: 1.1.0 + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.0.0 - /unicode-match-property-value-ecmascript/1.2.0: - resolution: {integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==} + /unicode-match-property-value-ecmascript/2.0.0: + resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==} engines: {node: '>=4'} - /unicode-property-aliases-ecmascript/1.1.0: - resolution: {integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==} + /unicode-property-aliases-ecmascript/2.0.0: + resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==} engines: {node: '>=4'} /unidecode/0.1.8: @@ -16932,11 +16813,11 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@vue/ref-transform': 3.2.11 - '@vue/shared': 3.2.11 + '@vue/ref-transform': 3.2.12 + '@vue/shared': 3.2.12 defu: 5.0.0 htmlparser2: 6.1.0 magic-string: 0.25.7 @@ -16953,11 +16834,11 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/generator': 7.15.4 - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@vue/ref-transform': 3.2.11 - '@vue/shared': 3.2.11 + '@vue/ref-transform': 3.2.12 + '@vue/shared': 3.2.12 defu: 5.0.0 htmlparser2: 7.1.2 magic-string: 0.25.7 @@ -17232,12 +17113,12 @@ packages: vfile-message: 2.0.4 dev: true - /vite-plugin-windicss/1.4.2_typescript@4.4.2: + /vite-plugin-windicss/1.4.2_typescript@4.4.3: resolution: {integrity: sha512-lyjyZ7q/5CiRppKH5RrSuchE7vz4N6LWT5cJOeTsh2bCFAEuBURmIJGOtLGL7uYfmXjNRZjQIS98BV0aQ7kFDw==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.4.2_typescript@4.4.2 + '@windicss/plugin-utils': 1.4.2_typescript@4.4.3 chalk: 4.1.2 debug: 4.3.2 windicss: 3.1.7 @@ -17304,7 +17185,7 @@ packages: throttle-debounce: 2.3.0 dev: false - /vue-cli-plugin-apollo/0.22.2_typescript@4.4.2: + /vue-cli-plugin-apollo/0.22.2_typescript@4.4.3: resolution: {integrity: sha512-HatlgKTChTnaSFTU2rdYDlL6Ui8t8Lzl9aqWiEd4vpbylZA/OlMFSbuNH33UoIgyJl783yo1WFod7FqNTj2zsg==} peerDependencies: '@vue/cli-shared-utils': ^3.0.0 || ^4.0.0-0 @@ -17313,7 +17194,7 @@ packages: typescript: optional: true dependencies: - apollo: 2.33.6_typescript@4.4.2 + apollo: 2.33.6_typescript@4.4.3 apollo-cache-inmemory: 1.6.6_graphql@15.5.3 apollo-client: 2.6.10_graphql@15.5.3 apollo-link: 1.2.14_graphql@15.5.3 @@ -17339,8 +17220,8 @@ packages: node-fetch: 2.6.2 nodemon: 2.0.12 subscriptions-transport-ws: 0.9.19_graphql@15.5.3 - ts-node: 8.10.2_typescript@4.4.2 - typescript: 4.4.2 + ts-node: 8.10.2_typescript@4.4.3 + typescript: 4.4.3 transitivePeerDependencies: - '@types/node' - bufferutil @@ -17386,8 +17267,8 @@ packages: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: false - /vue-i18n/8.25.0: - resolution: {integrity: sha512-ynhcL+PmTxuuSE1T10htiSXzjBozxYIE3ffbM1RfgAkVbr/v1SP+9Mi/7/uv8ZVV1yGuKjFAYp9BXq+X7op6MQ==} + /vue-i18n/8.25.1: + resolution: {integrity: sha512-UgvN6LxcANSG2O/i8draincxY3E/2bppMNN0szVinN7tuzSJdNFQdB9VDVaQcR1i8BprK9ISUAgZVZacsl+Zbw==} dev: false /vue-jest/3.0.7_babel-core@7.0.0-bridge.0: @@ -17544,6 +17425,7 @@ packages: /watchpack-chokidar2/2.0.1: resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==} + requiresBuild: true dependencies: chokidar: 2.1.8 dev: false @@ -17603,13 +17485,13 @@ packages: webpack: 4.46.0 dev: false - /webpack-hot-middleware/2.25.0: - resolution: {integrity: sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA==} + /webpack-hot-middleware/2.25.1: + resolution: {integrity: sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==} dependencies: - ansi-html: 0.0.7 - html-entities: 1.4.0 + ansi-html-community: 0.0.8 + html-entities: 2.3.2 querystring: 0.2.1 - strip-ansi: 3.0.1 + strip-ansi: 6.0.0 dev: false /webpack-node-externals/3.0.0: @@ -17752,10 +17634,10 @@ packages: string-width: 4.2.2 dev: false - /windicss-webpack-plugin/1.4.7_typescript@4.4.2: + /windicss-webpack-plugin/1.4.7_typescript@4.4.3: resolution: {integrity: sha512-1tDA6jdAlpw36QYo1mt4XV+35H8ntNlUsAvCYMnCUFWNWwOaFguuPUUW4mQvYNf+Sxk2O/hdUfc0LW/c8UOt5Q==} dependencies: - '@windicss/plugin-utils': 1.4.2_typescript@4.4.2 + '@windicss/plugin-utils': 1.4.2_typescript@4.4.3 debug: 4.3.2 loader-utils: 2.0.0 lodash: 4.17.21 @@ -17779,7 +17661,7 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.15.6 + '@babel/parser': 7.15.7 '@babel/types': 7.15.6 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 @@ -17853,7 +17735,7 @@ packages: dependencies: graceful-fs: 4.2.8 imurmurhash: 0.1.4 - signal-exit: 3.0.3 + signal-exit: 3.0.4 dev: false /write-file-atomic/3.0.3: @@ -17861,7 +17743,7 @@ packages: dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 - signal-exit: 3.0.3 + signal-exit: 3.0.4 typedarray-to-buffer: 3.1.5 /write-json-file/2.3.0: