diff --git a/package.json b/package.json index 6c812ebf8..333dee4ee 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "dependencies": { "husky": "^7.0.4", - "lint-staged": "^12.3.4" + "lint-staged": "^12.3.5" }, "devDependencies": { "@commitlint/cli": "^16.2.1", diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index a156c6cc1..561148f22 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -18,15 +18,15 @@ "sideEffects": false, "dependencies": { "@codemirror/highlight": "^0.19.7", - "@codemirror/language": "^0.19.7", + "@codemirror/language": "^0.19.8", "@lezer/lr": "^0.15.8" }, "devDependencies": { "@lezer/generator": "^0.15.4", "mocha": "^9.2.1", - "rollup": "^2.68.0", - "rollup-plugin-dts": "^4.1.0", + "rollup": "^2.69.2", + "rollup-plugin-dts": "^4.2.0", "rollup-plugin-ts": "^2.0.5", - "typescript": "^4.5.5" + "typescript": "^4.6.2" } } diff --git a/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts b/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts index 14eab0bfb..65084779b 100644 --- a/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts +++ b/packages/hoppscotch-app/helpers/editor/themes/baseTheme.ts @@ -21,7 +21,7 @@ import { closeBrackets, closeBracketsKeymap } from "@codemirror/closebrackets" import { searchKeymap, highlightSelectionMatches, - searchConfig, + search, } from "@codemirror/search" import { autocompletion, completionKeymap } from "@codemirror/autocomplete" import { commentKeymap } from "@codemirror/comment" @@ -36,7 +36,7 @@ export const baseTheme = EditorView.theme({ flex: "1", }, ".cm-content": { - caretColor: "var(--secondary-light-color)", + caretColor: "var(--secondary-dark-color)", fontFamily: "var(--font-mono)", backgroundColor: "var(--primary-color)", }, @@ -160,7 +160,6 @@ export const inputTheme = EditorView.theme({ fontFamily: "var(--font-sans)", color: "var(--secondary-dark-color)", backgroundColor: "transparent", - borderRadius: "0.25rem", }, ".cm-cursor": { borderColor: "var(--secondary-color)", @@ -365,9 +364,7 @@ export const basicSetup: Extension = [ rectangularSelection(), highlightActiveLine(), highlightSelectionMatches(), - searchConfig({ - top: true, - }), + search(), keymap.of([ ...closeBracketsKeymap, ...defaultKeymap, diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index f56fac83e..11552acda 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -44,17 +44,17 @@ "@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.5", + "@codemirror/language": "^0.19.8", + "@codemirror/legacy-modes": "^0.19.1", + "@codemirror/lint": "^0.19.6", "@codemirror/matchbrackets": "^0.19.4", "@codemirror/rectangular-selection": "^0.19.1", - "@codemirror/search": "^0.19.8", + "@codemirror/search": "^0.19.9", "@codemirror/state": "^0.19.9", - "@codemirror/stream-parser": "^0.19.6", + "@codemirror/stream-parser": "^0.19.7", "@codemirror/text": "^0.19.6", "@codemirror/tooltip": "^0.19.16", - "@codemirror/view": "^0.19.45", + "@codemirror/view": "^0.19.46", "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0", "@hoppscotch/data": "workspace:^0.4.0", "@hoppscotch/js-sandbox": "workspace:^2.0.0", @@ -74,7 +74,7 @@ "axios": "^0.26.0", "core-js": "^3.21.1", "esprima": "^4.0.1", - "firebase": "^9.6.7", + "firebase": "^9.6.8", "fp-ts": "^2.11.8", "fuse.js": "^6.5.3", "graphql": "^15.5.0", @@ -82,7 +82,7 @@ "graphql-language-service-parser": "^1.10.4", "graphql-tag": "^2.12.6", "httpsnippet": "^2.0.0", - "insomnia-importers": "^2.4.1", + "insomnia-importers": "^2.5.1", "io-ts": "^2.2.16", "js-yaml": "^4.1.0", "json-loader": "^0.5.7", @@ -110,7 +110,7 @@ "vue-tippy": "^4.13.0", "vuejs-auto-complete": "^0.9.0", "wonka": "^4.0.15", - "yargs-parser": "^21.0.0" + "yargs-parser": "^21.0.1" }, "devDependencies": { "@babel/core": "^7.17.5", @@ -135,7 +135,7 @@ "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/svg": "^0.4.0", "@relmify/jest-fp-ts": "^1.1.1", - "@sentry/browser": "^6.18.0", + "@sentry/browser": "^6.18.1", "@testing-library/jest-dom": "^5.16.2", "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", @@ -150,19 +150,19 @@ "@vue/composition-api": "^1.4.9", "@vue/runtime-dom": "^3.2.31", "@vue/test-utils": "^1.3.0", - "@vueuse/core": "^7.7.0", + "@vueuse/core": "^7.7.1", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.3", "eslint": "^8.10.0", - "eslint-config-prettier": "^8.4.0", + "eslint-config-prettier": "^8.5.0", "eslint-plugin-nuxt": "^3.1.0", "eslint-plugin-prettier": "^4.0.0", "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.7", + "nuxt-windicss": "^2.2.8", "postcss-html": "^1.3.0", "prettier": "^2.5.1", "raw-loader": "^4.0.2", @@ -174,7 +174,7 @@ "stylelint-config-standard": "^25.0.0", "stylelint-config-standard-scss": "^3.0.0", "ts-jest": "^27.1.3", - "typescript": "^4.5.5", + "typescript": "^4.6.2", "vue-jest": "^3.0.7", "vue-template-babel-compiler": "^1.1.3", "worker-loader": "^3.0.8" diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 265820355..41803c39e 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -44,15 +44,15 @@ "@types/jest": "^27.4.1", "@types/lodash": "^4.14.179", "@types/node": "^17.0.21", - "@typescript-eslint/eslint-plugin": "^5.12.1", - "@typescript-eslint/parser": "^5.12.1", + "@typescript-eslint/eslint-plugin": "^5.13.0", + "@typescript-eslint/parser": "^5.13.0", "eslint": "^8.10.0", - "eslint-config-prettier": "^8.4.0", + "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", "jest": "^27.5.1", "prettier": "^2.5.1", "ts-jest": "^27.1.3", - "typescript": "^4.5.5" + "typescript": "^4.6.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b689ab7ca..d8824be67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,10 +8,10 @@ importers: '@commitlint/config-conventional': ^16.2.1 '@types/node': ^17.0.21 husky: ^7.0.4 - lint-staged: ^12.3.4 + lint-staged: ^12.3.5 dependencies: husky: 7.0.4 - lint-staged: 12.3.4 + lint-staged: 12.3.5 devDependencies: '@commitlint/cli': 16.2.1 '@commitlint/config-conventional': 16.2.1 @@ -20,25 +20,25 @@ importers: packages/codemirror-lang-graphql: specifiers: '@codemirror/highlight': ^0.19.7 - '@codemirror/language': ^0.19.7 + '@codemirror/language': ^0.19.8 '@lezer/generator': ^0.15.4 '@lezer/lr': ^0.15.8 mocha: ^9.2.1 - rollup: ^2.68.0 - rollup-plugin-dts: ^4.1.0 + rollup: ^2.69.2 + rollup-plugin-dts: ^4.2.0 rollup-plugin-ts: ^2.0.5 - typescript: ^4.5.5 + typescript: ^4.6.2 dependencies: '@codemirror/highlight': 0.19.7 - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@lezer/lr': 0.15.8 devDependencies: '@lezer/generator': 0.15.4 mocha: 9.2.1 - rollup: 2.68.0 - rollup-plugin-dts: 4.1.0_rollup@2.68.0+typescript@4.5.5 - rollup-plugin-ts: 2.0.5_rollup@2.68.0+typescript@4.5.5 - typescript: 4.5.5 + rollup: 2.69.2 + rollup-plugin-dts: 4.2.0_rollup@2.69.2+typescript@4.6.2 + rollup-plugin-ts: 2.0.5_rollup@2.69.2+typescript@4.6.2 + typescript: 4.6.2 packages/hoppscotch-app: specifiers: @@ -55,17 +55,17 @@ importers: '@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.5 + '@codemirror/language': ^0.19.8 + '@codemirror/legacy-modes': ^0.19.1 + '@codemirror/lint': ^0.19.6 '@codemirror/matchbrackets': ^0.19.4 '@codemirror/rectangular-selection': ^0.19.1 - '@codemirror/search': ^0.19.8 + '@codemirror/search': ^0.19.9 '@codemirror/state': ^0.19.9 - '@codemirror/stream-parser': ^0.19.6 + '@codemirror/stream-parser': ^0.19.7 '@codemirror/text': ^0.19.6 '@codemirror/tooltip': ^0.19.16 - '@codemirror/view': ^0.19.45 + '@codemirror/view': ^0.19.46 '@graphql-codegen/add': ^3.1.1 '@graphql-codegen/cli': 2.6.2 '@graphql-codegen/typed-document-node': ^2.2.5 @@ -97,7 +97,7 @@ importers: '@nuxtjs/svg': ^0.4.0 '@nuxtjs/toast': ^3.3.1 '@relmify/jest-fp-ts': ^1.1.1 - '@sentry/browser': ^6.18.0 + '@sentry/browser': ^6.18.1 '@testing-library/jest-dom': ^5.16.2 '@types/codemirror': ^5.60.5 '@types/cookie': ^0.4.1 @@ -115,7 +115,7 @@ importers: '@vue/composition-api': ^1.4.9 '@vue/runtime-dom': ^3.2.31 '@vue/test-utils': ^1.3.0 - '@vueuse/core': ^7.7.0 + '@vueuse/core': ^7.7.1 acorn: ^8.7.0 acorn-walk: ^8.2.0 axios: ^0.26.0 @@ -124,12 +124,12 @@ importers: babel-loader: ^8.2.3 core-js: ^3.21.1 eslint: ^8.10.0 - eslint-config-prettier: ^8.4.0 + eslint-config-prettier: ^8.5.0 eslint-plugin-nuxt: ^3.1.0 eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^8.5.0 esprima: ^4.0.1 - firebase: ^9.6.7 + firebase: ^9.6.8 fp-ts: ^2.11.8 fuse.js: ^6.5.3 graphql: ^15.5.0 @@ -137,7 +137,7 @@ importers: graphql-language-service-parser: ^1.10.4 graphql-tag: ^2.12.6 httpsnippet: ^2.0.0 - insomnia-importers: ^2.4.1 + insomnia-importers: ^2.5.1 io-ts: ^2.2.16 jest: ^27.5.1 jest-serializer-vue: ^2.0.2 @@ -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.7 + nuxt-windicss: ^2.2.8 openapi-types: ^10.0.0 paho-mqtt: ^1.1.0 postcss-html: ^1.3.0 @@ -172,7 +172,7 @@ importers: subscriptions-transport-ws: ^0.11.0 tern: ^0.24.3 ts-jest: ^27.1.3 - typescript: ^4.5.5 + typescript: ^4.6.2 uuid: 8.3.2 vue-functional-data-merge: ^3.1.0 vue-github-button: ^1.3.0 @@ -184,7 +184,7 @@ importers: vuejs-auto-complete: ^0.9.0 wonka: ^4.0.15 worker-loader: ^3.0.8 - yargs-parser: ^21.0.0 + yargs-parser: ^21.0.1 dependencies: '@apidevtools/swagger-parser': 10.0.3_openapi-types@10.0.0 '@codemirror/autocomplete': 0.19.13 @@ -197,17 +197,17 @@ importers: '@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.5 + '@codemirror/language': 0.19.8 + '@codemirror/legacy-modes': 0.19.1 + '@codemirror/lint': 0.19.6 '@codemirror/matchbrackets': 0.19.4 '@codemirror/rectangular-selection': 0.19.1 - '@codemirror/search': 0.19.8 + '@codemirror/search': 0.19.9 '@codemirror/state': 0.19.9 - '@codemirror/stream-parser': 0.19.6 + '@codemirror/stream-parser': 0.19.7 '@codemirror/text': 0.19.6 '@codemirror/tooltip': 0.19.16 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@hoppscotch/codemirror-lang-graphql': link:../codemirror-lang-graphql '@hoppscotch/data': link:../hoppscotch-data '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox @@ -227,22 +227,22 @@ importers: axios: 0.26.0 core-js: 3.21.1 esprima: 4.0.1 - firebase: 9.6.7 + firebase: 9.6.8 fp-ts: 2.11.8 fuse.js: 6.5.3 graphql: 15.7.2 - graphql-language-service-interface: 2.9.1_c865ccc88454ab6ed45356a4d2b8d054 - graphql-language-service-parser: 1.10.4_c865ccc88454ab6ed45356a4d2b8d054 + graphql-language-service-interface: 2.9.1_b10c7c805a70317564c606afefa10ca5 + graphql-language-service-parser: 1.10.4_b10c7c805a70317564c606afefa10ca5 graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 - insomnia-importers: 2.4.1_openapi-types@10.0.0 + insomnia-importers: 2.5.1_openapi-types@10.0.0 io-ts: 2.2.16_fp-ts@2.11.8 js-yaml: 4.1.0 json-loader: 0.5.7 lodash: 4.17.21 mustache: 4.2.0 node-interval-tree: 1.3.3 - nuxt: 2.15.8_typescript@4.5.5 + nuxt: 2.15.8_typescript@4.6.2 openapi-types: 10.0.0 paho-mqtt: 1.1.0 postman-collection: 4.1.1 @@ -268,7 +268,7 @@ 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_c865ccc88454ab6ed45356a4d2b8d054 + '@graphql-codegen/cli': 2.6.2_b10c7c805a70317564c606afefa10ca5 '@graphql-codegen/typed-document-node': 2.2.5_graphql@15.7.2 '@graphql-codegen/typescript': 2.4.5_graphql@15.7.2 '@graphql-codegen/typescript-operations': 2.3.2_graphql@15.7.2 @@ -279,7 +279,7 @@ importers: '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@8.10.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 8.0.0_41379bc407ff2da195916b200f9a884e + '@nuxtjs/eslint-config-typescript': 8.0.0_ada70e1c786992d81557ee12d1d9c983 '@nuxtjs/eslint-module': 3.0.2_eslint@8.10.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 @@ -302,19 +302,19 @@ importers: '@vue/composition-api': 1.4.9 '@vue/runtime-dom': 3.2.31 '@vue/test-utils': 1.3.0 - '@vueuse/core': 7.7.0_@vue+composition-api@1.4.9 + '@vueuse/core': 7.7.1_@vue+composition-api@1.4.9 babel-core: 7.0.0-bridge.0_@babel+core@7.17.5 babel-jest: 27.5.1_@babel+core@7.17.5 babel-loader: 8.2.3_@babel+core@7.17.5 eslint: 8.10.0 - eslint-config-prettier: 8.4.0_eslint@8.10.0 + eslint-config-prettier: 8.5.0_eslint@8.10.0 eslint-plugin-nuxt: 3.1.0_eslint@8.10.0 - eslint-plugin-prettier: 4.0.0_1669956a82292b1f29101a00a555e5bf + eslint-plugin-prettier: 4.0.0_f3d13a703a9c1079e3d1af6044603beb eslint-plugin-vue: 8.5.0_eslint@8.10.0 jest: 27.5.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 - nuxt-windicss: 2.2.7 + nuxt-windicss: 2.2.8 postcss-html: 1.3.0 prettier: 2.5.1 raw-loader: 4.0.2 @@ -325,8 +325,8 @@ importers: stylelint-config-recommended-vue: 1.3.0_5a0e8a91b05709dd3bc8bbe41065947c stylelint-config-standard: 25.0.0_stylelint@14.5.3 stylelint-config-standard-scss: 3.0.0_stylelint@14.5.3 - ts-jest: 27.1.3_3467fede191f86dcda3695bf4ddedf9c - typescript: 4.5.5 + ts-jest: 27.1.3_aa50078b884a9c25e27d8375d8c551fd + typescript: 4.6.2 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 vue-template-babel-compiler: 1.1.3 worker-loader: 3.0.8 @@ -356,10 +356,10 @@ importers: '@types/jest': ^27.4.1 '@types/lodash': ^4.14.179 '@types/node': ^17.0.21 - '@typescript-eslint/eslint-plugin': ^5.12.1 - '@typescript-eslint/parser': ^5.12.1 + '@typescript-eslint/eslint-plugin': ^5.13.0 + '@typescript-eslint/parser': ^5.13.0 eslint: ^8.10.0 - eslint-config-prettier: ^8.4.0 + eslint-config-prettier: ^8.5.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.8 io-ts: ^2.2.16 @@ -368,7 +368,7 @@ importers: prettier: ^2.5.1 quickjs-emscripten: ^0.15.0 ts-jest: ^27.1.3 - typescript: ^4.5.5 + typescript: ^4.6.2 dependencies: '@hoppscotch/data': link:../hoppscotch-data fp-ts: 2.11.8 @@ -380,16 +380,16 @@ importers: '@types/jest': 27.4.1 '@types/lodash': 4.14.179 '@types/node': 17.0.21 - '@typescript-eslint/eslint-plugin': 5.12.1_27a0c788acac7d65514027b167e3b3f6 - '@typescript-eslint/parser': 5.12.1_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a + '@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2 eslint: 8.10.0 - eslint-config-prettier: 8.4.0_eslint@8.10.0 - eslint-plugin-prettier: 4.0.0_1669956a82292b1f29101a00a555e5bf + eslint-config-prettier: 8.5.0_eslint@8.10.0 + eslint-plugin-prettier: 4.0.0_f3d13a703a9c1079e3d1af6044603beb io-ts: 2.2.16_fp-ts@2.11.8 jest: 27.5.1 prettier: 2.5.1 - ts-jest: 27.1.3_8fa130d172bf7d71653f05507c50c5a3 - typescript: 4.5.5 + ts-jest: 27.1.3_60149d457e34ffba7d4e845dde6a1263 + typescript: 4.6.2 packages: @@ -1864,32 +1864,32 @@ packages: /@codemirror/autocomplete/0.19.13: resolution: {integrity: sha512-fI6lgTH2PlyTQqF2eWKDRBRUC+9MqvS2TfvE7aJ4Pu1oHM1w8JI16J9Qvwrd0iabJeF/QodU51Clok98c7fpCQ==} dependencies: - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 '@codemirror/tooltip': 0.19.16 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@lezer/common': 0.15.11 dev: false /@codemirror/closebrackets/0.19.1: resolution: {integrity: sha512-ZiLXT6u+VuBK5QnfBbt/Vmfd9Pg6449wn1DIOWFZHUOldg5eFn3VGGjYY2XWuHQz5WuK+7dXamV2KE885O1gyA==} dependencies: - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false /@codemirror/commands/0.19.8: resolution: {integrity: sha512-65LIMSGUGGpY3oH6mzV46YWRrgao6NmfJ+AuC7jNz3K5NPnH6GCV1H5I6SwOFyVbkiygGyd0EFwrWqywTBD1aw==} dependencies: - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/matchbrackets': 0.19.4 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@lezer/common': 0.15.11 dev: false @@ -1898,17 +1898,17 @@ packages: dependencies: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false /@codemirror/fold/0.19.3: resolution: {integrity: sha512-8hT+Eq2G68mL0yPRvSD2ewhnLQAX6sbUJmtGVKFcj8oAXtfpYCX8LIcfXsuI19Qs7gZkOSpqZvn+KKj8IhZoAw==} dependencies: '@codemirror/gutter': 0.19.9 - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false /@codemirror/gutter/0.19.9: @@ -1916,16 +1916,16 @@ packages: dependencies: '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false /@codemirror/highlight/0.19.7: resolution: {integrity: sha512-3W32hBCY0pbbv/xidismw+RDMKuIag+fo4kZIbD7WoRj+Ttcaxjf+vP6RttRHXLaaqbWh031lTeON8kMlDhMYw==} dependencies: - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@lezer/common': 0.15.11 style-mod: 4.0.0 dev: false @@ -1934,7 +1934,7 @@ packages: resolution: {integrity: sha512-unhP4t3N2smzmHoo/Yio6ueWi+il8gm9VKrvi6wlcdGH5fOfVDNkmjHQ495SiR+EdOG35+3iNebSPYww0vN7ow==} dependencies: '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false /@codemirror/lang-javascript/0.19.7: @@ -1942,10 +1942,10 @@ packages: dependencies: '@codemirror/autocomplete': 0.19.13 '@codemirror/highlight': 0.19.7 - '@codemirror/language': 0.19.7 - '@codemirror/lint': 0.19.5 + '@codemirror/language': 0.19.8 + '@codemirror/lint': 0.19.6 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@lezer/javascript': 0.15.3 dev: false @@ -1953,44 +1953,44 @@ packages: resolution: {integrity: sha512-fgUWR58Is59P5D/tiazX6oTczioOCDYqjFT5PEBAmLBFMSsRqcnJE0xNO1snrhg7pWEFDq5wR/oN0eZhkeR6Gg==} dependencies: '@codemirror/highlight': 0.19.7 - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@lezer/json': 0.15.0 dev: false - /@codemirror/language/0.19.7: - resolution: {integrity: sha512-pNNUtYWMIMG0lUSKyUXJr8U0rFiCKsKFXbA2Oj17PC+S1FY99hV0z1vcntW67ekAIZw9DMEUQnLsKBuIbAUX7Q==} + /@codemirror/language/0.19.8: + resolution: {integrity: sha512-KhRne8qmzSKkaw+qhkwgNsPKxmThlyeJ3umfc33B9kJzVP7xhTkwX2MEPl0almM3brxMi+lPYx7gCPOy1gHsWw==} dependencies: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@lezer/common': 0.15.11 '@lezer/lr': 0.15.8 dev: false - /@codemirror/legacy-modes/0.19.0: - resolution: {integrity: sha512-GSPdBNUeyF3nxJ2lztXGp2UoQjn+ggK5z+Kd4tflziecCG1+8mcdudDgFvxDuaTGWyM34S7Ldb4Xv7/XodZtBA==} + /@codemirror/legacy-modes/0.19.1: + resolution: {integrity: sha512-vYPLsD/ON+3SXhlGj9Qb3fpFNNU3Ya/AtDiv/g3OyqVzhh5vs5rAnOvk8xopGWRwppdhlNPD9VyXjiOmZUQtmQ==} dependencies: - '@codemirror/stream-parser': 0.19.6 + '@codemirror/stream-parser': 0.19.7 dev: false - /@codemirror/lint/0.19.5: - resolution: {integrity: sha512-J6AnEj2WyQfejWmlm4TS5ItVDAe2R+1cO79138HEUJnAN0CX6pVG6zI9cUhoy6V6dsV0hTwFmu6TzGe6vNhkXA==} + /@codemirror/lint/0.19.6: + resolution: {integrity: sha512-Pbw1Y5kHVs2J+itQ0uez3dI4qY9ApYVap7eNfV81x1/3/BXgBkKfadaw0gqJ4h4FDG7OnJwb0VbPsjJQllHjaA==} dependencies: '@codemirror/gutter': 0.19.9 '@codemirror/panel': 0.19.1 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/tooltip': 0.19.16 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 crelt: 1.0.5 dev: false /@codemirror/matchbrackets/0.19.4: resolution: {integrity: sha512-VFkaOKPNudAA5sGP1zikRHCEKU0hjYmkKpr04pybUpQvfTvNJXlReCyP0rvH/1iEwAGPL990ZTT+QrLdu4MeEA==} dependencies: - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 '@lezer/common': 0.15.11 dev: false @@ -1998,7 +1998,7 @@ packages: resolution: {integrity: sha512-sYeOCMA3KRYxZYJYn5PNlt9yNsjy3zTNTrbYSfVgjgL9QomIVgOJWPO5hZ2sTN8lufO6lw0vTBsIPL9MSidmBg==} dependencies: '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false /@codemirror/rangeset/0.19.8: @@ -2012,17 +2012,17 @@ packages: dependencies: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false - /@codemirror/search/0.19.8: - resolution: {integrity: sha512-mMHx60bzbcbSI8Fu2WbxsGAZ2FCGkzslISsvyJXOxVoB7E+y1LDTBv0HUJ+srmfIsak6ceMxKgyI6RldRPMu5A==} + /@codemirror/search/0.19.9: + resolution: {integrity: sha512-h3MuwbUbiyOp6Np3IB5r4LH0w4inZvbtLO1Ipmz8RhElcGRiYr11Q6Bim8ocLfe08RmZT6B5EkTj1E8eNlugQQ==} dependencies: '@codemirror/panel': 0.19.1 '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 crelt: 1.0.5 dev: false @@ -2032,11 +2032,11 @@ packages: '@codemirror/text': 0.19.6 dev: false - /@codemirror/stream-parser/0.19.6: - resolution: {integrity: sha512-dmPtoz/MR3IphxAsgywEyvSjOJCb2ikAgqp6BGIlwBEJVRiap0wFK4b3f/3DKIHUG4GezWRYQumXNyb3GNQevw==} + /@codemirror/stream-parser/0.19.7: + resolution: {integrity: sha512-4ExcbKksmU4PIT8s11/dPESgMNLQqlMlbQzRQ1CyMcmygcuQk+58zQ84nv/X17OCUd2ephZ1DKEaHHACifzCiA==} dependencies: '@codemirror/highlight': 0.19.7 - '@codemirror/language': 0.19.7 + '@codemirror/language': 0.19.8 '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 '@lezer/common': 0.15.11 @@ -2051,11 +2051,11 @@ packages: resolution: {integrity: sha512-zxKDHryUV5/RS45AQL+wOeN+i7/l81wK56OMnUPoTSzCWNITfxHn7BToDsjtrRKbzHqUxKYmBnn/4hPjpZ4WJQ==} dependencies: '@codemirror/state': 0.19.9 - '@codemirror/view': 0.19.45 + '@codemirror/view': 0.19.46 dev: false - /@codemirror/view/0.19.45: - resolution: {integrity: sha512-wR19UBYvJMeV9axa5Xo6ATbAP1jl30BPFZ5buu3cJjYXwlRhJDjzw2wUbxk1zsR1LtAe5jrRNeWEtGA+IPacxw==} + /@codemirror/view/0.19.46: + resolution: {integrity: sha512-gnIRJ4OrHt7RIC8q+NNOJeUy+nah6IOM/BPbS0uNnYPhfhpO938HCKbEE2CDLnD6LqcIBLD6u2xCKHYD9g5pTw==} dependencies: '@codemirror/rangeset': 0.19.8 '@codemirror/state': 0.19.9 @@ -2148,10 +2148,10 @@ packages: '@types/node': 17.0.21 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.5_99a448058f874aec2a353d0e974167cc + cosmiconfig-typescript-loader: 1.0.6_e79e62fe450383fd2d418267dc75e645 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.5.5 + typescript: 4.6.2 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -2250,7 +2250,7 @@ packages: esbuild: 0.12.29 dev: true - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_e1c3b685f8b7686dcc885a02fd14c5f0: + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_c84a270c92bf6e8d30a9786dab5936e4: resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} engines: {node: '>=10.0.0'} peerDependencies: @@ -2259,7 +2259,7 @@ packages: cosmiconfig: 7.0.1 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.5.5 + ts-node: 9.1.1_typescript@4.6.2 tslib: 2.3.1 transitivePeerDependencies: - typescript @@ -2281,14 +2281,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.6_d92931b4695fa5a9632afca3c49170a1: + /@firebase/analytics-compat/0.1.6_a860b93d2b8cf3658880986540f705c6: resolution: {integrity: sha512-xvdp4/zwOG1f+v9JSpfCQoPJ98HcJR42cEnZ9pRIQLmUy7L7QceIuaF3m+zVtoqa4agBQnJ1dhe58FshOFKOPw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.5_@firebase+app@0.7.17 + '@firebase/analytics': 0.7.5_@firebase+app@0.7.18 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2300,26 +2300,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.5_@firebase+app@0.7.17: + /@firebase/analytics/0.7.5_@firebase+app@0.7.18: resolution: {integrity: sha512-vrKDh84hBbKPJaU2oAZDewyC79D8opJOQZ5AU3BXBBwEfRjKt3C3jj/Vl6aJUme+RKXlomTw3xcHIOoPzTgBVA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.17 + '@firebase/installations': 0.5.5_@firebase+app@0.7.18 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.3_d92931b4695fa5a9632afca3c49170a1: + /@firebase/app-check-compat/0.2.3_a860b93d2b8cf3658880986540f705c6: resolution: {integrity: sha512-e2mKkuecr1XgsyTGXKfg83PcV1UdT7+tXYoHIjeBeLrP5gGL4OQbWCzzt6uVQpk1gmJbUktje/rd6Et6cdL+wg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.3_@firebase+app@0.7.17 - '@firebase/app-compat': 0.1.18 + '@firebase/app-check': 0.5.3_@firebase+app@0.7.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 @@ -2332,22 +2332,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.5.3_@firebase+app@0.7.17: + /@firebase/app-check/0.5.3_@firebase+app@0.7.18: resolution: {integrity: sha512-M2/UO5PgxHCl0wPYWGdF6lO8nqclwuRMCIrc+75xv3/Dr3hhUu4ztF5JNaAV5tktSCt1UrnASG+4rNVifCzSRw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.18: - resolution: {integrity: sha512-YXmMLQro2g2xlNnzB6zVxYoFx9sJS/JDEQy6vsj3FpMUuARaImipL6W8KuGfH+tJ3M+q38qRaFROk5gK6PoCrQ==} + /@firebase/app-compat/0.1.19: + resolution: {integrity: sha512-a0TgAXcjF3htSdi10mRwAks1+73nwbmSMXzjlOQDYJ8t3HE7FvHxfB4hjuwHKfgr3MWZjcarsGKVr7LWhUAE8w==} dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 @@ -2358,27 +2358,28 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.17: - resolution: {integrity: sha512-OnZab790eMwRxkUs7o/kgniAzSBxecDTGEk1PVhiG0HQhKrIf+R7lgqOZHDb/2GJsX12jby1p/Z5+WJCBxVbJQ==} + /@firebase/app/0.7.18: + resolution: {integrity: sha512-jomDaPaEQEWfFUqvxQw4TYSs2gCT2BN0Ec1//3CdMsc1NcppduS31bxsjhn3KdPbtx4opkaZ2FcA+buHtdw9dw==} dependencies: '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 + idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.9_64b1706fd493160bb7206c590504f161: + /@firebase/auth-compat/0.2.9_4291d9bcac64867f22dc3ecc5e1d31da: resolution: {integrity: sha512-VLp7v/IM82JdKPHC3VI10iSO1SgBJSSMD5StT7N/rUF7pvd0cpdjnixKMtsvw5V+G+CGcF99Nf2tRzOZjopT4Q==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 - '@firebase/auth': 0.19.9_@firebase+app@0.7.17 + '@firebase/app-compat': 0.1.19 + '@firebase/auth': 0.19.9_@firebase+app@0.7.18 '@firebase/auth-types': 0.11.0_921e789eab5feb003723e0d148cd47c5 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 node-fetch: 2.6.7 - selenium-webdriver: 4.1.0 + selenium-webdriver: 4.1.1 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2408,12 +2409,12 @@ packages: '@firebase/util': 1.4.3 dev: false - /@firebase/auth/0.19.9_@firebase+app@0.7.17: + /@firebase/auth/0.19.9_@firebase+app@0.7.18: resolution: {integrity: sha512-NoB/bCBVFBbJg23C+NqUP29KGaFOZEuLRA4ZKIKYgEfqsNfxMcEW8V+BMaU6n26JecUwNSBi7nPpOh+pWYOsaA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 @@ -2433,12 +2434,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.5_8ab5e3191f29b1d6daa5e585d3195178: + /@firebase/database-compat/0.1.5_c2bd62812a1e883fd3651fcace953b90: resolution: {integrity: sha512-UVxkHL24sZfsjsjs+yiKIdYdrWXHrLxSFCYNdwNXDlTkAc0CWP9AAY3feLhBVpUKk+4Cj0I4sGnyIm2C1ltAYg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 '@firebase/database': 0.12.5_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.4 @@ -2469,14 +2470,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.14_64b1706fd493160bb7206c590504f161: + /@firebase/firestore-compat/0.1.14_4291d9bcac64867f22dc3ecc5e1d31da: resolution: {integrity: sha512-y/v4eTP44rjeMTy7TXiVa8QgRkE1tpRcdCUyeWqVD9kSHEVG5WY9pHLbHkuoXzSKos5ayM0qlrjpFD79sSCDPw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 - '@firebase/firestore': 3.4.5_@firebase+app@0.7.17 + '@firebase/firestore': 3.4.5_@firebase+app@0.7.18 '@firebase/firestore-types': 2.5.0_921e789eab5feb003723e0d148cd47c5 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2496,33 +2497,33 @@ packages: '@firebase/util': 1.4.3 dev: false - /@firebase/firestore/3.4.5_@firebase+app@0.7.17: + /@firebase/firestore/3.4.5_@firebase+app@0.7.18: resolution: {integrity: sha512-QJF0Z6VL/7boifygyhb6KjLS6pgfZK6FP9rRGdpxWJugQ5b0YV/V3Lr1RdS1A78dPN4eEH9atCkFxUX4z96FeA==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 '@firebase/webchannel-wrapper': 0.6.1 - '@grpc/grpc-js': 1.4.4 - '@grpc/proto-loader': 0.6.7 + '@grpc/grpc-js': 1.5.7 + '@grpc/proto-loader': 0.6.9 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: - encoding dev: false - /@firebase/functions-compat/0.1.9_64b1706fd493160bb7206c590504f161: + /@firebase/functions-compat/0.1.9_4291d9bcac64867f22dc3ecc5e1d31da: resolution: {integrity: sha512-XhcLUVgxwqyk4euz1VO/qM6LUrkbR0vibh/2triR2ciJS2epkpvPICVMxWXaetsKOVpcaTs15eGpJClCRHGLjw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 - '@firebase/functions': 0.7.8_4d0970a5d6861c00258190c734cfddc9 + '@firebase/functions': 0.7.8_b33c67cd9183e0c7a6f8f4b4a7b9c960 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2536,12 +2537,12 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.8_4d0970a5d6861c00258190c734cfddc9: + /@firebase/functions/0.7.8_b33c67cd9183e0c7a6f8f4b4a7b9c960: resolution: {integrity: sha512-WNpKnQqufNkqHkFm1ol4oeF+/mA1y5gtj1csRFZqQS2EeDcq6FCs49abBFpjBOxWz8XDDNlSasCKhIrAAKIFfg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_921e789eab5feb003723e0d148cd47c5 '@firebase/component': 0.5.10 @@ -2554,12 +2555,12 @@ packages: - encoding dev: false - /@firebase/installations/0.5.5_@firebase+app@0.7.17: + /@firebase/installations/0.5.5_@firebase+app@0.7.18: resolution: {integrity: sha512-mYWUxYXPlxcR0YOikPw88TjIS2NK35Z0ivkJL0+FevNnVIsqwGSe12AtPlZB/kzjB0RtHoKW+cWC0V9xiTgJ3Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 idb: 3.0.2 @@ -2572,14 +2573,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.8_d92931b4695fa5a9632afca3c49170a1: - resolution: {integrity: sha512-1q0Bp/auG6XUSEBzmExrn6uU6JUtB5JxIHwTj8wmUf+JcdNqPMWou040Mem421Sxgd4GLn+vHHlVIRxv1yLYUA==} + /@firebase/messaging-compat/0.1.9_a860b93d2b8cf3658880986540f705c6: + resolution: {integrity: sha512-smcBhvTLfgE2KDtvDj1Pm9zQ7GeyR5BLarYLxtvmhhbV6tpa8g+UUE3pCdqN+y1kx6mIYqNOmEEXv+1YnSiYwQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 - '@firebase/messaging': 0.9.8_@firebase+app@0.7.17 + '@firebase/messaging': 0.9.9_@firebase+app@0.7.18 '@firebase/util': 1.4.3 tslib: 2.3.1 transitivePeerDependencies: @@ -2590,29 +2591,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.8_@firebase+app@0.7.17: - resolution: {integrity: sha512-X588ZFA/plaO4de7MyZs2gukrkdp+ounwqZ7JerHHVa6eKl1WNi9AuAfoXOJUMq+nX2DsOWYjohciCkC6qLrWw==} + /@firebase/messaging/0.9.9_@firebase+app@0.7.18: + resolution: {integrity: sha512-Fe6+VqFgVuvFOiVerQkPzdmHXnB7urujcKAxK3lRKxgafH89CRvXO1sPnPMvox5/JOCBZrAPok5KA7rOCxBguw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.17 + '@firebase/installations': 0.5.5_@firebase+app@0.7.18 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.3 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.5_d92931b4695fa5a9632afca3c49170a1: + /@firebase/performance-compat/0.1.5_a860b93d2b8cf3658880986540f705c6: resolution: {integrity: sha512-s9mqR0GXJaqvIZD/GsshacpKOGa3NP6Yht33mNEtpL7ERqj35mvD1CBoUwH52eMYAaxlQd9y9JrphQgK3EmWWw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.5_@firebase+app@0.7.17 + '@firebase/performance': 0.5.5_@firebase+app@0.7.18 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2624,14 +2625,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.5_@firebase+app@0.7.17: + /@firebase/performance/0.5.5_@firebase+app@0.7.18: resolution: {integrity: sha512-eA8mEKVnyY64fwAKxHbJF5t1hNkdR0EZVib0LfEWl/2elPmFcjik097hqLHzdFE88JYCxNGfFaSPo9Lbk/qe6A==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.17 + '@firebase/installations': 0.5.5_@firebase+app@0.7.18 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2645,15 +2646,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.5_d92931b4695fa5a9632afca3c49170a1: + /@firebase/remote-config-compat/0.1.5_a860b93d2b8cf3658880986540f705c6: resolution: {integrity: sha512-bgpmrCGyOj46c0xNFvivcXRHlaVkbt4mX2etbF9s6jaOILPd4rBHIfAiBpKL64GGwTkrOjWO9/HZun4I01gbpg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.4_@firebase+app@0.7.17 + '@firebase/remote-config': 0.3.4_@firebase+app@0.7.18 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2665,27 +2666,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.4_@firebase+app@0.7.17: + /@firebase/remote-config/0.3.4_@firebase+app@0.7.18: resolution: {integrity: sha512-SLlyVVNJ6DnU1AOjNrmv5u9Fge7gUwZVooyxMIkaT3Lj9MBM5MwfJsoG3UyiV4l7yI0iPj34LuKPpMJXOOcs4w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.17 + '@firebase/installations': 0.5.5_@firebase+app@0.7.18 '@firebase/logger': 0.3.2 '@firebase/util': 1.4.3 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.10_64b1706fd493160bb7206c590504f161: + /@firebase/storage-compat/0.1.10_4291d9bcac64867f22dc3ecc5e1d31da: resolution: {integrity: sha512-l/mvUhDEJ/0/F2uBqmEqxZk+jvIEwLc9BO6lGPE3TtPdT2896u3GIzbI4XHjSLLUo5bA0ZKz8Z7GVev9CLsHfA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.18 + '@firebase/app-compat': 0.1.19 '@firebase/component': 0.5.10 - '@firebase/storage': 0.9.2_@firebase+app@0.7.17 + '@firebase/storage': 0.9.2_@firebase+app@0.7.18 '@firebase/storage-types': 0.6.0_921e789eab5feb003723e0d148cd47c5 '@firebase/util': 1.4.3 tslib: 2.3.1 @@ -2705,12 +2706,12 @@ packages: '@firebase/util': 1.4.3 dev: false - /@firebase/storage/0.9.2_@firebase+app@0.7.17: + /@firebase/storage/0.9.2_@firebase+app@0.7.18: resolution: {integrity: sha512-5xWgVHnE+n+cZAnFYd3NyNAQbp6/t3NL7TdqRGu1OaW5L7ioN7Rhq+L4I2yjIskVCoTaemYQDF+vICjCWoalbA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.17 + '@firebase/app': 0.7.18 '@firebase/component': 0.5.10 '@firebase/util': 1.4.3 node-fetch: 2.6.7 @@ -2743,7 +2744,7 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.6.2_c865ccc88454ab6ed45356a4d2b8d054: + /@graphql-codegen/cli/2.6.2_b10c7c805a70317564c606afefa10ca5: resolution: {integrity: sha512-UO75msoVgvLEvfjCezM09cQQqp32+mR8Ma1ACsBpr7nroFvHbgcu2ulx1cMovg4sxDBCsvd9Eq/xOOMpARUxtw==} hasBin: true peerDependencies: @@ -2773,7 +2774,7 @@ packages: glob: 7.2.0 globby: 11.1.0 graphql: 15.7.2 - graphql-config: 4.1.0_c865ccc88454ab6ed45356a4d2b8d054 + graphql-config: 4.1.0_b10c7c805a70317564c606afefa10ca5 inquirer: 8.2.0 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -3311,16 +3312,16 @@ packages: dependencies: graphql: 15.7.2 - /@grpc/grpc-js/1.4.4: - resolution: {integrity: sha512-a6222b7Dl6fIlMgzVl7e+NiRoLiZFbpcwvBH2Oli56Bn7W4/3Ld+86hK4ffPn5rx2DlDidmIcvIJiOQXyhv9gA==} + /@grpc/grpc-js/1.5.7: + resolution: {integrity: sha512-RAlSbZ9LXo0wNoHKeUlwP9dtGgVBDUbnBKFpfAv5iSqMG4qWz9um2yLH215+Wow1I48etIa1QMS+WAGmsE/7HQ==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@grpc/proto-loader': 0.6.7 - '@types/node': 17.0.18 + '@grpc/proto-loader': 0.6.9 + '@types/node': 17.0.21 dev: false - /@grpc/proto-loader/0.6.7: - resolution: {integrity: sha512-QzTPIyJxU0u+r2qGe8VMl3j/W2ryhEvBv7hc42OjYfthSj370fUrb7na65rG6w3YLZS/fb8p89iTBobfWGDgdw==} + /@grpc/proto-loader/0.6.9: + resolution: {integrity: sha512-UlcCS8VbsU9d3XTXGiEVFonN7hXk+oMXZtoHHG2oSA1/GcDP1q6OUgs20PzHDGizzyi8ufGSUDlk3O2NyY7leg==} engines: {node: '>=6'} hasBin: true dependencies: @@ -3633,8 +3634,8 @@ packages: dependencies: '@lezer/common': 0.15.11 - /@mdn/browser-compat-data/4.1.9: - resolution: {integrity: sha512-MGIACLLfhkuJ4rV5JPIOFNLJN+JWgYmV83NMBfx8EvRma+kcEAFivVgHHuEPJtdCba5zRpMx/cIGrXfVyGN56g==} + /@mdn/browser-compat-data/4.1.10: + resolution: {integrity: sha512-z3UzXqOjrgUnKENwdhFZmU7oeEWTOjUmWGQtXTOEbTR1FdwSBF6RCU6RPkv10ryP00y5ybCUm++4t5B8Wc3tPg==} dev: true /@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2: @@ -3700,13 +3701,13 @@ packages: - supports-color dev: false - /@nuxt/builder/2.15.8_typescript@4.5.5: + /@nuxt/builder/2.15.8_typescript@4.6.2: resolution: {integrity: sha512-WVhN874LFMdgRiJqpxmeKI+vh5lhCUBVOyR9PhL1m1V/GV3fb+Dqc1BKS6XgayrWAWavPLveCJmQ/FID0puOfQ==} dependencies: '@nuxt/devalue': 1.2.5 '@nuxt/utils': 2.15.8 '@nuxt/vue-app': 2.15.8 - '@nuxt/webpack': 2.15.8_typescript@4.5.5 + '@nuxt/webpack': 2.15.8_typescript@4.6.2 chalk: 4.1.2 chokidar: 3.5.3 consola: 2.15.3 @@ -3833,11 +3834,11 @@ packages: ufo: 0.7.9 dev: false - /@nuxt/kit-edge/3.0.0-27434755.39f7eb2: - resolution: {integrity: sha512-i7ubhi461PaEqmYf3ohwyLa2Y+dFr0xhLmAofn4TK1HuS11z+1Wy3VBKBYJiOd7fPe0y09E3jzRuKfRTOdd7Fg==} + /@nuxt/kit-edge/3.0.0-27439932.78761c2: + resolution: {integrity: sha512-taclC+QxtFlo8KsFinkM7aGFhpCP6zKCuPcbdLZc0TwFyPzEa+akvC8X/e6QyjNL/7sCegDEUKlHrDJPtvYoYQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: - '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27434755.39f7eb2 + '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27439932.78761c2 c12: 0.1.3 consola: 2.15.3 defu: 5.0.1 @@ -3878,8 +3879,8 @@ packages: - encoding dev: false - /@nuxt/schema-edge/3.0.0-27434755.39f7eb2: - resolution: {integrity: sha512-eXd3hQy291ljDKHV0SYt7Vq4SSam13qO7J+64/hZw2yBGzTZF47u90F9W9Os7itDbTVwq4F1gGVgU6ejKi6Flw==} + /@nuxt/schema-edge/3.0.0-27439932.78761c2: + resolution: {integrity: sha512-z6JK1Fx2FfNvNUOqgeqk0dH35lJeayvZxYdU9IJ8yyLzYpWCW/hsZYLflzo+76lnEMxo6ZKLLSjaDBPV/kBuHQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: c12: 0.1.3 @@ -4036,7 +4037,7 @@ packages: vue-server-renderer: 2.6.14 dev: false - /@nuxt/webpack/2.15.8_typescript@4.5.5: + /@nuxt/webpack/2.15.8_typescript@4.6.2: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: '@babel/core': 7.17.5 @@ -4060,7 +4061,7 @@ packages: memory-fs: 0.5.0 optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 pify: 5.0.0 - pnp-webpack-plugin: 1.7.0_typescript@4.5.5 + pnp-webpack-plugin: 1.7.0_typescript@4.6.2 postcss: 7.0.39 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 @@ -4125,7 +4126,7 @@ packages: estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 - nuxt: 2.15.8_typescript@4.5.5 + nuxt: 2.15.8_typescript@4.6.2 ufo: 0.7.10 unplugin-vue2-script-setup: 0.9.3_084b6226078c1c34ec4d8a8c1a23d732 upath: 2.0.1 @@ -4146,14 +4147,14 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/8.0.0_41379bc407ff2da195916b200f9a884e: + /@nuxtjs/eslint-config-typescript/8.0.0_ada70e1c786992d81557ee12d1d9c983: resolution: {integrity: sha512-JcRIDCN+lfhzeNw6QGxjUSmXzfnRsEc2gTWO7Kbz9JfznTNwsI+1oWJ2wwOb6MP82d8SkDgu4yINkbDGDgkdaA==} peerDependencies: eslint: ^8.3.0 dependencies: - '@nuxtjs/eslint-config': 8.0.0_710e7a232d0bd215619b1a759753b417 - '@typescript-eslint/eslint-plugin': 5.4.0_ca5dd2c17fe9cee92d044ab478be2dec - '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.5.5 + '@nuxtjs/eslint-config': 8.0.0_df8f3006069fad82a84149213ed2905b + '@typescript-eslint/eslint-plugin': 5.4.0_7af69aee5d2ac17fec5214bc4b024ac3 + '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.6.2 eslint: 8.10.0 eslint-import-resolver-typescript: 2.5.0_eslint@8.10.0 transitivePeerDependencies: @@ -4163,7 +4164,7 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/8.0.0_710e7a232d0bd215619b1a759753b417: + /@nuxtjs/eslint-config/8.0.0_df8f3006069fad82a84149213ed2905b: resolution: {integrity: sha512-NuZSiMdSCuBukwWgmNQuMYoA/jgL9SLfecOurUUQw/1QTcD0YKh0RxY4h9rNJB2jkfayzmZ+Y11hlOml40FVvw==} peerDependencies: eslint: ^8.3.0 @@ -4171,7 +4172,7 @@ packages: eslint: 8.10.0 eslint-config-standard: 16.0.3_b1fffb11d3087aac3104246372b5cf0f eslint-plugin-import: 2.25.3_eslint@8.10.0 - eslint-plugin-jest: 25.3.0_710e7a232d0bd215619b1a759753b417 + eslint-plugin-jest: 25.3.0_df8f3006069fad82a84149213ed2905b eslint-plugin-node: 11.1.0_eslint@8.10.0 eslint-plugin-promise: 5.1.1_eslint@8.10.0 eslint-plugin-unicorn: 39.0.0_eslint@8.10.0 @@ -4950,7 +4951,6 @@ packages: /@types/node/17.0.21: resolution: {integrity: sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==} - dev: true /@types/node/17.0.6: resolution: {integrity: sha512-+XBAjfZmmivILUzO0HwBJoYkAyyySSLg5KCGBDFLomJo0sV6szvVLAf4ANZZ0pfWzgEds5KmGLG9D5hfEqOhaA==} @@ -5170,24 +5170,24 @@ packages: dependencies: '@types/node': 17.0.6 - /@types/yargs-parser/20.2.1: - resolution: {integrity: sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==} + /@types/yargs-parser/21.0.0: + resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} dev: true /@types/yargs/15.0.14: resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} dependencies: - '@types/yargs-parser': 20.2.1 + '@types/yargs-parser': 21.0.0 dev: true /@types/yargs/16.0.4: resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: - '@types/yargs-parser': 20.2.1 + '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.12.1_27a0c788acac7d65514027b167e3b3f6: - resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==} + /@typescript-eslint/eslint-plugin/5.13.0_33fffc354ccfa91fbe7d1677b9395a0a: + resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5197,23 +5197,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.12.1_eslint@8.10.0+typescript@4.5.5 - '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/type-utils': 5.12.1_eslint@8.10.0+typescript@4.5.5 - '@typescript-eslint/utils': 5.12.1_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/scope-manager': 5.13.0 + '@typescript-eslint/type-utils': 5.13.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2 debug: 4.3.3 eslint: 8.10.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.4.0_ca5dd2c17fe9cee92d044ab478be2dec: + /@typescript-eslint/eslint-plugin/5.4.0_7af69aee5d2ac17fec5214bc4b024ac3: resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5224,8 +5224,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.5.5 - '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.6.2 + '@typescript-eslint/parser': 5.4.0_eslint@8.10.0+typescript@4.6.2 '@typescript-eslint/scope-manager': 5.4.0 debug: 4.3.3 eslint: 8.10.0 @@ -5233,13 +5233,13 @@ packages: ignore: 5.1.9 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.4.0_eslint@8.10.0+typescript@4.5.5: + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.10.0+typescript@4.6.2: resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5248,7 +5248,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.4.0 '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.6.2 eslint: 8.10.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.10.0 @@ -5257,8 +5257,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/5.12.1_eslint@8.10.0+typescript@4.5.5: - resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==} + /@typescript-eslint/parser/5.13.0_eslint@8.10.0+typescript@4.6.2: + resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5267,17 +5267,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.13.0 + '@typescript-eslint/types': 5.13.0 + '@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2 debug: 4.3.3 eslint: 8.10.0 - typescript: 4.5.5 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.4.0_eslint@8.10.0+typescript@4.5.5: + /@typescript-eslint/parser/5.4.0_eslint@8.10.0+typescript@4.6.2: resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5289,20 +5289,20 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.4.0 '@typescript-eslint/types': 5.4.0 - '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.5 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.6.2 debug: 4.3.3 eslint: 8.10.0 - typescript: 4.5.5 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.12.1: - resolution: {integrity: sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==} + /@typescript-eslint/scope-manager/5.13.0: + resolution: {integrity: sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/visitor-keys': 5.12.1 + '@typescript-eslint/types': 5.13.0 + '@typescript-eslint/visitor-keys': 5.13.0 dev: true /@typescript-eslint/scope-manager/5.4.0: @@ -5313,8 +5313,8 @@ packages: '@typescript-eslint/visitor-keys': 5.4.0 dev: true - /@typescript-eslint/type-utils/5.12.1_eslint@8.10.0+typescript@4.5.5: - resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==} + /@typescript-eslint/type-utils/5.13.0_eslint@8.10.0+typescript@4.6.2: + resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5323,17 +5323,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.12.1_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2 debug: 4.3.3 eslint: 8.10.0 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.12.1: - resolution: {integrity: sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==} + /@typescript-eslint/types/5.13.0: + resolution: {integrity: sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -5342,8 +5342,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5: - resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==} + /@typescript-eslint/typescript-estree/5.13.0_typescript@4.6.2: + resolution: {integrity: sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5351,19 +5351,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/visitor-keys': 5.12.1 + '@typescript-eslint/types': 5.13.0 + '@typescript-eslint/visitor-keys': 5.13.0 debug: 4.3.3 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.5: + /@typescript-eslint/typescript-estree/5.4.0_typescript@4.6.2: resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5378,22 +5378,22 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.12.1_eslint@8.10.0+typescript@4.5.5: - resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==} + /@typescript-eslint/utils/5.13.0_eslint@8.10.0+typescript@4.6.2: + resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==} 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.1 - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 + '@typescript-eslint/scope-manager': 5.13.0 + '@typescript-eslint/types': 5.13.0 + '@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2 eslint: 8.10.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.10.0 @@ -5402,11 +5402,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.12.1: - resolution: {integrity: sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==} + /@typescript-eslint/visitor-keys/5.13.0: + resolution: {integrity: sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.12.1 + '@typescript-eslint/types': 5.13.0 eslint-visitor-keys: 3.3.0 dev: true @@ -5647,8 +5647,8 @@ packages: pretty: 2.0.0 dev: true - /@vueuse/core/7.7.0_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-DS8+dg758CiWnswebYHjS05PqTtc1ZLomsDlkFjG/KC0iFRgFIsGC66AAGuSXLqWCoirp2xN6N2mkrp1aHdI7A==} + /@vueuse/core/7.7.1_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-PRRgbATMpoeUmkCEBtUeJgOwtew8s+4UsEd+Pm7MhkjL2ihCNrSqxNVtM6NFE4uP2sWnkGcZpCjPuNSxowJ1Ow==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5659,12 +5659,12 @@ packages: optional: true dependencies: '@vue/composition-api': 1.4.9 - '@vueuse/shared': 7.7.0_@vue+composition-api@1.4.9 + '@vueuse/shared': 7.7.1_@vue+composition-api@1.4.9 vue-demi: 0.12.1_@vue+composition-api@1.4.9 dev: true - /@vueuse/shared/7.7.0_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-ANzMcUnjuUPJ9nWqMAqYt8p0qon6AH5pP5/V/0RSWkwCIWZwi57ujIaxizzMwnJECUF/73BmsRmpvvtokCIrKw==} + /@vueuse/shared/7.7.1_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-rN2qd22AUl7VdBxihagWyhUNHCyVk9IpvBTTfHoLH9G7rGE552X1f+zeCfehuno0zXif13jPw+icW/wn2a0rnQ==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5810,26 +5810,26 @@ packages: engines: {node: '>=8.0.0'} dev: true - /@windicss/config/1.8.1: - resolution: {integrity: sha512-WwrUMa8dT1AXbUjzQUVVCEpCNQg6rvr6wTyLXX8tv5jf9zYyTmj10sl0f7i5tbsMeG66hd2TpDp2JCcQf9knTA==} + /@windicss/config/1.8.3: + resolution: {integrity: sha512-1fvfZhRD7WfV/Xh6uIAYKIdbQWrwEgSdkFlHiLPzMDS44KjwNZILDzLAz9Y2W5H2K4MLGgGMnzGS89ECyjc0Ww==} dependencies: debug: 4.3.3 jiti: 1.13.0 - windicss: 3.5.0 + windicss: 3.5.1 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.8.1: - resolution: {integrity: sha512-bYJDw5cPBhUR8qlyL1g634xtGPF4ABOmtRfDrkL8nf9YAJkNowHao9lAMAJqHLd56Zp6BEoqib3smuwKSJKBnQ==} + /@windicss/plugin-utils/1.8.3: + resolution: {integrity: sha512-emlMeDt73uNV1ZofLTDogcxqL9aZ5uIRYkjeHlrWiaDozFbX6Jc+a6eRo9Ieaar3JUryl6AnecTPHAiFDl4IXg==} dependencies: '@antfu/utils': 0.5.0 - '@windicss/config': 1.8.1 + '@windicss/config': 1.8.3 debug: 4.3.3 fast-glob: 3.2.11 - magic-string: 0.25.7 + magic-string: 0.25.9 micromatch: 4.0.4 - windicss: 3.5.0 + windicss: 3.5.1 transitivePeerDependencies: - supports-color dev: true @@ -6763,12 +6763,12 @@ packages: resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.1.9 + '@mdn/browser-compat-data': 4.1.10 '@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.30001312 + caniuse-lite: 1.0.30001313 isbot: 3.3.4 object-path: 0.11.8 semver: 7.3.5 @@ -6791,8 +6791,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001312 - electron-to-chromium: 1.4.73 + caniuse-lite: 1.0.30001313 + electron-to-chromium: 1.4.76 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6814,8 +6814,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001312 - electron-to-chromium: 1.4.73 + caniuse-lite: 1.0.30001313 + electron-to-chromium: 1.4.76 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6875,13 +6875,13 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /bundle-require/3.0.4_esbuild@0.14.23: + /bundle-require/3.0.4_esbuild@0.14.25: 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.23 + esbuild: 0.14.25 load-tsconfig: 0.2.3 dev: true @@ -7095,8 +7095,8 @@ packages: /caniuse-lite/1.0.30001311: resolution: {integrity: sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==} - /caniuse-lite/1.0.30001312: - resolution: {integrity: sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==} + /caniuse-lite/1.0.30001313: + resolution: {integrity: sha512-rI1UN0koZUiKINjysQDuRi2VeSCce3bYJNmDcj3PIKREiAmjakugBul1QSkg/fPrlULYl6oWfGg3PbgOSY9X4Q==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -7529,14 +7529,14 @@ packages: dot-prop: 5.3.0 dev: true - /compatfactory/0.0.12_typescript@4.5.5: + /compatfactory/0.0.12_typescript@4.6.2: resolution: {integrity: sha512-DD5S1s2mIoVIpYfhCqNZPbOFlt9JDLkXc4d8fAZaeWWIsl7w3bmVS0HNlUkU2SB6iZOdXOjYZgeJZClmL1xnRg==} engines: {node: '>=10.0.0'} peerDependencies: typescript: '>=3.x || >= 4.x' dependencies: helpertypes: 0.0.17 - typescript: 4.5.5 + typescript: 4.6.2 dev: true /component-bind/1.0.0: @@ -7738,8 +7738,8 @@ packages: dependencies: '@iarna/toml': 2.2.5 - /cosmiconfig-typescript-loader/1.0.5_99a448058f874aec2a353d0e974167cc: - resolution: {integrity: sha512-FL/YR1nb8hyN0bAcP3MBaIoZravfZtVsN/RuPnoo6UVjqIrDxSNIpXHCGgJe0ZWy5yImpyD6jq5wCJ5f1nUv8g==} + /cosmiconfig-typescript-loader/1.0.6_e79e62fe450383fd2d418267dc75e645: + resolution: {integrity: sha512-2nEotziYJWtNtoTjKbchj9QrdTT6DBxCvqjNKoDKARw+e2yZmTQCa07uRrykLIZuvSgp69YXLH89UHc0WhdMfQ==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' @@ -7747,8 +7747,8 @@ packages: dependencies: '@types/node': 17.0.21 cosmiconfig: 7.0.1 - ts-node: 10.5.0_99a448058f874aec2a353d0e974167cc - typescript: 4.5.5 + ts-node: 10.7.0_e79e62fe450383fd2d418267dc75e645 + typescript: 4.6.2 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -8635,8 +8635,8 @@ packages: /electron-to-chromium/1.4.68: resolution: {integrity: sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==} - /electron-to-chromium/1.4.73: - resolution: {integrity: sha512-RlCffXkE/LliqfA5m29+dVDPB2r72y2D2egMMfIy3Le8ODrxjuZNVo4NIC2yPL01N4xb4nZQLwzi6Z5tGIGLnA==} + /electron-to-chromium/1.4.76: + resolution: {integrity: sha512-3Vftv7cenJtQb+k00McEBZ2vVmZ/x+HEF7pcZONZIkOsESqAqVuACmBxMv0JhzX7u0YltU0vSqRqgBSTAhFUjA==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8840,8 +8840,17 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-arm64/0.14.23: - resolution: {integrity: sha512-k9sXem++mINrZty1v4FVt6nC5BQCFG4K2geCIUUqHNlTdFnuvcqsY7prcKZLFhqVC1rbcJAr9VSUGFL/vD4vsw==} + /esbuild-android-64/0.14.25: + resolution: {integrity: sha512-L5vCUk7TzFbBnoESNoXjU3x9+/+7TDIE/1mTfy/erAfvZAqC+S3sp/Qa9wkypFMcFvN9FzvESkTlpeQDolREtQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /esbuild-android-arm64/0.14.25: + resolution: {integrity: sha512-4jv5xPjM/qNm27T5j3ZEck0PvjgQtoMHnz4FzwF5zNP56PvY2CT0WStcAIl6jNlsuDdN63rk2HRBIsO6xFbcFw==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -8849,8 +8858,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.23: - resolution: {integrity: sha512-lB0XRbtOYYL1tLcYw8BoBaYsFYiR48RPrA0KfA/7RFTr4MV7Bwy/J4+7nLsVnv9FGuQummM3uJ93J3ptaTqFug==} + /esbuild-darwin-64/0.14.25: + resolution: {integrity: sha512-TGp8tuudIxOyWd1+8aYPxQmC1ZQyvij/AfNBa35RubixD0zJ1vkKHVAzo0Zao1zcG6pNqiSyzfPto8vmg0s7oA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -8858,8 +8867,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.23: - resolution: {integrity: sha512-yat73Z/uJ5tRcfRiI4CCTv0FSnwErm3BJQeZAh+1tIP0TUNh6o+mXg338Zl5EKChD+YGp6PN+Dbhs7qa34RxSw==} + /esbuild-darwin-arm64/0.14.25: + resolution: {integrity: sha512-oTcDgdm0MDVEmw2DWu8BV68pYuImpFgvWREPErBZmNA4MYKGuBRaCiJqq6jZmBR1x+3y1DWCjez+5uLtuAm6mw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -8867,8 +8876,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.23: - resolution: {integrity: sha512-/1xiTjoLuQ+LlbfjJdKkX45qK/M7ARrbLmyf7x3JhyQGMjcxRYVR6Dw81uH3qlMHwT4cfLW4aEVBhP1aNV7VsA==} + /esbuild-freebsd-64/0.14.25: + resolution: {integrity: sha512-ueAqbnMZ8arnuLH8tHwTCQYeptnHOUV7vA6px6j4zjjQwDx7TdP7kACPf3TLZLdJQ3CAD1XCvQ2sPhX+8tacvQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -8876,8 +8885,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.23: - resolution: {integrity: sha512-uyPqBU/Zcp6yEAZS4LKj5jEE0q2s4HmlMBIPzbW6cTunZ8cyvjG6YWpIZXb1KK3KTJDe62ltCrk3VzmWHp+iLg==} + /esbuild-freebsd-arm64/0.14.25: + resolution: {integrity: sha512-+ZVWud2HKh+Ob6k/qiJWjBtUg4KmJGGmbvEXXW1SNKS7hW7HU+Zq2ZCcE1akFxOPkVB+EhOty/sSek30tkCYug==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -8885,8 +8894,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.23: - resolution: {integrity: sha512-37R/WMkQyUfNhbH7aJrr1uCjDVdnPeTHGeDhZPUNhfoHV0lQuZNCKuNnDvlH/u/nwIYZNdVvz1Igv5rY/zfrzQ==} + /esbuild-linux-32/0.14.25: + resolution: {integrity: sha512-3OP/lwV3kCzEz45tobH9nj+uE4ubhGsfx+tn0L26WAGtUbmmcRpqy7XRG/qK7h1mClZ+eguIANcQntYMdYklfw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -8894,8 +8903,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.23: - resolution: {integrity: sha512-H0gztDP60qqr8zoFhAO64waoN5yBXkmYCElFklpd6LPoobtNGNnDe99xOQm28+fuD75YJ7GKHzp/MLCLhw2+vQ==} + /esbuild-linux-64/0.14.25: + resolution: {integrity: sha512-+aKHdHZmX9qwVlQmu5xYXh7GsBFf4TWrePgeJTalhXHOG7NNuUwoHmketGiZEoNsWyyqwH9rE5BC+iwcLY30Ug==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -8903,8 +8912,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.23: - resolution: {integrity: sha512-x64CEUxi8+EzOAIpCUeuni0bZfzPw/65r8tC5cy5zOq9dY7ysOi5EVQHnzaxS+1NmV+/RVRpmrzGw1QgY2Xpmw==} + /esbuild-linux-arm/0.14.25: + resolution: {integrity: sha512-aTLcE2VBoLydL943REcAcgnDi3bHtmULSXWLbjtBdtykRatJVSxKMjK9YlBXUZC4/YcNQfH7AxwVeQr9fNxPhw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -8912,8 +8921,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.23: - resolution: {integrity: sha512-c4MLOIByNHR55n3KoYf9hYDfBRghMjOiHLaoYLhkQkIabb452RWi+HsNgB41sUpSlOAqfpqKPFNg7VrxL3UX9g==} + /esbuild-linux-arm64/0.14.25: + resolution: {integrity: sha512-UxfenPx/wSZx55gScCImPtXekvZQLI2GW3qe5dtlmU7luiqhp5GWPzGeQEbD3yN3xg/pHc671m5bma5Ns7lBHw==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -8921,8 +8930,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.23: - resolution: {integrity: sha512-kHKyKRIAedYhKug2EJpyJxOUj3VYuamOVA1pY7EimoFPzaF3NeY7e4cFBAISC/Av0/tiV0xlFCt9q0HJ68IBIw==} + /esbuild-linux-mips64le/0.14.25: + resolution: {integrity: sha512-wLWYyqVfYx9Ur6eU5RT92yJVsaBGi5RdkoWqRHOqcJ38Kn60QMlcghsKeWfe9jcYut8LangYZ98xO1LxIoSXrQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -8930,8 +8939,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.23: - resolution: {integrity: sha512-7ilAiJEPuJJnJp/LiDO0oJm5ygbBPzhchJJh9HsHZzeqO+3PUzItXi+8PuicY08r0AaaOe25LA7sGJ0MzbfBag==} + /esbuild-linux-ppc64le/0.14.25: + resolution: {integrity: sha512-0dR6Csl6Zas3g4p9ULckEl8Mo8IInJh33VCJ3eaV1hj9+MHGdmDOakYMN8MZP9/5nl+NU/0ygpd14cWgy8uqRw==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -8939,8 +8948,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.23: - resolution: {integrity: sha512-fbL3ggK2wY0D8I5raPIMPhpCvODFE+Bhb5QGtNP3r5aUsRR6TQV+ZBXIaw84iyvKC8vlXiA4fWLGhghAd/h/Zg==} + /esbuild-linux-riscv64/0.14.25: + resolution: {integrity: sha512-J4d20HDmTrgvhR0bdkDhvvJGaikH3LzXQnNaseo8rcw9Yqby9A90gKUmWpfwqLVNRILvNnAmKLfBjCKU9ajg8w==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -8948,8 +8957,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.23: - resolution: {integrity: sha512-GHMDCyfy7+FaNSO8RJ8KCFsnax8fLUsOrj9q5Gi2JmZMY0Zhp75keb5abTFCq2/Oy6KVcT0Dcbyo/bFb4rIFJA==} + /esbuild-linux-s390x/0.14.25: + resolution: {integrity: sha512-YI2d5V6nTE73ZnhEKQD7MtsPs1EtUZJ3obS21oxQxGbbRw1G+PtJKjNyur+3t6nzHP9oTg6GHQ3S3hOLLmbDIQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -8957,8 +8966,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.23: - resolution: {integrity: sha512-ovk2EX+3rrO1M2lowJfgMb/JPN1VwVYrx0QPUyudxkxLYrWeBxDKQvc6ffO+kB4QlDyTfdtAURrVzu3JeNdA2g==} + /esbuild-netbsd-64/0.14.25: + resolution: {integrity: sha512-TKIVgNWLUOkr+Exrye70XTEE1lJjdQXdM4tAXRzfHE9iBA7LXWcNtVIuSnphTqpanPzTDFarF0yqq4kpbC6miA==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -8966,8 +8975,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.23: - resolution: {integrity: sha512-uYYNqbVR+i7k8ojP/oIROAHO9lATLN7H2QeXKt2H310Fc8FJj4y3Wce6hx0VgnJ4k1JDrgbbiXM8rbEgQyg8KA==} + /esbuild-openbsd-64/0.14.25: + resolution: {integrity: sha512-QgFJ37A15D7NIXBTYEqz29+uw3nNBOIyog+3kFidANn6kjw0GHZ0lEYQn+cwjyzu94WobR+fes7cTl/ZYlHb1A==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -8975,8 +8984,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.23: - resolution: {integrity: sha512-hAzeBeET0+SbScknPzS2LBY6FVDpgE+CsHSpe6CEoR51PApdn2IB0SyJX7vGelXzlyrnorM4CAsRyb9Qev4h9g==} + /esbuild-sunos-64/0.14.25: + resolution: {integrity: sha512-rmWfjUItYIVlqr5EnTH1+GCxXiBOC42WBZ3w++qh7n2cS9Xo0lO5pGSG2N+huOU2fX5L+6YUuJ78/vOYvefeFw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -8984,8 +8993,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.23: - resolution: {integrity: sha512-Kttmi3JnohdaREbk6o9e25kieJR379TsEWF0l39PQVHXq3FR6sFKtVPgY8wk055o6IB+rllrzLnbqOw/UV60EA==} + /esbuild-windows-32/0.14.25: + resolution: {integrity: sha512-HGAxVUofl3iUIz9W10Y9XKtD0bNsK9fBXv1D55N/ljNvkrAYcGB8YCm0v7DjlwtyS6ws3dkdQyXadbxkbzaKOA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -8993,8 +9002,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.23: - resolution: {integrity: sha512-JtIT0t8ymkpl6YlmOl6zoSWL5cnCgyLaBdf/SiU/Eg3C13r0NbHZWNT/RDEMKK91Y6t79kTs3vyRcNZbfu5a8g==} + /esbuild-windows-64/0.14.25: + resolution: {integrity: sha512-TirEohRkfWU9hXLgoDxzhMQD1g8I2mOqvdQF2RS9E/wbkORTAqJHyh7wqGRCQAwNzdNXdg3JAyhQ9/177AadWA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9002,8 +9011,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.23: - resolution: {integrity: sha512-cTFaQqT2+ik9e4hePvYtRZQ3pqOvKDVNarzql0VFIzhc0tru/ZgdLoXd6epLiKT+SzoSce6V9YJ+nn6RCn6SHw==} + /esbuild-windows-arm64/0.14.25: + resolution: {integrity: sha512-4ype9ERiI45rSh+R8qUoBtaj6kJvUOI7oVLhKqPEpcF4Pa5PpT3hm/mXAyotJHREkHpM87PAJcA442mLnbtlNA==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9017,31 +9026,32 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.23: - resolution: {integrity: sha512-XjnIcZ9KB6lfonCa+jRguXyRYcldmkyZ99ieDksqW/C8bnyEX299yA4QH2XcgijCgaddEZePPTgvx/2imsq7Ig==} + /esbuild/0.14.25: + resolution: {integrity: sha512-4JHEIOMNFvK09ziiL+iVmldIhLbn49V4NAVo888tcGFKedEZY/Y8YapfStJ6zSE23tzYPKxqKwQBnQoIO0BI/Q==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - 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 + esbuild-android-64: 0.14.25 + esbuild-android-arm64: 0.14.25 + esbuild-darwin-64: 0.14.25 + esbuild-darwin-arm64: 0.14.25 + esbuild-freebsd-64: 0.14.25 + esbuild-freebsd-arm64: 0.14.25 + esbuild-linux-32: 0.14.25 + esbuild-linux-64: 0.14.25 + esbuild-linux-arm: 0.14.25 + esbuild-linux-arm64: 0.14.25 + esbuild-linux-mips64le: 0.14.25 + esbuild-linux-ppc64le: 0.14.25 + esbuild-linux-riscv64: 0.14.25 + esbuild-linux-s390x: 0.14.25 + esbuild-netbsd-64: 0.14.25 + esbuild-openbsd-64: 0.14.25 + esbuild-sunos-64: 0.14.25 + esbuild-windows-32: 0.14.25 + esbuild-windows-64: 0.14.25 + esbuild-windows-arm64: 0.14.25 dev: true /escalade/3.1.1: @@ -9078,8 +9088,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.4.0_eslint@8.10.0: - resolution: {integrity: sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==} + /eslint-config-prettier/8.5.0_eslint@8.10.0: + resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -9167,7 +9177,7 @@ packages: tsconfig-paths: 3.12.0 dev: true - /eslint-plugin-jest/25.3.0_710e7a232d0bd215619b1a759753b417: + /eslint-plugin-jest/25.3.0_df8f3006069fad82a84149213ed2905b: resolution: {integrity: sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -9180,8 +9190,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.4.0_ca5dd2c17fe9cee92d044ab478be2dec - '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.5.5 + '@typescript-eslint/eslint-plugin': 5.4.0_7af69aee5d2ac17fec5214bc4b024ac3 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.10.0+typescript@4.6.2 eslint: 8.10.0 jest: 27.5.1 transitivePeerDependencies: @@ -9198,7 +9208,7 @@ packages: eslint: 8.10.0 eslint-plugin-es: 3.0.1_eslint@8.10.0 eslint-utils: 2.1.0 - ignore: 5.1.9 + ignore: 5.2.0 minimatch: 3.0.4 resolve: 1.20.0 semver: 6.3.0 @@ -9215,7 +9225,7 @@ packages: - supports-color dev: true - /eslint-plugin-prettier/4.0.0_1669956a82292b1f29101a00a555e5bf: + /eslint-plugin-prettier/4.0.0_f3d13a703a9c1079e3d1af6044603beb: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -9227,7 +9237,7 @@ packages: optional: true dependencies: eslint: 8.10.0 - eslint-config-prettier: 8.4.0_eslint@8.10.0 + eslint-config-prettier: 8.5.0_eslint@8.10.0 prettier: 2.5.1 prettier-linter-helpers: 1.0.0 dev: true @@ -9874,34 +9884,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.6.7: - resolution: {integrity: sha512-WiqGC26cepwVy0CZ4n3ZrLSNpVj1RCPJTB6j1tZU4SadPOrGmuPAt71qcWwaLyqKtRzNTyOA9F5J4ygGDplchw==} + /firebase/9.6.8: + resolution: {integrity: sha512-a/RcgiqK9L5d/ZKpHZ21c3x/KKIo2XwXp2droukbBTuaX0Md8ppHQWYlSqLmWIDR0y2zwN17lrfNVsE6f+4ncA==} dependencies: - '@firebase/analytics': 0.7.5_@firebase+app@0.7.17 - '@firebase/analytics-compat': 0.1.6_d92931b4695fa5a9632afca3c49170a1 - '@firebase/app': 0.7.17 - '@firebase/app-check': 0.5.3_@firebase+app@0.7.17 - '@firebase/app-check-compat': 0.2.3_d92931b4695fa5a9632afca3c49170a1 - '@firebase/app-compat': 0.1.18 + '@firebase/analytics': 0.7.5_@firebase+app@0.7.18 + '@firebase/analytics-compat': 0.1.6_a860b93d2b8cf3658880986540f705c6 + '@firebase/app': 0.7.18 + '@firebase/app-check': 0.5.3_@firebase+app@0.7.18 + '@firebase/app-check-compat': 0.2.3_a860b93d2b8cf3658880986540f705c6 + '@firebase/app-compat': 0.1.19 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.9_@firebase+app@0.7.17 - '@firebase/auth-compat': 0.2.9_64b1706fd493160bb7206c590504f161 + '@firebase/auth': 0.19.9_@firebase+app@0.7.18 + '@firebase/auth-compat': 0.2.9_4291d9bcac64867f22dc3ecc5e1d31da '@firebase/database': 0.12.5_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.5_8ab5e3191f29b1d6daa5e585d3195178 - '@firebase/firestore': 3.4.5_@firebase+app@0.7.17 - '@firebase/firestore-compat': 0.1.14_64b1706fd493160bb7206c590504f161 - '@firebase/functions': 0.7.8_4d0970a5d6861c00258190c734cfddc9 - '@firebase/functions-compat': 0.1.9_64b1706fd493160bb7206c590504f161 - '@firebase/installations': 0.5.5_@firebase+app@0.7.17 - '@firebase/messaging': 0.9.8_@firebase+app@0.7.17 - '@firebase/messaging-compat': 0.1.8_d92931b4695fa5a9632afca3c49170a1 - '@firebase/performance': 0.5.5_@firebase+app@0.7.17 - '@firebase/performance-compat': 0.1.5_d92931b4695fa5a9632afca3c49170a1 + '@firebase/database-compat': 0.1.5_c2bd62812a1e883fd3651fcace953b90 + '@firebase/firestore': 3.4.5_@firebase+app@0.7.18 + '@firebase/firestore-compat': 0.1.14_4291d9bcac64867f22dc3ecc5e1d31da + '@firebase/functions': 0.7.8_b33c67cd9183e0c7a6f8f4b4a7b9c960 + '@firebase/functions-compat': 0.1.9_4291d9bcac64867f22dc3ecc5e1d31da + '@firebase/installations': 0.5.5_@firebase+app@0.7.18 + '@firebase/messaging': 0.9.9_@firebase+app@0.7.18 + '@firebase/messaging-compat': 0.1.9_a860b93d2b8cf3658880986540f705c6 + '@firebase/performance': 0.5.5_@firebase+app@0.7.18 + '@firebase/performance-compat': 0.1.5_a860b93d2b8cf3658880986540f705c6 '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.4_@firebase+app@0.7.17 - '@firebase/remote-config-compat': 0.1.5_d92931b4695fa5a9632afca3c49170a1 - '@firebase/storage': 0.9.2_@firebase+app@0.7.17 - '@firebase/storage-compat': 0.1.10_64b1706fd493160bb7206c590504f161 + '@firebase/remote-config': 0.3.4_@firebase+app@0.7.18 + '@firebase/remote-config-compat': 0.1.5_a860b93d2b8cf3658880986540f705c6 + '@firebase/storage': 0.9.2_@firebase+app@0.7.18 + '@firebase/storage-compat': 0.1.10_4291d9bcac64867f22dc3ecc5e1d31da '@firebase/util': 1.4.3 transitivePeerDependencies: - bufferutil @@ -10191,8 +10201,8 @@ packages: fs-memo: 1.2.0 dev: false - /get-port-please/2.4.2: - resolution: {integrity: sha512-0XUWmjtES2zuKHJC6pE3eZiq7aFD4bZXrtS8MrKMUVniLUWZ/0T02s9Al8Le9tlQBppWsvoOTJIRVbHRgNRdEw==} + /get-port-please/2.4.3: + resolution: {integrity: sha512-l5zVrG3mzz+I7MfbPwyJJ4xZKIdQfARpOtsBjUDUZ0iXlF0IXc1wMBg3Jb7G1te7tRzjOxu+MRLpvgxxTdCkwg==} dependencies: fs-memo: 1.2.0 dev: true @@ -10440,13 +10450,13 @@ packages: /graceful-fs/4.2.9: resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} - /graphql-config/4.1.0_c865ccc88454ab6ed45356a4d2b8d054: + /graphql-config/4.1.0_b10c7c805a70317564c606afefa10ca5: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_e1c3b685f8b7686dcc885a02fd14c5f0 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_c84a270c92bf6e8d30a9786dab5936e4 '@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.0_graphql@15.7.2 @@ -10474,13 +10484,13 @@ packages: graphql: 15.7.2 dev: true - /graphql-language-service-interface/2.9.1_c865ccc88454ab6ed45356a4d2b8d054: + /graphql-language-service-interface/2.9.1_b10c7c805a70317564c606afefa10ca5: 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_c865ccc88454ab6ed45356a4d2b8d054 + graphql-language-service-parser: 1.10.4_b10c7c805a70317564c606afefa10ca5 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 @@ -10492,13 +10502,13 @@ packages: - utf-8-validate dev: false - /graphql-language-service-parser/1.10.4_c865ccc88454ab6ed45356a4d2b8d054: + /graphql-language-service-parser/1.10.4_b10c7c805a70317564c606afefa10ca5: 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_c865ccc88454ab6ed45356a4d2b8d054 + graphql-language-service-types: 1.8.7_b10c7c805a70317564c606afefa10ca5 transitivePeerDependencies: - '@types/node' - bufferutil @@ -10515,13 +10525,13 @@ packages: graphql: 15.7.2 dev: false - /graphql-language-service-types/1.8.7_c865ccc88454ab6ed45356a4d2b8d054: + /graphql-language-service-types/1.8.7_b10c7c805a70317564c606afefa10ca5: 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_c865ccc88454ab6ed45356a4d2b8d054 + graphql-config: 4.1.0_b10c7c805a70317564c606afefa10ca5 vscode-languageserver-types: 3.16.0 transitivePeerDependencies: - '@types/node' @@ -11236,8 +11246,8 @@ packages: through: 2.3.8 dev: true - /insomnia-importers/2.4.1_openapi-types@10.0.0: - resolution: {integrity: sha512-KufwGydt6WUlf7Oukqem0ra40ZPWImEBK1gqICarEMydVuzeaoPvyXDCP1r9RLHoJpV1sKUDSv14LZ6CE2j6Qg==} + /insomnia-importers/2.5.1_openapi-types@10.0.0: + resolution: {integrity: sha512-6xE9s9udFMwBY7i12RZtVQmCPqyIQoOEoFu8iIVNrDTpev15It0J5CJ666z+mxrjjM2bVNoqAzU+sTg0kpqZ9w==} hasBin: true dependencies: '@apidevtools/swagger-parser': 10.0.2_openapi-types@10.0.0 @@ -11245,6 +11255,8 @@ packages: change-case: 4.1.2 commander: 7.2.0 lodash: 4.17.21 + ramda: 0.27.2 + ramda-adjunct: 2.36.0_ramda@0.27.2 shell-quote: 1.7.3 yaml: 1.10.2 transitivePeerDependencies: @@ -12482,7 +12494,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: @@ -12490,7 +12502,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=} @@ -12661,8 +12673,8 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/12.3.4: - resolution: {integrity: sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==} + /lint-staged/12.3.5: + resolution: {integrity: sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -12694,7 +12706,7 @@ packages: clipboardy: 3.0.0 colorette: 2.0.16 defu: 5.0.1 - get-port-please: 2.4.2 + get-port-please: 2.4.3 http-shutdown: 1.2.2 open: 8.4.0 selfsigned: 2.0.0 @@ -13034,6 +13046,20 @@ packages: resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==} dependencies: sourcemap-codec: 1.4.8 + dev: false + + /magic-string/0.25.9: + resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} + dependencies: + sourcemap-codec: 1.4.8 + dev: true + + /magic-string/0.26.1: + resolution: {integrity: sha512-ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg==} + engines: {node: '>=12'} + dependencies: + sourcemap-codec: 1.4.8 + dev: true /make-dir/1.3.0: resolution: {integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==} @@ -13842,11 +13868,11 @@ packages: resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} engines: {node: '>=0.10.0'} - /nuxt-windicss/2.2.7: - resolution: {integrity: sha512-I1vtaEpAnu71kCDSGpjXuhd4f+JtDRLEzOVx3/5xf4uGkj2NzuvPrqLxXwGUY0pFZ+cW62kjyuE4hMhawn1srQ==} + /nuxt-windicss/2.2.8: + resolution: {integrity: sha512-l0mONjhsxhkDa/XVLbQZIaA2+xxo+IBCWyieR7vq1Rl4BDRghNXYPMi8H04qwNND8R0cQQNQYUmECxjUg1LlAQ==} dependencies: - '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27434755.39f7eb2 - '@windicss/plugin-utils': 1.8.1 + '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27439932.78761c2 + '@windicss/plugin-utils': 1.8.3 consola: 2.15.3 defu: 5.0.1 fs-extra: 10.0.1 @@ -13855,22 +13881,22 @@ packages: pathe: 0.2.0 read-cache: 1.0.0 sirv: 2.0.2 - vite-plugin-windicss: 1.8.1 - windicss: 3.5.0 + vite-plugin-windicss: 1.8.3 + windicss: 3.5.1 windicss-analysis: 0.3.5 - windicss-webpack-plugin: 1.6.6 + windicss-webpack-plugin: 1.6.7 transitivePeerDependencies: - supports-color - vite dev: true - /nuxt/2.15.8_typescript@4.5.5: + /nuxt/2.15.8_typescript@4.6.2: resolution: {integrity: sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==} hasBin: true requiresBuild: true dependencies: '@nuxt/babel-preset-app': 2.15.8 - '@nuxt/builder': 2.15.8_typescript@4.5.5 + '@nuxt/builder': 2.15.8_typescript@4.6.2 '@nuxt/cli': 2.15.8 '@nuxt/components': 2.2.1 '@nuxt/config': 2.15.8 @@ -13883,7 +13909,7 @@ packages: '@nuxt/utils': 2.15.8 '@nuxt/vue-app': 2.15.8 '@nuxt/vue-renderer': 2.15.8 - '@nuxt/webpack': 2.15.8_typescript@4.5.5 + '@nuxt/webpack': 2.15.8_typescript@4.6.2 transitivePeerDependencies: - bufferutil - consola @@ -14480,11 +14506,11 @@ packages: engines: {node: '>=4'} dev: true - /pnp-webpack-plugin/1.7.0_typescript@4.5.5: + /pnp-webpack-plugin/1.7.0_typescript@4.6.2: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.5.5 + ts-pnp: 1.2.0_typescript@4.6.2 transitivePeerDependencies: - typescript dev: false @@ -15396,7 +15422,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 17.0.18 + '@types/node': 17.0.21 long: 4.0.0 dev: false @@ -15524,6 +15550,19 @@ packages: resolution: {integrity: sha512-7b32VY45/Rmo/S81W0VcHnsPW9yvCbGOCjf+xl8XYcQIL/FmbfmwroJPnyXHRYC0HO8mk8cTkvsMC+0bR/NrJA==} dev: false + /ramda-adjunct/2.36.0_ramda@0.27.2: + resolution: {integrity: sha512-8w+/Hx73oByS+vo+BfAPOG3HYL2ay6O5fjrJpR7NFxMoFWksKz6vSOtvjqdfMM6MfAimHizq9tpdI0OD4xbKog==} + engines: {node: '>=0.10.3'} + peerDependencies: + ramda: '>= 0.19.0 <= 0.27.2' + dependencies: + ramda: 0.27.2 + dev: false + + /ramda/0.27.2: + resolution: {integrity: sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==} + dev: false + /randombytes/2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: @@ -15945,21 +15984,21 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.1.0_rollup@2.68.0+typescript@4.5.5: - resolution: {integrity: sha512-rriXIm3jdUiYeiAAd1Fv+x2AxK6Kq6IybB2Z/IdoAW95fb4uRUurYsEYKa8L1seedezDeJhy8cfo8FEL9aZzqg==} - engines: {node: '>=v12.22.7'} + /rollup-plugin-dts/4.2.0_rollup@2.69.2+typescript@4.6.2: + resolution: {integrity: sha512-lx6irWVhz/x4//tIqRhzk4FOqGQ0n37ZM2wpPCn4uafl/EmiV92om7ZdAsq7Bzho6C+Xh5GfsyuP9H+Udv72Lg==} + engines: {node: '>=v12.22.10'} peerDependencies: rollup: ^2.55 - typescript: ~4.1 || ~4.2 || ~4.3 || ~4.4 || ~4.5 + typescript: ^4.1 dependencies: - magic-string: 0.25.7 - rollup: 2.68.0 - typescript: 4.5.5 + magic-string: 0.26.1 + rollup: 2.69.2 + typescript: 4.6.2 optionalDependencies: '@babel/code-frame': 7.16.7 dev: true - /rollup-plugin-ts/2.0.5_rollup@2.68.0+typescript@4.5.5: + /rollup-plugin-ts/2.0.5_rollup@2.69.2+typescript@4.6.2: resolution: {integrity: sha512-yLfu46XsheAEDs+OxCMnHszble9pYwGYDML82lpMw3x/65kgwd9UQSkPX0HZGk+6L+MN8hFgqeh+SPmv+uOz1w==} engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: @@ -15990,17 +16029,17 @@ packages: browserslist: 4.19.3 browserslist-generator: 1.0.65 chalk: 4.1.2 - compatfactory: 0.0.12_typescript@4.5.5 + compatfactory: 0.0.12_typescript@4.6.2 crosspath: 1.0.0 - magic-string: 0.25.7 - rollup: 2.68.0 - ts-clone-node: 0.3.30_typescript@4.5.5 + magic-string: 0.25.9 + rollup: 2.69.2 + ts-clone-node: 0.3.30_typescript@4.6.2 tslib: 2.3.1 - typescript: 4.5.5 + typescript: 4.6.2 dev: true - /rollup/2.68.0: - resolution: {integrity: sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==} + /rollup/2.69.2: + resolution: {integrity: sha512-KghktpWg3Wd+nYCsx3Griidm2/CKIJYG2yyaaKspo0TXSoGdW+0duwzKl4wWIu62oN3mFg3zCDbwVRPwuNPPlA==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -16175,8 +16214,8 @@ packages: - utf-8-validate dev: false - /selenium-webdriver/4.1.0: - resolution: {integrity: sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==} + /selenium-webdriver/4.1.1: + resolution: {integrity: sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 @@ -17150,6 +17189,7 @@ packages: /subscriptions-transport-ws/0.11.0_graphql@15.7.2: resolution: {integrity: sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==} + deprecated: The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md peerDependencies: graphql: ^15.7.2 || ^16.0.0 dependencies: @@ -17158,7 +17198,7 @@ packages: graphql: 15.7.2 iterall: 1.3.0 symbol-observable: 1.2.0 - ws: 7.5.5 + ws: 7.5.7 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -17662,21 +17702,55 @@ packages: engines: {node: '>=8'} dev: true - /ts-clone-node/0.3.30_typescript@4.5.5: + /ts-clone-node/0.3.30_typescript@4.6.2: resolution: {integrity: sha512-T9RLibxk0UBHelLUnSIZNyTxlPzcEk+KFFLXBUAG9YFJ3gPOYRrgD/RHnrlAxwEJ9Gq5S/iB8m3tcuTKtgf5Rw==} engines: {node: '>=10.0.0'} peerDependencies: typescript: ^3.x || ^4.x dependencies: - compatfactory: 0.0.12_typescript@4.5.5 - typescript: 4.5.5 + compatfactory: 0.0.12_typescript@4.6.2 + typescript: 4.6.2 dev: true /ts-interface-checker/0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-jest/27.1.3_3467fede191f86dcda3695bf4ddedf9c: + /ts-jest/27.1.3_60149d457e34ffba7d4e845dde6a1263: + resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@types/jest': 27.4.1 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.0 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.5 + typescript: 4.6.2 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.3_aa50078b884a9c25e27d8375d8c551fd: resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -17707,41 +17781,7 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.5.5 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.3_8fa130d172bf7d71653f05507c50c5a3: - resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: ~0.14.0 - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.4.1 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.0 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.5.5 + typescript: 4.6.2 yargs-parser: 20.2.9 dev: true @@ -17764,8 +17804,8 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/10.5.0_99a448058f874aec2a353d0e974167cc: - resolution: {integrity: sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==} + /ts-node/10.7.0_e79e62fe450383fd2d418267dc75e645: + resolution: {integrity: sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==} hasBin: true peerDependencies: '@swc/core': '>=1.2.50' @@ -17790,12 +17830,12 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.5.5 + typescript: 4.6.2 v8-compile-cache-lib: 3.0.0 yn: 3.1.1 dev: true - /ts-node/9.1.1_typescript@4.5.5: + /ts-node/9.1.1_typescript@4.6.2: resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} hasBin: true @@ -17807,10 +17847,10 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.5.5 + typescript: 4.6.2 yn: 3.1.1 - /ts-pnp/1.2.0_typescript@4.5.5: + /ts-pnp/1.2.0_typescript@4.6.2: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -17819,7 +17859,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.5.5 + typescript: 4.6.2 dev: false /tsconfig-paths/3.12.0: @@ -17855,17 +17895,17 @@ packages: typescript: optional: true dependencies: - bundle-require: 3.0.4_esbuild@0.14.23 + bundle-require: 3.0.4_esbuild@0.14.25 cac: 6.7.12 chokidar: 3.5.3 debug: 4.3.3 - esbuild: 0.14.23 + esbuild: 0.14.25 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.68.0 + rollup: 2.69.2 source-map: 0.7.3 sucrase: 3.20.3 tree-kill: 1.2.2 @@ -17874,14 +17914,14 @@ packages: - ts-node dev: true - /tsutils/3.21.0_typescript@4.5.5: + /tsutils/3.21.0_typescript@4.6.2: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.5.5 + typescript: 4.6.2 dev: true /tty-browserify/0.0.0: @@ -17946,8 +17986,8 @@ packages: hasBin: true dev: true - /typescript/4.5.5: - resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} + /typescript/4.6.2: + resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -18327,15 +18367,15 @@ packages: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: false - /vite-plugin-windicss/1.8.1: - resolution: {integrity: sha512-c+900Dkc94kRuZPb6mz79B5XOS2PHNhadf7P9UjIRoimEE5HB7hj1f+A6qGHO4VejwU/MIvA6D5+Sz2lDKAaEQ==} + /vite-plugin-windicss/1.8.3: + resolution: {integrity: sha512-RIw2GD6H6cKNE8wZXVOBs4L1uTicVS0FaAkeqXvy1oyuXLC4SXmvnzEuoK0+qFuWJjW0ECNwE8eU+ZZhzNQKUg==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.8.1 + '@windicss/plugin-utils': 1.8.3 debug: 4.3.3 kolorist: 1.5.1 - windicss: 3.5.0 + windicss: 3.5.1 transitivePeerDependencies: - supports-color dev: true @@ -18858,7 +18898,7 @@ packages: resolution: {integrity: sha512-g7306c47Yc9c0nAhVLwVDVYt+MQmxGfpg1Q06mP4+j5nqCrJgh18Km4HyL8BABv7wo6BdUN7FeVtxb+u5TokxA==} hasBin: true dependencies: - '@windicss/plugin-utils': 1.8.1 + '@windicss/plugin-utils': 1.8.3 cac: 6.7.12 connect: 3.7.0 declass: 0.0.1 @@ -18869,22 +18909,22 @@ packages: - supports-color dev: true - /windicss-webpack-plugin/1.6.6: - resolution: {integrity: sha512-jx3Il92Fm04iYcw9SwdTUKagOu8wYLU1CydJTpkMUEkQHTR6bOeFQ+PhVWVp9EL/fr/6y25zHJ3YvU5nt3bKWQ==} + /windicss-webpack-plugin/1.6.7: + resolution: {integrity: sha512-wMC0+/buGBMqbS6d2jCUGh51J2qSAwIBrwOCmd44GqXTIJs+uNzptYlwijj+V7ykgGn6nmR0fyxH72Ramw2LZA==} dependencies: - '@windicss/plugin-utils': 1.8.1 + '@windicss/plugin-utils': 1.8.3 debug: 4.3.3 loader-utils: 2.0.2 lodash: 4.17.21 pathe: 0.2.0 webpack-virtual-modules: 0.4.3 - windicss: 3.5.0 + windicss: 3.5.1 transitivePeerDependencies: - supports-color dev: true - /windicss/3.5.0: - resolution: {integrity: sha512-+UNYm2Zy4TM2uLiz6bqY2a69LavMqGbILFIwuGhPEJ/uqsPT3kCGSaWlhMw/weIaFOkm1K1cEzZ015Y8pp8N1A==} + /windicss/3.5.1: + resolution: {integrity: sha512-E1hYZATcZFci/XhGS0sJAMRxULjnK+glNukE78Ku7xeb3jxgMY55fFOdIrav+GjQCsgR+IZxPq9/DwmO6eyc4Q==} engines: {node: '>= 12'} hasBin: true dev: true @@ -18998,18 +19038,6 @@ packages: optional: true dev: false - /ws/7.5.5: - resolution: {integrity: sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==} - engines: {node: '>=8.3.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - /ws/7.5.7: resolution: {integrity: sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==} engines: {node: '>=8.3.0'}