From 16e790e87e52f312b25617d042493d3d0ac31d5d Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Tue, 22 Feb 2022 19:25:53 +0530 Subject: [PATCH] chore(deps): bump --- package.json | 2 +- packages/codemirror-lang-graphql/package.json | 6 +- .../helpers/editor/themes/baseTheme.ts | 6 + packages/hoppscotch-app/package.json | 50 +- packages/hoppscotch-js-sandbox/package.json | 10 +- pnpm-lock.yaml | 1056 +++++++---------- 6 files changed, 461 insertions(+), 669 deletions(-) diff --git a/package.json b/package.json index 58f3a102..bce65713 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.18" + "@types/node": "^17.0.19" } } diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index 9848d9d1..a156c6cc 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -17,14 +17,14 @@ "types": "dist/index.d.ts", "sideEffects": false, "dependencies": { - "@codemirror/highlight": "^0.19.0", - "@codemirror/language": "^0.19.0", + "@codemirror/highlight": "^0.19.7", + "@codemirror/language": "^0.19.7", "@lezer/lr": "^0.15.8" }, "devDependencies": { "@lezer/generator": "^0.15.4", "mocha": "^9.2.1", - "rollup": "^2.67.3", + "rollup": "^2.68.0", "rollup-plugin-dts": "^4.1.0", "rollup-plugin-ts": "^2.0.5", "typescript": "^4.5.5" diff --git a/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts b/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts index 7fa7715b..14eab0bf 100644 --- a/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts +++ b/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts @@ -43,6 +43,9 @@ export const baseTheme = EditorView.theme({ ".cm-cursor": { borderColor: "var(--secondary-color)", }, + ".cm-widgetBuffer": { + position: "absolute", + }, ".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": { backgroundColor: "var(--accent-color)", color: "var(--accent-contrast-color)", @@ -162,6 +165,9 @@ export const inputTheme = EditorView.theme({ ".cm-cursor": { borderColor: "var(--secondary-color)", }, + ".cm-widgetBuffer": { + position: "absolute", + }, ".cm-selectionBackground, .cm-content ::selection, .cm-line ::selection": { backgroundColor: "var(--accent-color)", color: "var(--accent-contrast-color)", diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 0c0dfaf1..4e855b54 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -34,32 +34,32 @@ }, "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@codemirror/autocomplete": "^0.19.0", - "@codemirror/closebrackets": "^0.19.0", - "@codemirror/commands": "^0.19.0", - "@codemirror/comment": "^0.19.0", - "@codemirror/fold": "^0.19.0", - "@codemirror/gutter": "^0.19.0", - "@codemirror/highlight": "^0.19.0", - "@codemirror/history": "^0.19.0", - "@codemirror/lang-javascript": "^0.19.0", - "@codemirror/lang-json": "^0.19.0", - "@codemirror/language": "^0.19.0", + "@codemirror/autocomplete": "^0.19.13", + "@codemirror/closebrackets": "^0.19.1", + "@codemirror/commands": "^0.19.8", + "@codemirror/comment": "^0.19.1", + "@codemirror/fold": "^0.19.3", + "@codemirror/gutter": "^0.19.9", + "@codemirror/highlight": "^0.19.7", + "@codemirror/history": "^0.19.2", + "@codemirror/lang-javascript": "^0.19.7", + "@codemirror/lang-json": "^0.19.2", + "@codemirror/language": "^0.19.7", "@codemirror/legacy-modes": "^0.19.0", - "@codemirror/lint": "^0.19.0", - "@codemirror/matchbrackets": "^0.19.0", - "@codemirror/rectangular-selection": "^0.19.0", - "@codemirror/search": "^0.19.0", - "@codemirror/state": "^0.19.0", - "@codemirror/stream-parser": "^0.19.0", - "@codemirror/text": "^0.19.0", - "@codemirror/tooltip": "^0.19.0", - "@codemirror/view": "^0.19.0", + "@codemirror/lint": "^0.19.3", + "@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", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/data": "workspace:^0.4.0", "@hoppscotch/js-sandbox": "workspace:^2.0.0", "@nuxtjs/axios": "^5.13.6", - "@nuxtjs/composition-api": "^0.31.0", + "@nuxtjs/composition-api": "^0.32.0", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.2.0", "@nuxtjs/robots": "^2.5.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.3.8", + "splitpanes": "^2.4.0", "subscriptions-transport-ws": "^0.11.0", "tern": "^0.24.3", "uuid": "8.3.2", @@ -157,14 +157,14 @@ "eslint-config-prettier": "^8.4.0", "eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^8.4.1", + "eslint-plugin-vue": "^8.5.0", "jest": "^27.5.1", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", - "nuxt-windicss": "^2.2.5", + "nuxt-windicss": "^2.2.6", "prettier": "^2.5.1", "raw-loader": "^4.0.2", - "sass": "^1.49.7", + "sass": "^1.49.8", "sass-loader": "^10.2.0", "stylelint": "^14.5.1", "stylelint-config-prettier": "^9.0.3", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index bc561b77..a3843832 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -33,19 +33,19 @@ "author": "Hoppscotch (support@hoppscotch.io)", "license": "MIT", "dependencies": { + "@hoppscotch/data": "workspace:^0.4.0", "fp-ts": "^2.11.8", "lodash": "^4.17.21", - "quickjs-emscripten": "^0.15.0", - "@hoppscotch/data": "workspace:^0.4.0" + "quickjs-emscripten": "^0.15.0" }, "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.18", - "@typescript-eslint/eslint-plugin": "^5.12.0", - "@typescript-eslint/parser": "^5.12.0", + "@types/node": "^17.0.19", + "@typescript-eslint/eslint-plugin": "^5.12.1", + "@typescript-eslint/parser": "^5.12.1", "eslint": "^8.9.0", "eslint-config-prettier": "^8.4.0", "eslint-plugin-prettier": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fc6baff5..179b5e4f 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.18 + '@types/node': ^17.0.19 husky: ^7.0.4 lint-staged: ^12.3.4 dependencies: @@ -15,16 +15,16 @@ importers: devDependencies: '@commitlint/cli': 16.2.1 '@commitlint/config-conventional': 16.2.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 packages/codemirror-lang-graphql: specifiers: - '@codemirror/highlight': ^0.19.0 - '@codemirror/language': ^0.19.0 + '@codemirror/highlight': ^0.19.7 + '@codemirror/language': ^0.19.7 '@lezer/generator': ^0.15.4 '@lezer/lr': ^0.15.8 mocha: ^9.2.1 - rollup: ^2.67.3 + rollup: ^2.68.0 rollup-plugin-dts: ^4.1.0 rollup-plugin-ts: ^2.0.5 typescript: ^4.5.5 @@ -45,27 +45,27 @@ importers: '@apidevtools/swagger-parser': ^10.0.3 '@babel/core': ^7.17.5 '@babel/preset-env': ^7.16.11 - '@codemirror/autocomplete': ^0.19.0 - '@codemirror/closebrackets': ^0.19.0 - '@codemirror/commands': ^0.19.0 - '@codemirror/comment': ^0.19.0 - '@codemirror/fold': ^0.19.0 - '@codemirror/gutter': ^0.19.0 - '@codemirror/highlight': ^0.19.0 - '@codemirror/history': ^0.19.0 - '@codemirror/lang-javascript': ^0.19.0 - '@codemirror/lang-json': ^0.19.0 - '@codemirror/language': ^0.19.0 + '@codemirror/autocomplete': ^0.19.13 + '@codemirror/closebrackets': ^0.19.1 + '@codemirror/commands': ^0.19.8 + '@codemirror/comment': ^0.19.1 + '@codemirror/fold': ^0.19.3 + '@codemirror/gutter': ^0.19.9 + '@codemirror/highlight': ^0.19.7 + '@codemirror/history': ^0.19.2 + '@codemirror/lang-javascript': ^0.19.7 + '@codemirror/lang-json': ^0.19.2 + '@codemirror/language': ^0.19.7 '@codemirror/legacy-modes': ^0.19.0 - '@codemirror/lint': ^0.19.0 - '@codemirror/matchbrackets': ^0.19.0 - '@codemirror/rectangular-selection': ^0.19.0 - '@codemirror/search': ^0.19.0 - '@codemirror/state': ^0.19.0 - '@codemirror/stream-parser': ^0.19.0 - '@codemirror/text': ^0.19.0 - '@codemirror/tooltip': ^0.19.0 - '@codemirror/view': ^0.19.0 + '@codemirror/lint': ^0.19.3 + '@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 '@graphql-codegen/add': ^3.1.1 '@graphql-codegen/cli': 2.6.2 '@graphql-codegen/typed-document-node': ^2.2.5 @@ -81,7 +81,7 @@ importers: '@nuxt/typescript-build': ^2.1.0 '@nuxtjs/axios': ^5.13.6 '@nuxtjs/color-mode': ^2.1.1 - '@nuxtjs/composition-api': ^0.31.0 + '@nuxtjs/composition-api': ^0.32.0 '@nuxtjs/dotenv': ^1.4.1 '@nuxtjs/eslint-config-typescript': ^8.0.0 '@nuxtjs/eslint-module': ^3.0.2 @@ -127,7 +127,7 @@ importers: eslint-config-prettier: ^8.4.0 eslint-plugin-nuxt: ^3.1.0 eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^8.4.1 + eslint-plugin-vue: ^8.5.0 esprima: ^4.0.1 firebase: ^9.6.7 fp-ts: ^2.11.8 @@ -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.5 + nuxt-windicss: ^2.2.6 openapi-types: ^10.0.0 paho-mqtt: ^1.1.0 postman-collection: ^4.1.1 @@ -156,13 +156,13 @@ importers: qs: ^6.10.3 raw-loader: ^4.0.2 rxjs: ^7.5.4 - sass: ^1.49.7 + sass: ^1.49.8 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.3.8 + splitpanes: ^2.4.0 stylelint: ^14.5.1 stylelint-config-prettier: ^9.0.3 stylelint-config-standard: ^25.0.0 @@ -184,32 +184,32 @@ importers: yargs-parser: ^21.0.0 dependencies: '@apidevtools/swagger-parser': 10.0.3_openapi-types@10.0.0 - '@codemirror/autocomplete': 0.19.12 - '@codemirror/closebrackets': 0.19.0 + '@codemirror/autocomplete': 0.19.13 + '@codemirror/closebrackets': 0.19.1 '@codemirror/commands': 0.19.8 - '@codemirror/comment': 0.19.0 + '@codemirror/comment': 0.19.1 '@codemirror/fold': 0.19.3 '@codemirror/gutter': 0.19.9 '@codemirror/highlight': 0.19.7 '@codemirror/history': 0.19.2 '@codemirror/lang-javascript': 0.19.7 - '@codemirror/lang-json': 0.19.1 + '@codemirror/lang-json': 0.19.2 '@codemirror/language': 0.19.7 '@codemirror/legacy-modes': 0.19.0 '@codemirror/lint': 0.19.3 '@codemirror/matchbrackets': 0.19.4 '@codemirror/rectangular-selection': 0.19.1 - '@codemirror/search': 0.19.6 - '@codemirror/state': 0.19.7 - '@codemirror/stream-parser': 0.19.5 + '@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.13 - '@codemirror/view': 0.19.42 + '@codemirror/tooltip': 0.19.15 + '@codemirror/view': 0.19.44 '@hoppscotch/codemirror-lang-graphql': link:../codemirror-lang-graphql '@hoppscotch/data': link:../hoppscotch-data '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 - '@nuxtjs/composition-api': 0.31.0_nuxt@2.15.8 + '@nuxtjs/composition-api': 0.32.0_f76cbbf5da9c2936d5fdbb58483aa887 '@nuxtjs/gtm': 2.4.0 '@nuxtjs/i18n': 7.2.0 '@nuxtjs/robots': 2.5.0 @@ -228,8 +228,8 @@ importers: fp-ts: 2.11.8 fuse.js: 6.5.3 graphql: 15.7.2 - graphql-language-service-interface: 2.9.1_488ba3e02bb7fc5a29f294e2b3984f01 - graphql-language-service-parser: 1.10.4_488ba3e02bb7fc5a29f294e2b3984f01 + graphql-language-service-interface: 2.9.1_713151d3ebee044e4cd9a835d9f40c9b + graphql-language-service-parser: 1.10.4_713151d3ebee044e4cd9a835d9f40c9b graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 insomnia-importers: 2.4.1_openapi-types@10.0.0 @@ -249,7 +249,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.3.8 + splitpanes: 2.4.0 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 tern: 0.24.3 uuid: 8.3.2 @@ -264,14 +264,14 @@ 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_488ba3e02bb7fc5a29f294e2b3984f01 + '@graphql-codegen/cli': 2.6.2_713151d3ebee044e4cd9a835d9f40c9b '@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.7 + '@nuxt/types': 2.15.8_sass@1.49.8 '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.9.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 @@ -306,15 +306,15 @@ importers: 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.4.1_eslint@8.9.0 + eslint-plugin-vue: 8.5.0_eslint@8.9.0 jest: 27.5.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 - nuxt-windicss: 2.2.5 + nuxt-windicss: 2.2.6 prettier: 2.5.1 raw-loader: 4.0.2 - sass: 1.49.7 - sass-loader: 10.2.0_sass@1.49.7 + 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-standard: 25.0.0_stylelint@14.5.1 @@ -349,9 +349,9 @@ importers: '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.4.0 '@types/lodash': ^4.14.178 - '@types/node': ^17.0.18 - '@typescript-eslint/eslint-plugin': ^5.12.0 - '@typescript-eslint/parser': ^5.12.0 + '@types/node': ^17.0.19 + '@typescript-eslint/eslint-plugin': ^5.12.1 + '@typescript-eslint/parser': ^5.12.1 eslint: ^8.9.0 eslint-config-prettier: ^8.4.0 eslint-plugin-prettier: ^4.0.0 @@ -373,9 +373,9 @@ importers: '@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.18 - '@typescript-eslint/eslint-plugin': 5.12.0_c467cf9bb49b295941e83ce479a578b7 - '@typescript-eslint/parser': 5.12.0_eslint@8.9.0+typescript@4.5.5 + '@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 @@ -393,17 +393,10 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.4 - /@antfu/utils/0.3.0: - resolution: {integrity: sha512-UU8TLr/EoXdg7OjMp0h9oDoIAVr+Z/oW9cpOxQQyrsz6Qzd2ms/1CdWx8fl2OQdFpxGmq5Vc4TwfLHId6nAZjA==} - dependencies: - '@types/throttle-debounce': 2.1.0 - dev: false - /@antfu/utils/0.4.0: resolution: {integrity: sha512-gqkpvjkgFUu+s3kP+Ly33OKpo5zvVY3FDFhv5BIb98SncS3KD6DNxPfNDjwHIoyXbz1leWo1j8DtRLZ1D2Jv+Q==} dependencies: '@types/throttle-debounce': 2.1.0 - dev: true /@apidevtools/json-schema-ref-parser/9.0.9: resolution: {integrity: sha512-GBD2Le9w2+lVFoc4vswGI/TjkNIZSVp7+9xPf+X3uidBfWnAeUWmquteSyt0+VCrhNMWj/FTABISQrD3Z/YA+w==} @@ -470,29 +463,6 @@ packages: resolution: {integrity: sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==} engines: {node: '>=6.9.0'} - /@babel/core/7.17.4: - resolution: {integrity: sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.1.2 - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.3 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.4 - '@babel/helper-module-transforms': 7.16.7 - '@babel/helpers': 7.17.2 - '@babel/parser': 7.17.3 - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.3 - '@babel/types': 7.17.0 - convert-source-map: 1.8.0 - debug: 4.3.3 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/core/7.17.5: resolution: {integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==} engines: {node: '>=6.9.0'} @@ -501,7 +471,7 @@ packages: '@babel/code-frame': 7.16.7 '@babel/generator': 7.17.3 '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 - '@babel/helper-module-transforms': 7.16.7 + '@babel/helper-module-transforms': 7.17.6 '@babel/helpers': 7.17.2 '@babel/parser': 7.17.3 '@babel/template': 7.16.7 @@ -566,19 +536,6 @@ packages: '@babel/helper-explode-assignable-expression': 7.16.7 '@babel/types': 7.17.0 - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.4: - resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.17.0 - '@babel/core': 7.17.4 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.19.1 - semver: 6.3.0 - dev: true - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5: resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} engines: {node: '>=6.9.0'} @@ -588,7 +545,7 @@ packages: '@babel/compat-data': 7.17.0 '@babel/core': 7.17.5 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.19.1 + browserslist: 4.19.3 semver: 6.3.0 /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.17.5: @@ -756,6 +713,21 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-module-transforms/7.17.6: + resolution: {integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-simple-access': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + '@babel/helper-validator-identifier': 7.16.7 + '@babel/template': 7.16.7 + '@babel/traverse': 7.17.3 + '@babel/types': 7.17.0 + transitivePeerDependencies: + - supports-color + /@babel/helper-optimise-call-expression/7.16.7: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} engines: {node: '>=6.9.0'} @@ -1098,15 +1070,6 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.4: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.5: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: @@ -1115,15 +1078,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.4: - resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.5: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: @@ -1133,15 +1087,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.4: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.5: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: @@ -1195,15 +1140,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.4: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -1213,15 +1149,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.4: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.5: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: @@ -1250,15 +1177,6 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.4: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -1267,15 +1185,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.4: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.5: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: @@ -1284,15 +1193,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.4: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.5: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -1301,15 +1201,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.4: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.5: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: @@ -1318,15 +1209,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.4: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.5: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -1335,15 +1217,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.4: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.5: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: @@ -1361,16 +1234,6 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.4: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.17.4 - '@babel/helper-plugin-utils': 7.16.7 - dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.5: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} @@ -1380,13 +1243,13 @@ packages: '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.4: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.5: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.4 + '@babel/core': 7.17.5 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1987,25 +1850,25 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@codemirror/autocomplete/0.19.12: - resolution: {integrity: sha512-zUQYo5gMdv7vhxlKoAY/vnNCGzlE9AU7+P649v3ovpQpoFdo3U1Nt01EJqFb4Sfaw6l1U/Elc9Iksd1lDy+MVw==} + /@codemirror/autocomplete/0.19.13: + resolution: {integrity: sha512-fI6lgTH2PlyTQqF2eWKDRBRUC+9MqvS2TfvE7aJ4Pu1oHM1w8JI16J9Qvwrd0iabJeF/QodU51Clok98c7fpCQ==} dependencies: '@codemirror/language': 0.19.7 - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/tooltip': 0.19.13 - '@codemirror/view': 0.19.42 + '@codemirror/tooltip': 0.19.15 + '@codemirror/view': 0.19.44 '@lezer/common': 0.15.11 dev: false - /@codemirror/closebrackets/0.19.0: - resolution: {integrity: sha512-dFWX5OEVYWRNtGaifSbwIAlymnRRjxWMiMbffbAjF7p0zfGHDbdGkiT56q3Xud63h5/tQdSo5dK1iyNTzHz5vg==} + /@codemirror/closebrackets/0.19.1: + resolution: {integrity: sha512-ZiLXT6u+VuBK5QnfBbt/Vmfd9Pg6449wn1DIOWFZHUOldg5eFn3VGGjYY2XWuHQz5WuK+7dXamV2KE885O1gyA==} dependencies: '@codemirror/language': 0.19.7 - '@codemirror/rangeset': 0.19.1 - '@codemirror/state': 0.19.7 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.42 + '@codemirror/view': 0.19.44 dev: false /@codemirror/commands/0.19.8: @@ -2013,18 +1876,18 @@ packages: dependencies: '@codemirror/language': 0.19.7 '@codemirror/matchbrackets': 0.19.4 - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.42 + '@codemirror/view': 0.19.44 '@lezer/common': 0.15.11 dev: false - /@codemirror/comment/0.19.0: - resolution: {integrity: sha512-3hqAd0548fxqOBm4khFMcXVIivX8p0bSlbAuZJ6PNoUn/0wXhxkxowPp0FmFzU2+y37Z+ZQF5cRB5EREWPRIiQ==} + /@codemirror/comment/0.19.1: + resolution: {integrity: sha512-uGKteBuVWAC6fW+Yt8u27DOnXMT/xV4Ekk2Z5mRsiADCZDqYvryrJd6PLL5+8t64BVyocwQwNfz1UswYS2CtFQ==} dependencies: - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.42 + '@codemirror/view': 0.19.44 dev: false /@codemirror/fold/0.19.3: @@ -2032,26 +1895,26 @@ packages: dependencies: '@codemirror/gutter': 0.19.9 '@codemirror/language': 0.19.7 - '@codemirror/rangeset': 0.19.6 - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 dev: false /@codemirror/gutter/0.19.9: resolution: {integrity: sha512-PFrtmilahin1g6uL27aG5tM/rqR9DZzZYZsIrCXA5Uc2OFTFqx4owuhoU9hqfYxHp5ovfvBwQ+txFzqS4vog6Q==} dependencies: - '@codemirror/rangeset': 0.19.5 - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 dev: false /@codemirror/highlight/0.19.7: resolution: {integrity: sha512-3W32hBCY0pbbv/xidismw+RDMKuIag+fo4kZIbD7WoRj+Ttcaxjf+vP6RttRHXLaaqbWh031lTeON8kMlDhMYw==} dependencies: '@codemirror/language': 0.19.7 - '@codemirror/rangeset': 0.19.6 - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 '@lezer/common': 0.15.11 style-mod: 4.0.0 dev: false @@ -2059,24 +1922,24 @@ packages: /@codemirror/history/0.19.2: resolution: {integrity: sha512-unhP4t3N2smzmHoo/Yio6ueWi+il8gm9VKrvi6wlcdGH5fOfVDNkmjHQ495SiR+EdOG35+3iNebSPYww0vN7ow==} dependencies: - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 dev: false /@codemirror/lang-javascript/0.19.7: resolution: {integrity: sha512-DL9f3JLqOEHH9cIwEqqjnP5bkjdVXeECksLtV+/MbPm+l4H+AG+PkwZaJQ2oR1GfPZKh8MVSIE94aGWNkJP8WQ==} dependencies: - '@codemirror/autocomplete': 0.19.12 + '@codemirror/autocomplete': 0.19.13 '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.7 '@codemirror/lint': 0.19.3 - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 '@lezer/javascript': 0.15.3 dev: false - /@codemirror/lang-json/0.19.1: - resolution: {integrity: sha512-66K5TT9HO0ODtpjY+3Ub6t3r0OB1d27P+Kl5oygk4tDavHUBpsyHTJRFw/CdeRM2VwjbpBfctGm/cTrSthFDZg==} + /@codemirror/lang-json/0.19.2: + resolution: {integrity: sha512-fgUWR58Is59P5D/tiazX6oTczioOCDYqjFT5PEBAmLBFMSsRqcnJE0xNO1snrhg7pWEFDq5wR/oN0eZhkeR6Gg==} dependencies: '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.7 @@ -2086,9 +1949,9 @@ packages: /@codemirror/language/0.19.7: resolution: {integrity: sha512-pNNUtYWMIMG0lUSKyUXJr8U0rFiCKsKFXbA2Oj17PC+S1FY99hV0z1vcntW67ekAIZw9DMEUQnLsKBuIbAUX7Q==} dependencies: - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.42 + '@codemirror/view': 0.19.44 '@lezer/common': 0.15.11 '@lezer/lr': 0.15.8 dev: false @@ -2096,7 +1959,7 @@ packages: /@codemirror/legacy-modes/0.19.0: resolution: {integrity: sha512-GSPdBNUeyF3nxJ2lztXGp2UoQjn+ggK5z+Kd4tflziecCG1+8mcdudDgFvxDuaTGWyM34S7Ldb4Xv7/XodZtBA==} dependencies: - '@codemirror/stream-parser': 0.19.5 + '@codemirror/stream-parser': 0.19.6 dev: false /@codemirror/lint/0.19.3: @@ -2104,10 +1967,10 @@ packages: dependencies: '@codemirror/gutter': 0.19.9 '@codemirror/panel': 0.19.1 - '@codemirror/rangeset': 0.19.5 - '@codemirror/state': 0.19.7 - '@codemirror/tooltip': 0.19.13 - '@codemirror/view': 0.19.42 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 + '@codemirror/tooltip': 0.19.15 + '@codemirror/view': 0.19.44 crelt: 1.0.5 dev: false @@ -2115,67 +1978,55 @@ packages: resolution: {integrity: sha512-VFkaOKPNudAA5sGP1zikRHCEKU0hjYmkKpr04pybUpQvfTvNJXlReCyP0rvH/1iEwAGPL990ZTT+QrLdu4MeEA==} dependencies: '@codemirror/language': 0.19.7 - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 '@lezer/common': 0.15.11 dev: false /@codemirror/panel/0.19.1: resolution: {integrity: sha512-sYeOCMA3KRYxZYJYn5PNlt9yNsjy3zTNTrbYSfVgjgL9QomIVgOJWPO5hZ2sTN8lufO6lw0vTBsIPL9MSidmBg==} dependencies: - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 dev: false - /@codemirror/rangeset/0.19.1: - resolution: {integrity: sha512-WaKTEw8JB/3QFlQzpdgRoklopcWvG8O/Xp+rxxOfFKYTaeaejpY/tjpyBBg+Ea65Ka3m7+pPp9d5j/oR2rd9NA==} + /@codemirror/rangeset/0.19.8: + resolution: {integrity: sha512-1vusIkxSD0vK5KQ22JO/4Ejfww5268PgM/CpKNBSpTpWZEFlZbmOPyRiY4HXO2oEzOpypbA/walMiNInWnrT0Q==} dependencies: - '@codemirror/state': 0.19.7 - dev: false - - /@codemirror/rangeset/0.19.5: - resolution: {integrity: sha512-L3b+RIwIRKOJ3pJLOtpkxCUjGnxZKFyPb0CjYWKnVLuzEIaEExWWK7sp6rsejxOy8RjYzfCHlFhYB4UdQN7brw==} - dependencies: - '@codemirror/state': 0.19.7 - dev: false - - /@codemirror/rangeset/0.19.6: - resolution: {integrity: sha512-wYtgGnW2Jtrh2nj7vpcBoEZib+jfyilrLN6w7YMTzzSRN8xXhYRorOUg4VQIa1JwFcMQrjSCkIdqXsDqOX1cYg==} - dependencies: - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 dev: false /@codemirror/rectangular-selection/0.19.1: resolution: {integrity: sha512-9ElnqOg3mpZIWe0prPRd1SZ48Q9QB3bR8Aocq8UtjboJSUG8ABhRrbuTZMW/rMqpBPSjVpCe9xkCCkEQMYQVmw==} dependencies: - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.42 + '@codemirror/view': 0.19.44 dev: false - /@codemirror/search/0.19.6: - resolution: {integrity: sha512-Wx3AyZ5/hFv6+YklNMeW2sHbVmnhSNC027Rc/pk7Cy51g09ZBHqMMAwJlpNcWmGYjf+SYzomIUpd+DgkVCmvLw==} + /@codemirror/search/0.19.8: + resolution: {integrity: sha512-mMHx60bzbcbSI8Fu2WbxsGAZ2FCGkzslISsvyJXOxVoB7E+y1LDTBv0HUJ+srmfIsak6ceMxKgyI6RldRPMu5A==} dependencies: '@codemirror/panel': 0.19.1 - '@codemirror/rangeset': 0.19.6 - '@codemirror/state': 0.19.7 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.42 + '@codemirror/view': 0.19.44 crelt: 1.0.5 dev: false - /@codemirror/state/0.19.7: - resolution: {integrity: sha512-UB7OqJSiUZXmwbsBu7wRoMBrXwOHwSs1J9RORB2oz0oA5LfPVbLYIKl5223qCcSSKoM5cSc3bWpMUaHo8WOVnA==} + /@codemirror/state/0.19.9: + resolution: {integrity: sha512-psOzDolKTZkx4CgUqhBQ8T8gBc0xN5z4gzed109aF6x7D7umpDRoimacI/O6d9UGuyl4eYuDCZmDFr2Rq7aGOw==} dependencies: '@codemirror/text': 0.19.6 dev: false - /@codemirror/stream-parser/0.19.5: - resolution: {integrity: sha512-5G+seD2H0dhz1ueyzy393rV6cq24Q0u8/pJn7Bs1Artrd7u1zg6+vAcRVY+RMKvwbLG8wowYLb3vjnM0Cx9L2A==} + /@codemirror/stream-parser/0.19.6: + resolution: {integrity: sha512-dmPtoz/MR3IphxAsgywEyvSjOJCb2ikAgqp6BGIlwBEJVRiap0wFK4b3f/3DKIHUG4GezWRYQumXNyb3GNQevw==} dependencies: '@codemirror/highlight': 0.19.7 '@codemirror/language': 0.19.7 - '@codemirror/state': 0.19.7 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 '@lezer/common': 0.15.11 '@lezer/lr': 0.15.8 @@ -2185,18 +2036,18 @@ packages: resolution: {integrity: sha512-T9jnREMIygx+TPC1bOuepz18maGq/92q2a+n4qTqObKwvNMg+8cMTslb8yxeEDEq7S3kpgGWxgO1UWbQRij0dA==} dev: false - /@codemirror/tooltip/0.19.13: - resolution: {integrity: sha512-7vgvjQjwFQ9hPejw2s+w3UR1XAYjQ5M0F9HRwutXkZHP1tBFV7LnNJ3xBD7F9SR9kAh8WgdL3BpUsEwX1aqoQg==} + /@codemirror/tooltip/0.19.15: + resolution: {integrity: sha512-Fb4fKgVziUNSOAhclsvsqHw+1bCfh5po8xT/hw2UQW0UV41t73tJqX5AiqSwmtaDHExN7DFyzG8VQa05d/7g3Q==} dependencies: - '@codemirror/state': 0.19.7 - '@codemirror/view': 0.19.42 + '@codemirror/state': 0.19.9 + '@codemirror/view': 0.19.44 dev: false - /@codemirror/view/0.19.42: - resolution: {integrity: sha512-sGpuHYesqNThkAdJHTf4BO0hBeYnAHwamnCGkM6a2G/W5svRJGsFb5Vk/LQPQurDKK9V5fBTRqXH8nKGrIszng==} + /@codemirror/view/0.19.44: + resolution: {integrity: sha512-vahNUE6hSXdjzs1gcztKPJQhZu+ZIwRpK4ZGZTSD81/CZUVqtlF75W3RCYVgEdjTI1l6ogJmIL6FM2Xj7ltn7Q==} dependencies: - '@codemirror/rangeset': 0.19.6 - '@codemirror/state': 0.19.7 + '@codemirror/rangeset': 0.19.8 + '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 style-mod: 4.0.0 w3c-keyname: 2.2.4 @@ -2283,10 +2134,10 @@ packages: '@commitlint/execute-rule': 16.2.1 '@commitlint/resolve-extends': 16.2.1 '@commitlint/types': 16.2.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.5_f3bd4037939c2ed2942ba074291f8ef2 + cosmiconfig-typescript-loader: 1.0.5_003c8a6da24af261bf8b8ce51aec1adf lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.5.5 @@ -2413,7 +2264,7 @@ packages: ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 4.1.0 - minimatch: 3.1.0 + minimatch: 3.1.2 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color @@ -2881,7 +2732,7 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.6.2_488ba3e02bb7fc5a29f294e2b3984f01: + /@graphql-codegen/cli/2.6.2_713151d3ebee044e4cd9a835d9f40c9b: resolution: {integrity: sha512-UO75msoVgvLEvfjCezM09cQQqp32+mR8Ma1ACsBpr7nroFvHbgcu2ulx1cMovg4sxDBCsvd9Eq/xOOMpARUxtw==} hasBin: true peerDependencies: @@ -2896,8 +2747,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_513fa8d9b2f26199a756d05da6b3722c - '@graphql-tools/url-loader': 7.7.1_513fa8d9b2f26199a756d05da6b3722c + '@graphql-tools/prisma-loader': 7.1.1_8cb77c507ecaf67b39b1811a1bfefdc1 + '@graphql-tools/url-loader': 7.7.1_8cb77c507ecaf67b39b1811a1bfefdc1 '@graphql-tools/utils': 8.6.1_graphql@15.7.2 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -2911,7 +2762,7 @@ packages: glob: 7.2.0 globby: 11.1.0 graphql: 15.7.2 - graphql-config: 4.1.0_488ba3e02bb7fc5a29f294e2b3984f01 + graphql-config: 4.1.0_713151d3ebee044e4cd9a835d9f40c9b inquirer: 8.2.0 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -3278,12 +3129,12 @@ packages: tslib: 2.3.1 dev: true - /@graphql-tools/prisma-loader/7.1.1_513fa8d9b2f26199a756d05da6b3722c: + /@graphql-tools/prisma-loader/7.1.1_8cb77c507ecaf67b39b1811a1bfefdc1: 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_513fa8d9b2f26199a756d05da6b3722c + '@graphql-tools/url-loader': 7.7.1_8cb77c507ecaf67b39b1811a1bfefdc1 '@graphql-tools/utils': 8.6.1_graphql@15.7.2 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.33 @@ -3337,7 +3188,7 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 - /@graphql-tools/url-loader/7.7.0_513fa8d9b2f26199a756d05da6b3722c: + /@graphql-tools/url-loader/7.7.0_8cb77c507ecaf67b39b1811a1bfefdc1: resolution: {integrity: sha512-mBBb+aJqI4E0MVEzyfi76Pi/G6lGxGTVt/tP1YtKJly7UnonNoWOtDusdL3zIVAGhGgLsNrLbGhLDbwSd6TV6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3355,7 +3206,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.18 + meros: 1.1.4_@types+node@17.0.19 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3368,7 +3219,7 @@ packages: - encoding - utf-8-validate - /@graphql-tools/url-loader/7.7.1_513fa8d9b2f26199a756d05da6b3722c: + /@graphql-tools/url-loader/7.7.1_8cb77c507ecaf67b39b1811a1bfefdc1: resolution: {integrity: sha512-K/5amdeHtKYI976HVd/AXdSNvLL7vx5QVjMlwN0OHeYyxSgC+UOH+KkS7cshYgL13SekGu0Mxbg9ABfgQ34ECA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3386,7 +3237,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.18 + meros: 1.1.4_@types+node@17.0.19 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3475,7 +3326,7 @@ packages: dependencies: '@humanwhocodes/object-schema': 1.2.1 debug: 4.3.3 - minimatch: 3.1.0 + minimatch: 3.1.2 transitivePeerDependencies: - supports-color dev: true @@ -3529,7 +3380,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.18 + '@types/node': 17.0.19 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -3550,7 +3401,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -3587,7 +3438,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 jest-mock: 27.5.1 dev: true @@ -3597,7 +3448,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 17.0.18 + '@types/node': 17.0.19 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -3626,7 +3477,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3685,7 +3536,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.4 + '@babel/core': 7.17.5 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -3710,7 +3561,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -3721,7 +3572,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3763,13 +3614,7 @@ packages: /@lezer/json/0.15.0: resolution: {integrity: sha512-OsMjjBkTkeQ15iMCu5U1OiBubRC4V9Wm03zdIlUgNZ20aUPx5DWDRqUc5wG41JXVSj7Lxmo+idlFCfBBdxB8sw==} dependencies: - '@lezer/lr': 0.15.7 - dev: false - - /@lezer/lr/0.15.7: - resolution: {integrity: sha512-rmUukgyKSm6xzXO4cK5hkpX3+ZTHF+bHDkEuhofAVUTS3J23YytUxGWsrDwBVvGbhvxW87kheb2mRYHRwKacDQ==} - dependencies: - '@lezer/common': 0.15.11 + '@lezer/lr': 0.15.8 dev: false /@lezer/lr/0.15.8: @@ -3777,8 +3622,8 @@ packages: dependencies: '@lezer/common': 0.15.11 - /@mdn/browser-compat-data/4.1.7: - resolution: {integrity: sha512-rOxg9jU9L3PrwhHI5DEqKOARt/gCXku/j3RvaEfP8hxeMI6bh0Ov1TqcgoajA/D01PXKTuLfEYvF3kWuheRB7w==} + /@mdn/browser-compat-data/4.1.8: + resolution: {integrity: sha512-iY8qGU+yJvscccvWLyWPKfF9BSLmSFth5HBNjSNtIfoyUrQV3lTZml+zyKWRymMYCgvos6LiSqMj1RDEj3TehA==} dev: true /@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2: @@ -3852,7 +3697,7 @@ packages: '@nuxt/vue-app': 2.15.8 '@nuxt/webpack': 2.15.8_typescript@4.5.5 chalk: 4.1.2 - chokidar: 3.5.2 + chokidar: 3.5.3 consola: 2.15.3 fs-extra: 9.1.0 glob: 7.2.0 @@ -3908,7 +3753,7 @@ packages: consola: '*' dependencies: chalk: 4.1.2 - chokidar: 3.5.2 + chokidar: 3.5.3 glob: 7.2.0 globby: 11.0.4 scule: 0.2.1 @@ -4083,7 +3928,7 @@ packages: - encoding dev: false - /@nuxt/types/2.15.8_sass@1.49.7: + /@nuxt/types/2.15.8_sass@1.49.8: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -4104,7 +3949,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.7 + sass-loader: 10.1.1_sass@1.49.8 transitivePeerDependencies: - fibers - node-sass @@ -4117,7 +3962,7 @@ packages: peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.49.7 + '@nuxt/types': 2.15.8_sass@1.49.8 consola: 2.15.3 fork-ts-checker-webpack-plugin: 6.4.0_eslint@8.9.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 @@ -4254,8 +4099,8 @@ packages: lodash.template: 4.5.0 dev: true - /@nuxtjs/composition-api/0.31.0_nuxt@2.15.8: - resolution: {integrity: sha512-xplH/EJ17W/EjNP7M11URTOrQcjMYqQn1wXUkMOdMiSLKM58VWuCyt0uT9jNCHMUspeQ+SPzr9dxQkNBGvwfiA==} + /@nuxtjs/composition-api/0.32.0_f76cbbf5da9c2936d5fdbb58483aa887: + resolution: {integrity: sha512-/LYf0N5x5j8i2/Uldfw+n4o3SVXyCIYQyOwSL+2JTllyyEkO3zHJc8YAbJhp22kHh6gPEhmgBA/whDUbERY7mg==} engines: {node: ^12.20.0 || >=14.13.0} peerDependencies: '@nuxt/vue-app': ^2.15 @@ -4263,15 +4108,17 @@ packages: vue: ^2 dependencies: '@vue/composition-api': 1.4.6 - defu: 5.0.0 + 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.9 - unplugin-vue2-script-setup: 0.7.3 + ufo: 0.7.10 + unplugin-vue2-script-setup: 0.9.3_a4bd302260a199c6ff043d1ca2e2b1a9 upath: 2.0.1 transitivePeerDependencies: + - '@vue/runtime-dom' + - esbuild - pug - rollup - supports-color @@ -4315,7 +4162,7 @@ packages: 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.4.1_eslint@8.9.0 + eslint-plugin-vue: 8.5.0_eslint@8.9.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - jest @@ -4527,21 +4374,12 @@ packages: jest-matcher-utils: 26.6.2 dev: true - /@rollup/pluginutils/4.1.1: - resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} - engines: {node: '>= 8.0.0'} - dependencies: - estree-walker: 2.0.2 - picomatch: 2.3.0 - dev: false - /@rollup/pluginutils/4.1.2: resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} engines: {node: '>= 8.0.0'} dependencies: estree-walker: 2.0.2 picomatch: 2.3.1 - dev: true /@samverschueren/stream-to-observable/0.3.1_rxjs@6.6.7: resolution: {integrity: sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==} @@ -4964,7 +4802,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.18 + '@types/node': 17.0.19 dev: true /@types/har-format/1.2.8: @@ -5083,13 +4921,17 @@ packages: resolution: {integrity: sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==} dev: false - /@types/node/16.11.24: - resolution: {integrity: sha512-Ezv33Rl4mIi6YdSHfIRNBd4Q9kUe5okiaw/ikvJiJDmuQZNW5kfdg7+oQPF8NO6sTcr3woIpj3jANzTXdvEZXA==} + /@types/node/16.11.25: + resolution: {integrity: sha512-NrTwfD7L1RTc2qrHQD4RTTy4p0CO2LatKBEKEds3CaVuhoM/+DJzmWZl5f+ikR8cm8F5mfJxK+9rQq07gRiSjQ==} 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==} + dev: true + /@types/node/17.0.6: resolution: {integrity: sha512-+XBAjfZmmivILUzO0HwBJoYkAyyySSLg5KCGBDFLomJo0sV6szvVLAf4ANZZ0pfWzgEds5KmGLG9D5hfEqOhaA==} @@ -5323,8 +5165,8 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/5.12.0_c467cf9bb49b295941e83ce479a578b7: - resolution: {integrity: sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==} + /@typescript-eslint/eslint-plugin/5.12.1_aa3af6382115a42a71cc388b7b2c30b3: + resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5334,10 +5176,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.12.0_eslint@8.9.0+typescript@4.5.5 - '@typescript-eslint/scope-manager': 5.12.0 - '@typescript-eslint/type-utils': 5.12.0_eslint@8.9.0+typescript@4.5.5 - '@typescript-eslint/utils': 5.12.0_eslint@8.9.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.12.1_eslint@8.9.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 debug: 4.3.3 eslint: 8.9.0 functional-red-black-tree: 1.0.1 @@ -5394,8 +5236,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/5.12.0_eslint@8.9.0+typescript@4.5.5: - resolution: {integrity: sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==} + /@typescript-eslint/parser/5.12.1_eslint@8.9.0+typescript@4.5.5: + resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5404,9 +5246,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.12.0 - '@typescript-eslint/types': 5.12.0 - '@typescript-eslint/typescript-estree': 5.12.0_typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.12.1 + '@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 typescript: 4.5.5 @@ -5434,12 +5276,12 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.12.0: - resolution: {integrity: sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==} + /@typescript-eslint/scope-manager/5.12.1: + resolution: {integrity: sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.12.0 - '@typescript-eslint/visitor-keys': 5.12.0 + '@typescript-eslint/types': 5.12.1 + '@typescript-eslint/visitor-keys': 5.12.1 dev: true /@typescript-eslint/scope-manager/5.4.0: @@ -5450,8 +5292,8 @@ packages: '@typescript-eslint/visitor-keys': 5.4.0 dev: true - /@typescript-eslint/type-utils/5.12.0_eslint@8.9.0+typescript@4.5.5: - resolution: {integrity: sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==} + /@typescript-eslint/type-utils/5.12.1_eslint@8.9.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: eslint: '*' @@ -5460,7 +5302,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.12.0_eslint@8.9.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.12.1_eslint@8.9.0+typescript@4.5.5 debug: 4.3.3 eslint: 8.9.0 tsutils: 3.21.0_typescript@4.5.5 @@ -5469,8 +5311,8 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.12.0: - resolution: {integrity: sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==} + /@typescript-eslint/types/5.12.1: + resolution: {integrity: sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -5479,8 +5321,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.12.0_typescript@4.5.5: - resolution: {integrity: sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==} + /@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5: + resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5488,8 +5330,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.12.0 - '@typescript-eslint/visitor-keys': 5.12.0 + '@typescript-eslint/types': 5.12.1 + '@typescript-eslint/visitor-keys': 5.12.1 debug: 4.3.3 globby: 11.1.0 is-glob: 4.0.3 @@ -5521,16 +5363,16 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.12.0_eslint@8.9.0+typescript@4.5.5: - resolution: {integrity: sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==} + /@typescript-eslint/utils/5.12.1_eslint@8.9.0+typescript@4.5.5: + resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.12.0 - '@typescript-eslint/types': 5.12.0 - '@typescript-eslint/typescript-estree': 5.12.0_typescript@4.5.5 + '@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-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.9.0 @@ -5539,11 +5381,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.12.0: - resolution: {integrity: sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==} + /@typescript-eslint/visitor-keys/5.12.1: + resolution: {integrity: sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.12.0 + '@typescript-eslint/types': 5.12.1 eslint-visitor-keys: 3.3.0 dev: true @@ -5552,7 +5394,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.4.0 - eslint-visitor-keys: 3.2.0 + eslint-visitor-keys: 3.3.0 dev: true /@ungap/promise-all-settled/1.1.2: @@ -5703,15 +5545,22 @@ packages: camelcase: 5.3.1 dev: false - /@vue/compiler-core/3.2.23: - resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==} + /@vue/compiler-core/3.2.31: + resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==} dependencies: '@babel/parser': 7.17.3 - '@vue/shared': 3.2.23 + '@vue/shared': 3.2.31 estree-walker: 2.0.2 source-map: 0.6.1 dev: false + /@vue/compiler-dom/3.2.31: + resolution: {integrity: sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg==} + dependencies: + '@vue/compiler-core': 3.2.31 + '@vue/shared': 3.2.31 + dev: false + /@vue/component-compiler-utils/3.3.0: resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==} dependencies: @@ -5732,22 +5581,22 @@ packages: peerDependencies: vue: '>= 2.5 < 3' + /@vue/reactivity-transform/3.2.31: + resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==} + dependencies: + '@babel/parser': 7.17.3 + '@vue/compiler-core': 3.2.31 + '@vue/shared': 3.2.31 + estree-walker: 2.0.2 + magic-string: 0.25.7 + dev: false + /@vue/reactivity/3.2.31: resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==} dependencies: '@vue/shared': 3.2.31 dev: true - /@vue/ref-transform/3.2.23: - resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==} - dependencies: - '@babel/parser': 7.17.3 - '@vue/compiler-core': 3.2.23 - '@vue/shared': 3.2.23 - estree-walker: 2.0.2 - magic-string: 0.25.7 - dev: false - /@vue/runtime-core/3.2.31: resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==} dependencies: @@ -5763,17 +5612,8 @@ packages: csstype: 2.6.19 dev: true - /@vue/shared/3.2.23: - resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} - dev: false - - /@vue/shared/3.2.30: - resolution: {integrity: sha512-B3HouBtUxcfu2w2d+VhdLcVBXKYYhXiFMAfQ+hoe8NUhKkPRkWDIqhpuehCZxVQ3S2dN1P1WfKGlxGC+pfmxGg==} - dev: false - /@vue/shared/3.2.31: resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==} - dev: true /@vue/test-utils/1.3.0: resolution: {integrity: sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==} @@ -5953,8 +5793,8 @@ packages: resolution: {integrity: sha512-bT4Ze8d1kTKbVdQZ7yal9vjhIfuYypco2gVTy4OXvg6eAHFNZaOB/Ai4FqdRKvbgOqChHGiC32r5J55hmq6tDw==} dependencies: debug: 4.3.3 - jiti: 1.12.15 - windicss: 3.4.3 + jiti: 1.13.0 + windicss: 3.4.4 transitivePeerDependencies: - supports-color dev: true @@ -5968,7 +5808,7 @@ packages: fast-glob: 3.2.11 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.4.3 + windicss: 3.4.4 transitivePeerDependencies: - supports-color dev: true @@ -6432,25 +6272,6 @@ packages: '@babel/core': 7.17.5 dev: true - /babel-jest/27.5.1_@babel+core@7.17.4: - resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - '@babel/core': ^7.8.0 - dependencies: - '@babel/core': 7.17.4 - '@jest/transform': 27.5.1 - '@jest/types': 27.5.1 - '@types/babel__core': 7.1.18 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.17.4 - chalk: 4.1.2 - graceful-fs: 4.2.9 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /babel-jest/27.5.1_@babel+core@7.17.5: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6622,26 +6443,6 @@ packages: babel-types: 6.26.0 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.4: - resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.17.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.4 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.4 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.4 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.4 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.4 - dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.5: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -6699,17 +6500,6 @@ packages: - supports-color dev: true - /babel-preset-jest/27.5.1_@babel+core@7.17.4: - resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.17.4 - babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.4 - dev: true - /babel-preset-jest/27.5.1_@babel+core@7.17.5: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -6952,12 +6742,12 @@ packages: resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.1.7 + '@mdn/browser-compat-data': 4.1.8 '@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.30001311 + caniuse-lite: 1.0.30001312 isbot: 3.3.4 object-path: 0.11.8 semver: 7.3.5 @@ -6980,8 +6770,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001311 - electron-to-chromium: 1.4.68 + caniuse-lite: 1.0.30001312 + electron-to-chromium: 1.4.71 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6998,6 +6788,17 @@ packages: node-releases: 2.0.2 picocolors: 1.0.0 + /browserslist/4.19.3: + resolution: {integrity: sha512-XK3X4xtKJ+Txj8G5c30B4gsm71s69lqXlkYui4s6EkKxuv49qjYlY6oVd+IFJ73d4YymtM3+djvvt/R/iJwwDg==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001312 + electron-to-chromium: 1.4.71 + escalade: 3.1.1 + node-releases: 2.0.2 + picocolors: 1.0.0 + /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} engines: {node: '>= 6'} @@ -7053,13 +6854,13 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /bundle-require/3.0.4_esbuild@0.14.21: + /bundle-require/3.0.4_esbuild@0.14.23: 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.21 + esbuild: 0.14.23 load-tsconfig: 0.2.3 dev: true @@ -7273,6 +7074,9 @@ packages: /caniuse-lite/1.0.30001311: resolution: {integrity: sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==} + /caniuse-lite/1.0.30001312: + resolution: {integrity: sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==} + /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: @@ -7413,6 +7217,7 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.2 + dev: true /chokidar/3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} @@ -7912,16 +7717,16 @@ packages: dependencies: '@iarna/toml': 2.2.5 - /cosmiconfig-typescript-loader/1.0.5_f3bd4037939c2ed2942ba074291f8ef2: + /cosmiconfig-typescript-loader/1.0.5_003c8a6da24af261bf8b8ce51aec1adf: resolution: {integrity: sha512-FL/YR1nb8hyN0bAcP3MBaIoZravfZtVsN/RuPnoo6UVjqIrDxSNIpXHCGgJe0ZWy5yImpyD6jq5wCJ5f1nUv8g==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': 17.0.18 + '@types/node': 17.0.19 cosmiconfig: 7.0.1 - ts-node: 10.5.0_f3bd4037939c2ed2942ba074291f8ef2 + ts-node: 10.5.0_003c8a6da24af261bf8b8ce51aec1adf typescript: 4.5.5 transitivePeerDependencies: - '@swc/core' @@ -8055,7 +7860,7 @@ packages: resolution: {integrity: sha512-mpjkSErNO6vioL/Cde2aF4UBysPFEMyn+1AN1t7Oc4yqvzSRWe8iBte4P8BHyjo64OmC+ZBxwjIqmpSpIWiQ7Q==} engines: {node: '>=10.0.0'} dependencies: - '@types/node': 16.11.24 + '@types/node': 16.11.25 dev: true /crypto-browserify/3.12.0: @@ -8816,6 +8621,9 @@ 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==} + /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} engines: {node: '>=0.10.0'} @@ -9013,8 +8821,8 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-arm64/0.14.21: - resolution: {integrity: sha512-Bqgld1TY0wZv8TqiQmVxQFgYzz8ZmyzT7clXBDZFkOOdRybzsnj8AZuK1pwcLVA7Ya6XncHgJqIao7NFd3s0RQ==} + /esbuild-android-arm64/0.14.23: + resolution: {integrity: sha512-k9sXem++mINrZty1v4FVt6nC5BQCFG4K2geCIUUqHNlTdFnuvcqsY7prcKZLFhqVC1rbcJAr9VSUGFL/vD4vsw==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -9022,8 +8830,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.21: - resolution: {integrity: sha512-j+Eg+e13djzyYINVvAbOo2/zvZ2DivuJJTaBrJnJHSD7kUNuGHRkHoSfFjbI80KHkn091w350wdmXDNSgRjfYQ==} + /esbuild-darwin-64/0.14.23: + resolution: {integrity: sha512-lB0XRbtOYYL1tLcYw8BoBaYsFYiR48RPrA0KfA/7RFTr4MV7Bwy/J4+7nLsVnv9FGuQummM3uJ93J3ptaTqFug==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -9031,8 +8839,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.21: - resolution: {integrity: sha512-nDNTKWDPI0RuoPj5BhcSB2z5EmZJJAyRtZLIjyXSqSpAyoB8eyAKXl4lB8U2P78Fnh4Lh1le/fmpewXE04JhBQ==} + /esbuild-darwin-arm64/0.14.23: + resolution: {integrity: sha512-yat73Z/uJ5tRcfRiI4CCTv0FSnwErm3BJQeZAh+1tIP0TUNh6o+mXg338Zl5EKChD+YGp6PN+Dbhs7qa34RxSw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -9040,8 +8848,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.21: - resolution: {integrity: sha512-zIurkCHXhxELiDZtLGiexi8t8onQc2LtuE+S7457H/pP0g0MLRKMrsn/IN4LDkNe6lvBjuoZZi2OfelOHn831g==} + /esbuild-freebsd-64/0.14.23: + resolution: {integrity: sha512-/1xiTjoLuQ+LlbfjJdKkX45qK/M7ARrbLmyf7x3JhyQGMjcxRYVR6Dw81uH3qlMHwT4cfLW4aEVBhP1aNV7VsA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -9049,8 +8857,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.21: - resolution: {integrity: sha512-wdxMmkJfbwcN+q85MpeUEamVZ40FNsBa9mPq8tAszDn8TRT2HoJvVRADPIIBa9SWWwlDChIMjkDKAnS3KS/sPA==} + /esbuild-freebsd-arm64/0.14.23: + resolution: {integrity: sha512-uyPqBU/Zcp6yEAZS4LKj5jEE0q2s4HmlMBIPzbW6cTunZ8cyvjG6YWpIZXb1KK3KTJDe62ltCrk3VzmWHp+iLg==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -9058,8 +8866,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.21: - resolution: {integrity: sha512-fmxvyzOPPh2xiEHojpCeIQP6pXcoKsWbz3ryDDIKLOsk4xp3GbpHIEAWP0xTeuhEbendmvBDVKbAVv3PnODXLg==} + /esbuild-linux-32/0.14.23: + resolution: {integrity: sha512-37R/WMkQyUfNhbH7aJrr1uCjDVdnPeTHGeDhZPUNhfoHV0lQuZNCKuNnDvlH/u/nwIYZNdVvz1Igv5rY/zfrzQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -9067,8 +8875,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.21: - resolution: {integrity: sha512-edZyNOv1ql+kpmlzdqzzDjRQYls+tSyi4QFi+PdBhATJFUqHsnNELWA9vMSzAaInPOEaVUTA5Ml28XFChcy4DA==} + /esbuild-linux-64/0.14.23: + resolution: {integrity: sha512-H0gztDP60qqr8zoFhAO64waoN5yBXkmYCElFklpd6LPoobtNGNnDe99xOQm28+fuD75YJ7GKHzp/MLCLhw2+vQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -9076,8 +8884,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.21: - resolution: {integrity: sha512-aSU5pUueK6afqmLQsbU+QcFBT62L+4G9hHMJDHWfxgid6hzhSmfRH9U/f+ymvxsSTr/HFRU4y7ox8ZyhlVl98w==} + /esbuild-linux-arm/0.14.23: + resolution: {integrity: sha512-x64CEUxi8+EzOAIpCUeuni0bZfzPw/65r8tC5cy5zOq9dY7ysOi5EVQHnzaxS+1NmV+/RVRpmrzGw1QgY2Xpmw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -9085,8 +8893,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.21: - resolution: {integrity: sha512-t5qxRkq4zdQC0zXpzSB2bTtfLgOvR0C6BXYaRE/6/k8/4SrkZcTZBeNu+xGvwCU4b5dU9ST9pwIWkK6T1grS8g==} + /esbuild-linux-arm64/0.14.23: + resolution: {integrity: sha512-c4MLOIByNHR55n3KoYf9hYDfBRghMjOiHLaoYLhkQkIabb452RWi+HsNgB41sUpSlOAqfpqKPFNg7VrxL3UX9g==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -9094,8 +8902,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.21: - resolution: {integrity: sha512-jLZLQGCNlUsmIHtGqNvBs3zN+7a4D9ckf0JZ+jQTwHdZJ1SgV9mAjbB980OFo66LoY+WeM7t3WEnq3FjI1zw4A==} + /esbuild-linux-mips64le/0.14.23: + resolution: {integrity: sha512-kHKyKRIAedYhKug2EJpyJxOUj3VYuamOVA1pY7EimoFPzaF3NeY7e4cFBAISC/Av0/tiV0xlFCt9q0HJ68IBIw==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -9103,8 +8911,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.21: - resolution: {integrity: sha512-4TWxpK391en2UBUw6GSrukToTDu6lL9vkm3Ll40HrI08WG3qcnJu7bl8e1+GzelDsiw1QmfAY/nNvJ6iaHRpCQ==} + /esbuild-linux-ppc64le/0.14.23: + resolution: {integrity: sha512-7ilAiJEPuJJnJp/LiDO0oJm5ygbBPzhchJJh9HsHZzeqO+3PUzItXi+8PuicY08r0AaaOe25LA7sGJ0MzbfBag==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -9112,8 +8920,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.21: - resolution: {integrity: sha512-fElngqOaOfTsF+u+oetDLHsPG74vB2ZaGZUqmGefAJn3a5z9Z2pNa4WpVbbKgHpaAAy5tWM1m1sbGohj6Ki6+Q==} + /esbuild-linux-riscv64/0.14.23: + resolution: {integrity: sha512-fbL3ggK2wY0D8I5raPIMPhpCvODFE+Bhb5QGtNP3r5aUsRR6TQV+ZBXIaw84iyvKC8vlXiA4fWLGhghAd/h/Zg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -9121,8 +8929,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.21: - resolution: {integrity: sha512-brleZ6R5fYv0qQ7ZBwenQmP6i9TdvJCB092c/3D3pTLQHBGHJb5zWgKxOeS7bdHzmLy6a6W7GbFk6QKpjyD6QA==} + /esbuild-linux-s390x/0.14.23: + resolution: {integrity: sha512-GHMDCyfy7+FaNSO8RJ8KCFsnax8fLUsOrj9q5Gi2JmZMY0Zhp75keb5abTFCq2/Oy6KVcT0Dcbyo/bFb4rIFJA==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -9130,8 +8938,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.21: - resolution: {integrity: sha512-nCEgsLCQ8RoFWVV8pVI+kX66ICwbPP/M9vEa0NJGIEB/Vs5sVGMqkf67oln90XNSkbc0bPBDuo4G6FxlF7PN8g==} + /esbuild-netbsd-64/0.14.23: + resolution: {integrity: sha512-ovk2EX+3rrO1M2lowJfgMb/JPN1VwVYrx0QPUyudxkxLYrWeBxDKQvc6ffO+kB4QlDyTfdtAURrVzu3JeNdA2g==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9139,8 +8947,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.21: - resolution: {integrity: sha512-h9zLMyVD0T73MDTVYIb/qUTokwI6EJH9O6wESuTNq6+XpMSr6C5aYZ4fvFKdNELW+Xsod+yDS2hV2JTUAbFrLA==} + /esbuild-openbsd-64/0.14.23: + resolution: {integrity: sha512-uYYNqbVR+i7k8ojP/oIROAHO9lATLN7H2QeXKt2H310Fc8FJj4y3Wce6hx0VgnJ4k1JDrgbbiXM8rbEgQyg8KA==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9148,8 +8956,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.21: - resolution: {integrity: sha512-Kl+7Cot32qd9oqpLdB1tEGXEkjBlijrIxMJ0+vlDFaqsODutif25on0IZlFxEBtL2Gosd4p5WCV1U7UskNQfXA==} + /esbuild-sunos-64/0.14.23: + resolution: {integrity: sha512-hAzeBeET0+SbScknPzS2LBY6FVDpgE+CsHSpe6CEoR51PApdn2IB0SyJX7vGelXzlyrnorM4CAsRyb9Qev4h9g==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9157,8 +8965,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.21: - resolution: {integrity: sha512-V7vnTq67xPBUCk/9UtlolmQ798Ecjdr1ZoI1vcSgw7M82aSSt0eZdP6bh5KAFZU8pxDcx3qoHyWQfHYr11f22A==} + /esbuild-windows-32/0.14.23: + resolution: {integrity: sha512-Kttmi3JnohdaREbk6o9e25kieJR379TsEWF0l39PQVHXq3FR6sFKtVPgY8wk055o6IB+rllrzLnbqOw/UV60EA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9166,8 +8974,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.21: - resolution: {integrity: sha512-kDgHjKOHwjfJDCyRGELzVxiP/RBJBTA+wyspf78MTTJQkyPuxH2vChReNdWc+dU2S4gIZFHMdP1Qrl/k22ZmaA==} + /esbuild-windows-64/0.14.23: + resolution: {integrity: sha512-JtIT0t8ymkpl6YlmOl6zoSWL5cnCgyLaBdf/SiU/Eg3C13r0NbHZWNT/RDEMKK91Y6t79kTs3vyRcNZbfu5a8g==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9175,8 +8983,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.21: - resolution: {integrity: sha512-8Sbo0zpzgwWrwjQYLmHF78f7E2xg5Ve63bjB2ng3V2aManilnnTGaliq2snYg+NOX60+hEvJHRdVnuIAHW0lVw==} + /esbuild-windows-arm64/0.14.23: + resolution: {integrity: sha512-cTFaQqT2+ik9e4hePvYtRZQ3pqOvKDVNarzql0VFIzhc0tru/ZgdLoXd6epLiKT+SzoSce6V9YJ+nn6RCn6SHw==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9190,31 +8998,31 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.21: - resolution: {integrity: sha512-7WEoNMBJdLN993dr9h0CpFHPRc3yFZD+EAVY9lg6syJJ12gc5fHq8d75QRExuhnMkT2DaRiIKFThRvDWP+fO+A==} + /esbuild/0.14.23: + resolution: {integrity: sha512-XjnIcZ9KB6lfonCa+jRguXyRYcldmkyZ99ieDksqW/C8bnyEX299yA4QH2XcgijCgaddEZePPTgvx/2imsq7Ig==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-arm64: 0.14.21 - esbuild-darwin-64: 0.14.21 - esbuild-darwin-arm64: 0.14.21 - esbuild-freebsd-64: 0.14.21 - esbuild-freebsd-arm64: 0.14.21 - esbuild-linux-32: 0.14.21 - esbuild-linux-64: 0.14.21 - esbuild-linux-arm: 0.14.21 - esbuild-linux-arm64: 0.14.21 - esbuild-linux-mips64le: 0.14.21 - esbuild-linux-ppc64le: 0.14.21 - esbuild-linux-riscv64: 0.14.21 - esbuild-linux-s390x: 0.14.21 - esbuild-netbsd-64: 0.14.21 - esbuild-openbsd-64: 0.14.21 - esbuild-sunos-64: 0.14.21 - esbuild-windows-32: 0.14.21 - esbuild-windows-64: 0.14.21 - esbuild-windows-arm64: 0.14.21 + esbuild-android-arm64: 0.14.23 + esbuild-darwin-64: 0.14.23 + esbuild-darwin-arm64: 0.14.23 + esbuild-freebsd-64: 0.14.23 + esbuild-freebsd-arm64: 0.14.23 + esbuild-linux-32: 0.14.23 + esbuild-linux-64: 0.14.23 + esbuild-linux-arm: 0.14.23 + esbuild-linux-arm64: 0.14.23 + esbuild-linux-mips64le: 0.14.23 + esbuild-linux-ppc64le: 0.14.23 + esbuild-linux-riscv64: 0.14.23 + esbuild-linux-s390x: 0.14.23 + esbuild-netbsd-64: 0.14.23 + esbuild-openbsd-64: 0.14.23 + esbuild-sunos-64: 0.14.23 + esbuild-windows-32: 0.14.23 + esbuild-windows-64: 0.14.23 + esbuild-windows-arm64: 0.14.23 dev: true /escalade/3.1.1: @@ -9380,7 +9188,7 @@ packages: /eslint-plugin-nuxt/3.1.0_eslint@8.9.0: resolution: {integrity: sha512-vW+XbbMhncihLs+GYP+f6rqyBq33O3dNUqoFckbLGlWUsAyTzTp/2KYQC7MGpRg8Rq8JPj5Or2ypuSn7gOveHw==} dependencies: - eslint-plugin-vue: 8.4.1_eslint@8.9.0 + eslint-plugin-vue: 8.5.0_eslint@8.9.0 semver: 7.3.5 vue-eslint-parser: 8.0.1_eslint@8.9.0 transitivePeerDependencies: @@ -9440,8 +9248,8 @@ packages: - supports-color dev: true - /eslint-plugin-vue/8.4.1_eslint@8.9.0: - resolution: {integrity: sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==} + /eslint-plugin-vue/8.5.0_eslint@8.9.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 @@ -9450,7 +9258,7 @@ packages: eslint-utils: 3.0.0_eslint@8.9.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.2.0_eslint@8.9.0 + vue-eslint-parser: 8.3.0_eslint@8.9.0 transitivePeerDependencies: - supports-color dev: true @@ -9479,14 +9287,6 @@ packages: estraverse: 5.3.0 dev: true - /eslint-scope/7.1.0: - resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==} - 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} @@ -9595,7 +9395,7 @@ packages: json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 lodash.merge: 4.6.2 - minimatch: 3.1.0 + minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.1 regexpp: 3.2.0 @@ -10481,7 +10281,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.1 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -10492,7 +10292,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.0 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 @@ -10621,7 +10421,7 @@ packages: /graceful-fs/4.2.9: resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} - /graphql-config/4.1.0_488ba3e02bb7fc5a29f294e2b3984f01: + /graphql-config/4.1.0_713151d3ebee044e4cd9a835d9f40c9b: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -10632,7 +10432,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_513fa8d9b2f26199a756d05da6b3722c + '@graphql-tools/url-loader': 7.7.0_8cb77c507ecaf67b39b1811a1bfefdc1 '@graphql-tools/utils': 8.5.5_graphql@15.7.2 cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 @@ -10655,13 +10455,13 @@ packages: graphql: 15.7.2 dev: true - /graphql-language-service-interface/2.9.1_488ba3e02bb7fc5a29f294e2b3984f01: + /graphql-language-service-interface/2.9.1_713151d3ebee044e4cd9a835d9f40c9b: 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_488ba3e02bb7fc5a29f294e2b3984f01 + graphql-language-service-parser: 1.10.4_713151d3ebee044e4cd9a835d9f40c9b 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 @@ -10673,13 +10473,13 @@ packages: - utf-8-validate dev: false - /graphql-language-service-parser/1.10.4_488ba3e02bb7fc5a29f294e2b3984f01: + /graphql-language-service-parser/1.10.4_713151d3ebee044e4cd9a835d9f40c9b: 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_488ba3e02bb7fc5a29f294e2b3984f01 + graphql-language-service-types: 1.8.7_713151d3ebee044e4cd9a835d9f40c9b transitivePeerDependencies: - '@types/node' - bufferutil @@ -10696,13 +10496,13 @@ packages: graphql: 15.7.2 dev: false - /graphql-language-service-types/1.8.7_488ba3e02bb7fc5a29f294e2b3984f01: + /graphql-language-service-types/1.8.7_713151d3ebee044e4cd9a835d9f40c9b: 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_488ba3e02bb7fc5a29f294e2b3984f01 + graphql-config: 4.1.0_713151d3ebee044e4cd9a835d9f40c9b vscode-languageserver-types: 3.16.0 transitivePeerDependencies: - '@types/node' @@ -11894,8 +11694,8 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.17.4 - '@babel/parser': 7.17.0 + '@babel/core': 7.17.5 + '@babel/parser': 7.17.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -11950,7 +11750,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -12009,10 +11809,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.17.4 + '@babel/core': 7.17.5 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.17.4 + babel-jest: 27.5.1_@babel+core@7.17.5 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 @@ -12085,7 +11885,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -12103,7 +11903,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -12124,7 +11924,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.18 + '@types/node': 17.0.19 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.9 @@ -12146,7 +11946,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -12226,7 +12026,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.18 + '@types/node': 17.0.19 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -12287,7 +12087,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.9 @@ -12350,7 +12150,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.18 + '@types/node': 17.0.19 graceful-fs: 4.2.9 dev: true @@ -12358,16 +12158,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.4 - '@babel/generator': 7.17.0 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.4 - '@babel/traverse': 7.17.0 + '@babel/core': 7.17.5 + '@babel/generator': 7.17.3 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.5 + '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.4.4 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.4 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.5 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.9 @@ -12389,7 +12189,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.18 + '@types/node': 17.0.19 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.9 @@ -12414,7 +12214,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.18 + '@types/node': 17.0.19 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -12442,7 +12242,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.18 + '@types/node': 17.0.19 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -12472,11 +12272,6 @@ packages: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} dev: true - /jiti/1.12.15: - resolution: {integrity: sha512-/+K89y6KJA2nISbWrlc/773XdpDgSQq/LdQ+ZZyw2jRxUNyquPtbsDCCCMRzzNORUgroUGc4nAXxJEnQvpViCA==} - hasBin: true - dev: true - /jiti/1.12.9: resolution: {integrity: sha512-TdcJywkQtcwLxogc4rSMAi479G2eDPzfW0fLySks7TPhgZZ4s/tM6stnzayIh3gS/db3zExWJyUx4cNWrwAmoQ==} hasBin: true @@ -12659,7 +12454,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: @@ -12667,7 +12462,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=} @@ -13386,7 +13181,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros/1.1.4_@types+node@17.0.18: + /meros/1.1.4_@types+node@17.0.19: resolution: {integrity: sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==} engines: {node: '>=12'} peerDependencies: @@ -13395,7 +13190,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 17.0.18 + '@types/node': 17.0.19 /micromatch/3.1.0: resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==} @@ -13523,12 +13318,12 @@ packages: resolution: {integrity: sha512-vgmUyWyt2qidcJXdF6e+kf4DgJha4vzf3ctWJ0uGjfvqEgoX2V4GXQt0eZwM2FJWKANfS8VmzpvPKbWYibkHZA==} dependencies: brace-expansion: 1.1.11 + dev: false - /minimatch/3.1.1: - resolution: {integrity: sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==} + /minimatch/3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 - dev: true /minimatch/4.2.1: resolution: {integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==} @@ -14025,8 +13820,8 @@ packages: resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} engines: {node: '>=0.10.0'} - /nuxt-windicss/2.2.5: - resolution: {integrity: sha512-0T21d/SLCxla5gwtwSgisncnbDc2uuUXOu/qYNKEvh8URw8t9y7qZ1Z+gwyCDqORxBrqSzgXXZ7aLOntfPBHNQ==} + /nuxt-windicss/2.2.6: + resolution: {integrity: sha512-7JDnZSq87me/P+W622v0+F7N1iy8oWzT08RrSOHjF4t8Q/Ed1TQtSYnQm8DHGGSakAPQ8P+/nNvuu4Cv35Td7w==} dependencies: '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27424151.dbab979 '@windicss/plugin-utils': 1.7.1 @@ -14039,9 +13834,9 @@ packages: read-cache: 1.0.0 sirv: 2.0.2 vite-plugin-windicss: 1.7.1 - windicss: 3.4.3 + windicss: 3.4.4 windicss-analysis: 0.3.5 - windicss-webpack-plugin: 1.6.5 + windicss-webpack-plugin: 1.6.6 transitivePeerDependencies: - supports-color - vite @@ -14585,11 +14380,6 @@ packages: /picocolors/1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - /picomatch/2.3.0: - resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} - engines: {node: '>=8.6'} - dev: false - /picomatch/2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -15374,7 +15164,7 @@ packages: dependencies: nanoid: 3.1.30 picocolors: 1.0.0 - source-map-js: 1.0.1 + source-map-js: 1.0.2 dev: true /postcss/8.4.6: @@ -16176,7 +15966,7 @@ packages: dependencies: '@rollup/pluginutils': 4.1.2 '@wessberg/stringutil': 1.0.19 - browserslist: 4.19.1 + browserslist: 4.19.3 browserslist-generator: 1.0.65 chalk: 4.1.2 compatfactory: 0.0.12_typescript@4.5.5 @@ -16188,14 +15978,6 @@ packages: typescript: 4.5.5 dev: true - /rollup/2.67.2: - resolution: {integrity: sha512-hoEiBWwZtf1QdK3jZIq59L0FJj4Fiv4RplCO4pvCRC86qsoFurWB4hKQIjoRf3WvJmk5UZ9b0y5ton+62fC7Tw==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /rollup/2.68.0: resolution: {integrity: sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==} engines: {node: '>=10.0.0'} @@ -16250,7 +16032,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.49.7: + /sass-loader/10.1.1_sass@1.49.8: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16269,12 +16051,12 @@ packages: klona: 2.0.5 loader-utils: 2.0.2 neo-async: 2.6.2 - sass: 1.49.7 + sass: 1.49.8 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.49.7: + /sass-loader/10.2.0_sass@1.49.8: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16293,13 +16075,13 @@ packages: klona: 2.0.5 loader-utils: 2.0.1 neo-async: 2.6.2 - sass: 1.49.7 + sass: 1.49.8 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.49.7: - resolution: {integrity: sha512-13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ==} + /sass/1.49.8: + resolution: {integrity: sha512-NoGOjvDDOU9og9oAxhRnap71QaTjjlzrvLnKecUJ3GxhaQBrV6e7gPuSPF28u1OcVAArVojPAe4ZhOXwwC4tGw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -16781,11 +16563,6 @@ packages: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} dev: false - /source-map-js/1.0.1: - resolution: {integrity: sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==} - engines: {node: '>=0.10.0'} - dev: true - /source-map-js/1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} @@ -16893,8 +16670,8 @@ packages: readable-stream: 3.6.0 dev: true - /splitpanes/2.3.8: - resolution: {integrity: sha512-eM/qZ1v7U5BMV8FQR7oeqVlllz3sTGTm0//g/eJMa0hZ4s+A1VK68j26FWzcaVlw2P5+dCXk7/X6ZRjjwcbrgw==} + /splitpanes/2.4.0: + resolution: {integrity: sha512-ED/lDc8gf7OjjmHhWDryJ+GNWdeE7zY4XKteAxPiu0T3gg4qJYs4TFG0/+3jbgA5wyMLQpV1Mym0rCfthaoTAQ==} dev: false /sponge-case/1.0.1: @@ -17637,7 +17414,7 @@ packages: dependencies: '@istanbuljs/schema': 0.1.3 glob: 7.2.0 - minimatch: 3.1.0 + minimatch: 3.1.2 dev: true /text-extensions/1.9.0: @@ -17941,7 +17718,7 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/10.5.0_f3bd4037939c2ed2942ba074291f8ef2: + /ts-node/10.5.0_003c8a6da24af261bf8b8ce51aec1adf: resolution: {integrity: sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==} hasBin: true peerDependencies: @@ -17960,7 +17737,7 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 17.0.18 + '@types/node': 17.0.19 acorn: 8.7.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -18032,17 +17809,17 @@ packages: typescript: optional: true dependencies: - bundle-require: 3.0.4_esbuild@0.14.21 + bundle-require: 3.0.4_esbuild@0.14.23 cac: 6.7.12 chokidar: 3.5.3 debug: 4.3.3 - esbuild: 0.14.21 + esbuild: 0.14.23 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.67.2 + rollup: 2.68.0 source-map: 0.7.3 sucrase: 3.20.3 tree-kill: 1.2.2 @@ -18138,7 +17915,6 @@ packages: /ufo/0.7.10: resolution: {integrity: sha512-YTnDRlE1cIofRqOFN8ioAbz9qenDvkgVMSn0cnxvIDjM9sfEOMKB0ybMr+otSlCXMfQ/X35haYRoI7Nua82RrA==} - dev: true /ufo/0.7.9: resolution: {integrity: sha512-6t9LrLk3FhqTS+GW3IqlITtfRB5JAVr5MMNjpBECfK827W+Vh5Ilw/LhTcHWrt6b3hkeBvcbjx4Ti7QVFzmcww==} @@ -18251,42 +18027,52 @@ packages: resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=} engines: {node: '>= 0.8'} - /unplugin-vue2-script-setup/0.7.3: - resolution: {integrity: sha512-3C32JkCS7BsNsgUkVnCEIJynHy+N/xwqiaUiMkeTm3Rk+HfHMhEPQ5Gysg3tejWY7KJyk8CohUKswTChurI1ng==} + /unplugin-vue2-script-setup/0.9.3_a4bd302260a199c6ff043d1ca2e2b1a9: + resolution: {integrity: sha512-m2QESHiFNmx0fIo/P0AiCrH6E5WtijRB/Ldrj8zjwRIYYbiOgmTfRmWQquW0H8ei5OwhYT30WAgepFjWrJ5oJg==} peerDependencies: + '@vue/composition-api': ^1.4.3 + '@vue/runtime-dom': ^3.2.26 pug: ^3.0.2 peerDependenciesMeta: pug: optional: true dependencies: - '@antfu/utils': 0.3.0 + '@antfu/utils': 0.4.0 '@babel/core': 7.17.5 '@babel/generator': 7.17.3 '@babel/parser': 7.17.3 '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 - '@rollup/pluginutils': 4.1.1 - '@vue/compiler-core': 3.2.23 - '@vue/ref-transform': 3.2.23 - '@vue/shared': 3.2.30 + '@rollup/pluginutils': 4.1.2 + '@vue/compiler-core': 3.2.31 + '@vue/compiler-dom': 3.2.31 + '@vue/composition-api': 1.4.6 + '@vue/reactivity-transform': 3.2.31 + '@vue/runtime-dom': 3.2.31 + '@vue/shared': 3.2.31 defu: 5.0.1 htmlparser2: 5.0.1 magic-string: 0.25.7 - unplugin: 0.2.21 + tslib: 2.3.1 + unplugin: 0.3.2 transitivePeerDependencies: + - esbuild - rollup - supports-color - vite - webpack dev: false - /unplugin/0.2.21: - resolution: {integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==} + /unplugin/0.3.2: + resolution: {integrity: sha512-5d0DMYNKZU+S9eZUiBfw6Co32eRg8myUgBPoWSqG/wDFCUE/WznfSsJnZWi1P9l69x4uLJqt2qVq1xW/AsXFrw==} peerDependencies: + esbuild: '>=0.13' rollup: ^2.50.0 vite: ^2.3.0 webpack: 4 || 5 peerDependenciesMeta: + esbuild: + optional: true rollup: optional: true vite: @@ -18498,7 +18284,7 @@ packages: '@windicss/plugin-utils': 1.7.1 debug: 4.3.3 kolorist: 1.5.1 - windicss: 3.4.3 + windicss: 3.4.4 transitivePeerDependencies: - supports-color dev: true @@ -18553,17 +18339,17 @@ packages: - supports-color dev: true - /vue-eslint-parser/8.2.0_eslint@8.9.0: - resolution: {integrity: sha512-hvl8OVT8imlKk/lQyhkshqwQQChzHETcBd5abiO4ePw7ib7QUZLfW+2TUrJHKUvFOCFRJrDin5KJO9OHzB5bRQ==} + /vue-eslint-parser/8.3.0_eslint@8.9.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-scope: 7.1.0 - eslint-visitor-keys: 3.2.0 - espree: 9.3.0 + eslint-scope: 7.1.1 + eslint-visitor-keys: 3.3.0 + espree: 9.3.1 esquery: 1.4.0 lodash: 4.17.21 semver: 7.3.5 @@ -19026,8 +18812,8 @@ packages: - supports-color dev: true - /windicss-webpack-plugin/1.6.5: - resolution: {integrity: sha512-vvRSQgViYjnB4xOHs4pbDYLR4pIx4FGUYHwKSn89e+iMb97XM4CeUim1AtQ9q2aIO3K7DVewbNlk7MYOOkMx/w==} + /windicss-webpack-plugin/1.6.6: + resolution: {integrity: sha512-jx3Il92Fm04iYcw9SwdTUKagOu8wYLU1CydJTpkMUEkQHTR6bOeFQ+PhVWVp9EL/fr/6y25zHJ3YvU5nt3bKWQ==} dependencies: '@windicss/plugin-utils': 1.7.1 debug: 4.3.3 @@ -19035,13 +18821,13 @@ packages: lodash: 4.17.21 pathe: 0.2.0 webpack-virtual-modules: 0.4.3 - windicss: 3.4.3 + windicss: 3.4.4 transitivePeerDependencies: - supports-color dev: true - /windicss/3.4.3: - resolution: {integrity: sha512-UnugThsvEgy8RsPm4/B5DYMCAqvZzD6yWU7Anh+f07t5RSJ8zvmAylGLbXrHPJEmCKzo2Mf+fOUvISH7IJqM3A==} + /windicss/3.4.4: + resolution: {integrity: sha512-M3ZTw8wiluUjg16Pu7nwqZmmCiX+eEX6yArzXX0a/HFQWhwyghi7ouT2m95XQsXqvnzAw9FKiF2eFHGfOezdsg==} engines: {node: '>= 12'} hasBin: true dev: true