From c47b1f2413fbcd212daaf00e069f883394e33c91 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 17 Oct 2021 19:42:53 +0530 Subject: [PATCH] chore(deps): bump --- package.json | 2 +- packages/hoppscotch-app/package.json | 28 +- packages/hoppscotch-js-sandbox/package.json | 8 +- pnpm-lock.yaml | 1186 ++++++++----------- 4 files changed, 539 insertions(+), 685 deletions(-) diff --git a/package.json b/package.json index d4e593884..04a99ecd6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "dependencies": { "husky": "^7.0.2", - "lint-staged": "^11.2.2" + "lint-staged": "^11.2.3" }, "devDependencies": { "@commitlint/cli": "^13.2.1", diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index b4b2986db..57d9331be 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -29,7 +29,7 @@ "@apollo/client": "^3.4.16", "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", - "@nuxtjs/composition-api": "^0.29.2", + "@nuxtjs/composition-api": "^0.29.3", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.0.3", "@nuxtjs/robots": "^2.5.0", @@ -38,13 +38,12 @@ "acorn": "^8.5.0", "acorn-walk": "^8.2.0", "axios": "^0.22.0", - "uuid": "8.3.2", - "codemirror": "^5.63.1", + "codemirror": "^5.63.3", "codemirror-theme-github": "^1.0.0", - "core-js": "^3.18.2", + "core-js": "^3.18.3", "esprima": "^4.0.1", - "firebase": "^9.1.2", - "fp-ts": "^2.11.4", + "firebase": "^9.1.3", + "fp-ts": "^2.11.5", "fuse.js": "^6.4.6", "graphql": "^15.6.1", "graphql-language-service-interface": "^2.8.4", @@ -57,12 +56,13 @@ "nuxt": "^2.15.8", "paho-mqtt": "^1.1.0", "rxjs": "^7.4.0", - "socket.io-client-v2": "npm:socket.io-client@2.4.0", - "socket.io-client-v3": "npm:socket.io-client@3.1.3", - "socket.io-client-v4": "npm:socket.io-client@4.2.0", + "socket.io-client-v2": "npm:socket.io-client@^2.4.0", + "socket.io-client-v3": "npm:socket.io-client@^3.1.3", + "socket.io-client-v4": "npm:socket.io-client@^4.3.2", "socketio-wildcard": "^2.0.0", "splitpanes": "^2.3.8", "tern": "^0.24.3", + "uuid": "8.3.2", "vue-apollo": "^3.0.8", "vue-cli-plugin-apollo": "^0.22.2", "vue-functional-data-merge": "^3.1.0", @@ -89,7 +89,7 @@ "@nuxtjs/stylelint-module": "^4.0.0", "@nuxtjs/svg": "^0.3.0", "@testing-library/jest-dom": "^5.14.1", - "@types/codemirror": "^5.60.4", + "@types/codemirror": "^5.60.5", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", "@types/lodash": "^4.14.175", @@ -105,17 +105,17 @@ "eslint-plugin-vue": "^7.19.1", "jest": "^27.2.5", "jest-serializer-vue": "^2.0.2", - "nuxt-windicss": "^1.2.4", + "nuxt-windicss": "^1.2.5", "prettier": "^2.4.1", "pretty-quick": "^3.1.1", "raw-loader": "^4.0.2", - "sass": "^1.42.1", + "sass": "^1.43.2", "sass-loader": "^10.2.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^22.0.0", - "ts-jest": "^27.0.5", - "typescript": "^4.4.3", + "ts-jest": "^27.0.7", + "typescript": "^4.4.4", "unplugin-vue2-script-setup": "^0.6.11", "vue-jest": "^3.0.7", "worker-loader": "^3.0.8" diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index a7fbfae41..15b4de07f 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -30,7 +30,7 @@ "author": "The Hoppscotch Team (https://hoppscotch.com/)", "license": "MIT", "dependencies": { - "fp-ts": "^2.11.4", + "fp-ts": "^2.11.5", "lodash": "^4.17.21", "quickjs-emscripten": "^0.13.0" }, @@ -39,7 +39,7 @@ "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.175", - "@types/node": "^16.10.3", + "@types/node": "^16.11.1", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", @@ -49,8 +49,8 @@ "jest": "^27.2.5", "prettier": "^2.4.1", "pretty-quick": "^3.1.1", - "ts-jest": "^27.0.5", - "typescript": "^4.4.3" + "ts-jest": "^27.0.7", + "typescript": "^4.4.4" }, "jest": { "setupFilesAfterEnv": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa705af54..b071ac89e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,10 +7,10 @@ importers: '@commitlint/cli': ^13.2.1 '@commitlint/config-conventional': ^13.2.0 husky: ^7.0.2 - lint-staged: ^11.2.2 + lint-staged: ^11.2.3 dependencies: husky: 7.0.2 - lint-staged: 11.2.2 + lint-staged: 11.2.3 devDependencies: '@commitlint/cli': 13.2.1 '@commitlint/config-conventional': 13.2.0 @@ -27,7 +27,7 @@ importers: '@nuxt/typescript-build': ^2.1.0 '@nuxtjs/axios': ^5.13.6 '@nuxtjs/color-mode': ^2.1.1 - '@nuxtjs/composition-api': ^0.29.2 + '@nuxtjs/composition-api': ^0.29.3 '@nuxtjs/dotenv': ^1.4.1 '@nuxtjs/eslint-config-typescript': ^6.0.1 '@nuxtjs/eslint-module': ^3.0.2 @@ -42,7 +42,7 @@ importers: '@nuxtjs/svg': ^0.3.0 '@nuxtjs/toast': ^3.3.1 '@testing-library/jest-dom': ^5.14.1 - '@types/codemirror': ^5.60.4 + '@types/codemirror': ^5.60.5 '@types/cookie': ^0.4.1 '@types/esprima': ^4.0.3 '@types/lodash': ^4.14.175 @@ -54,17 +54,17 @@ importers: axios: ^0.22.0 babel-core: ^7.0.0-bridge.0 babel-jest: ^27.2.5 - codemirror: ^5.63.1 + codemirror: ^5.63.3 codemirror-theme-github: ^1.0.0 - core-js: ^3.18.2 + core-js: ^3.18.3 eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 eslint-plugin-nuxt: ^2.0.0 eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^7.19.1 esprima: ^4.0.1 - firebase: ^9.1.2 - fp-ts: ^2.11.4 + firebase: ^9.1.3 + fp-ts: ^2.11.5 fuse.js: ^6.4.6 graphql: ^15.6.1 graphql-language-service-interface: ^2.8.4 @@ -77,25 +77,25 @@ importers: mustache: ^4.2.0 node-interval-tree: ^1.3.3 nuxt: ^2.15.8 - nuxt-windicss: ^1.2.4 + nuxt-windicss: ^1.2.5 paho-mqtt: ^1.1.0 prettier: ^2.4.1 pretty-quick: ^3.1.1 raw-loader: ^4.0.2 rxjs: ^7.4.0 - sass: ^1.42.1 + sass: ^1.43.2 sass-loader: ^10.2.0 - socket.io-client-v2: npm:socket.io-client@2.4.0 - socket.io-client-v3: npm:socket.io-client@3.1.3 - socket.io-client-v4: npm:socket.io-client@4.2.0 + socket.io-client-v2: npm:socket.io-client@^2.4.0 + socket.io-client-v3: npm:socket.io-client@^3.1.3 + socket.io-client-v4: npm:socket.io-client@^4.3.2 socketio-wildcard: ^2.0.0 splitpanes: ^2.3.8 stylelint: ^13.13.1 stylelint-config-prettier: ^8.0.2 stylelint-config-standard: ^22.0.0 tern: ^0.24.3 - ts-jest: ^27.0.5 - typescript: ^4.4.3 + ts-jest: ^27.0.7 + typescript: ^4.4.4 unplugin-vue2-script-setup: ^0.6.11 uuid: 8.3.2 vue-apollo: ^3.0.8 @@ -112,7 +112,7 @@ importers: '@apollo/client': 3.4.16_graphql@15.6.1 '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 - '@nuxtjs/composition-api': 0.29.2_nuxt@2.15.8 + '@nuxtjs/composition-api': 0.29.3_nuxt@2.15.8 '@nuxtjs/gtm': 2.4.0 '@nuxtjs/i18n': 7.0.3 '@nuxtjs/robots': 2.5.0 @@ -121,12 +121,12 @@ importers: acorn: 8.5.0 acorn-walk: 8.2.0 axios: 0.22.0 - codemirror: 5.63.1 + codemirror: 5.63.3 codemirror-theme-github: 1.0.0 - core-js: 3.18.2 + core-js: 3.18.3 esprima: 4.0.1 - firebase: 9.1.2 - fp-ts: 2.11.4 + firebase: 9.1.3 + fp-ts: 2.11.5 fuse.js: 6.4.6 graphql: 15.6.1 graphql-language-service-interface: 2.8.4_graphql@15.6.1 @@ -136,18 +136,18 @@ importers: lodash: 4.17.21 mustache: 4.2.0 node-interval-tree: 1.3.3 - nuxt: 2.15.8_typescript@4.4.3 + nuxt: 2.15.8_typescript@4.4.4 paho-mqtt: 1.1.0 rxjs: 7.4.0 socket.io-client-v2: /socket.io-client/2.4.0 socket.io-client-v3: /socket.io-client/3.1.3 - socket.io-client-v4: /socket.io-client/4.2.0 + socket.io-client-v4: /socket.io-client/4.3.2 socketio-wildcard: 2.0.0 splitpanes: 2.3.8 tern: 0.24.3 uuid: 8.3.2 vue-apollo: 3.0.8_graphql-tag@2.12.5 - vue-cli-plugin-apollo: 0.22.2_typescript@4.4.3 + vue-cli-plugin-apollo: 0.22.2_typescript@4.4.4 vue-functional-data-merge: 3.1.0 vue-github-button: 1.3.0 vue-textarea-autosize: 1.1.1 @@ -159,11 +159,11 @@ importers: '@babel/preset-env': 7.15.8_@babel+core@7.15.8 '@commitlint/cli': 13.2.1 '@commitlint/config-conventional': 13.2.0 - '@nuxt/types': 2.15.8_sass@1.42.1 + '@nuxt/types': 2.15.8_sass@1.43.2 '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@7.32.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 - '@nuxtjs/eslint-config-typescript': 6.0.1_eslint@7.32.0+typescript@4.4.3 + '@nuxtjs/eslint-config-typescript': 6.0.1_eslint@7.32.0+typescript@4.4.4 '@nuxtjs/eslint-module': 3.0.2_eslint@7.32.0 '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 @@ -171,7 +171,7 @@ importers: '@nuxtjs/stylelint-module': 4.0.0_stylelint@13.13.1 '@nuxtjs/svg': 0.3.0 '@testing-library/jest-dom': 5.14.1 - '@types/codemirror': 5.60.4 + '@types/codemirror': 5.60.5 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 '@types/lodash': 4.14.175 @@ -187,17 +187,17 @@ importers: eslint-plugin-vue: 7.19.1_eslint@7.32.0 jest: 27.2.5 jest-serializer-vue: 2.0.2 - nuxt-windicss: 1.2.4_typescript@4.4.3 + nuxt-windicss: 1.2.5 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 raw-loader: 4.0.2 - sass: 1.42.1 - sass-loader: 10.2.0_sass@1.42.1 + sass: 1.43.2 + sass-loader: 10.2.0_sass@1.43.2 stylelint: 13.13.1 stylelint-config-prettier: 8.0.2_stylelint@13.13.1 stylelint-config-standard: 22.0.0_stylelint@13.13.1 - ts-jest: 27.0.5_9e9cae37a9755c18043aff6292cdded7 - typescript: 4.4.3 + ts-jest: 27.0.7_7c6ac409defebebc231da3c2750916a5 + typescript: 4.4.4 unplugin-vue2-script-setup: 0.6.11 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 worker-loader: 3.0.8 @@ -208,51 +208,45 @@ importers: '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.0.2 '@types/lodash': ^4.14.175 - '@types/node': ^16.10.3 + '@types/node': ^16.11.1 '@typescript-eslint/eslint-plugin': ^4.33.0 '@typescript-eslint/parser': ^4.33.0 eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^4.0.0 - fp-ts: ^2.11.4 + fp-ts: ^2.11.5 io-ts: ^2.2.16 jest: ^27.2.5 lodash: ^4.17.21 prettier: ^2.4.1 pretty-quick: ^3.1.1 quickjs-emscripten: ^0.13.0 - ts-jest: ^27.0.5 - typescript: ^4.4.3 + ts-jest: ^27.0.7 + typescript: ^4.4.4 dependencies: - fp-ts: 2.11.4 + fp-ts: 2.11.5 lodash: 4.17.21 quickjs-emscripten: 0.13.0 devDependencies: '@digitak/esrun': 1.2.8 - '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.4+io-ts@2.2.16 + '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.5+io-ts@2.2.16 '@types/jest': 27.0.2 '@types/lodash': 4.14.175 - '@types/node': 16.10.3 - '@typescript-eslint/eslint-plugin': 4.33.0_d753869925cce96d3eb2141eeedafe57 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.3 + '@types/node': 16.11.1 + '@typescript-eslint/eslint-plugin': 4.33.0_cc617358c89d3f38c52462f6d809db4c + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.4 eslint: 7.32.0 eslint-config-prettier: 8.3.0_eslint@7.32.0 eslint-plugin-prettier: 4.0.0_6e975bd57c7acf028c1a9ddbbf60c898 - io-ts: 2.2.16_fp-ts@2.11.4 + io-ts: 2.2.16_fp-ts@2.11.5 jest: 27.2.5 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 - ts-jest: 27.0.5_c167855b7a039eaaa2a6b38847c1969c - typescript: 4.4.3 + ts-jest: 27.0.7_fe15ac987db2e7d4ad38346689ae2fc5 + typescript: 4.4.4 packages: - /@antfu/utils/0.2.4: - resolution: {integrity: sha512-2bZNkVfL9IZESmvE26UKi8SzyvSoaIsGXDcnbHFMtmGMqUiB1fXpAJ1ijGf+tSqKRQ5yagck2U1Qk0p+705/kw==} - dependencies: - '@types/throttle-debounce': 2.1.0 - dev: true - /@antfu/utils/0.3.0: resolution: {integrity: sha512-UU8TLr/EoXdg7OjMp0h9oDoIAVr+Z/oW9cpOxQQyrsz6Qzd2ms/1CdWx8fl2OQdFpxGmq5Vc4TwfLHId6nAZjA==} dependencies: @@ -506,7 +500,7 @@ packages: '@babel/compat-data': 7.15.0 '@babel/core': 7.15.8 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.17.3 + browserslist: 4.17.4 semver: 6.3.0 /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8: @@ -1524,7 +1518,7 @@ packages: babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.8 babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.8 babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.8 - core-js-compat: 3.18.2 + core-js-compat: 3.18.3 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -1545,7 +1539,7 @@ packages: resolution: {integrity: sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.18.2 + core-js-pure: 3.18.3 regenerator-runtime: 0.13.9 dev: true @@ -1691,12 +1685,12 @@ packages: '@commitlint/execute-rule': 13.2.0 '@commitlint/resolve-extends': 13.2.0 '@commitlint/types': 13.2.0 - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_4b317b069e4dad36c8619feea2045a32 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_3fdcc7bc724bd900a681b5e9457ed94a chalk: 4.1.2 cosmiconfig: 7.0.1 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.4.3 + typescript: 4.4.4 dev: true /@commitlint/message/13.2.0: @@ -1783,7 +1777,7 @@ packages: resolution: {integrity: sha512-cufCjWJh9MEsdMZgg4MAyUYtLdwboyiqIYir+/zroxWQ9XFqrYLin/tj1eJuH3UyW2qoy5RWXF4TbteDZ3zd7Q==} dev: true - /@endemolshinegroup/cosmiconfig-typescript-loader/1.0.2_4f9b016a9697d58bd127ac5ffca32a8d: + /@endemolshinegroup/cosmiconfig-typescript-loader/1.0.2_2af0a18dbb0d7e7cc3ac09fcd972a568: resolution: {integrity: sha512-ZHkXKq2XFFmAUdmSZrmqUSIrRM4O9gtkdpxMmV+LQl7kScUnbo6pMnXu6+FTDgZ12aW6SDoZoOJfS56WD+Eu6A==} engines: {node: '>=8.0.0', yarn: '>=1.3.0'} peerDependencies: @@ -1792,13 +1786,13 @@ packages: cosmiconfig: 5.2.1 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 8.10.2_typescript@4.4.3 + ts-node: 8.10.2_typescript@4.4.4 tslib: 1.14.1 transitivePeerDependencies: - typescript dev: false - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_4b317b069e4dad36c8619feea2045a32: + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_3fdcc7bc724bd900a681b5e9457ed94a: resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} engines: {node: '>=10.0.0'} peerDependencies: @@ -1807,7 +1801,7 @@ packages: cosmiconfig: 7.0.1 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.4.3 + ts-node: 9.1.1_typescript@4.4.4 tslib: 2.3.1 transitivePeerDependencies: - typescript @@ -1830,14 +1824,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.2_f94a34b78548aa229868eefae2a54bd8: - resolution: {integrity: sha512-TpWpz0s8EgVt9aqyOCFktONqVkjyrNRR4esn3cEYrueH+XXSMDLWY9oFHuUJzntcoEOlOBWMvpsJCPG/1kthkg==} + /@firebase/analytics-compat/0.1.3_34eb0645f91e1d414e0a807c9c8ba4b4: + resolution: {integrity: sha512-FpaJ4sbJnryCRBkKIE45L2wGt2oCmlRK+AZc4JQHw20vb8Mf1WG1qGO+FGNoFev3lJSAd21tyhoLdPvbCTnOZQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.1_@firebase+app@0.7.3 + '@firebase/analytics': 0.7.2_@firebase+app@0.7.4 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -1849,26 +1843,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.1_@firebase+app@0.7.3: - resolution: {integrity: sha512-fTUN47UK4obzIJwmgLMJU46dWZ7pzitCEO+80pQZC7mdLlVs/NW0+tMf6rETwMpKjGSgb25cKidpgEuioQtT7w==} + /@firebase/analytics/0.7.2_@firebase+app@0.7.4: + resolution: {integrity: sha512-YxLsPojufkfe3FFg6imOMQdfdJwu5hig17jnldpdmqemj1gOIwE/peTBrksP4rxnIra26XhsBRppcPcVQyxMNQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.3 + '@firebase/installations': 0.5.2_@firebase+app@0.7.4 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.1.3_f94a34b78548aa229868eefae2a54bd8: + /@firebase/app-check-compat/0.1.3_34eb0645f91e1d414e0a807c9c8ba4b4: resolution: {integrity: sha512-ka5ggmfucQDwEJTcFsXPJJ+ygPZz4Q44D5yb0sksfOAsUSpzAR83jDSxebOgTvvk+axNCFamxOsrZEV6KKDjEg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.4.2_@firebase+app@0.7.3 - '@firebase/app-compat': 0.1.4 + '@firebase/app-check': 0.4.2_@firebase+app@0.7.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1881,22 +1875,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.4.2_@firebase+app@0.7.3: + /@firebase/app-check/0.4.2_@firebase+app@0.7.4: resolution: {integrity: sha512-DFYt22lUMvvncN3v6x9ZRE2/HHBQdRQyYtHwakAcZrRUALJiU16iDwl2CABuW4JKytTmMj+xXo0fjSIRWtwT/w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.4: - resolution: {integrity: sha512-+nxJUeELZflyy0a95Xg2LUwa5ulNnzQzhqyOyzNKTjzfEoi/uLKK2R4ibZ8yb/vLqN7mNySqjbRpfp9Lk/fiQw==} + /@firebase/app-compat/0.1.5: + resolution: {integrity: sha512-GJURp5Nn8dEm72/y13Z+XMvWmMomsYViNxw6VKYqVH9f9VKnJ46Q8zYtx2ePvOuj7pAqsfwNkvAdAFYcveTe9g==} dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1907,8 +1901,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.3: - resolution: {integrity: sha512-IsSsPzVEOxKWpvYkNdkBmTntYKjKhEUNhBdWrM3SC0pKdEDAmk5T/JIZ5gAK3K7B4bTvWo2iNQ+qMCbtSZoLWw==} + /@firebase/app/0.7.4: + resolution: {integrity: sha512-XBrZb60m7N1XqmRhSJWADDD3J/0j9wM2VhxC5KUEtFA9SWfTn9Z3EWGtRGz7ahrMkgPJsmo0fXpvUh6cY8pQvQ==} dependencies: '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 @@ -1916,18 +1910,18 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.1.5_8dcce372602522733b9d030b350d58a8: - resolution: {integrity: sha512-b6kHy4qVkeHetQDzGDbe7oF5iC9pt9DtwByt2QpDJpm4PjUNzAupQm6knSAmqf4RNo7Sh7UkCSWvE/zlzIectw==} + /@firebase/auth-compat/0.1.6_ff18e372644aa0539583bf2bc1db9fa6: + resolution: {integrity: sha512-+HNIsti29ZX4AgLH4KdI+DAesX9DOywcmHFbVJtOE6Ow8v2d8NFTi66fa4LEU7HLCvj9YpeiEpHHLs4NamJ1tw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 - '@firebase/auth': 0.18.2_@firebase+app@0.7.3 + '@firebase/app-compat': 0.1.5 + '@firebase/auth': 0.18.3_@firebase+app@0.7.4 '@firebase/auth-types': 0.11.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 node-fetch: 2.6.5 - selenium-webdriver: 4.0.0-rc-2 + selenium-webdriver: 4.0.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -1956,12 +1950,12 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/auth/0.18.2_@firebase+app@0.7.3: - resolution: {integrity: sha512-0y/yvlN7YD5o1bN4OKMRPiekrWaczWq5aQUh7Wo+eahbPb1LywT27ClFGavgAOygk0fXGjhNjp5UL3ItugvFlg==} + /@firebase/auth/0.18.3_@firebase+app@0.7.4: + resolution: {integrity: sha512-uS67CzypGu52H94mkptJ/lpoc0xAtVDksb/4+4HdSRwekxMt5EtyEdLMy8MH73Vk3MwTQWyTEsHEbwrGgk42pQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1980,14 +1974,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.1_ecda2fc04007f05d3d14fe40d83b0431: - resolution: {integrity: sha512-K3DFWiw0YkLZtlfA9TOGPw6zVXKu5dQ1XqIGztUufFVRYW8IizReXVxzSSmJNR4Adr2LiU9j66Wenc6e5UfwaQ==} + /@firebase/database-compat/0.1.2_29b85cff7998d6f2f6361607175d09d3: + resolution: {integrity: sha512-sV32QIRSNIBj/6OYtpmPzA/SfQz1/NBZbhxg9dIhGaSt9e5HaMxXRuz2lImudX0Sd/v8DKdExrxa++K6rKrRtA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 - '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 + '@firebase/database': 0.12.2_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.1 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -2003,8 +1997,8 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/database/0.12.1_@firebase+app-types@0.7.0: - resolution: {integrity: sha512-Ethk0hc476qnkSKNBa+8Yc7iM8AO69HYWsaD+QUC983FZtnuMyNLHtEeSUbLQYvyHo7cOjcc52slop14WmfZeQ==} + /@firebase/database/0.12.2_@firebase+app-types@0.7.0: + resolution: {integrity: sha512-Y1LZR1LIQM8YKMkeUPpAq3/e53hcfcXO+JEZ6vCzBeD6xRawqmpw6B5/DzePdCNNvjcqheXzSaR7T39eRZo/wA==} dependencies: '@firebase/auth-interop-types': 0.1.6_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 @@ -2016,14 +2010,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.3_8dcce372602522733b9d030b350d58a8: - resolution: {integrity: sha512-tO3uAkIguKeFeKPu99GR7F7v1/Hc8nV1h7B1kdpkVRRBe+NfVYA3qAUictQ3OAA0oy7Ae9z4SfEURO/R1b6YlQ==} + /@firebase/firestore-compat/0.1.4_ff18e372644aa0539583bf2bc1db9fa6: + resolution: {integrity: sha512-NuV0cKXE1EAxNkZxRXYjFsBPiXljuq0W3NeKyQYZTmYsVVJ215KHdR/RHAUA+1ZOfrfT2NgoZpBmE7LpYeLwXA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 - '@firebase/firestore': 3.1.0_@firebase+app@0.7.3 + '@firebase/firestore': 3.1.1_@firebase+app@0.7.4 '@firebase/firestore-types': 2.5.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2042,31 +2036,31 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/firestore/3.1.0_@firebase+app@0.7.3: - resolution: {integrity: sha512-vOXueHNRjlgBlKVCWuUDhr3dQW2hJwbcqcJaFiIV9V+PamfyhOHzX8pEQkrPort4YQQvoRmY9uiFhfOGj2hbeA==} + /@firebase/firestore/3.1.1_@firebase+app@0.7.4: + resolution: {integrity: sha512-hFl+Me6F+GhtEaMsmwruOVoaJfoYinjCKyhaXzQT/jUsoBzKUBCd6MKMjYD+D+y1deAmdkFJcRNxPV7CsgF2aw==} engines: {node: ^8.13.0 || >=10.10.0} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 '@firebase/webchannel-wrapper': 0.6.0 - '@grpc/grpc-js': 1.3.7 + '@grpc/grpc-js': 1.4.1 '@grpc/proto-loader': 0.6.5 - node-fetch: 2.6.2 + node-fetch: 2.6.5 tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.3_8dcce372602522733b9d030b350d58a8: - resolution: {integrity: sha512-NdobePNq5LUHCI1dJHUGlOTw+Qmq/FJre981/ELEMBdEs95kmKwnXB2UaLjAQYWkgkr4YS3lEnNpsiSTaEHFCg==} + /@firebase/functions-compat/0.1.4_ff18e372644aa0539583bf2bc1db9fa6: + resolution: {integrity: sha512-mC/z0uJbGk/RRskabvvDylpMHMsNNwNIxrjBJy3J8ADZUqpJTMuT4gq+pHlPemYqLBZuN8TffIZNVPajXxqc+Q==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 - '@firebase/functions': 0.7.2_e56030450eb4928ab14e1d29ae8eaf08 + '@firebase/functions': 0.7.3_459deb13e81da47b4afcdb32ade8c0ed '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2079,29 +2073,29 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.2_e56030450eb4928ab14e1d29ae8eaf08: - resolution: {integrity: sha512-B+b57xXtpsRYD3UgVtteeyavXjXfBTtuv+sG8LA0vgJs6bhORswVlKZQqpfW9SDxCMBwzzytzn1m3ZZGfUw2Lg==} + /@firebase/functions/0.7.3_459deb13e81da47b4afcdb32ade8c0ed: + resolution: {integrity: sha512-LxLbR9UtULLKMWSs6vtlte2Ka5tBDPGeGwX8Mto2uAtaNdrkoWKdhiJ4OTQx1YTCRIbTQnTg3t50NO8afzTEcQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.0 - node-fetch: 2.6.2 + node-fetch: 2.6.5 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.1_@firebase+app@0.7.3: - resolution: {integrity: sha512-KZ1XHrEPmCx3Z70P9d8mHmYEZXA/uiLIkV0D8R45Q65c0DUxBDm5tSQs56QWofxB/wx16xmO3xAZw4BdJUBnlQ==} + /@firebase/installations/0.5.2_@firebase+app@0.7.4: + resolution: {integrity: sha512-k43qItRUnjIhAcxFRhGrox2ZBY/CFJOizB30hej9HuWOFv4qXoMZOmLtKzyjskFhRn/HW8iBUVguNFAEf6iehw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 idb: 3.0.2 @@ -2114,14 +2108,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.1_f94a34b78548aa229868eefae2a54bd8: - resolution: {integrity: sha512-8FxrQjJCOfP9HibFsymT3qB18rBBmMPxOV+k0n6B7L6KW6Idswq01hMW12d93ZnvlNNKdikCKwUtBNbITBd8FA==} + /@firebase/messaging-compat/0.1.2_34eb0645f91e1d414e0a807c9c8ba4b4: + resolution: {integrity: sha512-ORxqIlnstjRhTpQsX7A0K9ifBTrqI7MNdWwCRbhvTh7GkzmhMe7ht+YAALrdvHD3Qty49UFrHznaIbF7Gr+nwA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 - '@firebase/messaging': 0.9.1_@firebase+app@0.7.3 + '@firebase/messaging': 0.9.2_@firebase+app@0.7.4 '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: @@ -2132,29 +2126,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.1_@firebase+app@0.7.3: - resolution: {integrity: sha512-0g3JWTfkv0WHnu4xgx1zcChJXU2dLjWT0e2MI13Q7NbP3TgLu5CgQ/H/lad16j4Zb4RNqZbAUJurEAB6v2BJ/w==} + /@firebase/messaging/0.9.2_@firebase+app@0.7.4: + resolution: {integrity: sha512-v95cny/HsupEvFiewsobjEtQ8ItMCPsg+29VLP51SIS3Ix7Kg2TJLZ2tfHkESRFazIhf2+GNwR8hdXoajqz2og==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.3 + '@firebase/installations': 0.5.2_@firebase+app@0.7.4 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.0 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.1_f94a34b78548aa229868eefae2a54bd8: - resolution: {integrity: sha512-xN/TjU0hVNiJshZzrUvPYB+3sPS9SgaWrfxh3p0eGFVdwHp/3Z8HlT772bkHAEKXVc64v19ktpUVd+sF5aoJNQ==} + /@firebase/performance-compat/0.1.2_34eb0645f91e1d414e0a807c9c8ba4b4: + resolution: {integrity: sha512-L9rt89eIPaucGsO/bwF199mS5+BV3kHTfK1Fr1vCmGL87kLpV8DKVccKc7Z0ZwQelfMvXOGy5jVqH/sHhiQAYg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 - '@firebase/performance': 0.5.1_@firebase+app@0.7.3 + '@firebase/performance': 0.5.2_@firebase+app@0.7.4 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2166,14 +2160,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.1_@firebase+app@0.7.3: - resolution: {integrity: sha512-O93Yry8KhAaFrhnmBaMkM0lpgVmpd7CRX0eq1S0IKLdE3MdF+oAtbQiZG/NuRl3Vz8vjoz96R6bPbCWaDuiy8Q==} + /@firebase/performance/0.5.2_@firebase+app@0.7.4: + resolution: {integrity: sha512-xHrt/BNiln3OIW9hyqKwck0x4C7Km+XKYQsP8cPDBh8AWFh//DB0ta7DuMXw7JGIuyKpK2D3iq5aQNS0MzMvSw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.3 + '@firebase/installations': 0.5.2_@firebase+app@0.7.4 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2187,15 +2181,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.1_f94a34b78548aa229868eefae2a54bd8: - resolution: {integrity: sha512-ZHRHYTdDztXHxgYXzuuD6Goa6ScmAqtctXl2eC6D8vxA8fIGRQKHN+9AMwxm8b3JHzdVY/5XhAOmKCcFvPOgtw==} + /@firebase/remote-config-compat/0.1.2_34eb0645f91e1d414e0a807c9c8ba4b4: + resolution: {integrity: sha512-j+joqwZAOO1L3pTlK8aQ3M+781ZbbOtV/TNpU4Tulqq+Psfjlx5SOYVfuF8njbbWGPLhLReFwmEjyE3jnm9hrQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 - '@firebase/remote-config': 0.3.0_@firebase+app@0.7.3 + '@firebase/remote-config': 0.3.1_@firebase+app@0.7.4 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2207,27 +2201,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.0_@firebase+app@0.7.3: - resolution: {integrity: sha512-Yf9/iXToC6Kbec1yOQ9mdTc1MP0mR2VCCR/n3Q+Ol3U+PML+ePXfqWiL2VHrUA86BeB2hpXF1BcTxvD4uOiDnA==} + /@firebase/remote-config/0.3.1_@firebase+app@0.7.4: + resolution: {integrity: sha512-31nZ0NEcARw1wYKIpoAx63rA0ao28e9zYNrlSC08mBiouSOxu69lthiO0V1ZrFqR/iW9+7M2MqnOUhJ6/LYEwQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.3 + '@firebase/installations': 0.5.2_@firebase+app@0.7.4 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.3_8dcce372602522733b9d030b350d58a8: - resolution: {integrity: sha512-m2htGJjCFlTONsqYRKXTfzkux3nbhpIpd72RK2iPkRPE69nQ0wiVplIE7bCaq3CSFMbkI3ETOtTTfW1wrOpF2g==} + /@firebase/storage-compat/0.1.4_ff18e372644aa0539583bf2bc1db9fa6: + resolution: {integrity: sha512-EV14tdnjm5yewGBgsUarGPzRUgqQX26+NVHIW1AoT+bMoODlL5ypYGv2/QA9Phi7JBvo5cAcTe4stEsu3CTF0g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.4 + '@firebase/app-compat': 0.1.5 '@firebase/component': 0.5.7 - '@firebase/storage': 0.8.3_@firebase+app@0.7.3 + '@firebase/storage': 0.8.4_@firebase+app@0.7.4 '@firebase/storage-types': 0.6.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2246,15 +2240,15 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/storage/0.8.3_@firebase+app@0.7.3: - resolution: {integrity: sha512-oraycQ787tEr6xu2Qc4nngLz1YEoEjZ+lrjThx0CJZB7VwdlkIJ24TkzJ9xoeWc+cpo34deg/If4w8AU5/WupQ==} + /@firebase/storage/0.8.4_@firebase+app@0.7.4: + resolution: {integrity: sha512-Flv25G8J4hp9wa9qTy9UoaBRl2Vcsr+FGaK6RaRUAzoMw2PA46ZPt/DChJZWxKgpmOq/7HyRc8qNTwqqDJt7dA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.3 + '@firebase/app': 0.7.4 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 - node-fetch: 2.6.2 + node-fetch: 2.6.5 tslib: 2.3.1 dev: false @@ -2369,7 +2363,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/import': 6.5.2_graphql@15.6.1 + '@graphql-tools/import': 6.5.4_graphql@15.6.1 '@graphql-tools/utils': 7.10.0_graphql@15.6.1 graphql: 15.6.1 tslib: 2.1.0 @@ -2390,12 +2384,12 @@ packages: - supports-color dev: false - /@graphql-tools/import/6.5.2_graphql@15.6.1: - resolution: {integrity: sha512-Hi3aEWHK6B83d+mjO7CdX1xhaBwEon3ZLc9Ch1ivrU7vay84k6UQkoY/B4NdOZuLKrKlt920UtoDbGoZFFYlHA==} + /@graphql-tools/import/6.5.4_graphql@15.6.1: + resolution: {integrity: sha512-2I3m/RFisxMoRQAAsZi807Kqc4i8Ih/RoliqVBU08nYSkMg/TH67/BbV54pVUrlRF44o9GYjGaHlr5p2mwDoIQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + '@graphql-tools/utils': 8.3.0_graphql@15.6.1 graphql: 15.6.1 resolve-from: 5.0.0 tslib: 2.3.1 @@ -2473,7 +2467,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + '@graphql-tools/utils': 8.3.0_graphql@15.6.1 graphql: 15.6.1 tslib: 2.3.1 dev: false @@ -2504,7 +2498,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + '@graphql-tools/utils': 8.3.0_graphql@15.6.1 graphql: 15.6.1 relay-compiler: 11.0.2_graphql@15.6.1 tslib: 2.3.1 @@ -2517,7 +2511,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + '@graphql-tools/utils': 8.3.0_graphql@15.6.1 graphql: 15.6.1 lodash: 4.17.21 micromatch: 4.0.4 @@ -2551,7 +2545,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-tools/merge': 8.1.2_graphql@15.6.1 - '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + '@graphql-tools/utils': 8.3.0_graphql@15.6.1 graphql: 15.6.1 tslib: 2.3.1 value-or-promise: 1.0.10 @@ -2635,8 +2629,8 @@ packages: tslib: 2.3.1 dev: false - /@graphql-tools/utils/8.2.5_graphql@15.6.1: - resolution: {integrity: sha512-k/Rktklhy22dQfbJLKiLGfQymQCTr6Rd2BilC7g2Yk6wFSzVLYr8jeXNoTD+/p61XBQzBjTVayskvaMvNS3BDg==} + /@graphql-tools/utils/8.3.0_graphql@15.6.1: + resolution: {integrity: sha512-ksE0RxS0AFllo6KIJjvQsRgcUAzoyZUgUrDbCngv4SaQwyX9YxTfddTLN4uQmbiZB9h25fPp/Xgeyaa3ARCzgg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -2678,11 +2672,12 @@ packages: graphql: 15.6.1 dev: false - /@grpc/grpc-js/1.3.7: - resolution: {integrity: sha512-CKQVuwuSPh40tgOkR7c0ZisxYRiN05PcKPW72mQL5y++qd7CwBRoaJZvU5xfXnCJDFBmS3qZGQ71Frx6Ofo2XA==} + /@grpc/grpc-js/1.4.1: + resolution: {integrity: sha512-/chkA48TdAvATHA7RXJPeHQLdfFhpu51974s8htjO/XTDHA41j5+SkR5Io+lr9XsLmkZD6HxLyRAFGmA9wjO2w==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@types/node': 16.10.3 + '@grpc/proto-loader': 0.6.5 + '@types/node': 16.11.1 dev: false /@grpc/proto-loader/0.6.5: @@ -2754,7 +2749,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 chalk: 4.1.2 jest-message-util: 27.2.5 jest-util: 27.2.5 @@ -2775,7 +2770,7 @@ packages: '@jest/test-result': 27.2.5 '@jest/transform': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -2812,7 +2807,7 @@ packages: dependencies: '@jest/fake-timers': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 jest-mock: 27.2.5 dev: true @@ -2822,7 +2817,7 @@ packages: dependencies: '@jest/types': 27.2.5 '@sinonjs/fake-timers': 8.0.1 - '@types/node': 16.10.3 + '@types/node': 16.11.1 jest-message-util: 27.2.5 jest-mock: 27.2.5 jest-util: 27.2.5 @@ -2851,17 +2846,17 @@ packages: '@jest/test-result': 27.2.5 '@jest/transform': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.2 istanbul-lib-instrument: 4.0.3 istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.0 - istanbul-reports: 3.0.3 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.0.5 jest-haste-map: 27.2.5 jest-resolve: 27.2.5 jest-util: 27.2.5 @@ -2912,7 +2907,7 @@ packages: dependencies: '@babel/core': 7.15.8 '@jest/types': 27.2.5 - babel-plugin-istanbul: 6.0.0 + babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 @@ -2935,7 +2930,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.10.3 + '@types/node': 16.11.1 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -2946,7 +2941,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.10.3 + '@types/node': 16.11.1 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3009,19 +3004,19 @@ packages: '@babel/runtime': 7.15.4 '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.15.8 core-js: 2.6.12 - core-js-compat: 3.18.2 + core-js-compat: 3.18.3 regenerator-runtime: 0.13.9 transitivePeerDependencies: - supports-color dev: false - /@nuxt/builder/2.15.8_typescript@4.4.3: + /@nuxt/builder/2.15.8_typescript@4.4.4: resolution: {integrity: sha512-WVhN874LFMdgRiJqpxmeKI+vh5lhCUBVOyR9PhL1m1V/GV3fb+Dqc1BKS6XgayrWAWavPLveCJmQ/FID0puOfQ==} dependencies: '@nuxt/devalue': 1.2.5 '@nuxt/utils': 2.15.8 '@nuxt/vue-app': 2.15.8 - '@nuxt/webpack': 2.15.8_typescript@4.4.3 + '@nuxt/webpack': 2.15.8_typescript@4.4.4 chalk: 4.1.2 chokidar: 3.5.2 consola: 2.15.3 @@ -3120,8 +3115,8 @@ packages: consola: 2.15.3 dev: false - /@nuxt/friendly-errors-webpack-plugin/2.5.1_webpack@4.46.0: - resolution: {integrity: sha512-mKN0Mbb1PjJYBzrswsyWvSEZw5Jxi0fQZPMA0ssrTmkz9lvtxtXq4luhX31OpULUvbc0jLaBu/SL0ExlxIbTlw==} + /@nuxt/friendly-errors-webpack-plugin/2.5.2_webpack@4.46.0: + resolution: {integrity: sha512-LLc+90lnxVbpKkMqk5z1EWpXoODhc6gRkqqXJCInJwF5xabHAE7biFvbULfvTRmtaTzAaP8IV4HQDLUgeAUTTw==} engines: {node: '>=8.0.0', npm: '>=5.0.0'} peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -3129,7 +3124,7 @@ packages: chalk: 2.4.2 consola: 2.15.3 error-stack-parser: 2.0.6 - string-width: 2.1.1 + string-width: 4.2.3 webpack: 4.46.0 dev: false @@ -3149,6 +3144,7 @@ packages: /@nuxt/kit/0.6.4: resolution: {integrity: sha512-NsV8TEVN+oTOgJvrsaIuyMaq/mFW+O7Rnz+sGUMlJlUskBC0KyqkrLkclNFyXsrnf4MEudAV+1WwtOyFVODltw==} + deprecated: Using an outdated and unsupported version of Nuxt kit! Please use latest @nuxt/kit-edge or revert this migration. dependencies: consola: 2.15.3 create-require: 1.1.1 @@ -3156,7 +3152,7 @@ packages: dotenv: 10.0.0 globby: 11.0.4 hash-sum: 2.0.0 - jiti: 1.12.6 + jiti: 1.12.7 rc9: 1.2.0 scule: 0.2.1 std-env: 2.3.1 @@ -3224,15 +3220,15 @@ packages: git-url-parse: 11.6.0 inquirer: 7.3.3 is-docker: 2.2.1 - jiti: 1.12.6 - nanoid: 3.1.29 + jiti: 1.12.7 + nanoid: 3.1.30 node-fetch: 2.6.5 parse-git-config: 3.0.0 rc9: 1.2.0 std-env: 2.3.1 dev: false - /@nuxt/types/2.15.8_sass@1.42.1: + /@nuxt/types/2.15.8_sass@1.43.2: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -3253,7 +3249,7 @@ packages: '@types/webpack-bundle-analyzer': 3.9.3 '@types/webpack-dev-middleware': 4.1.2 '@types/webpack-hot-middleware': 2.25.4 - sass-loader: 10.1.1_sass@1.42.1 + sass-loader: 10.1.1_sass@1.43.2 transitivePeerDependencies: - fibers - node-sass @@ -3266,7 +3262,7 @@ packages: peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.42.1 + '@nuxt/types': 2.15.8_sass@1.43.2 consola: 2.15.3 fork-ts-checker-webpack-plugin: 6.3.4_eslint@7.32.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 @@ -3284,7 +3280,7 @@ packages: create-require: 1.1.1 fs-extra: 9.1.0 hash-sum: 2.0.0 - jiti: 1.12.6 + jiti: 1.12.7 lodash: 4.17.21 proper-lockfile: 4.1.2 semver: 7.3.5 @@ -3325,16 +3321,16 @@ packages: vue-server-renderer: 2.6.14 dev: false - /@nuxt/webpack/2.15.8_typescript@4.4.3: + /@nuxt/webpack/2.15.8_typescript@4.4.4: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: '@babel/core': 7.15.8 '@nuxt/babel-preset-app': 2.15.8 - '@nuxt/friendly-errors-webpack-plugin': 2.5.1_webpack@4.46.0 + '@nuxt/friendly-errors-webpack-plugin': 2.5.2_webpack@4.46.0 '@nuxt/utils': 2.15.8 babel-loader: 8.2.2_7f185b6b63b1b293762538aa414d8c1b cache-loader: 4.1.0_webpack@4.46.0 - caniuse-lite: 1.0.30001265 + caniuse-lite: 1.0.30001269 consola: 2.15.3 css-loader: 4.3.0_webpack@4.46.0 cssnano: 4.1.11 @@ -3349,7 +3345,7 @@ packages: memory-fs: 0.5.0 optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 pify: 5.0.0 - pnp-webpack-plugin: 1.7.0_typescript@4.4.3 + pnp-webpack-plugin: 1.7.0_typescript@4.4.4 postcss: 7.0.39 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 @@ -3368,7 +3364,7 @@ packages: vue-style-loader: 4.1.3 vue-template-compiler: 2.6.14 webpack: 4.46.0 - webpack-bundle-analyzer: 4.4.2 + webpack-bundle-analyzer: 4.5.0 webpack-dev-middleware: 4.3.0_webpack@4.46.0 webpack-hot-middleware: 2.25.1 webpack-node-externals: 3.0.0 @@ -3387,7 +3383,7 @@ packages: dependencies: '@nuxtjs/proxy': 2.1.0 axios: 0.21.4 - axios-retry: 3.2.0 + axios-retry: 3.2.2_axios@0.21.4 consola: 2.15.3 defu: 5.0.0 transitivePeerDependencies: @@ -3401,8 +3397,8 @@ packages: lodash.template: 4.5.0 dev: true - /@nuxtjs/composition-api/0.29.2_nuxt@2.15.8: - resolution: {integrity: sha512-Dk2rh2xdcqGPBwmFhNs74wuCs7GWutpDylVuV8cGj/4RpxlwhXQXv8P4iWOp85Y3HEdxDYaXsb+JtMyEnXqxnw==} + /@nuxtjs/composition-api/0.29.3_nuxt@2.15.8: + resolution: {integrity: sha512-zHI807v8yrvxU8Cq/ISa7AYDRdBE5ajnuuSXEDrvFBX1KJh9ShxCeknZHzXrrnFKAXnIMcouMQnbgVtk5StTzw==} engines: {node: ^12.20.0 || >=14.13.0} peerDependencies: '@nuxt/vue-app': ^2.15 @@ -3414,7 +3410,7 @@ packages: estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 - nuxt: 2.15.8_typescript@4.4.3 + nuxt: 2.15.8_typescript@4.4.4 ufo: 0.7.9 unplugin-vue2-script-setup: 0.6.11 upath: 2.0.1 @@ -3433,29 +3429,29 @@ packages: dotenv: 8.6.0 dev: true - /@nuxtjs/eslint-config-typescript/6.0.1_eslint@7.32.0+typescript@4.4.3: + /@nuxtjs/eslint-config-typescript/6.0.1_eslint@7.32.0+typescript@4.4.4: resolution: {integrity: sha512-ZK/C2ZtXrc2FlQwssc3gqc3K9RAtGF+OLGXRDtDxyrlhgPwAC4bc9McBGqUokdbE+pup0OA38PylPOhbWHZkrg==} peerDependencies: eslint: ^7.27.0 dependencies: - '@nuxtjs/eslint-config': 6.0.1_73e9b746f54dad66aa843ac28a205fd4 - '@typescript-eslint/eslint-plugin': 4.33.0_d753869925cce96d3eb2141eeedafe57 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.3 + '@nuxtjs/eslint-config': 6.0.1_f178490c6a6949e5c714e48d3ab36f98 + '@typescript-eslint/eslint-plugin': 4.33.0_cc617358c89d3f38c52462f6d809db4c + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.4 eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@nuxtjs/eslint-config/6.0.1_73e9b746f54dad66aa843ac28a205fd4: + /@nuxtjs/eslint-config/6.0.1_f178490c6a6949e5c714e48d3ab36f98: resolution: {integrity: sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ==} peerDependencies: eslint: ^7.27.0 dependencies: eslint: 7.32.0 - eslint-config-standard: 16.0.3_dfa64ed3583b1f068d7b5761cc0291ce - eslint-plugin-import: 2.24.2_eslint@7.32.0 - eslint-plugin-jest: 24.7.0_73e9b746f54dad66aa843ac28a205fd4 + eslint-config-standard: 16.0.3_84f1429610a142ee8dd75a0647bfa930 + eslint-plugin-import: 2.25.2_eslint@7.32.0 + eslint-plugin-jest: 24.7.0_f178490c6a6949e5c714e48d3ab36f98 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.1.0_eslint@7.32.0 eslint-plugin-standard: 4.1.0_eslint@7.32.0 @@ -3770,7 +3766,7 @@ packages: npm-run-path: 4.0.1 semver: 7.3.5 tslib: 2.3.1 - yarn: 1.22.15 + yarn: 1.22.17 transitivePeerDependencies: - supports-color dev: false @@ -3844,15 +3840,15 @@ packages: resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} dev: false - /@relmify/jest-fp-ts/1.1.1_fp-ts@2.11.4+io-ts@2.2.16: + /@relmify/jest-fp-ts/1.1.1_fp-ts@2.11.5+io-ts@2.2.16: resolution: {integrity: sha512-cuYK27gjDoEZIzvUuLRvgmqp/t5BlGWMrsVj+kzGlsgYny9xYCAMMRBd38HcFciG6aVTVKrLKqsYNidvU+4vzA==} peerDependencies: fp-ts: 2.x io-ts: 2.x dependencies: expect: 26.6.2 - fp-ts: 2.11.4 - io-ts: 2.2.16_fp-ts@2.11.4 + fp-ts: 2.11.5 + io-ts: 2.2.16_fp-ts@2.11.5 jest-get-type: 26.3.0 jest-matcher-utils: 26.6.2 dev: true @@ -3902,6 +3898,10 @@ packages: '@sinonjs/commons': 1.8.3 dev: true + /@socket.io/component-emitter/3.0.0: + resolution: {integrity: sha512-2pTGuibAXJswAPJjaKisthqS/NOK5ypG4LYT6tEAV0S/mxW0zOIvYvGK0V8w8+SHxAm6vRMSjqSalFXeBAqs+Q==} + dev: false + /@stylelint/postcss-css-in-js/0.37.2_4f7b71a942b8b7a555b8adf78f88122b: resolution: {integrity: sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==} peerDependencies: @@ -3966,7 +3966,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/anymatch/3.0.0: @@ -4026,7 +4026,7 @@ packages: resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/body-parser/1.19.1: @@ -4039,7 +4039,7 @@ packages: resolution: {integrity: sha512-h9LyKErRGZqMsHh9bd+FE8yCIal4S0DxKTOeui56VgVXqa66TKiuaIUxCAI7c1O0LjaUzOTcsMyOpO9GetozRA==} deprecated: This is a stub types definition. browserslist provides its own type definitions, so you do not need this installed. dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 dev: true /@types/cacheable-request/6.0.2: @@ -4047,7 +4047,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 16.10.3 + '@types/node': 16.11.1 '@types/responselike': 1.0.0 dev: true @@ -4058,14 +4058,14 @@ packages: source-map: 0.6.1 dev: true - /@types/codemirror/5.60.4: - resolution: {integrity: sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==} + /@types/codemirror/5.60.5: + resolution: {integrity: sha512-TiECZmm8St5YxjFUp64LK0c8WU5bxMDt9YaAek1UqUb9swrSCoJhh92fWu1p3mTEqlHjhB5sY7OFBhWroJXZVg==} dependencies: '@types/tern': 0.23.4 dev: true - /@types/component-emitter/1.2.10: - resolution: {integrity: sha512-bsjleuRKWmGqajMerkzox19aGbscQX5rmmvvXl3wlIp5gMG1HgkiwPxsN5p070fBDKTNSPgojVbuY1+HWMbFhg==} + /@types/component-emitter/1.2.11: + resolution: {integrity: sha512-SRXjM+tfsSlA9VuG8hGO2nft2p8zjXCK1VcC6N4NXbBbYbSia9kzCChYQajIjzIqOOOuh5Ock6MmV2oux4jDZQ==} dev: false /@types/compression/1.7.0: @@ -4082,7 +4082,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/content-disposition/0.5.4: @@ -4099,7 +4099,7 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.13 '@types/keygrip': 1.0.2 - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/cors/2.8.10: @@ -4132,7 +4132,7 @@ packages: /@types/express-serve-static-core/4.17.24: resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -4153,13 +4153,13 @@ packages: /@types/fs-capacitor/2.0.0: resolution: {integrity: sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: true /@types/html-minifier-terser/5.1.2: @@ -4189,7 +4189,7 @@ packages: /@types/http-proxy/1.17.7: resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/istanbul-lib-coverage/2.0.3: @@ -4229,7 +4229,7 @@ packages: /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: true /@types/koa-compose/3.2.5: @@ -4248,7 +4248,7 @@ packages: '@types/http-errors': 1.8.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/less/3.0.2: @@ -4283,7 +4283,7 @@ packages: /@types/node-fetch/2.5.12: resolution: {integrity: sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 form-data: 3.0.1 dev: false @@ -4300,12 +4300,12 @@ packages: /@types/node/12.20.12: resolution: {integrity: sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg==} - /@types/node/12.20.28: - resolution: {integrity: sha512-cBw8gzxUPYX+/5lugXIPksioBSbE42k0fZ39p+4yRzfYjN6++eq9kAPdlY9qm+MXyfbk9EmvCYAYRn380sF46w==} + /@types/node/12.20.33: + resolution: {integrity: sha512-5XmYX2GECSa+CxMYaFsr2mrql71Q4EvHjKS+ox/SiwSdaASMoBIWE6UmZqFO+VX1jIcsYLStI4FFoB6V7FeIYw==} dev: false - /@types/node/16.10.3: - resolution: {integrity: sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ==} + /@types/node/16.11.1: + resolution: {integrity: sha512-PYGcJHL9mwl1Ek3PLiYgyEKtwTMmkMw4vbiyz/ps3pfdRYLVv+SN7qHVAImrjdAXxgluDEw6Ph4lyv+m9UpRmA==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4344,7 +4344,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: true /@types/sass-loader/8.0.1: @@ -4364,7 +4364,7 @@ packages: /@types/sax/1.2.3: resolution: {integrity: sha512-+QSw6Tqvs/KQpZX8DvIl3hZSjNFLW/OqE5nlyHXtTwODaJvioN2rOWpBNEWZp2HZUFhOh+VohmJku/WxEXU2XA==} dependencies: - '@types/node': 12.20.28 + '@types/node': 12.20.33 dev: false /@types/serve-static/1.13.9: @@ -4394,8 +4394,8 @@ packages: resolution: {integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==} dev: true - /@types/stylelint/13.13.2: - resolution: {integrity: sha512-5Yt1LQenR7uk+efCydQmN7ubOtO2qJ8Z9K/qqnlW87X1zkIQ8RkMCZbaOgZj/aBrR/h5Q738mJU6CYhXOj9sEg==} + /@types/stylelint/13.13.3: + resolution: {integrity: sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==} dependencies: globby: 11.0.4 postcss: 7.0.39 @@ -4476,7 +4476,7 @@ packages: /@types/webpack/4.41.31: resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -4487,13 +4487,13 @@ packages: /@types/websocket/1.0.2: resolution: {integrity: sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: false /@types/yargs-parser/20.2.1: @@ -4516,7 +4516,7 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/4.33.0_d753869925cce96d3eb2141eeedafe57: + /@typescript-eslint/eslint-plugin/4.33.0_cc617358c89d3f38c52462f6d809db4c: resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -4527,8 +4527,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.4 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.4 '@typescript-eslint/scope-manager': 4.33.0 debug: 4.3.2 eslint: 7.32.0 @@ -4536,13 +4536,13 @@ packages: ignore: 5.1.8 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.3 - typescript: 4.4.3 + tsutils: 3.21.0_typescript@4.4.4 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.3: + /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.4: resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -4551,7 +4551,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.3 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4560,7 +4560,7 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.3: + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.4: resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -4572,10 +4572,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.3 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4 debug: 4.3.2 eslint: 7.32.0 - typescript: 4.4.3 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true @@ -4593,7 +4593,7 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.3: + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.4: resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -4608,8 +4608,8 @@ packages: globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.3 - typescript: 4.4.3 + tsutils: 3.21.0_typescript@4.4.4 + typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true @@ -4919,24 +4919,21 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@windicss/config/1.4.2_typescript@4.4.3: - resolution: {integrity: sha512-wjvZH1m8Rb60zCxYQDiZmgpSsljirqBNWsKo5G7JbkHGuEgCQdC+27jtPWQoMyBJY2w76Ofa7+7jvMqgoAS+ag==} + /@windicss/config/1.4.11: + resolution: {integrity: sha512-fNq8bo0RMUDUyzmXfKBUjSQOn0D9WLgGmv71IbbkH7UH+2NUYwCL0mgjdtX1MzlFyUXk1O35XnXpee/bscH2Gw==} dependencies: debug: 4.3.2 - jiti: 1.12.6 - tsup: 4.14.0_typescript@4.4.3 + jiti: 1.12.7 windicss: 3.1.9 transitivePeerDependencies: - supports-color - - ts-node - - typescript dev: true - /@windicss/plugin-utils/1.4.2_typescript@4.4.3: - resolution: {integrity: sha512-EVMclEc8lSp03ljQIviKGe9SjdJkxkhwL99H8fAVRKVDJXhTAlpRc8nqcnkf8agZ4eTY6BE3kEJaC9hDICLjBg==} + /@windicss/plugin-utils/1.4.11: + resolution: {integrity: sha512-lMxHnMCSFS8Cbae4lftYVLHJJoQ0ytVQQ4d71QhRYWjz1e8Axr/pJKxDgrlOUYb9B7LJ74/3ggMjCK5/X8Hiaw==} dependencies: - '@antfu/utils': 0.2.4 - '@windicss/config': 1.4.2_typescript@4.4.3 + '@antfu/utils': 0.3.0 + '@windicss/config': 1.4.11 debug: 4.3.2 fast-glob: 3.2.7 magic-string: 0.25.7 @@ -4944,14 +4941,12 @@ packages: windicss: 3.1.9 transitivePeerDependencies: - supports-color - - ts-node - - typescript dev: true /@wry/context/0.4.4: resolution: {integrity: sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 tslib: 1.14.1 dev: false @@ -5205,10 +5200,6 @@ packages: engines: {node: '>=6'} dev: false - /any-promise/1.3.0: - resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} - dev: true - /anymatch/2.0.0: resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: @@ -5275,7 +5266,7 @@ packages: zen-observable: 0.8.15 dev: false - /apollo-codegen-core/0.40.4_typescript@4.4.3: + /apollo-codegen-core/0.40.4_typescript@4.4.4: resolution: {integrity: sha512-FAgPwfI78QK8/mDQqUZgAe+URrG7RNDh9wdGRG7snQF2PaV9NynhqVoplka/DAywcnTDEqh4q0zz8qul0e1Azg==} engines: {node: '>=8', npm: '>=6'} dependencies: @@ -5283,7 +5274,7 @@ packages: '@babel/parser': 7.15.8 '@babel/types': 7.14.8 apollo-env: 0.10.0 - apollo-language-server: 1.26.4_typescript@4.4.3 + apollo-language-server: 1.26.4_typescript@4.4.4 ast-types: 0.14.2 common-tags: 1.8.0 recast: 0.20.5 @@ -5291,13 +5282,13 @@ packages: - typescript dev: false - /apollo-codegen-flow/0.38.4_typescript@4.4.3: + /apollo-codegen-flow/0.38.4_typescript@4.4.4: resolution: {integrity: sha512-6YWZlW7/Ng10gxFQ+8kF1uFXZM968qMvzJCzhNzJmwVOnn0vjI7fR7XmNwpnka0AMi77GcyT52FPX+Dm8hh81w==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.14.8 '@babel/types': 7.14.8 - apollo-codegen-core: 0.40.4_typescript@4.4.3 + apollo-codegen-core: 0.40.4_typescript@4.4.4 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5305,11 +5296,11 @@ packages: - typescript dev: false - /apollo-codegen-scala/0.39.4_typescript@4.4.3: + /apollo-codegen-scala/0.39.4_typescript@4.4.4: resolution: {integrity: sha512-N/OpdSgaNVRo9cJcLUC6j9Mh2i9iVHfHl+B5Ht4P+cDbsxmMczfkgiOcNUDybvUNbMFdye4eX4VV+1Zmm6oxAA==} engines: {node: '>=8', npm: '>=6'} dependencies: - apollo-codegen-core: 0.40.4_typescript@4.4.3 + apollo-codegen-core: 0.40.4_typescript@4.4.4 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5317,11 +5308,11 @@ packages: - typescript dev: false - /apollo-codegen-swift/0.40.4_typescript@4.4.3: + /apollo-codegen-swift/0.40.4_typescript@4.4.4: resolution: {integrity: sha512-iwdzVBHwp8OeRF8n2ET57C7k79cwfGrJ7xFGdHuyj8K/ea0UCKHmjyeq5Te2G17KeS0ZH3sMQuzXsR9nJUsrKg==} engines: {node: '>=8', npm: '>=6'} dependencies: - apollo-codegen-core: 0.40.4_typescript@4.4.3 + apollo-codegen-core: 0.40.4_typescript@4.4.4 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5329,13 +5320,13 @@ packages: - typescript dev: false - /apollo-codegen-typescript/0.40.4_typescript@4.4.3: + /apollo-codegen-typescript/0.40.4_typescript@4.4.4: resolution: {integrity: sha512-PFKua11i1S2IXSQTxof2dpotw31wjKmoZdiEN0m7rdhjR9mWy+p+xlyOxrT+sj1pJy3kCoRAItYzPP2fTC8lzQ==} engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.14.8 '@babel/types': 7.14.8 - apollo-codegen-core: 0.40.4_typescript@4.4.3 + apollo-codegen-core: 0.40.4_typescript@4.4.4 change-case: 4.1.2 common-tags: 1.8.0 inflected: 2.1.0 @@ -5356,7 +5347,7 @@ packages: engines: {node: '>=8'} dependencies: '@types/node-fetch': 2.5.12 - core-js: 3.18.2 + core-js: 3.18.3 node-fetch: 2.6.5 sha.js: 2.4.11 dev: false @@ -5367,20 +5358,20 @@ packages: peerDependencies: graphql: ^14.2.1 || ^15.0.0 dependencies: - core-js-pure: 3.18.2 + core-js-pure: 3.18.3 graphql: 15.6.1 lodash.sortby: 4.7.0 sha.js: 2.4.11 dev: false - /apollo-language-server/1.26.4_typescript@4.4.3: + /apollo-language-server/1.26.4_typescript@4.4.4: resolution: {integrity: sha512-WQtJxQcHcTTHB3ckA56vyN3W2Lb+ha3YWsojwyirBWHvT0mLoZeblEISv2y5iADgRE9kR80CXs/WV82VaKbxPQ==} engines: {node: '>=8', npm: '>=6'} dependencies: '@apollo/federation': 0.27.0_graphql@15.6.1 '@apollographql/apollo-tools': 0.5.1 '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.6.1 - '@endemolshinegroup/cosmiconfig-typescript-loader': 1.0.2_4f9b016a9697d58bd127ac5ffca32a8d + '@endemolshinegroup/cosmiconfig-typescript-loader': 1.0.2_2af0a18dbb0d7e7cc3ac09fcd972a568 apollo-datasource: 0.9.0 apollo-env: 0.10.0 apollo-graphql: 0.9.3_graphql@15.6.1 @@ -5390,7 +5381,7 @@ packages: apollo-link-http: 1.5.17_graphql@15.6.1 apollo-server-errors: 2.5.0_graphql@15.6.1 await-to-js: 2.1.1 - core-js: 3.18.2 + core-js: 3.18.3 cosmiconfig: 5.2.1 dotenv: 8.6.0 glob: 7.1.7 @@ -5663,7 +5654,7 @@ packages: tslib: 1.14.1 dev: false - /apollo/2.33.6_typescript@4.4.3: + /apollo/2.33.6_typescript@4.4.4: resolution: {integrity: sha512-NSOU8g16Vu3OkThS3BX7Iq/NeuD2guOtYn24/dbuK2QiYmld4ZDtUrnvZbd8XgH9NzzPnF8cMztAGfqESFbq2Q==} engines: {node: '>=8', npm: '>=6'} hasBin: true @@ -5677,14 +5668,14 @@ packages: '@oclif/plugin-not-found': 1.2.4 '@oclif/plugin-plugins': 1.10.1 '@oclif/plugin-warn-if-update-available': 1.7.0 - apollo-codegen-core: 0.40.4_typescript@4.4.3 - apollo-codegen-flow: 0.38.4_typescript@4.4.3 - apollo-codegen-scala: 0.39.4_typescript@4.4.3 - apollo-codegen-swift: 0.40.4_typescript@4.4.3 - apollo-codegen-typescript: 0.40.4_typescript@4.4.3 + apollo-codegen-core: 0.40.4_typescript@4.4.4 + apollo-codegen-flow: 0.38.4_typescript@4.4.4 + apollo-codegen-scala: 0.39.4_typescript@4.4.4 + apollo-codegen-swift: 0.40.4_typescript@4.4.4 + apollo-codegen-typescript: 0.40.4_typescript@4.4.4 apollo-env: 0.10.0 apollo-graphql: 0.9.3_graphql@15.6.1 - apollo-language-server: 1.26.4_typescript@4.4.3 + apollo-language-server: 1.26.4_typescript@4.4.4 chalk: 2.4.2 cli-ux: 5.6.3 env-ci: 5.0.2 @@ -5870,8 +5861,8 @@ packages: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.17.3 - caniuse-lite: 1.0.30001265 + browserslist: 4.17.4 + caniuse-lite: 1.0.30001269 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -5883,10 +5874,15 @@ packages: engines: {node: '>=6.0.0'} dev: false - /axios-retry/3.2.0: - resolution: {integrity: sha512-RK2cLMgIsAQBDhlIsJR5dOhODPigvel18XUv1dDXW+4k1FzebyfRk+C+orot6WPZOYFKSfhLwHPwVmTVOODQ5w==} + /axios-retry/3.2.2_axios@0.21.4: + resolution: {integrity: sha512-dalsS+nk+dw3KIJ+sXzNCAPWhgqWkJhfHFeDXBKJXo0S/Uc1YVHf+d9Vhh9WgoAFgSU2JgLnQjSB99rRfg29Sg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + peerDependencies: + axios: '>=0.21.2' dependencies: - is-retry-allowed: 1.2.0 + '@babel/runtime': 7.15.4 + axios: 0.21.4 + is-retry-allowed: 2.2.0 dev: false /axios/0.21.4: @@ -5931,7 +5927,7 @@ packages: '@jest/transform': 27.2.5 '@jest/types': 27.2.5 '@types/babel__core': 7.1.16 - babel-plugin-istanbul: 6.0.0 + babel-plugin-istanbul: 6.1.1 babel-preset-jest: 27.2.0_@babel+core@7.15.8 chalk: 4.1.2 graceful-fs: 4.2.8 @@ -5966,14 +5962,14 @@ packages: dependencies: object.assign: 4.1.2 - /babel-plugin-istanbul/6.0.0: - resolution: {integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==} + /babel-plugin-istanbul/6.1.1: + resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: '@babel/helper-plugin-utils': 7.14.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 4.0.3 + istanbul-lib-instrument: 5.0.4 test-exclude: 6.0.0 transitivePeerDependencies: - supports-color @@ -6008,7 +6004,7 @@ packages: dependencies: '@babel/core': 7.15.8 '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 - core-js-compat: 3.18.2 + core-js-compat: 3.18.3 transitivePeerDependencies: - supports-color @@ -6187,6 +6183,11 @@ packages: engines: {node: '>= 0.6.0'} dev: false + /base64-arraybuffer/1.0.1: + resolution: {integrity: sha512-vFIUq7FdLtjZMhATwDul5RZWv2jpXQ09Pd6jcVEOvIsqCWTRFD/ONHNfyOS8dA/Ippi5dsIgpyKWKZaAKZltbA==} + engines: {node: '>= 0.6.0'} + dev: false + /base64-js/1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: false @@ -6351,16 +6352,16 @@ packages: pako: 1.0.11 dev: false - /browserslist/4.17.3: - resolution: {integrity: sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==} + /browserslist/4.17.4: + resolution: {integrity: sha512-Zg7RpbZpIJRW3am9Lyckue7PLytvVxxhJj1CaJVlCWENsGEAOlnlt8X0ZxGRPp7Bt9o8tIRM5SEXy4BCPMJjLQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001265 - electron-to-chromium: 1.3.864 + caniuse-lite: 1.0.30001269 + electron-to-chromium: 1.3.871 escalade: 3.1.1 - node-releases: 1.1.77 - picocolors: 0.2.1 + node-releases: 2.0.0 + picocolors: 1.0.0 /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -6426,11 +6427,6 @@ packages: engines: {node: '>= 0.8'} dev: false - /cac/6.7.8: - resolution: {integrity: sha512-EozC0vCN4aX3LbcVAzN0tW0qKeDFDXZ74xIAfCviLP2B6yzWPMaYLlMP0EHi2oZKvNqRgY35bOKQtWc5xQ0dDA==} - engines: {node: '>=8'} - dev: true - /cacache/12.0.4: resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} dependencies: @@ -6605,14 +6601,14 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.17.3 - caniuse-lite: 1.0.30001265 + browserslist: 4.17.4 + caniuse-lite: 1.0.30001269 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001265: - resolution: {integrity: sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==} + /caniuse-lite/1.0.30001269: + resolution: {integrity: sha512-UOy8okEVs48MyHYgV+RdW1Oiudl1H6KolybD6ZquD0VcrPSgj25omXO1S7rDydjpqaISCwA8Pyx+jUQKZwWO5w==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6978,8 +6974,8 @@ packages: resolution: {integrity: sha512-suheFec2wlI4klyqn61MOFXjjrKPZiNY7d2py0OvTd5Z+7AsNxoGKDaS/HI59y7EAG1SkkXW/JQ1Rt2gDMxHfA==} dev: false - /codemirror/5.63.1: - resolution: {integrity: sha512-baivaNZreZOGh1/tYyTvCupC9NeWk7qlZeGUDi4nFKj/J0JU8FYKZND4QqLw70P7HOttlCt4JJAOj9GoIhHEkA==} + /codemirror/5.63.3: + resolution: {integrity: sha512-1C+LELr+5grgJYqwZKqxrcbPsHFHapVaVAloBsFBASbpLnQqLw1U8yXJ3gT5D+rhxIiSpo+kTqN+hQ+9ialIXw==} dev: false /collect-v8-coverage/1.0.1: @@ -7045,10 +7041,11 @@ packages: /commander/4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} + dev: false - /commander/6.2.1: - resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} - engines: {node: '>= 6'} + /commander/7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} dev: false /commander/8.2.0: @@ -7261,14 +7258,14 @@ packages: resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} engines: {node: '>=0.10.0'} - /core-js-compat/3.18.2: - resolution: {integrity: sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ==} + /core-js-compat/3.18.3: + resolution: {integrity: sha512-4zP6/y0a2RTHN5bRGT7PTq9lVt3WzvffTNjqnTKsXhkAYNDTkdCLOIfAdOLcQ/7TDdyRj3c+NeHe1NmF1eDScw==} dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 semver: 7.0.0 - /core-js-pure/3.18.2: - resolution: {integrity: sha512-4hMMLUlZhKJKOWbbGD1/VDUxGPEhEoN/T01k7bx271WiBKCvCfkgPzy0IeRS4PB50p6/N1q/SZL4B/TRsTE5bA==} + /core-js-pure/3.18.3: + resolution: {integrity: sha512-qfskyO/KjtbYn09bn1IPkuhHl5PlJ6IzJ9s9sraJ1EqcuGyLGKzhSM1cY0zgyL9hx42eulQLZ6WaeK5ycJCkqw==} requiresBuild: true /core-js/2.6.12: @@ -7276,8 +7273,8 @@ packages: deprecated: core-js@<3.3 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.18.2: - resolution: {integrity: sha512-zNhPOUoSgoizoSQFdX1MeZO16ORRb9FFQLts8gSYbZU5FcgXhp24iMWMxnOQo5uIaIG7/6FA/IqJPwev1o9ZXQ==} + /core-js/3.18.3: + resolution: {integrity: sha512-tReEhtMReZaPFVw7dajMx0vlsz3oOb8ajgPoHVYGxr8ErnZ6PcYEvvmjGmXlfpnxpkYSdOQttjB+MvVbCGfvLw==} requiresBuild: true dev: false @@ -8062,8 +8059,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /electron-to-chromium/1.3.864: - resolution: {integrity: sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw==} + /electron-to-chromium/1.3.871: + resolution: {integrity: sha512-qcLvDUPf8DSIMWarHT2ptgcqrYg62n3vPA7vhrOF24d8UNzbUBaHu2CySiENR3nEDzYgaN60071t0F6KLYMQ7Q==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8141,17 +8138,16 @@ packages: - utf-8-validate dev: false - /engine.io-client/5.2.0: - resolution: {integrity: sha512-BcIBXGBkT7wKecwnfrSV79G2X5lSUSgeAGgoo60plXf8UsQEvCQww/KMwXSMhVjb98fFYNq20CC5eo8IOAPqsg==} + /engine.io-client/6.0.2: + resolution: {integrity: sha512-cAep9lhZV6Q8jMXx3TNSU5cydMzMed8/O7Tz5uzyqZvpNPtQ3WQXrLYGADxlsuaFmOLN7wZLmT7ImiFhUOku8g==} dependencies: - base64-arraybuffer: 0.1.4 - component-emitter: 1.3.0 + '@socket.io/component-emitter': 3.0.0 debug: 4.3.2 - engine.io-parser: 4.0.3 + engine.io-parser: 5.0.1 has-cors: 1.1.0 parseqs: 0.0.6 parseuri: 0.0.6 - ws: 7.4.6 + ws: 8.2.3 xmlhttprequest-ssl: 2.0.0 yeast: 0.1.2 transitivePeerDependencies: @@ -8177,6 +8173,13 @@ packages: base64-arraybuffer: 0.1.4 dev: false + /engine.io-parser/5.0.1: + resolution: {integrity: sha512-j4p3WwJrG2k92VISM0op7wiq60vO92MlF3CRGxhKHy9ywG1/Dkc72g0dXeDQ+//hrcDn8gqQzoEkdO9FN0d9AA==} + engines: {node: '>=10.0.0'} + dependencies: + base64-arraybuffer: 1.0.1 + dev: false + /enhanced-resolve/2.3.0: resolution: {integrity: sha1-oRXDJQS2MC6Fp2Jp16V8zdli41k=} engines: {node: '>=0.6'} @@ -8327,7 +8330,7 @@ packages: eslint: 7.32.0 dev: true - /eslint-config-standard/16.0.3_dfa64ed3583b1f068d7b5761cc0291ce: + /eslint-config-standard/16.0.3_84f1429610a142ee8dd75a0647bfa930: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -8336,7 +8339,7 @@ packages: eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: eslint: 7.32.0 - eslint-plugin-import: 2.24.2_eslint@7.32.0 + eslint-plugin-import: 2.25.2_eslint@7.32.0 eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 5.1.0_eslint@7.32.0 dev: true @@ -8348,11 +8351,12 @@ packages: resolve: 1.20.0 dev: true - /eslint-module-utils/2.6.2: - resolution: {integrity: sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==} + /eslint-module-utils/2.7.1: + resolution: {integrity: sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==} engines: {node: '>=4'} dependencies: debug: 3.2.7 + find-up: 2.1.0 pkg-dir: 2.0.0 dev: true @@ -8367,11 +8371,11 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.24.2_eslint@7.32.0: - resolution: {integrity: sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==} + /eslint-plugin-import/2.25.2_eslint@7.32.0: + resolution: {integrity: sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==} engines: {node: '>=4'} peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 dependencies: array-includes: 3.1.4 array.prototype.flat: 1.2.5 @@ -8379,19 +8383,17 @@ packages: doctrine: 2.1.0 eslint: 7.32.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.6.2 - find-up: 2.1.0 + eslint-module-utils: 2.7.1 has: 1.0.3 - is-core-module: 2.7.0 + is-core-module: 2.8.0 + is-glob: 4.0.3 minimatch: 3.0.4 object.values: 1.1.5 - pkg-up: 2.0.0 - read-pkg-up: 3.0.0 resolve: 1.20.0 tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jest/24.7.0_73e9b746f54dad66aa843ac28a205fd4: + /eslint-plugin-jest/24.7.0_f178490c6a6949e5c714e48d3ab36f98: resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} engines: {node: '>=10'} peerDependencies: @@ -8401,8 +8403,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.33.0_d753869925cce96d3eb2141eeedafe57 - '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': 4.33.0_cc617358c89d3f38c52462f6d809db4c + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.4 eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -9115,34 +9117,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.1.2: - resolution: {integrity: sha512-lLccGDhOosNhCXuywyGQ7ICJvcXoCRu4UUUyS42kMU3JYDNvxGhJX5DWtTQ4W+c/jZm444dVpJVK7QHS98XNqg==} + /firebase/9.1.3: + resolution: {integrity: sha512-OZA60idIzSE5c01qWUDH2plhe+s4VrwbPurAh1KxvPEhMdZSOVK3zrBFHbc7nczFYWRDQpWU6v7gTHAVSANHQg==} dependencies: - '@firebase/analytics': 0.7.1_@firebase+app@0.7.3 - '@firebase/analytics-compat': 0.1.2_f94a34b78548aa229868eefae2a54bd8 - '@firebase/app': 0.7.3 - '@firebase/app-check': 0.4.2_@firebase+app@0.7.3 - '@firebase/app-check-compat': 0.1.3_f94a34b78548aa229868eefae2a54bd8 - '@firebase/app-compat': 0.1.4 + '@firebase/analytics': 0.7.2_@firebase+app@0.7.4 + '@firebase/analytics-compat': 0.1.3_34eb0645f91e1d414e0a807c9c8ba4b4 + '@firebase/app': 0.7.4 + '@firebase/app-check': 0.4.2_@firebase+app@0.7.4 + '@firebase/app-check-compat': 0.1.3_34eb0645f91e1d414e0a807c9c8ba4b4 + '@firebase/app-compat': 0.1.5 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.18.2_@firebase+app@0.7.3 - '@firebase/auth-compat': 0.1.5_8dcce372602522733b9d030b350d58a8 - '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.1_ecda2fc04007f05d3d14fe40d83b0431 - '@firebase/firestore': 3.1.0_@firebase+app@0.7.3 - '@firebase/firestore-compat': 0.1.3_8dcce372602522733b9d030b350d58a8 - '@firebase/functions': 0.7.2_e56030450eb4928ab14e1d29ae8eaf08 - '@firebase/functions-compat': 0.1.3_8dcce372602522733b9d030b350d58a8 - '@firebase/installations': 0.5.1_@firebase+app@0.7.3 - '@firebase/messaging': 0.9.1_@firebase+app@0.7.3 - '@firebase/messaging-compat': 0.1.1_f94a34b78548aa229868eefae2a54bd8 - '@firebase/performance': 0.5.1_@firebase+app@0.7.3 - '@firebase/performance-compat': 0.1.1_f94a34b78548aa229868eefae2a54bd8 + '@firebase/auth': 0.18.3_@firebase+app@0.7.4 + '@firebase/auth-compat': 0.1.6_ff18e372644aa0539583bf2bc1db9fa6 + '@firebase/database': 0.12.2_@firebase+app-types@0.7.0 + '@firebase/database-compat': 0.1.2_29b85cff7998d6f2f6361607175d09d3 + '@firebase/firestore': 3.1.1_@firebase+app@0.7.4 + '@firebase/firestore-compat': 0.1.4_ff18e372644aa0539583bf2bc1db9fa6 + '@firebase/functions': 0.7.3_459deb13e81da47b4afcdb32ade8c0ed + '@firebase/functions-compat': 0.1.4_ff18e372644aa0539583bf2bc1db9fa6 + '@firebase/installations': 0.5.2_@firebase+app@0.7.4 + '@firebase/messaging': 0.9.2_@firebase+app@0.7.4 + '@firebase/messaging-compat': 0.1.2_34eb0645f91e1d414e0a807c9c8ba4b4 + '@firebase/performance': 0.5.2_@firebase+app@0.7.4 + '@firebase/performance-compat': 0.1.2_34eb0645f91e1d414e0a807c9c8ba4b4 '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.0_@firebase+app@0.7.3 - '@firebase/remote-config-compat': 0.1.1_f94a34b78548aa229868eefae2a54bd8 - '@firebase/storage': 0.8.3_@firebase+app@0.7.3 - '@firebase/storage-compat': 0.1.3_8dcce372602522733b9d030b350d58a8 + '@firebase/remote-config': 0.3.1_@firebase+app@0.7.4 + '@firebase/remote-config-compat': 0.1.2_34eb0645f91e1d414e0a807c9c8ba4b4 + '@firebase/storage': 0.8.4_@firebase+app@0.7.4 + '@firebase/storage-compat': 0.1.4_ff18e372644aa0539583bf2bc1db9fa6 '@firebase/util': 1.4.0 transitivePeerDependencies: - bufferutil @@ -9259,8 +9261,8 @@ packages: engines: {node: '>= 0.6'} dev: false - /fp-ts/2.11.4: - resolution: {integrity: sha512-lhV7tGEbs2qoVw4vmqOovChS7CAoIYU0gdiPEF8Vc4bLZct+PAMMeXrCqRyBNEo33XOvwvAmFDEDIrHPWH2/fg==} + /fp-ts/2.11.5: + resolution: {integrity: sha512-OqlwJq1BdpB83BZXTqI+dNcA6uYk6qk4u9Cgnt64Y+XS7dwdbp/mobx8S2KXf2AXH+scNmA/UVK3SEFHR3vHZA==} dev: false /fragment-cache/0.2.1: @@ -9517,17 +9519,6 @@ packages: dependencies: is-glob: 4.0.3 - /glob/7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - /glob/7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} dependencies: @@ -9554,7 +9545,7 @@ packages: engines: {node: '>=10.0'} dependencies: boolean: 3.1.4 - core-js: 3.18.2 + core-js: 3.18.3 es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 @@ -9827,7 +9818,7 @@ packages: '@graphql-tools/github-loader': 6.2.5_graphql@15.6.1 '@graphql-tools/graphql-file-loader': 6.2.7_graphql@15.6.1 '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.1 - '@graphql-tools/import': 6.5.2_graphql@15.6.1 + '@graphql-tools/import': 6.5.4_graphql@15.6.1 '@graphql-tools/json-file-loader': 6.2.6_graphql@15.6.1 '@graphql-tools/links': 6.2.5_9725b5bd6f8ccdf8972896e366c3daff '@graphql-tools/load': 6.2.8_graphql@15.6.1 @@ -10361,13 +10352,6 @@ packages: import-from: 2.1.0 dev: false - /import-cwd/3.0.0: - resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==} - engines: {node: '>=8'} - dependencies: - import-from: 3.0.0 - dev: true - /import-fresh/2.0.0: resolution: {integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY=} engines: {node: '>=4'} @@ -10395,6 +10379,7 @@ packages: engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 + dev: false /import-lazy/2.1.0: resolution: {integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=} @@ -10511,12 +10496,12 @@ packages: dependencies: loose-envify: 1.4.0 - /io-ts/2.2.16_fp-ts@2.11.4: + /io-ts/2.2.16_fp-ts@2.11.5: resolution: {integrity: sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==} peerDependencies: fp-ts: ^2.5.0 dependencies: - fp-ts: 2.11.4 + fp-ts: 2.11.5 dev: true /ip/1.1.5: @@ -10626,8 +10611,8 @@ packages: rgba-regex: 1.0.0 dev: false - /is-core-module/2.7.0: - resolution: {integrity: sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==} + /is-core-module/2.8.0: + resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==} dependencies: has: 1.0.3 @@ -10860,6 +10845,11 @@ packages: engines: {node: '>=0.10.0'} dev: false + /is-retry-allowed/2.2.0: + resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==} + engines: {node: '>=10'} + dev: false + /is-shared-array-buffer/1.0.1: resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} @@ -10963,8 +10953,8 @@ packages: ws: 7.4.5 dev: false - /istanbul-lib-coverage/3.0.0: - resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} + /istanbul-lib-coverage/3.0.2: + resolution: {integrity: sha512-o5+eTUYzCJ11/+JhW5/FUCdfsdoYVdQ/8I/OveE2XsjehYn5DdeSnNQAbjYaO8gQ6hvGTN6GM6ddQqpTVG5j8g==} engines: {node: '>=8'} dev: true @@ -10974,7 +10964,20 @@ packages: dependencies: '@babel/core': 7.15.8 '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.2 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /istanbul-lib-instrument/5.0.4: + resolution: {integrity: sha512-W6jJF9rLGEISGoCyXRqa/JCGQGmmxPO10TMu7izaUTynxvBvTjqzAIIGCK9USBmIbQAaSWD6XJPrM9Pv5INknw==} + engines: {node: '>=8'} + dependencies: + '@babel/core': 7.15.8 + '@babel/parser': 7.15.8 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.0.2 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -10984,24 +10987,24 @@ packages: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.2 make-dir: 3.1.0 supports-color: 7.2.0 dev: true - /istanbul-lib-source-maps/4.0.0: - resolution: {integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==} - engines: {node: '>=8'} + /istanbul-lib-source-maps/4.0.1: + resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} + engines: {node: '>=10'} dependencies: debug: 4.3.2 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.2 source-map: 0.6.1 transitivePeerDependencies: - supports-color dev: true - /istanbul-reports/3.0.3: - resolution: {integrity: sha512-0i77ZFLsb9U3DHi22WzmIngVzfoyxxbQcZRqlF3KoKmCJGq9nhFHoGi8FqBztN2rE8w6hURnZghetn0xpkVb6A==} + /istanbul-reports/3.0.5: + resolution: {integrity: sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -11033,7 +11036,7 @@ packages: '@jest/environment': 27.2.5 '@jest/test-result': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -11165,7 +11168,7 @@ packages: '@jest/environment': 27.2.5 '@jest/fake-timers': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 jest-mock: 27.2.5 jest-util: 27.2.5 jsdom: 16.7.0 @@ -11183,7 +11186,7 @@ packages: '@jest/environment': 27.2.5 '@jest/fake-timers': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 jest-mock: 27.2.5 jest-util: 27.2.5 dev: true @@ -11204,7 +11207,7 @@ packages: dependencies: '@jest/types': 27.2.5 '@types/graceful-fs': 4.1.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 @@ -11227,7 +11230,7 @@ packages: '@jest/source-map': 27.0.6 '@jest/test-result': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 chalk: 4.1.2 co: 4.6.0 expect: 27.2.5 @@ -11307,7 +11310,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@27.2.5: @@ -11368,7 +11371,7 @@ packages: '@jest/test-result': 27.2.5 '@jest/transform': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 @@ -11437,7 +11440,7 @@ packages: resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 graceful-fs: 4.2.8 dev: true @@ -11478,7 +11481,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 chalk: 4.1.2 graceful-fs: 4.2.8 is-ci: 3.0.0 @@ -11503,7 +11506,7 @@ packages: dependencies: '@jest/test-result': 27.2.5 '@jest/types': 27.2.5 - '@types/node': 16.10.3 + '@types/node': 16.11.1 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.2.5 @@ -11514,7 +11517,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 merge-stream: 2.0.0 supports-color: 7.2.0 @@ -11522,7 +11525,7 @@ packages: resolution: {integrity: sha512-HTjEPZtcNKZ4LnhSp02NEH4vE+5OpJ0EsOWYvGQpHgUMLngydESAAMH5Wd/asPf29+XUDQZszxpLg1BkIIA2aw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.3 + '@types/node': 16.11.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -11552,15 +11555,10 @@ packages: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} dev: true - /jiti/1.12.6: - resolution: {integrity: sha512-drQ/qnYriF9KiU47sRF0rTvfQmJo4JEmFMhCk2SJIsUj+hGnQaxkwaKfyvK9KenX20JNTQmVfJOz7VWe0cSntw==} + /jiti/1.12.7: + resolution: {integrity: sha512-2v5iYsJp5l7iX6ettW/hD7A9qZtsib3gMBfxbQxASszzOpZ0dFZBZAUQGKKIQ780XGR3sGEp1L/8t1JyyPq5Fg==} hasBin: true - /joycon/3.0.1: - resolution: {integrity: sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==} - engines: {node: '>=10'} - dev: true - /js-base64/2.6.4: resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} dev: true @@ -11660,6 +11658,7 @@ packages: /json-parse-better-errors/1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + dev: false /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} @@ -11822,16 +11821,11 @@ packages: immediate: 3.0.6 dev: false - /lilconfig/2.0.3: - resolution: {integrity: sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==} - engines: {node: '>=10'} - dev: true - /lines-and-columns/1.1.6: resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} - /lint-staged/11.2.2: - resolution: {integrity: sha512-rbtLCRTyndPJvtjpLwVjjb6K91jQrJ06oNArA4igPTGYlDCrJMIFbNDUAQGa4GRd8AjUBHkAAmq+K38tcmMaAQ==} + /lint-staged/11.2.3: + resolution: {integrity: sha512-Tfmhk8O2XFMD25EswHPv+OYhUjsijy5D7liTdxeXvhG2rsadmOLFtyj8lmlfoFFXY8oXWAIOKpoI+lJe1DB1mw==} hasBin: true dependencies: cli-truncate: 2.1.0 @@ -11915,16 +11909,6 @@ packages: wrap-ansi: 7.0.0 dev: false - /load-json-file/4.0.0: - resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} - engines: {node: '>=4'} - dependencies: - graceful-fs: 4.2.8 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - dev: true - /load-json-file/5.3.0: resolution: {integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==} engines: {node: '>=6'} @@ -12017,7 +12001,6 @@ packages: /lodash.memoize/4.1.2: resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=} - dev: false /lodash.merge/4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} @@ -12650,22 +12633,14 @@ packages: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: false - /mz/2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - dev: true - /nan/2.15.0: resolution: {integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==} requiresBuild: true dev: false optional: true - /nanoid/3.1.29: - resolution: {integrity: sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==} + /nanoid/3.1.30: + resolution: {integrity: sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -12735,11 +12710,6 @@ packages: engines: {node: 4.x || >=6.0.0} dev: false - /node-fetch/2.6.2: - resolution: {integrity: sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==} - engines: {node: 4.x || >=6.0.0} - dev: false - /node-fetch/2.6.5: resolution: {integrity: sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==} engines: {node: 4.x || >=6.0.0} @@ -12802,8 +12772,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /node-releases/1.1.77: - resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} + /node-releases/2.0.0: + resolution: {integrity: sha512-aA87l0flFYMzCHpTM3DERFSYxc6lv/BltdbRTOMZuxZ0cwZCD3mejE5n9vLhSJCN++/eOqr77G1IO5uXxlQYWA==} /node-res/5.0.1: resolution: {integrity: sha512-YOleO9c7MAqoHC+Ccu2vzvV1fL6Ku49gShq3PIMKWHRgrMSih3XcwL05NbLBi6oU2J471gTBfdpVVxwT6Pfhxg==} @@ -12829,7 +12799,7 @@ packages: semver: 5.7.1 supports-color: 5.5.0 touch: 3.1.0 - undefsafe: 2.0.3 + undefsafe: 2.0.5 update-notifier: 5.1.0 dev: false @@ -12862,7 +12832,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.0.2 - is-core-module: 2.7.0 + is-core-module: 2.8.0 semver: 7.3.5 validate-npm-package-license: 3.0.4 dev: true @@ -12939,30 +12909,28 @@ packages: engines: {node: '>=0.10.0'} dev: false - /nuxt-windicss/1.2.4_typescript@4.4.3: - resolution: {integrity: sha512-UsmZqFrU0pX7+nMhNPiZ1XaDKjgPgIRIFY2H8E7FBysYZ7abQ6bHknHF2CpeaxPh0PT3fWhKgSGT8HxNH4wKcQ==} + /nuxt-windicss/1.2.5: + resolution: {integrity: sha512-XWZuhkSQ+Kzf99OE+AkqUk0Kx1r4agIGUwXkeIdo2Q8sO9bz3KsdeX47loSo4ZYPfqhLVnRlkg3v37gMZ/+Sig==} dependencies: '@nuxt/kit': 0.6.4 clear-module: 4.1.1 read-cache: 1.0.0 semver: 7.3.5 upath: 2.0.1 - vite-plugin-windicss: 1.4.2_typescript@4.4.3 - windicss-webpack-plugin: 1.4.7_typescript@4.4.3 + vite-plugin-windicss: 1.4.11 + windicss-webpack-plugin: 1.4.9 transitivePeerDependencies: - supports-color - - ts-node - - typescript - vite dev: true - /nuxt/2.15.8_typescript@4.4.3: + /nuxt/2.15.8_typescript@4.4.4: resolution: {integrity: sha512-ceK3qLg/Baj7J8mK9bIxqw9AavrF+LXqwYEreBdY/a4Sj8YV4mIvhqea/6E7VTCNNGvKT2sJ/TTJjtfQ597lTA==} hasBin: true requiresBuild: true dependencies: '@nuxt/babel-preset-app': 2.15.8 - '@nuxt/builder': 2.15.8_typescript@4.4.3 + '@nuxt/builder': 2.15.8_typescript@4.4.4 '@nuxt/cli': 2.15.8 '@nuxt/components': 2.2.1 '@nuxt/config': 2.15.8 @@ -12975,7 +12943,7 @@ packages: '@nuxt/utils': 2.15.8 '@nuxt/vue-app': 2.15.8 '@nuxt/vue-renderer': 2.15.8 - '@nuxt/webpack': 2.15.8_typescript@4.4.3 + '@nuxt/webpack': 2.15.8_typescript@4.4.4 transitivePeerDependencies: - bufferutil - consola @@ -13315,6 +13283,7 @@ packages: dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 + dev: false /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} @@ -13421,13 +13390,6 @@ packages: resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=} dev: false - /path-type/3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} - dependencies: - pify: 3.0.0 - dev: true - /path-type/4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -13446,6 +13408,9 @@ packages: /picocolors/0.2.1: resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} + /picocolors/1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + /picomatch/2.3.0: resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} @@ -13457,6 +13422,7 @@ packages: /pify/3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} engines: {node: '>=4'} + dev: false /pify/4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} @@ -13495,13 +13461,6 @@ packages: dependencies: find-up: 4.1.0 - /pkg-up/2.0.0: - resolution: {integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8=} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - dev: true - /please-upgrade-node/3.2.0: resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} dependencies: @@ -13513,11 +13472,11 @@ packages: engines: {node: '>=4'} dev: true - /pnp-webpack-plugin/1.7.0_typescript@4.4.3: + /pnp-webpack-plugin/1.7.0_typescript@4.4.4: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.4.3 + ts-pnp: 1.2.0_typescript@4.4.4 transitivePeerDependencies: - typescript dev: false @@ -13592,7 +13551,7 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 color: 3.2.1 has: 1.0.3 postcss: 7.0.39 @@ -13774,20 +13733,6 @@ packages: import-cwd: 2.1.0 dev: false - /postcss-load-config/3.1.0: - resolution: {integrity: sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==} - engines: {node: '>= 10'} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - import-cwd: 3.0.0 - lilconfig: 2.0.3 - yaml: 1.10.2 - dev: true - /postcss-loader/3.0.0: resolution: {integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==} engines: {node: '>= 6'} @@ -13830,7 +13775,7 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.39 @@ -13861,7 +13806,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.17.3 + browserslist: 4.17.4 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.39 postcss-value-parser: 3.3.1 @@ -13975,7 +13920,7 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -14039,8 +13984,8 @@ packages: engines: {node: '>=6.0.0'} dependencies: autoprefixer: 9.8.8 - browserslist: 4.17.3 - caniuse-lite: 1.0.30001265 + browserslist: 4.17.4 + caniuse-lite: 1.0.30001269 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -14089,7 +14034,7 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.39 @@ -14249,7 +14194,7 @@ packages: resolution: {integrity: sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.1.29 + nanoid: 3.1.30 picocolors: 0.2.1 source-map-js: 0.6.2 dev: true @@ -14463,7 +14408,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.10.3 + '@types/node': 16.11.1 long: 4.0.0 dev: false @@ -14678,14 +14623,6 @@ packages: dependencies: pify: 2.3.0 - /read-pkg-up/3.0.0: - resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - read-pkg: 3.0.0 - dev: true - /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -14695,15 +14632,6 @@ packages: type-fest: 0.8.1 dev: true - /read-pkg/3.0.0: - resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} - engines: {node: '>=4'} - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: true - /read-pkg/5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} @@ -15002,7 +14930,7 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.7.0 + is-core-module: 2.8.0 path-parse: 1.0.7 /responselike/1.0.2: @@ -15091,14 +15019,6 @@ packages: sprintf-js: 1.1.2 dev: false - /rollup/2.58.0: - resolution: {integrity: sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /run-async/2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} @@ -15148,7 +15068,7 @@ packages: /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.42.1: + /sass-loader/10.1.1_sass@1.43.2: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15167,12 +15087,12 @@ packages: klona: 2.0.4 loader-utils: 2.0.0 neo-async: 2.6.2 - sass: 1.42.1 + sass: 1.43.2 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.42.1: + /sass-loader/10.2.0_sass@1.43.2: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15191,13 +15111,13 @@ packages: klona: 2.0.4 loader-utils: 2.0.0 neo-async: 2.6.2 - sass: 1.42.1 + sass: 1.43.2 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.42.1: - resolution: {integrity: sha512-/zvGoN8B7dspKc5mC6HlaygyCBRvnyzzgD5khiaCfglWztY99cYoiTUksVx11NlnemrcfH5CEaCpsUKoW0cQqg==} + /sass/1.43.2: + resolution: {integrity: sha512-DncYhjl3wBaPMMJR0kIUaH3sF536rVrOcqqVGmTZHQRRzj7LQlyGV7Mb8aCKFyILMr5VsPHwRYtyKpnKYlmQSQ==} engines: {node: '>=8.9.0'} hasBin: true dependencies: @@ -15252,8 +15172,8 @@ packages: /scule/0.2.1: resolution: {integrity: sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==} - /selenium-webdriver/4.0.0-rc-1: - resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} + /selenium-webdriver/4.0.0: + resolution: {integrity: sha512-tOlu6FnTjPq2FKpd153pl8o2cB7H40Rvl/ogiD2sapMv4IDjQqpIxbd+swDJe9UDLdszeh5CDis6lgy4e9UG1w==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 @@ -15265,8 +15185,8 @@ packages: - utf-8-validate dev: false - /selenium-webdriver/4.0.0-rc-2: - resolution: {integrity: sha512-HT974l00r7wdZL+SPS0f8lBLVYe/aKGAFONMvVroL7z9mHm3PC30IirsYqrvSkw51Pom3XJiN5gjXBRkxuHAdw==} + /selenium-webdriver/4.0.0-rc-1: + resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} engines: {node: '>= 10.15.0'} dependencies: jszip: 3.7.1 @@ -15486,8 +15406,8 @@ packages: is-arrayish: 0.3.2 dev: false - /sirv/1.0.17: - resolution: {integrity: sha512-qx9go5yraB7ekT7bCMqUHJ5jEaOC/GXBxUWv+jeWnb7WzHUFdcQPGWk7YmAwFBaQBrogpuSqd/azbC2lZRqqmw==} + /sirv/1.0.18: + resolution: {integrity: sha512-f2AOPogZmXgJ9Ma2M22ZEhc1dNtRIzcEkiflMFeVTRq+OViOZMvH1IPMVOwrKaxpSaHioBJiDR0SluRqGa7atA==} engines: {node: '>= 10'} dependencies: '@polka/url': 1.0.0-next.21 @@ -15504,7 +15424,7 @@ packages: engines: {node: '>=8.9.0', npm: '>=5.6.0'} hasBin: true dependencies: - '@types/node': 12.20.28 + '@types/node': 12.20.33 '@types/sax': 1.2.3 arg: 4.1.3 sax: 1.2.4 @@ -15594,7 +15514,7 @@ packages: resolution: {integrity: sha512-4sIGOGOmCg3AOgGi7EEr6ZkTZRkrXwub70bBB/F0JSkMOUFpA77WsL87o34DffQQ31PkbMUIadGOk+3tx1KGbw==} engines: {node: '>=10.0.0'} dependencies: - '@types/component-emitter': 1.2.10 + '@types/component-emitter': 1.2.11 backo2: 1.0.2 component-emitter: 1.3.0 debug: 4.3.2 @@ -15607,17 +15527,16 @@ packages: - utf-8-validate dev: false - /socket.io-client/4.2.0: - resolution: {integrity: sha512-3GJ2KMh7inJUNAOjgf8NaKJZJa9uRyfryh2LrVJyKyxmzoXlfW9DeDNqylJn0ovOFt4e/kRLNWzMt/YqqEWYSA==} + /socket.io-client/4.3.2: + resolution: {integrity: sha512-2B9LqSunN60yV8F7S84CCEEcgbYNfrn7ejIInZtLZ7ppWtiX8rGZAjvdCvbnC8bqo/9RlCNOUsORLyskxSFP1g==} engines: {node: '>=10.0.0'} dependencies: - '@types/component-emitter': 1.2.10 + '@socket.io/component-emitter': 3.0.0 backo2: 1.0.2 - component-emitter: 1.3.0 debug: 4.3.2 - engine.io-client: 5.2.0 + engine.io-client: 6.0.2 parseuri: 0.0.6 - socket.io-parser: 4.0.4 + socket.io-parser: 4.1.1 transitivePeerDependencies: - bufferutil - supports-color @@ -15636,13 +15555,23 @@ packages: resolution: {integrity: sha512-t+b0SS+IxG7Rxzda2EVvyBZbvFPBCjJoyHuE0P//7OAsN23GItzDRdWa6ALxZI/8R5ygK7jAR6t028/z+7295g==} engines: {node: '>=10.0.0'} dependencies: - '@types/component-emitter': 1.2.10 + '@types/component-emitter': 1.2.11 component-emitter: 1.3.0 debug: 4.3.2 transitivePeerDependencies: - supports-color dev: false + /socket.io-parser/4.1.1: + resolution: {integrity: sha512-USQVLSkDWE5nbcY760ExdKaJxCE65kcsG/8k5FDGZVVxpD1pA7hABYXYkCUvxUuYYh/+uQw0N/fvBzfT8o07KA==} + engines: {node: '>=10.0.0'} + dependencies: + '@socket.io/component-emitter': 3.0.0 + debug: 4.3.2 + transitivePeerDependencies: + - supports-color + dev: false + /socketio-wildcard/2.0.0: resolution: {integrity: sha1-JGboMidrGRY1Y77ncjiHR/kSR1s=} dev: false @@ -16003,7 +15932,7 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.3 + browserslist: 4.17.4 postcss: 7.0.39 postcss-selector-parser: 3.1.2 dev: false @@ -16042,7 +15971,7 @@ packages: stylelint: ^13.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: - '@types/stylelint': 13.13.2 + '@types/stylelint': 13.13.3 arrify: 2.0.1 globby: 11.0.4 jest-worker: 27.2.5 @@ -16125,19 +16054,6 @@ packages: - utf-8-validate dev: false - /sucrase/3.20.2: - resolution: {integrity: sha512-EdJ5M6VEvToIZwIWiZ71cxe4CklDRG8PdSjUSst+BZCUGlaEhnrdQo/LOXsuq3MjWRbfepg1XTffClK0Tmo0HQ==} - engines: {node: '>=8'} - hasBin: true - dependencies: - commander: 4.1.1 - glob: 7.1.6 - lines-and-columns: 1.1.6 - mz: 2.7.0 - pirates: 4.0.1 - ts-interface-checker: 0.1.13 - dev: true - /sugarss/2.0.0: resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==} dependencies: @@ -16419,19 +16335,6 @@ packages: /text-table/0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} - /thenify-all/1.6.0: - resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} - engines: {node: '>=0.8'} - dependencies: - thenify: 3.3.1 - dev: true - - /thenify/3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - dependencies: - any-promise: 1.3.0 - dev: true - /thread-loader/3.0.4_webpack@4.46.0: resolution: {integrity: sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==} engines: {node: '>= 10.13.0'} @@ -16604,11 +16507,6 @@ packages: resolution: {integrity: sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=} dev: true - /tree-kill/1.2.2: - resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} - hasBin: true - dev: true - /treeify/1.1.0: resolution: {integrity: sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==} engines: {node: '>=0.6'} @@ -16623,10 +16521,6 @@ packages: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} dev: true - /ts-interface-checker/0.1.13: - resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - dev: true - /ts-invariant/0.3.3: resolution: {integrity: sha512-UReOKsrJFGC9tUblgSRWo+BsVNbEd77Cl6WiV/XpMlkifXwNIJbknViCucHvVZkXSC/mcWeRnIGdY7uprcwvdQ==} dependencies: @@ -16646,8 +16540,8 @@ packages: tslib: 2.3.1 dev: false - /ts-jest/27.0.5_9e9cae37a9755c18043aff6292cdded7: - resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} + /ts-jest/27.0.7_7c6ac409defebebc231da3c2750916a5: + resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -16671,15 +16565,15 @@ packages: jest: 27.2.5 jest-util: 27.2.5 json5: 2.2.0 - lodash: 4.17.21 + lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.4.3 + typescript: 4.4.4 yargs-parser: 20.2.9 dev: true - /ts-jest/27.0.5_c167855b7a039eaaa2a6b38847c1969c: - resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} + /ts-jest/27.0.7_fe15ac987db2e7d4ad38346689ae2fc5: + resolution: {integrity: sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -16702,10 +16596,10 @@ packages: jest: 27.2.5 jest-util: 27.2.5 json5: 2.2.0 - lodash: 4.17.21 + lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.4.3 + typescript: 4.4.4 yargs-parser: 20.2.9 dev: true @@ -16724,7 +16618,7 @@ packages: typescript: 4.2.4 dev: true - /ts-node/8.10.2_typescript@4.4.3: + /ts-node/8.10.2_typescript@4.4.4: resolution: {integrity: sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==} engines: {node: '>=6.0.0'} hasBin: true @@ -16735,11 +16629,11 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.20 - typescript: 4.4.3 + typescript: 4.4.4 yn: 3.1.1 dev: false - /ts-node/9.1.1_typescript@4.4.3: + /ts-node/9.1.1_typescript@4.4.4: resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} hasBin: true @@ -16751,11 +16645,11 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.20 - typescript: 4.4.3 + typescript: 4.4.4 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.4.3: + /ts-pnp/1.2.0_typescript@4.4.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -16764,7 +16658,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.4.3 + typescript: 4.4.4 dev: false /tsconfig-paths/3.11.0: @@ -16803,42 +16697,14 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - /tsup/4.14.0_typescript@4.4.3: - resolution: {integrity: sha512-77rWdzhikTP9mQ34XMRzK83tw++LF6f4ox/HNERlgesB7g6g5VQ1iJlueG9O0P9HAZGVKavUwyoZv0+322p6rg==} - hasBin: true - peerDependencies: - typescript: ^4.2.3 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - cac: 6.7.8 - chalk: 4.1.2 - chokidar: 3.5.2 - debug: 4.3.2 - esbuild: 0.12.29 - execa: 5.1.1 - globby: 11.0.4 - joycon: 3.0.1 - postcss-load-config: 3.1.0 - resolve-from: 5.0.0 - rollup: 2.58.0 - sucrase: 3.20.2 - tree-kill: 1.2.2 - typescript: 4.4.3 - transitivePeerDependencies: - - supports-color - - ts-node - dev: true - - /tsutils/3.21.0_typescript@4.4.3: + /tsutils/3.21.0_typescript@4.4.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.4.3 + typescript: 4.4.4 dev: true /tty-browserify/0.0.0: @@ -16930,8 +16796,8 @@ packages: hasBin: true dev: true - /typescript/4.4.3: - resolution: {integrity: sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==} + /typescript/4.4.4: + resolution: {integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -16961,10 +16827,8 @@ packages: resolution: {integrity: sha512-x+NCoXiYn93laQNnoJGZx2UZj7vv8ViFKadUCDx9S4QoPIkGRCYT0OLUDEMlg/B+Q6bnqdSkPLmiy/kjNIwVyQ==} dev: true - /undefsafe/2.0.3: - resolution: {integrity: sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==} - dependencies: - debug: 2.6.9 + /undefsafe/2.0.5: + resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} dev: false /unfetch/4.2.0: @@ -17366,19 +17230,17 @@ packages: vfile-message: 2.0.4 dev: true - /vite-plugin-windicss/1.4.2_typescript@4.4.3: - resolution: {integrity: sha512-lyjyZ7q/5CiRppKH5RrSuchE7vz4N6LWT5cJOeTsh2bCFAEuBURmIJGOtLGL7uYfmXjNRZjQIS98BV0aQ7kFDw==} + /vite-plugin-windicss/1.4.11: + resolution: {integrity: sha512-0DQN6wM7hVppGN29STJnDg5NYsALTsF1E/FOIYUMxBQg5gCMmk/yAwl95rvf5PTlL7qzjyp7shpy9Sct4fNktQ==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.4.2_typescript@4.4.3 + '@windicss/plugin-utils': 1.4.11 chalk: 4.1.2 debug: 4.3.2 windicss: 3.1.9 transitivePeerDependencies: - supports-color - - ts-node - - typescript dev: true /vm-browserify/1.1.2: @@ -17433,7 +17295,7 @@ packages: throttle-debounce: 2.3.0 dev: false - /vue-cli-plugin-apollo/0.22.2_typescript@4.4.3: + /vue-cli-plugin-apollo/0.22.2_typescript@4.4.4: resolution: {integrity: sha512-HatlgKTChTnaSFTU2rdYDlL6Ui8t8Lzl9aqWiEd4vpbylZA/OlMFSbuNH33UoIgyJl783yo1WFod7FqNTj2zsg==} peerDependencies: '@vue/cli-shared-utils': ^3.0.0 || ^4.0.0-0 @@ -17442,7 +17304,7 @@ packages: typescript: optional: true dependencies: - apollo: 2.33.6_typescript@4.4.3 + apollo: 2.33.6_typescript@4.4.4 apollo-cache-inmemory: 1.6.6_graphql@15.6.1 apollo-client: 2.6.10_graphql@15.6.1 apollo-link: 1.2.14_graphql@15.6.1 @@ -17468,8 +17330,8 @@ packages: node-fetch: 2.6.5 nodemon: 2.0.13 subscriptions-transport-ws: 0.9.19_graphql@15.6.1 - ts-node: 8.10.2_typescript@4.4.3 - typescript: 4.4.3 + ts-node: 8.10.2_typescript@4.4.4 + typescript: 4.4.4 transitivePeerDependencies: - '@types/node' - bufferutil @@ -17703,19 +17565,19 @@ packages: engines: {node: '>=10.4'} dev: true - /webpack-bundle-analyzer/4.4.2: - resolution: {integrity: sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==} + /webpack-bundle-analyzer/4.5.0: + resolution: {integrity: sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==} engines: {node: '>= 10.13.0'} hasBin: true dependencies: acorn: 8.5.0 acorn-walk: 8.2.0 chalk: 4.1.2 - commander: 6.2.1 + commander: 7.2.0 gzip-size: 6.0.0 lodash: 4.17.21 opener: 1.5.2 - sirv: 1.0.17 + sirv: 1.0.18 ws: 7.5.5 transitivePeerDependencies: - bufferutil @@ -17893,27 +17755,19 @@ packages: string-width: 4.2.3 dev: false - /windicss-webpack-plugin/1.4.7_typescript@4.4.3: - resolution: {integrity: sha512-1tDA6jdAlpw36QYo1mt4XV+35H8ntNlUsAvCYMnCUFWNWwOaFguuPUUW4mQvYNf+Sxk2O/hdUfc0LW/c8UOt5Q==} + /windicss-webpack-plugin/1.4.9: + resolution: {integrity: sha512-erGjMPkLsjEI1Q9kOfNMZ7ENBCblWK82w7XpAbprk3NSPDQN/RpOqsRA+ySsHlUj0yBqIFn76yQHUIJ24vJ1ow==} dependencies: - '@windicss/plugin-utils': 1.4.2_typescript@4.4.3 + '@windicss/plugin-utils': 1.4.11 debug: 4.3.2 loader-utils: 2.0.0 lodash: 4.17.21 magic-string: 0.25.7 upath: 2.0.1 webpack-virtual-modules: 0.4.3 - windicss: 3.1.7 + windicss: 3.1.9 transitivePeerDependencies: - supports-color - - ts-node - - typescript - dev: true - - /windicss/3.1.7: - resolution: {integrity: sha512-Q/HQ9j+r2R0fdt85zAjccdo11kHWzQmpkuwIUQIO6PSypyDmBTfN14aAy4szLrpgo2woyuHM7Y+kir4IG4qnKQ==} - engines: {node: '>= 12'} - hasBin: true dev: true /windicss/3.1.9: @@ -18187,8 +18041,8 @@ packages: yargs-parser: 20.2.9 dev: true - /yarn/1.22.15: - resolution: {integrity: sha512-AzoEDxj256BOS/jqDXA3pjyhmi4FRBBUMgYoTHI4EIt2EhREkvH0soPVEtnD+DQIJfU5R9bKhcZ1H9l8zPWeoA==} + /yarn/1.22.17: + resolution: {integrity: sha512-H0p241BXaH0UN9IeH//RT82tl5PfNraVpSpEoW+ET7lmopNC61eZ+A+IDvU8FM6Go5vx162SncDL8J1ZjRBriQ==} engines: {node: '>=4.0.0'} hasBin: true requiresBuild: true