From ab23fc4e0fc5d215aa369658293fa817975a67a8 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Mon, 14 Mar 2022 11:38:24 +0530 Subject: [PATCH] chore(deps): bump --- packages/codemirror-lang-graphql/package.json | 4 +- packages/hoppscotch-app/package.json | 24 +- packages/hoppscotch-data/package.json | 2 +- packages/hoppscotch-js-sandbox/package.json | 4 +- pnpm-lock.yaml | 1032 +++++++---------- 5 files changed, 436 insertions(+), 630 deletions(-) diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index 3d2055657..91e022592 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -23,8 +23,8 @@ }, "devDependencies": { "@lezer/generator": "^0.15.4", - "mocha": "^9.2.1", - "rollup": "^2.70.0", + "mocha": "^9.2.2", + "rollup": "^2.70.1", "rollup-plugin-dts": "^4.2.0", "rollup-plugin-ts": "^2.0.5", "typescript": "^4.6.2" diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 41b8aa2f7..c80833c66 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@codemirror/autocomplete": "^0.19.13", + "@codemirror/autocomplete": "^0.19.14", "@codemirror/closebrackets": "^0.19.1", "@codemirror/commands": "^0.19.8", "@codemirror/comment": "^0.19.1", @@ -72,7 +72,7 @@ "@urql/exchange-graphcache": "^4.3.6", "acorn": "^8.7.0", "acorn-walk": "^8.2.0", - "axios": "^0.26.0", + "axios": "^0.26.1", "core-js": "^3.21.1", "esprima": "^4.0.1", "firebase": "^9.6.8", @@ -83,7 +83,7 @@ "graphql-language-service-parser": "^1.10.4", "graphql-tag": "^2.12.6", "httpsnippet": "^2.0.0", - "insomnia-importers": "^2.5.1", + "insomnia-importers": "^2.5.2", "io-ts": "^2.2.16", "js-yaml": "^4.1.0", "json-loader": "^0.5.7", @@ -118,24 +118,24 @@ "@babel/preset-env": "^7.16.11", "@graphql-codegen/add": "^3.1.1", "@graphql-codegen/cli": "2.6.2", - "@graphql-codegen/typed-document-node": "^2.2.5", - "@graphql-codegen/typescript": "2.4.5", - "@graphql-codegen/typescript-operations": "^2.3.2", - "@graphql-codegen/typescript-urql-graphcache": "^2.2.6", + "@graphql-codegen/typed-document-node": "^2.2.7", + "@graphql-codegen/typescript": "2.4.7", + "@graphql-codegen/typescript-operations": "^2.3.4", + "@graphql-codegen/typescript-urql-graphcache": "^2.2.8", "@graphql-codegen/urql-introspection": "^2.1.1", "@graphql-typed-document-node/core": "^3.1.1", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/color-mode": "^2.1.1", "@nuxtjs/dotenv": "^1.4.1", - "@nuxtjs/eslint-config-typescript": "^8.0.0", + "@nuxtjs/eslint-config-typescript": "^9.0.0", "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/pwa": "^3.3.5", "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/svg": "^0.4.0", - "@relmify/jest-fp-ts": "^1.1.1", + "@relmify/jest-fp-ts": "^2.0.0", "@sentry/browser": "^6.18.2", "@testing-library/jest-dom": "^5.16.2", "@types/codemirror": "^5.60.5", @@ -151,13 +151,13 @@ "@vue/composition-api": "^1.4.9", "@vue/runtime-dom": "^3.2.31", "@vue/test-utils": "^1.3.0", - "@vueuse/core": "^7.7.1", + "@vueuse/core": "^8.0.1", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.3", - "eslint": "^8.10.0", + "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-nuxt": "^3.1.0", + "eslint-plugin-nuxt": "^3.2.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.5.0", "jest": "^27.5.1", diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index 1715fc80e..04ee774cb 100644 --- a/packages/hoppscotch-data/package.json +++ b/packages/hoppscotch-data/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/hoppscotch/hoppscotch#readme", "devDependencies": { "@types/lodash": "^4.14.179", - "tsup": "^5.12.0" + "tsup": "^5.12.1" }, "dependencies": { "fp-ts": "^2.11.8", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 72d6a1914..69d2bd45d 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -40,13 +40,13 @@ }, "devDependencies": { "@digitak/esrun": "^3.1.2", - "@relmify/jest-fp-ts": "^1.1.1", + "@relmify/jest-fp-ts": "^2.0.0", "@types/jest": "^27.4.1", "@types/lodash": "^4.14.179", "@types/node": "^17.0.21", "@typescript-eslint/eslint-plugin": "^5.14.0", "@typescript-eslint/parser": "^5.14.0", - "eslint": "^8.10.0", + "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a7a80472..1c32f3d78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ importers: '@codemirror/language': ^0.19.8 '@lezer/generator': ^0.15.4 '@lezer/lr': ^0.15.8 - mocha: ^9.2.1 - rollup: ^2.70.0 + mocha: ^9.2.2 + rollup: ^2.70.1 rollup-plugin-dts: ^4.2.0 rollup-plugin-ts: ^2.0.5 typescript: ^4.6.2 @@ -34,10 +34,10 @@ importers: '@lezer/lr': 0.15.8 devDependencies: '@lezer/generator': 0.15.4 - mocha: 9.2.1 - rollup: 2.70.0 - rollup-plugin-dts: 4.2.0_rollup@2.70.0+typescript@4.6.2 - rollup-plugin-ts: 2.0.5_rollup@2.70.0+typescript@4.6.2 + mocha: 9.2.2 + rollup: 2.70.1 + rollup-plugin-dts: 4.2.0_rollup@2.70.1+typescript@4.6.2 + rollup-plugin-ts: 2.0.5_rollup@2.70.1+typescript@4.6.2 typescript: 4.6.2 packages/hoppscotch-app: @@ -45,7 +45,7 @@ importers: '@apidevtools/swagger-parser': ^10.0.3 '@babel/core': ^7.17.5 '@babel/preset-env': ^7.16.11 - '@codemirror/autocomplete': ^0.19.13 + '@codemirror/autocomplete': ^0.19.14 '@codemirror/closebrackets': ^0.19.1 '@codemirror/commands': ^0.19.8 '@codemirror/comment': ^0.19.1 @@ -69,10 +69,10 @@ importers: '@codemirror/view': ^0.19.47 '@graphql-codegen/add': ^3.1.1 '@graphql-codegen/cli': 2.6.2 - '@graphql-codegen/typed-document-node': ^2.2.5 - '@graphql-codegen/typescript': 2.4.5 - '@graphql-codegen/typescript-operations': ^2.3.2 - '@graphql-codegen/typescript-urql-graphcache': ^2.2.6 + '@graphql-codegen/typed-document-node': ^2.2.7 + '@graphql-codegen/typescript': 2.4.7 + '@graphql-codegen/typescript-operations': ^2.3.4 + '@graphql-codegen/typescript-urql-graphcache': ^2.2.8 '@graphql-codegen/urql-introspection': ^2.1.1 '@graphql-typed-document-node/core': ^3.1.1 '@hoppscotch/codemirror-lang-graphql': workspace:^0.1.0 @@ -84,7 +84,7 @@ importers: '@nuxtjs/color-mode': ^2.1.1 '@nuxtjs/composition-api': ^0.32.0 '@nuxtjs/dotenv': ^1.4.1 - '@nuxtjs/eslint-config-typescript': ^8.0.0 + '@nuxtjs/eslint-config-typescript': ^9.0.0 '@nuxtjs/eslint-module': ^3.0.2 '@nuxtjs/google-analytics': ^2.4.0 '@nuxtjs/google-fonts': ^1.3.0 @@ -97,7 +97,7 @@ importers: '@nuxtjs/stylelint-module': ^4.1.0 '@nuxtjs/svg': ^0.4.0 '@nuxtjs/toast': ^3.3.1 - '@relmify/jest-fp-ts': ^1.1.1 + '@relmify/jest-fp-ts': ^2.0.0 '@sentry/browser': ^6.18.2 '@testing-library/jest-dom': ^5.16.2 '@types/codemirror': ^5.60.5 @@ -116,17 +116,17 @@ importers: '@vue/composition-api': ^1.4.9 '@vue/runtime-dom': ^3.2.31 '@vue/test-utils': ^1.3.0 - '@vueuse/core': ^7.7.1 + '@vueuse/core': ^8.0.1 acorn: ^8.7.0 acorn-walk: ^8.2.0 - axios: ^0.26.0 + axios: ^0.26.1 babel-core: ^7.0.0-bridge.0 babel-jest: ^27.5.1 babel-loader: ^8.2.3 core-js: ^3.21.1 - eslint: ^8.10.0 + eslint: ^8.11.0 eslint-config-prettier: ^8.5.0 - eslint-plugin-nuxt: ^3.1.0 + eslint-plugin-nuxt: ^3.2.0 eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^8.5.0 esprima: ^4.0.1 @@ -138,7 +138,7 @@ importers: graphql-language-service-parser: ^1.10.4 graphql-tag: ^2.12.6 httpsnippet: ^2.0.0 - insomnia-importers: ^2.5.1 + insomnia-importers: ^2.5.2 io-ts: ^2.2.16 jest: ^27.5.1 jest-serializer-vue: ^2.0.2 @@ -188,7 +188,7 @@ importers: yargs-parser: ^21.0.1 dependencies: '@apidevtools/swagger-parser': 10.0.3_openapi-types@10.0.0 - '@codemirror/autocomplete': 0.19.13 + '@codemirror/autocomplete': 0.19.14 '@codemirror/closebrackets': 0.19.1 '@codemirror/commands': 0.19.8 '@codemirror/comment': 0.19.1 @@ -226,7 +226,7 @@ importers: '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 acorn: 8.7.0 acorn-walk: 8.2.0 - axios: 0.26.0 + axios: 0.26.1 core-js: 3.21.1 esprima: 4.0.1 firebase: 9.6.8 @@ -237,7 +237,7 @@ importers: graphql-language-service-parser: 1.10.4_b10c7c805a70317564c606afefa10ca5 graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 - insomnia-importers: 2.5.1_openapi-types@10.0.0 + insomnia-importers: 2.5.2_openapi-types@10.0.0 io-ts: 2.2.16_fp-ts@2.11.8 js-yaml: 4.1.0 json-loader: 0.5.7 @@ -271,24 +271,24 @@ importers: '@babel/preset-env': 7.16.11_@babel+core@7.17.5 '@graphql-codegen/add': 3.1.1_graphql@15.7.2 '@graphql-codegen/cli': 2.6.2_b10c7c805a70317564c606afefa10ca5 - '@graphql-codegen/typed-document-node': 2.2.5_graphql@15.7.2 - '@graphql-codegen/typescript': 2.4.5_graphql@15.7.2 - '@graphql-codegen/typescript-operations': 2.3.2_graphql@15.7.2 - '@graphql-codegen/typescript-urql-graphcache': 2.2.6_0078faba29fbf2fd40f25b4af19ce6b4 + '@graphql-codegen/typed-document-node': 2.2.7_graphql@15.7.2 + '@graphql-codegen/typescript': 2.4.7_graphql@15.7.2 + '@graphql-codegen/typescript-operations': 2.3.4_graphql@15.7.2 + '@graphql-codegen/typescript-urql-graphcache': 2.2.8_0078faba29fbf2fd40f25b4af19ce6b4 '@graphql-codegen/urql-introspection': 2.1.1_graphql@15.7.2 '@graphql-typed-document-node/core': 3.1.1_graphql@15.7.2 '@nuxt/types': 2.15.8_sass@1.49.9 - '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.10.0 + '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.11.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 8.0.0_ada70e1c786992d81557ee12d1d9c983 - '@nuxtjs/eslint-module': 3.0.2_eslint@8.10.0 + '@nuxtjs/eslint-config-typescript': 9.0.0_39394221a84a0125a51a7138e62e9739 + '@nuxtjs/eslint-module': 3.0.2_eslint@8.11.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.5.3 '@nuxtjs/svg': 0.4.0 - '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.8+io-ts@2.2.16 + '@relmify/jest-fp-ts': 2.0.0_fp-ts@2.11.8+io-ts@2.2.16 '@sentry/browser': 6.18.2 '@testing-library/jest-dom': 5.16.2 '@types/codemirror': 5.60.5 @@ -304,15 +304,15 @@ importers: '@vue/composition-api': 1.4.9 '@vue/runtime-dom': 3.2.31 '@vue/test-utils': 1.3.0 - '@vueuse/core': 7.7.1_@vue+composition-api@1.4.9 + '@vueuse/core': 8.0.1_@vue+composition-api@1.4.9 babel-core: 7.0.0-bridge.0_@babel+core@7.17.5 babel-jest: 27.5.1_@babel+core@7.17.5 babel-loader: 8.2.3_@babel+core@7.17.5 - eslint: 8.10.0 - eslint-config-prettier: 8.5.0_eslint@8.10.0 - eslint-plugin-nuxt: 3.1.0_eslint@8.10.0 - eslint-plugin-prettier: 4.0.0_f3d13a703a9c1079e3d1af6044603beb - eslint-plugin-vue: 8.5.0_eslint@8.10.0 + eslint: 8.11.0 + eslint-config-prettier: 8.5.0_eslint@8.11.0 + eslint-plugin-nuxt: 3.2.0_eslint@8.11.0 + eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 + eslint-plugin-vue: 8.5.0_eslint@8.11.0 jest: 27.5.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 @@ -340,7 +340,7 @@ importers: io-ts: ^2.2.16 lodash: ^4.17.21 parser-ts: ^0.6.16 - tsup: ^5.12.0 + tsup: ^5.12.1 dependencies: fp-ts: 2.11.8 io-ts: 2.2.16_fp-ts@2.11.8 @@ -348,19 +348,19 @@ importers: parser-ts: 0.6.16_fp-ts@2.11.8 devDependencies: '@types/lodash': 4.14.179 - tsup: 5.12.0 + tsup: 5.12.1 packages/hoppscotch-js-sandbox: specifiers: '@digitak/esrun': ^3.1.2 '@hoppscotch/data': workspace:^0.4.0 - '@relmify/jest-fp-ts': ^1.1.1 + '@relmify/jest-fp-ts': ^2.0.0 '@types/jest': ^27.4.1 '@types/lodash': ^4.14.179 '@types/node': ^17.0.21 '@typescript-eslint/eslint-plugin': ^5.14.0 '@typescript-eslint/parser': ^5.14.0 - eslint: ^8.10.0 + eslint: ^8.11.0 eslint-config-prettier: ^8.5.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.8 @@ -378,15 +378,15 @@ importers: quickjs-emscripten: 0.15.0 devDependencies: '@digitak/esrun': 3.1.2 - '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.8+io-ts@2.2.16 + '@relmify/jest-fp-ts': 2.0.0_fp-ts@2.11.8+io-ts@2.2.16 '@types/jest': 27.4.1 '@types/lodash': 4.14.179 '@types/node': 17.0.21 - '@typescript-eslint/eslint-plugin': 5.14.0_f4054b8c3cd621db16ae1b9d571bccc0 - '@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.6.2 - eslint: 8.10.0 - eslint-config-prettier: 8.5.0_eslint@8.10.0 - eslint-plugin-prettier: 4.0.0_f3d13a703a9c1079e3d1af6044603beb + '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 + '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 + eslint: 8.11.0 + eslint-config-prettier: 8.5.0_eslint@8.11.0 + eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 io-ts: 2.2.16_fp-ts@2.11.8 jest: 27.5.1 prettier: 2.5.1 @@ -498,20 +498,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.16.3_@babel+core@7.17.5+eslint@8.10.0: - resolution: {integrity: sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==} - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/core': '>=7.11.0' - eslint: ^7.5.0 || ^8.0.0 - dependencies: - '@babel/core': 7.17.5 - eslint: 8.10.0 - eslint-scope: 5.1.1 - eslint-visitor-keys: 2.1.0 - semver: 6.3.0 - dev: true - /@babel/generator/7.16.5: resolution: {integrity: sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==} engines: {node: '>=6.9.0'} @@ -1863,8 +1849,8 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@codemirror/autocomplete/0.19.13: - resolution: {integrity: sha512-fI6lgTH2PlyTQqF2eWKDRBRUC+9MqvS2TfvE7aJ4Pu1oHM1w8JI16J9Qvwrd0iabJeF/QodU51Clok98c7fpCQ==} + /@codemirror/autocomplete/0.19.14: + resolution: {integrity: sha512-4PqJG7GGTePc+FQF387RFebDV4ERvKj23gQBmzNtu64ZSHlYEGulwP5EIIfulBiaWEmei9TYVaMFmTdNfofpRQ==} dependencies: '@codemirror/language': 0.19.8 '@codemirror/state': 0.19.9 @@ -1925,7 +1911,7 @@ packages: resolution: {integrity: sha512-3W32hBCY0pbbv/xidismw+RDMKuIag+fo4kZIbD7WoRj+Ttcaxjf+vP6RttRHXLaaqbWh031lTeON8kMlDhMYw==} dependencies: '@codemirror/language': 0.19.8 - '@codemirror/rangeset': 0.19.8 + '@codemirror/rangeset': 0.19.9 '@codemirror/state': 0.19.9 '@codemirror/view': 0.19.47 '@lezer/common': 0.15.11 @@ -1942,7 +1928,7 @@ packages: /@codemirror/lang-javascript/0.19.7: resolution: {integrity: sha512-DL9f3JLqOEHH9cIwEqqjnP5bkjdVXeECksLtV+/MbPm+l4H+AG+PkwZaJQ2oR1GfPZKh8MVSIE94aGWNkJP8WQ==} dependencies: - '@codemirror/autocomplete': 0.19.13 + '@codemirror/autocomplete': 0.19.14 '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.8 '@codemirror/lint': 0.19.6 @@ -1962,7 +1948,7 @@ packages: /@codemirror/lang-xml/0.19.2: resolution: {integrity: sha512-9VIjxvqcH1sk8bmYbxQon0lXhVZgdHdfjGes+e4Akgvb43aMBDNvIQVALwrCb+XMEHTxLUMQtrsBN0G64yCUXw==} dependencies: - '@codemirror/autocomplete': 0.19.13 + '@codemirror/autocomplete': 0.19.14 '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.8 '@codemirror/state': 0.19.9 @@ -2020,6 +2006,12 @@ packages: '@codemirror/state': 0.19.9 dev: false + /@codemirror/rangeset/0.19.9: + resolution: {integrity: sha512-V8YUuOvK+ew87Xem+71nKcqu1SXd5QROMRLMS/ljT5/3MCxtgrRie1Cvild0G/Z2f1fpWxzX78V0U4jjXBorBQ==} + dependencies: + '@codemirror/state': 0.19.9 + dev: false + /@codemirror/rectangular-selection/0.19.1: resolution: {integrity: sha512-9ElnqOg3mpZIWe0prPRd1SZ48Q9QB3bR8Aocq8UtjboJSUG8ABhRrbuTZMW/rMqpBPSjVpCe9xkCCkEQMYQVmw==} dependencies: @@ -2070,7 +2062,7 @@ packages: /@codemirror/view/0.19.47: resolution: {integrity: sha512-SfbagKvJQl5dtt+9wYpo9sa3ZkMgUxTq+/hXDf0KVwIx+zu3cJIqfEm9xSx6yXkq7it7RsPGHaPasApNffF/8g==} dependencies: - '@codemirror/rangeset': 0.19.8 + '@codemirror/rangeset': 0.19.9 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 style-mod: 4.0.0 @@ -2277,15 +2269,15 @@ packages: transitivePeerDependencies: - typescript - /@eslint/eslintrc/1.2.0: - resolution: {integrity: sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==} + /@eslint/eslintrc/1.2.1: + resolution: {integrity: sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.3 espree: 9.3.1 globals: 13.12.1 - ignore: 4.0.6 + ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -2854,24 +2846,38 @@ packages: tslib: 2.3.1 dev: true + /@graphql-codegen/plugin-helpers/2.4.2_graphql@15.7.2: + resolution: {integrity: sha512-LJNvwAPv/sKtI3RnRDm+nPD+JeOfOuSOS4FFIpQCMUCyMnFcchV/CPTTv7tT12fLUpEg6XjuFfDBvOwndti30Q==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-tools/utils': 8.6.2_graphql@15.7.2 + change-case-all: 1.0.14 + common-tags: 1.8.2 + graphql: 15.7.2 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.3.1 + dev: true + /@graphql-codegen/schema-ast/2.4.1_graphql@15.7.2: resolution: {integrity: sha512-bIWlKk/ShoVJfghA4Rt1OWnd34/dQmZM/vAe6fu6QKyOh44aAdqPtYQ2dbTyFXoknmu504etKJGEDllYNUJRfg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.1_graphql@15.7.2 - '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 + '@graphql-tools/utils': 8.6.2_graphql@15.7.2 graphql: 15.7.2 tslib: 2.3.1 dev: true - /@graphql-codegen/typed-document-node/2.2.5_graphql@15.7.2: - resolution: {integrity: sha512-JBTiVL2eUemuxx+fxpur0yYN3OF052kTk87h4k+DydCr9mGmRV3elNrXoucr6Q18pvwsTytFPep42J1/GkDkyQ==} + /@graphql-codegen/typed-document-node/2.2.7_graphql@15.7.2: + resolution: {integrity: sha512-l/+fWv7gNzQHKdk+ahuJzsUkZrVkUuBtbkXf65S/y76oL9U3AHJjCX5OfScisjA3ahqj3EALcxNjPq3IPQJpOQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.1_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.1_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 graphql: 15.7.2 @@ -2881,14 +2887,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-operations/2.3.2_graphql@15.7.2: - resolution: {integrity: sha512-VLB466ffcT25imuq85ANVqVotVaT4T1gJ6FLJsiJkn5U/iMMZa8CvP+l9oSqDlaBotv38LIZX6pdWGNGAn7kDA==} + /@graphql-codegen/typescript-operations/2.3.4_graphql@15.7.2: + resolution: {integrity: sha512-Jnsx+YTCqwq8F0ebyZAJGVtt+PQNuB/0uv9mEMbgcUbo/7w6EX6NZ8JArRuuz8MUb/gbpeO+GkfuNX+F6A8ikw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.1_graphql@15.7.2 - '@graphql-codegen/typescript': 2.4.5_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.1_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 + '@graphql-codegen/typescript': 2.4.7_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 auto-bind: 4.0.0 graphql: 15.7.2 tslib: 2.3.1 @@ -2897,15 +2903,15 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-urql-graphcache/2.2.6_0078faba29fbf2fd40f25b4af19ce6b4: - resolution: {integrity: sha512-NyGgKMAgIycXyGLY6SuP+DiDPkzSCkBMPNniajSQvgsMm0XLtg38/0ZX7bdy1GrydcihI8QdRJ1OXADbvh6o4Q==} + /@graphql-codegen/typescript-urql-graphcache/2.2.8_0078faba29fbf2fd40f25b4af19ce6b4: + resolution: {integrity: sha512-gj80gbSQzjX1iOm0TaewgKZj5njQhwviBloW9jQFTE01fUyutkJOpZ1inznaNoa+8cPwnWpXBeWSCMQ84bZ7Hw==} peerDependencies: '@urql/exchange-graphcache': ^4.1.1 graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-tag: ^2.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.1_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.1_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 @@ -2917,14 +2923,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript/2.4.5_graphql@15.7.2: - resolution: {integrity: sha512-Ytb8phNHKl/v/wxudsMOAV1dmzIbckWHm2J83PLNOvnu9CGEhgsd67vfe3ZoF95VU2BKSG8BXGa6uL9z2xDmuA==} + /@graphql-codegen/typescript/2.4.7_graphql@15.7.2: + resolution: {integrity: sha512-1YAK+m9SZRS1Uy8hdXVQAaAG/WF2jdFD76wbMRQ8Lf5e9YbmtJuy1RpI13nZJTZbhFopd9zqoWFJHsU/oy4i7g==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.1_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 '@graphql-codegen/schema-ast': 2.4.1_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.1_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 auto-bind: 4.0.0 graphql: 15.7.2 tslib: 2.3.1 @@ -2944,15 +2950,15 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/visitor-plugin-common/2.7.1_graphql@15.7.2: - resolution: {integrity: sha512-Ew/+0GwGwL3ZSXS0cYz6lVvE7S5SkbTr7caRpLa4FpAdLGNskCgdA1n6W5tX5c7qsaYstqlxp30hJTfgTsYS6A==} + /@graphql-codegen/visitor-plugin-common/2.7.3_graphql@15.7.2: + resolution: {integrity: sha512-rODPGkrHEf9aHD8SgVWS0xie8VmJoYXLWgQR8PFKrwCUFjf7nvDuATAL2lTFiHATlVBWg1meXVPdUlkKeJj/0Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.4.1_graphql@15.7.2 + '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 '@graphql-tools/optimize': 1.2.0_graphql@15.7.2 - '@graphql-tools/relay-operation-optimizer': 6.4.1_graphql@15.7.2 - '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + '@graphql-tools/relay-operation-optimizer': 6.4.2_graphql@15.7.2 + '@graphql-tools/utils': 8.6.2_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -3188,12 +3194,12 @@ packages: - utf-8-validate dev: true - /@graphql-tools/relay-operation-optimizer/6.4.1_graphql@15.7.2: - resolution: {integrity: sha512-2b9D5L+31sIBnvmcmIW5tfvNUV+nJFtbHpUyarTRDmFT6EZ2cXo4WZMm9XJcHQD/Z5qvMXfPHxzQ3/JUs4xI+w==} + /@graphql-tools/relay-operation-optimizer/6.4.2_graphql@15.7.2: + resolution: {integrity: sha512-pc/cliYO0veVbMyM5H54lZzQh+9SxnjawqR623rc+jPuY9JUQcuIKkZzM1+E5blbtr4dvh7Bi4uzf3rJ0sxG0Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.6.1_graphql@15.7.2 + '@graphql-tools/utils': 8.6.2_graphql@15.7.2 graphql: 15.7.2 relay-compiler: 12.0.0_graphql@15.7.2 tslib: 2.3.1 @@ -3293,6 +3299,15 @@ packages: tslib: 2.3.1 dev: true + /@graphql-tools/utils/8.6.2_graphql@15.7.2: + resolution: {integrity: sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + graphql: 15.7.2 + tslib: 2.3.1 + dev: true + /@graphql-tools/wrap/8.3.2_graphql@15.7.2: resolution: {integrity: sha512-7DcOBFB+Dd84x9dxSm7qS4iJONMyfLnCJb8A19vGPffpu4SMJ3sFcgwibKFu5l6mMUiigKgXna2RRgWI+02bKQ==} peerDependencies: @@ -3580,17 +3595,6 @@ packages: - supports-color dev: true - /@jest/types/26.6.2: - resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} - engines: {node: '>= 10.14.2'} - dependencies: - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.21 - '@types/yargs': 15.0.14 - chalk: 4.1.2 - dev: true - /@jest/types/27.5.1: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -3653,8 +3657,8 @@ packages: '@lezer/lr': 0.15.8 dev: false - /@mdn/browser-compat-data/4.1.10: - resolution: {integrity: sha512-z3UzXqOjrgUnKENwdhFZmU7oeEWTOjUmWGQtXTOEbTR1FdwSBF6RCU6RPkv10ryP00y5ybCUm++4t5B8Wc3tPg==} + /@mdn/browser-compat-data/4.1.11: + resolution: {integrity: sha512-sYJ5CWXVAJX3608rV3WowUGxPm3p7HCgoGh/eBseCQ2c5ALBz6oRTK2OWPFz679aBUik6IY1IlA89uxbb5/FjA==} dev: true /@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2: @@ -3853,11 +3857,11 @@ packages: ufo: 0.7.9 dev: false - /@nuxt/kit-edge/3.0.0-27446051.40d325e: - resolution: {integrity: sha512-FA50Df5BG9eC4lQ6qVWRa1eIhwCf/xftFDmEOIr/0DoeD8HIwmzgHT+aYdx8UWIHAINDAXOV+h1B60n3y+6AtA==} + /@nuxt/kit-edge/3.0.0-27453291.e891ea0: + resolution: {integrity: sha512-kZBwSAt+Cr7rwgxpsDZp5hE4gALI+cqxDAWuITljB8NpjgX7m033luXwS04SzkkUe0z/L4qp4m3jW+xEtR25GQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: - '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27446051.40d325e + '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27453291.e891ea0 c12: 0.1.4 consola: 2.15.3 defu: 5.0.1 @@ -3873,7 +3877,13 @@ packages: scule: 0.2.1 semver: 7.3.5 unctx: 1.0.2 - untyped: 0.3.0 + unimport: 0.0.8 + untyped: 0.4.2 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack dev: true /@nuxt/loading-screen/2.0.4: @@ -3898,8 +3908,8 @@ packages: - encoding dev: false - /@nuxt/schema-edge/3.0.0-27446051.40d325e: - resolution: {integrity: sha512-C52URht+u9CWVygFoNDF+VAt/YXSWUwEHx/pm7D89c3QzLYyEu0jG0TSsSq+AYuYXueqImwTQFa3MbyoYW9Kow==} + /@nuxt/schema-edge/3.0.0-27453291.e891ea0: + resolution: {integrity: sha512-Vv9I4dd1SQo/CSj/5nWLDvRsO+k+PN+JoNfm0uG/tkCGAEZfv9sk3W3MlyZV+KEHsXTuBoLS/3pNcM5A4xRHPA==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: c12: 0.1.4 @@ -3911,6 +3921,12 @@ packages: scule: 0.2.1 std-env: 3.0.1 ufo: 0.7.11 + unimport: 0.0.8 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack dev: true /@nuxt/server/2.15.8: @@ -3990,14 +4006,14 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.10.0: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.11.0: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: '@nuxt/types': 2.15.8_sass@1.49.9 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.10.0+typescript@4.2.4 + fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.11.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 typescript: 4.2.4 transitivePeerDependencies: @@ -4166,16 +4182,16 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_ada70e1c786992d81557ee12d1d9c983: - resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} + /@nuxtjs/eslint-config-typescript/9.0.0_39394221a84a0125a51a7138e62e9739: + resolution: {integrity: sha512-IgilIOcwJZ3Af4P7r35vHBl2GS9SIG0TuOINyUiIfzZBmEpX5vYhAbxHeeJhNosIywexDvZZ5m8EQwuJJYUJBg==} peerDependencies: - eslint: ^8.3.0 + eslint: ^8.11.0 dependencies: - '@nuxtjs/eslint-config': 8.0.0_df8f3006069fad82a84149213ed2905b - '@typescript-eslint/eslint-plugin': 5.4.0_7af69aee5d2ac17fec5214bc4b024ac3 - '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.6.2 - eslint: 8.10.0 - eslint-import-resolver-typescript: 2.5.0_eslint@8.10.0 + '@nuxtjs/eslint-config': 9.0.0_001ad503201c4e9538a066f91264180f + '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 + '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 + eslint: 8.11.0 + eslint-import-resolver-typescript: 2.5.0_eslint@8.11.0 transitivePeerDependencies: - eslint-plugin-import - jest @@ -4183,19 +4199,19 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_df8f3006069fad82a84149213ed2905b: - resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} + /@nuxtjs/eslint-config/9.0.0_001ad503201c4e9538a066f91264180f: + resolution: {integrity: sha512-S44hgSrAKEBJMmzg3Wes0uIZBASOgVAOnMYeNZNeeawRX1WpSS9w3WbqcIwjVL1Orx/XwrzMMH32A1ncEd/DQg==} peerDependencies: - eslint: ^8.3.0 + eslint: ^8.11.0 dependencies: - eslint: 8.10.0 - eslint-config-standard: 16.0.3_b1fffb11d3087aac3104246372b5cf0f - eslint-plugin-import: 2.25.3_eslint@8.10.0 - eslint-plugin-jest: 25.3.0_df8f3006069fad82a84149213ed2905b - eslint-plugin-node: 11.1.0_eslint@8.10.0 - eslint-plugin-promise: 5.1.1_eslint@8.10.0 - eslint-plugin-unicorn: 39.0.0_eslint@8.10.0 - eslint-plugin-vue: 8.5.0_eslint@8.10.0 + eslint: 8.11.0 + eslint-config-standard: 16.0.3_7dc77a0be22b3241d34262bf15f20ff9 + eslint-plugin-import: 2.25.4_eslint@8.11.0 + eslint-plugin-jest: 26.1.1_001ad503201c4e9538a066f91264180f + eslint-plugin-node: 11.1.0_eslint@8.11.0 + eslint-plugin-promise: 6.0.0_eslint@8.11.0 + eslint-plugin-unicorn: 41.0.0_eslint@8.11.0 + eslint-plugin-vue: 8.5.0_eslint@8.11.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -4203,14 +4219,14 @@ packages: - typescript dev: true - /@nuxtjs/eslint-module/3.0.2_eslint@8.10.0: + /@nuxtjs/eslint-module/3.0.2_eslint@8.11.0: resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} peerDependencies: eslint: '>=7' dependencies: consola: 2.15.3 - eslint: 8.10.0 - eslint-webpack-plugin: 2.5.4_eslint@8.10.0 + eslint: 8.11.0 + eslint-webpack-plugin: 2.5.4_eslint@8.11.0 transitivePeerDependencies: - webpack dev: true @@ -4394,17 +4410,17 @@ packages: resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} dev: false - /@relmify/jest-fp-ts/1.1.1_fp-ts@2.11.8+io-ts@2.2.16: - resolution: {integrity: sha512-cuYK27gjDoEZIzvUuLRvgmqp/t5BlGWMrsVj+kzGlsgYny9xYCAMMRBd38HcFciG6aVTVKrLKqsYNidvU+4vzA==} + /@relmify/jest-fp-ts/2.0.0_fp-ts@2.11.8+io-ts@2.2.16: + resolution: {integrity: sha512-WPwHYN4kaxfrc2fM3fBlUehxEWrdjFGhV9QwC/Qw25NVmK8mVOj4zscjSGJNuI4TVtIMBkMFPImK67rxsvuG2g==} peerDependencies: fp-ts: 2.x io-ts: 2.x dependencies: - expect: 26.6.2 + expect: 27.5.1 fp-ts: 2.11.8 io-ts: 2.2.16_fp-ts@2.11.8 - jest-get-type: 26.3.0 - jest-matcher-utils: 26.6.2 + jest-get-type: 27.5.1 + jest-matcher-utils: 27.5.1 dev: true /@rollup/pluginutils/4.1.2: @@ -5202,19 +5218,13 @@ packages: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true - /@types/yargs/15.0.14: - resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} - dependencies: - '@types/yargs-parser': 21.0.0 - dev: true - /@types/yargs/16.0.4: resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.14.0_f4054b8c3cd621db16ae1b9d571bccc0: + /@typescript-eslint/eslint-plugin/5.14.0_ace6f9e7722b813e21eaf2dc993bc413: resolution: {integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5225,12 +5235,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 '@typescript-eslint/scope-manager': 5.14.0 - '@typescript-eslint/type-utils': 5.14.0_eslint@8.10.0+typescript@4.6.2 - '@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/type-utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -5241,51 +5251,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.4.0_7af69aee5d2ac17fec5214bc4b024ac3: - resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.6.2 - '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.6.2 - '@typescript-eslint/scope-manager': 5.4.0 - debug: 4.3.3 - eslint: 8.10.0 - functional-red-black-tree: 1.0.1 - ignore: 5.1.9 - regexpp: 3.2.0 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.2 - typescript: 4.6.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.10.0+typescript@4.6.2: - resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.4.0 - '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.6.2 - eslint: 8.10.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.10.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/parser/5.14.0_eslint@8.10.0+typescript@4.6.2: + /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5299,27 +5265,7 @@ packages: '@typescript-eslint/types': 5.14.0 '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2 debug: 4.3.3 - eslint: 8.10.0 - typescript: 4.6.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/parser/5.4.0_eslint@8.10.0+typescript@4.6.2: - resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 5.4.0 - '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.6.2 - debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 typescript: 4.6.2 transitivePeerDependencies: - supports-color @@ -5333,15 +5279,7 @@ packages: '@typescript-eslint/visitor-keys': 5.14.0 dev: true - /@typescript-eslint/scope-manager/5.4.0: - resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/visitor-keys': 5.4.0 - dev: true - - /@typescript-eslint/type-utils/5.14.0_eslint@8.10.0+typescript@4.6.2: + /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5351,9 +5289,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 tsutils: 3.21.0_typescript@4.6.2 typescript: 4.6.2 transitivePeerDependencies: @@ -5365,11 +5303,6 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.4.0: - resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/typescript-estree/5.14.0_typescript@4.6.2: resolution: {integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5391,28 +5324,7 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.4.0_typescript@4.6.2: - resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/visitor-keys': 5.4.0 - debug: 4.3.3 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.2 - typescript: 4.6.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/utils/5.14.0_eslint@8.10.0+typescript@4.6.2: + /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5422,9 +5334,9 @@ packages: '@typescript-eslint/scope-manager': 5.14.0 '@typescript-eslint/types': 5.14.0 '@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2 - eslint: 8.10.0 + eslint: 8.11.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.10.0 + eslint-utils: 3.0.0_eslint@8.11.0 transitivePeerDependencies: - supports-color - typescript @@ -5438,14 +5350,6 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.4.0: - resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.4.0 - eslint-visitor-keys: 3.3.0 - dev: true - /@ungap/promise-all-settled/1.1.2: resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} dev: true @@ -5675,8 +5579,8 @@ packages: pretty: 2.0.0 dev: true - /@vueuse/core/7.7.1_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-PRRgbATMpoeUmkCEBtUeJgOwtew8s+4UsEd+Pm7MhkjL2ihCNrSqxNVtM6NFE4uP2sWnkGcZpCjPuNSxowJ1Ow==} + /@vueuse/core/8.0.1_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-LQ5pyxALWMZikNWzW2CTs/RfTyT0O3oYDl7jJhfckY0q/dLe2SCy5vX4+f6c2LFjG9M+sXRugne+W4t1I/wXUA==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5687,12 +5591,17 @@ packages: optional: true dependencies: '@vue/composition-api': 1.4.9 - '@vueuse/shared': 7.7.1_@vue+composition-api@1.4.9 + '@vueuse/metadata': 8.0.1 + '@vueuse/shared': 8.0.1_@vue+composition-api@1.4.9 vue-demi: 0.12.1_@vue+composition-api@1.4.9 dev: true - /@vueuse/shared/7.7.1_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-rN2qd22AUl7VdBxihagWyhUNHCyVk9IpvBTTfHoLH9G7rGE552X1f+zeCfehuno0zXif13jPw+icW/wn2a0rnQ==} + /@vueuse/metadata/8.0.1: + resolution: {integrity: sha512-+Y2TSsgliQMzqcRMcuX28XHrxojrZYGiBKzW05/mkPmlYGlUSOauF9pvyyslH0V4HfzCsg3CDKJhCnBLWKqN0w==} + dev: true + + /@vueuse/shared/8.0.1_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-PZf84+DHWUnIKNhvIxL335uWjjfIeEhYjRFilDqEWB/t4yHfNbZxDpT+4OgiLtgdCcGG1JKryNI7nkY9TyEu6w==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -6292,15 +6201,15 @@ packages: /axios/0.21.4: resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: - follow-redirects: 1.14.8 + follow-redirects: 1.14.9 transitivePeerDependencies: - debug dev: false - /axios/0.26.0: - resolution: {integrity: sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==} + /axios/0.26.1: + resolution: {integrity: sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==} dependencies: - follow-redirects: 1.14.8 + follow-redirects: 1.14.9 transitivePeerDependencies: - debug dev: false @@ -6791,12 +6700,12 @@ packages: resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.1.10 + '@mdn/browser-compat-data': 4.1.11 '@types/object-path': 0.11.1 '@types/semver': 7.3.9 '@types/ua-parser-js': 0.7.36 browserslist: 4.18.1 - caniuse-lite: 1.0.30001313 + caniuse-lite: 1.0.30001315 isbot: 3.3.4 object-path: 0.11.8 semver: 7.3.5 @@ -6819,8 +6728,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001313 - electron-to-chromium: 1.4.77 + caniuse-lite: 1.0.30001315 + electron-to-chromium: 1.4.82 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6842,8 +6751,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001313 - electron-to-chromium: 1.4.77 + caniuse-lite: 1.0.30001315 + electron-to-chromium: 1.4.82 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6903,13 +6812,13 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /bundle-require/3.0.4_esbuild@0.14.25: + /bundle-require/3.0.4_esbuild@0.14.26: resolution: {integrity: sha512-VXG6epB1yrLAvWVQpl92qF347/UXmncQj7J3U8kZEbdVZ1ZkQyr4hYeL/9RvcE8vVVdp53dY78Fd/3pqfRqI1A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.13' dependencies: - esbuild: 0.14.25 + esbuild: 0.14.26 load-tsconfig: 0.2.3 dev: true @@ -7123,8 +7032,8 @@ packages: /caniuse-lite/1.0.30001311: resolution: {integrity: sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==} - /caniuse-lite/1.0.30001313: - resolution: {integrity: sha512-rI1UN0koZUiKINjysQDuRi2VeSCce3bYJNmDcj3PIKREiAmjakugBul1QSkg/fPrlULYl6oWfGg3PbgOSY9X4Q==} + /caniuse-lite/1.0.30001315: + resolution: {integrity: sha512-5v7LFQU4Sb/qvkz7JcZkvtSH1Ko+1x2kgo3ocdBeMGZSOFpuE1kkm0kpTwLtWeFrw5qw08ulLxJjVIXIS8MkiQ==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -8453,11 +8362,6 @@ packages: resolution: {integrity: sha512-I2TiqT5iWBEyB8GRfTDP0hiLZ0YeDJZ+upDxjBfOC2lebO5LezQMv7QvIUTzdb64jQyAKLf1AHADtGN+jw6v8Q==} dev: false - /diff-sequences/26.6.2: - resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} - engines: {node: '>= 10.14.2'} - dev: true - /diff-sequences/27.5.1: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -8663,8 +8567,8 @@ packages: /electron-to-chromium/1.4.68: resolution: {integrity: sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==} - /electron-to-chromium/1.4.77: - resolution: {integrity: sha512-fiDxw8mO9Ph1Z0bjX2sFTPpi0J0QkOiwOJF+5Q0J0baNc/F9lLePAvDPlnoxvbUYYMizqrKPeotRRkJ9LtxAew==} + /electron-to-chromium/1.4.82: + resolution: {integrity: sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8868,8 +8772,8 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-64/0.14.25: - resolution: {integrity: sha512-L5vCUk7TzFbBnoESNoXjU3x9+/+7TDIE/1mTfy/erAfvZAqC+S3sp/Qa9wkypFMcFvN9FzvESkTlpeQDolREtQ==} + /esbuild-android-64/0.14.26: + resolution: {integrity: sha512-HIyJ3VvigHfseaI0D+vsD8zKQ4roDUD962/vtO/KXzav6wR//Y//Qx1HUX8k5bQeQ7/0yCXlltY9VBw1MFnWFQ==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -8877,8 +8781,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.25: - resolution: {integrity: sha512-4jv5xPjM/qNm27T5j3ZEck0PvjgQtoMHnz4FzwF5zNP56PvY2CT0WStcAIl6jNlsuDdN63rk2HRBIsO6xFbcFw==} + /esbuild-android-arm64/0.14.26: + resolution: {integrity: sha512-TxRCLxyU5yj3U8Bud9fCg3IxzIXXKaWcmDbvURm8JkRr0WvCAmwZBdLi5T8BasT1v5vrVE//M0KSHZod6HC6lA==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -8886,8 +8790,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.25: - resolution: {integrity: sha512-TGp8tuudIxOyWd1+8aYPxQmC1ZQyvij/AfNBa35RubixD0zJ1vkKHVAzo0Zao1zcG6pNqiSyzfPto8vmg0s7oA==} + /esbuild-darwin-64/0.14.26: + resolution: {integrity: sha512-oZJBN+CkR47Fc7KB1vowZy2kb5r+WSnsBjVEw7aI8HmR6louAgTr4bs1NwzaF6MbLi41ajaw6RdipfsM1H9PvQ==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -8895,8 +8799,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.25: - resolution: {integrity: sha512-oTcDgdm0MDVEmw2DWu8BV68pYuImpFgvWREPErBZmNA4MYKGuBRaCiJqq6jZmBR1x+3y1DWCjez+5uLtuAm6mw==} + /esbuild-darwin-arm64/0.14.26: + resolution: {integrity: sha512-eYW+cmP3BGVPDp+wd9bRI5CN5HjkZnrMQtj46Mj//UsSh4SRvflAp3pjs3ooA+MCpIa9xZ8091HqLqpYi7KFWA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -8904,8 +8808,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.25: - resolution: {integrity: sha512-ueAqbnMZ8arnuLH8tHwTCQYeptnHOUV7vA6px6j4zjjQwDx7TdP7kACPf3TLZLdJQ3CAD1XCvQ2sPhX+8tacvQ==} + /esbuild-freebsd-64/0.14.26: + resolution: {integrity: sha512-Q+Hs27fSBkNfUHNhphSyWfF5lxl3o9S6LFlzkC5KofxLCnCESP+7YTzAWTosYGANsPT2mvYFOraFeYEokG+5DA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -8913,8 +8817,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.25: - resolution: {integrity: sha512-+ZVWud2HKh+Ob6k/qiJWjBtUg4KmJGGmbvEXXW1SNKS7hW7HU+Zq2ZCcE1akFxOPkVB+EhOty/sSek30tkCYug==} + /esbuild-freebsd-arm64/0.14.26: + resolution: {integrity: sha512-MT+FuC/63oz6j/jvWOMCNqnHBYm/bNhGPArUgQX8GRhofFCeqe0NRmJbhtlHZaEeErIIjHPZQ/nXs34mfiqo/Q==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -8922,8 +8826,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.25: - resolution: {integrity: sha512-3OP/lwV3kCzEz45tobH9nj+uE4ubhGsfx+tn0L26WAGtUbmmcRpqy7XRG/qK7h1mClZ+eguIANcQntYMdYklfw==} + /esbuild-linux-32/0.14.26: + resolution: {integrity: sha512-9gqSfJ8qMDvz7wXZoinNoe9/ekPpbT+/ZgVfZEeB72ETITVPHvMbG8i0E12wG366G01vMXtlxbD9IYJsMVhe6w==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -8931,8 +8835,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.25: - resolution: {integrity: sha512-+aKHdHZmX9qwVlQmu5xYXh7GsBFf4TWrePgeJTalhXHOG7NNuUwoHmketGiZEoNsWyyqwH9rE5BC+iwcLY30Ug==} + /esbuild-linux-64/0.14.26: + resolution: {integrity: sha512-aPku1lCxxXmBr5LkENSlGIbY33jjQExDzaSrNV+dDA5bHXhFnpI9UkSe+vQzrSkxgO66vNjSTNDcxg3pOXBaBw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -8940,8 +8844,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.25: - resolution: {integrity: sha512-aTLcE2VBoLydL943REcAcgnDi3bHtmULSXWLbjtBdtykRatJVSxKMjK9YlBXUZC4/YcNQfH7AxwVeQr9fNxPhw==} + /esbuild-linux-arm/0.14.26: + resolution: {integrity: sha512-m7ozLQozfgBmh9l3HWxDEVYEEG8GuTqzRoFuf9iX0xAlbtqmhhlm7M4zNMa2eyPEG+ejgHndAuvuB1hcOWvdJw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -8949,8 +8853,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.25: - resolution: {integrity: sha512-UxfenPx/wSZx55gScCImPtXekvZQLI2GW3qe5dtlmU7luiqhp5GWPzGeQEbD3yN3xg/pHc671m5bma5Ns7lBHw==} + /esbuild-linux-arm64/0.14.26: + resolution: {integrity: sha512-S0boyzv5Yx+IN1A8253nEPzHqn/W/y+CRcLYFZ1E5DscqkY7EvBao6rhff3ZxaHU9Zrkn0pLVqlJdMx3rm6D4Q==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -8958,8 +8862,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.25: - resolution: {integrity: sha512-wLWYyqVfYx9Ur6eU5RT92yJVsaBGi5RdkoWqRHOqcJ38Kn60QMlcghsKeWfe9jcYut8LangYZ98xO1LxIoSXrQ==} + /esbuild-linux-mips64le/0.14.26: + resolution: {integrity: sha512-TyMRc2ctQV1g9ruHg1Y793e18uDigKKsgzcZPzfxZi2z+hGK1uaSdaejGdULEJBJVMXt3/NC1T1yq0vCTiYYgg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -8967,8 +8871,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.25: - resolution: {integrity: sha512-0dR6Csl6Zas3g4p9ULckEl8Mo8IInJh33VCJ3eaV1hj9+MHGdmDOakYMN8MZP9/5nl+NU/0ygpd14cWgy8uqRw==} + /esbuild-linux-ppc64le/0.14.26: + resolution: {integrity: sha512-aOJPP80m2gV8CyDqEMGbwZaGKuR45tZU1qYZ0+Cy8lWV4CWmd9iBWhCLP3eI9d7163m6t+0YO/6N3iLSVlNnpA==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -8976,8 +8880,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.25: - resolution: {integrity: sha512-J4d20HDmTrgvhR0bdkDhvvJGaikH3LzXQnNaseo8rcw9Yqby9A90gKUmWpfwqLVNRILvNnAmKLfBjCKU9ajg8w==} + /esbuild-linux-riscv64/0.14.26: + resolution: {integrity: sha512-2E5xK7SNZFXhFzRbZGtUqg3MbHnrx5XzqHaGLOLdHBqOSWIAdJKB3w6WtjpLkZvPuWrKeh51XnRpk1jm0TsUjQ==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -8985,8 +8889,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.25: - resolution: {integrity: sha512-YI2d5V6nTE73ZnhEKQD7MtsPs1EtUZJ3obS21oxQxGbbRw1G+PtJKjNyur+3t6nzHP9oTg6GHQ3S3hOLLmbDIQ==} + /esbuild-linux-s390x/0.14.26: + resolution: {integrity: sha512-kfSuFea857mTYMp/RAFmMp9TBjf1T8F/dTRqLn2p+g8Ok30Cp1+mI2+YCmxz5Uw2JOfxyvpND0Ek1PGPMo1UsQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -8994,8 +8898,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.25: - resolution: {integrity: sha512-TKIVgNWLUOkr+Exrye70XTEE1lJjdQXdM4tAXRzfHE9iBA7LXWcNtVIuSnphTqpanPzTDFarF0yqq4kpbC6miA==} + /esbuild-netbsd-64/0.14.26: + resolution: {integrity: sha512-tWhLwfOOqdZRwvaSYIWuic9Cj+WRRCLHe//Bmlf0ThBur9/EssRTtVh6/rC2Okp7Eb4QcerA/1wjWLYLECYD7g==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9003,8 +8907,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.25: - resolution: {integrity: sha512-QgFJ37A15D7NIXBTYEqz29+uw3nNBOIyog+3kFidANn6kjw0GHZ0lEYQn+cwjyzu94WobR+fes7cTl/ZYlHb1A==} + /esbuild-openbsd-64/0.14.26: + resolution: {integrity: sha512-Xj7IWpsPn/hgKNzwjLpnf6wMtV0lfw5bzn7N9vmiCKx9TBA28L2hI8G15O0s9atLKny4HpmCGwZWmReNF1Ui6g==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9012,8 +8916,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.25: - resolution: {integrity: sha512-rmWfjUItYIVlqr5EnTH1+GCxXiBOC42WBZ3w++qh7n2cS9Xo0lO5pGSG2N+huOU2fX5L+6YUuJ78/vOYvefeFw==} + /esbuild-sunos-64/0.14.26: + resolution: {integrity: sha512-5odPsuhghCUYc3c1gEtz6pGq9cuGRDq1+iNdLBjZcz6IUebd0ay/AVORWchs5WddzyJA9hguxrKsPjECxX6OzQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9021,8 +8925,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.25: - resolution: {integrity: sha512-HGAxVUofl3iUIz9W10Y9XKtD0bNsK9fBXv1D55N/ljNvkrAYcGB8YCm0v7DjlwtyS6ws3dkdQyXadbxkbzaKOA==} + /esbuild-windows-32/0.14.26: + resolution: {integrity: sha512-xSVyGV6xGQlAC/K+oBXC9YiGGqoKqQGXVEFQKlDGXD6rxHGK5Fch0ynuvkjaYWW/p8OWqxGVYcof5BvGjY49RA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9030,8 +8934,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.25: - resolution: {integrity: sha512-TirEohRkfWU9hXLgoDxzhMQD1g8I2mOqvdQF2RS9E/wbkORTAqJHyh7wqGRCQAwNzdNXdg3JAyhQ9/177AadWA==} + /esbuild-windows-64/0.14.26: + resolution: {integrity: sha512-Q0Bm42+wIqHJ8yF96T7nXosILXROegRtMmuI1L0kry0YBHnCFMtjNRTyUwv8yi7o2XvVYh7DF0NHLDL4N34MuA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9039,8 +8943,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.25: - resolution: {integrity: sha512-4ype9ERiI45rSh+R8qUoBtaj6kJvUOI7oVLhKqPEpcF4Pa5PpT3hm/mXAyotJHREkHpM87PAJcA442mLnbtlNA==} + /esbuild-windows-arm64/0.14.26: + resolution: {integrity: sha512-+l0DB0VV4LiSoDfNsGviK/2M88IR+/fOUfQoQx08RPu7OZ7gv9BqhRLZCSCT4qHT351OTH1nPv7avRXX6JRQcg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9054,32 +8958,32 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.25: - resolution: {integrity: sha512-4JHEIOMNFvK09ziiL+iVmldIhLbn49V4NAVo888tcGFKedEZY/Y8YapfStJ6zSE23tzYPKxqKwQBnQoIO0BI/Q==} + /esbuild/0.14.26: + resolution: {integrity: sha512-v0zIYlFB9NZ82/hFljhvpA7f8rob66r68ymB7juMz6TYAAMYjKGoW+hrMfRRvic5MAOI2wE/SuykFvsELLa6eA==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.25 - esbuild-android-arm64: 0.14.25 - esbuild-darwin-64: 0.14.25 - esbuild-darwin-arm64: 0.14.25 - esbuild-freebsd-64: 0.14.25 - esbuild-freebsd-arm64: 0.14.25 - esbuild-linux-32: 0.14.25 - esbuild-linux-64: 0.14.25 - esbuild-linux-arm: 0.14.25 - esbuild-linux-arm64: 0.14.25 - esbuild-linux-mips64le: 0.14.25 - esbuild-linux-ppc64le: 0.14.25 - esbuild-linux-riscv64: 0.14.25 - esbuild-linux-s390x: 0.14.25 - esbuild-netbsd-64: 0.14.25 - esbuild-openbsd-64: 0.14.25 - esbuild-sunos-64: 0.14.25 - esbuild-windows-32: 0.14.25 - esbuild-windows-64: 0.14.25 - esbuild-windows-arm64: 0.14.25 + esbuild-android-64: 0.14.26 + esbuild-android-arm64: 0.14.26 + esbuild-darwin-64: 0.14.26 + esbuild-darwin-arm64: 0.14.26 + esbuild-freebsd-64: 0.14.26 + esbuild-freebsd-arm64: 0.14.26 + esbuild-linux-32: 0.14.26 + esbuild-linux-64: 0.14.26 + esbuild-linux-arm: 0.14.26 + esbuild-linux-arm64: 0.14.26 + esbuild-linux-mips64le: 0.14.26 + esbuild-linux-ppc64le: 0.14.26 + esbuild-linux-riscv64: 0.14.26 + esbuild-linux-s390x: 0.14.26 + esbuild-netbsd-64: 0.14.26 + esbuild-openbsd-64: 0.14.26 + esbuild-sunos-64: 0.14.26 + esbuild-windows-32: 0.14.26 + esbuild-windows-64: 0.14.26 + esbuild-windows-arm64: 0.14.26 dev: true /escalade/3.1.1: @@ -9103,6 +9007,11 @@ packages: engines: {node: '>=10'} dev: true + /escape-string-regexp/5.0.0: + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} + dev: true + /escodegen/2.0.0: resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} engines: {node: '>=6.0'} @@ -9116,16 +9025,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.10.0: + /eslint-config-prettier/8.5.0_eslint@8.11.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.10.0 + eslint: 8.11.0 dev: true - /eslint-config-standard/16.0.3_b1fffb11d3087aac3104246372b5cf0f: + /eslint-config-standard/16.0.3_7dc77a0be22b3241d34262bf15f20ff9: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -9133,20 +9042,20 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 8.10.0 - eslint-plugin-import: 2.25.3_eslint@8.10.0 - eslint-plugin-node: 11.1.0_eslint@8.10.0 - eslint-plugin-promise: 5.1.1_eslint@8.10.0 + eslint: 8.11.0 + eslint-plugin-import: 2.25.4_eslint@8.11.0 + eslint-plugin-node: 11.1.0_eslint@8.11.0 + eslint-plugin-promise: 6.0.0_eslint@8.11.0 dev: true /eslint-import-resolver-node/0.3.6: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: debug: 3.2.7 - resolve: 1.20.0 + resolve: 1.22.0 dev: true - /eslint-import-resolver-typescript/2.5.0_eslint@8.10.0: + /eslint-import-resolver-typescript/2.5.0_eslint@8.11.0: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -9154,37 +9063,36 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 glob: 7.2.0 is-glob: 4.0.3 - resolve: 1.20.0 - tsconfig-paths: 3.12.0 + resolve: 1.22.0 + tsconfig-paths: 3.14.0 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.1: - resolution: {integrity: sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==} + /eslint-module-utils/2.7.3: + resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} dependencies: debug: 3.2.7 find-up: 2.1.0 - pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.10.0: + /eslint-plugin-es/3.0.1_eslint@8.11.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.10.0 + eslint: 8.11.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.25.3_eslint@8.10.0: - resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} + /eslint-plugin-import/2.25.4_eslint@8.11.0: + resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 @@ -9193,23 +9101,23 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.10.0 + eslint: 8.11.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.1 + eslint-module-utils: 2.7.3 has: 1.0.3 - is-core-module: 2.8.0 + is-core-module: 2.8.1 is-glob: 4.0.3 - minimatch: 3.0.4 + minimatch: 3.1.2 object.values: 1.1.5 - resolve: 1.20.0 - tsconfig-paths: 3.12.0 + resolve: 1.22.0 + tsconfig-paths: 3.14.0 dev: true - /eslint-plugin-jest/25.3.0_df8f3006069fad82a84149213ed2905b: - resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} + /eslint-plugin-jest/26.1.1_001ad503201c4e9538a066f91264180f: + resolution: {integrity: sha512-HRKOuPi5ADhza4ZBK5ufyNXy28bXXkib87w+pQqdvBhSTsamndh6sIAKPAUl8y0/n9jSWBdTPslrwtKWqkp8dA==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 + '@typescript-eslint/eslint-plugin': ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 jest: '*' peerDependenciesMeta: @@ -9218,42 +9126,42 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.4.0_7af69aee5d2ac17fec5214bc4b024ac3 - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.6.2 - eslint: 8.10.0 + '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 + '@typescript-eslint/utils': 5.14.0_eslint@8.11.0+typescript@4.6.2 + eslint: 8.11.0 jest: 27.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.10.0: + /eslint-plugin-node/11.1.0_eslint@8.11.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.10.0 - eslint-plugin-es: 3.0.1_eslint@8.10.0 + eslint: 8.11.0 + eslint-plugin-es: 3.0.1_eslint@8.11.0 eslint-utils: 2.1.0 ignore: 5.2.0 - minimatch: 3.0.4 - resolve: 1.20.0 + minimatch: 3.1.2 + resolve: 1.22.0 semver: 6.3.0 dev: true - /eslint-plugin-nuxt/3.1.0_eslint@8.10.0: - resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} + /eslint-plugin-nuxt/3.2.0_eslint@8.11.0: + resolution: {integrity: sha512-SWpmJALwagdrlMooajFX9IFxFEKdBxD+e4NFOVw9FGc22HQpNKdiljRHchS/3O5e2R7sPZYv8xdCtoordqIXFQ==} dependencies: - eslint-plugin-vue: 8.5.0_eslint@8.10.0 + eslint-plugin-vue: 8.5.0_eslint@8.11.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.10.0 + vue-eslint-parser: 8.3.0_eslint@8.11.0 transitivePeerDependencies: - eslint - supports-color dev: true - /eslint-plugin-prettier/4.0.0_f3d13a703a9c1079e3d1af6044603beb: + /eslint-plugin-prettier/4.0.0_c9d5adccfd1d43a8805a302169f6a967: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -9264,33 +9172,32 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.10.0 - eslint-config-prettier: 8.5.0_eslint@8.10.0 + eslint: 8.11.0 + eslint-config-prettier: 8.5.0_eslint@8.11.0 prettier: 2.5.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/5.1.1_eslint@8.10.0: - resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} - engines: {node: ^10.12.0 || >=12.0.0} + /eslint-plugin-promise/6.0.0_eslint@8.11.0: + resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^7.0.0 + eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.10.0 + eslint: 8.11.0 dev: true - /eslint-plugin-unicorn/39.0.0_eslint@8.10.0: - resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==} + /eslint-plugin-unicorn/41.0.0_eslint@8.11.0: + resolution: {integrity: sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==} engines: {node: '>=12'} peerDependencies: - eslint: '>=7.32.0' + eslint: '>=8.8.0' dependencies: - '@babel/helper-validator-identifier': 7.15.7 + '@babel/helper-validator-identifier': 7.16.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.10.0 - eslint-template-visitor: 2.3.2_eslint@8.10.0 - eslint-utils: 3.0.0_eslint@8.10.0 + eslint: 8.11.0 + eslint-utils: 3.0.0_eslint@8.11.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -9301,21 +9208,19 @@ packages: safe-regex: 2.1.1 semver: 7.3.5 strip-indent: 3.0.0 - transitivePeerDependencies: - - supports-color dev: true - /eslint-plugin-vue/8.5.0_eslint@8.10.0: + /eslint-plugin-vue/8.5.0_eslint@8.11.0: resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.10.0 - eslint-utils: 3.0.0_eslint@8.10.0 + eslint: 8.11.0 + eslint-utils: 3.0.0_eslint@8.11.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.3.0_eslint@8.10.0 + vue-eslint-parser: 8.3.0_eslint@8.11.0 transitivePeerDependencies: - supports-color dev: true @@ -9336,14 +9241,6 @@ packages: estraverse: 4.3.0 dev: true - /eslint-scope/6.0.0: - resolution: {integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - dev: true - /eslint-scope/7.1.1: resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -9352,21 +9249,6 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.10.0: - resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} - peerDependencies: - eslint: '>=7.0.0' - dependencies: - '@babel/core': 7.17.5 - '@babel/eslint-parser': 7.16.3_@babel+core@7.17.5+eslint@8.10.0 - eslint: 8.10.0 - eslint-visitor-keys: 2.1.0 - esquery: 1.4.0 - multimap: 1.1.0 - transitivePeerDependencies: - - supports-color - dev: true - /eslint-utils/2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} @@ -9374,13 +9256,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.10.0: + /eslint-utils/3.0.0_eslint@8.11.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.10.0 + eslint: 8.11.0 eslint-visitor-keys: 2.1.0 dev: true @@ -9394,17 +9276,12 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.2.0: - resolution: {integrity: sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /eslint-visitor-keys/3.3.0: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin/2.5.4_eslint@8.10.0: + /eslint-webpack-plugin/2.5.4_eslint@8.11.0: resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9413,19 +9290,19 @@ packages: dependencies: '@types/eslint': 7.28.2 arrify: 2.0.1 - eslint: 8.10.0 + eslint: 8.11.0 jest-worker: 26.6.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 dev: true - /eslint/8.10.0: - resolution: {integrity: sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==} + /eslint/8.11.0: + resolution: {integrity: sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.2.0 + '@eslint/eslintrc': 1.2.1 '@humanwhocodes/config-array': 0.9.5 ajv: 6.12.6 chalk: 4.1.2 @@ -9434,7 +9311,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.10.0 + eslint-utils: 3.0.0_eslint@8.11.0 eslint-visitor-keys: 3.3.0 espree: 9.3.1 esquery: 1.4.0 @@ -9464,15 +9341,6 @@ packages: - supports-color dev: true - /espree/9.3.0: - resolution: {integrity: sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.7.0 - acorn-jsx: 5.3.2_acorn@8.7.0 - eslint-visitor-keys: 3.2.0 - dev: true - /espree/9.3.1: resolution: {integrity: sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -9595,18 +9463,6 @@ packages: snapdragon: 0.8.2 to-regex: 3.0.2 - /expect/26.6.2: - resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} - engines: {node: '>= 10.14.2'} - dependencies: - '@jest/types': 26.6.2 - ansi-styles: 4.3.0 - jest-get-type: 26.3.0 - jest-matcher-utils: 26.6.2 - jest-message-util: 26.6.2 - jest-regex-util: 26.0.0 - dev: true - /expect/27.5.1: resolution: {integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -9975,8 +9831,8 @@ packages: readable-stream: 2.3.7 dev: false - /follow-redirects/1.14.8: - resolution: {integrity: sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==} + /follow-redirects/1.14.9: + resolution: {integrity: sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -9989,7 +9845,7 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.10.0+typescript@4.2.4: + /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.11.0+typescript@4.2.4: resolution: {integrity: sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -10009,7 +9865,7 @@ packages: chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.10.0 + eslint: 8.11.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -10038,7 +9894,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.34 + mime-types: 2.1.35 dev: true /formdata-node/4.3.1: @@ -11005,7 +10861,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.14.8 + follow-redirects: 1.14.9 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -11104,21 +10960,11 @@ packages: resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=} dev: false - /ignore/4.0.6: - resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} - engines: {node: '>= 4'} - dev: true - /ignore/5.1.8: resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==} engines: {node: '>= 4'} dev: false - /ignore/5.1.9: - resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==} - engines: {node: '>= 4'} - dev: true - /ignore/5.2.0: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} @@ -11274,8 +11120,8 @@ packages: through: 2.3.8 dev: true - /insomnia-importers/2.5.1_openapi-types@10.0.0: - resolution: {integrity: sha512-6xE9s9udFMwBY7i12RZtVQmCPqyIQoOEoFu8iIVNrDTpev15It0J5CJ666z+mxrjjM2bVNoqAzU+sTg0kpqZ9w==} + /insomnia-importers/2.5.2_openapi-types@10.0.0: + resolution: {integrity: sha512-LMgjHPus+VsyggNx9lPzgo+L0wk26uxEiZz4ZZInH79MjrfTt3Hc1Kymk6Cuo8KuNVLpe3pQgIysPfqojM/BRA==} hasBin: true dependencies: '@apidevtools/swagger-parser': 10.0.2_openapi-types@10.0.0 @@ -11908,16 +11754,6 @@ packages: - utf-8-validate dev: true - /jest-diff/26.6.2: - resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} - engines: {node: '>= 10.14.2'} - dependencies: - chalk: 4.1.2 - diff-sequences: 26.6.2 - jest-get-type: 26.3.0 - pretty-format: 26.6.2 - dev: true - /jest-diff/27.5.1: resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -11976,11 +11812,6 @@ packages: jest-util: 27.5.1 dev: true - /jest-get-type/26.3.0: - resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} - engines: {node: '>= 10.14.2'} - dev: true - /jest-get-type/27.5.1: resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -12039,16 +11870,6 @@ packages: pretty-format: 27.5.1 dev: true - /jest-matcher-utils/26.6.2: - resolution: {integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==} - engines: {node: '>= 10.14.2'} - dependencies: - chalk: 4.1.2 - jest-diff: 26.6.2 - jest-get-type: 26.3.0 - pretty-format: 26.6.2 - dev: true - /jest-matcher-utils/27.5.1: resolution: {integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -12059,21 +11880,6 @@ packages: pretty-format: 27.5.1 dev: true - /jest-message-util/26.6.2: - resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} - engines: {node: '>= 10.14.2'} - dependencies: - '@babel/code-frame': 7.16.7 - '@jest/types': 26.6.2 - '@types/stack-utils': 2.0.1 - chalk: 4.1.2 - graceful-fs: 4.2.9 - micromatch: 4.0.4 - pretty-format: 26.6.2 - slash: 3.0.0 - stack-utils: 2.0.5 - dev: true - /jest-message-util/27.5.1: resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -12109,11 +11915,6 @@ packages: jest-resolve: 27.5.1 dev: true - /jest-regex-util/26.0.0: - resolution: {integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==} - engines: {node: '>= 10.14.2'} - dev: true - /jest-regex-util/27.5.1: resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -12522,7 +12323,7 @@ packages: /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} optionalDependencies: - graceful-fs: 4.2.9 + graceful-fs: 4.2.8 dev: false /jsonfile/6.1.0: @@ -12530,7 +12331,7 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.9 + graceful-fs: 4.2.8 /jsonify/0.0.0: resolution: {integrity: sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=} @@ -12858,6 +12659,11 @@ packages: emojis-list: 3.0.0 json5: 2.2.0 + /local-pkg/0.4.1: + resolution: {integrity: sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==} + engines: {node: '>=14'} + dev: true + /localforage/1.10.0: resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==} dependencies: @@ -13331,6 +13137,11 @@ packages: resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==} engines: {node: '>= 0.6'} + /mime-db/1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + dev: true + /mime-format/2.0.1: resolution: {integrity: sha512-XxU3ngPbEnrYnNbIX+lYSaYg0M01v6p2ntd2YaFksTu0vayaw5OJvbdRyWs07EYRlLED5qadUZ+xo+XhOvFhwg==} dependencies: @@ -13343,6 +13154,13 @@ packages: dependencies: mime-db: 1.51.0 + /mime-types/2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.52.0 + dev: true + /mime/1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} @@ -13396,12 +13214,6 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimatch/3.1.0: - resolution: {integrity: sha512-vgmUyWyt2qidcJXdF6e+kf4DgJha4vzf3ctWJ0uGjfvqEgoX2V4GXQt0eZwM2FJWKANfS8VmzpvPKbWYibkHZA==} - dependencies: - brace-expansion: 1.1.11 - dev: false - /minimatch/3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -13529,8 +13341,8 @@ packages: resolution: {integrity: sha512-xezyv7hnfFPuiDS3AiJuWs0OxlvooS++3L2lURvmh/1n7UG4O2Ehz9UkwWgg3wyLEPKGVfJLlr2DjjTCl9UJTg==} dev: true - /mocha/9.2.1: - resolution: {integrity: sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==} + /mocha/9.2.2: + resolution: {integrity: sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==} engines: {node: '>= 12.0.0'} hasBin: true dependencies: @@ -13547,9 +13359,9 @@ packages: he: 1.2.0 js-yaml: 4.1.0 log-symbols: 4.1.0 - minimatch: 3.0.4 + minimatch: 4.2.1 ms: 2.1.3 - nanoid: 3.2.0 + nanoid: 3.3.1 serialize-javascript: 6.0.0 strip-json-comments: 3.1.1 supports-color: 8.1.1 @@ -13588,10 +13400,6 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /multimap/1.1.0: - resolution: {integrity: sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==} - dev: true - /mustache/2.3.2: resolution: {integrity: sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==} engines: {npm: '>=1.4.0'} @@ -13620,12 +13428,6 @@ packages: dev: false optional: true - /nanoid/3.2.0: - resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true - /nanoid/3.3.1: resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -13899,7 +13701,7 @@ packages: /nuxt-windicss/2.2.8: resolution: {integrity: sha512-l0mONjhsxhkDa/XVLbQZIaA2+xxo+IBCWyieR7vq1Rl4BDRghNXYPMi8H04qwNND8R0cQQNQYUmECxjUg1LlAQ==} dependencies: - '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27446051.40d325e + '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27453291.e891ea0 '@windicss/plugin-utils': 1.8.3 consola: 2.15.3 defu: 5.0.1 @@ -13914,8 +13716,11 @@ packages: windicss-analysis: 0.3.5 windicss-webpack-plugin: 1.6.7 transitivePeerDependencies: + - esbuild + - rollup - supports-color - vite + - webpack dev: true /nuxt/2.15.8_typescript@4.6.2: @@ -14501,13 +14306,6 @@ packages: engines: {node: '>= 6'} dev: true - /pkg-dir/2.0.0: - resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - dev: true - /pkg-dir/3.0.0: resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} engines: {node: '>=6'} @@ -15203,7 +15001,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: mime: 2.5.2 - minimatch: 3.1.0 + minimatch: 3.1.2 mkdirp: 0.5.5 postcss: 7.0.39 xxhashjs: 0.2.2 @@ -15354,16 +15152,6 @@ packages: renderkid: 2.0.7 dev: false - /pretty-format/26.6.2: - resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} - engines: {node: '>= 10'} - dependencies: - '@jest/types': 26.6.2 - ansi-regex: 5.0.1 - ansi-styles: 4.3.0 - react-is: 17.0.2 - dev: true - /pretty-format/27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -16012,7 +15800,7 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.2.0_rollup@2.70.0+typescript@4.6.2: + /rollup-plugin-dts/4.2.0_rollup@2.70.1+typescript@4.6.2: resolution: {integrity: sha512-lx6irWVhz/x4//tIqRhzk4FOqGQ0n37ZM2wpPCn4uafl/EmiV92om7ZdAsq7Bzho6C+Xh5GfsyuP9H+Udv72Lg==} engines: {node: '>=v12.22.10'} peerDependencies: @@ -16020,13 +15808,13 @@ packages: typescript: ^4.1 dependencies: magic-string: 0.26.1 - rollup: 2.70.0 + rollup: 2.70.1 typescript: 4.6.2 optionalDependencies: '@babel/code-frame': 7.16.7 dev: true - /rollup-plugin-ts/2.0.5_rollup@2.70.0+typescript@4.6.2: + /rollup-plugin-ts/2.0.5_rollup@2.70.1+typescript@4.6.2: resolution: {integrity: sha512-yLfu46XsheAEDs+OxCMnHszble9pYwGYDML82lpMw3x/65kgwd9UQSkPX0HZGk+6L+MN8hFgqeh+SPmv+uOz1w==} engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: @@ -16060,14 +15848,14 @@ packages: compatfactory: 0.0.12_typescript@4.6.2 crosspath: 1.0.0 magic-string: 0.25.9 - rollup: 2.70.0 + rollup: 2.70.1 ts-clone-node: 0.3.30_typescript@4.6.2 tslib: 2.3.1 typescript: 4.6.2 dev: true - /rollup/2.70.0: - resolution: {integrity: sha512-iEzYw+syFxQ0X9RefVwhr8BA2TNJsTaX8L8dhyeyMECDbmiba+8UQzcu+xZdji0+JQ+s7kouQnw+9Oz5M19XKA==} + /rollup/2.70.1: + resolution: {integrity: sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -17890,8 +17678,8 @@ packages: typescript: 4.6.2 dev: false - /tsconfig-paths/3.12.0: - resolution: {integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==} + /tsconfig-paths/3.14.0: + resolution: {integrity: sha512-cg/1jAZoL57R39+wiw4u/SCC6Ic9Q5NqjBOb+9xISedOYurfog9ZNmKJSxAnb2m/5Bq4lE9lhUcau33Ml8DM0g==} dependencies: '@types/json5': 0.0.29 json5: 1.0.1 @@ -17914,8 +17702,8 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tsup/5.12.0: - resolution: {integrity: sha512-FGZZNikQYGlEPtKEnz04hEniEO9ctP0rfWOdDeJCpFY4sqQe+TE90YNsv/1g0FshXoGYAOTFDYAVHg6Ovh003Q==} + /tsup/5.12.1: + resolution: {integrity: sha512-vI7E4T6+6n5guQ9UKUOkQmzd1n4V9abGK71lbnzJMLJspbkNby5zlwWvgvHafLdYCb1WXpjFuqqmNLjBA0Wz3g==} hasBin: true peerDependencies: typescript: ^4.1.0 @@ -17923,17 +17711,17 @@ packages: typescript: optional: true dependencies: - bundle-require: 3.0.4_esbuild@0.14.25 + bundle-require: 3.0.4_esbuild@0.14.26 cac: 6.7.12 chokidar: 3.5.3 debug: 4.3.3 - esbuild: 0.14.25 + esbuild: 0.14.26 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 postcss-load-config: 3.1.3 resolve-from: 5.0.0 - rollup: 2.70.0 + rollup: 2.70.1 source-map: 0.7.3 sucrase: 3.20.3 tree-kill: 1.2.2 @@ -18099,6 +17887,22 @@ packages: engines: {node: '>= 0.4.12'} dev: true + /unimport/0.0.8: + resolution: {integrity: sha512-WrDlMDCq1s5Nh7wBE5C/WRtnPeFwv0A0iiSjljlsoYwXLMkWDIveRWUhXWE/JYMYwy2KCHbahkGKDYBhFrM8fg==} + dependencies: + '@rollup/pluginutils': 4.2.0 + escape-string-regexp: 5.0.0 + local-pkg: 0.4.1 + magic-string: 0.26.1 + mlly: 0.4.3 + unplugin: 0.3.3 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + /union-value/1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} @@ -18202,6 +18006,26 @@ packages: webpack-virtual-modules: 0.4.3 dev: false + /unplugin/0.3.3: + resolution: {integrity: sha512-WjZWpUqqcYPQ/efR00Zm2m1+J1LitwoZ4uhHV4VdZ+IpW0Nh/qnDYtVf+nLhozXdGxslMPecOshVR7NiWFl4gA==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + webpack-virtual-modules: 0.4.3 + dev: true + /unquote/1.1.1: resolution: {integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=} @@ -18212,8 +18036,8 @@ packages: has-value: 0.3.1 isobject: 3.0.1 - /untyped/0.3.0: - resolution: {integrity: sha512-n4M5/T1wWlHFmohk0EhS+yM7W/h5dOtQldOV3MVEbZY1fTy5A47UL8+d8GLW1iwmaAwNrM5ERy3qe1k0T/Yc7A==} + /untyped/0.4.2: + resolution: {integrity: sha512-akHdcDop+tvtwPQxrbDfGf6zfQUgMjJXA8hXYYxcnmH6NnuMQatiY9wYDZ+jkUCcWuctb70f/QBYmbMsJpl48g==} dev: true /upath/1.2.0: @@ -18440,32 +18264,14 @@ packages: '@vue/composition-api': 1.4.9 dev: true - /vue-eslint-parser/8.0.1_eslint@8.10.0: - resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '>=6.0.0' - dependencies: - debug: 4.3.3 - eslint: 8.10.0 - eslint-scope: 6.0.0 - eslint-visitor-keys: 3.2.0 - espree: 9.3.0 - esquery: 1.4.0 - lodash: 4.17.21 - semver: 7.3.5 - transitivePeerDependencies: - - supports-color - dev: true - - /vue-eslint-parser/8.3.0_eslint@8.10.0: + /vue-eslint-parser/8.3.0_eslint@8.11.0: resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.3 - eslint: 8.10.0 + eslint: 8.11.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.1