From 0ceb622e6ecf7608c127dc733162ccfea957cf05 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 27 Feb 2022 20:19:28 +0530 Subject: [PATCH] chore(deps): bump --- package.json | 2 +- packages/hoppscotch-app/package.json | 26 +- packages/hoppscotch-data/package.json | 2 +- packages/hoppscotch-js-sandbox/package.json | 8 +- pnpm-lock.yaml | 849 ++++++++++---------- 5 files changed, 449 insertions(+), 438 deletions(-) diff --git a/package.json b/package.json index bce657132..6c812ebf8 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "devDependencies": { "@commitlint/cli": "^16.2.1", "@commitlint/config-conventional": "^16.2.1", - "@types/node": "^17.0.19" + "@types/node": "^17.0.21" } } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 73b1db04e..702e99298 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -46,15 +46,15 @@ "@codemirror/lang-json": "^0.19.2", "@codemirror/language": "^0.19.7", "@codemirror/legacy-modes": "^0.19.0", - "@codemirror/lint": "^0.19.3", + "@codemirror/lint": "^0.19.5", "@codemirror/matchbrackets": "^0.19.4", "@codemirror/rectangular-selection": "^0.19.1", "@codemirror/search": "^0.19.8", "@codemirror/state": "^0.19.9", "@codemirror/stream-parser": "^0.19.6", "@codemirror/text": "^0.19.6", - "@codemirror/tooltip": "^0.19.15", - "@codemirror/view": "^0.19.44", + "@codemirror/tooltip": "^0.19.16", + "@codemirror/view": "^0.19.45", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/data": "workspace:^0.4.0", "@hoppscotch/js-sandbox": "workspace:^2.0.0", @@ -66,7 +66,7 @@ "@nuxtjs/sentry": "^5.1.7", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", - "@urql/core": "^2.4.2", + "@urql/core": "^2.4.3", "@urql/exchange-auth": "^0.1.7", "@urql/exchange-graphcache": "^4.3.6", "acorn": "^8.7.0", @@ -99,7 +99,7 @@ "socket.io-client-v3": "npm:socket.io-client@^3.1.3", "socket.io-client-v4": "npm:socket.io-client@^4.4.1", "socketio-wildcard": "^2.0.0", - "splitpanes": "^2.4.0", + "splitpanes": "^2.4.1", "subscriptions-transport-ws": "^0.11.0", "tern": "^0.24.3", "uuid": "8.3.2", @@ -134,26 +134,26 @@ "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/svg": "^0.4.0", "@relmify/jest-fp-ts": "^1.1.1", - "@sentry/browser": "^6.17.9", + "@sentry/browser": "^6.18.0", "@testing-library/jest-dom": "^5.16.2", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", "@types/har-format": "^1.2.8", "@types/httpsnippet": "^1.23.1", - "@types/lodash": "^4.14.178", + "@types/lodash": "^4.14.179", "@types/postman-collection": "^3.5.7", "@types/splitpanes": "^2.2.1", "@types/uuid": "^8.3.4", "@urql/devtools": "^2.0.3", - "@vue/composition-api": "^1.4.6", + "@vue/composition-api": "^1.4.9", "@vue/runtime-dom": "^3.2.31", "@vue/test-utils": "^1.3.0", - "@vueuse/core": "^7.6.2", + "@vueuse/core": "^7.7.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.3", - "eslint": "^8.9.0", + "eslint": "^8.10.0", "eslint-config-prettier": "^8.4.0", "eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-prettier": "^4.0.0", @@ -161,13 +161,13 @@ "jest": "^27.5.1", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", - "nuxt-windicss": "^2.2.6", + "nuxt-windicss": "^2.2.7", "postcss-html": "^1.3.0", "prettier": "^2.5.1", "raw-loader": "^4.0.2", - "sass": "^1.49.8", + "sass": "^1.49.9", "sass-loader": "^10.2.0", - "stylelint": "^14.5.1", + "stylelint": "^14.5.3", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.3.0", "stylelint-config-standard": "^25.0.0", diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index 79670b1a5..02c3fc2cb 100644 --- a/packages/hoppscotch-data/package.json +++ b/packages/hoppscotch-data/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/hoppscotch/hoppscotch#readme", "devDependencies": { - "@types/lodash": "^4.14.178", + "@types/lodash": "^4.14.179", "tsup": "^5.11.13" }, "dependencies": { diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index a38438321..265820355 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -41,12 +41,12 @@ "devDependencies": { "@digitak/esrun": "^3.1.2", "@relmify/jest-fp-ts": "^1.1.1", - "@types/jest": "^27.4.0", - "@types/lodash": "^4.14.178", - "@types/node": "^17.0.19", + "@types/jest": "^27.4.1", + "@types/lodash": "^4.14.179", + "@types/node": "^17.0.21", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", - "eslint": "^8.9.0", + "eslint": "^8.10.0", "eslint-config-prettier": "^8.4.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f795dbaf..e61dce1a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ importers: specifiers: '@commitlint/cli': ^16.2.1 '@commitlint/config-conventional': ^16.2.1 - '@types/node': ^17.0.19 + '@types/node': ^17.0.21 husky: ^7.0.4 lint-staged: ^12.3.4 dependencies: @@ -15,7 +15,7 @@ importers: devDependencies: '@commitlint/cli': 16.2.1 '@commitlint/config-conventional': 16.2.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 packages/codemirror-lang-graphql: specifiers: @@ -57,15 +57,15 @@ importers: '@codemirror/lang-json': ^0.19.2 '@codemirror/language': ^0.19.7 '@codemirror/legacy-modes': ^0.19.0 - '@codemirror/lint': ^0.19.3 + '@codemirror/lint': ^0.19.5 '@codemirror/matchbrackets': ^0.19.4 '@codemirror/rectangular-selection': ^0.19.1 '@codemirror/search': ^0.19.8 '@codemirror/state': ^0.19.9 '@codemirror/stream-parser': ^0.19.6 '@codemirror/text': ^0.19.6 - '@codemirror/tooltip': ^0.19.15 - '@codemirror/view': ^0.19.44 + '@codemirror/tooltip': ^0.19.16 + '@codemirror/view': ^0.19.45 '@graphql-codegen/add': ^3.1.1 '@graphql-codegen/cli': 2.6.2 '@graphql-codegen/typed-document-node': ^2.2.5 @@ -97,25 +97,25 @@ importers: '@nuxtjs/svg': ^0.4.0 '@nuxtjs/toast': ^3.3.1 '@relmify/jest-fp-ts': ^1.1.1 - '@sentry/browser': ^6.17.9 + '@sentry/browser': ^6.18.0 '@testing-library/jest-dom': ^5.16.2 '@types/codemirror': ^5.60.5 '@types/cookie': ^0.4.1 '@types/esprima': ^4.0.3 '@types/har-format': ^1.2.8 '@types/httpsnippet': ^1.23.1 - '@types/lodash': ^4.14.178 + '@types/lodash': ^4.14.179 '@types/postman-collection': ^3.5.7 '@types/splitpanes': ^2.2.1 '@types/uuid': ^8.3.4 - '@urql/core': ^2.4.2 + '@urql/core': ^2.4.3 '@urql/devtools': ^2.0.3 '@urql/exchange-auth': ^0.1.7 '@urql/exchange-graphcache': ^4.3.6 - '@vue/composition-api': ^1.4.6 + '@vue/composition-api': ^1.4.9 '@vue/runtime-dom': ^3.2.31 '@vue/test-utils': ^1.3.0 - '@vueuse/core': ^7.6.2 + '@vueuse/core': ^7.7.0 acorn: ^8.7.0 acorn-walk: ^8.2.0 axios: ^0.26.0 @@ -123,7 +123,7 @@ importers: babel-jest: ^27.5.1 babel-loader: ^8.2.3 core-js: ^3.21.1 - eslint: ^8.9.0 + eslint: ^8.10.0 eslint-config-prettier: ^8.4.0 eslint-plugin-nuxt: ^3.1.0 eslint-plugin-prettier: ^4.0.0 @@ -148,7 +148,7 @@ importers: node-interval-tree: ^1.3.3 npm-run-all: ^4.1.5 nuxt: ^2.15.8 - nuxt-windicss: ^2.2.6 + nuxt-windicss: ^2.2.7 openapi-types: ^10.0.0 paho-mqtt: ^1.1.0 postcss-html: ^1.3.0 @@ -157,14 +157,14 @@ importers: qs: ^6.10.3 raw-loader: ^4.0.2 rxjs: ^7.5.4 - sass: ^1.49.8 + sass: ^1.49.9 sass-loader: ^10.2.0 socket.io-client-v2: npm:socket.io-client@^2.4.0 socket.io-client-v3: npm:socket.io-client@^3.1.3 socket.io-client-v4: npm:socket.io-client@^4.4.1 socketio-wildcard: ^2.0.0 - splitpanes: ^2.4.0 - stylelint: ^14.5.1 + splitpanes: ^2.4.1 + stylelint: ^14.5.3 stylelint-config-prettier: ^9.0.3 stylelint-config-recommended-vue: ^1.3.0 stylelint-config-standard: ^25.0.0 @@ -198,15 +198,15 @@ importers: '@codemirror/lang-json': 0.19.2 '@codemirror/language': 0.19.7 '@codemirror/legacy-modes': 0.19.0 - '@codemirror/lint': 0.19.3 + '@codemirror/lint': 0.19.5 '@codemirror/matchbrackets': 0.19.4 '@codemirror/rectangular-selection': 0.19.1 '@codemirror/search': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/stream-parser': 0.19.6 '@codemirror/text': 0.19.6 - '@codemirror/tooltip': 0.19.15 - '@codemirror/view': 0.19.44 + '@codemirror/tooltip': 0.19.16 + '@codemirror/view': 0.19.45 '@hoppscotch/codemirror-lang-graphql': link:../codemirror-lang-graphql '@hoppscotch/data': link:../hoppscotch-data '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox @@ -218,7 +218,7 @@ importers: '@nuxtjs/sentry': 5.1.7 '@nuxtjs/sitemap': 2.4.0 '@nuxtjs/toast': 3.3.1 - '@urql/core': 2.4.2_graphql@15.7.2 + '@urql/core': 2.4.3_graphql@15.7.2 '@urql/exchange-auth': 0.1.7_graphql@15.7.2 '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 acorn: 8.7.0 @@ -230,8 +230,8 @@ importers: fp-ts: 2.11.8 fuse.js: 6.5.3 graphql: 15.7.2 - graphql-language-service-interface: 2.9.1_713151d3ebee044e4cd9a835d9f40c9b - graphql-language-service-parser: 1.10.4_713151d3ebee044e4cd9a835d9f40c9b + graphql-language-service-interface: 2.9.1_c865ccc88454ab6ed45356a4d2b8d054 + graphql-language-service-parser: 1.10.4_c865ccc88454ab6ed45356a4d2b8d054 graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 insomnia-importers: 2.4.1_openapi-types@10.0.0 @@ -251,7 +251,7 @@ importers: socket.io-client-v3: /socket.io-client/3.1.3 socket.io-client-v4: /socket.io-client/4.4.1 socketio-wildcard: 2.0.0 - splitpanes: 2.4.0 + splitpanes: 2.4.1 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 tern: 0.24.3 uuid: 8.3.2 @@ -266,63 +266,63 @@ importers: '@babel/core': 7.17.5 '@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_713151d3ebee044e4cd9a835d9f40c9b + '@graphql-codegen/cli': 2.6.2_c865ccc88454ab6ed45356a4d2b8d054 '@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/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.8 - '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.9.0 + '@nuxt/types': 2.15.8_sass@1.49.9 + '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.10.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 8.0.0_e40de970075d4d5a10c059e5371fff87 - '@nuxtjs/eslint-module': 3.0.2_eslint@8.9.0 + '@nuxtjs/eslint-config-typescript': 8.0.0_41379bc407ff2da195916b200f9a884e + '@nuxtjs/eslint-module': 3.0.2_eslint@8.10.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.1 + '@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 - '@sentry/browser': 6.17.9 + '@sentry/browser': 6.18.0 '@testing-library/jest-dom': 5.16.2 '@types/codemirror': 5.60.5 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 '@types/har-format': 1.2.8 '@types/httpsnippet': 1.23.1 - '@types/lodash': 4.14.178 + '@types/lodash': 4.14.179 '@types/postman-collection': 3.5.7 '@types/splitpanes': 2.2.1 '@types/uuid': 8.3.4 - '@urql/devtools': 2.0.3_@urql+core@2.4.2+graphql@15.7.2 - '@vue/composition-api': 1.4.6 + '@urql/devtools': 2.0.3_@urql+core@2.4.3+graphql@15.7.2 + '@vue/composition-api': 1.4.9 '@vue/runtime-dom': 3.2.31 '@vue/test-utils': 1.3.0 - '@vueuse/core': 7.6.2_@vue+composition-api@1.4.6 + '@vueuse/core': 7.7.0_@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.9.0 - eslint-config-prettier: 8.4.0_eslint@8.9.0 - eslint-plugin-nuxt: 3.1.0_eslint@8.9.0 - eslint-plugin-prettier: 4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f - eslint-plugin-vue: 8.5.0_eslint@8.9.0 + eslint: 8.10.0 + eslint-config-prettier: 8.4.0_eslint@8.10.0 + eslint-plugin-nuxt: 3.1.0_eslint@8.10.0 + eslint-plugin-prettier: 4.0.0_1669956a82292b1f29101a00a555e5bf + eslint-plugin-vue: 8.5.0_eslint@8.10.0 jest: 27.5.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 - nuxt-windicss: 2.2.6 + nuxt-windicss: 2.2.7 postcss-html: 1.3.0 prettier: 2.5.1 raw-loader: 4.0.2 - sass: 1.49.8 - sass-loader: 10.2.0_sass@1.49.8 - stylelint: 14.5.1 - stylelint-config-prettier: 9.0.3_stylelint@14.5.1 - stylelint-config-recommended-vue: 1.3.0_0c9d5bee66cd9feb916562513487bd4e - stylelint-config-standard: 25.0.0_stylelint@14.5.1 - stylelint-config-standard-scss: 3.0.0_stylelint@14.5.1 + sass: 1.49.9 + sass-loader: 10.2.0_sass@1.49.9 + stylelint: 14.5.3 + stylelint-config-prettier: 9.0.3_stylelint@14.5.3 + stylelint-config-recommended-vue: 1.3.0_5a0e8a91b05709dd3bc8bbe41065947c + stylelint-config-standard: 25.0.0_stylelint@14.5.3 + stylelint-config-standard-scss: 3.0.0_stylelint@14.5.3 ts-jest: 27.1.3_3467fede191f86dcda3695bf4ddedf9c typescript: 4.5.5 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 @@ -331,7 +331,7 @@ importers: packages/hoppscotch-data: specifiers: - '@types/lodash': ^4.14.178 + '@types/lodash': ^4.14.179 fp-ts: ^2.11.8 io-ts: ^2.2.16 lodash: ^4.17.21 @@ -343,7 +343,7 @@ importers: lodash: 4.17.21 parser-ts: 0.6.16_fp-ts@2.11.8 devDependencies: - '@types/lodash': 4.14.178 + '@types/lodash': 4.14.179 tsup: 5.11.13 packages/hoppscotch-js-sandbox: @@ -351,12 +351,12 @@ importers: '@digitak/esrun': ^3.1.2 '@hoppscotch/data': workspace:^0.4.0 '@relmify/jest-fp-ts': ^1.1.1 - '@types/jest': ^27.4.0 - '@types/lodash': ^4.14.178 - '@types/node': ^17.0.19 + '@types/jest': ^27.4.1 + '@types/lodash': ^4.14.179 + '@types/node': ^17.0.21 '@typescript-eslint/eslint-plugin': ^5.12.1 '@typescript-eslint/parser': ^5.12.1 - eslint: ^8.9.0 + eslint: ^8.10.0 eslint-config-prettier: ^8.4.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.8 @@ -375,18 +375,18 @@ importers: devDependencies: '@digitak/esrun': 3.1.2 '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.8+io-ts@2.2.16 - '@types/jest': 27.4.0 - '@types/lodash': 4.14.178 - '@types/node': 17.0.19 - '@typescript-eslint/eslint-plugin': 5.12.1_aa3af6382115a42a71cc388b7b2c30b3 - '@typescript-eslint/parser': 5.12.1_eslint@8.9.0+typescript@4.5.5 - eslint: 8.9.0 - eslint-config-prettier: 8.4.0_eslint@8.9.0 - eslint-plugin-prettier: 4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f + '@types/jest': 27.4.1 + '@types/lodash': 4.14.179 + '@types/node': 17.0.21 + '@typescript-eslint/eslint-plugin': 5.12.1_27a0c788acac7d65514027b167e3b3f6 + '@typescript-eslint/parser': 5.12.1_eslint@8.10.0+typescript@4.5.5 + eslint: 8.10.0 + eslint-config-prettier: 8.4.0_eslint@8.10.0 + eslint-plugin-prettier: 4.0.0_1669956a82292b1f29101a00a555e5bf io-ts: 2.2.16_fp-ts@2.11.8 jest: 27.5.1 prettier: 2.5.1 - ts-jest: 27.1.3_1e2406a8ca2ae3dc934d01f9ee2aebbb + ts-jest: 27.1.3_8fa130d172bf7d71653f05507c50c5a3 typescript: 4.5.5 packages: @@ -401,6 +401,11 @@ packages: resolution: {integrity: sha512-gqkpvjkgFUu+s3kP+Ly33OKpo5zvVY3FDFhv5BIb98SncS3KD6DNxPfNDjwHIoyXbz1leWo1j8DtRLZ1D2Jv+Q==} dependencies: '@types/throttle-debounce': 2.1.0 + dev: false + + /@antfu/utils/0.5.0: + resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==} + dev: true /@apidevtools/json-schema-ref-parser/9.0.9: resolution: {integrity: sha512-GBD2Le9w2+lVFoc4vswGI/TjkNIZSVp7+9xPf+X3uidBfWnAeUWmquteSyt0+VCrhNMWj/FTABISQrD3Z/YA+w==} @@ -489,7 +494,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.16.3_@babel+core@7.17.5+eslint@8.9.0: + /@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: @@ -497,7 +502,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.17.5 - eslint: 8.9.0 + eslint: 8.10.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -1860,8 +1865,8 @@ packages: '@codemirror/language': 0.19.7 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/tooltip': 0.19.15 - '@codemirror/view': 0.19.44 + '@codemirror/tooltip': 0.19.16 + '@codemirror/view': 0.19.45 '@lezer/common': 0.15.11 dev: false @@ -1872,7 +1877,7 @@ packages: '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/commands/0.19.8: @@ -1882,7 +1887,7 @@ packages: '@codemirror/matchbrackets': 0.19.4 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 '@lezer/common': 0.15.11 dev: false @@ -1891,7 +1896,7 @@ packages: dependencies: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/fold/0.19.3: @@ -1901,7 +1906,7 @@ packages: '@codemirror/language': 0.19.7 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/gutter/0.19.9: @@ -1909,7 +1914,7 @@ packages: dependencies: '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/highlight/0.19.7: @@ -1918,7 +1923,7 @@ packages: '@codemirror/language': 0.19.7 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 '@lezer/common': 0.15.11 style-mod: 4.0.0 dev: false @@ -1927,7 +1932,7 @@ packages: resolution: {integrity: sha512-unhP4t3N2smzmHoo/Yio6ueWi+il8gm9VKrvi6wlcdGH5fOfVDNkmjHQ495SiR+EdOG35+3iNebSPYww0vN7ow==} dependencies: '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/lang-javascript/0.19.7: @@ -1936,9 +1941,9 @@ packages: '@codemirror/autocomplete': 0.19.13 '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.7 - '@codemirror/lint': 0.19.3 + '@codemirror/lint': 0.19.5 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 '@lezer/javascript': 0.15.3 dev: false @@ -1955,7 +1960,7 @@ packages: dependencies: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 '@lezer/common': 0.15.11 '@lezer/lr': 0.15.8 dev: false @@ -1966,15 +1971,15 @@ packages: '@codemirror/stream-parser': 0.19.6 dev: false - /@codemirror/lint/0.19.3: - resolution: {integrity: sha512-+c39s05ybD2NjghxkPFsUbH/qBL0cdzKmtHbzUm0RVspeL2OiP7uHYJ6J5+Qr9RjMIPWzcqSauRqxfmCrctUfg==} + /@codemirror/lint/0.19.5: + resolution: {integrity: sha512-J6AnEj2WyQfejWmlm4TS5ItVDAe2R+1cO79138HEUJnAN0CX6pVG6zI9cUhoy6V6dsV0hTwFmu6TzGe6vNhkXA==} dependencies: '@codemirror/gutter': 0.19.9 '@codemirror/panel': 0.19.1 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/tooltip': 0.19.15 - '@codemirror/view': 0.19.44 + '@codemirror/tooltip': 0.19.16 + '@codemirror/view': 0.19.45 crelt: 1.0.5 dev: false @@ -1983,7 +1988,7 @@ packages: dependencies: '@codemirror/language': 0.19.7 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 '@lezer/common': 0.15.11 dev: false @@ -1991,7 +1996,7 @@ packages: resolution: {integrity: sha512-sYeOCMA3KRYxZYJYn5PNlt9yNsjy3zTNTrbYSfVgjgL9QomIVgOJWPO5hZ2sTN8lufO6lw0vTBsIPL9MSidmBg==} dependencies: '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/rangeset/0.19.8: @@ -2005,7 +2010,7 @@ packages: dependencies: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false /@codemirror/search/0.19.8: @@ -2015,7 +2020,7 @@ packages: '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 crelt: 1.0.5 dev: false @@ -2040,15 +2045,15 @@ packages: resolution: {integrity: sha512-T9jnREMIygx+TPC1bOuepz18maGq/92q2a+n4qTqObKwvNMg+8cMTslb8yxeEDEq7S3kpgGWxgO1UWbQRij0dA==} dev: false - /@codemirror/tooltip/0.19.15: - resolution: {integrity: sha512-Fb4fKgVziUNSOAhclsvsqHw+1bCfh5po8xT/hw2UQW0UV41t73tJqX5AiqSwmtaDHExN7DFyzG8VQa05d/7g3Q==} + /@codemirror/tooltip/0.19.16: + resolution: {integrity: sha512-zxKDHryUV5/RS45AQL+wOeN+i7/l81wK56OMnUPoTSzCWNITfxHn7BToDsjtrRKbzHqUxKYmBnn/4hPjpZ4WJQ==} dependencies: '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.44 + '@codemirror/view': 0.19.45 dev: false - /@codemirror/view/0.19.44: - resolution: {integrity: sha512-vahNUE6hSXdjzs1gcztKPJQhZu+ZIwRpK4ZGZTSD81/CZUVqtlF75W3RCYVgEdjTI1l6ogJmIL6FM2Xj7ltn7Q==} + /@codemirror/view/0.19.45: + resolution: {integrity: sha512-wR19UBYvJMeV9axa5Xo6ATbAP1jl30BPFZ5buu3cJjYXwlRhJDjzw2wUbxk1zsR1LtAe5jrRNeWEtGA+IPacxw==} dependencies: '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 @@ -2138,10 +2143,10 @@ packages: '@commitlint/execute-rule': 16.2.1 '@commitlint/resolve-extends': 16.2.1 '@commitlint/types': 16.2.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.5_003c8a6da24af261bf8b8ce51aec1adf + cosmiconfig-typescript-loader: 1.0.5_99a448058f874aec2a353d0e974167cc lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.5.5 @@ -2170,7 +2175,7 @@ packages: dependencies: '@commitlint/top-level': 16.2.1 '@commitlint/types': 16.2.1 - fs-extra: 10.0.0 + fs-extra: 10.0.1 git-raw-commits: 2.0.11 dev: true @@ -2257,8 +2262,8 @@ packages: transitivePeerDependencies: - typescript - /@eslint/eslintrc/1.1.0: - resolution: {integrity: sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==} + /@eslint/eslintrc/1.2.0: + resolution: {integrity: sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -2736,7 +2741,7 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.6.2_713151d3ebee044e4cd9a835d9f40c9b: + /@graphql-codegen/cli/2.6.2_c865ccc88454ab6ed45356a4d2b8d054: resolution: {integrity: sha512-UO75msoVgvLEvfjCezM09cQQqp32+mR8Ma1ACsBpr7nroFvHbgcu2ulx1cMovg4sxDBCsvd9Eq/xOOMpARUxtw==} hasBin: true peerDependencies: @@ -2751,8 +2756,8 @@ packages: '@graphql-tools/graphql-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/load': 7.5.1_graphql@15.7.2 - '@graphql-tools/prisma-loader': 7.1.1_8cb77c507ecaf67b39b1811a1bfefdc1 - '@graphql-tools/url-loader': 7.7.1_8cb77c507ecaf67b39b1811a1bfefdc1 + '@graphql-tools/prisma-loader': 7.1.1_e92fd8447452a16eb0b9d4ba1df1f876 + '@graphql-tools/url-loader': 7.7.1_e92fd8447452a16eb0b9d4ba1df1f876 '@graphql-tools/utils': 8.6.1_graphql@15.7.2 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -2766,7 +2771,7 @@ packages: glob: 7.2.0 globby: 11.1.0 graphql: 15.7.2 - graphql-config: 4.1.0_713151d3ebee044e4cd9a835d9f40c9b + graphql-config: 4.1.0_c865ccc88454ab6ed45356a4d2b8d054 inquirer: 8.2.0 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -3133,12 +3138,12 @@ packages: tslib: 2.3.1 dev: true - /@graphql-tools/prisma-loader/7.1.1_8cb77c507ecaf67b39b1811a1bfefdc1: + /@graphql-tools/prisma-loader/7.1.1_e92fd8447452a16eb0b9d4ba1df1f876: resolution: {integrity: sha512-9hVpG3BNsXAYMLPlZhSHubk6qBmiHLo/UlU0ldL100sMpqI46iBaHNhTNXZCSdd81hT+4HNqaDXNFqyKJ22OGQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/url-loader': 7.7.1_8cb77c507ecaf67b39b1811a1bfefdc1 + '@graphql-tools/url-loader': 7.7.1_e92fd8447452a16eb0b9d4ba1df1f876 '@graphql-tools/utils': 8.6.1_graphql@15.7.2 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.33 @@ -3192,7 +3197,7 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 - /@graphql-tools/url-loader/7.7.0_8cb77c507ecaf67b39b1811a1bfefdc1: + /@graphql-tools/url-loader/7.7.0_e92fd8447452a16eb0b9d4ba1df1f876: resolution: {integrity: sha512-mBBb+aJqI4E0MVEzyfi76Pi/G6lGxGTVt/tP1YtKJly7UnonNoWOtDusdL3zIVAGhGgLsNrLbGhLDbwSd6TV6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3210,7 +3215,7 @@ packages: graphql-sse: 1.0.6_graphql@15.7.2 graphql-ws: 5.5.5_graphql@15.7.2 isomorphic-ws: 4.0.1_ws@8.5.0 - meros: 1.1.4_@types+node@17.0.19 + meros: 1.1.4_@types+node@17.0.21 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3223,7 +3228,7 @@ packages: - encoding - utf-8-validate - /@graphql-tools/url-loader/7.7.1_8cb77c507ecaf67b39b1811a1bfefdc1: + /@graphql-tools/url-loader/7.7.1_e92fd8447452a16eb0b9d4ba1df1f876: resolution: {integrity: sha512-K/5amdeHtKYI976HVd/AXdSNvLL7vx5QVjMlwN0OHeYyxSgC+UOH+KkS7cshYgL13SekGu0Mxbg9ABfgQ34ECA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3241,7 +3246,7 @@ packages: graphql-sse: 1.0.6_graphql@15.7.2 graphql-ws: 5.5.5_graphql@15.7.2 isomorphic-ws: 4.0.1_ws@8.5.0 - meros: 1.1.4_@types+node@17.0.19 + meros: 1.1.4_@types+node@17.0.21 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3324,8 +3329,8 @@ packages: yargs: 16.2.0 dev: false - /@humanwhocodes/config-array/0.9.3: - resolution: {integrity: sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==} + /@humanwhocodes/config-array/0.9.5: + resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -3384,7 +3389,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -3405,7 +3410,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -3442,7 +3447,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 jest-mock: 27.5.1 dev: true @@ -3452,7 +3457,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 17.0.19 + '@types/node': 17.0.21 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -3481,7 +3486,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3565,7 +3570,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3576,7 +3581,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3626,8 +3631,8 @@ packages: dependencies: '@lezer/common': 0.15.11 - /@mdn/browser-compat-data/4.1.8: - resolution: {integrity: sha512-iY8qGU+yJvscccvWLyWPKfF9BSLmSFth5HBNjSNtIfoyUrQV3lTZml+zyKWRymMYCgvos6LiSqMj1RDEj3TehA==} + /@mdn/browser-compat-data/4.1.9: + resolution: {integrity: sha512-MGIACLLfhkuJ4rV5JPIOFNLJN+JWgYmV83NMBfx8EvRma+kcEAFivVgHHuEPJtdCba5zRpMx/cIGrXfVyGN56g==} dev: true /@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2: @@ -3882,7 +3887,7 @@ packages: postcss-import-resolver: 2.0.0 scule: 0.2.1 std-env: 3.0.1 - ufo: 0.7.10 + ufo: 0.7.11 dev: true /@nuxt/server/2.15.8: @@ -3924,7 +3929,7 @@ packages: inquirer: 7.3.3 is-docker: 2.2.1 jiti: 1.12.9 - nanoid: 3.1.30 + nanoid: 3.3.1 node-fetch: 2.6.7 parse-git-config: 3.0.0 rc9: 1.2.0 @@ -3933,7 +3938,7 @@ packages: - encoding dev: false - /@nuxt/types/2.15.8_sass@1.49.8: + /@nuxt/types/2.15.8_sass@1.49.9: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -3954,7 +3959,7 @@ packages: '@types/webpack-bundle-analyzer': 3.9.3 '@types/webpack-dev-middleware': 4.1.2 '@types/webpack-hot-middleware': 2.25.4 - sass-loader: 10.1.1_sass@1.49.8 + sass-loader: 10.1.1_sass@1.49.9 transitivePeerDependencies: - fibers - node-sass @@ -3962,14 +3967,14 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.9.0: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@8.10.0: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.49.8 + '@nuxt/types': 2.15.8_sass@1.49.9 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.9.0+typescript@4.2.4 + fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.10.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 typescript: 4.2.4 transitivePeerDependencies: @@ -4112,14 +4117,14 @@ packages: nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.4.6 + '@vue/composition-api': 1.4.9 defu: 5.0.1 estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 nuxt: 2.15.8_typescript@4.5.5 ufo: 0.7.10 - unplugin-vue2-script-setup: 0.9.3_a4bd302260a199c6ff043d1ca2e2b1a9 + unplugin-vue2-script-setup: 0.9.3_084b6226078c1c34ec4d8a8c1a23d732 upath: 2.0.1 transitivePeerDependencies: - '@vue/runtime-dom' @@ -4138,16 +4143,16 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_e40de970075d4d5a10c059e5371fff87: + /@nuxtjs/eslint-config-typescript/8.0.0_41379bc407ff2da195916b200f9a884e: resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} peerDependencies: eslint: ^8.3.0 dependencies: - '@nuxtjs/eslint-config': 8.0.0_aa877cf0615fa1922e0c750e0682b729 - '@typescript-eslint/eslint-plugin': 5.4.0_bbc72ca363b8b6fd59b1a3b679dc29c4 - '@typescript-eslint/parser': 5.4.0_eslint@8.9.0+typescript@4.5.5 - eslint: 8.9.0 - eslint-import-resolver-typescript: 2.5.0_eslint@8.9.0 + '@nuxtjs/eslint-config': 8.0.0_710e7a232d0bd215619b1a759753b417 + '@typescript-eslint/eslint-plugin': 5.4.0_ca5dd2c17fe9cee92d044ab478be2dec + '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.5.5 + eslint: 8.10.0 + eslint-import-resolver-typescript: 2.5.0_eslint@8.10.0 transitivePeerDependencies: - eslint-plugin-import - jest @@ -4155,19 +4160,19 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_aa877cf0615fa1922e0c750e0682b729: + /@nuxtjs/eslint-config/8.0.0_710e7a232d0bd215619b1a759753b417: resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} peerDependencies: eslint: ^8.3.0 dependencies: - eslint: 8.9.0 - eslint-config-standard: 16.0.3_eeea2750e5981783e1b7b0c68907e464 - eslint-plugin-import: 2.25.3_eslint@8.9.0 - eslint-plugin-jest: 25.3.0_aa877cf0615fa1922e0c750e0682b729 - eslint-plugin-node: 11.1.0_eslint@8.9.0 - eslint-plugin-promise: 5.1.1_eslint@8.9.0 - eslint-plugin-unicorn: 39.0.0_eslint@8.9.0 - eslint-plugin-vue: 8.5.0_eslint@8.9.0 + 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_710e7a232d0bd215619b1a759753b417 + 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 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -4175,14 +4180,14 @@ packages: - typescript dev: true - /@nuxtjs/eslint-module/3.0.2_eslint@8.9.0: + /@nuxtjs/eslint-module/3.0.2_eslint@8.10.0: resolution: {integrity: sha512-9q6/bMSvUU2L7Vhy5LUmghW3BQZMReQAvywBwZtX7s62W6dIL7IdD1T3u2zc8JW90grtJK84Ocx3dyYTj/Oavw==} peerDependencies: eslint: '>=7' dependencies: consola: 2.15.3 - eslint: 8.9.0 - eslint-webpack-plugin: 2.5.4_eslint@8.9.0 + eslint: 8.10.0 + eslint-webpack-plugin: 2.5.4_eslint@8.10.0 transitivePeerDependencies: - webpack dev: true @@ -4255,7 +4260,7 @@ packages: /@nuxtjs/sentry/5.1.7: resolution: {integrity: sha512-VO8V6Yj3Y9SdNuOGi/kVnyHIuFtDNLtLpcdB52P3c/FGrSh6wXlzRiDGc0mY+znMhzYazeOwe9oW5Ej8MptrHA==} dependencies: - '@sentry/browser': 6.17.9 + '@sentry/browser': 6.18.0 '@sentry/integrations': 6.17.4 '@sentry/node': 6.17.4 '@sentry/webpack-plugin': 1.18.5 @@ -4282,15 +4287,15 @@ packages: sitemap: 4.1.1 dev: false - /@nuxtjs/stylelint-module/4.1.0_stylelint@14.5.1: + /@nuxtjs/stylelint-module/4.1.0_stylelint@14.5.3: resolution: {integrity: sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==} peerDependencies: stylelint: ^13.0.0 || ^14.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: consola: 2.15.3 - stylelint: 14.5.1 - stylelint-webpack-plugin: 2.3.1_stylelint@14.5.1 + stylelint: 14.5.3 + stylelint-webpack-plugin: 2.3.1_stylelint@14.5.3 dev: true /@nuxtjs/svg/0.4.0: @@ -4402,13 +4407,13 @@ packages: rxjs: 6.6.7 dev: true - /@sentry/browser/6.17.9: - resolution: {integrity: sha512-RsC8GBZmZ3YfBTaIOJ06RlFp5zG7BkUoquNJmf4YhRUZeihT9osrn8qUYGFWSV/UduwKUIlSGJA/rATWWhwPRQ==} + /@sentry/browser/6.18.0: + resolution: {integrity: sha512-fQZdFs0jnBijVmhDWNIsHD0rGsIXup/1UYgMZqdBYYSBBQ7Ffpw+6nX1/vyKsCpLdgYhbi88eK/XO+QHtUJE2w==} engines: {node: '>=6'} dependencies: - '@sentry/core': 6.17.9 - '@sentry/types': 6.17.9 - '@sentry/utils': 6.17.9 + '@sentry/core': 6.18.0 + '@sentry/types': 6.18.0 + '@sentry/utils': 6.18.0 tslib: 1.14.1 /@sentry/cli/1.72.1: @@ -4439,14 +4444,14 @@ packages: tslib: 1.14.1 dev: false - /@sentry/core/6.17.9: - resolution: {integrity: sha512-14KalmTholGUtgdh9TklO+jUpyQ/D3OGkhlH1rnGQGoJgFy2eYm+s+MnUEMxFdGIUCz5kOteuNqYZxaDmFagpQ==} + /@sentry/core/6.18.0: + resolution: {integrity: sha512-I3iQVfMWHXR/LtevJg83aD7UAiUBLz1xAW8y3gd5lJej96UNv/4TbCmKZumYnEJMXf8EcFlg8t48W0Bl1GxhEg==} engines: {node: '>=6'} dependencies: - '@sentry/hub': 6.17.9 - '@sentry/minimal': 6.17.9 - '@sentry/types': 6.17.9 - '@sentry/utils': 6.17.9 + '@sentry/hub': 6.18.0 + '@sentry/minimal': 6.18.0 + '@sentry/types': 6.18.0 + '@sentry/utils': 6.18.0 tslib: 1.14.1 /@sentry/hub/6.17.4: @@ -4458,12 +4463,12 @@ packages: tslib: 1.14.1 dev: false - /@sentry/hub/6.17.9: - resolution: {integrity: sha512-34EdrweWDbBV9EzEFIXcO+JeoyQmKzQVJxpTKZoJA6PUwf2NrndaUdjlkDEtBEzjuLUTxhLxtOzEsYs1O6RVcg==} + /@sentry/hub/6.18.0: + resolution: {integrity: sha512-E2GrrNcidyT67ONU3btHO5vyS1bPQNdWqC09sUc1F3q/nQyvc7L2W09TKY2veaMZQtC9EU760fTG1hMmgGwPmw==} engines: {node: '>=6'} dependencies: - '@sentry/types': 6.17.9 - '@sentry/utils': 6.17.9 + '@sentry/types': 6.18.0 + '@sentry/utils': 6.18.0 tslib: 1.14.1 /@sentry/integrations/6.17.4: @@ -4485,12 +4490,12 @@ packages: tslib: 1.14.1 dev: false - /@sentry/minimal/6.17.9: - resolution: {integrity: sha512-T3PMCHcKk6lkZq6zKgANrYJJxXBXKOe+ousV1Fas1rVBMv7dtKfsa4itqQHszcW9shusPDiaQKIJ4zRLE5LKmg==} + /@sentry/minimal/6.18.0: + resolution: {integrity: sha512-QkkWOhX3NMycUNLj96thMQ0BclmfxE2VdDf9ZqRkvdFzxI1FVY5NEArqD4wtlrCIoYN1ioAYrvdb48/BTuGung==} engines: {node: '>=6'} dependencies: - '@sentry/hub': 6.17.9 - '@sentry/types': 6.17.9 + '@sentry/hub': 6.18.0 + '@sentry/types': 6.18.0 tslib: 1.14.1 /@sentry/node/6.17.4: @@ -4526,8 +4531,8 @@ packages: engines: {node: '>=6'} dev: false - /@sentry/types/6.17.9: - resolution: {integrity: sha512-xuulX6qUCL14ayEOh/h6FUIvZtsi1Bx34dSOaWDrjXUOJHJAM7214uiqW1GZxPJ13YuaUIubjTSfDmSQ9CBzTw==} + /@sentry/types/6.18.0: + resolution: {integrity: sha512-SypDwXL1URE/XLkP4Ve+pFs41e+2OUYZ0lCimNreQQv46//pFXxP3LwU9Tc0Az4ZfxXnGiwofvt73XyBq9VpRQ==} engines: {node: '>=6'} /@sentry/utils/6.17.4: @@ -4538,11 +4543,11 @@ packages: tslib: 1.14.1 dev: false - /@sentry/utils/6.17.9: - resolution: {integrity: sha512-4eo9Z3JlJCGlGrQRbtZWL+L9NnlUXgTbfK3Lk7oO8D1ev8R5b5+iE6tZHTvU5rQRcq6zu+POT+tK5u9oxc/rnQ==} + /@sentry/utils/6.18.0: + resolution: {integrity: sha512-mKegOabkAjoUHfokjI5oi3CMez5GD3xXOrBFcLVc9GFDXCgNMdYnHyEn/mmy8PikFdGHxZ3oI/16ZGU22wi5aw==} engines: {node: '>=6'} dependencies: - '@sentry/types': 6.17.9 + '@sentry/types': 6.18.0 tslib: 1.14.1 /@sentry/webpack-plugin/1.18.5: @@ -4807,7 +4812,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.19 + '@types/node': 17.0.21 dev: true /@types/har-format/1.2.8: @@ -4865,6 +4870,13 @@ packages: pretty-format: 27.5.1 dev: true + /@types/jest/27.4.1: + resolution: {integrity: sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==} + dependencies: + jest-matcher-utils: 27.5.1 + pretty-format: 27.5.1 + dev: true + /@types/js-yaml/4.0.5: resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==} dev: true @@ -4896,8 +4908,8 @@ packages: resolution: {integrity: sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==} dev: true - /@types/lodash/4.14.178: - resolution: {integrity: sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==} + /@types/lodash/4.14.179: + resolution: {integrity: sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w==} dev: true /@types/long/4.0.1: @@ -4926,15 +4938,15 @@ packages: resolution: {integrity: sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==} dev: false - /@types/node/16.11.25: - resolution: {integrity: sha512-NrTwfD7L1RTc2qrHQD4RTTy4p0CO2LatKBEKEds3CaVuhoM/+DJzmWZl5f+ikR8cm8F5mfJxK+9rQq07gRiSjQ==} + /@types/node/16.11.26: + resolution: {integrity: sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==} dev: true /@types/node/17.0.18: resolution: {integrity: sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==} - /@types/node/17.0.19: - resolution: {integrity: sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==} + /@types/node/17.0.21: + resolution: {integrity: sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==} dev: true /@types/node/17.0.6: @@ -5075,6 +5087,7 @@ packages: /@types/throttle-debounce/2.1.0: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} + dev: false /@types/ua-parser-js/0.7.36: resolution: {integrity: sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ==} @@ -5170,7 +5183,7 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/5.12.1_aa3af6382115a42a71cc388b7b2c30b3: + /@typescript-eslint/eslint-plugin/5.12.1_27a0c788acac7d65514027b167e3b3f6: resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5181,12 +5194,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.12.1_eslint@8.9.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.12.1_eslint@8.10.0+typescript@4.5.5 '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/type-utils': 5.12.1_eslint@8.9.0+typescript@4.5.5 - '@typescript-eslint/utils': 5.12.1_eslint@8.9.0+typescript@4.5.5 + '@typescript-eslint/type-utils': 5.12.1_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.12.1_eslint@8.10.0+typescript@4.5.5 debug: 4.3.3 - eslint: 8.9.0 + eslint: 8.10.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -5197,7 +5210,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.4.0_bbc72ca363b8b6fd59b1a3b679dc29c4: + /@typescript-eslint/eslint-plugin/5.4.0_ca5dd2c17fe9cee92d044ab478be2dec: resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5208,11 +5221,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.9.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.4.0_eslint@8.9.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.5.5 '@typescript-eslint/scope-manager': 5.4.0 debug: 4.3.3 - eslint: 8.9.0 + eslint: 8.10.0 functional-red-black-tree: 1.0.1 ignore: 5.1.9 regexpp: 3.2.0 @@ -5223,7 +5236,7 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.9.0+typescript@4.5.5: + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.10.0+typescript@4.5.5: resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5233,15 +5246,15 @@ packages: '@typescript-eslint/scope-manager': 5.4.0 '@typescript-eslint/types': 5.4.0 '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.5 - eslint: 8.9.0 + eslint: 8.10.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.9.0 + eslint-utils: 3.0.0_eslint@8.10.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.12.1_eslint@8.9.0+typescript@4.5.5: + /@typescript-eslint/parser/5.12.1_eslint@8.10.0+typescript@4.5.5: resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5255,13 +5268,13 @@ packages: '@typescript-eslint/types': 5.12.1 '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 debug: 4.3.3 - eslint: 8.9.0 + eslint: 8.10.0 typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.4.0_eslint@8.9.0+typescript@4.5.5: + /@typescript-eslint/parser/5.4.0_eslint@8.10.0+typescript@4.5.5: resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5275,7 +5288,7 @@ packages: '@typescript-eslint/types': 5.4.0 '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.5 debug: 4.3.3 - eslint: 8.9.0 + eslint: 8.10.0 typescript: 4.5.5 transitivePeerDependencies: - supports-color @@ -5297,7 +5310,7 @@ packages: '@typescript-eslint/visitor-keys': 5.4.0 dev: true - /@typescript-eslint/type-utils/5.12.1_eslint@8.9.0+typescript@4.5.5: + /@typescript-eslint/type-utils/5.12.1_eslint@8.10.0+typescript@4.5.5: resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5307,9 +5320,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.12.1_eslint@8.9.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.12.1_eslint@8.10.0+typescript@4.5.5 debug: 4.3.3 - eslint: 8.9.0 + eslint: 8.10.0 tsutils: 3.21.0_typescript@4.5.5 typescript: 4.5.5 transitivePeerDependencies: @@ -5368,7 +5381,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.12.1_eslint@8.9.0+typescript@4.5.5: + /@typescript-eslint/utils/5.12.1_eslint@8.10.0+typescript@4.5.5: resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5378,9 +5391,9 @@ packages: '@typescript-eslint/scope-manager': 5.12.1 '@typescript-eslint/types': 5.12.1 '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 - eslint: 8.9.0 + eslint: 8.10.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.9.0 + eslint-utils: 3.0.0_eslint@8.10.0 transitivePeerDependencies: - supports-color - typescript @@ -5406,8 +5419,8 @@ packages: resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} dev: true - /@urql/core/2.4.2_graphql@15.7.2: - resolution: {integrity: sha512-MRqhhxTPuqYGttB/WL55kOIZN5tHFpbOJqmuSuDYvHaNFVSoRJfO3VhSr2rBI3zjC5oz8///dFNDEyClK/bBZw==} + /@urql/core/2.4.3_graphql@15.7.2: + resolution: {integrity: sha512-FpapxUKF0nLdzRLoB1QsudDjeLXJhBwzkzl8bSOJ6Cnj7LRRKJ+dYdqHfqGykswB/ILrkZks2Isp4a4BhqyUow==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -5416,13 +5429,13 @@ packages: wonka: 4.0.15 dev: false - /@urql/devtools/2.0.3_@urql+core@2.4.2+graphql@15.7.2: + /@urql/devtools/2.0.3_@urql+core@2.4.3+graphql@15.7.2: resolution: {integrity: sha512-TktPLiBS9LcBPHD6qcnb8wqOVcg3Bx0iCtvQ80uPpfofwwBGJmqnQTjUdEFU6kwaLOFZULQ9+Uo4831G823mQw==} peerDependencies: '@urql/core': '>= 1.14.0' graphql: '>= 0.11.0' dependencies: - '@urql/core': 2.4.2_graphql@15.7.2 + '@urql/core': 2.4.3_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: true @@ -5432,7 +5445,7 @@ packages: peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@urql/core': 2.4.2_graphql@15.7.2 + '@urql/core': 2.4.3_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false @@ -5442,7 +5455,7 @@ packages: peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@urql/core': 2.4.2_graphql@15.7.2 + '@urql/core': 2.4.3_graphql@15.7.2 graphql: 15.7.2 wonka: 4.0.15 dev: false @@ -5581,8 +5594,8 @@ packages: prettier: 2.5.1 dev: false - /@vue/composition-api/1.4.6: - resolution: {integrity: sha512-UP359OJ0G0Zli603/i9fhXFmNtZUSrypSFyqClMxizp8ezlaMK2GCmHgy3qyrRnO/xjcDAx09vvXPwNFtxHPtQ==} + /@vue/composition-api/1.4.9: + resolution: {integrity: sha512-l6YOeg5LEXmfPqyxAnBaCv1FMRw0OGKJ4m6nOWRm6ngt5TuHcj5ZoBRN+LXh3J0u6Ur3C4VA+RiKT+M0eItr/g==} peerDependencies: vue: '>= 2.5 < 3' @@ -5631,8 +5644,8 @@ packages: pretty: 2.0.0 dev: true - /@vueuse/core/7.6.2_@vue+composition-api@1.4.6: - resolution: {integrity: sha512-bjAbXJVJO6aElMaZtDz2B70C0L6jFk/jGVqJxWZS5huffxA6dW5DN6tQQJwzOnx9B9rDhePHJIFKsix0qZIH2Q==} + /@vueuse/core/7.7.0_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-DS8+dg758CiWnswebYHjS05PqTtc1ZLomsDlkFjG/KC0iFRgFIsGC66AAGuSXLqWCoirp2xN6N2mkrp1aHdI7A==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5642,13 +5655,13 @@ packages: vue: optional: true dependencies: - '@vue/composition-api': 1.4.6 - '@vueuse/shared': 7.6.2_@vue+composition-api@1.4.6 - vue-demi: 0.12.1_@vue+composition-api@1.4.6 + '@vue/composition-api': 1.4.9 + '@vueuse/shared': 7.7.0_@vue+composition-api@1.4.9 + vue-demi: 0.12.1_@vue+composition-api@1.4.9 dev: true - /@vueuse/shared/7.6.2_@vue+composition-api@1.4.6: - resolution: {integrity: sha512-ThDld4Mx501tahRuHV6qJGkwCr17GknZrOzlD02Na9qJcH7Pq0quNTLx5cNDou7b1CKNvE3BXi2w/hz9KuPNTQ==} + /@vueuse/shared/7.7.0_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-ANzMcUnjuUPJ9nWqMAqYt8p0qon6AH5pP5/V/0RSWkwCIWZwi57ujIaxizzMwnJECUF/73BmsRmpvvtokCIrKw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5658,8 +5671,8 @@ packages: vue: optional: true dependencies: - '@vue/composition-api': 1.4.6 - vue-demi: 0.12.1_@vue+composition-api@1.4.6 + '@vue/composition-api': 1.4.9 + vue-demi: 0.12.1_@vue+composition-api@1.4.9 dev: true /@webassemblyjs/ast/1.9.0: @@ -5794,26 +5807,26 @@ packages: engines: {node: '>=8.0.0'} dev: true - /@windicss/config/1.7.1: - resolution: {integrity: sha512-bT4Ze8d1kTKbVdQZ7yal9vjhIfuYypco2gVTy4OXvg6eAHFNZaOB/Ai4FqdRKvbgOqChHGiC32r5J55hmq6tDw==} + /@windicss/config/1.8.1: + resolution: {integrity: sha512-WwrUMa8dT1AXbUjzQUVVCEpCNQg6rvr6wTyLXX8tv5jf9zYyTmj10sl0f7i5tbsMeG66hd2TpDp2JCcQf9knTA==} dependencies: debug: 4.3.3 jiti: 1.13.0 - windicss: 3.4.4 + windicss: 3.5.0 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.7.1: - resolution: {integrity: sha512-VMBLZ11s5kQt1RIIwfB45xFswb+SI1cvI5mK07dUSlfpomG1d1bqnB57bioo/jFNZh2Rl8wVnEvLTl7iZ4r09Q==} + /@windicss/plugin-utils/1.8.1: + resolution: {integrity: sha512-bYJDw5cPBhUR8qlyL1g634xtGPF4ABOmtRfDrkL8nf9YAJkNowHao9lAMAJqHLd56Zp6BEoqib3smuwKSJKBnQ==} dependencies: - '@antfu/utils': 0.4.0 - '@windicss/config': 1.7.1 + '@antfu/utils': 0.5.0 + '@windicss/config': 1.8.1 debug: 4.3.3 fast-glob: 3.2.11 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.4.4 + windicss: 3.5.0 transitivePeerDependencies: - supports-color dev: true @@ -6747,7 +6760,7 @@ packages: resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.1.8 + '@mdn/browser-compat-data': 4.1.9 '@types/object-path': 0.11.1 '@types/semver': 7.3.9 '@types/ua-parser-js': 0.7.36 @@ -6776,7 +6789,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001312 - electron-to-chromium: 1.4.71 + electron-to-chromium: 1.4.73 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6799,7 +6812,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001312 - electron-to-chromium: 1.4.71 + electron-to-chromium: 1.4.73 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -7342,7 +7355,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: slice-ansi: 5.0.0 - string-width: 5.1.0 + string-width: 5.1.1 dev: false /cli-width/3.0.0: @@ -7722,16 +7735,16 @@ packages: dependencies: '@iarna/toml': 2.2.5 - /cosmiconfig-typescript-loader/1.0.5_003c8a6da24af261bf8b8ce51aec1adf: + /cosmiconfig-typescript-loader/1.0.5_99a448058f874aec2a353d0e974167cc: resolution: {integrity: sha512-FL/YR1nb8hyN0bAcP3MBaIoZravfZtVsN/RuPnoo6UVjqIrDxSNIpXHCGgJe0ZWy5yImpyD6jq5wCJ5f1nUv8g==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': 17.0.19 + '@types/node': 17.0.21 cosmiconfig: 7.0.1 - ts-node: 10.5.0_003c8a6da24af261bf8b8ce51aec1adf + ts-node: 10.5.0_99a448058f874aec2a353d0e974167cc typescript: 4.5.5 transitivePeerDependencies: - '@swc/core' @@ -7865,7 +7878,7 @@ packages: resolution: {integrity: sha512-mpjkSErNO6vioL/Cde2aF4UBysPFEMyn+1AN1t7Oc4yqvzSRWe8iBte4P8BHyjo64OmC+ZBxwjIqmpSpIWiQ7Q==} engines: {node: '>=10.0.0'} dependencies: - '@types/node': 16.11.25 + '@types/node': 16.11.26 dev: true /crypto-browserify/3.12.0: @@ -8619,8 +8632,8 @@ packages: /electron-to-chromium/1.4.68: resolution: {integrity: sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==} - /electron-to-chromium/1.4.71: - resolution: {integrity: sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==} + /electron-to-chromium/1.4.73: + resolution: {integrity: sha512-RlCffXkE/LliqfA5m29+dVDPB2r72y2D2egMMfIy3Le8ODrxjuZNVo4NIC2yPL01N4xb4nZQLwzi6Z5tGIGLnA==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -9062,16 +9075,16 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.4.0_eslint@8.9.0: + /eslint-config-prettier/8.4.0_eslint@8.10.0: resolution: {integrity: sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.9.0 + eslint: 8.10.0 dev: true - /eslint-config-standard/16.0.3_eeea2750e5981783e1b7b0c68907e464: + /eslint-config-standard/16.0.3_b1fffb11d3087aac3104246372b5cf0f: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -9079,10 +9092,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 8.9.0 - eslint-plugin-import: 2.25.3_eslint@8.9.0 - eslint-plugin-node: 11.1.0_eslint@8.9.0 - eslint-plugin-promise: 5.1.1_eslint@8.9.0 + 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 dev: true /eslint-import-resolver-node/0.3.6: @@ -9092,7 +9105,7 @@ packages: resolve: 1.20.0 dev: true - /eslint-import-resolver-typescript/2.5.0_eslint@8.9.0: + /eslint-import-resolver-typescript/2.5.0_eslint@8.10.0: resolution: {integrity: sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==} engines: {node: '>=4'} peerDependencies: @@ -9100,7 +9113,7 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.3 - eslint: 8.9.0 + eslint: 8.10.0 glob: 7.2.0 is-glob: 4.0.3 resolve: 1.20.0 @@ -9118,18 +9131,18 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.9.0: + /eslint-plugin-es/3.0.1_eslint@8.10.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.9.0 + eslint: 8.10.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.25.3_eslint@8.9.0: + /eslint-plugin-import/2.25.3_eslint@8.10.0: resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} engines: {node: '>=4'} peerDependencies: @@ -9139,7 +9152,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.9.0 + eslint: 8.10.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -9151,7 +9164,7 @@ packages: tsconfig-paths: 3.12.0 dev: true - /eslint-plugin-jest/25.3.0_aa877cf0615fa1922e0c750e0682b729: + /eslint-plugin-jest/25.3.0_710e7a232d0bd215619b1a759753b417: resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -9164,23 +9177,23 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.4.0_bbc72ca363b8b6fd59b1a3b679dc29c4 - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.9.0+typescript@4.5.5 - eslint: 8.9.0 + '@typescript-eslint/eslint-plugin': 5.4.0_ca5dd2c17fe9cee92d044ab478be2dec + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.5.5 + eslint: 8.10.0 jest: 27.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-node/11.1.0_eslint@8.9.0: + /eslint-plugin-node/11.1.0_eslint@8.10.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.9.0 - eslint-plugin-es: 3.0.1_eslint@8.9.0 + eslint: 8.10.0 + eslint-plugin-es: 3.0.1_eslint@8.10.0 eslint-utils: 2.1.0 ignore: 5.1.9 minimatch: 3.0.4 @@ -9188,18 +9201,18 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-nuxt/3.1.0_eslint@8.9.0: + /eslint-plugin-nuxt/3.1.0_eslint@8.10.0: resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} dependencies: - eslint-plugin-vue: 8.5.0_eslint@8.9.0 + eslint-plugin-vue: 8.5.0_eslint@8.10.0 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.9.0 + vue-eslint-parser: 8.0.1_eslint@8.10.0 transitivePeerDependencies: - eslint - supports-color dev: true - /eslint-plugin-prettier/4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f: + /eslint-plugin-prettier/4.0.0_1669956a82292b1f29101a00a555e5bf: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -9210,22 +9223,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.9.0 - eslint-config-prettier: 8.4.0_eslint@8.9.0 + eslint: 8.10.0 + eslint-config-prettier: 8.4.0_eslint@8.10.0 prettier: 2.5.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-promise/5.1.1_eslint@8.9.0: + /eslint-plugin-promise/5.1.1_eslint@8.10.0: resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.9.0 + eslint: 8.10.0 dev: true - /eslint-plugin-unicorn/39.0.0_eslint@8.9.0: + /eslint-plugin-unicorn/39.0.0_eslint@8.10.0: resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==} engines: {node: '>=12'} peerDependencies: @@ -9234,9 +9247,9 @@ packages: '@babel/helper-validator-identifier': 7.15.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.9.0 - eslint-template-visitor: 2.3.2_eslint@8.9.0 - eslint-utils: 3.0.0_eslint@8.9.0 + eslint: 8.10.0 + eslint-template-visitor: 2.3.2_eslint@8.10.0 + eslint-utils: 3.0.0_eslint@8.10.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -9251,17 +9264,17 @@ packages: - supports-color dev: true - /eslint-plugin-vue/8.5.0_eslint@8.9.0: + /eslint-plugin-vue/8.5.0_eslint@8.10.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.9.0 - eslint-utils: 3.0.0_eslint@8.9.0 + eslint: 8.10.0 + eslint-utils: 3.0.0_eslint@8.10.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.3.0_eslint@8.9.0 + vue-eslint-parser: 8.3.0_eslint@8.10.0 transitivePeerDependencies: - supports-color dev: true @@ -9298,14 +9311,14 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.9.0: + /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.9.0 - eslint: 8.9.0 + '@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 @@ -9320,13 +9333,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.9.0: + /eslint-utils/3.0.0_eslint@8.10.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.9.0 + eslint: 8.10.0 eslint-visitor-keys: 2.1.0 dev: true @@ -9350,7 +9363,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-webpack-plugin/2.5.4_eslint@8.9.0: + /eslint-webpack-plugin/2.5.4_eslint@8.10.0: resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9359,20 +9372,20 @@ packages: dependencies: '@types/eslint': 7.28.2 arrify: 2.0.1 - eslint: 8.9.0 + eslint: 8.10.0 jest-worker: 26.6.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 dev: true - /eslint/8.9.0: - resolution: {integrity: sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==} + /eslint/8.10.0: + resolution: {integrity: sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.1.0 - '@humanwhocodes/config-array': 0.9.3 + '@eslint/eslintrc': 1.2.0 + '@humanwhocodes/config-array': 0.9.5 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -9380,7 +9393,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.9.0 + eslint-utils: 3.0.0_eslint@8.10.0 eslint-visitor-keys: 3.3.0 espree: 9.3.1 esquery: 1.4.0 @@ -9935,7 +9948,7 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.9.0+typescript@4.2.4: + /fork-ts-checker-webpack-plugin/6.4.0_eslint@8.10.0+typescript@4.2.4: resolution: {integrity: sha512-3I3wFkc4DbzaUDPWEi96wdYGu4EKtxBafhZYm0o4mX51d9bphAY4P3mBl8K5mFXFJqVzHfmdbm9kLGnm7vwwBg==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9955,7 +9968,7 @@ packages: chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 - eslint: 8.9.0 + eslint: 8.10.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -10027,8 +10040,8 @@ packages: readable-stream: 2.3.7 dev: false - /fs-extra/10.0.0: - resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} + /fs-extra/10.0.1: + resolution: {integrity: sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==} engines: {node: '>=12'} dependencies: graceful-fs: 4.2.9 @@ -10175,8 +10188,8 @@ packages: fs-memo: 1.2.0 dev: false - /get-port-please/2.3.0: - resolution: {integrity: sha512-zO6ST8v7jBO+uSnm0vaQuZEpdr7DgY9iMgoMLUC+Zfz31HYoDiiQrL78oZspaAryT6NH903Bwk+mYxiCy3X/RQ==} + /get-port-please/2.4.2: + resolution: {integrity: sha512-0XUWmjtES2zuKHJC6pE3eZiq7aFD4bZXrtS8MrKMUVniLUWZ/0T02s9Al8Le9tlQBppWsvoOTJIRVbHRgNRdEw==} dependencies: fs-memo: 1.2.0 dev: true @@ -10424,7 +10437,7 @@ packages: /graceful-fs/4.2.9: resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} - /graphql-config/4.1.0_713151d3ebee044e4cd9a835d9f40c9b: + /graphql-config/4.1.0_c865ccc88454ab6ed45356a4d2b8d054: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -10435,7 +10448,7 @@ packages: '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/load': 7.5.0_graphql@15.7.2 '@graphql-tools/merge': 8.2.1_graphql@15.7.2 - '@graphql-tools/url-loader': 7.7.0_8cb77c507ecaf67b39b1811a1bfefdc1 + '@graphql-tools/url-loader': 7.7.0_e92fd8447452a16eb0b9d4ba1df1f876 '@graphql-tools/utils': 8.5.5_graphql@15.7.2 cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 @@ -10458,13 +10471,13 @@ packages: graphql: 15.7.2 dev: true - /graphql-language-service-interface/2.9.1_713151d3ebee044e4cd9a835d9f40c9b: + /graphql-language-service-interface/2.9.1_c865ccc88454ab6ed45356a4d2b8d054: resolution: {integrity: sha512-yGsE67fxJBXxY82+rLDMvUpmzpOUM8XFB+k+xOTUyABWs27osKaoGiuDDXAVGg1adhm+cpunWbipe763ZJkAVA==} peerDependencies: graphql: '>= 15.5.0 <= 16.0.0-experimental-stream-defer.5' dependencies: graphql: 15.7.2 - graphql-language-service-parser: 1.10.4_713151d3ebee044e4cd9a835d9f40c9b + graphql-language-service-parser: 1.10.4_c865ccc88454ab6ed45356a4d2b8d054 graphql-language-service-types: 1.8.3_graphql@15.7.2 graphql-language-service-utils: 2.6.0_graphql@15.7.2 vscode-languageserver-types: 3.16.0 @@ -10476,13 +10489,13 @@ packages: - utf-8-validate dev: false - /graphql-language-service-parser/1.10.4_713151d3ebee044e4cd9a835d9f40c9b: + /graphql-language-service-parser/1.10.4_c865ccc88454ab6ed45356a4d2b8d054: resolution: {integrity: sha512-duDE+0aeKLFVrb9Kf28U84ZEHhHcvTjWIT6dJbIAQJWBaDoht0D4BK9EIhd94I3DtKRc1JCJb2+70y1lvP/hiA==} peerDependencies: graphql: ^15.5.0 || ^16.0.0 dependencies: graphql: 15.7.2 - graphql-language-service-types: 1.8.7_713151d3ebee044e4cd9a835d9f40c9b + graphql-language-service-types: 1.8.7_c865ccc88454ab6ed45356a4d2b8d054 transitivePeerDependencies: - '@types/node' - bufferutil @@ -10499,13 +10512,13 @@ packages: graphql: 15.7.2 dev: false - /graphql-language-service-types/1.8.7_713151d3ebee044e4cd9a835d9f40c9b: + /graphql-language-service-types/1.8.7_c865ccc88454ab6ed45356a4d2b8d054: resolution: {integrity: sha512-LP/Mx0nFBshYEyD0Ny6EVGfacJAGVx+qXtlJP4hLzUdBNOGimfDNtMVIdZANBXHXcM41MDgMHTnyEx2g6/Ttbw==} peerDependencies: graphql: ^15.5.0 || ^16.0.0 dependencies: graphql: 15.7.2 - graphql-config: 4.1.0_713151d3ebee044e4cd9a835d9f40c9b + graphql-config: 4.1.0_c865ccc88454ab6ed45356a4d2b8d054 vscode-languageserver-types: 3.16.0 transitivePeerDependencies: - '@types/node' @@ -11762,7 +11775,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -11897,7 +11910,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -11915,7 +11928,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -11936,7 +11949,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.19 + '@types/node': 17.0.21 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.9 @@ -11958,7 +11971,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -12038,7 +12051,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -12099,7 +12112,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.9 @@ -12162,7 +12175,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 17.0.19 + '@types/node': 17.0.21 graceful-fs: 4.2.9 dev: true @@ -12201,7 +12214,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.9 @@ -12226,7 +12239,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.19 + '@types/node': 17.0.21 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -12254,7 +12267,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.19 + '@types/node': 17.0.21 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -12466,7 +12479,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: @@ -12678,7 +12691,7 @@ packages: clipboardy: 3.0.0 colorette: 2.0.16 defu: 5.0.1 - get-port-please: 2.3.0 + get-port-please: 2.4.2 http-shutdown: 1.2.2 open: 8.4.0 selfsigned: 2.0.0 @@ -13193,7 +13206,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros/1.1.4_@types+node@17.0.19: + /meros/1.1.4_@types+node@17.0.21: resolution: {integrity: sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==} engines: {node: '>=12'} peerDependencies: @@ -13202,7 +13215,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 17.0.19 + '@types/node': 17.0.21 /micromatch/3.1.0: resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==} @@ -13550,12 +13563,6 @@ packages: dev: false optional: true - /nanoid/3.1.30: - resolution: {integrity: sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: false - /nanoid/3.2.0: resolution: {integrity: sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -13566,7 +13573,6 @@ packages: resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - dev: true /nanomatch/1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} @@ -13833,21 +13839,21 @@ packages: resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} engines: {node: '>=0.10.0'} - /nuxt-windicss/2.2.6: - resolution: {integrity: sha512-7JDnZSq87me/P+W622v0+F7N1iy8oWzT08RrSOHjF4t8Q/Ed1TQtSYnQm8DHGGSakAPQ8P+/nNvuu4Cv35Td7w==} + /nuxt-windicss/2.2.7: + resolution: {integrity: sha512-I1vtaEpAnu71kCDSGpjXuhd4f+JtDRLEzOVx3/5xf4uGkj2NzuvPrqLxXwGUY0pFZ+cW62kjyuE4hMhawn1srQ==} dependencies: '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27430570.4cfad4d - '@windicss/plugin-utils': 1.7.1 + '@windicss/plugin-utils': 1.8.1 consola: 2.15.3 defu: 5.0.1 - fs-extra: 10.0.0 + fs-extra: 10.0.1 h3: 0.3.9 listhen: 0.2.6 pathe: 0.2.0 read-cache: 1.0.0 sirv: 2.0.2 - vite-plugin-windicss: 1.7.1 - windicss: 3.4.4 + vite-plugin-windicss: 1.8.1 + windicss: 3.5.0 windicss-analysis: 0.3.5 windicss-webpack-plugin: 1.6.6 transitivePeerDependencies: @@ -16044,7 +16050,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.49.8: + /sass-loader/10.1.1_sass@1.49.9: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16063,12 +16069,12 @@ packages: klona: 2.0.5 loader-utils: 2.0.2 neo-async: 2.6.2 - sass: 1.49.8 + sass: 1.49.9 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.49.8: + /sass-loader/10.2.0_sass@1.49.9: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16087,13 +16093,13 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.49.8 + sass: 1.49.9 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.49.8: - resolution: {integrity: sha512-NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw==} + /sass/1.49.9: + resolution: {integrity: sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -16682,8 +16688,8 @@ packages: readable-stream: 3.6.0 dev: true - /splitpanes/2.4.0: - resolution: {integrity: sha512-ED/lDc8gf7OjjmHhWDryJ+GNWdeE7zY4XKteAxPiu0T3gg4qJYs4TFG0/+3jbgA5wyMLQpV1Mym0rCfthaoTAQ==} + /splitpanes/2.4.1: + resolution: {integrity: sha512-kpEo1WuMXuc6QfdQdO2V/fl/trONlkUKp+pputsLTiW9RMtwEvjb4/aYGm2m3+KAzjmb+zLwr4A4SYZu74+pgQ==} dev: false /sponge-case/1.0.1: @@ -16830,8 +16836,8 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string-width/5.1.0: - resolution: {integrity: sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==} + /string-width/5.1.1: + resolution: {integrity: sha512-V4jFFhDoJzUOpG491nUrDginBuZi+wKtG+omlT5hgdBLYGPNNVT/o75JWwsSqClbrYMEV9Dvm3fXjZzxyOjk2w==} engines: {node: '>=12'} dependencies: eastasianwidth: 0.2.0 @@ -16965,7 +16971,7 @@ packages: postcss-selector-parser: 3.1.2 dev: false - /stylelint-config-html/1.0.0_0c9d5bee66cd9feb916562513487bd4e: + /stylelint-config-html/1.0.0_5a0e8a91b05709dd3bc8bbe41065947c: resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} engines: {node: ^12 || >=14} peerDependencies: @@ -16973,33 +16979,33 @@ packages: stylelint: '>=14.0.0' dependencies: postcss-html: 1.3.0 - stylelint: 14.5.1 + stylelint: 14.5.3 dev: true - /stylelint-config-prettier/9.0.3_stylelint@14.5.1: + /stylelint-config-prettier/9.0.3_stylelint@14.5.3: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.5.1 + stylelint: 14.5.3 dev: true - /stylelint-config-recommended-scss/5.0.2_stylelint@14.5.1: + /stylelint-config-recommended-scss/5.0.2_stylelint@14.5.3: resolution: {integrity: sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==} peerDependencies: stylelint: ^14.0.0 dependencies: postcss-scss: 4.0.2 - stylelint: 14.5.1 - stylelint-config-recommended: 6.0.0_stylelint@14.5.1 - stylelint-scss: 4.0.0_stylelint@14.5.1 + stylelint: 14.5.3 + stylelint-config-recommended: 6.0.0_stylelint@14.5.3 + stylelint-scss: 4.0.0_stylelint@14.5.3 transitivePeerDependencies: - postcss dev: true - /stylelint-config-recommended-vue/1.3.0_0c9d5bee66cd9feb916562513487bd4e: + /stylelint-config-recommended-vue/1.3.0_5a0e8a91b05709dd3bc8bbe41065947c: resolution: {integrity: sha512-UEY/MZlBO2yiQdZoJm33trtqJ1MEDzBADhIAM0pTvfYbyXe5KwdbTtmALHETG1cXfDxuuUbJTvL9uENMy2Rjug==} engines: {node: ^12 || >=14} peerDependencies: @@ -17008,58 +17014,58 @@ packages: dependencies: postcss-html: 1.3.0 semver: 7.3.5 - stylelint: 14.5.1 - stylelint-config-html: 1.0.0_0c9d5bee66cd9feb916562513487bd4e - stylelint-config-recommended: 7.0.0_stylelint@14.5.1 + stylelint: 14.5.3 + stylelint-config-html: 1.0.0_5a0e8a91b05709dd3bc8bbe41065947c + stylelint-config-recommended: 7.0.0_stylelint@14.5.3 dev: true - /stylelint-config-recommended/6.0.0_stylelint@14.5.1: + /stylelint-config-recommended/6.0.0_stylelint@14.5.3: resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.1 + stylelint: 14.5.3 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.5.1: + /stylelint-config-recommended/7.0.0_stylelint@14.5.3: resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.5.1 + stylelint: 14.5.3 dev: true - /stylelint-config-standard-scss/3.0.0_stylelint@14.5.1: + /stylelint-config-standard-scss/3.0.0_stylelint@14.5.3: resolution: {integrity: sha512-zt3ZbzIbllN1iCmc94e4pDxqpkzeR6CJo5DDXzltshuXr+82B8ylHyMMARNnUYrZH80B7wgY7UkKTYCFM0UUyw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.1 - stylelint-config-recommended-scss: 5.0.2_stylelint@14.5.1 - stylelint-config-standard: 24.0.0_stylelint@14.5.1 + stylelint: 14.5.3 + stylelint-config-recommended-scss: 5.0.2_stylelint@14.5.3 + stylelint-config-standard: 24.0.0_stylelint@14.5.3 transitivePeerDependencies: - postcss dev: true - /stylelint-config-standard/24.0.0_stylelint@14.5.1: + /stylelint-config-standard/24.0.0_stylelint@14.5.3: resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.1 - stylelint-config-recommended: 6.0.0_stylelint@14.5.1 + stylelint: 14.5.3 + stylelint-config-recommended: 6.0.0_stylelint@14.5.3 dev: true - /stylelint-config-standard/25.0.0_stylelint@14.5.1: + /stylelint-config-standard/25.0.0_stylelint@14.5.3: resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.5.1 - stylelint-config-recommended: 7.0.0_stylelint@14.5.1 + stylelint: 14.5.3 + stylelint-config-recommended: 7.0.0_stylelint@14.5.3 dev: true - /stylelint-scss/4.0.0_stylelint@14.5.1: + /stylelint-scss/4.0.0_stylelint@14.5.3: resolution: {integrity: sha512-lIRhPqtI6I065EJ6aI4mWKsmQt8Krnu6aF9XSL9s8Nd2f/cDKImST0T9TfjnUul3ReKYWozkG9dlpNTZH2FB9w==} peerDependencies: stylelint: ^14.0.0 @@ -17069,10 +17075,10 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 - stylelint: 14.5.1 + stylelint: 14.5.3 dev: true - /stylelint-webpack-plugin/2.3.1_stylelint@14.5.1: + /stylelint-webpack-plugin/2.3.1_stylelint@14.5.3: resolution: {integrity: sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17086,11 +17092,11 @@ packages: micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 - stylelint: 14.5.1 + stylelint: 14.5.3 dev: true - /stylelint/14.5.1: - resolution: {integrity: sha512-8Hf4HtnhxlWlf7iXF9zFfhSc3X0teRnVzl6PqPs2JEFx+dy/mhMhghZfiTDW4QG0ihDw9+WP7GZw5Nzx7cQF5A==} + /stylelint/14.5.3: + resolution: {integrity: sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -17667,40 +17673,6 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-jest/27.1.3_1e2406a8ca2ae3dc934d01f9ee2aebbb: - resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: ~0.14.0 - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.4.0 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.0 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.5.5 - yargs-parser: 20.2.9 - dev: true - /ts-jest/27.1.3_3467fede191f86dcda3695bf4ddedf9c: resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -17736,6 +17708,40 @@ packages: yargs-parser: 20.2.9 dev: true + /ts-jest/27.1.3_8fa130d172bf7d71653f05507c50c5a3: + resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@types/jest': 27.4.1 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.0 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.5 + typescript: 4.5.5 + yargs-parser: 20.2.9 + dev: true + /ts-loader/8.3.0_typescript@4.2.4: resolution: {integrity: sha512-MgGly4I6cStsJy27ViE32UoqxPTN9Xly4anxxVyaIWR+9BGxboV4EyJBGfR3RePV7Ksjj3rHmPZJeIt+7o4Vag==} engines: {node: '>=10.0.0'} @@ -17755,7 +17761,7 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/10.5.0_003c8a6da24af261bf8b8ce51aec1adf: + /ts-node/10.5.0_99a448058f874aec2a353d0e974167cc: resolution: {integrity: sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==} hasBin: true peerDependencies: @@ -17774,7 +17780,7 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 17.0.19 + '@types/node': 17.0.21 acorn: 8.7.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -17952,6 +17958,11 @@ packages: /ufo/0.7.10: resolution: {integrity: sha512-YTnDRlE1cIofRqOFN8ioAbz9qenDvkgVMSn0cnxvIDjM9sfEOMKB0ybMr+otSlCXMfQ/X35haYRoI7Nua82RrA==} + dev: false + + /ufo/0.7.11: + resolution: {integrity: sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==} + dev: true /ufo/0.7.9: resolution: {integrity: sha512-6t9LrLk3FhqTS+GW3IqlITtfRB5JAVr5MMNjpBECfK827W+Vh5Ilw/LhTcHWrt6b3hkeBvcbjx4Ti7QVFzmcww==} @@ -18064,7 +18075,7 @@ packages: resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=} engines: {node: '>= 0.8'} - /unplugin-vue2-script-setup/0.9.3_a4bd302260a199c6ff043d1ca2e2b1a9: + /unplugin-vue2-script-setup/0.9.3_084b6226078c1c34ec4d8a8c1a23d732: resolution: {integrity: sha512-m2QESHiFNmx0fIo/P0AiCrH6E5WtijRB/Ldrj8zjwRIYYbiOgmTfRmWQquW0H8ei5OwhYT30WAgepFjWrJ5oJg==} peerDependencies: '@vue/composition-api': ^1.4.3 @@ -18083,7 +18094,7 @@ packages: '@rollup/pluginutils': 4.1.2 '@vue/compiler-core': 3.2.31 '@vue/compiler-dom': 3.2.31 - '@vue/composition-api': 1.4.6 + '@vue/composition-api': 1.4.9 '@vue/reactivity-transform': 3.2.31 '@vue/runtime-dom': 3.2.31 '@vue/shared': 3.2.31 @@ -18313,15 +18324,15 @@ packages: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: false - /vite-plugin-windicss/1.7.1: - resolution: {integrity: sha512-eEDeTPaeQAfe0widkTkm9X51BVpOE/yDIuFbULIKjXI7CfY1yjsPcxA6E3aZbLBYQcUmfhVUTYVaH5iAE5L8Hg==} + /vite-plugin-windicss/1.8.1: + resolution: {integrity: sha512-c+900Dkc94kRuZPb6mz79B5XOS2PHNhadf7P9UjIRoimEE5HB7hj1f+A6qGHO4VejwU/MIvA6D5+Sz2lDKAaEQ==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.7.1 + '@windicss/plugin-utils': 1.8.1 debug: 4.3.3 kolorist: 1.5.1 - windicss: 3.4.4 + windicss: 3.5.0 transitivePeerDependencies: - supports-color dev: true @@ -18343,7 +18354,7 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-demi/0.12.1_@vue+composition-api@1.4.6: + /vue-demi/0.12.1_@vue+composition-api@1.4.9: resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} engines: {node: '>=12'} hasBin: true @@ -18355,17 +18366,17 @@ packages: '@vue/composition-api': optional: true dependencies: - '@vue/composition-api': 1.4.6 + '@vue/composition-api': 1.4.9 dev: true - /vue-eslint-parser/8.0.1_eslint@8.9.0: + /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.9.0 + eslint: 8.10.0 eslint-scope: 6.0.0 eslint-visitor-keys: 3.2.0 espree: 9.3.0 @@ -18376,14 +18387,14 @@ packages: - supports-color dev: true - /vue-eslint-parser/8.3.0_eslint@8.9.0: + /vue-eslint-parser/8.3.0_eslint@8.10.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.9.0 + eslint: 8.10.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.1 @@ -18838,12 +18849,12 @@ packages: resolution: {integrity: sha512-g7306c47Yc9c0nAhVLwVDVYt+MQmxGfpg1Q06mP4+j5nqCrJgh18Km4HyL8BABv7wo6BdUN7FeVtxb+u5TokxA==} hasBin: true dependencies: - '@windicss/plugin-utils': 1.7.1 + '@windicss/plugin-utils': 1.8.1 cac: 6.7.12 connect: 3.7.0 declass: 0.0.1 fast-glob: 3.2.11 - fs-extra: 10.0.0 + fs-extra: 10.0.1 sirv: 1.0.19 transitivePeerDependencies: - supports-color @@ -18852,19 +18863,19 @@ packages: /windicss-webpack-plugin/1.6.6: resolution: {integrity: sha512-jx3Il92Fm04iYcw9SwdTUKagOu8wYLU1CydJTpkMUEkQHTR6bOeFQ+PhVWVp9EL/fr/6y25zHJ3YvU5nt3bKWQ==} dependencies: - '@windicss/plugin-utils': 1.7.1 + '@windicss/plugin-utils': 1.8.1 debug: 4.3.3 loader-utils: 2.0.2 lodash: 4.17.21 pathe: 0.2.0 webpack-virtual-modules: 0.4.3 - windicss: 3.4.4 + windicss: 3.5.0 transitivePeerDependencies: - supports-color dev: true - /windicss/3.4.4: - resolution: {integrity: sha512-M3ZTw8wiluUjg16Pu7nwqZmmCiX+eEX6yArzXX0a/HFQWhwyghi7ouT2m95XQsXqvnzAw9FKiF2eFHGfOezdsg==} + /windicss/3.5.0: + resolution: {integrity: sha512-+UNYm2Zy4TM2uLiz6bqY2a69LavMqGbILFIwuGhPEJ/uqsPT3kCGSaWlhMw/weIaFOkm1K1cEzZ015Y8pp8N1A==} engines: {node: '>= 12'} hasBin: true dev: true