diff --git a/package.json b/package.json index 900cd4fac..ac66528c0 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ ], "dependencies": { "husky": "^7.0.4", - "lint-staged": "^12.3.7" + "lint-staged": "^12.3.8" }, "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", - "@types/node": "^17.0.23" + "@types/node": "^17.0.24" } } diff --git a/packages/codemirror-lang-graphql/package.json b/packages/codemirror-lang-graphql/package.json index b0e9a4665..8f8280dc3 100644 --- a/packages/codemirror-lang-graphql/package.json +++ b/packages/codemirror-lang-graphql/package.json @@ -24,9 +24,9 @@ "devDependencies": { "@lezer/generator": "^0.15.4", "mocha": "^9.2.2", - "rollup": "^2.70.1", + "rollup": "^2.70.2", "rollup-plugin-dts": "^4.2.1", - "rollup-plugin-ts": "^2.0.5", + "rollup-plugin-ts": "^2.0.7", "typescript": "^4.6.3" } } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 8ce15706a..6dad6c999 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -74,10 +74,10 @@ "acorn": "^8.7.0", "acorn-walk": "^8.2.0", "axios": "^0.26.1", - "core-js": "^3.21.1", + "core-js": "^3.22.0", "esprima": "^4.0.1", - "firebase": "^9.6.10", - "fp-ts": "^2.11.9", + "firebase": "^9.6.11", + "fp-ts": "^2.11.10", "fuse.js": "^6.5.3", "graphql": "^15.5.0", "graphql-language-service-interface": "^2.9.1", @@ -154,9 +154,9 @@ "@types/uuid": "^8.3.4", "@urql/devtools": "^2.0.3", "@vue/composition-api": "^1.4.9", - "@vue/runtime-dom": "^3.2.31", + "@vue/runtime-dom": "^3.2.33", "@vue/test-utils": "^1.3.0", - "@vueuse/core": "^8.2.5", + "@vueuse/core": "^8.2.6", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.4", @@ -169,13 +169,13 @@ "jest": "^27.5.1", "jest-serializer-vue": "^2.0.2", "npm-run-all": "^4.1.5", - "nuxt-windicss": "^2.2.10", - "postcss-html": "^1.3.0", + "nuxt-windicss": "^2.2.11", + "postcss-html": "^1.4.1", "prettier": "^2.6.2", "raw-loader": "^4.0.2", "sass": "^1.50.0", "sass-loader": "^10.2.0", - "stylelint": "^14.6.1", + "stylelint": "^14.7.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^25.0.0", diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index 1dab3b0c4..9bc05c2cd 100644 --- a/packages/hoppscotch-data/package.json +++ b/packages/hoppscotch-data/package.json @@ -32,10 +32,10 @@ "homepage": "https://github.com/hoppscotch/hoppscotch#readme", "devDependencies": { "@types/lodash": "^4.14.181", - "tsup": "^5.12.4" + "tsup": "^5.12.5" }, "dependencies": { - "fp-ts": "^2.11.9", + "fp-ts": "^2.11.10", "io-ts": "^2.2.16", "lodash": "^4.17.21", "parser-ts": "^0.6.16" diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 6a5d539cc..967b3f434 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -41,19 +41,19 @@ "license": "MIT", "dependencies": { "@hoppscotch/data": "workspace:^0.4.2", - "fp-ts": "^2.11.9", + "fp-ts": "^2.11.10", "lodash": "^4.17.21", "quickjs-emscripten": "^0.15.0", - "tsup": "^5.12.4" + "tsup": "^5.12.5" }, "devDependencies": { "@digitak/esrun": "^3.1.2", "@relmify/jest-fp-ts": "^2.0.1", "@types/jest": "^27.4.1", "@types/lodash": "^4.14.181", - "@types/node": "^17.0.23", - "@typescript-eslint/eslint-plugin": "^5.18.0", - "@typescript-eslint/parser": "^5.18.0", + "@types/node": "^17.0.24", + "@typescript-eslint/eslint-plugin": "^5.19.0", + "@typescript-eslint/parser": "^5.19.0", "eslint": "^8.13.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 869ff45fe..26421c8b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,16 +6,16 @@ importers: specifiers: '@commitlint/cli': ^16.2.3 '@commitlint/config-conventional': ^16.2.1 - '@types/node': ^17.0.23 + '@types/node': ^17.0.24 husky: ^7.0.4 - lint-staged: ^12.3.7 + lint-staged: ^12.3.8 dependencies: husky: 7.0.4 - lint-staged: 12.3.7 + lint-staged: 12.3.8 devDependencies: '@commitlint/cli': 16.2.3 '@commitlint/config-conventional': 16.2.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 packages/codemirror-lang-graphql: specifiers: @@ -24,9 +24,9 @@ importers: '@lezer/generator': ^0.15.4 '@lezer/lr': ^0.15.8 mocha: ^9.2.2 - rollup: ^2.70.1 + rollup: ^2.70.2 rollup-plugin-dts: ^4.2.1 - rollup-plugin-ts: ^2.0.5 + rollup-plugin-ts: ^2.0.7 typescript: ^4.6.3 dependencies: '@codemirror/highlight': 0.19.8 @@ -35,9 +35,9 @@ importers: devDependencies: '@lezer/generator': 0.15.4 mocha: 9.2.2 - rollup: 2.70.1 - rollup-plugin-dts: 4.2.1_rollup@2.70.1+typescript@4.6.3 - rollup-plugin-ts: 2.0.5_rollup@2.70.1+typescript@4.6.3 + rollup: 2.70.2 + rollup-plugin-dts: 4.2.1_rollup@2.70.2+typescript@4.6.3 + rollup-plugin-ts: 2.0.7_rollup@2.70.2+typescript@4.6.3 typescript: 4.6.3 packages/hoppscotch-app: @@ -116,9 +116,9 @@ importers: '@urql/exchange-auth': ^0.1.7 '@urql/exchange-graphcache': ^4.3.6 '@vue/composition-api': ^1.4.9 - '@vue/runtime-dom': ^3.2.31 + '@vue/runtime-dom': ^3.2.33 '@vue/test-utils': ^1.3.0 - '@vueuse/core': ^8.2.5 + '@vueuse/core': ^8.2.6 acorn: ^8.7.0 acorn-walk: ^8.2.0 axios: ^0.26.1 @@ -126,15 +126,15 @@ importers: babel-jest: ^27.5.1 babel-loader: ^8.2.4 chokidar: ^3.5.3 - core-js: ^3.21.1 + core-js: ^3.22.0 eslint: ^8.13.0 eslint-config-prettier: ^8.5.0 eslint-plugin-nuxt: ^3.2.0 eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^8.6.0 esprima: ^4.0.1 - firebase: ^9.6.10 - fp-ts: ^2.11.9 + firebase: ^9.6.11 + fp-ts: ^2.11.10 fuse.js: ^6.5.3 graphql: ^15.5.0 graphql-language-service-interface: ^2.9.1 @@ -153,10 +153,10 @@ importers: node-interval-tree: ^1.3.3 npm-run-all: ^4.1.5 nuxt: ^2.15.8 - nuxt-windicss: ^2.2.10 + nuxt-windicss: ^2.2.11 openapi-types: ^10.0.0 paho-mqtt: ^1.1.0 - postcss-html: ^1.3.0 + postcss-html: ^1.4.1 postman-collection: ^4.1.2 prettier: ^2.6.2 qs: ^6.10.3 @@ -169,7 +169,7 @@ importers: socket.io-client-v4: npm:socket.io-client@^4.4.1 socketio-wildcard: ^2.0.0 splitpanes: ^2.4.1 - stylelint: ^14.6.1 + stylelint: ^14.7.1 stylelint-config-prettier: ^9.0.3 stylelint-config-recommended-vue: ^1.4.0 stylelint-config-standard: ^25.0.0 @@ -219,7 +219,7 @@ importers: '@hoppscotch/data': link:../hoppscotch-data '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 - '@nuxtjs/composition-api': 0.32.0_f76cbbf5da9c2936d5fdbb58483aa887 + '@nuxtjs/composition-api': 0.32.0_fe703d04f3c8e62a38e622e54ccb997f '@nuxtjs/gtm': 2.4.0 '@nuxtjs/i18n': 7.2.1 '@nuxtjs/robots': 2.5.0 @@ -232,18 +232,18 @@ importers: acorn: 8.7.0 acorn-walk: 8.2.0 axios: 0.26.1 - core-js: 3.21.1 + core-js: 3.22.0 esprima: 4.0.1 - firebase: 9.6.10 - fp-ts: 2.11.9 + firebase: 9.6.11 + fp-ts: 2.11.10 fuse.js: 6.5.3 graphql: 15.7.2 - graphql-language-service-interface: 2.9.1_50dbbce7419ab720b01d03d0e2a001aa - graphql-language-service-parser: 1.10.4_50dbbce7419ab720b01d03d0e2a001aa + graphql-language-service-interface: 2.9.1_ac4ec5720f2d0ad4b770153d197a0e78 + graphql-language-service-parser: 1.10.4_ac4ec5720f2d0ad4b770153d197a0e78 graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 insomnia-importers: 2.8.0_openapi-types@10.0.0 - io-ts: 2.2.16_fp-ts@2.11.9 + io-ts: 2.2.16_fp-ts@2.11.10 js-yaml: 4.1.0 json-loader: 0.5.7 lodash: 4.17.21 @@ -277,7 +277,7 @@ importers: '@babel/core': 7.17.9 '@babel/preset-env': 7.16.11_@babel+core@7.17.9 '@graphql-codegen/add': 3.1.1_graphql@15.7.2 - '@graphql-codegen/cli': 2.6.2_50dbbce7419ab720b01d03d0e2a001aa + '@graphql-codegen/cli': 2.6.2_ac4ec5720f2d0ad4b770153d197a0e78 '@graphql-codegen/typed-document-node': 2.2.8_graphql@15.7.2 '@graphql-codegen/typescript': 2.4.8_graphql@15.7.2 '@graphql-codegen/typescript-operations': 2.3.5_graphql@15.7.2 @@ -293,9 +293,9 @@ importers: '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 - '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.6.1 + '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.7.1 '@nuxtjs/svg': 0.4.0 - '@relmify/jest-fp-ts': 2.0.1_fp-ts@2.11.9+io-ts@2.2.16 + '@relmify/jest-fp-ts': 2.0.1_fp-ts@2.11.10+io-ts@2.2.16 '@sentry/browser': 6.19.6 '@testing-library/jest-dom': 5.16.4 '@types/codemirror': 5.60.5 @@ -311,9 +311,9 @@ importers: '@types/uuid': 8.3.4 '@urql/devtools': 2.0.3_@urql+core@2.4.4+graphql@15.7.2 '@vue/composition-api': 1.4.9 - '@vue/runtime-dom': 3.2.31 + '@vue/runtime-dom': 3.2.33 '@vue/test-utils': 1.3.0 - '@vueuse/core': 8.2.5_@vue+composition-api@1.4.9 + '@vueuse/core': 8.2.6_@vue+composition-api@1.4.9 babel-core: 7.0.0-bridge.0_@babel+core@7.17.9 babel-jest: 27.5.1_@babel+core@7.17.9 babel-loader: 8.2.4_@babel+core@7.17.9 @@ -326,17 +326,17 @@ importers: jest: 27.5.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 - nuxt-windicss: 2.2.10 - postcss-html: 1.3.0 + nuxt-windicss: 2.2.11 + postcss-html: 1.4.1 prettier: 2.6.2 raw-loader: 4.0.2 sass: 1.50.0 sass-loader: 10.2.0_sass@1.50.0 - stylelint: 14.6.1 - stylelint-config-prettier: 9.0.3_stylelint@14.6.1 - stylelint-config-recommended-vue: 1.4.0_50484b26a38601352aaf9ea7986ae8a8 - stylelint-config-standard: 25.0.0_stylelint@14.6.1 - stylelint-config-standard-scss: 3.0.0_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-config-prettier: 9.0.3_stylelint@14.7.1 + stylelint-config-recommended-vue: 1.4.0_1a82b100232bbe7036ec0a7ca7a4baf4 + stylelint-config-standard: 25.0.0_stylelint@14.7.1 + stylelint-config-standard-scss: 3.0.0_stylelint@14.7.1 ts-jest: 27.1.4_c7568fb52a2be2d5e066be5ef16e8b78 typescript: 4.6.3 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 @@ -382,19 +382,19 @@ importers: packages/hoppscotch-data: specifiers: '@types/lodash': ^4.14.181 - fp-ts: ^2.11.9 + fp-ts: ^2.11.10 io-ts: ^2.2.16 lodash: ^4.17.21 parser-ts: ^0.6.16 - tsup: ^5.12.4 + tsup: ^5.12.5 dependencies: - fp-ts: 2.11.9 - io-ts: 2.2.16_fp-ts@2.11.9 + fp-ts: 2.11.10 + io-ts: 2.2.16_fp-ts@2.11.10 lodash: 4.17.21 - parser-ts: 0.6.16_fp-ts@2.11.9 + parser-ts: 0.6.16_fp-ts@2.11.10 devDependencies: '@types/lodash': 4.14.181 - tsup: 5.12.4 + tsup: 5.12.5 packages/hoppscotch-js-sandbox: specifiers: @@ -403,39 +403,39 @@ importers: '@relmify/jest-fp-ts': ^2.0.1 '@types/jest': ^27.4.1 '@types/lodash': ^4.14.181 - '@types/node': ^17.0.23 - '@typescript-eslint/eslint-plugin': ^5.18.0 - '@typescript-eslint/parser': ^5.18.0 + '@types/node': ^17.0.24 + '@typescript-eslint/eslint-plugin': ^5.19.0 + '@typescript-eslint/parser': ^5.19.0 eslint: ^8.13.0 eslint-config-prettier: ^8.5.0 eslint-plugin-prettier: ^4.0.0 - fp-ts: ^2.11.9 + fp-ts: ^2.11.10 io-ts: ^2.2.16 jest: ^27.5.1 lodash: ^4.17.21 prettier: ^2.6.2 quickjs-emscripten: ^0.15.0 ts-jest: ^27.1.4 - tsup: ^5.12.4 + tsup: ^5.12.5 typescript: ^4.6.3 dependencies: '@hoppscotch/data': link:../hoppscotch-data - fp-ts: 2.11.9 + fp-ts: 2.11.10 lodash: 4.17.21 quickjs-emscripten: 0.15.0 - tsup: 5.12.4_typescript@4.6.3 + tsup: 5.12.5_typescript@4.6.3 devDependencies: '@digitak/esrun': 3.1.2 - '@relmify/jest-fp-ts': 2.0.1_fp-ts@2.11.9+io-ts@2.2.16 + '@relmify/jest-fp-ts': 2.0.1_fp-ts@2.11.10+io-ts@2.2.16 '@types/jest': 27.4.1 '@types/lodash': 4.14.181 - '@types/node': 17.0.23 - '@typescript-eslint/eslint-plugin': 5.18.0_0dd9be2ba5ed9805045f3fec8be848f5 - '@typescript-eslint/parser': 5.18.0_eslint@8.13.0+typescript@4.6.3 + '@types/node': 17.0.24 + '@typescript-eslint/eslint-plugin': 5.19.0_f34adc8488d2e4f014fe61432d70cbf2 + '@typescript-eslint/parser': 5.19.0_eslint@8.13.0+typescript@4.6.3 eslint: 8.13.0 eslint-config-prettier: 8.5.0_eslint@8.13.0 eslint-plugin-prettier: 4.0.0_1815ac95b7fb26c13c7d48a8eef62d0f - io-ts: 2.2.16_fp-ts@2.11.9 + io-ts: 2.2.16_fp-ts@2.11.10 jest: 27.5.1 prettier: 2.6.2 ts-jest: 27.1.4_9985e1834e803358b7be1e6ce5ca0eea @@ -2191,10 +2191,10 @@ packages: '@commitlint/execute-rule': 16.2.1 '@commitlint/resolve-extends': 16.2.1 '@commitlint/types': 16.2.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.9_ee885bc7281b682b6adbed6ae09ee090 + cosmiconfig-typescript-loader: 1.0.9_17a82b5ac88a5de7094eac76b4edda13 lodash: 4.17.21 resolve-from: 5.0.0 typescript: 4.6.3 @@ -2223,7 +2223,7 @@ packages: dependencies: '@commitlint/top-level': 16.2.1 '@commitlint/types': 16.2.1 - fs-extra: 10.0.1 + fs-extra: 10.1.0 git-raw-commits: 2.0.11 dev: true @@ -2332,16 +2332,16 @@ packages: engines: {node: '>=14.0.0', npm: '>=7.0.0'} dev: false - /@firebase/analytics-compat/0.1.8_868085a1841bc1620876e13ffdfa88b5: - resolution: {integrity: sha512-2XBPTFD4DPVZUJZ2tPOib7BfyHB/Ucfq3DfYMNRZFUrgctABTO/lRwjm3oqv4EsoqEOlbxRurvfFN8BQEe28LA==} + /@firebase/analytics-compat/0.1.9_4806ef38eb920aae9b1aba6665b35f7f: + resolution: {integrity: sha512-HYKMAZvfU589WVvK5XKY9Pl+axXFISabouAFw2VHpJm/TO1mAXAy0+eIjqQ3j8z3L1OEfCeOV/oY9eh8rpJZ5w==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.7_@firebase+app@0.7.20 + '@firebase/analytics': 0.7.8_@firebase+app@0.7.21 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 - '@firebase/util': 1.5.1 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2351,30 +2351,30 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.7_@firebase+app@0.7.20: - resolution: {integrity: sha512-duzzyDmBSF2ql6lp0m2jxmOH5PIgw0utqSXRjSgoYzD7lURncMAZVC2u3IgsAoUNTW/lcBSHpv+t4lnxTCNMCw==} + /@firebase/analytics/0.7.8_@firebase+app@0.7.21: + resolution: {integrity: sha512-W38Zy/jf64LKpPi+mGNNETIjz4eq/YXBE0Uu2bzstqUwlhvFn1WlRBK4vzgtZMRaGW04CQp9FXYv6ZTRo/Xbyw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 - '@firebase/installations': 0.5.7_@firebase+app@0.7.20 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 + '@firebase/installations': 0.5.8_@firebase+app@0.7.21 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.5_868085a1841bc1620876e13ffdfa88b5: - resolution: {integrity: sha512-W1jGGcXXw1sdFia3qqnhlkg/5aQGiV6lAurq0FxfMXiV+qUxVuQ2roRbkJrcuJ3jxth8OGOir/yxOk/4YwkfHA==} + /@firebase/app-check-compat/0.2.6_4806ef38eb920aae9b1aba6665b35f7f: + resolution: {integrity: sha512-DBzLHg/uuoNhDdwPEj8zQcqPaZSBFn8I0hATKyoX6SiAQKCi+4ugqeyQ6qGCyDpfNOyxL4PPxPMisXRhPzV2jw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.5_@firebase+app@0.7.20 + '@firebase/app-check': 0.5.6_@firebase+app@0.7.21 '@firebase/app-check-types': 0.4.0 - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2388,25 +2388,25 @@ packages: resolution: {integrity: sha512-SsWafqMABIOu7zLgWbmwvHGOeQQVQlwm42kwwubsmfLmL4Sf5uGpBfDhQ0CAkpi7bkJ/NwNFKafNDL9prRNP0Q==} dev: false - /@firebase/app-check/0.5.5_@firebase+app@0.7.20: - resolution: {integrity: sha512-thGjl8Ys2VFKitUUM/xqkXXV8GS56yUdOBMpsjpTSH5iwa49dSBUTGzbwmUMARSkiSF+AzcjNonO6LQczTU/AA==} + /@firebase/app-check/0.5.6_@firebase+app@0.7.21: + resolution: {integrity: sha512-wdR/DCSdSDM0ka4nvMlGSiaknFxJO/gBuwn7G0iHO2vwj/2oSqjyG+QdJnoiIe1P1vOdqGNLxb1j10LPkR3TQQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.21: - resolution: {integrity: sha512-zKRjOt6JXZ6gBdl3ELdjvEQ7cdrsrCjLEaLttBxioqW9VxXZfBOgP38uUb0baJk2XNEUA6YWM+H/bg1y+FGFYA==} + /@firebase/app-compat/0.1.22: + resolution: {integrity: sha512-InzQWdIKXsioZb6Ll/uynvopFbq9k3Qpi3gEUq+f8q0yr8/KQVuH2lIDmN70z11LRKXlsziU49qRwtV9tcEYhA==} dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false @@ -2414,25 +2414,25 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.20: - resolution: {integrity: sha512-tTVrEYCbEKBcMp/bj5rUa35iM32W5z9l3jbLAqDh0ZM2yO4JvF08a3hHacZ32XDh9Av/yCgla0QmVPp/Z2klNg==} + /@firebase/app/0.7.21: + resolution: {integrity: sha512-b1COyw4HwajJ4zQCtL7w+d4GCQDmEaVO957eLLlBwz4QuDlx3eQIirpQhzkkPH17BJFZ6x0qyYEt6Wbhakn0kg==} dependencies: - '@firebase/component': 0.5.12 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.11_dfadae57191c8ff11d89085862f0c8e3: - resolution: {integrity: sha512-6C42yXevri3F7H1LS3h524UsQsUlzGuszlIL3YsDuS+WJFqBe8I5AHOEM+Opi/VtIpWaXxPhWsp75TQndaCjKA==} + /@firebase/auth-compat/0.2.12_e38422e44459f38f69dbbd03a46a6a15: + resolution: {integrity: sha512-LKeKylktRj03xgW5ilSOW1c4AsMig15ogf5hDKa820t6Bp6MNabj8yq2TV0/Q4SP4Ox/yrTISJGVvk+TJuBecQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/auth': 0.19.11_@firebase+app@0.7.20 - '@firebase/auth-types': 0.11.0_28551417bc65badf6b618d048d805f44 - '@firebase/component': 0.5.12 - '@firebase/util': 1.5.1 + '@firebase/app-compat': 0.1.22 + '@firebase/auth': 0.19.12_@firebase+app@0.7.21 + '@firebase/auth-types': 0.11.0_a64185e619fe35b9275fc3c76f6268db + '@firebase/component': 0.5.13 + '@firebase/util': 1.5.2 node-fetch: 2.6.7 selenium-webdriver: 4.1.1 tslib: 2.3.1 @@ -2444,35 +2444,35 @@ packages: - utf-8-validate dev: false - /@firebase/auth-interop-types/0.1.6_28551417bc65badf6b618d048d805f44: + /@firebase/auth-interop-types/0.1.6_a64185e619fe35b9275fc3c76f6268db: resolution: {integrity: sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 dev: false - /@firebase/auth-types/0.11.0_28551417bc65badf6b618d048d805f44: + /@firebase/auth-types/0.11.0_a64185e619fe35b9275fc3c76f6268db: resolution: {integrity: sha512-q7Bt6cx+ySj9elQHTsKulwk3+qDezhzRBFC9zlQ1BjgMueUOnGMcvqmU0zuKlQ4RhLSH7MNAdBV2znVaoN3Vxw==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 dev: false - /@firebase/auth/0.19.11_@firebase+app@0.7.20: - resolution: {integrity: sha512-9bctXmQA5pRhLL03wkbg6ibmhoTMa8QRHm3uDnb+iyMcHTJ5AyILRc5AVPS9FsnpWPDOLiVjtuMC28D6iC+zew==} + /@firebase/auth/0.19.12_@firebase+app@0.7.21: + resolution: {integrity: sha512-39/eJBmq5Ne+HoCJuQXlhaOH2e8qySxYUa5Z25mhcam8nmAMrBh7Ph1yZjUeSfLsSJiSXANMHK5dnVE+1TROXw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 node-fetch: 2.6.7 selenium-webdriver: 4.0.0-rc-1 tslib: 2.3.1 @@ -2482,59 +2482,59 @@ packages: - utf-8-validate dev: false - /@firebase/component/0.5.12: - resolution: {integrity: sha512-gAKwxo0Ev+rp7Px+Yr71WbcC0CM9Tevhv0g38ORp2p57HqGjY65D3MD+jTKGZl58N/0nmX6MRRKym3bq/3k1gw==} + /@firebase/component/0.5.13: + resolution: {integrity: sha512-hxhJtpD8Ppf/VU2Rlos6KFCEV77TGIGD5bJlkPK1+B/WUe0mC6dTjW7KhZtXTc+qRBp9nFHWcsIORnT8liHP9w==} dependencies: - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.7_b2c59dabb74e592c496f4266c968bb15: - resolution: {integrity: sha512-T1mleRv2A8wyTV/jUuOdkN9Tl2lz0RGauqGc9nxP3AUzS9m3gIDN7u4CahZSdJlkR6tSU/MEWlfs5Q/oZStqxg==} + /@firebase/database-compat/0.1.8_5395f954a08b86dffb8e74f386d79234: + resolution: {integrity: sha512-dhXr5CSieBuKNdU96HgeewMQCT9EgOIkfF1GNy+iRrdl7BWLxmlKuvLfK319rmIytSs/vnCzcD9uqyxTeU/A3A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 - '@firebase/database': 0.12.7_@firebase+app-types@0.7.0 - '@firebase/database-types': 0.9.6 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 + '@firebase/database': 0.12.8_@firebase+app-types@0.7.0 + '@firebase/database-types': 0.9.7 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/database-types/0.9.6: - resolution: {integrity: sha512-E7U28X+FtVtug7EkIkaOXbdP8ghCPno21WWgEiDKsneY28N5WOwccfXqSzHgAAezkR40ht/ZqXlCsUhEpv6JXw==} + /@firebase/database-types/0.9.7: + resolution: {integrity: sha512-EFhgL89Fz6DY3kkB8TzdHvdu8XaqqvzcF2DLVOXEnQ3Ms7L755p5EO42LfxXoJqb9jKFvgLpFmKicyJG25WFWw==} dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 dev: false - /@firebase/database/0.12.7_@firebase+app-types@0.7.0: - resolution: {integrity: sha512-HL2NMQ3Ce5YNM2MdEuACHmU9NQEwq2F64R0XK+CReph40skxp+A7TvlJDO5bTAC0s3l3ebgCA9VmxfJu5R6UAA==} + /@firebase/database/0.12.8_@firebase+app-types@0.7.0: + resolution: {integrity: sha512-JBQVfFLzfhxlQbl4OU6ov9fdsddkytBQdtSSR49cz48homj38ccltAhK6seum+BI7f28cV2LFHF9672lcN+qxA==} dependencies: - '@firebase/auth-interop-types': 0.1.6_28551417bc65badf6b618d048d805f44 - '@firebase/component': 0.5.12 + '@firebase/auth-interop-types': 0.1.6_a64185e619fe35b9275fc3c76f6268db + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 faye-websocket: 0.11.4 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.16_dfadae57191c8ff11d89085862f0c8e3: - resolution: {integrity: sha512-nLSBYGTkcGDbNFHBBMl74e7gwNo++BDTALlWNBaYRjTNj0TctYt8q4lggNy+MxXRQhP+dZjq/mrClS9T8RJZ4g==} + /@firebase/firestore-compat/0.1.17_e38422e44459f38f69dbbd03a46a6a15: + resolution: {integrity: sha512-hTLgq2WXUE6bb3/IqYlwY0Q6FdbZB2JwDoZHexIQmK69XuuK3j+JbE/NixV3mBo232tNSU+QeamfbAd6A1Agfw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 - '@firebase/firestore': 3.4.7_@firebase+app@0.7.20 - '@firebase/firestore-types': 2.5.0_28551417bc65badf6b618d048d805f44 - '@firebase/util': 1.5.1 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 + '@firebase/firestore': 3.4.8_@firebase+app@0.7.21 + '@firebase/firestore-types': 2.5.0_a64185e619fe35b9275fc3c76f6268db + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2542,28 +2542,28 @@ packages: - encoding dev: false - /@firebase/firestore-types/2.5.0_28551417bc65badf6b618d048d805f44: + /@firebase/firestore-types/2.5.0_a64185e619fe35b9275fc3c76f6268db: resolution: {integrity: sha512-I6c2m1zUhZ5SH0cWPmINabDyH5w0PPFHk2UHsjBpKdZllzJZ2TwTkXbDtpHUZNmnc/zAa0WNMNMvcvbb/xJLKA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 dev: false - /@firebase/firestore/3.4.7_@firebase+app@0.7.20: - resolution: {integrity: sha512-bE8k72cw0zJKOsKTOeRp2As0nNZIv3To9qQe0mTtHu4O8dSdst6izSXixZEXDOuMf/dp7VOY8+VBW/ZqeqWQsA==} + /@firebase/firestore/3.4.8_@firebase+app@0.7.21: + resolution: {integrity: sha512-qjrI22TrqSGsOVBkYpRcpY48eSFj+hvleWEaFn3bDxy+QNUiZS08cicSlBOxdosKi5LRMQVGyHKcqHExup02+A==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 '@firebase/webchannel-wrapper': 0.6.1 - '@grpc/grpc-js': 1.6.1 + '@grpc/grpc-js': 1.6.5 '@grpc/proto-loader': 0.6.9 node-fetch: 2.6.7 tslib: 2.3.1 @@ -2571,16 +2571,16 @@ packages: - encoding dev: false - /@firebase/functions-compat/0.1.11_dfadae57191c8ff11d89085862f0c8e3: - resolution: {integrity: sha512-4U3BU4hOPAhG5YKpLAY/qKhNxsEn4yWSJHLc83H81Y75o2jSsyVklFR2bZNHl0qfq6A7KwUbL8HU48qLbhPlGg==} + /@firebase/functions-compat/0.1.12_e38422e44459f38f69dbbd03a46a6a15: + resolution: {integrity: sha512-pKianAWF9vv3u9DazbRExYQFjEu/b9gxTWVCPjq+FiLK39xULT01dZz4Zrr2KzFnb54wHHbRmU1BAWNAkQTmmQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 - '@firebase/functions': 0.7.10_d8b1d8a8908d69140f74bf409d5ccca7 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 + '@firebase/functions': 0.7.11_0dd03ea9f716b9c2b35974db8236dad2 '@firebase/functions-types': 0.5.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2592,17 +2592,17 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.10_d8b1d8a8908d69140f74bf409d5ccca7: - resolution: {integrity: sha512-d+8M6RENmrF2/Y2J+V3fuad6Vq8aiwEzeJCl5sdUA4TydAnAPmGPaEz7uEyaxp8gIx/j373CZy2jTuI3PCxEyw==} + /@firebase/functions/0.7.11_0dd03ea9f716b9c2b35974db8236dad2: + resolution: {integrity: sha512-o9pmN1TWHDEpmB6IYbqeIIG6Wllcfw6jSNm8UZYnOYM8oDay1FW6OeN/fA0GlGmwF4cPdxA3oKXbLn3ObYFxXQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 + '@firebase/app': 0.7.21 '@firebase/app-check-interop-types': 0.1.0 - '@firebase/auth-interop-types': 0.1.6_28551417bc65badf6b618d048d805f44 - '@firebase/component': 0.5.12 + '@firebase/auth-interop-types': 0.1.6_a64185e619fe35b9275fc3c76f6268db + '@firebase/component': 0.5.13 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: @@ -2610,14 +2610,14 @@ packages: - encoding dev: false - /@firebase/installations/0.5.7_@firebase+app@0.7.20: - resolution: {integrity: sha512-qt6crxYyzUc19OYmNunOilcPUrVd+g0VJ42C3+clFJXsYzHey9xfr4q+5vALTJKLXbsX3QPzqEFEpe37sGSRRQ==} + /@firebase/installations/0.5.8_@firebase+app@0.7.21: + resolution: {integrity: sha512-u/lAOVhgYFg1e38rNrVzFrWxdKzTOIromx574Hi2AccFA230hSlXFY7pRaCpgs11VDzmpt4lhhOrQOX7886cKw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 - '@firebase/util': 1.5.1 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false @@ -2627,15 +2627,15 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.11_868085a1841bc1620876e13ffdfa88b5: - resolution: {integrity: sha512-icqaH66Fdn1704WRnF3NxPuDYA7SQTJv1klDuN2/LZi029w2jd9j7Tkld2egcwDgF2IrIIgxdCTRcwFZQIG2kQ==} + /@firebase/messaging-compat/0.1.12_4806ef38eb920aae9b1aba6665b35f7f: + resolution: {integrity: sha512-Cfv4ZQaxiMx4DcpDkFX1yKHFGQtnyMA6pcLplcC3uHkSVCyNRW6pFYSoO0/Uae03ixxIYNwle1ZVaVUZ2L5ddA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 - '@firebase/messaging': 0.9.11_@firebase+app@0.7.20 - '@firebase/util': 1.5.1 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 + '@firebase/messaging': 0.9.12_@firebase+app@0.7.21 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2645,30 +2645,30 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.11_@firebase+app@0.7.20: - resolution: {integrity: sha512-AdUvAz3S6fAhGlaP0gAT83vuuLtieXzr8TKjEeREbz/cJHx3DKZuDPK1RVElQos0ACc5kFtSJrKlEa8N2rdYjQ==} + /@firebase/messaging/0.9.12_@firebase+app@0.7.21: + resolution: {integrity: sha512-qfLW7SZRZVKscI1GSyWc3WPtjAUDUk3gcEfPkdz9fzzQwj98V8xF++g4wL+9cuEuRzYf8ki2kCN/aqKRYUrxag==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 - '@firebase/installations': 0.5.7_@firebase+app@0.7.20 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 + '@firebase/installations': 0.5.8_@firebase+app@0.7.21 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.7_868085a1841bc1620876e13ffdfa88b5: - resolution: {integrity: sha512-U0kxTs5mhzLM4tEkLCnlThgdJUh43dZQsk3Q9/fhuI4FrI8I2uUhx6BMVnyeiT7O9G4lEmhV3ag3QSmzdw4hzQ==} + /@firebase/performance-compat/0.1.8_4806ef38eb920aae9b1aba6665b35f7f: + resolution: {integrity: sha512-lMLKFcOB99+tb6dVHJlJ8s19JFjxqpAqPGXCG8evTODPUW3BluBbfG4YS7JRESVA7wc/6kkuQIOx9q7l+bBZtQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.7_@firebase+app@0.7.20 + '@firebase/performance': 0.5.8_@firebase+app@0.7.21 '@firebase/performance-types': 0.1.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2678,16 +2678,16 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.7_@firebase+app@0.7.20: - resolution: {integrity: sha512-V8dIYqCr+STiwY09JRPlRo1X59nwpT+s5gy34pdF4DNe/9Ck2XN0WkzDRb1oYwRtMl1cvWwLktbjtFICp4VYfA==} + /@firebase/performance/0.5.8_@firebase+app@0.7.21: + resolution: {integrity: sha512-IN5MWdGRn0jglSdv1UHEDMklm1SOfF1IZ1pGNxVyO5CpF3a08I54I60fuwEfMUcsU6OAfzMl3zI+bnW5IgKdPg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 - '@firebase/installations': 0.5.7_@firebase+app@0.7.20 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 + '@firebase/installations': 0.5.8_@firebase+app@0.7.21 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false @@ -2699,17 +2699,17 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.7_868085a1841bc1620876e13ffdfa88b5: - resolution: {integrity: sha512-i3qfpqNL1iYRP8JSxorV9vQuReTst/xJ6voEodIiTR/JbTM0pXlQ4E+zlS5Nw+6GzsZUW21cmXwk1Yzz5a0AFQ==} + /@firebase/remote-config-compat/0.1.8_4806ef38eb920aae9b1aba6665b35f7f: + resolution: {integrity: sha512-lU9t7PMVpgE6q1vG8AuFenFhfUnx0H+eeiIQTi4dtuLDMx9BsI14c9VuiVjRIi7xC2DCDRNQCRL1kRD8bzgJNg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.6_@firebase+app@0.7.20 + '@firebase/remote-config': 0.3.7_@firebase+app@0.7.21 '@firebase/remote-config-types': 0.2.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2719,29 +2719,29 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.6_@firebase+app@0.7.20: - resolution: {integrity: sha512-eec1gbwFWslZZKdwC/tAC1cM1cUQSr+beS/uNkevrrC0cOjAJ1xqFPayvd0e2kbjAO2+pbp1Oe0yreORe28Cvg==} + /@firebase/remote-config/0.3.7_@firebase+app@0.7.21: + resolution: {integrity: sha512-gQaGzQCBOkS35b/aXC5Y9/zsPenqs6+axnChYYyfU7CqMG5FGfNbVi2rezYwB4G3+fH4rGO1s6xqcI535Fvy/A==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 - '@firebase/installations': 0.5.7_@firebase+app@0.7.20 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 + '@firebase/installations': 0.5.8_@firebase+app@0.7.21 '@firebase/logger': 0.3.2 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.12_dfadae57191c8ff11d89085862f0c8e3: - resolution: {integrity: sha512-Qa21YWM5AZvRSH8/lmT4r//xdlEP01azt0GHgcX+MkKLi18qpPjgXpxCstVALH4XCKBP0RMaNiIToWIRTdRSxw==} + /@firebase/storage-compat/0.1.13_e38422e44459f38f69dbbd03a46a6a15: + resolution: {integrity: sha512-MdubKh+xe3Xpi34WaXBKtim8H2aauO5sqqmATTc2WgSmSAqTmNSjQfNqIdf139Mp9ZCnpZAxiwiwzQtfckLYWg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.21 - '@firebase/component': 0.5.12 - '@firebase/storage': 0.9.4_@firebase+app@0.7.20 - '@firebase/storage-types': 0.6.0_28551417bc65badf6b618d048d805f44 - '@firebase/util': 1.5.1 + '@firebase/app-compat': 0.1.22 + '@firebase/component': 0.5.13 + '@firebase/storage': 0.9.5_@firebase+app@0.7.21 + '@firebase/storage-types': 0.6.0_a64185e619fe35b9275fc3c76f6268db + '@firebase/util': 1.5.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2749,32 +2749,32 @@ packages: - encoding dev: false - /@firebase/storage-types/0.6.0_28551417bc65badf6b618d048d805f44: + /@firebase/storage-types/0.6.0_a64185e619fe35b9275fc3c76f6268db: resolution: {integrity: sha512-1LpWhcCb1ftpkP/akhzjzeFxgVefs6eMD2QeKiJJUGH1qOiows2w5o0sKCUSQrvrRQS1lz3SFGvNR1Ck/gqxeA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.5.1 + '@firebase/util': 1.5.2 dev: false - /@firebase/storage/0.9.4_@firebase+app@0.7.20: - resolution: {integrity: sha512-oDqIIxoGMuchwTDHugDE/ul0h+hFVh7eAmvIWHrchaj0R2BTivb+H5qgszWjlCs2pjHS6waGsnSGJgpBTW4AeA==} + /@firebase/storage/0.9.5_@firebase+app@0.7.21: + resolution: {integrity: sha512-+nCDNIT2pNovlHnLOQPofn8jdOyJ4akUWPGn4ydAoFrfVt1/lINx5Qe+jS3/tKLROfYabqBYxfFUjHQKZBYwvg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.20 - '@firebase/component': 0.5.12 - '@firebase/util': 1.5.1 + '@firebase/app': 0.7.21 + '@firebase/component': 0.5.13 + '@firebase/util': 1.5.2 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: - encoding dev: false - /@firebase/util/1.5.1: - resolution: {integrity: sha512-ojwPg8sKVcoU/kC1QdTrD+eUDyjQkZyiH9tlouXeZdAeDddCYNvHgIeBQhZt62WIcjlNhy1zro/xdV5nUUU38A==} + /@firebase/util/1.5.2: + resolution: {integrity: sha512-YvBH2UxFcdWG2HdFnhxZptPl2eVFlpOyTH66iDo13JPEYraWzWToZ5AMTtkyRHVmu7sssUpQlU9igy1KET7TOw==} dependencies: tslib: 2.3.1 dev: false @@ -2797,7 +2797,7 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/cli/2.6.2_50dbbce7419ab720b01d03d0e2a001aa: + /@graphql-codegen/cli/2.6.2_ac4ec5720f2d0ad4b770153d197a0e78: resolution: {integrity: sha512-UO75msoVgvLEvfjCezM09cQQqp32+mR8Ma1ACsBpr7nroFvHbgcu2ulx1cMovg4sxDBCsvd9Eq/xOOMpARUxtw==} hasBin: true peerDependencies: @@ -2812,8 +2812,8 @@ packages: '@graphql-tools/graphql-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/load': 7.5.1_graphql@15.7.2 - '@graphql-tools/prisma-loader': 7.1.1_ecd77fc38bdf37a66d139aef3f5dc8c0 - '@graphql-tools/url-loader': 7.7.1_ecd77fc38bdf37a66d139aef3f5dc8c0 + '@graphql-tools/prisma-loader': 7.1.1_e66b2893df708e5e2662df4974b38286 + '@graphql-tools/url-loader': 7.7.1_e66b2893df708e5e2662df4974b38286 '@graphql-tools/utils': 8.6.1_graphql@15.7.2 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -2827,7 +2827,7 @@ packages: glob: 7.2.0 globby: 11.1.0 graphql: 15.7.2 - graphql-config: 4.1.0_50dbbce7419ab720b01d03d0e2a001aa + graphql-config: 4.1.0_ac4ec5720f2d0ad4b770153d197a0e78 inquirer: 8.2.0 is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 @@ -3208,12 +3208,12 @@ packages: tslib: 2.3.1 dev: true - /@graphql-tools/prisma-loader/7.1.1_ecd77fc38bdf37a66d139aef3f5dc8c0: + /@graphql-tools/prisma-loader/7.1.1_e66b2893df708e5e2662df4974b38286: resolution: {integrity: sha512-9hVpG3BNsXAYMLPlZhSHubk6qBmiHLo/UlU0ldL100sMpqI46iBaHNhTNXZCSdd81hT+4HNqaDXNFqyKJ22OGQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/url-loader': 7.7.1_ecd77fc38bdf37a66d139aef3f5dc8c0 + '@graphql-tools/url-loader': 7.7.1_e66b2893df708e5e2662df4974b38286 '@graphql-tools/utils': 8.6.1_graphql@15.7.2 '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.33 @@ -3267,7 +3267,7 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 - /@graphql-tools/url-loader/7.7.0_ecd77fc38bdf37a66d139aef3f5dc8c0: + /@graphql-tools/url-loader/7.7.0_e66b2893df708e5e2662df4974b38286: resolution: {integrity: sha512-mBBb+aJqI4E0MVEzyfi76Pi/G6lGxGTVt/tP1YtKJly7UnonNoWOtDusdL3zIVAGhGgLsNrLbGhLDbwSd6TV6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3285,7 +3285,7 @@ packages: graphql-sse: 1.0.6_graphql@15.7.2 graphql-ws: 5.5.5_graphql@15.7.2 isomorphic-ws: 4.0.1_ws@8.5.0 - meros: 1.1.4_@types+node@17.0.23 + meros: 1.1.4_@types+node@17.0.24 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3298,7 +3298,7 @@ packages: - encoding - utf-8-validate - /@graphql-tools/url-loader/7.7.1_ecd77fc38bdf37a66d139aef3f5dc8c0: + /@graphql-tools/url-loader/7.7.1_e66b2893df708e5e2662df4974b38286: resolution: {integrity: sha512-K/5amdeHtKYI976HVd/AXdSNvLL7vx5QVjMlwN0OHeYyxSgC+UOH+KkS7cshYgL13SekGu0Mxbg9ABfgQ34ECA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3316,7 +3316,7 @@ packages: graphql-sse: 1.0.6_graphql@15.7.2 graphql-ws: 5.5.5_graphql@15.7.2 isomorphic-ws: 4.0.1_ws@8.5.0 - meros: 1.1.4_@types+node@17.0.23 + meros: 1.1.4_@types+node@17.0.24 subscriptions-transport-ws: 0.11.0_graphql@15.7.2 sync-fetch: 0.3.1 tslib: 2.3.1 @@ -3388,12 +3388,12 @@ packages: dependencies: graphql: 15.7.2 - /@grpc/grpc-js/1.6.1: - resolution: {integrity: sha512-ix3rQS64rKL1s6CfIaRgnts+RNYZZ2NaYyTK7iimai6an/0GGDbukzy990hJ5vtKHjhaqJxJMB6Qq7BMZ0zZSQ==} + /@grpc/grpc-js/1.6.5: + resolution: {integrity: sha512-h0KSwgLiF5rmSAU6qnzK1aoD1MNqOw9HJK96N8VW3dR5FHMpq+0JNdLQFP//NcaIWVB7I7vkHl4JmU9hUw82Aw==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.6.9 - '@types/node': 17.0.23 + '@types/node': 17.0.24 dev: false /@grpc/proto-loader/0.6.9: @@ -3468,7 +3468,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -3489,7 +3489,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -3526,7 +3526,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 jest-mock: 27.5.1 dev: true @@ -3536,7 +3536,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 17.0.23 + '@types/node': 17.0.24 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -3565,7 +3565,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -3649,7 +3649,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3709,8 +3709,8 @@ packages: '@lezer/lr': 0.15.8 dev: false - /@mdn/browser-compat-data/4.1.15: - resolution: {integrity: sha512-OZx2PxHtJDc9NOHGR3T0ZtX1WYl5qH/xmiH3sKSmcd3o+vPMG1kVUYbZrMxH3fVKpkkkrQpwETCIDRXcMXAWTw==} + /@mdn/browser-compat-data/4.1.16: + resolution: {integrity: sha512-bqXpkAfQgSD1jUNnn+kKtaHDDMPFz2kij4C71euV4fBv+YCmzkB8TKIoSuUHEdjkE0s55WoQ2OZk/ullmbiUOA==} dev: true /@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2: @@ -3909,11 +3909,11 @@ packages: ufo: 0.7.11 dev: false - /@nuxt/kit-edge/3.0.0-27498764.32c798c: - resolution: {integrity: sha512-2Ikg0/XCpJR6AlX3y+rFJhLoVmmVPSrHKtrH0SFf/U3wrC36PNKB21804fhPFAXqTwfBgTtOiRa7fHYgYr2Pjw==} + /@nuxt/kit-edge/3.0.0-27501460.04a72f8: + resolution: {integrity: sha512-B7jujSfjPVnnkqGtkiZfCeGJsnDBn5yIjkz+Rw1fuT0ZzUVI4u+yYlYuRXp9chv+QodPt4dOQgljMlc0YuzHEw==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: - '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27498764.32c798c + '@nuxt/schema': /@nuxt/schema-edge/3.0.0-27501460.04a72f8 c12: 0.2.5 consola: 2.15.3 defu: 6.0.0 @@ -3923,7 +3923,7 @@ packages: jiti: 1.13.0 knitwork: 0.1.1 lodash.template: 4.5.0 - mlly: 0.5.1 + mlly: 0.5.2 pathe: 0.2.0 pkg-types: 0.3.2 scule: 0.2.1 @@ -3961,8 +3961,8 @@ packages: - encoding dev: false - /@nuxt/schema-edge/3.0.0-27498764.32c798c: - resolution: {integrity: sha512-oJ6pARR1IIhVLIAZK5VIB5IMXF2IEbbDtlWRwHNYJc3nyPbFY/yIfgBYo5E6+XNk45VLt+Yme66H4oGLEl706g==} + /@nuxt/schema-edge/3.0.0-27501460.04a72f8: + resolution: {integrity: sha512-9jK5mLo2KRh4K8NSz6/bptSav63kAI57B9mZsB1qug4O4dSHTJDeP5T6eHzM9K5gKUsUDlmvniW+RSvbY2dsDg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0} dependencies: c12: 0.2.5 @@ -3972,7 +3972,7 @@ packages: pathe: 0.2.0 postcss-import-resolver: 2.0.0 scule: 0.2.1 - std-env: 3.0.1 + std-env: 3.1.1 ufo: 0.8.3 unimport: 0.1.5 transitivePeerDependencies: @@ -4201,7 +4201,7 @@ packages: lodash.template: 4.5.0 dev: true - /@nuxtjs/composition-api/0.32.0_f76cbbf5da9c2936d5fdbb58483aa887: + /@nuxtjs/composition-api/0.32.0_fe703d04f3c8e62a38e622e54ccb997f: resolution: {integrity: sha512-/LYf0N5x5j8i2/Uldfw+n4o3SVXyCIYQyOwSL+2JTllyyEkO3zHJc8YAbJhp22kHh6gPEhmgBA/whDUbERY7mg==} engines: {node: ^12.20.0 || >=14.13.0} peerDependencies: @@ -4216,7 +4216,7 @@ packages: magic-string: 0.25.7 nuxt: 2.15.8_typescript@4.6.3 ufo: 0.7.10 - unplugin-vue2-script-setup: 0.9.3_084b6226078c1c34ec4d8a8c1a23d732 + unplugin-vue2-script-setup: 0.9.3_03e6644f7f58da72872857a67d328278 upath: 2.0.1 transitivePeerDependencies: - '@vue/runtime-dom' @@ -4380,15 +4380,15 @@ packages: sitemap: 4.1.1 dev: false - /@nuxtjs/stylelint-module/4.1.0_stylelint@14.6.1: + /@nuxtjs/stylelint-module/4.1.0_stylelint@14.7.1: resolution: {integrity: sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==} peerDependencies: stylelint: ^13.0.0 || ^14.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: consola: 2.15.3 - stylelint: 14.6.1 - stylelint-webpack-plugin: 2.3.1_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-webpack-plugin: 2.3.1_stylelint@14.7.1 dev: true /@nuxtjs/svg/0.4.0: @@ -4464,15 +4464,15 @@ packages: resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} dev: false - /@relmify/jest-fp-ts/2.0.1_fp-ts@2.11.9+io-ts@2.2.16: + /@relmify/jest-fp-ts/2.0.1_fp-ts@2.11.10+io-ts@2.2.16: resolution: {integrity: sha512-zY7Hn217XYopkMILvzW0Sn4WuQToPVtZDaaQi0SzMTgyebpVBq7sD8TTFptCpknQ7I8HoAkRWcIkCM0LX+LSYw==} peerDependencies: fp-ts: 2.x io-ts: 2.x dependencies: expect: 27.5.1 - fp-ts: 2.11.9 - io-ts: 2.2.16_fp-ts@2.11.9 + fp-ts: 2.11.10 + io-ts: 2.2.16_fp-ts@2.11.10 jest-get-type: 27.5.1 jest-matcher-utils: 27.5.1 dev: true @@ -4485,8 +4485,8 @@ packages: picomatch: 2.3.1 dev: false - /@rollup/pluginutils/4.2.0: - resolution: {integrity: sha512-2WUyJNRkyH5p487pGnn4tWAsxhEFKN/pT8CMgHshd5H+IXkOnKvKZwsz5ZWz+YCXkleZRAU5kwbfgF8CPfDRqA==} + /@rollup/pluginutils/4.2.1: + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} dependencies: estree-walker: 2.0.2 @@ -5078,7 +5078,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.23 + '@types/node': 17.0.24 dev: true /@types/har-format/1.2.8: @@ -5204,15 +5204,15 @@ packages: resolution: {integrity: sha512-+5haRZ9uzI7rYqzDznXgkuacqb6LJhAti8mzZKWxIXn/WEtvB+GHVJ7AuMwcN1HMvXOSJcrvA6PPoYHYOYYebA==} dev: false - /@types/node/16.11.26: - resolution: {integrity: sha512-GZ7bu5A6+4DtG7q9GsoHXy3ALcgeIHP4NnL0Vv2wu0uUB/yQex26v0tf6/na1mm0+bS9Uw+0DFex7aaKr2qawQ==} + /@types/node/16.11.27: + resolution: {integrity: sha512-C1pD3kgLoZ56Uuy5lhfOxie4aZlA3UMGLX9rXteq4WitEZH6Rl80mwactt9QG0w0gLFlN/kLBTFnGXtDVWvWQw==} dev: true /@types/node/17.0.18: resolution: {integrity: sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==} - /@types/node/17.0.23: - resolution: {integrity: sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==} + /@types/node/17.0.24: + resolution: {integrity: sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==} /@types/node/17.0.6: resolution: {integrity: sha512-+XBAjfZmmivILUzO0HwBJoYkAyyySSLg5KCGBDFLomJo0sV6szvVLAf4ANZZ0pfWzgEds5KmGLG9D5hfEqOhaA==} @@ -5473,8 +5473,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.18.0_0dd9be2ba5ed9805045f3fec8be848f5: - resolution: {integrity: sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==} + /@typescript-eslint/eslint-plugin/5.19.0_f34adc8488d2e4f014fe61432d70cbf2: + resolution: {integrity: sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5484,16 +5484,16 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.18.0_eslint@8.13.0+typescript@4.6.3 - '@typescript-eslint/scope-manager': 5.18.0 - '@typescript-eslint/type-utils': 5.18.0_eslint@8.13.0+typescript@4.6.3 - '@typescript-eslint/utils': 5.18.0_eslint@8.13.0+typescript@4.6.3 + '@typescript-eslint/parser': 5.19.0_eslint@8.13.0+typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.19.0 + '@typescript-eslint/type-utils': 5.19.0_eslint@8.13.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.19.0_eslint@8.13.0+typescript@4.6.3 debug: 4.3.4 eslint: 8.13.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 - semver: 7.3.5 + semver: 7.3.7 tsutils: 3.21.0_typescript@4.6.3 typescript: 4.6.3 transitivePeerDependencies: @@ -5520,8 +5520,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.18.0_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-+08nYfurBzSSPndngnHvFw/fniWYJ5ymOrn/63oMIbgomVQOvIDhBoJmYZ9lwQOCnQV9xHGvf88ze3jFGUYooQ==} + /@typescript-eslint/parser/5.19.0_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5530,9 +5530,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.18.0 - '@typescript-eslint/types': 5.18.0 - '@typescript-eslint/typescript-estree': 5.18.0_typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.19.0 + '@typescript-eslint/types': 5.19.0 + '@typescript-eslint/typescript-estree': 5.19.0_typescript@4.6.3 debug: 4.3.4 eslint: 8.13.0 typescript: 4.6.3 @@ -5548,12 +5548,12 @@ packages: '@typescript-eslint/visitor-keys': 5.14.0 dev: true - /@typescript-eslint/scope-manager/5.18.0: - resolution: {integrity: sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==} + /@typescript-eslint/scope-manager/5.19.0: + resolution: {integrity: sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.18.0 - '@typescript-eslint/visitor-keys': 5.18.0 + '@typescript-eslint/types': 5.19.0 + '@typescript-eslint/visitor-keys': 5.19.0 dev: true /@typescript-eslint/type-utils/5.14.0_eslint@8.13.0+typescript@4.6.3: @@ -5575,8 +5575,8 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils/5.18.0_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==} + /@typescript-eslint/type-utils/5.19.0_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5585,7 +5585,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.18.0_eslint@8.13.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.19.0_eslint@8.13.0+typescript@4.6.3 debug: 4.3.4 eslint: 8.13.0 tsutils: 3.21.0_typescript@4.6.3 @@ -5599,8 +5599,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.18.0: - resolution: {integrity: sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==} + /@typescript-eslint/types/5.19.0: + resolution: {integrity: sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -5625,8 +5625,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.18.0_typescript@4.6.3: - resolution: {integrity: sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==} + /@typescript-eslint/typescript-estree/5.19.0_typescript@4.6.3: + resolution: {integrity: sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5634,12 +5634,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.18.0 - '@typescript-eslint/visitor-keys': 5.18.0 + '@typescript-eslint/types': 5.19.0 + '@typescript-eslint/visitor-keys': 5.19.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.5 + semver: 7.3.7 tsutils: 3.21.0_typescript@4.6.3 typescript: 4.6.3 transitivePeerDependencies: @@ -5664,16 +5664,16 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.18.0_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==} + /@typescript-eslint/utils/5.19.0_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==} 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.11 - '@typescript-eslint/scope-manager': 5.18.0 - '@typescript-eslint/types': 5.18.0 - '@typescript-eslint/typescript-estree': 5.18.0_typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.19.0 + '@typescript-eslint/types': 5.19.0 + '@typescript-eslint/typescript-estree': 5.19.0_typescript@4.6.3 eslint: 8.13.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.13.0 @@ -5690,11 +5690,11 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.18.0: - resolution: {integrity: sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==} + /@typescript-eslint/visitor-keys/5.19.0: + resolution: {integrity: sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.18.0 + '@typescript-eslint/types': 5.19.0 eslint-visitor-keys: 3.3.0 dev: true @@ -5892,29 +5892,34 @@ packages: magic-string: 0.25.9 dev: false - /@vue/reactivity/3.2.31: - resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==} + /@vue/reactivity/3.2.33: + resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==} dependencies: - '@vue/shared': 3.2.31 + '@vue/shared': 3.2.33 dev: true - /@vue/runtime-core/3.2.31: - resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==} + /@vue/runtime-core/3.2.33: + resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==} dependencies: - '@vue/reactivity': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/reactivity': 3.2.33 + '@vue/shared': 3.2.33 dev: true - /@vue/runtime-dom/3.2.31: - resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==} + /@vue/runtime-dom/3.2.33: + resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==} dependencies: - '@vue/runtime-core': 3.2.31 - '@vue/shared': 3.2.31 - csstype: 2.6.19 + '@vue/runtime-core': 3.2.33 + '@vue/shared': 3.2.33 + csstype: 2.6.20 dev: true /@vue/shared/3.2.31: resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==} + dev: false + + /@vue/shared/3.2.33: + resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} + dev: true /@vue/test-utils/1.3.0: resolution: {integrity: sha512-Xk2Xiyj2k5dFb8eYUKkcN9PzqZSppTlx7LaQWBbdA8tqh3jHr/KHX2/YLhNFc/xwDrgeLybqd+4ZCPJSGPIqeA==} @@ -5927,8 +5932,8 @@ packages: pretty: 2.0.0 dev: true - /@vueuse/core/8.2.5_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-5prZAA1Ji2ltwNUnzreu6WIXYqHYP/9U2BiY5mD/650VYLpVcwVlYznJDFcLCmEWI3o3Vd34oS1FUf+6Mh68GQ==} + /@vueuse/core/8.2.6_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-fzlpM3B5oVe+UhCT1mXlhG1Zxdq2lq1Z2AvddSB8+RxrsSFzII7DKfsQEz8Vop7Lzc++4m8drTNbhPovYoFqHw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5939,17 +5944,17 @@ packages: optional: true dependencies: '@vue/composition-api': 1.4.9 - '@vueuse/metadata': 8.2.5 - '@vueuse/shared': 8.2.5_@vue+composition-api@1.4.9 + '@vueuse/metadata': 8.2.6 + '@vueuse/shared': 8.2.6_@vue+composition-api@1.4.9 vue-demi: 0.12.5_@vue+composition-api@1.4.9 dev: true - /@vueuse/metadata/8.2.5: - resolution: {integrity: sha512-Lk9plJjh9cIdiRdcj16dau+2LANxIdFCiTgdfzwYXbflxq0QnMBeOD2qHgKDE7fuVrtPcVWj8VSuZEx1HRfNQA==} + /@vueuse/metadata/8.2.6: + resolution: {integrity: sha512-OBKtafCt+4RcEJlYDCjp1vl65pBCL2g4TmipEtdZ8/qphKlW6nakJbkY7XRN5grPmjqU99/ahJGtyGk5NHS2hw==} dev: true - /@vueuse/shared/8.2.5_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-lNWo+7sk6JCuOj4AiYM+6HZ6fq4xAuVq1sVckMQKgfCJZpZRe4i8es+ZULO5bYTKP+VrOCtqrLR2GzEfrbr3YQ==} + /@vueuse/shared/8.2.6_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-J/W4CMfdL8TahELuSOgtfVO4eQXTjhigp7dVWIBsLUVFCeY9d49gvHUcQN3y5xYLZ6iNP57TjTQjMMT/zhklkw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -6095,8 +6100,8 @@ packages: engines: {node: '>=8.0.0'} dev: true - /@windicss/config/1.8.3: - resolution: {integrity: sha512-1fvfZhRD7WfV/Xh6uIAYKIdbQWrwEgSdkFlHiLPzMDS44KjwNZILDzLAz9Y2W5H2K4MLGgGMnzGS89ECyjc0Ww==} + /@windicss/config/1.8.4: + resolution: {integrity: sha512-i4fFGFfZoRess6WMkauykHC3PFd9xKYVx7lSuLfMK7sgo6x3+l4dY42GbsWMHyLqH1sTMfyt1LgfXSIKYJozSA==} dependencies: debug: 4.3.4 jiti: 1.13.0 @@ -6105,14 +6110,14 @@ packages: - supports-color dev: true - /@windicss/plugin-utils/1.8.3: - resolution: {integrity: sha512-emlMeDt73uNV1ZofLTDogcxqL9aZ5uIRYkjeHlrWiaDozFbX6Jc+a6eRo9Ieaar3JUryl6AnecTPHAiFDl4IXg==} + /@windicss/plugin-utils/1.8.4: + resolution: {integrity: sha512-DqJVwAfzlgd8nYSNlmhXOey32pI8UwH7QiOWdFS/AR2O/q9oLDGHDn97Its/kZdfoyhi8ylwZNP2Pk0H7cihhQ==} dependencies: '@antfu/utils': 0.5.1 - '@windicss/config': 1.8.3 + '@windicss/config': 1.8.4 debug: 4.3.4 fast-glob: 3.2.11 - magic-string: 0.25.9 + magic-string: 0.26.1 micromatch: 4.0.5 windicss: 3.5.1 transitivePeerDependencies: @@ -7042,19 +7047,19 @@ packages: pako: 1.0.11 dev: false - /browserslist-generator/1.0.65: - resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} + /browserslist-generator/1.0.66: + resolution: {integrity: sha512-aFDax4Qzh29DdyhHQBD2Yu2L5OvaDnvYFMbmpLrLwwaNK4H6dHEhC/Nxv93/+mfAA+a/t94ln0P2JZvHO6LZDA==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.1.15 + '@mdn/browser-compat-data': 4.1.16 '@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.30001327 - isbot: 3.3.4 + browserslist: 4.20.2 + caniuse-lite: 1.0.30001332 + isbot: 3.4.5 object-path: 0.11.8 - semver: 7.3.6 + semver: 7.3.7 ua-parser-js: 1.0.2 dev: true @@ -7070,18 +7075,6 @@ packages: picocolors: 1.0.0 dev: true - /browserslist/4.18.1: - resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001327 - electron-to-chromium: 1.4.106 - escalade: 3.1.1 - node-releases: 2.0.2 - picocolors: 1.0.0 - dev: true - /browserslist/4.19.1: resolution: {integrity: sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -7109,10 +7102,10 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001327 - electron-to-chromium: 1.4.106 + caniuse-lite: 1.0.30001332 + electron-to-chromium: 1.4.111 escalade: 3.1.1 - node-releases: 2.0.2 + node-releases: 2.0.3 picocolors: 1.0.0 /bs-logger/0.2.6: @@ -7178,6 +7171,16 @@ packages: dependencies: esbuild: 0.14.34 load-tsconfig: 0.2.3 + dev: true + + /bundle-require/3.0.4_esbuild@0.14.36: + 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.36 + load-tsconfig: 0.2.3 /bytes/3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} @@ -7191,7 +7194,7 @@ packages: dotenv: 16.0.0 gittar: 0.1.1 jiti: 1.13.0 - mlly: 0.5.1 + mlly: 0.5.2 pathe: 0.2.0 rc9: 1.2.2 dev: true @@ -7391,8 +7394,8 @@ packages: /caniuse-lite/1.0.30001315: resolution: {integrity: sha512-5v7LFQU4Sb/qvkz7JcZkvtSH1Ko+1x2kgo3ocdBeMGZSOFpuE1kkm0kpTwLtWeFrw5qw08ulLxJjVIXIS8MkiQ==} - /caniuse-lite/1.0.30001327: - resolution: {integrity: sha512-1/Cg4jlD9qjZzhbzkzEaAC2JHsP0WrOc8Rd/3a3LuajGzGWR/hD7TVyvq99VqmTy99eVh8Zkmdq213OgvgXx7w==} + /caniuse-lite/1.0.30001332: + resolution: {integrity: sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -7809,13 +7812,13 @@ packages: dot-prop: 5.3.0 dev: true - /compatfactory/0.0.12_typescript@4.6.3: - resolution: {integrity: sha512-DD5S1s2mIoVIpYfhCqNZPbOFlt9JDLkXc4d8fAZaeWWIsl7w3bmVS0HNlUkU2SB6iZOdXOjYZgeJZClmL1xnRg==} + /compatfactory/0.0.13_typescript@4.6.3: + resolution: {integrity: sha512-k9Sl/Qal3xQPnjAFZaRpl7jlCh0hDEhVaxyiTMfiHKC/w5TYn4Nds+7340X/v1OrAQC5xGBtaD2JpWgPhXWaAw==} engines: {node: '>=10.0.0'} peerDependencies: typescript: '>=3.x || >= 4.x' dependencies: - helpertypes: 0.0.17 + helpertypes: 0.0.18 typescript: 4.6.3 dev: true @@ -7999,8 +8002,8 @@ packages: deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.21.1: - resolution: {integrity: sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==} + /core-js/3.22.0: + resolution: {integrity: sha512-8h9jBweRjMiY+ORO7bdWSeWfHhLPO7whobj7Z2Bl0IDo00C228EdGgH7FE4jGumbEjzcFfkfW8bXgdkEDhnwHQ==} requiresBuild: true dev: false @@ -8017,16 +8020,16 @@ packages: dependencies: '@iarna/toml': 2.2.5 - /cosmiconfig-typescript-loader/1.0.9_ee885bc7281b682b6adbed6ae09ee090: + /cosmiconfig-typescript-loader/1.0.9_17a82b5ac88a5de7094eac76b4edda13: resolution: {integrity: sha512-tRuMRhxN4m1Y8hP9SNYfz7jRwt8lZdWxdjg/ohg5esKmsndJIn4yT96oJVcf5x0eA11taXl+sIp+ielu529k6g==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': 17.0.23 + '@types/node': 17.0.24 cosmiconfig: 7.0.1 - ts-node: 10.7.0_ee885bc7281b682b6adbed6ae09ee090 + ts-node: 10.7.0_17a82b5ac88a5de7094eac76b4edda13 typescript: 4.6.3 transitivePeerDependencies: - '@swc/core' @@ -8160,7 +8163,7 @@ packages: resolution: {integrity: sha512-mpjkSErNO6vioL/Cde2aF4UBysPFEMyn+1AN1t7Oc4yqvzSRWe8iBte4P8BHyjo64OmC+ZBxwjIqmpSpIWiQ7Q==} engines: {node: '>=10.0.0'} dependencies: - '@types/node': 16.11.26 + '@types/node': 16.11.27 dev: true /crypto-browserify/3.12.0: @@ -8426,8 +8429,8 @@ packages: cssom: 0.3.8 dev: true - /csstype/2.6.19: - resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==} + /csstype/2.6.20: + resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} dev: true /cuint/0.2.2: @@ -8624,11 +8627,6 @@ packages: engines: {node: '>=10'} dev: true - /define-lazy-prop/2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} - dev: true - /define-properties/1.1.3: resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} engines: {node: '>= 0.4'} @@ -8821,7 +8819,6 @@ packages: /domelementtype/2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} - dev: true /domexception/2.0.1: resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} @@ -8840,7 +8837,7 @@ packages: resolution: {integrity: sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==} engines: {node: '>= 4'} dependencies: - domelementtype: 2.2.0 + domelementtype: 2.3.0 dev: false /domhandler/4.3.0: @@ -8854,7 +8851,6 @@ packages: engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 - dev: true /domready/1.0.8: resolution: {integrity: sha1-kfJS5Ze2Wvd+dFriTdAYXV4m1Yw=} @@ -8953,8 +8949,8 @@ packages: resolution: {integrity: sha512-+vYdeBosI63VkCtNWnEVFjgNd/IZwvnsWkKyPtWAvrhA+XfByKoBJcbsMgudVU/bUcGAF9Xp3aXn96voWlc3oQ==} dev: true - /electron-to-chromium/1.4.106: - resolution: {integrity: sha512-ZYfpVLULm67K7CaaGP7DmjyeMY4naxsbTy+syVVxT6QHI1Ww8XbJjmr9fDckrhq44WzCrcC5kH3zGpdusxwwqg==} + /electron-to-chromium/1.4.111: + resolution: {integrity: sha512-/s3+fwhKf1YK4k7btOImOzCQLpUjS6MaPf0ODTNuT4eTM1Bg4itBpLkydhOzJmpmH6Z9eXFyuuK5czsmzRzwtw==} /electron-to-chromium/1.4.68: resolution: {integrity: sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==} @@ -9170,6 +9166,15 @@ packages: cpu: [x64] os: [android] requiresBuild: true + dev: true + optional: true + + /esbuild-android-64/0.14.36: + resolution: {integrity: sha512-jwpBhF1jmo0tVCYC/ORzVN+hyVcNZUWuozGcLHfod0RJCedTDTvR4nwlTXdx1gtncDqjk33itjO+27OZHbiavw==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true optional: true /esbuild-android-arm64/0.14.34: @@ -9178,6 +9183,15 @@ packages: cpu: [arm64] os: [android] requiresBuild: true + dev: true + optional: true + + /esbuild-android-arm64/0.14.36: + resolution: {integrity: sha512-/hYkyFe7x7Yapmfv4X/tBmyKnggUmdQmlvZ8ZlBnV4+PjisrEhAvC3yWpURuD9XoB8Wa1d5dGkTsF53pIvpjsg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true optional: true /esbuild-darwin-64/0.14.34: @@ -9186,6 +9200,15 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: true + optional: true + + /esbuild-darwin-64/0.14.36: + resolution: {integrity: sha512-kkl6qmV0dTpyIMKagluzYqlc1vO0ecgpviK/7jwPbRDEv5fejRTaBBEE2KxEQbTHcLhiiDbhG7d5UybZWo/1zQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true optional: true /esbuild-darwin-arm64/0.14.34: @@ -9194,6 +9217,15 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: true + optional: true + + /esbuild-darwin-arm64/0.14.36: + resolution: {integrity: sha512-q8fY4r2Sx6P0Pr3VUm//eFYKVk07C5MHcEinU1BjyFnuYz4IxR/03uBbDwluR6ILIHnZTE7AkTUWIdidRi1Jjw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true optional: true /esbuild-freebsd-64/0.14.34: @@ -9202,6 +9234,15 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true + dev: true + optional: true + + /esbuild-freebsd-64/0.14.36: + resolution: {integrity: sha512-Hn8AYuxXXRptybPqoMkga4HRFE7/XmhtlQjXFHoAIhKUPPMeJH35GYEUWGbjteai9FLFvBAjEAlwEtSGxnqWww==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true optional: true /esbuild-freebsd-arm64/0.14.34: @@ -9210,6 +9251,15 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true + dev: true + optional: true + + /esbuild-freebsd-arm64/0.14.36: + resolution: {integrity: sha512-S3C0attylLLRiCcHiJd036eDEMOY32+h8P+jJ3kTcfhJANNjP0TNBNL30TZmEdOSx/820HJFgRrqpNAvTbjnDA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true optional: true /esbuild-linux-32/0.14.34: @@ -9218,6 +9268,15 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-32/0.14.36: + resolution: {integrity: sha512-Eh9OkyTrEZn9WGO4xkI3OPPpUX7p/3QYvdG0lL4rfr73Ap2HAr6D9lP59VMF64Ex01LhHSXwIsFG/8AQjh6eNw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-64/0.14.34: @@ -9226,6 +9285,15 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-64/0.14.36: + resolution: {integrity: sha512-vFVFS5ve7PuwlfgoWNyRccGDi2QTNkQo/2k5U5ttVD0jRFaMlc8UQee708fOZA6zTCDy5RWsT5MJw3sl2X6KDg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-arm/0.14.34: @@ -9234,6 +9302,15 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-arm/0.14.36: + resolution: {integrity: sha512-NhgU4n+NCsYgt7Hy61PCquEz5aevI6VjQvxwBxtxrooXsxt5b2xtOUXYZe04JxqQo+XZk3d1gcr7pbV9MAQ/Lg==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-arm64/0.14.34: @@ -9242,6 +9319,15 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-arm64/0.14.36: + resolution: {integrity: sha512-24Vq1M7FdpSmaTYuu1w0Hdhiqkbto1I5Pjyi+4Cdw5fJKGlwQuw+hWynTcRI/cOZxBcBpP21gND7W27gHAiftw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-mips64le/0.14.34: @@ -9250,6 +9336,15 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-mips64le/0.14.36: + resolution: {integrity: sha512-hZUeTXvppJN+5rEz2EjsOFM9F1bZt7/d2FUM1lmQo//rXh1RTFYzhC0txn7WV0/jCC7SvrGRaRz0NMsRPf8SIA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-ppc64le/0.14.34: @@ -9258,6 +9353,15 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-ppc64le/0.14.36: + resolution: {integrity: sha512-1Bg3QgzZjO+QtPhP9VeIBhAduHEc2kzU43MzBnMwpLSZ890azr4/A9Dganun8nsqD/1TBcqhId0z4mFDO8FAvg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-riscv64/0.14.34: @@ -9266,6 +9370,15 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-riscv64/0.14.36: + resolution: {integrity: sha512-dOE5pt3cOdqEhaufDRzNCHf5BSwxgygVak9UR7PH7KPVHwSTDAZHDoEjblxLqjJYpc5XaU9+gKJ9F8mp9r5I4A==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true optional: true /esbuild-linux-s390x/0.14.34: @@ -9274,6 +9387,15 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true + dev: true + optional: true + + /esbuild-linux-s390x/0.14.36: + resolution: {integrity: sha512-g4FMdh//BBGTfVHjF6MO7Cz8gqRoDPzXWxRvWkJoGroKA18G9m0wddvPbEqcQf5Tbt2vSc1CIgag7cXwTmoTXg==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true optional: true /esbuild-netbsd-64/0.14.34: @@ -9282,6 +9404,15 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true + dev: true + optional: true + + /esbuild-netbsd-64/0.14.36: + resolution: {integrity: sha512-UB2bVImxkWk4vjnP62ehFNZ73lQY1xcnL5ZNYF3x0AG+j8HgdkNF05v67YJdCIuUJpBuTyCK8LORCYo9onSW+A==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true optional: true /esbuild-openbsd-64/0.14.34: @@ -9290,6 +9421,15 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true + dev: true + optional: true + + /esbuild-openbsd-64/0.14.36: + resolution: {integrity: sha512-NvGB2Chf8GxuleXRGk8e9zD3aSdRO5kLt9coTQbCg7WMGXeX471sBgh4kSg8pjx0yTXRt0MlrUDnjVYnetyivg==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true optional: true /esbuild-sunos-64/0.14.34: @@ -9298,6 +9438,15 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true + dev: true + optional: true + + /esbuild-sunos-64/0.14.36: + resolution: {integrity: sha512-VkUZS5ftTSjhRjuRLp+v78auMO3PZBXu6xl4ajomGenEm2/rGuWlhFSjB7YbBNErOchj51Jb2OK8lKAo8qdmsQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true optional: true /esbuild-windows-32/0.14.34: @@ -9306,6 +9455,15 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: true + optional: true + + /esbuild-windows-32/0.14.36: + resolution: {integrity: sha512-bIar+A6hdytJjZrDxfMBUSEHHLfx3ynoEZXx/39nxy86pX/w249WZm8Bm0dtOAByAf4Z6qV0LsnTIJHiIqbw0w==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true optional: true /esbuild-windows-64/0.14.34: @@ -9314,6 +9472,15 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: true + optional: true + + /esbuild-windows-64/0.14.36: + resolution: {integrity: sha512-+p4MuRZekVChAeueT1Y9LGkxrT5x7YYJxYE8ZOTcEfeUUN43vktSn6hUNsvxzzATrSgq5QqRdllkVBxWZg7KqQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true optional: true /esbuild-windows-arm64/0.14.34: @@ -9322,6 +9489,15 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: true + optional: true + + /esbuild-windows-arm64/0.14.36: + resolution: {integrity: sha512-fBB4WlDqV1m18EF/aheGYQkQZHfPHiHJSBYzXIo8yKehek+0BtBwo/4PNwKGJ5T0YK0oc8pBKjgwPbzSrPLb+Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true optional: true /esbuild/0.12.29: @@ -9356,6 +9532,34 @@ packages: esbuild-windows-32: 0.14.34 esbuild-windows-64: 0.14.34 esbuild-windows-arm64: 0.14.34 + dev: true + + /esbuild/0.14.36: + resolution: {integrity: sha512-HhFHPiRXGYOCRlrhpiVDYKcFJRdO0sBElZ668M4lh2ER0YgnkLxECuFe7uWCf23FrcLc59Pqr7dHkTqmRPDHmw==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + esbuild-android-64: 0.14.36 + esbuild-android-arm64: 0.14.36 + esbuild-darwin-64: 0.14.36 + esbuild-darwin-arm64: 0.14.36 + esbuild-freebsd-64: 0.14.36 + esbuild-freebsd-arm64: 0.14.36 + esbuild-linux-32: 0.14.36 + esbuild-linux-64: 0.14.36 + esbuild-linux-arm: 0.14.36 + esbuild-linux-arm64: 0.14.36 + esbuild-linux-mips64le: 0.14.36 + esbuild-linux-ppc64le: 0.14.36 + esbuild-linux-riscv64: 0.14.36 + esbuild-linux-s390x: 0.14.36 + esbuild-netbsd-64: 0.14.36 + esbuild-openbsd-64: 0.14.36 + esbuild-sunos-64: 0.14.36 + esbuild-windows-32: 0.14.36 + esbuild-windows-64: 0.14.36 + esbuild-windows-arm64: 0.14.36 /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -10139,35 +10343,35 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.6.10: - resolution: {integrity: sha512-pnWXhH2J/O5To/TXEp7Dx1nSKkDRspl1bo4f4p6f2noVrn3lvz+cbQNM7DTT0xyA0RsNM/V7aSv3ZbAQj8Od3Q==} + /firebase/9.6.11: + resolution: {integrity: sha512-Zdmag/wGNkA4IAek+2yQoWrF2vyqIowu+2eOcSaE6jE2hDZYA3nHNutsQ+jquSxE3SeJk3Dh1OEsffqgunBy/w==} dependencies: - '@firebase/analytics': 0.7.7_@firebase+app@0.7.20 - '@firebase/analytics-compat': 0.1.8_868085a1841bc1620876e13ffdfa88b5 - '@firebase/app': 0.7.20 - '@firebase/app-check': 0.5.5_@firebase+app@0.7.20 - '@firebase/app-check-compat': 0.2.5_868085a1841bc1620876e13ffdfa88b5 - '@firebase/app-compat': 0.1.21 + '@firebase/analytics': 0.7.8_@firebase+app@0.7.21 + '@firebase/analytics-compat': 0.1.9_4806ef38eb920aae9b1aba6665b35f7f + '@firebase/app': 0.7.21 + '@firebase/app-check': 0.5.6_@firebase+app@0.7.21 + '@firebase/app-check-compat': 0.2.6_4806ef38eb920aae9b1aba6665b35f7f + '@firebase/app-compat': 0.1.22 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.11_@firebase+app@0.7.20 - '@firebase/auth-compat': 0.2.11_dfadae57191c8ff11d89085862f0c8e3 - '@firebase/database': 0.12.7_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.7_b2c59dabb74e592c496f4266c968bb15 - '@firebase/firestore': 3.4.7_@firebase+app@0.7.20 - '@firebase/firestore-compat': 0.1.16_dfadae57191c8ff11d89085862f0c8e3 - '@firebase/functions': 0.7.10_d8b1d8a8908d69140f74bf409d5ccca7 - '@firebase/functions-compat': 0.1.11_dfadae57191c8ff11d89085862f0c8e3 - '@firebase/installations': 0.5.7_@firebase+app@0.7.20 - '@firebase/messaging': 0.9.11_@firebase+app@0.7.20 - '@firebase/messaging-compat': 0.1.11_868085a1841bc1620876e13ffdfa88b5 - '@firebase/performance': 0.5.7_@firebase+app@0.7.20 - '@firebase/performance-compat': 0.1.7_868085a1841bc1620876e13ffdfa88b5 + '@firebase/auth': 0.19.12_@firebase+app@0.7.21 + '@firebase/auth-compat': 0.2.12_e38422e44459f38f69dbbd03a46a6a15 + '@firebase/database': 0.12.8_@firebase+app-types@0.7.0 + '@firebase/database-compat': 0.1.8_5395f954a08b86dffb8e74f386d79234 + '@firebase/firestore': 3.4.8_@firebase+app@0.7.21 + '@firebase/firestore-compat': 0.1.17_e38422e44459f38f69dbbd03a46a6a15 + '@firebase/functions': 0.7.11_0dd03ea9f716b9c2b35974db8236dad2 + '@firebase/functions-compat': 0.1.12_e38422e44459f38f69dbbd03a46a6a15 + '@firebase/installations': 0.5.8_@firebase+app@0.7.21 + '@firebase/messaging': 0.9.12_@firebase+app@0.7.21 + '@firebase/messaging-compat': 0.1.12_4806ef38eb920aae9b1aba6665b35f7f + '@firebase/performance': 0.5.8_@firebase+app@0.7.21 + '@firebase/performance-compat': 0.1.8_4806ef38eb920aae9b1aba6665b35f7f '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.6_@firebase+app@0.7.20 - '@firebase/remote-config-compat': 0.1.7_868085a1841bc1620876e13ffdfa88b5 - '@firebase/storage': 0.9.4_@firebase+app@0.7.20 - '@firebase/storage-compat': 0.1.12_dfadae57191c8ff11d89085862f0c8e3 - '@firebase/util': 1.5.1 + '@firebase/remote-config': 0.3.7_@firebase+app@0.7.21 + '@firebase/remote-config-compat': 0.1.8_4806ef38eb920aae9b1aba6665b35f7f + '@firebase/storage': 0.9.5_@firebase+app@0.7.21 + '@firebase/storage-compat': 0.1.13_e38422e44459f38f69dbbd03a46a6a15 + '@firebase/util': 1.5.2 transitivePeerDependencies: - bufferutil - encoding @@ -10282,8 +10486,13 @@ packages: web-streams-polyfill: 4.0.0-beta.1 dev: true + /fp-ts/2.11.10: + resolution: {integrity: sha512-wtUo3eA0/+GZnT+dCjkSt5CuGCH5ZXjjrcZvYm/3BC5KGavuwgvME+eRRHYtCGYWD6I+fJ2uZ9en/JVqDEPrJw==} + dev: false + /fp-ts/2.11.9: resolution: {integrity: sha512-GhYlNKkCOfdjp71ocdtyaQGoqCswEoWDJLRr+2jClnBBq2dnSOtd6QxmJdALq8UhfqCyZZ0f0lxadU4OhwY9nw==} + dev: true /fragment-cache/0.2.1: resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=} @@ -10306,8 +10515,8 @@ packages: readable-stream: 2.3.7 dev: false - /fs-extra/10.0.1: - resolution: {integrity: sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==} + /fs-extra/10.1.0: + resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} dependencies: graceful-fs: 4.2.10 @@ -10454,8 +10663,8 @@ packages: fs-memo: 1.2.0 dev: false - /get-port-please/2.4.3: - resolution: {integrity: sha512-l5zVrG3mzz+I7MfbPwyJJ4xZKIdQfARpOtsBjUDUZ0iXlF0IXc1wMBg3Jb7G1te7tRzjOxu+MRLpvgxxTdCkwg==} + /get-port-please/2.5.0: + resolution: {integrity: sha512-NblPebBznYARC1R2r1qmusbJAAgBr954gWhEZgwTerzR8r3ud6U5PI1SG4Lue43r87aikPPjObs85VieIDK99A==} dependencies: fs-memo: 1.2.0 dev: true @@ -10704,7 +10913,7 @@ packages: /graceful-fs/4.2.9: resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} - /graphql-config/4.1.0_50dbbce7419ab720b01d03d0e2a001aa: + /graphql-config/4.1.0_ac4ec5720f2d0ad4b770153d197a0e78: resolution: {integrity: sha512-Myqay6pmdcmX3KqoH+bMbeKZ1cTODpHS2CxF1ZzNnfTE+YUpGTcp01bOw6LpzamRb0T/WTYtGFbZeXGo9Hab2Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -10715,7 +10924,7 @@ packages: '@graphql-tools/json-file-loader': 7.3.3_graphql@15.7.2 '@graphql-tools/load': 7.5.0_graphql@15.7.2 '@graphql-tools/merge': 8.2.1_graphql@15.7.2 - '@graphql-tools/url-loader': 7.7.0_ecd77fc38bdf37a66d139aef3f5dc8c0 + '@graphql-tools/url-loader': 7.7.0_e66b2893df708e5e2662df4974b38286 '@graphql-tools/utils': 8.5.5_graphql@15.7.2 cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 @@ -10738,13 +10947,13 @@ packages: graphql: 15.7.2 dev: true - /graphql-language-service-interface/2.9.1_50dbbce7419ab720b01d03d0e2a001aa: + /graphql-language-service-interface/2.9.1_ac4ec5720f2d0ad4b770153d197a0e78: 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_50dbbce7419ab720b01d03d0e2a001aa + graphql-language-service-parser: 1.10.4_ac4ec5720f2d0ad4b770153d197a0e78 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 @@ -10756,13 +10965,13 @@ packages: - utf-8-validate dev: false - /graphql-language-service-parser/1.10.4_50dbbce7419ab720b01d03d0e2a001aa: + /graphql-language-service-parser/1.10.4_ac4ec5720f2d0ad4b770153d197a0e78: 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_50dbbce7419ab720b01d03d0e2a001aa + graphql-language-service-types: 1.8.7_ac4ec5720f2d0ad4b770153d197a0e78 transitivePeerDependencies: - '@types/node' - bufferutil @@ -10779,13 +10988,13 @@ packages: graphql: 15.7.2 dev: false - /graphql-language-service-types/1.8.7_50dbbce7419ab720b01d03d0e2a001aa: + /graphql-language-service-types/1.8.7_ac4ec5720f2d0ad4b770153d197a0e78: 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_50dbbce7419ab720b01d03d0e2a001aa + graphql-config: 4.1.0_ac4ec5720f2d0ad4b770153d197a0e78 vscode-languageserver-types: 3.16.0 transitivePeerDependencies: - '@types/node' @@ -10860,13 +11069,13 @@ packages: duplexer: 0.1.2 dev: false - /h3/0.7.2: - resolution: {integrity: sha512-fupR1TmeWgT/90agQTJeMXBm0QdRwFcCY8iWzUkia6Km7eP2xlGAnx3XNJ3sTBp8++TfI0u8Lpj4GSL2hdUbtg==} + /h3/0.7.4: + resolution: {integrity: sha512-hB/O4f0rPZ9356YBNu5LfQuk/cw78Fuh6vCGt3skysnvjLrprNLYWWrR6gLyB6JaY1NPvbHEWEBslWqT435lGw==} dependencies: cookie-es: 0.5.0 destr: 1.1.1 radix3: 0.1.1 - ufo: 0.7.11 + ufo: 0.8.3 dev: true /hable/3.0.0: @@ -11034,8 +11243,8 @@ packages: capital-case: 1.0.4 tslib: 2.3.1 - /helpertypes/0.0.17: - resolution: {integrity: sha512-muWKRSBsqN3MzqLdh82QfV7vWWwAYvHh3On87z898X+xZ5H2tPRQ5Y6hHA3BXSE+TueztA07iw5bInjwAT3x8A==} + /helpertypes/0.0.18: + resolution: {integrity: sha512-XRhfbSEmR+poXUC5/8AbmYNJb2riOT6qPzjGJZr0S9YedHiaY+/tzPYzWMUclYMEdCYo/1l8PDYrQFCj02v97w==} engines: {node: '>=10.0.0'} dev: true @@ -11118,8 +11327,8 @@ packages: engines: {node: '>=4'} dev: false - /html-tags/3.1.0: - resolution: {integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==} + /html-tags/3.2.0: + resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==} engines: {node: '>=8'} dev: true @@ -11155,7 +11364,7 @@ packages: /htmlparser2/5.0.1: resolution: {integrity: sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ==} dependencies: - domelementtype: 2.2.0 + domelementtype: 2.3.0 domhandler: 3.3.0 domutils: 2.8.0 entities: 2.2.0 @@ -11164,16 +11373,16 @@ packages: /htmlparser2/6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} dependencies: - domelementtype: 2.2.0 - domhandler: 4.3.0 + domelementtype: 2.3.0 + domhandler: 4.3.1 domutils: 2.8.0 entities: 2.2.0 /htmlparser2/7.2.0: resolution: {integrity: sha512-H7MImA4MS6cw7nbyURtLPO1Tms7C5H602LRETv95z1MxO/7CP7rDVROehUYeYBUYEON94NXXDEPmZuq+hX4sog==} dependencies: - domelementtype: 2.2.0 - domhandler: 4.3.0 + domelementtype: 2.3.0 + domhandler: 4.3.1 domutils: 2.8.0 entities: 3.0.1 dev: true @@ -11516,12 +11725,12 @@ packages: loose-envify: 1.4.0 dev: true - /io-ts/2.2.16_fp-ts@2.11.9: + /io-ts/2.2.16_fp-ts@2.11.10: resolution: {integrity: sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==} peerDependencies: fp-ts: ^2.5.0 dependencies: - fp-ts: 2.11.9 + fp-ts: 2.11.10 /ip/1.1.5: resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} @@ -11930,8 +12139,8 @@ packages: resolution: {integrity: sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=} dev: false - /isbot/3.3.4: - resolution: {integrity: sha512-a6o/e6nBMoRGvoovg5NT2r/N7S4398yCDXc6HgEOILdBAjYv05SX1MBhgc8SHnEJdRyLfOpAPqc10ezLWkj7rQ==} + /isbot/3.4.5: + resolution: {integrity: sha512-+KD6q1BBtw0iK9aGBGSfxJ31/ZgizKRjhm8ebgJUBMx0aeeQuIJ1I72beCoIrltIZGrSm4vmrxRxrG5n1aUTtw==} engines: {node: '>=12'} dev: true @@ -12029,7 +12238,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -12154,7 +12363,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -12172,7 +12381,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 jest-mock: 27.5.1 jest-util: 27.5.1 dev: true @@ -12188,7 +12397,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.23 + '@types/node': 17.0.24 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.9 @@ -12210,7 +12419,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -12265,7 +12474,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: @@ -12321,7 +12530,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.9 @@ -12384,7 +12593,7 @@ packages: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 17.0.23 + '@types/node': 17.0.24 graceful-fs: 4.2.9 dev: true @@ -12423,7 +12632,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 chalk: 4.1.2 ci-info: 3.3.0 graceful-fs: 4.2.9 @@ -12448,7 +12657,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -12477,7 +12686,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.23 + '@types/node': 17.0.24 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -12680,7 +12889,7 @@ packages: /jsonfile/4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} optionalDependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.8 dev: false /jsonfile/6.1.0: @@ -12724,6 +12933,15 @@ packages: set-immediate-shim: 1.0.1 dev: false + /jszip/3.9.1: + resolution: {integrity: sha512-H9A60xPqJ1CuC4Ka6qxzXZeU8aNmgOeP5IFqwJbQQwtu2EUYxota3LdsiZWplF7Wgd9tkAd0mdu36nceSaPuYw==} + dependencies: + lie: 3.3.0 + pako: 1.0.11 + readable-stream: 2.3.7 + set-immediate-shim: 1.0.1 + dev: false + /jwa/1.4.1: resolution: {integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==} dependencies: @@ -12864,8 +13082,8 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/12.3.7: - resolution: {integrity: sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==} + /lint-staged/12.3.8: + resolution: {integrity: sha512-0+UpNaqIwKRSGAFOCcpuYNIv/j5QGVC+xUVvmSdxHO+IfIGoHbFLo3XcPmV/LLnsVj5EAncNHVtlITSoY5qWGQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -12892,15 +13110,14 @@ packages: engines: {node: '>=4'} dev: false - /listhen/0.2.8: - resolution: {integrity: sha512-qU9Awnit075ZbLKLLVsQSoC95eqd9URWTOosCACM06tZECpp7s8c2rqfJojqfDei88MHJxcFkLALj+M8KzX8Dw==} + /listhen/0.2.10: + resolution: {integrity: sha512-A2JclV3okrZ/do9ICqdoFGWJHIHrFl71CdwyCWIFJyQAc+QjIKaMks2FKTbXRsa9i0OOSUMHZK2vWHmMfVp00A==} dependencies: clipboardy: 3.0.0 colorette: 2.0.16 defu: 6.0.0 - get-port-please: 2.4.3 + get-port-please: 2.5.0 http-shutdown: 1.2.2 - open: 8.4.0 selfsigned: 2.0.1 dev: true @@ -13256,6 +13473,7 @@ packages: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: sourcemap-codec: 1.4.8 + dev: false /magic-string/0.26.1: resolution: {integrity: sha512-ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg==} @@ -13438,7 +13656,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros/1.1.4_@types+node@17.0.23: + /meros/1.1.4_@types+node@17.0.24: resolution: {integrity: sha512-E9ZXfK9iQfG9s73ars9qvvvbSIkJZF5yOo9j4tcwM5tN8mUKfj/EKN5PzOr3ZH0y5wL7dLAHw3RVEfpQV9Q7VQ==} engines: {node: '>=12'} peerDependencies: @@ -13447,7 +13665,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 17.0.23 + '@types/node': 17.0.24 /micromatch/3.1.0: resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==} @@ -13722,8 +13940,8 @@ packages: resolution: {integrity: sha512-zMq5n3cOf4fOzA4WoeulxagbAgMChdev3MgP6K51k7M0u2whTXxupfIY4VVzws4vxkiWhwH1rVQcsw7zDGfRhA==} dev: true - /mlly/0.5.1: - resolution: {integrity: sha512-0axKqxbYyQvaAfi6BNqDluCJqg6RkjdsdFxSDoiP6l5HplSTr3ie5Vkxvw9U9ogdj65x56amTnAn+xSoP727Rg==} + /mlly/0.5.2: + resolution: {integrity: sha512-4GTELSSErv6ZZJYU98fZNuIBJcXSz+ktHdRrCYEqU1m6ZlebOCG0jwZ+IEd9vOrbpYsVBBMC5OTrEyLnKRcauQ==} dependencies: pathe: 0.2.0 pkg-types: 0.3.2 @@ -13960,6 +14178,9 @@ packages: /node-releases/2.0.2: resolution: {integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==} + /node-releases/2.0.3: + resolution: {integrity: sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw==} + /node-res/5.0.1: resolution: {integrity: sha512-YOleO9c7MAqoHC+Ccu2vzvV1fL6Ku49gShq3PIMKWHRgrMSih3XcwL05NbLBi6oU2J471gTBfdpVVxwT6Pfhxg==} dependencies: @@ -13993,7 +14214,7 @@ packages: dependencies: hosted-git-info: 4.1.0 is-core-module: 2.8.1 - semver: 7.3.6 + semver: 7.3.7 validate-npm-package-license: 3.0.4 dev: true @@ -14092,23 +14313,23 @@ packages: resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} engines: {node: '>=0.10.0'} - /nuxt-windicss/2.2.10: - resolution: {integrity: sha512-DCn0LWgeQ9PWSjSoVH6LB82P/sF8QMVNpFmjJAfe+V1EcNJIY/5RCmqRp3zItNibVsRNiyYTEWQa/SoI3ts6Hw==} + /nuxt-windicss/2.2.11: + resolution: {integrity: sha512-xobq725D6vqpIgYOrLJ6CVlR4xLlFGwuq//gZikXKOdoVRpoK8C+NpHazPd4+f17urGQ4H0LqGBCIujTvV1V0g==} dependencies: - '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27498764.32c798c - '@windicss/plugin-utils': 1.8.3 + '@nuxt/kit': /@nuxt/kit-edge/3.0.0-27501460.04a72f8 + '@windicss/plugin-utils': 1.8.4 consola: 2.15.3 defu: 6.0.0 - fs-extra: 10.0.1 - h3: 0.7.2 - listhen: 0.2.8 + fs-extra: 10.1.0 + h3: 0.7.4 + listhen: 0.2.10 pathe: 0.2.0 read-cache: 1.0.0 sirv: 2.0.2 - vite-plugin-windicss: 1.8.3 + vite-plugin-windicss: 1.8.4 windicss: 3.5.1 windicss-analysis: 0.3.5 - windicss-webpack-plugin: 1.6.9 + windicss-webpack-plugin: 1.6.10 transitivePeerDependencies: - esbuild - rollup @@ -14250,15 +14471,6 @@ packages: resolution: {integrity: sha512-5rdYW/106kHqLeG22GE2MHKq+FlsxMERZev9DCzQX1zwkxnFwBivSn5i17a5O/rDmOJOdf4Wyt80UZljzx9+DA==} dev: false - /open/8.4.0: - resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} - engines: {node: '>=12'} - dependencies: - define-lazy-prop: 2.0.0 - is-docker: 2.2.1 - is-wsl: 2.2.0 - dev: true - /openapi-schemas/1.0.3: resolution: {integrity: sha512-KtMWcK2VtOS+nD8RKSIyScJsj8JrmVWcIX7Kjx4xEHijFYuvMTDON8WfeKOgeSb4uNG6UsqLj5Na7nKbSav9RQ==} engines: {node: '>=8'} @@ -14535,13 +14747,13 @@ packages: resolution: {integrity: sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==} dev: false - /parser-ts/0.6.16_fp-ts@2.11.9: + /parser-ts/0.6.16_fp-ts@2.11.10: resolution: {integrity: sha512-BC5HBg1UfaGKi/PKwUZKmFwQq56qVsMel1Gx0Lu2JeHf/J+XCqV9fahCil0GOMC+sH2ON3N6jdyIoI6RzCyQqw==} peerDependencies: fp-ts: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 - fp-ts: 2.11.9 + fp-ts: 2.11.10 dev: false /parseuri/0.0.6: @@ -14927,13 +15139,13 @@ packages: postcss: 7.0.39 dev: false - /postcss-html/1.3.0: - resolution: {integrity: sha512-ewbwd7OGW4dLsErtvZH9HpVMEcXnlhYSzKsr7MepGlOT8imHTIZ/+pdfEruLS+hTYapLTQAWDnoQcJpsYU4uRw==} + /postcss-html/1.4.1: + resolution: {integrity: sha512-OKihuWxPuBQrQeLNsavP7ytJ9IYNj/ViAXB2v7Qjh56LnfESKrkahKA9si4VfPN8xtz6oqUE6KdL0bTPrHJr6g==} engines: {node: ^12 || >=14} dependencies: htmlparser2: 7.2.0 - postcss: 8.4.6 - postcss-safe-parser: 6.0.0_postcss@8.4.6 + postcss: 8.4.12 + postcss-safe-parser: 6.0.0_postcss@8.4.12 dev: true /postcss-image-set-function/3.0.1: @@ -15333,15 +15545,6 @@ packages: postcss: 8.4.12 dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.6: - resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} - engines: {node: '>=12.0'} - peerDependencies: - postcss: ^8.3.3 - dependencies: - postcss: 8.4.6 - dev: true - /postcss-scss/4.0.2: resolution: {integrity: sha512-xfdkU128CkKKKVAwkyt0M8OdnelJ3MRcIRAPPQkRpoPeuzWY3RIeg7piRCpZ79MK7Q16diLXMMAD9dN5mauPlQ==} engines: {node: '>=12.0'} @@ -15467,15 +15670,6 @@ packages: source-map-js: 1.0.2 dev: true - /postcss/8.4.6: - resolution: {integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.1 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /posthtml-parser/0.2.1: resolution: {integrity: sha1-NdUw3jhnQMK6JP8usvrznM3ycd0=} dependencies: @@ -15665,7 +15859,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 17.0.23 + '@types/node': 17.0.24 long: 4.0.0 dev: false @@ -16239,7 +16433,7 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts/4.2.1_rollup@2.70.1+typescript@4.6.3: + /rollup-plugin-dts/4.2.1_rollup@2.70.2+typescript@4.6.3: resolution: {integrity: sha512-eaxQZNUJ5iQcxNGlpJ1CUgG4OSVqWjDZ3nNSWBIoGrpcote2aNphSe1RJOaSYkb8dwn3o+rYm1vvld/5z3EGSQ==} engines: {node: '>=v12.22.11'} peerDependencies: @@ -16247,14 +16441,14 @@ packages: typescript: ^4.6 dependencies: magic-string: 0.26.1 - rollup: 2.70.1 + rollup: 2.70.2 typescript: 4.6.3 optionalDependencies: '@babel/code-frame': 7.16.7 dev: true - /rollup-plugin-ts/2.0.5_rollup@2.70.1+typescript@4.6.3: - resolution: {integrity: sha512-yLfu46XsheAEDs+OxCMnHszble9pYwGYDML82lpMw3x/65kgwd9UQSkPX0HZGk+6L+MN8hFgqeh+SPmv+uOz1w==} + /rollup-plugin-ts/2.0.7_rollup@2.70.2+typescript@4.6.3: + resolution: {integrity: sha512-M9sppRKX6y/b2KXbGdUdHid0tshAEK/sEeYLBHBJiBa4swukSsoFVXKGGZasLcjaXhgUnnizFuvFFj6znxwvSA==} engines: {node: '>=10.0.0', npm: '>=7.0.0', pnpm: '>=3.2.0', yarn: '>=1.13'} peerDependencies: '@babel/core': '>=6.x || >=7.x' @@ -16279,16 +16473,16 @@ packages: '@swc/helpers': optional: true dependencies: - '@rollup/pluginutils': 4.2.0 + '@rollup/pluginutils': 4.2.1 '@wessberg/stringutil': 1.0.19 browserslist: 4.20.2 - browserslist-generator: 1.0.65 + browserslist-generator: 1.0.66 chalk: 4.1.2 - compatfactory: 0.0.12_typescript@4.6.3 + compatfactory: 0.0.13_typescript@4.6.3 crosspath: 1.0.0 - magic-string: 0.25.9 - rollup: 2.70.1 - ts-clone-node: 0.3.30_typescript@4.6.3 + magic-string: 0.26.1 + rollup: 2.70.2 + ts-clone-node: 0.3.32_typescript@4.6.3 tslib: 2.3.1 typescript: 4.6.3 dev: true @@ -16299,6 +16493,14 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 + dev: true + + /rollup/2.70.2: + resolution: {integrity: sha512-EitogNZnfku65I1DD5Mxe8JYRUCy0hkK5X84IlDtUs+O6JRMpRciXTzyCUuX11b5L5pvjH+OmFXiQ3XjabcXgg==} + engines: {node: '>=10.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 /run-async/2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} @@ -16459,7 +16661,7 @@ packages: resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} engines: {node: '>= 10.15.0'} dependencies: - jszip: 3.8.0 + jszip: 3.9.1 rimraf: 3.0.2 tmp: 0.2.1 ws: 8.5.0 @@ -16472,7 +16674,7 @@ packages: resolution: {integrity: sha512-Fr9e9LC6zvD6/j7NO8M1M/NVxFX67abHcxDJoP5w2KN/Xb1SyYLjMVPGgD14U2TOiKe4XKHf42OmFw9g2JgCBQ==} engines: {node: '>= 10.15.0'} dependencies: - jszip: 3.8.0 + jszip: 3.9.1 tmp: 0.2.1 ws: 8.5.0 transitivePeerDependencies: @@ -17064,8 +17266,8 @@ packages: ci-info: 3.2.0 dev: false - /std-env/3.0.1: - resolution: {integrity: sha512-mC1Ps9l77/97qeOZc+HrOL7TIaOboHqMZ24dGVQrlxFcpPpfCHpH+qfUT7Dz+6mlG8+JPA1KfBQo19iC/+Ngcw==} + /std-env/3.1.1: + resolution: {integrity: sha512-/c645XdExBypL01TpFKiG/3RAa/Qmu+zRi0MwAmrdEkwHNuN0ebo8ccAXBBDa5Z0QOJgBskUIbuCK91x0sCVEw==} dev: true /stream-browserify/2.0.2: @@ -17286,101 +17488,101 @@ packages: postcss-selector-parser: 3.1.2 dev: false - /stylelint-config-html/1.0.0_50484b26a38601352aaf9ea7986ae8a8: + /stylelint-config-html/1.0.0_1a82b100232bbe7036ec0a7ca7a4baf4: resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} engines: {node: ^12 || >=14} peerDependencies: postcss-html: ^1.0.0 stylelint: '>=14.0.0' dependencies: - postcss-html: 1.3.0 - stylelint: 14.6.1 + postcss-html: 1.4.1 + stylelint: 14.7.1 dev: true - /stylelint-config-prettier/9.0.3_stylelint@14.6.1: + /stylelint-config-prettier/9.0.3_stylelint@14.7.1: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.6.1 + stylelint: 14.7.1 dev: true - /stylelint-config-recommended-scss/5.0.2_stylelint@14.6.1: + /stylelint-config-recommended-scss/5.0.2_stylelint@14.7.1: resolution: {integrity: sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==} peerDependencies: stylelint: ^14.0.0 dependencies: postcss-scss: 4.0.2 - stylelint: 14.6.1 - stylelint-config-recommended: 6.0.0_stylelint@14.6.1 - stylelint-scss: 4.0.0_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-config-recommended: 6.0.0_stylelint@14.7.1 + stylelint-scss: 4.0.0_stylelint@14.7.1 transitivePeerDependencies: - postcss dev: true - /stylelint-config-recommended-vue/1.4.0_50484b26a38601352aaf9ea7986ae8a8: + /stylelint-config-recommended-vue/1.4.0_1a82b100232bbe7036ec0a7ca7a4baf4: resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==} engines: {node: ^12 || >=14} peerDependencies: postcss-html: ^1.0.0 stylelint: '>=14.0.0' dependencies: - postcss-html: 1.3.0 + postcss-html: 1.4.1 semver: 7.3.5 - stylelint: 14.6.1 - stylelint-config-html: 1.0.0_50484b26a38601352aaf9ea7986ae8a8 - stylelint-config-recommended: 7.0.0_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-config-html: 1.0.0_1a82b100232bbe7036ec0a7ca7a4baf4 + stylelint-config-recommended: 7.0.0_stylelint@14.7.1 dev: true - /stylelint-config-recommended/6.0.0_stylelint@14.6.1: + /stylelint-config-recommended/6.0.0_stylelint@14.7.1: resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.6.1 + stylelint: 14.7.1 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.6.1: + /stylelint-config-recommended/7.0.0_stylelint@14.7.1: resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.6.1 + stylelint: 14.7.1 dev: true - /stylelint-config-standard-scss/3.0.0_stylelint@14.6.1: + /stylelint-config-standard-scss/3.0.0_stylelint@14.7.1: resolution: {integrity: sha512-zt3ZbzIbllN1iCmc94e4pDxqpkzeR6CJo5DDXzltshuXr+82B8ylHyMMARNnUYrZH80B7wgY7UkKTYCFM0UUyw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.6.1 - stylelint-config-recommended-scss: 5.0.2_stylelint@14.6.1 - stylelint-config-standard: 24.0.0_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-config-recommended-scss: 5.0.2_stylelint@14.7.1 + stylelint-config-standard: 24.0.0_stylelint@14.7.1 transitivePeerDependencies: - postcss dev: true - /stylelint-config-standard/24.0.0_stylelint@14.6.1: + /stylelint-config-standard/24.0.0_stylelint@14.7.1: resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.6.1 - stylelint-config-recommended: 6.0.0_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-config-recommended: 6.0.0_stylelint@14.7.1 dev: true - /stylelint-config-standard/25.0.0_stylelint@14.6.1: + /stylelint-config-standard/25.0.0_stylelint@14.7.1: resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.6.1 - stylelint-config-recommended: 7.0.0_stylelint@14.6.1 + stylelint: 14.7.1 + stylelint-config-recommended: 7.0.0_stylelint@14.7.1 dev: true - /stylelint-scss/4.0.0_stylelint@14.6.1: + /stylelint-scss/4.0.0_stylelint@14.7.1: resolution: {integrity: sha512-lIRhPqtI6I065EJ6aI4mWKsmQt8Krnu6aF9XSL9s8Nd2f/cDKImST0T9TfjnUul3ReKYWozkG9dlpNTZH2FB9w==} peerDependencies: stylelint: ^14.0.0 @@ -17390,10 +17592,10 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 - stylelint: 14.6.1 + stylelint: 14.7.1 dev: true - /stylelint-webpack-plugin/2.3.1_stylelint@14.6.1: + /stylelint-webpack-plugin/2.3.1_stylelint@14.7.1: resolution: {integrity: sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17407,11 +17609,11 @@ packages: micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 - stylelint: 14.6.1 + stylelint: 14.7.1 dev: true - /stylelint/14.6.1: - resolution: {integrity: sha512-FfNdvZUZdzh9KDQxDnO7Opp+prKh8OQVuSW8S13cBtxrooCbm6J6royhUeb++53WPMt04VB+ZbOz/QmzAijs6Q==} + /stylelint/14.7.1: + resolution: {integrity: sha512-rUOWm67hrzGXXyO/cInENEejF4urh1dLgOb9cr/3XLDb/t/A+rXQp3p6+no8o8QCKTgBUdhVUq/bXMgE988PJw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -17428,7 +17630,7 @@ packages: global-modules: 2.0.0 globby: 11.1.0 globjoin: 0.1.4 - html-tags: 3.1.0 + html-tags: 3.2.0 ignore: 5.2.0 import-lazy: 4.0.0 imurmurhash: 0.1.4 @@ -17971,13 +18173,13 @@ packages: engines: {node: '>=8'} dev: true - /ts-clone-node/0.3.30_typescript@4.6.3: - resolution: {integrity: sha512-T9RLibxk0UBHelLUnSIZNyTxlPzcEk+KFFLXBUAG9YFJ3gPOYRrgD/RHnrlAxwEJ9Gq5S/iB8m3tcuTKtgf5Rw==} + /ts-clone-node/0.3.32_typescript@4.6.3: + resolution: {integrity: sha512-YYGvoWy2Ba98/YC/0leD7IRsU/q5pu/KRg9dD8omzkbgoZ8g7gfYfED9mWMTyNp7J3CQiiKyvM62B7mXXHKU7Q==} engines: {node: '>=10.0.0'} peerDependencies: typescript: ^3.x || ^4.x dependencies: - compatfactory: 0.0.12_typescript@4.6.3 + compatfactory: 0.0.13_typescript@4.6.3 typescript: 4.6.3 dev: true @@ -18072,7 +18274,7 @@ packages: resolution: {integrity: sha512-DEQrfv6l7IvN2jlzc/VTdZJYsWUnQNCsueYjMkC/iXoEoi5fNan6MjeDqkvhfzbmHgdz9UxDUluX3V5HdjTydQ==} dev: true - /ts-node/10.7.0_ee885bc7281b682b6adbed6ae09ee090: + /ts-node/10.7.0_17a82b5ac88a5de7094eac76b4edda13: resolution: {integrity: sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==} hasBin: true peerDependencies: @@ -18091,7 +18293,7 @@ packages: '@tsconfig/node12': 1.0.9 '@tsconfig/node14': 1.0.1 '@tsconfig/node16': 1.0.2 - '@types/node': 17.0.23 + '@types/node': 17.0.24 acorn: 8.7.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -18099,7 +18301,7 @@ packages: diff: 4.0.2 make-error: 1.3.6 typescript: 4.6.3 - v8-compile-cache-lib: 3.0.0 + v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true @@ -18154,35 +18356,6 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tsup/5.12.4: - resolution: {integrity: sha512-uUraITfIj2h6rXAdeaVUYrZ2Is9joLFyEGZN5mGAke874JojCizb2MCUcE0wGdcERtyob5mbbFUKkMgal8SlFw==} - hasBin: true - peerDependencies: - typescript: ^4.1.0 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - bundle-require: 3.0.4_esbuild@0.14.34 - cac: 6.7.12 - chokidar: 3.5.3 - debug: 4.3.4 - esbuild: 0.14.34 - execa: 5.1.1 - globby: 11.1.0 - joycon: 3.1.1 - postcss-load-config: 3.1.4 - resolve-from: 5.0.0 - rollup: 2.70.1 - source-map: 0.7.3 - sucrase: 3.21.0 - tree-kill: 1.2.2 - transitivePeerDependencies: - - postcss - - supports-color - - ts-node - dev: true - /tsup/5.12.4_typescript@4.6.3: resolution: {integrity: sha512-uUraITfIj2h6rXAdeaVUYrZ2Is9joLFyEGZN5mGAke874JojCizb2MCUcE0wGdcERtyob5mbbFUKkMgal8SlFw==} hasBin: true @@ -18211,6 +18384,66 @@ packages: - postcss - supports-color - ts-node + dev: true + + /tsup/5.12.5: + resolution: {integrity: sha512-lKwzJsB49sDto51QjqOB4SdiBLKRvgTymEBuBCovcksdDwFEz3esrkbf3m497PXntUKVTzcgOfPdTgknMtvufw==} + hasBin: true + peerDependencies: + typescript: ^4.1.0 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + bundle-require: 3.0.4_esbuild@0.14.36 + cac: 6.7.12 + chokidar: 3.5.3 + debug: 4.3.4 + esbuild: 0.14.36 + execa: 5.1.1 + globby: 11.1.0 + joycon: 3.1.1 + postcss-load-config: 3.1.4 + resolve-from: 5.0.0 + rollup: 2.70.2 + source-map: 0.7.3 + sucrase: 3.21.0 + tree-kill: 1.2.2 + transitivePeerDependencies: + - postcss + - supports-color + - ts-node + dev: true + + /tsup/5.12.5_typescript@4.6.3: + resolution: {integrity: sha512-lKwzJsB49sDto51QjqOB4SdiBLKRvgTymEBuBCovcksdDwFEz3esrkbf3m497PXntUKVTzcgOfPdTgknMtvufw==} + hasBin: true + peerDependencies: + typescript: ^4.1.0 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + bundle-require: 3.0.4_esbuild@0.14.36 + cac: 6.7.12 + chokidar: 3.5.3 + debug: 4.3.4 + esbuild: 0.14.36 + execa: 5.1.1 + globby: 11.1.0 + joycon: 3.1.1 + postcss-load-config: 3.1.4 + resolve-from: 5.0.0 + rollup: 2.70.2 + source-map: 0.7.3 + sucrase: 3.21.0 + tree-kill: 1.2.2 + typescript: 4.6.3 + transitivePeerDependencies: + - postcss + - supports-color + - ts-node + dev: false /tsutils/3.21.0_typescript@4.6.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} @@ -18303,6 +18536,7 @@ packages: /ufo/0.7.11: resolution: {integrity: sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==} + dev: false /ufo/0.8.3: resolution: {integrity: sha512-AIkk06G21y/P+NCatfU+1qldCmI0XCszZLn8AkuKotffF3eqCvlce0KuwM7ZemLE/my0GSYADOAeM5zDYWMB+A==} @@ -18332,7 +18566,7 @@ packages: acorn: 8.7.0 estree-walker: 2.0.2 magic-string: 0.26.1 - unplugin: 0.6.1 + unplugin: 0.6.2 transitivePeerDependencies: - esbuild - rollup @@ -18380,15 +18614,15 @@ packages: /unimport/0.1.5: resolution: {integrity: sha512-Wv+CFdDJXkyiHD6yXeHdYMmD5LisII43o6q2ttw1s5mAhwfcBtZPRbZcqPvSkgHX4ZzMPTUIstMhVfC+tHrh6A==} dependencies: - '@rollup/pluginutils': 4.2.0 + '@rollup/pluginutils': 4.2.1 escape-string-regexp: 5.0.0 globby: 13.1.1 local-pkg: 0.4.1 magic-string: 0.26.1 - mlly: 0.5.1 + mlly: 0.5.2 pathe: 0.2.0 scule: 0.2.1 - unplugin: 0.6.1 + unplugin: 0.6.2 transitivePeerDependencies: - esbuild - rollup @@ -18443,7 +18677,7 @@ packages: resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=} engines: {node: '>= 0.8'} - /unplugin-vue2-script-setup/0.9.3_084b6226078c1c34ec4d8a8c1a23d732: + /unplugin-vue2-script-setup/0.9.3_03e6644f7f58da72872857a67d328278: resolution: {integrity: sha512-m2QESHiFNmx0fIo/P0AiCrH6E5WtijRB/Ldrj8zjwRIYYbiOgmTfRmWQquW0H8ei5OwhYT30WAgepFjWrJ5oJg==} peerDependencies: '@vue/composition-api': ^1.4.3 @@ -18464,7 +18698,7 @@ packages: '@vue/compiler-dom': 3.2.31 '@vue/composition-api': 1.4.9 '@vue/reactivity-transform': 3.2.31 - '@vue/runtime-dom': 3.2.31 + '@vue/runtime-dom': 3.2.33 '@vue/shared': 3.2.31 defu: 5.0.1 htmlparser2: 5.0.1 @@ -18499,8 +18733,8 @@ packages: webpack-virtual-modules: 0.4.3 dev: false - /unplugin/0.6.1: - resolution: {integrity: sha512-cQqRCgQ2v/Q4fPIWNVZ6sNIDdl5v8JXOnlsUOsGzT4fblTONoPWaytiYSpu5qJ9lvSDZYAQN6BRVo3XQoZMfUQ==} + /unplugin/0.6.2: + resolution: {integrity: sha512-+QONc2uBFQbeo4x5mlJHjTKjR6pmuchMpGVrWhwdGFFMb4ttFZ4E9KqhOOrNcm3Q8NNyB1vJ4s5e36IZC7UWYw==} peerDependencies: esbuild: '>=0.13' rollup: ^2.50.0 @@ -18676,8 +18910,8 @@ packages: hasBin: true dev: false - /v8-compile-cache-lib/3.0.0: - resolution: {integrity: sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==} + /v8-compile-cache-lib/3.0.1: + resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true /v8-compile-cache/2.3.0: @@ -18721,12 +18955,12 @@ packages: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: false - /vite-plugin-windicss/1.8.3: - resolution: {integrity: sha512-RIw2GD6H6cKNE8wZXVOBs4L1uTicVS0FaAkeqXvy1oyuXLC4SXmvnzEuoK0+qFuWJjW0ECNwE8eU+ZZhzNQKUg==} + /vite-plugin-windicss/1.8.4: + resolution: {integrity: sha512-LSZAO8BZn3x406GRbYX5t5ONXXJVdqiQtN1qrznLA/Dy5/NzZVhfcrL6N1qEYYO7HsCDT4pLAjTzObvDnM9Y8A==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.8.3 + '@windicss/plugin-utils': 1.8.4 debug: 4.3.4 kolorist: 1.5.1 windicss: 3.5.1 @@ -19245,21 +19479,21 @@ packages: resolution: {integrity: sha512-g7306c47Yc9c0nAhVLwVDVYt+MQmxGfpg1Q06mP4+j5nqCrJgh18Km4HyL8BABv7wo6BdUN7FeVtxb+u5TokxA==} hasBin: true dependencies: - '@windicss/plugin-utils': 1.8.3 + '@windicss/plugin-utils': 1.8.4 cac: 6.7.12 connect: 3.7.0 declass: 0.0.1 fast-glob: 3.2.11 - fs-extra: 10.0.1 + fs-extra: 10.1.0 sirv: 1.0.19 transitivePeerDependencies: - supports-color dev: true - /windicss-webpack-plugin/1.6.9: - resolution: {integrity: sha512-NNV5UlZLIJOL6zOebGsXWO8W8pMFCLw+W5UR1Hwf+tkemANi4huqAvTces5PQN0HrsI0LfG+R1/m6xl3EuYe/g==} + /windicss-webpack-plugin/1.6.10: + resolution: {integrity: sha512-X/0GbXVoAhML4C8WgKWB/jTJ7ForLFjpwvZ5xAtpQPrVgZdfFH31WVafX+8K+gRBvYpJToHO1TB+oLu6gRFJQA==} dependencies: - '@windicss/plugin-utils': 1.8.3 + '@windicss/plugin-utils': 1.8.4 debug: 4.3.4 loader-utils: 2.0.2 lodash: 4.17.21 @@ -19338,7 +19572,7 @@ packages: /write-file-atomic/2.4.3: resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.9 imurmurhash: 0.1.4 signal-exit: 3.0.7 dev: false