From a24541ac2b9e96793ad4c85db95daeb184a965fa Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 3 Oct 2021 19:13:44 +0530 Subject: [PATCH] chore(deps): bump --- package.json | 4 +- packages/hoppscotch-app/package.json | 26 +- packages/hoppscotch-js-sandbox/package.json | 12 +- pnpm-lock.yaml | 1634 ++++++++++--------- 4 files changed, 896 insertions(+), 780 deletions(-) diff --git a/package.json b/package.json index 48689bb0..1963dcb2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lint-staged": "^11.1.2" }, "devDependencies": { - "@commitlint/cli": "^13.1.0", - "@commitlint/config-conventional": "^13.1.0" + "@commitlint/cli": "^13.2.0", + "@commitlint/config-conventional": "^13.2.0" } } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index aa76230f..5c3b2459 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -26,7 +26,7 @@ "do-test": "pnpm run test" }, "dependencies": { - "@apollo/client": "^3.4.13", + "@apollo/client": "^3.4.15", "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "^0.29.2", @@ -38,12 +38,12 @@ "acorn": "^8.5.0", "acorn-walk": "^8.2.0", "axios": "^0.21.4", - "codemirror": "^5.63.0", + "codemirror": "^5.63.1", "codemirror-theme-github": "^1.0.0", - "core-js": "^3.18.0", + "core-js": "^3.18.1", "esprima": "^4.0.1", - "firebase": "^9.1.0", - "fp-ts": "^2.11.3", + "firebase": "^9.1.1", + "fp-ts": "^2.11.4", "fuse.js": "^6.4.6", "graphql": "^15.6.0", "graphql-language-service-interface": "^2.8.4", @@ -55,7 +55,7 @@ "node-interval-tree": "^1.3.3", "nuxt": "^2.15.8", "paho-mqtt": "^1.1.0", - "rxjs": "^7.3.0", + "rxjs": "^7.3.1", "socket.io-client": "^4.2.0", "socketio-wildcard": "^2.0.0", "splitpanes": "^2.3.8", @@ -65,15 +65,15 @@ "vue-functional-data-merge": "^3.1.0", "vue-github-button": "^1.3.0", "vue-textarea-autosize": "^1.1.1", - "vue-tippy": "^4.11.0", + "vue-tippy": "^4.12.0", "vuejs-auto-complete": "^0.9.0", "yargs-parser": "^20.2.9" }, "devDependencies": { "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", - "@commitlint/cli": "^13.1.0", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/cli": "^13.2.0", + "@commitlint/config-conventional": "^13.2.0", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", "@nuxtjs/color-mode": "^2.1.1", @@ -86,21 +86,21 @@ "@nuxtjs/stylelint-module": "^4.0.0", "@nuxtjs/svg": "^0.2.0", "@testing-library/jest-dom": "^5.14.1", - "@types/codemirror": "^5.60.3", + "@types/codemirror": "^5.60.4", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", - "@types/lodash": "^4.14.174", + "@types/lodash": "^4.14.175", "@types/splitpanes": "^2.2.1", "@vue/runtime-dom": "^3.2.19", "@vue/test-utils": "^1.2.2", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^27.2.2", + "babel-jest": "^27.2.4", "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.18.0", - "jest": "^27.2.2", + "jest": "^27.2.4", "jest-serializer-vue": "^2.0.2", "nuxt-windicss": "^1.2.4", "prettier": "^2.4.1", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index c428fe27..db317b71 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -30,23 +30,23 @@ "author": "The Hoppscotch Team (https://hoppscotch.com/)", "license": "MIT", "dependencies": { - "fp-ts": "^2.11.3", + "fp-ts": "^2.11.4", "lodash": "^4.17.21", "quickjs-emscripten": "^0.13.0" }, "devDependencies": { - "@digitak/esrun": "^1.2.7", + "@digitak/esrun": "^1.2.8", "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^26.0.24", - "@types/lodash": "^4.14.174", + "@types/lodash": "^4.14.175", "@types/node": "^15.14.9", - "@typescript-eslint/eslint-plugin": "^4.31.2", - "@typescript-eslint/parser": "^4.31.2", + "@typescript-eslint/eslint-plugin": "^4.32.0", + "@typescript-eslint/parser": "^4.32.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.1", "io-ts": "^2.2.16", - "jest": "^27.2.2", + "jest": "^27.2.4", "prettier": "^2.4.1", "pretty-quick": "^3.1.1", "ts-jest": "^27.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca07a883..bae6ace7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,24 +4,24 @@ importers: .: specifiers: - '@commitlint/cli': ^13.1.0 - '@commitlint/config-conventional': ^13.1.0 + '@commitlint/cli': ^13.2.0 + '@commitlint/config-conventional': ^13.2.0 husky: ^7.0.2 lint-staged: ^11.1.2 dependencies: husky: 7.0.2 lint-staged: 11.1.2 devDependencies: - '@commitlint/cli': 13.1.0 - '@commitlint/config-conventional': 13.1.0 + '@commitlint/cli': 13.2.0 + '@commitlint/config-conventional': 13.2.0 packages/hoppscotch-app: specifiers: - '@apollo/client': ^3.4.13 + '@apollo/client': ^3.4.15 '@babel/core': ^7.15.5 '@babel/preset-env': ^7.15.6 - '@commitlint/cli': ^13.1.0 - '@commitlint/config-conventional': ^13.1.0 + '@commitlint/cli': ^13.2.0 + '@commitlint/config-conventional': ^13.2.0 '@hoppscotch/js-sandbox': workspace:^1.0.0 '@nuxt/types': ^2.15.8 '@nuxt/typescript-build': ^2.1.0 @@ -42,10 +42,10 @@ importers: '@nuxtjs/svg': ^0.2.0 '@nuxtjs/toast': ^3.3.1 '@testing-library/jest-dom': ^5.14.1 - '@types/codemirror': ^5.60.3 + '@types/codemirror': ^5.60.4 '@types/cookie': ^0.4.1 '@types/esprima': ^4.0.3 - '@types/lodash': ^4.14.174 + '@types/lodash': ^4.14.175 '@types/splitpanes': ^2.2.1 '@vue/runtime-dom': ^3.2.19 '@vue/test-utils': ^1.2.2 @@ -53,24 +53,24 @@ importers: acorn-walk: ^8.2.0 axios: ^0.21.4 babel-core: ^7.0.0-bridge.0 - babel-jest: ^27.2.2 - codemirror: ^5.63.0 + babel-jest: ^27.2.4 + codemirror: ^5.63.1 codemirror-theme-github: ^1.0.0 - core-js: ^3.18.0 + core-js: ^3.18.1 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.18.0 esprima: ^4.0.1 - firebase: ^9.1.0 - fp-ts: ^2.11.3 + firebase: ^9.1.1 + fp-ts: ^2.11.4 fuse.js: ^6.4.6 graphql: ^15.6.0 graphql-language-service-interface: ^2.8.4 graphql-language-service-parser: ^1.9.2 graphql-tag: ^2.12.5 - jest: ^27.2.2 + jest: ^27.2.4 jest-serializer-vue: ^2.0.2 json-loader: ^0.5.7 lodash: ^4.17.21 @@ -82,7 +82,7 @@ importers: prettier: ^2.4.1 pretty-quick: ^3.1.1 raw-loader: ^4.0.2 - rxjs: ^7.3.0 + rxjs: ^7.3.1 sass: ^1.42.1 sass-loader: ^10.2.0 socket.io-client: ^4.2.0 @@ -101,12 +101,12 @@ importers: vue-github-button: ^1.3.0 vue-jest: ^3.0.7 vue-textarea-autosize: ^1.1.1 - vue-tippy: ^4.11.0 + vue-tippy: ^4.12.0 vuejs-auto-complete: ^0.9.0 worker-loader: ^3.0.8 yargs-parser: ^20.2.9 dependencies: - '@apollo/client': 3.4.13_graphql@15.6.0 + '@apollo/client': 3.4.15_graphql@15.6.0 '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 '@nuxtjs/composition-api': 0.29.2_nuxt@2.15.8 @@ -118,12 +118,12 @@ importers: acorn: 8.5.0 acorn-walk: 8.2.0 axios: 0.21.4 - codemirror: 5.63.0 + codemirror: 5.63.1 codemirror-theme-github: 1.0.0 - core-js: 3.18.0 + core-js: 3.18.1 esprima: 4.0.1 - firebase: 9.1.0 - fp-ts: 2.11.3 + firebase: 9.1.1 + fp-ts: 2.11.4 fuse.js: 6.4.6 graphql: 15.6.0 graphql-language-service-interface: 2.8.4_graphql@15.6.0 @@ -135,7 +135,7 @@ importers: node-interval-tree: 1.3.3 nuxt: 2.15.8_typescript@4.4.3 paho-mqtt: 1.1.0 - rxjs: 7.3.0 + rxjs: 7.3.1 socket.io-client: 4.2.0 socketio-wildcard: 2.0.0 splitpanes: 2.3.8 @@ -145,14 +145,14 @@ importers: vue-functional-data-merge: 3.1.0 vue-github-button: 1.3.0 vue-textarea-autosize: 1.1.1 - vue-tippy: 4.11.0 + vue-tippy: 4.12.0 vuejs-auto-complete: 0.9.0 yargs-parser: 20.2.9 devDependencies: '@babel/core': 7.15.5 '@babel/preset-env': 7.15.6_@babel+core@7.15.5 - '@commitlint/cli': 13.1.0 - '@commitlint/config-conventional': 13.1.0 + '@commitlint/cli': 13.2.0_typescript@4.4.3 + '@commitlint/config-conventional': 13.2.0 '@nuxt/types': 2.15.8_sass@1.42.1 '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8 '@nuxtjs/color-mode': 2.1.1 @@ -165,21 +165,21 @@ importers: '@nuxtjs/stylelint-module': 4.0.0_stylelint@13.13.1 '@nuxtjs/svg': 0.2.0 '@testing-library/jest-dom': 5.14.1 - '@types/codemirror': 5.60.3 + '@types/codemirror': 5.60.4 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 - '@types/lodash': 4.14.174 + '@types/lodash': 4.14.175 '@types/splitpanes': 2.2.1 '@vue/runtime-dom': 3.2.19 '@vue/test-utils': 1.2.2 babel-core: 7.0.0-bridge.0_@babel+core@7.15.5 - babel-jest: 27.2.2_@babel+core@7.15.5 + babel-jest: 27.2.4_@babel+core@7.15.5 eslint: 7.32.0 eslint-config-prettier: 8.3.0_eslint@7.32.0 eslint-plugin-nuxt: 2.0.0_eslint@7.32.0 eslint-plugin-prettier: 4.0.0_6e975bd57c7acf028c1a9ddbbf60c898 eslint-plugin-vue: 7.18.0_eslint@7.32.0 - jest: 27.2.2 + jest: 27.2.4 jest-serializer-vue: 2.0.2 nuxt-windicss: 1.2.4_typescript@4.4.3 prettier: 2.4.1 @@ -190,7 +190,7 @@ importers: 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_eaa1df6cc79da343fef8f2383fd0ad5a + ts-jest: 27.0.5_e749ef6f6d219f0a9620d4fd46e008d0 typescript: 4.4.3 unplugin-vue2-script-setup: 0.6.4 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 @@ -198,19 +198,19 @@ importers: packages/hoppscotch-js-sandbox: specifiers: - '@digitak/esrun': ^1.2.7 + '@digitak/esrun': ^1.2.8 '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^26.0.24 - '@types/lodash': ^4.14.174 + '@types/lodash': ^4.14.175 '@types/node': ^15.14.9 - '@typescript-eslint/eslint-plugin': ^4.31.2 - '@typescript-eslint/parser': ^4.31.2 + '@typescript-eslint/eslint-plugin': ^4.32.0 + '@typescript-eslint/parser': ^4.32.0 eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^3.4.1 - fp-ts: ^2.11.3 + fp-ts: ^2.11.4 io-ts: ^2.2.16 - jest: ^27.2.2 + jest: ^27.2.4 lodash: ^4.17.21 prettier: ^2.4.1 pretty-quick: ^3.1.1 @@ -218,25 +218,25 @@ importers: ts-jest: ^27.0.5 typescript: ^4.4.3 dependencies: - fp-ts: 2.11.3 + fp-ts: 2.11.4 lodash: 4.17.21 quickjs-emscripten: 0.13.0 devDependencies: - '@digitak/esrun': 1.2.7 - '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.3+io-ts@2.2.16 + '@digitak/esrun': 1.2.8 + '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.4+io-ts@2.2.16 '@types/jest': 26.0.24 - '@types/lodash': 4.14.174 + '@types/lodash': 4.14.175 '@types/node': 15.14.9 - '@typescript-eslint/eslint-plugin': 4.31.2_3815fab247b4312be6d1f55eb1f81298 - '@typescript-eslint/parser': 4.31.2_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': 4.32.0_1eacf2495a01e8a68ffa99482308e8ec + '@typescript-eslint/parser': 4.32.0_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 eslint-config-prettier: 8.3.0_eslint@7.32.0 eslint-plugin-prettier: 3.4.1_6e975bd57c7acf028c1a9ddbbf60c898 - io-ts: 2.2.16_fp-ts@2.11.3 - jest: 27.2.2 + io-ts: 2.2.16_fp-ts@2.11.4 + jest: 27.2.4 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 - ts-jest: 27.0.5_dcbb3b1d9fa62017b2dc2d971c4dd27e + ts-jest: 27.0.5_feedb8eefd05ada81286a4e66b056321 typescript: 4.4.3 packages: @@ -247,8 +247,8 @@ packages: '@types/throttle-debounce': 2.1.0 dev: true - /@apollo/client/3.4.13_fbc2669a39cce3d0d7a36ba453108f25: - resolution: {integrity: sha512-/nH8z/0X6WJ+wtUREHTlKQGX4lo6u3XkF1hy+k4eCxLZzT5+VRw1rm92iIkj1H85vep/eE/KV3DdRq1x3t9NnQ==} + /@apollo/client/3.4.15_fbc2669a39cce3d0d7a36ba453108f25: + resolution: {integrity: sha512-CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -275,8 +275,8 @@ packages: zen-observable-ts: 1.1.0 dev: false - /@apollo/client/3.4.13_graphql@15.6.0: - resolution: {integrity: sha512-/nH8z/0X6WJ+wtUREHTlKQGX4lo6u3XkF1hy+k4eCxLZzT5+VRw1rm92iIkj1H85vep/eE/KV3DdRq1x3t9NnQ==} + /@apollo/client/3.4.15_graphql@15.6.0: + resolution: {integrity: sha512-CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -495,7 +495,7 @@ packages: '@babel/compat-data': 7.15.0 '@babel/core': 7.15.5 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.17.1 + browserslist: 4.17.2 semver: 6.3.0 /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.5: @@ -1513,7 +1513,7 @@ packages: babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.5 babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 - core-js-compat: 3.18.0 + core-js-compat: 3.18.1 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -1534,7 +1534,7 @@ packages: resolution: {integrity: sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.18.0 + core-js-pure: 3.18.1 regenerator-runtime: 0.13.9 dev: true @@ -1611,107 +1611,146 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@commitlint/cli/13.1.0: - resolution: {integrity: sha512-xN/uNYWtGTva5OMSd+xA6e6/c2jk8av7MUbdd6w2cw89u6z3fAWoyiH87X0ewdSMNYmW/6B3L/2dIVGHRDID5w==} + /@commitlint/cli/13.2.0: + resolution: {integrity: sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==} engines: {node: '>=v12'} hasBin: true dependencies: - '@commitlint/format': 13.1.0 - '@commitlint/lint': 13.1.0 - '@commitlint/load': 13.1.0 - '@commitlint/read': 13.1.0 - '@commitlint/types': 13.1.0 + '@commitlint/format': 13.2.0 + '@commitlint/lint': 13.2.0 + '@commitlint/load': 13.2.0 + '@commitlint/read': 13.2.0 + '@commitlint/types': 13.2.0 lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.2.1 + transitivePeerDependencies: + - typescript dev: true - /@commitlint/config-conventional/13.1.0: - resolution: {integrity: sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==} + /@commitlint/cli/13.2.0_typescript@4.4.3: + resolution: {integrity: sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==} + engines: {node: '>=v12'} + hasBin: true + dependencies: + '@commitlint/format': 13.2.0 + '@commitlint/lint': 13.2.0 + '@commitlint/load': 13.2.0_typescript@4.4.3 + '@commitlint/read': 13.2.0 + '@commitlint/types': 13.2.0 + lodash: 4.17.21 + resolve-from: 5.0.0 + resolve-global: 1.0.0 + yargs: 17.2.1 + transitivePeerDependencies: + - typescript + dev: true + + /@commitlint/config-conventional/13.2.0: + resolution: {integrity: sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==} engines: {node: '>=v12'} dependencies: conventional-changelog-conventionalcommits: 4.6.1 dev: true - /@commitlint/ensure/13.1.0: - resolution: {integrity: sha512-NRGyjOdZQnlYwm9it//BZJ2Vm+4x7G9rEnHpLCvNKYY0c6RA8Qf7hamLAB8dWO12RLuFt06JaOpHZoTt/gHutA==} + /@commitlint/ensure/13.2.0: + resolution: {integrity: sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 13.1.0 + '@commitlint/types': 13.2.0 lodash: 4.17.21 dev: true - /@commitlint/execute-rule/13.0.0: - resolution: {integrity: sha512-lBz2bJhNAgkkU/rFMAw3XBNujbxhxlaFHY3lfKB/MxpAa+pIfmWB3ig9i1VKe0wCvujk02O0WiMleNaRn2KJqw==} + /@commitlint/execute-rule/13.2.0: + resolution: {integrity: sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==} engines: {node: '>=v12'} dev: true - /@commitlint/format/13.1.0: - resolution: {integrity: sha512-n46rYvzf+6Sm99TJjTLjJBkjm6JVcklt31lDO5Q+pCIV0NnJ4qIUcwa6wIL9a9Vqb1XzlMgtp27E0zyYArkvSg==} + /@commitlint/format/13.2.0: + resolution: {integrity: sha512-yNBQJe6YFhM1pJAta4LvzQxccSKof6axJH7ALYjuhQqfT8AKlad7Y/2SuJ07ioyreNIqwOTuF2UfU8yJ7JzEIQ==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 13.1.0 + '@commitlint/types': 13.2.0 chalk: 4.1.2 dev: true - /@commitlint/is-ignored/13.1.0: - resolution: {integrity: sha512-P6zenLE5Tn3FTNjRzmL9+/KooTXEI0khA2TmUbuei9KiycemeO4q7Xk7w7aXwFPNAbN0O9oI7z3z7cFpzKJWmQ==} + /@commitlint/is-ignored/13.2.0: + resolution: {integrity: sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 13.1.0 + '@commitlint/types': 13.2.0 semver: 7.3.5 dev: true - /@commitlint/lint/13.1.0: - resolution: {integrity: sha512-qH9AYSQDDTaSWSdtOvB3G1RdPpcYSgddAdFYqpFewlKQ1GJj/L+sM7vwqCG7/ip6AiM04Sry1sgmFzaEoFREUA==} + /@commitlint/lint/13.2.0: + resolution: {integrity: sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==} engines: {node: '>=v12'} dependencies: - '@commitlint/is-ignored': 13.1.0 - '@commitlint/parse': 13.1.0 - '@commitlint/rules': 13.1.0 - '@commitlint/types': 13.1.0 + '@commitlint/is-ignored': 13.2.0 + '@commitlint/parse': 13.2.0 + '@commitlint/rules': 13.2.0 + '@commitlint/types': 13.2.0 dev: true - /@commitlint/load/13.1.0: - resolution: {integrity: sha512-zlZbjJCWnWmBOSwTXis8H7I6pYk6JbDwOCuARA6B9Y/qt2PD+NCo0E/7EuaaFoxjHl+o56QR5QttuMBrf+BJzg==} + /@commitlint/load/13.2.0: + resolution: {integrity: sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==} engines: {node: '>=v12'} dependencies: - '@commitlint/execute-rule': 13.0.0 - '@commitlint/resolve-extends': 13.0.0 - '@commitlint/types': 13.1.0 + '@commitlint/execute-rule': 13.2.0 + '@commitlint/resolve-extends': 13.2.0 + '@commitlint/types': 13.2.0 + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_cosmiconfig@7.0.1 chalk: 4.1.2 cosmiconfig: 7.0.1 lodash: 4.17.21 resolve-from: 5.0.0 + transitivePeerDependencies: + - typescript dev: true - /@commitlint/message/13.0.0: - resolution: {integrity: sha512-W/pxhesVEk8747BEWJ+VGQ9ILHmCV27/pEwJ0hGny1wqVquUR8SxvScRCbUjHCB1YtWX4dEnOPXOS9CLH/CX7A==} - engines: {node: '>=v12'} - dev: true - - /@commitlint/parse/13.1.0: - resolution: {integrity: sha512-xFybZcqBiKVjt6vTStvQkySWEUYPI0AcO4QQELyy29o8EzYZqWkhUfrb7K61fWiHsplWL1iL6F3qCLoxSgTcrg==} + /@commitlint/load/13.2.0_typescript@4.4.3: + resolution: {integrity: sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==} engines: {node: '>=v12'} dependencies: - '@commitlint/types': 13.1.0 + '@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 + chalk: 4.1.2 + cosmiconfig: 7.0.1 + lodash: 4.17.21 + resolve-from: 5.0.0 + transitivePeerDependencies: + - typescript + dev: true + + /@commitlint/message/13.2.0: + resolution: {integrity: sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA==} + engines: {node: '>=v12'} + dev: true + + /@commitlint/parse/13.2.0: + resolution: {integrity: sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==} + engines: {node: '>=v12'} + dependencies: + '@commitlint/types': 13.2.0 conventional-changelog-angular: 5.0.13 conventional-commits-parser: 3.2.2 dev: true - /@commitlint/read/13.1.0: - resolution: {integrity: sha512-NrVe23GMKyL6i1yDJD8IpqCBzhzoS3wtLfDj8QBzc01Ov1cYBmDojzvBklypGb+MLJM1NbzmRM4PR5pNX0U/NQ==} + /@commitlint/read/13.2.0: + resolution: {integrity: sha512-7db5e1Bn3re6hQN0SqygTMF/QX6/MQauoJn3wJiUHE93lvwO6aFQxT3qAlYeyBPwfWsmDz/uSH454jtrSsv3Uw==} engines: {node: '>=v12'} dependencies: - '@commitlint/top-level': 13.0.0 - '@commitlint/types': 13.1.0 + '@commitlint/top-level': 13.2.0 + '@commitlint/types': 13.2.0 fs-extra: 10.0.0 git-raw-commits: 2.0.10 dev: true - /@commitlint/resolve-extends/13.0.0: - resolution: {integrity: sha512-1SyaE+UOsYTkQlTPUOoj4NwxQhGFtYildVS/d0TJuK8a9uAJLw7bhCLH2PEeH5cC2D1do4Eqhx/3bLDrSLH3hg==} + /@commitlint/resolve-extends/13.2.0: + resolution: {integrity: sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==} engines: {node: '>=v12'} dependencies: import-fresh: 3.3.0 @@ -1720,31 +1759,31 @@ packages: resolve-global: 1.0.0 dev: true - /@commitlint/rules/13.1.0: - resolution: {integrity: sha512-b6F+vBqEXsHVghrhomG0Y6YJimHZqkzZ0n5QEpk03dpBXH2OnsezpTw5e+GvbyYCc7PutGbYVQkytuv+7xCxYA==} + /@commitlint/rules/13.2.0: + resolution: {integrity: sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==} engines: {node: '>=v12'} dependencies: - '@commitlint/ensure': 13.1.0 - '@commitlint/message': 13.0.0 - '@commitlint/to-lines': 13.0.0 - '@commitlint/types': 13.1.0 + '@commitlint/ensure': 13.2.0 + '@commitlint/message': 13.2.0 + '@commitlint/to-lines': 13.2.0 + '@commitlint/types': 13.2.0 execa: 5.1.1 dev: true - /@commitlint/to-lines/13.0.0: - resolution: {integrity: sha512-mzxWwCio1M4/kG9/69TTYqrraQ66LmtJCYTzAZdZ2eJX3I5w52pSjyP/DJzAUVmmJCYf2Kw3s+RtNVShtnZ+Rw==} + /@commitlint/to-lines/13.2.0: + resolution: {integrity: sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg==} engines: {node: '>=v12'} dev: true - /@commitlint/top-level/13.0.0: - resolution: {integrity: sha512-baBy3MZBF28sR93yFezd4a5TdHsbXaakeladfHK9dOcGdXo9oQe3GS5hP3BmlN680D6AiQSN7QPgEJgrNUWUCg==} + /@commitlint/top-level/13.2.0: + resolution: {integrity: sha512-knBvWYbIq6VV6VPHrVeDsxDiJq4Zq6cv5NIYU3iesKAsmK2KlLfsZPa+Ig96Y4AqAPU3zNJwjHxYkz9qxdBbfA==} engines: {node: '>=v12'} dependencies: find-up: 5.0.0 dev: true - /@commitlint/types/13.1.0: - resolution: {integrity: sha512-zcVjuT+OfKt8h91vhBxt05RMcTGEx6DM7Q9QZeuMbXFk6xgbsSEDMMapbJPA1bCZ81fa/1OQBijSYPrKvtt06g==} + /@commitlint/types/13.2.0: + resolution: {integrity: sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ==} engines: {node: '>=v12'} dependencies: chalk: 4.1.2 @@ -1755,8 +1794,8 @@ packages: engines: {node: '>=4.0.0'} dev: false - /@digitak/esrun/1.2.7: - resolution: {integrity: sha512-G+4t0LvYDS684U/9uOaaOb3Qvqiju2oMK/JIk9liENtDswTxwFVnpIG5vpmszIQkuexcfGGN09VJS1mkrmmPJQ==} + /@digitak/esrun/1.2.8: + resolution: {integrity: sha512-6UeoFTGXfx4rPynitTu0rWPGRy4Oy7XtbS2w9fnzbGSWccj5qaDVbFcgsvrnBvZd+10QBP8q3ptivsP2cjnWmw==} engines: {node: '>=14.0'} hasBin: true dependencies: @@ -1785,6 +1824,36 @@ packages: - typescript dev: false + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_4b317b069e4dad36c8619feea2045a32: + resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} + engines: {node: '>=10.0.0'} + peerDependencies: + cosmiconfig: '>=6' + dependencies: + cosmiconfig: 7.0.1 + lodash.get: 4.4.2 + make-error: 1.3.6 + ts-node: 9.1.1_typescript@4.4.3 + tslib: 2.3.1 + transitivePeerDependencies: + - typescript + dev: true + + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_cosmiconfig@7.0.1: + resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} + engines: {node: '>=10.0.0'} + peerDependencies: + cosmiconfig: '>=6' + dependencies: + cosmiconfig: 7.0.1 + lodash.get: 4.4.2 + make-error: 1.3.6 + ts-node: 9.1.1 + tslib: 2.3.1 + transitivePeerDependencies: + - typescript + dev: true + /@eslint/eslintrc/0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -1802,14 +1871,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.2_9dc8019677b8b070fb1b17c9c2fe9d30: + /@firebase/analytics-compat/0.1.2_c801ab9b831a613f1eb742bcdd67e1f7: resolution: {integrity: sha512-TpWpz0s8EgVt9aqyOCFktONqVkjyrNRR4esn3cEYrueH+XXSMDLWY9oFHuUJzntcoEOlOBWMvpsJCPG/1kthkg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.1_@firebase+app@0.7.1 + '@firebase/analytics': 0.7.1_@firebase+app@0.7.2 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -1821,26 +1890,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.1_@firebase+app@0.7.1: + /@firebase/analytics/0.7.1_@firebase+app@0.7.2: resolution: {integrity: sha512-fTUN47UK4obzIJwmgLMJU46dWZ7pzitCEO+80pQZC7mdLlVs/NW0+tMf6rETwMpKjGSgb25cKidpgEuioQtT7w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/installations': 0.5.1_@firebase+app@0.7.2 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.1.2_9dc8019677b8b070fb1b17c9c2fe9d30: + /@firebase/app-check-compat/0.1.2_c801ab9b831a613f1eb742bcdd67e1f7: resolution: {integrity: sha512-JB+OHk4Cp9ZgT+UfX0A+lwH1AoM5Y2X1rDhmhCsEXcKKwz1w9DpL9PjStciP8UYg1dpqbp5p9OMxmty+21EBsA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.4.1_@firebase+app@0.7.1 - '@firebase/app-compat': 0.1.2 + '@firebase/app-check': 0.4.1_@firebase+app@0.7.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1853,22 +1922,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.4.1_@firebase+app@0.7.1: + /@firebase/app-check/0.4.1_@firebase+app@0.7.2: resolution: {integrity: sha512-Kpqh0Y2zpx+acTL7eOVYIWBOmAwoconJpqOAlByGNXuxm/ccP00XREo+HsqaC7wapZRXh+h8BK0jZjvdV36qow==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@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.2: - resolution: {integrity: sha512-kF1maoqA8bZqJ4v/ojVvA7kIyyXEPkJmL48otGrC8LIgdcen7xCx3JFDe0DGeQywg+qujvdkJz/TptFN1cvAgw==} + /@firebase/app-compat/0.1.3: + resolution: {integrity: sha512-+/U2RgRLfLznPuluIMW3bsAehTBTVWKxA6l6jjk9noozPuP99xOulReMqf5kCrXVdW1aMHdRuKfntjbTAR8+aw==} dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1879,8 +1948,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.1: - resolution: {integrity: sha512-B4z6E1EPQc0mOjF35IPKdDRCFnT/fNQIHfM+v7F9obB7ItPhGILK3LxaQfuampSQpF6GG6TPFDbrWK6myXAq+g==} + /@firebase/app/0.7.2: + resolution: {integrity: sha512-xKO3KWxVqCLijJToaBGvBnXCaVGvIw+rT2Dtd9B2iyOFJieQQ+xx8/zRWgoSqbMBIZ2crQVr0KdsoyP9D2nQfg==} dependencies: '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 @@ -1888,18 +1957,18 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: - resolution: {integrity: sha512-eDDtY5If+ERJxalt+plvX6avZspuwo4/kPXssvV+csm414awhDzQBtSDPDajgbH3YB9V+O3LAFHeWcP3rrHS5w==} + /@firebase/auth-compat/0.1.4_1b77f02d6f5887d6becb860c089ed5c2: + resolution: {integrity: sha512-Vn7Dsxa7B50ihgDAMQAVb/IxU9tcQyR1JDbWjZzf2b1212hBuuwEs1V1u01xoKunMXMSg+P8ztbG7IRxOj2FdQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 - '@firebase/auth': 0.18.0_@firebase+app@0.7.1 + '@firebase/app-compat': 0.1.3 + '@firebase/auth': 0.18.1_@firebase+app@0.7.2 '@firebase/auth-types': 0.11.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 - node-fetch: 2.6.2 - selenium-webdriver: 4.0.0-rc-1 + node-fetch: 2.6.5 + selenium-webdriver: 4.0.0-rc-2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -1928,16 +1997,16 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/auth/0.18.0_@firebase+app@0.7.1: - resolution: {integrity: sha512-iK+VXkdDkum8SmJNgz9ZcOboRLrUN1VW7AHHkpZb76VJvoYRoCPD+A9O/v/ziI0LpwIZJwi1GFes9XjZTlfLiA==} + /@firebase/auth/0.18.1_@firebase+app@0.7.2: + resolution: {integrity: sha512-q455ls7Hjug3yGp7htLL/LABqySoXGXL/ADLJPyiSnVl22a5oQWuTKUL6N5PAXHc5LwygFfHYiHrNhpQDaGm3w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 - node-fetch: 2.6.2 + node-fetch: 2.6.5 selenium-webdriver: 4.0.0-rc-1 tslib: 2.3.1 transitivePeerDependencies: @@ -1952,12 +2021,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.1_55510f0a95bcea9b93f7d22490c22799: + /@firebase/database-compat/0.1.1_1fbeb7017feecac4f98eb8cff6d27eeb: resolution: {integrity: sha512-K3DFWiw0YkLZtlfA9TOGPw6zVXKu5dQ1XqIGztUufFVRYW8IizReXVxzSSmJNR4Adr2LiU9j66Wenc6e5UfwaQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.1 @@ -1988,14 +2057,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + /@firebase/firestore-compat/0.1.3_1b77f02d6f5887d6becb860c089ed5c2: resolution: {integrity: sha512-tO3uAkIguKeFeKPu99GR7F7v1/Hc8nV1h7B1kdpkVRRBe+NfVYA3qAUictQ3OAA0oy7Ae9z4SfEURO/R1b6YlQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 - '@firebase/firestore': 3.1.0_@firebase+app@0.7.1 + '@firebase/firestore': 3.1.0_@firebase+app@0.7.2 '@firebase/firestore-types': 2.5.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2014,13 +2083,13 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/firestore/3.1.0_@firebase+app@0.7.1: + /@firebase/firestore/3.1.0_@firebase+app@0.7.2: resolution: {integrity: sha512-vOXueHNRjlgBlKVCWuUDhr3dQW2hJwbcqcJaFiIV9V+PamfyhOHzX8pEQkrPort4YQQvoRmY9uiFhfOGj2hbeA==} engines: {node: ^8.13.0 || >=10.10.0} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -2031,14 +2100,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + /@firebase/functions-compat/0.1.3_1b77f02d6f5887d6becb860c089ed5c2: resolution: {integrity: sha512-NdobePNq5LUHCI1dJHUGlOTw+Qmq/FJre981/ELEMBdEs95kmKwnXB2UaLjAQYWkgkr4YS3lEnNpsiSTaEHFCg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 - '@firebase/functions': 0.7.2_b70844f8f701d92bb425a825f089e315 + '@firebase/functions': 0.7.2_d5dc97a09d47334250258acb69ebac36 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2051,12 +2120,12 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.2_b70844f8f701d92bb425a825f089e315: + /@firebase/functions/0.7.2_d5dc97a09d47334250258acb69ebac36: resolution: {integrity: sha512-B+b57xXtpsRYD3UgVtteeyavXjXfBTtuv+sG8LA0vgJs6bhORswVlKZQqpfW9SDxCMBwzzytzn1m3ZZGfUw2Lg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 @@ -2068,12 +2137,12 @@ packages: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.1_@firebase+app@0.7.1: + /@firebase/installations/0.5.1_@firebase+app@0.7.2: resolution: {integrity: sha512-KZ1XHrEPmCx3Z70P9d8mHmYEZXA/uiLIkV0D8R45Q65c0DUxBDm5tSQs56QWofxB/wx16xmO3xAZw4BdJUBnlQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 idb: 3.0.2 @@ -2086,14 +2155,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30: + /@firebase/messaging-compat/0.1.1_c801ab9b831a613f1eb742bcdd67e1f7: resolution: {integrity: sha512-8FxrQjJCOfP9HibFsymT3qB18rBBmMPxOV+k0n6B7L6KW6Idswq01hMW12d93ZnvlNNKdikCKwUtBNbITBd8FA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 - '@firebase/messaging': 0.9.1_@firebase+app@0.7.1 + '@firebase/messaging': 0.9.1_@firebase+app@0.7.2 '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: @@ -2104,29 +2173,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.1_@firebase+app@0.7.1: + /@firebase/messaging/0.9.1_@firebase+app@0.7.2: resolution: {integrity: sha512-0g3JWTfkv0WHnu4xgx1zcChJXU2dLjWT0e2MI13Q7NbP3TgLu5CgQ/H/lad16j4Zb4RNqZbAUJurEAB6v2BJ/w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/installations': 0.5.1_@firebase+app@0.7.2 '@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_9dc8019677b8b070fb1b17c9c2fe9d30: + /@firebase/performance-compat/0.1.1_c801ab9b831a613f1eb742bcdd67e1f7: resolution: {integrity: sha512-xN/TjU0hVNiJshZzrUvPYB+3sPS9SgaWrfxh3p0eGFVdwHp/3Z8HlT772bkHAEKXVc64v19ktpUVd+sF5aoJNQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 - '@firebase/performance': 0.5.1_@firebase+app@0.7.1 + '@firebase/performance': 0.5.1_@firebase+app@0.7.2 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2138,14 +2207,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.1_@firebase+app@0.7.1: + /@firebase/performance/0.5.1_@firebase+app@0.7.2: resolution: {integrity: sha512-O93Yry8KhAaFrhnmBaMkM0lpgVmpd7CRX0eq1S0IKLdE3MdF+oAtbQiZG/NuRl3Vz8vjoz96R6bPbCWaDuiy8Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/installations': 0.5.1_@firebase+app@0.7.2 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2159,15 +2228,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30: + /@firebase/remote-config-compat/0.1.1_c801ab9b831a613f1eb742bcdd67e1f7: resolution: {integrity: sha512-ZHRHYTdDztXHxgYXzuuD6Goa6ScmAqtctXl2eC6D8vxA8fIGRQKHN+9AMwxm8b3JHzdVY/5XhAOmKCcFvPOgtw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 - '@firebase/remote-config': 0.3.0_@firebase+app@0.7.1 + '@firebase/remote-config': 0.3.0_@firebase+app@0.7.2 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2179,27 +2248,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.0_@firebase+app@0.7.1: + /@firebase/remote-config/0.3.0_@firebase+app@0.7.2: resolution: {integrity: sha512-Yf9/iXToC6Kbec1yOQ9mdTc1MP0mR2VCCR/n3Q+Ol3U+PML+ePXfqWiL2VHrUA86BeB2hpXF1BcTxvD4uOiDnA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/installations': 0.5.1_@firebase+app@0.7.2 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + /@firebase/storage-compat/0.1.3_1b77f02d6f5887d6becb860c089ed5c2: resolution: {integrity: sha512-m2htGJjCFlTONsqYRKXTfzkux3nbhpIpd72RK2iPkRPE69nQ0wiVplIE7bCaq3CSFMbkI3ETOtTTfW1wrOpF2g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.2 + '@firebase/app-compat': 0.1.3 '@firebase/component': 0.5.7 - '@firebase/storage': 0.8.3_@firebase+app@0.7.1 + '@firebase/storage': 0.8.3_@firebase+app@0.7.2 '@firebase/storage-types': 0.6.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2218,12 +2287,12 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/storage/0.8.3_@firebase+app@0.7.1: + /@firebase/storage/0.8.3_@firebase+app@0.7.2: resolution: {integrity: sha512-oraycQ787tEr6xu2Qc4nngLz1YEoEjZ+lrjThx0CJZB7VwdlkIJ24TkzJ9xoeWc+cpo34deg/If4w8AU5/WupQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.1 + '@firebase/app': 0.7.2 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 node-fetch: 2.6.2 @@ -2341,7 +2410,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/import': 6.4.1_graphql@15.6.0 + '@graphql-tools/import': 6.4.2_graphql@15.6.0 '@graphql-tools/utils': 7.10.0_graphql@15.6.0 graphql: 15.6.0 tslib: 2.1.0 @@ -2362,8 +2431,8 @@ packages: - supports-color dev: false - /@graphql-tools/import/6.4.1_graphql@15.6.0: - resolution: {integrity: sha512-nFWo2dI9XXs0hsBscHnTSJNfgFq2gA1bw0qbCXyQga1PJclZViO8SxcHqCf2JmShRpTFsyzsDjKA8xGKDDs8PQ==} + /@graphql-tools/import/6.4.2_graphql@15.6.0: + resolution: {integrity: sha512-FOiusunuS9STdF3mrnOTvNJauM/P85Sq3kVar8F0/OXyFL+AxuTCF/RKTXMUls2owSQN2VV53PCkzK9Rfg5S4A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -2400,8 +2469,8 @@ packages: - subscriptions-transport-ws dev: false - /@graphql-tools/load-files/6.4.0_graphql@15.6.0: - resolution: {integrity: sha512-Dl/3mhFDXWRHhEyVY0nABw+yOFcxfU0iKsLrX0E/wlTiqHRQJORGmxLFRbSGpwcP694dvpujsp/SCt+qz//PkA==} + /@graphql-tools/load-files/6.5.0_graphql@15.6.0: + resolution: {integrity: sha512-/Q4Mrnv8QdJ+5dUKTAAW/pqsNengBJvA8FluwUXNTpx2D4X6/bDIAHef0xpNzSSEO4zFnRy5hi9sCEYvFvFIdA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -2444,7 +2513,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + '@graphql-tools/utils': 8.2.4_graphql@15.6.0 graphql: 15.6.0 tslib: 2.3.1 dev: false @@ -2475,7 +2544,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + '@graphql-tools/utils': 8.2.4_graphql@15.6.0 graphql: 15.6.0 relay-compiler: 11.0.2_graphql@15.6.0 tslib: 2.3.1 @@ -2488,7 +2557,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + '@graphql-tools/utils': 8.2.4_graphql@15.6.0 graphql: 15.6.0 lodash: 4.17.21 micromatch: 4.0.4 @@ -2522,7 +2591,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-tools/merge': 8.1.2_graphql@15.6.0 - '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + '@graphql-tools/utils': 8.2.4_graphql@15.6.0 graphql: 15.6.0 tslib: 2.3.1 value-or-promise: 1.0.10 @@ -2606,8 +2675,8 @@ packages: tslib: 2.3.1 dev: false - /@graphql-tools/utils/8.2.3_graphql@15.6.0: - resolution: {integrity: sha512-RR+aiusf2gIfnPmrDIH1uA45QuPiHB54RD+BmWyMcl88tWAjeJtqZeWPqUTq/1EXrNeocJAJQqogHV4Fbbzx3A==} + /@graphql-tools/utils/8.2.4_graphql@15.6.0: + resolution: {integrity: sha512-uB+JL7CqTKJ2Q5zXA+a2la1cA8YYPcc0RHO/3mK54hxlZa2Z5/9k9XrNfMof4LZQefTaBM7M6QWtaxGklJln4A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -2653,7 +2722,7 @@ packages: resolution: {integrity: sha512-CKQVuwuSPh40tgOkR7c0ZisxYRiN05PcKPW72mQL5y++qd7CwBRoaJZvU5xfXnCJDFBmS3qZGQ71Frx6Ofo2XA==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@grpc/proto-loader/0.6.5: @@ -2720,20 +2789,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.2.2: - resolution: {integrity: sha512-m7tbzPWyvSFfoanTknJoDnaeruDARsUe555tkVjG/qeaRDKwyPqqbgs4yFx583gmoETiAts1deeYozR5sVRhNA==} + /@jest/console/27.2.4: + resolution: {integrity: sha512-94znCKynPZpDpYHQ6esRJSc11AmONrVkBOBZiD7S+bSubHhrUfbS95EY5HIOxhm4PQO7cnvZkL3oJcY0oMA+Wg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 chalk: 4.1.2 - jest-message-util: 27.2.2 - jest-util: 27.2.0 + jest-message-util: 27.2.4 + jest-util: 27.2.4 slash: 3.0.0 dev: true - /@jest/core/27.2.2: - resolution: {integrity: sha512-4b9km/h9pAGdCkwWYtbfoeiOtajOlGmr5rL1Eq6JCAVbOevOqxWHxJ6daWxRJW9eF6keXJoJ1H+uVAVcdZu8Bg==} + /@jest/core/27.2.4: + resolution: {integrity: sha512-UNQLyy+rXoojNm2MGlapgzWhZD1CT1zcHZQYeiD0xE7MtJfC19Q6J5D/Lm2l7i4V97T30usKDoEtjI8vKwWcLg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2741,32 +2810,31 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.2.2 - '@jest/reporters': 27.2.2 - '@jest/test-result': 27.2.2 - '@jest/transform': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/console': 27.2.4 + '@jest/reporters': 27.2.4 + '@jest/test-result': 27.2.4 + '@jest/transform': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 - jest-changed-files: 27.1.1 - jest-config: 27.2.2 - jest-haste-map: 27.2.2 - jest-message-util: 27.2.2 + jest-changed-files: 27.2.4 + jest-config: 27.2.4 + jest-haste-map: 27.2.4 + jest-message-util: 27.2.4 jest-regex-util: 27.0.6 - jest-resolve: 27.2.2 - jest-resolve-dependencies: 27.2.2 - jest-runner: 27.2.2 - jest-runtime: 27.2.2 - jest-snapshot: 27.2.2 - jest-util: 27.2.0 - jest-validate: 27.2.2 - jest-watcher: 27.2.2 + jest-resolve: 27.2.4 + jest-resolve-dependencies: 27.2.4 + jest-runner: 27.2.4 + jest-runtime: 27.2.4 + jest-snapshot: 27.2.4 + jest-util: 27.2.4 + jest-validate: 27.2.4 + jest-watcher: 27.2.4 micromatch: 4.0.4 - p-each-series: 2.2.0 rimraf: 3.0.2 slash: 3.0.0 strip-ansi: 6.0.1 @@ -2778,39 +2846,39 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.2.2: - resolution: {integrity: sha512-gO9gVnZfn5ldeOJ5q+35Kru9QWGHEqZCB7W/M+8mD6uCwOGC9HR6mzpLSNRuDsxY/KhaGBYHpgFqtpe4Rl1gDQ==} + /@jest/environment/27.2.4: + resolution: {integrity: sha512-wkuui5yr3SSQW0XD0Qm3TATUbL/WE3LDEM3ulC+RCQhMf2yxhci8x7svGkZ4ivJ6Pc94oOzpZ6cdHBAMSYd1ew==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/fake-timers': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 - jest-mock: 27.1.1 + '@jest/fake-timers': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 + jest-mock: 27.2.4 dev: true - /@jest/fake-timers/27.2.2: - resolution: {integrity: sha512-gDIIqs0yxyjyxEI9HlJ8SEJ4uCc8qr8BupG1Hcx7tvyk/SLocyXE63rFxL+HQ0ZLMvSyEcJUmYnvvHH1osWiGA==} + /@jest/fake-timers/27.2.4: + resolution: {integrity: sha512-cs/TzvwWUM7kAA6Qm/890SK6JJ2pD5RfDNM3SSEom6BmdyV6OiWP1qf/pqo6ts6xwpcM36oN0wSEzcZWc6/B6w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 - '@sinonjs/fake-timers': 7.1.2 - '@types/node': 16.10.1 - jest-message-util: 27.2.2 - jest-mock: 27.1.1 - jest-util: 27.2.0 + '@jest/types': 27.2.4 + '@sinonjs/fake-timers': 8.0.1 + '@types/node': 16.10.2 + jest-message-util: 27.2.4 + jest-mock: 27.2.4 + jest-util: 27.2.4 dev: true - /@jest/globals/27.2.2: - resolution: {integrity: sha512-fWa/Luwod1hyehnuep+zCnOTqTVvyc4HLUU/1VpFNOEu0tCWNSODyvKSSOjtb1bGOpCNjgaDcyjzo5f7rl6a7g==} + /@jest/globals/27.2.4: + resolution: {integrity: sha512-DRsRs5dh0i+fA9mGHylTU19+8fhzNJoEzrgsu+zgJoZth3x8/0juCQ8nVVdW1er4Cqifb/ET7/hACYVPD0dBEA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.2 - '@jest/types': 27.1.1 - expect: 27.2.2 + '@jest/environment': 27.2.4 + '@jest/types': 27.2.4 + expect: 27.2.4 dev: true - /@jest/reporters/27.2.2: - resolution: {integrity: sha512-ufwZ8XoLChEfPffDeVGroYbhbcYPom3zKDiv4Flhe97rr/o2IfUXoWkDUDoyJ3/V36RFIMjokSu0IJ/pbFtbHg==} + /@jest/reporters/27.2.4: + resolution: {integrity: sha512-LHeSdDnDZkDnJ8kvnjcqV8P1Yv/32yL4d4XfR5gBiy3xGO0onwll1QEbvtW96fIwhx2nejug0GTaEdNDoyr3fQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2819,10 +2887,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.2.2 - '@jest/test-result': 27.2.2 - '@jest/transform': 27.2.2 - '@jest/types': 27.1.1 + '@jest/console': 27.2.4 + '@jest/test-result': 27.2.4 + '@jest/transform': 27.2.4 + '@jest/types': 27.2.4 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -2833,15 +2901,15 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.0 istanbul-reports: 3.0.2 - jest-haste-map: 27.2.2 - jest-resolve: 27.2.2 - jest-util: 27.2.0 - jest-worker: 27.2.2 + jest-haste-map: 27.2.4 + jest-resolve: 27.2.4 + jest-util: 27.2.4 + jest-worker: 27.2.4 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 terminal-link: 2.1.1 - v8-to-istanbul: 8.0.0 + v8-to-istanbul: 8.1.0 transitivePeerDependencies: - supports-color dev: true @@ -2855,42 +2923,42 @@ packages: source-map: 0.6.1 dev: true - /@jest/test-result/27.2.2: - resolution: {integrity: sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw==} + /@jest/test-result/27.2.4: + resolution: {integrity: sha512-eU+PRo0+lIS01b0dTmMdVZ0TtcRSxEaYquZTRFMQz6CvsehGhx9bRzi9Zdw6VROviJyv7rstU+qAMX5pNBmnfQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.2 - '@jest/types': 27.1.1 + '@jest/console': 27.2.4 + '@jest/types': 27.2.4 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.2.2: - resolution: {integrity: sha512-YnJqwNQP2Zeu0S4TMqkxg6NN7Y1EFq715n/nThNKrvIS9wmRZjDt2XYqsHbuvhAFjshi0iKDQ813NewFITBH+Q==} + /@jest/test-sequencer/27.2.4: + resolution: {integrity: sha512-fpk5eknU3/DXE2QCCG1wv/a468+cfPo3Asu6d6yUtM9LOPh709ubZqrhuUOYfM8hXMrIpIdrv1CdCrWWabX0rQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.2 + '@jest/test-result': 27.2.4 graceful-fs: 4.2.8 - jest-haste-map: 27.2.2 - jest-runtime: 27.2.2 + jest-haste-map: 27.2.4 + jest-runtime: 27.2.4 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.2.2: - resolution: {integrity: sha512-l4Z/7PpajrOjCiXLWLfMY7fgljY0H8EwW7qdzPXXuv2aQF8kY2+Uyj3O+9Popnaw1V7JCw32L8EeI/thqFDkPA==} + /@jest/transform/27.2.4: + resolution: {integrity: sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.15.5 - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 babel-plugin-istanbul: 6.0.0 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.2 + jest-haste-map: 27.2.4 jest-regex-util: 27.0.6 - jest-util: 27.2.0 + jest-util: 27.2.4 micromatch: 4.0.4 pirates: 4.0.1 slash: 3.0.0 @@ -2911,13 +2979,13 @@ packages: chalk: 4.1.2 dev: true - /@jest/types/27.1.1: - resolution: {integrity: sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==} + /@jest/types/27.2.4: + resolution: {integrity: sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.10.1 + '@types/node': 16.10.2 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -2980,7 +3048,7 @@ packages: '@babel/runtime': 7.15.4 '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.15.5 core-js: 2.6.12 - core-js-compat: 3.18.0 + core-js-compat: 3.18.1 regenerator-runtime: 0.13.9 transitivePeerDependencies: - supports-color @@ -3038,7 +3106,7 @@ packages: pretty-bytes: 5.6.0 semver: 7.3.5 serve-static: 1.14.1 - std-env: 2.3.0 + std-env: 2.3.1 upath: 2.0.1 wrap-ansi: 7.0.0 dev: false @@ -3068,7 +3136,7 @@ packages: dotenv: 9.0.2 lodash: 4.17.21 rc9: 1.2.0 - std-env: 2.3.0 + std-env: 2.3.1 ufo: 0.7.9 dev: false @@ -3127,10 +3195,10 @@ packages: dotenv: 10.0.0 globby: 11.0.4 hash-sum: 2.0.0 - jiti: 1.12.3 + jiti: 1.12.6 rc9: 1.2.0 scule: 0.2.1 - std-env: 2.3.0 + std-env: 2.3.1 ufo: 0.7.9 unctx: 0.0.3 untyped: 0.2.9 @@ -3195,12 +3263,12 @@ packages: git-url-parse: 11.6.0 inquirer: 7.3.3 is-docker: 2.2.1 - jiti: 1.12.3 + jiti: 1.12.6 nanoid: 3.1.28 node-fetch: 2.6.5 parse-git-config: 3.0.0 rc9: 1.2.0 - std-env: 2.3.0 + std-env: 2.3.1 dev: false /@nuxt/types/2.15.8_sass@1.42.1: @@ -3253,12 +3321,12 @@ packages: create-require: 1.1.1 fs-extra: 9.1.0 hash-sum: 2.0.0 - jiti: 1.12.3 + jiti: 1.12.6 lodash: 4.17.21 proper-lockfile: 4.1.2 semver: 7.3.5 serialize-javascript: 5.0.1 - signal-exit: 3.0.4 + signal-exit: 3.0.5 ua-parser-js: 0.7.28 ufo: 0.7.9 dev: false @@ -3303,7 +3371,7 @@ packages: '@nuxt/utils': 2.15.8 babel-loader: 8.2.2_99877201e3f6dd5396b321f0a88244ea cache-loader: 4.1.0_webpack@4.46.0 - caniuse-lite: 1.0.30001260 + caniuse-lite: 1.0.30001263 consola: 2.15.3 css-loader: 4.3.0_webpack@4.46.0 cssnano: 4.1.11 @@ -3326,7 +3394,7 @@ packages: postcss-preset-env: 6.7.0 postcss-url: 8.0.0 semver: 7.3.5 - std-env: 2.3.0 + std-env: 2.3.1 style-resources-loader: 1.4.1_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 thread-loader: 3.0.4_webpack@4.46.0 @@ -3356,7 +3424,7 @@ packages: dependencies: '@nuxtjs/proxy': 2.1.0 axios: 0.21.4 - axios-retry: 3.1.9 + axios-retry: 3.2.0 consola: 2.15.3 defu: 5.0.0 transitivePeerDependencies: @@ -3406,16 +3474,16 @@ packages: peerDependencies: eslint: ^7.27.0 dependencies: - '@nuxtjs/eslint-config': 6.0.1_b6f5bcfc4b76ab93ae66fe8a264c7480 - '@typescript-eslint/eslint-plugin': 4.31.2_3815fab247b4312be6d1f55eb1f81298 - '@typescript-eslint/parser': 4.31.2_eslint@7.32.0+typescript@4.4.3 + '@nuxtjs/eslint-config': 6.0.1_a2243cdaf36ff6cc2d89c77e252ccc5a + '@typescript-eslint/eslint-plugin': 4.32.0_1eacf2495a01e8a68ffa99482308e8ec + '@typescript-eslint/parser': 4.32.0_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@nuxtjs/eslint-config/6.0.1_b6f5bcfc4b76ab93ae66fe8a264c7480: + /@nuxtjs/eslint-config/6.0.1_a2243cdaf36ff6cc2d89c77e252ccc5a: resolution: {integrity: sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ==} peerDependencies: eslint: ^7.27.0 @@ -3423,7 +3491,7 @@ packages: 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.4.2_b6f5bcfc4b76ab93ae66fe8a264c7480 + eslint-plugin-jest: 24.5.0_a2243cdaf36ff6cc2d89c77e252ccc5a 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 @@ -3481,7 +3549,7 @@ packages: klona: 2.0.4 lodash.merge: 4.6.2 ufo: 0.7.9 - vue-i18n: 8.26.1 + vue-i18n: 8.26.5 transitivePeerDependencies: - supports-color dev: false @@ -3738,7 +3806,7 @@ packages: npm-run-path: 4.0.1 semver: 7.3.5 tslib: 2.3.1 - yarn: 1.22.11 + yarn: 1.22.15 transitivePeerDependencies: - supports-color dev: false @@ -3765,8 +3833,8 @@ packages: engines: {node: '>=8.0.0'} dev: false - /@polka/url/1.0.0-next.20: - resolution: {integrity: sha512-88p7+M0QGxKpmnkfXjS4V26AnoC/eiqZutE8GLdaI5X12NY75bXSdTY9NkmYb2Xyk1O+MmkuO6Frmsj84V6I8Q==} + /@polka/url/1.0.0-next.21: + resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: false /@protobufjs/aspromise/1.1.2: @@ -3812,15 +3880,15 @@ packages: resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} dev: false - /@relmify/jest-fp-ts/1.1.1_fp-ts@2.11.3+io-ts@2.2.16: + /@relmify/jest-fp-ts/1.1.1_fp-ts@2.11.4+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.3 - io-ts: 2.2.16_fp-ts@2.11.3 + fp-ts: 2.11.4 + io-ts: 2.2.16_fp-ts@2.11.4 jest-get-type: 26.3.0 jest-matcher-utils: 26.6.2 dev: true @@ -3857,8 +3925,8 @@ packages: type-detect: 4.0.8 dev: true - /@sinonjs/fake-timers/7.1.2: - resolution: {integrity: sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==} + /@sinonjs/fake-timers/8.0.1: + resolution: {integrity: sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew==} dependencies: '@sinonjs/commons': 1.8.3 dev: true @@ -3927,7 +3995,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/anymatch/3.0.0: @@ -3987,7 +4055,7 @@ packages: resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/body-parser/1.19.1: @@ -4000,7 +4068,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.1 + browserslist: 4.17.2 dev: true /@types/cacheable-request/6.0.2: @@ -4008,7 +4076,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 16.10.1 + '@types/node': 16.10.2 '@types/responselike': 1.0.0 dev: true @@ -4019,8 +4087,8 @@ packages: source-map: 0.6.1 dev: true - /@types/codemirror/5.60.3: - resolution: {integrity: sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA==} + /@types/codemirror/5.60.4: + resolution: {integrity: sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==} dependencies: '@types/tern': 0.23.4 dev: true @@ -4043,7 +4111,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/content-disposition/0.5.4: @@ -4060,7 +4128,7 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.13 '@types/keygrip': 1.0.2 - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/cors/2.8.10: @@ -4093,7 +4161,7 @@ packages: /@types/express-serve-static-core/4.17.24: resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -4114,13 +4182,13 @@ packages: /@types/fs-capacitor/2.0.0: resolution: {integrity: sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: true /@types/html-minifier-terser/5.1.2: @@ -4150,7 +4218,7 @@ packages: /@types/http-proxy/1.17.7: resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/istanbul-lib-coverage/2.0.3: @@ -4179,8 +4247,8 @@ packages: /@types/jest/27.0.2: resolution: {integrity: sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==} dependencies: - jest-diff: 27.2.2 - pretty-format: 27.2.2 + jest-diff: 27.2.4 + pretty-format: 27.2.4 dev: true /@types/json-schema/7.0.9: @@ -4197,7 +4265,7 @@ packages: /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: true /@types/koa-compose/3.2.5: @@ -4216,15 +4284,15 @@ packages: '@types/http-errors': 1.8.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/less/3.0.2: resolution: {integrity: sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==} dev: true - /@types/lodash/4.14.174: - resolution: {integrity: sha512-KMBLT6+g9qrGXpDt7ohjWPUD34WA/jasrtjTEHStF0NPdEwJ1N9SZ+4GaMVDeuk/y0+X5j9xFm6mNiXS7UoaLQ==} + /@types/lodash/4.14.175: + resolution: {integrity: sha512-XmdEOrKQ8a1Y/yxQFOMbC47G/V2VDO1GvMRnl4O75M4GW/abC5tnfzadQYkqEveqRM1dEJGFFegfPNA2vvx2iw==} dev: true /@types/long/4.0.1: @@ -4251,7 +4319,7 @@ packages: /@types/node-fetch/2.5.12: resolution: {integrity: sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 form-data: 3.0.1 dev: false @@ -4276,8 +4344,8 @@ packages: resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} dev: true - /@types/node/16.10.1: - resolution: {integrity: sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w==} + /@types/node/16.10.2: + resolution: {integrity: sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4292,8 +4360,8 @@ packages: /@types/parse-json/4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} - /@types/prettier/2.4.0: - resolution: {integrity: sha512-WHRsy5nMpjXfU9B0LqOqPT06EI2+8Xv5NERy0pLxJLbU98q7uhcGogQzfX+rXpU7S5mgHsLxHrLCufZcV/P8TQ==} + /@types/prettier/2.4.1: + resolution: {integrity: sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw==} dev: true /@types/pug/2.0.4: @@ -4316,7 +4384,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: true /@types/sass-loader/8.0.1: @@ -4449,7 +4517,7 @@ packages: /@types/webpack/4.41.31: resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -4460,13 +4528,13 @@ packages: /@types/websocket/1.0.2: resolution: {integrity: sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 dev: false /@types/yargs-parser/20.2.1: @@ -4489,8 +4557,8 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/4.31.2_3815fab247b4312be6d1f55eb1f81298: - resolution: {integrity: sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==} + /@typescript-eslint/eslint-plugin/4.32.0_1eacf2495a01e8a68ffa99482308e8ec: + resolution: {integrity: sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -4500,12 +4568,13 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/parser': 4.31.2_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/scope-manager': 4.31.2 + '@typescript-eslint/experimental-utils': 4.32.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/parser': 4.32.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.32.0 debug: 4.3.2 eslint: 7.32.0 functional-red-black-tree: 1.0.1 + ignore: 5.1.8 regexpp: 3.2.0 semver: 7.3.5 tsutils: 3.21.0_typescript@4.4.3 @@ -4514,16 +4583,16 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.31.2_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==} + /@typescript-eslint/experimental-utils/4.32.0_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.31.2 - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.32.0 + '@typescript-eslint/types': 4.32.0 + '@typescript-eslint/typescript-estree': 4.32.0_typescript@4.4.3 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4532,8 +4601,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.31.2_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==} + /@typescript-eslint/parser/4.32.0_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -4542,9 +4611,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.31.2 - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.32.0 + '@typescript-eslint/types': 4.32.0 + '@typescript-eslint/typescript-estree': 4.32.0_typescript@4.4.3 debug: 4.3.2 eslint: 7.32.0 typescript: 4.4.3 @@ -4552,21 +4621,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/4.31.2: - resolution: {integrity: sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==} + /@typescript-eslint/scope-manager/4.32.0: + resolution: {integrity: sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/visitor-keys': 4.31.2 + '@typescript-eslint/types': 4.32.0 + '@typescript-eslint/visitor-keys': 4.32.0 dev: true - /@typescript-eslint/types/4.31.2: - resolution: {integrity: sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==} + /@typescript-eslint/types/4.32.0: + resolution: {integrity: sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.31.2_typescript@4.4.3: - resolution: {integrity: sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==} + /@typescript-eslint/typescript-estree/4.32.0_typescript@4.4.3: + resolution: {integrity: sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -4574,11 +4643,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.31.2 - '@typescript-eslint/visitor-keys': 4.31.2 + '@typescript-eslint/types': 4.32.0 + '@typescript-eslint/visitor-keys': 4.32.0 debug: 4.3.2 globby: 11.0.4 - is-glob: 4.0.1 + is-glob: 4.0.3 semver: 7.3.5 tsutils: 3.21.0_typescript@4.4.3 typescript: 4.4.3 @@ -4586,11 +4655,11 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.31.2: - resolution: {integrity: sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==} + /@typescript-eslint/visitor-keys/4.32.0: + resolution: {integrity: sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/types': 4.32.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4895,9 +4964,9 @@ packages: resolution: {integrity: sha512-wjvZH1m8Rb60zCxYQDiZmgpSsljirqBNWsKo5G7JbkHGuEgCQdC+27jtPWQoMyBJY2w76Ofa7+7jvMqgoAS+ag==} dependencies: debug: 4.3.2 - jiti: 1.12.3 + jiti: 1.12.6 tsup: 4.14.0_typescript@4.4.3 - windicss: 3.1.7 + windicss: 3.1.8 transitivePeerDependencies: - supports-color - ts-node @@ -4913,7 +4982,7 @@ packages: fast-glob: 3.2.7 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.1.7 + windicss: 3.1.8 transitivePeerDependencies: - supports-color - ts-node @@ -4923,7 +4992,7 @@ packages: /@wry/context/0.4.4: resolution: {integrity: sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 tslib: 1.14.1 dev: false @@ -4988,7 +5057,7 @@ packages: resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} engines: {node: '>= 0.6'} dependencies: - mime-types: 2.1.32 + mime-types: 2.1.33 negotiator: 0.6.2 dev: false @@ -5097,10 +5166,10 @@ packages: resolution: {integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=} dev: false - /ansi-align/3.0.0: - resolution: {integrity: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==} + /ansi-align/3.0.1: + resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} dependencies: - string-width: 3.1.0 + string-width: 4.2.3 dev: false /ansi-colors/4.1.1: @@ -5323,7 +5392,7 @@ packages: engines: {node: '>=8'} dependencies: '@types/node-fetch': 2.5.12 - core-js: 3.18.0 + core-js: 3.18.1 node-fetch: 2.6.5 sha.js: 2.4.11 dev: false @@ -5334,7 +5403,7 @@ packages: peerDependencies: graphql: ^14.2.1 || ^15.0.0 dependencies: - core-js-pure: 3.18.0 + core-js-pure: 3.18.1 graphql: 15.6.0 lodash.sortby: 4.7.0 sha.js: 2.4.11 @@ -5357,7 +5426,7 @@ packages: apollo-link-http: 1.5.17_graphql@15.6.0 apollo-server-errors: 2.5.0_graphql@15.6.0 await-to-js: 2.1.1 - core-js: 3.18.0 + core-js: 3.18.1 cosmiconfig: 5.2.1 dotenv: 8.6.0 glob: 7.1.7 @@ -5609,7 +5678,7 @@ packages: graphql: 14 - 15 subscriptions-transport-ws: ^0.9.0 dependencies: - '@apollo/client': 3.4.13_fbc2669a39cce3d0d7a36ba453108f25 + '@apollo/client': 3.4.15_fbc2669a39cce3d0d7a36ba453108f25 '@babel/runtime': 7.15.4 extract-files: 9.0.0 graphql: 15.6.0 @@ -5684,7 +5753,6 @@ packages: /arg/4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} - dev: false /arg/5.0.1: resolution: {integrity: sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==} @@ -5734,7 +5802,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.6 + es-abstract: 1.19.1 get-intrinsic: 1.1.1 is-string: 1.0.7 dev: true @@ -5747,13 +5815,13 @@ packages: resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} engines: {node: '>=0.10.0'} - /array.prototype.flat/1.2.4: - resolution: {integrity: sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==} + /array.prototype.flat/1.2.5: + resolution: {integrity: sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.6 + es-abstract: 1.19.1 dev: true /arrify/1.0.1: @@ -5837,9 +5905,9 @@ packages: resolution: {integrity: sha512-7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ==} hasBin: true dependencies: - browserslist: 4.17.1 - caniuse-lite: 1.0.30001260 - nanocolors: 0.2.9 + browserslist: 4.17.2 + caniuse-lite: 1.0.30001263 + nanocolors: 0.2.12 normalize-range: 0.1.2 num2fraction: 1.2.2 postcss: 7.0.38 @@ -5850,8 +5918,8 @@ packages: engines: {node: '>=6.0.0'} dev: false - /axios-retry/3.1.9: - resolution: {integrity: sha512-NFCoNIHq8lYkJa6ku4m+V1837TP6lCa7n79Iuf8/AqATAHYB0ISaAS1eyIenDOfHOLtym34W65Sjke2xjg2fsA==} + /axios-retry/3.2.0: + resolution: {integrity: sha512-RK2cLMgIsAQBDhlIsJR5dOhODPigvel18XUv1dDXW+4k1FzebyfRk+C+orot6WPZOYFKSfhLwHPwVmTVOODQ5w==} dependencies: is-retry-allowed: 1.2.0 dev: false @@ -5880,15 +5948,15 @@ packages: '@babel/core': 7.15.5 dev: true - /babel-jest/27.2.2_@babel+core@7.15.5: - resolution: {integrity: sha512-XNFNNfGKnZXzhej7TleVP4s9ktH5JjRW8Rmcbb223JJwKB/gmTyeWN0JfiPtSgnjIjDXtKNoixiy0QUHtv3vFA==} + /babel-jest/27.2.4_@babel+core@7.15.5: + resolution: {integrity: sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.15.5 - '@jest/transform': 27.2.2 - '@jest/types': 27.1.1 + '@jest/transform': 27.2.4 + '@jest/types': 27.2.4 '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.0.0 babel-preset-jest: 27.2.0_@babel+core@7.15.5 @@ -5967,7 +6035,7 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 - core-js-compat: 3.18.0 + core-js-compat: 3.18.1 transitivePeerDependencies: - supports-color @@ -6213,7 +6281,7 @@ packages: resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} engines: {node: '>=10'} dependencies: - ansi-align: 3.0.0 + ansi-align: 3.0.1 camelcase: 6.2.0 chalk: 4.1.2 cli-boxes: 2.2.1 @@ -6313,16 +6381,16 @@ packages: pako: 1.0.11 dev: false - /browserslist/4.17.1: - resolution: {integrity: sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ==} + /browserslist/4.17.2: + resolution: {integrity: sha512-jSDZyqJmkKMEMi7SZAgX5UltFdR5NAO43vY0AwTpu4X3sGH7GLLQ83KiUomgrnvZRCeW0yPPnKqnxPqQOER9zQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001260 - electron-to-chromium: 1.3.850 + caniuse-lite: 1.0.30001263 + electron-to-chromium: 1.3.857 escalade: 3.1.1 - nanocolors: 0.1.12 - node-releases: 1.1.76 + nanocolors: 0.2.12 + node-releases: 1.1.77 /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -6567,16 +6635,14 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.17.1 - caniuse-lite: 1.0.30001260 + browserslist: 4.17.2 + caniuse-lite: 1.0.30001263 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001260: - resolution: {integrity: sha512-Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg==} - dependencies: - nanocolors: 0.1.12 + /caniuse-lite/1.0.30001263: + resolution: {integrity: sha512-doiV5dft6yzWO1WwU19kt8Qz8R0/8DgEziz6/9n2FxUasteZNwNNYSmJO3GLBH8lCVE73AB1RPDPAeYbcO5Cvw==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6680,7 +6746,7 @@ packages: glob-parent: 3.1.0 inherits: 2.0.4 is-binary-path: 1.0.1 - is-glob: 4.0.1 + is-glob: 4.0.3 normalize-path: 3.0.0 path-is-absolute: 1.0.1 readdirp: 2.2.1 @@ -6698,7 +6764,7 @@ packages: braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 - is-glob: 4.0.1 + is-glob: 4.0.3 normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: @@ -6948,8 +7014,8 @@ packages: resolution: {integrity: sha512-suheFec2wlI4klyqn61MOFXjjrKPZiNY7d2py0OvTd5Z+7AsNxoGKDaS/HI59y7EAG1SkkXW/JQ1Rt2gDMxHfA==} dev: false - /codemirror/5.63.0: - resolution: {integrity: sha512-KlLWRPggDg2rBD1Mx7/EqEhaBdy+ybBCVh/efgjBDsPpMeEu6MbTAJzIT4TuCzvmbTEgvKOGzVT6wdBTNusqrg==} + /codemirror/5.63.1: + resolution: {integrity: sha512-baivaNZreZOGh1/tYyTvCupC9NeWk7qlZeGUDi4nFKj/J0JU8FYKZND4QqLw70P7HOttlCt4JJAOj9GoIhHEkA==} dev: false /collect-v8-coverage/1.0.1: @@ -7230,14 +7296,14 @@ packages: resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} engines: {node: '>=0.10.0'} - /core-js-compat/3.18.0: - resolution: {integrity: sha512-tRVjOJu4PxdXjRMEgbP7lqWy1TWJu9a01oBkn8d+dNrhgmBwdTkzhHZpVJnEmhISLdoJI1lX08rcBcHi3TZIWg==} + /core-js-compat/3.18.1: + resolution: {integrity: sha512-XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg==} dependencies: - browserslist: 4.17.1 + browserslist: 4.17.2 semver: 7.0.0 - /core-js-pure/3.18.0: - resolution: {integrity: sha512-ZnK+9vyuMhKulIGqT/7RHGRok8RtkHMEX/BGPHkHx+ouDkq+MUvf9mfIgdqhpmPDu8+V5UtRn/CbCRc9I4lX4w==} + /core-js-pure/3.18.1: + resolution: {integrity: sha512-kmW/k8MaSuqpvA1xm2l3TVlBuvW+XBkcaOroFUpO3D4lsTGQWBTb/tBDCf/PNkkPLrwgrkQRIYNPB0CeqGJWGQ==} requiresBuild: true /core-js/2.6.12: @@ -7245,8 +7311,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.0: - resolution: {integrity: sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==} + /core-js/3.18.1: + resolution: {integrity: sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA==} requiresBuild: true dev: false @@ -7865,7 +7931,6 @@ packages: /diff/4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} - dev: false /diffie-hellman/5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} @@ -8030,8 +8095,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /electron-to-chromium/1.3.850: - resolution: {integrity: sha512-ZzkDcdzePeF4dhoGZQT77V2CyJOpwfTZEOg4h0x6R/jQhGt/rIRpbRyVreWLtD7B/WsVxo91URm2WxMKR9JQZA==} + /electron-to-chromium/1.3.857: + resolution: {integrity: sha512-a5kIr2lajm4bJ5E4D3fp8Y/BRB0Dx2VOcCRE5Gtb679mXIME/OFhWler8Gy2ksrf8gFX+EFCSIGA33FB3gqYpg==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8055,10 +8120,6 @@ packages: engines: {node: '>=10'} dev: true - /emoji-regex/7.0.3: - resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} - dev: false - /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -8161,8 +8222,8 @@ packages: stackframe: 1.2.0 dev: false - /es-abstract/1.18.6: - resolution: {integrity: sha512-kAeIT4cku5eNLNuUKhlmtuk1/TRZvQoYccn6TO0cSVdf1kzB0T7+dYuVK9MWM7l+/53W2Q8M7N2c6MQvhXFcUQ==} + /es-abstract/1.19.1: + resolution: {integrity: sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -8176,7 +8237,9 @@ packages: is-callable: 1.2.4 is-negative-zero: 2.0.1 is-regex: 1.1.4 + is-shared-array-buffer: 1.0.1 is-string: 1.0.7 + is-weakref: 1.0.1 object-inspect: 1.11.0 object-keys: 1.1.1 object.assign: 4.1.2 @@ -8296,7 +8359,7 @@ packages: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 dependencies: array-includes: 3.1.3 - array.prototype.flat: 1.2.4 + array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 eslint: 7.32.0 @@ -8304,7 +8367,7 @@ packages: eslint-module-utils: 2.6.2 find-up: 2.1.0 has: 1.0.3 - is-core-module: 2.6.0 + is-core-module: 2.7.0 minimatch: 3.0.4 object.values: 1.1.4 pkg-up: 2.0.0 @@ -8313,8 +8376,8 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jest/24.4.2_b6f5bcfc4b76ab93ae66fe8a264c7480: - resolution: {integrity: sha512-jNMnqwX75z0RXRMXkxwb/+9ylKJYJLJ8nT8nBT0XFM5qx4IQGxP4edMawa0qGkSbHae0BDPBmi8I2QF0/F04XQ==} + /eslint-plugin-jest/24.5.0_a2243cdaf36ff6cc2d89c77e252ccc5a: + resolution: {integrity: sha512-Cm+XdX7Nms2UXGRnivHFVcM3ZmlKheHvc9VD78iZLO1XcqB59WbVjrMSiesCbHDlToxWjMJDiJMgc1CzFE13Vg==} engines: {node: '>=10'} peerDependencies: '@typescript-eslint/eslint-plugin': '>= 4' @@ -8323,8 +8386,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.31.2_3815fab247b4312be6d1f55eb1f81298 - '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': 4.32.0_1eacf2495a01e8a68ffa99482308e8ec + '@typescript-eslint/experimental-utils': 4.32.0_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -8550,7 +8613,7 @@ packages: ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 - is-glob: 4.0.1 + is-glob: 4.0.3 js-yaml: 3.14.1 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -8563,7 +8626,7 @@ packages: semver: 7.3.5 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 - table: 6.7.1 + table: 6.7.2 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: @@ -8670,7 +8733,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.4 + signal-exit: 3.0.5 strip-final-newline: 2.0.0 /execa/5.1.1: @@ -8684,7 +8747,7 @@ packages: merge-stream: 2.0.0 npm-run-path: 4.0.1 onetime: 5.1.2 - signal-exit: 3.0.4 + signal-exit: 3.0.5 strip-final-newline: 2.0.0 /execall/2.0.0: @@ -8722,15 +8785,15 @@ packages: jest-regex-util: 26.0.0 dev: true - /expect/27.2.2: - resolution: {integrity: sha512-sjHBeEk47/eshN9oLbvPJZMgHQihOXXQzSMPCJ4MqKShbU9HOVFSNHEEU4dp4ujzxFSiNvPFzB2AMOFmkizhvA==} + /expect/27.2.4: + resolution: {integrity: sha512-gOtuonQ8TCnbNNCSw2fhVzRf8EFYDII4nB5NmG4IEV0rbUnW1I5zXvoTntU4iicB/Uh0oZr20NGlOLdJiwsOZA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 ansi-styles: 5.2.0 jest-get-type: 27.0.6 - jest-matcher-utils: 27.2.2 - jest-message-util: 27.2.2 + jest-matcher-utils: 27.2.4 + jest-message-util: 27.2.4 jest-regex-util: 27.0.6 dev: true @@ -9054,34 +9117,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.1.0: - resolution: {integrity: sha512-Pj9/FwNzT4pdSS6vpXZzm4mFscI73N+AH70gaWZPnZrQBvyMAPTuKXXscjrFePPlqs94b4Emq+2mSwLGcwod/A==} + /firebase/9.1.1: + resolution: {integrity: sha512-106PqKLwWo4vINQUwEbk2aU/nAFhRbCBE2IdnQmf7UDaW4wqJGZcgRvy3jSyuZr/dkqnT7ymKX0GGrDSzNLU6g==} dependencies: - '@firebase/analytics': 0.7.1_@firebase+app@0.7.1 - '@firebase/analytics-compat': 0.1.2_9dc8019677b8b070fb1b17c9c2fe9d30 - '@firebase/app': 0.7.1 - '@firebase/app-check': 0.4.1_@firebase+app@0.7.1 - '@firebase/app-check-compat': 0.1.2_9dc8019677b8b070fb1b17c9c2fe9d30 - '@firebase/app-compat': 0.1.2 + '@firebase/analytics': 0.7.1_@firebase+app@0.7.2 + '@firebase/analytics-compat': 0.1.2_c801ab9b831a613f1eb742bcdd67e1f7 + '@firebase/app': 0.7.2 + '@firebase/app-check': 0.4.1_@firebase+app@0.7.2 + '@firebase/app-check-compat': 0.1.2_c801ab9b831a613f1eb742bcdd67e1f7 + '@firebase/app-compat': 0.1.3 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.18.0_@firebase+app@0.7.1 - '@firebase/auth-compat': 0.1.3_463a693b8480fd65f53420bb6e77a6d1 + '@firebase/auth': 0.18.1_@firebase+app@0.7.2 + '@firebase/auth-compat': 0.1.4_1b77f02d6f5887d6becb860c089ed5c2 '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.1_55510f0a95bcea9b93f7d22490c22799 - '@firebase/firestore': 3.1.0_@firebase+app@0.7.1 - '@firebase/firestore-compat': 0.1.3_463a693b8480fd65f53420bb6e77a6d1 - '@firebase/functions': 0.7.2_b70844f8f701d92bb425a825f089e315 - '@firebase/functions-compat': 0.1.3_463a693b8480fd65f53420bb6e77a6d1 - '@firebase/installations': 0.5.1_@firebase+app@0.7.1 - '@firebase/messaging': 0.9.1_@firebase+app@0.7.1 - '@firebase/messaging-compat': 0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30 - '@firebase/performance': 0.5.1_@firebase+app@0.7.1 - '@firebase/performance-compat': 0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30 + '@firebase/database-compat': 0.1.1_1fbeb7017feecac4f98eb8cff6d27eeb + '@firebase/firestore': 3.1.0_@firebase+app@0.7.2 + '@firebase/firestore-compat': 0.1.3_1b77f02d6f5887d6becb860c089ed5c2 + '@firebase/functions': 0.7.2_d5dc97a09d47334250258acb69ebac36 + '@firebase/functions-compat': 0.1.3_1b77f02d6f5887d6becb860c089ed5c2 + '@firebase/installations': 0.5.1_@firebase+app@0.7.2 + '@firebase/messaging': 0.9.1_@firebase+app@0.7.2 + '@firebase/messaging-compat': 0.1.1_c801ab9b831a613f1eb742bcdd67e1f7 + '@firebase/performance': 0.5.1_@firebase+app@0.7.2 + '@firebase/performance-compat': 0.1.1_c801ab9b831a613f1eb742bcdd67e1f7 '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.0_@firebase+app@0.7.1 - '@firebase/remote-config-compat': 0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30 - '@firebase/storage': 0.8.3_@firebase+app@0.7.1 - '@firebase/storage-compat': 0.1.3_463a693b8480fd65f53420bb6e77a6d1 + '@firebase/remote-config': 0.3.0_@firebase+app@0.7.2 + '@firebase/remote-config-compat': 0.1.1_c801ab9b831a613f1eb742bcdd67e1f7 + '@firebase/storage': 0.8.3_@firebase+app@0.7.2 + '@firebase/storage-compat': 0.1.3_1b77f02d6f5887d6becb860c089ed5c2 '@firebase/util': 1.4.0 transitivePeerDependencies: - bufferutil @@ -9161,7 +9224,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.32 + mime-types: 2.1.33 dev: false /form-data/3.0.1: @@ -9170,7 +9233,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.32 + mime-types: 2.1.33 /form-data/4.0.0: resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} @@ -9178,7 +9241,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.32 + mime-types: 2.1.33 dev: false /forwarded/0.2.0: @@ -9186,8 +9249,8 @@ packages: engines: {node: '>= 0.6'} dev: false - /fp-ts/2.11.3: - resolution: {integrity: sha512-qHI5iaVSFNFmdl6yDensWfFMk32iafAINCnqx8m486DV1+Jht/bTnA9CyahL+Xm7h2y3erinviVBIAWvv5bPYw==} + /fp-ts/2.11.4: + resolution: {integrity: sha512-lhV7tGEbs2qoVw4vmqOovChS7CAoIYU0gdiPEF8Vc4bLZct+PAMMeXrCqRyBNEo33XOvwvAmFDEDIrHPWH2/fg==} dev: false /fragment-cache/0.2.1: @@ -9442,7 +9505,7 @@ packages: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} dependencies: - is-glob: 4.0.1 + is-glob: 4.0.3 /glob/7.1.6: resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} @@ -9481,7 +9544,7 @@ packages: engines: {node: '>=10.0'} dependencies: boolean: 3.1.4 - core-js: 3.18.0 + core-js: 3.18.1 es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 @@ -9754,11 +9817,11 @@ packages: '@graphql-tools/github-loader': 6.2.5_graphql@15.6.0 '@graphql-tools/graphql-file-loader': 6.2.7_graphql@15.6.0 '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.0 - '@graphql-tools/import': 6.4.1_graphql@15.6.0 + '@graphql-tools/import': 6.4.2_graphql@15.6.0 '@graphql-tools/json-file-loader': 6.2.6_graphql@15.6.0 '@graphql-tools/links': 6.2.5_fbc2669a39cce3d0d7a36ba453108f25 '@graphql-tools/load': 6.2.8_graphql@15.6.0 - '@graphql-tools/load-files': 6.4.0_graphql@15.6.0 + '@graphql-tools/load-files': 6.5.0_graphql@15.6.0 '@graphql-tools/merge': 6.2.17_graphql@15.6.0 '@graphql-tools/mock': 6.2.4_graphql@15.6.0 '@graphql-tools/module-loader': 6.2.7_graphql@15.6.0 @@ -10159,7 +10222,7 @@ packages: dependencies: '@types/http-proxy': 1.17.7 http-proxy: 1.18.1 - is-glob: 4.0.1 + is-glob: 4.0.3 is-plain-obj: 3.0.0 micromatch: 4.0.4 transitivePeerDependencies: @@ -10428,12 +10491,12 @@ packages: dependencies: loose-envify: 1.4.0 - /io-ts/2.2.16_fp-ts@2.11.3: + /io-ts/2.2.16_fp-ts@2.11.4: resolution: {integrity: sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==} peerDependencies: fp-ts: ^2.5.0 dependencies: - fp-ts: 2.11.3 + fp-ts: 2.11.4 dev: true /ip/1.1.5: @@ -10543,8 +10606,8 @@ packages: rgba-regex: 1.0.0 dev: false - /is-core-module/2.6.0: - resolution: {integrity: sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==} + /is-core-module/2.7.0: + resolution: {integrity: sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==} dependencies: has: 1.0.3 @@ -10652,6 +10715,13 @@ packages: engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 + dev: false + + /is-glob/4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 /is-hexadecimal/1.0.4: resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} @@ -10776,6 +10846,9 @@ packages: engines: {node: '>=0.10.0'} dev: false + /is-shared-array-buffer/1.0.1: + resolution: {integrity: sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==} + /is-ssh/1.3.3: resolution: {integrity: sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==} dependencies: @@ -10817,6 +10890,11 @@ packages: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + /is-weakref/1.0.1: + resolution: {integrity: sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==} + dependencies: + call-bind: 1.0.2 + /is-whitespace/0.3.0: resolution: {integrity: sha1-Fjnssb4DauxppUy7QBz77XEUq38=} engines: {node: '>=0.10.0'} @@ -10920,35 +10998,35 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /jest-changed-files/27.1.1: - resolution: {integrity: sha512-5TV9+fYlC2A6hu3qtoyGHprBwCAn0AuGA77bZdUgYvVlRMjHXo063VcWTEAyx6XAZ85DYHqp0+aHKbPlfRDRvA==} + /jest-changed-files/27.2.4: + resolution: {integrity: sha512-eeO1C1u4ex7pdTroYXezr+rbr957myyVoKGjcY4R1TJi3A+9v+4fu1Iv9J4eLq1bgFyT3O3iRWU9lZsEE7J72Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 execa: 5.1.1 throat: 6.0.1 dev: true - /jest-circus/27.2.2: - resolution: {integrity: sha512-8txlqs0EDrvPasCgwfLMkG0l3F4FxqQa6lxOsvYfOl04eSJjRw3F4gk9shakuC00nMD+VT+SMtFYXxe64f0VZw==} + /jest-circus/27.2.4: + resolution: {integrity: sha512-TtheheTElrGjlsY9VxkzUU1qwIx05ItIusMVKnvNkMt4o/PeegLRcjq3Db2Jz0GGdBalJdbzLZBgeulZAJxJWA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.2 - '@jest/test-result': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/environment': 27.2.4 + '@jest/test-result': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.2.2 + expect: 27.2.4 is-generator-fn: 2.1.0 - jest-each: 27.2.2 - jest-matcher-utils: 27.2.2 - jest-message-util: 27.2.2 - jest-runtime: 27.2.2 - jest-snapshot: 27.2.2 - jest-util: 27.2.0 - pretty-format: 27.2.2 + jest-each: 27.2.4 + jest-matcher-utils: 27.2.4 + jest-message-util: 27.2.4 + jest-runtime: 27.2.4 + jest-snapshot: 27.2.4 + jest-util: 27.2.4 + pretty-format: 27.2.4 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -10956,8 +11034,8 @@ packages: - supports-color dev: true - /jest-cli/27.2.2: - resolution: {integrity: sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg==} + /jest-cli/27.2.4: + resolution: {integrity: sha512-4kpQQkg74HYLaXo3nzwtg4PYxSLgL7puz1LXHj5Tu85KmlIpxQFjRkXlx4V47CYFFIDoyl3rHA/cXOxUWyMpNg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -10966,16 +11044,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.2 - '@jest/test-result': 27.2.2 - '@jest/types': 27.1.1 + '@jest/core': 27.2.4 + '@jest/test-result': 27.2.4 + '@jest/types': 27.2.4 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.8 import-local: 3.0.2 - jest-config: 27.2.2 - jest-util: 27.2.0 - jest-validate: 27.2.2 + jest-config: 27.2.4 + jest-util: 27.2.4 + jest-validate: 27.2.4 prompts: 2.4.1 yargs: 16.2.0 transitivePeerDependencies: @@ -10986,8 +11064,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.2.2: - resolution: {integrity: sha512-2nhms3lp52ZpU0636bB6zIFHjDVtYxzFQIOHZjBFUeXcb6b41sEkWojbHaJ4FEIO44UbccTLa7tvNpiFCgPE7w==} + /jest-config/27.2.4: + resolution: {integrity: sha512-tWy0UxhdzqiKyp4l5Vq4HxLyD+gH5td+GCF3c22/DJ0bYAOsMo+qi2XtbJI6oYMH5JOJQs9nLW/r34nvFCehjA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -10996,26 +11074,26 @@ packages: optional: true dependencies: '@babel/core': 7.15.5 - '@jest/test-sequencer': 27.2.2 - '@jest/types': 27.1.1 - babel-jest: 27.2.2_@babel+core@7.15.5 + '@jest/test-sequencer': 27.2.4 + '@jest/types': 27.2.4 + babel-jest: 27.2.4_@babel+core@7.15.5 chalk: 4.1.2 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 is-ci: 3.0.0 - jest-circus: 27.2.2 - jest-environment-jsdom: 27.2.2 - jest-environment-node: 27.2.2 + jest-circus: 27.2.4 + jest-environment-jsdom: 27.2.4 + jest-environment-node: 27.2.4 jest-get-type: 27.0.6 - jest-jasmine2: 27.2.2 + jest-jasmine2: 27.2.4 jest-regex-util: 27.0.6 - jest-resolve: 27.2.2 - jest-runner: 27.2.2 - jest-util: 27.2.0 - jest-validate: 27.2.2 + jest-resolve: 27.2.4 + jest-runner: 27.2.4 + jest-util: 27.2.4 + jest-validate: 27.2.4 micromatch: 4.0.4 - pretty-format: 27.2.2 + pretty-format: 27.2.4 transitivePeerDependencies: - bufferutil - canvas @@ -11033,14 +11111,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-diff/27.2.2: - resolution: {integrity: sha512-o3LaDbQDSaMJif4yztJAULI4xVatxbBasbKLbEw3K8CiRdDdbxMrLArS9EKDHQFYh6Tgfrm1PC2mIYR1xhu0hQ==} + /jest-diff/27.2.4: + resolution: {integrity: sha512-bLAVlDSCR3gqUPGv+4nzVpEXGsHh98HjUL7Vb2hVyyuBDoQmja8eJb0imUABsuxBeUVmf47taJSAd9nDrwWKEg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 diff-sequences: 27.0.6 jest-get-type: 27.0.6 - pretty-format: 27.2.2 + pretty-format: 27.2.4 dev: true /jest-docblock/27.0.6: @@ -11050,27 +11128,27 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/27.2.2: - resolution: {integrity: sha512-ZCDhkvwHeXHsxoFxvW43fabL18iLiVDxaipG5XWG7dSd+XWXXpzMQvBWYT9Wvzhg5x4hvrLQ24LtiOKw3I09xA==} + /jest-each/27.2.4: + resolution: {integrity: sha512-w9XVc+0EDBUTJS4xBNJ7N2JCcWItFd006lFjz77OarAQcQ10eFDBMrfDv2GBJMKlXe9aq0HrIIF51AXcZrRJyg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 chalk: 4.1.2 jest-get-type: 27.0.6 - jest-util: 27.2.0 - pretty-format: 27.2.2 + jest-util: 27.2.4 + pretty-format: 27.2.4 dev: true - /jest-environment-jsdom/27.2.2: - resolution: {integrity: sha512-mzCLEdnpGWDJmNB6WIPLlZM+hpXdeiya9TryiByqcUdpliNV1O+LGC2SewzjmB4IblabGfvr3KcPN0Nme2wnDw==} + /jest-environment-jsdom/27.2.4: + resolution: {integrity: sha512-X70pTXFSypD7AIzKT1mLnDi5hP9w9mdTRcOGOmoDoBrNyNEg4rYm6d4LQWFLc9ps1VnMuDOkFSG0wjSNYGjkng==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.2 - '@jest/fake-timers': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 - jest-mock: 27.1.1 - jest-util: 27.2.0 + '@jest/environment': 27.2.4 + '@jest/fake-timers': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 + jest-mock: 27.2.4 + jest-util: 27.2.4 jsdom: 16.7.0 transitivePeerDependencies: - bufferutil @@ -11079,16 +11157,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.2.2: - resolution: {integrity: sha512-XgUscWs6H6UNqC96/QJjmUGZzzpql/JyprLSXVu7wkgM8tjbJdEkSqwrVAvJPm1yu526ImrmsIoh2BTHxkwL/g==} + /jest-environment-node/27.2.4: + resolution: {integrity: sha512-ZbVbFSnbzTvhLOIkqh5lcLuGCCFvtG4xTXIRPK99rV2KzQT3kNg16KZwfTnLNlIiWCE8do960eToeDfcqmpSAw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.2 - '@jest/fake-timers': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 - jest-mock: 27.1.1 - jest-util: 27.2.0 + '@jest/environment': 27.2.4 + '@jest/fake-timers': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 + jest-mock: 27.2.4 + jest-util: 27.2.4 dev: true /jest-get-type/26.3.0: @@ -11101,58 +11179,58 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.2.2: - resolution: {integrity: sha512-kaKiq+GbAvk6/sq++Ymor4Vzk6+lr0vbKs2HDVPdkKsHX2lIJRyvhypZG/QsNfQnROKWIZSpUpGuv2HySSosvA==} + /jest-haste-map/27.2.4: + resolution: {integrity: sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 '@types/graceful-fs': 4.1.5 - '@types/node': 16.10.1 + '@types/node': 16.10.2 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.8 jest-regex-util: 27.0.6 jest-serializer: 27.0.6 - jest-util: 27.2.0 - jest-worker: 27.2.2 + jest-util: 27.2.4 + jest-worker: 27.2.4 micromatch: 4.0.4 walker: 1.0.7 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.2.2: - resolution: {integrity: sha512-SczhZNfmZID9HbJ1GHhO4EzeL/PMRGeAUw23ddPUdd6kFijEZpT2yOxyNCBUKAsVQ/14OB60kjgnbuFOboZUNg==} + /jest-jasmine2/27.2.4: + resolution: {integrity: sha512-fcffjO/xLWLVnW2ct3No4EksxM5RyPwHDYu9QU+90cC+/eSMLkFAxS55vkqsxexOO5zSsZ3foVpMQcg/amSeIQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/traverse': 7.15.4 - '@jest/environment': 27.2.2 + '@jest/environment': 27.2.4 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/test-result': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 chalk: 4.1.2 co: 4.6.0 - expect: 27.2.2 + expect: 27.2.4 is-generator-fn: 2.1.0 - jest-each: 27.2.2 - jest-matcher-utils: 27.2.2 - jest-message-util: 27.2.2 - jest-runtime: 27.2.2 - jest-snapshot: 27.2.2 - jest-util: 27.2.0 - pretty-format: 27.2.2 + jest-each: 27.2.4 + jest-matcher-utils: 27.2.4 + jest-message-util: 27.2.4 + jest-runtime: 27.2.4 + jest-snapshot: 27.2.4 + jest-util: 27.2.4 + pretty-format: 27.2.4 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.2.2: - resolution: {integrity: sha512-fQIYKkhXUs/4EpE4wO1AVsv7aNH3o0km1BGq3vxvSfYdwG9GLMf+b0z/ghLmBYNxb+tVpm/zv2caoKm3GfTazg==} + /jest-leak-detector/27.2.4: + resolution: {integrity: sha512-SrcHWbe0EHg/bw2uBjVoHacTo5xosl068x2Q0aWsjr2yYuW2XwqrSkZV4lurUop0jhv1709ymG4or+8E4sH27Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: jest-get-type: 27.0.6 - pretty-format: 27.2.2 + pretty-format: 27.2.4 dev: true /jest-matcher-utils/26.6.2: @@ -11165,14 +11243,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-matcher-utils/27.2.2: - resolution: {integrity: sha512-xN3wT4p2i9DGB6zmL3XxYp5lJmq9Q6ff8XKlMtVVBS2SAshmgsPBALJFQ8dWRd2G/xf5q/N0SD0Mipt8QBA26A==} + /jest-matcher-utils/27.2.4: + resolution: {integrity: sha512-nQeLfFAIPPkyhkDfifAPfP/U5wm1x0fLtAzqXZSSKckXDNuk2aaOfQiDYv1Mgf5GY6yOsxfUnvNm3dDjXM+BXw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.2.2 + jest-diff: 27.2.4 jest-get-type: 27.0.6 - pretty-format: 27.2.2 + pretty-format: 27.2.4 dev: true /jest-message-util/26.6.2: @@ -11190,30 +11268,30 @@ packages: stack-utils: 2.0.5 dev: true - /jest-message-util/27.2.2: - resolution: {integrity: sha512-/iS5/m2FSF7Nn6APFoxFymJpyhB/gPf0CJa7uFSkbYaWvrADUfQ9NTsuyjpszKErOS2/huFs44ysWhlQTKvL8Q==} + /jest-message-util/27.2.4: + resolution: {integrity: sha512-wbKT/BNGnBVB9nzi+IoaLkXt6fbSvqUxx+IYY66YFh96J3goY33BAaNG3uPqaw/Sh/FR9YpXGVDfd5DJdbh4nA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/code-frame': 7.14.5 - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.8 micromatch: 4.0.4 - pretty-format: 27.2.2 + pretty-format: 27.2.4 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/27.1.1: - resolution: {integrity: sha512-SClsFKuYBf+6SSi8jtAYOuPw8DDMsTElUWEae3zq7vDhH01ayVSIHUSIa8UgbDOUalCFp6gNsaikN0rbxN4dbw==} + /jest-mock/27.2.4: + resolution: {integrity: sha512-iVRU905rutaAoUcrt5Tm1JoHHWi24YabqEGXjPJI4tAyA6wZ7mzDi3GrZ+M7ebgWBqUkZE93GAx1STk7yCMIQA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.2.2: + /jest-pnp-resolver/1.2.2_jest-resolve@27.2.4: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -11222,7 +11300,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.2.2 + jest-resolve: 27.2.4 dev: true /jest-regex-util/26.0.0: @@ -11235,57 +11313,57 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.2.2: - resolution: {integrity: sha512-nvJS+DyY51HHdZnMIwXg7fimQ5ylFx4+quQXspQXde2rXYy+4v75UYoX/J65Ln8mKCNc6YF8HEhfGaRBOrxxHg==} + /jest-resolve-dependencies/27.2.4: + resolution: {integrity: sha512-i5s7Uh9B3Q6uwxLpMhNKlgBf6pcemvWaORxsW1zNF/YCY3jd5EftvnGBI+fxVwJ1CBxkVfxqCvm1lpZkbaoGmg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 jest-regex-util: 27.0.6 - jest-snapshot: 27.2.2 + jest-snapshot: 27.2.4 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.2.2: - resolution: {integrity: sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw==} + /jest-resolve/27.2.4: + resolution: {integrity: sha512-IsAO/3+3BZnKjI2I4f3835TBK/90dxR7Otgufn3mnrDFTByOSXclDi3G2XJsawGV4/18IMLARJ+V7Wm7t+J89Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 chalk: 4.1.2 escalade: 3.1.1 graceful-fs: 4.2.8 - jest-haste-map: 27.2.2 - jest-pnp-resolver: 1.2.2_jest-resolve@27.2.2 - jest-util: 27.2.0 - jest-validate: 27.2.2 + jest-haste-map: 27.2.4 + jest-pnp-resolver: 1.2.2_jest-resolve@27.2.4 + jest-util: 27.2.4 + jest-validate: 27.2.4 resolve: 1.20.0 slash: 3.0.0 dev: true - /jest-runner/27.2.2: - resolution: {integrity: sha512-+bUFwBq+yTnvsOFuxetoQtkuOnqdAk2YuIGjlLmc7xLAXn/V1vjhXrLencgij0BUTTUvG9Aul3+5XDss4Wa8Eg==} + /jest-runner/27.2.4: + resolution: {integrity: sha512-hIo5PPuNUyVDidZS8EetntuuJbQ+4IHWxmHgYZz9FIDbG2wcZjrP6b52uMDjAEQiHAn8yn8ynNe+TL8UuGFYKg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.2 - '@jest/environment': 27.2.2 - '@jest/test-result': 27.2.2 - '@jest/transform': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/console': 27.2.4 + '@jest/environment': 27.2.4 + '@jest/test-result': 27.2.4 + '@jest/transform': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.8 jest-docblock: 27.0.6 - jest-environment-jsdom: 27.2.2 - jest-environment-node: 27.2.2 - jest-haste-map: 27.2.2 - jest-leak-detector: 27.2.2 - jest-message-util: 27.2.2 - jest-resolve: 27.2.2 - jest-runtime: 27.2.2 - jest-util: 27.2.0 - jest-worker: 27.2.2 + jest-environment-jsdom: 27.2.4 + jest-environment-node: 27.2.4 + jest-haste-map: 27.2.4 + jest-leak-detector: 27.2.4 + jest-message-util: 27.2.4 + jest-resolve: 27.2.4 + jest-runtime: 27.2.4 + jest-util: 27.2.4 + jest-worker: 27.2.4 source-map-support: 0.5.20 throat: 6.0.1 transitivePeerDependencies: @@ -11295,18 +11373,18 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.2.2: - resolution: {integrity: sha512-PtTHCK5jT+KrIpKpjJsltu/dK5uGhBtTNLOk1Z+ZD2Jrxam2qQsOqDFYLszcK0jc2TLTNsrVpclqSftn7y3aXA==} + /jest-runtime/27.2.4: + resolution: {integrity: sha512-ICKzzYdjIi70P17MZsLLIgIQFCQmIjMFf+xYww3aUySiUA/QBPUTdUqo5B2eg4HOn9/KkUsV0z6GVgaqAPBJvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.2 - '@jest/environment': 27.2.2 - '@jest/fake-timers': 27.2.2 - '@jest/globals': 27.2.2 + '@jest/console': 27.2.4 + '@jest/environment': 27.2.4 + '@jest/fake-timers': 27.2.4 + '@jest/globals': 27.2.4 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.2 - '@jest/transform': 27.2.2 - '@jest/types': 27.1.1 + '@jest/test-result': 27.2.4 + '@jest/transform': 27.2.4 + '@jest/types': 27.2.4 '@types/yargs': 16.0.4 chalk: 4.1.2 cjs-module-lexer: 1.2.2 @@ -11315,14 +11393,14 @@ packages: exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.2 - jest-message-util: 27.2.2 - jest-mock: 27.1.1 + jest-haste-map: 27.2.4 + jest-message-util: 27.2.4 + jest-mock: 27.2.4 jest-regex-util: 27.0.6 - jest-resolve: 27.2.2 - jest-snapshot: 27.2.2 - jest-util: 27.2.0 - jest-validate: 27.2.2 + jest-resolve: 27.2.4 + jest-snapshot: 27.2.4 + jest-util: 27.2.4 + jest-validate: 27.2.4 slash: 3.0.0 strip-bom: 4.0.0 yargs: 16.2.0 @@ -11340,12 +11418,12 @@ 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.1 + '@types/node': 16.10.2 graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.2.2: - resolution: {integrity: sha512-7ODSvULMiiOVuuLvLZpDlpqqTqX9hDfdmijho5auVu9qRYREolvrvgH4kSNOKfcqV3EZOTuLKNdqsz1PM20PQA==} + /jest-snapshot/27.2.4: + resolution: {integrity: sha512-5DFxK31rYS8X8C6WXsFx8XxrxW3PGa6+9IrUcZdTLg1aEyXDGIeiBh4jbwvh655bg/9vTETbEj/njfZicHTZZw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.15.5 @@ -11354,62 +11432,62 @@ packages: '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@jest/transform': 27.2.2 - '@jest/types': 27.1.1 + '@jest/transform': 27.2.4 + '@jest/types': 27.2.4 '@types/babel__traverse': 7.14.2 - '@types/prettier': 2.4.0 + '@types/prettier': 2.4.1 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 chalk: 4.1.2 - expect: 27.2.2 + expect: 27.2.4 graceful-fs: 4.2.8 - jest-diff: 27.2.2 + jest-diff: 27.2.4 jest-get-type: 27.0.6 - jest-haste-map: 27.2.2 - jest-matcher-utils: 27.2.2 - jest-message-util: 27.2.2 - jest-resolve: 27.2.2 - jest-util: 27.2.0 + jest-haste-map: 27.2.4 + jest-matcher-utils: 27.2.4 + jest-message-util: 27.2.4 + jest-resolve: 27.2.4 + jest-util: 27.2.4 natural-compare: 1.4.0 - pretty-format: 27.2.2 + pretty-format: 27.2.4 semver: 7.3.5 transitivePeerDependencies: - supports-color dev: true - /jest-util/27.2.0: - resolution: {integrity: sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A==} + /jest-util/27.2.4: + resolution: {integrity: sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 chalk: 4.1.2 graceful-fs: 4.2.8 is-ci: 3.0.0 picomatch: 2.3.0 dev: true - /jest-validate/27.2.2: - resolution: {integrity: sha512-01mwTAs2kgDuX98Ua3Xhdhp5lXsLU4eyg6k56adTtrXnU/GbLd9uAsh5nc4MWVtUXMeNmHUyEiD4ibLqE8MuNw==} + /jest-validate/27.2.4: + resolution: {integrity: sha512-VMtbxbkd7LHnIH7PChdDtrluCFRJ4b1YV2YJzNwwsASMWftq/HgqiqjvptBOWyWOtevgO3f14wPxkPcLlVBRog==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 camelcase: 6.2.0 chalk: 4.1.2 jest-get-type: 27.0.6 leven: 3.1.0 - pretty-format: 27.2.2 + pretty-format: 27.2.4 dev: true - /jest-watcher/27.2.2: - resolution: {integrity: sha512-7HJwZq06BCfM99RacCVzXO90B20/dNJvq+Ouiu/VrFdFRCpbnnqlQUEk4KAhBSllgDrTPgKu422SCF5KKBHDRA==} + /jest-watcher/27.2.4: + resolution: {integrity: sha512-LXC/0+dKxhK7cfF7reflRYlzDIaQE+fL4ynhKhzg8IMILNMuI4xcjXXfUJady7OR4/TZeMg7X8eHx8uan9vqaQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.2 - '@jest/types': 27.1.1 - '@types/node': 16.10.1 + '@jest/test-result': 27.2.4 + '@jest/types': 27.2.4 + '@types/node': 16.10.2 ansi-escapes: 4.3.2 chalk: 4.1.2 - jest-util: 27.2.0 + jest-util: 27.2.4 string-length: 4.0.2 dev: true @@ -11417,21 +11495,21 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 merge-stream: 2.0.0 supports-color: 7.2.0 - /jest-worker/27.2.2: - resolution: {integrity: sha512-aG1xq9KgWB2CPC8YdMIlI8uZgga2LFNcGbHJxO8ctfXAydSaThR4EewKQGg3tBOC+kS3vhPGgymsBdi9VINjPw==} + /jest-worker/27.2.4: + resolution: {integrity: sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.1 + '@types/node': 16.10.2 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/27.2.2: - resolution: {integrity: sha512-XAB/9akDTe3/V0wPNKWfP9Y/NT1QPiCqyRBYGbC66EA9EvgAzdaFEqhFGLaDJ5UP2yIyXUMtju9a9IMrlYbZTQ==} + /jest/27.2.4: + resolution: {integrity: sha512-h4uqb1EQLfPulWyUFFWv9e9Nn8sCqsJ/j3wk/KCY0p4s4s0ICCfP3iMf6hRf5hEhsDyvyrCgKiZXma63gMz16A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11440,9 +11518,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.2 + '@jest/core': 27.2.4 import-local: 3.0.2 - jest-cli: 27.2.2 + jest-cli: 27.2.4 transitivePeerDependencies: - bufferutil - canvas @@ -11455,8 +11533,8 @@ packages: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} dev: true - /jiti/1.12.3: - resolution: {integrity: sha512-p88jl9WzvZYekMS5ZOB61bJ1SPV69o7nEpAU+mFpGzXErqLEg3WvNz3jeXylAiSfLZzvqZssrAu08N3AuvaqwQ==} + /jiti/1.12.6: + resolution: {integrity: sha512-drQ/qnYriF9KiU47sRF0rTvfQmJo4JEmFMhCk2SJIsUj+hGnQaxkwaKfyvK9KenX20JNTQmVfJOz7VWe0cSntw==} hasBin: true /joycon/3.0.1: @@ -11922,7 +12000,6 @@ packages: /lodash.get/4.4.2: resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} - dev: false /lodash.identity/3.0.0: resolution: {integrity: sha1-rXvGpOZH15yXLhuA/u968VYmeHY=} @@ -12355,20 +12432,15 @@ packages: brorand: 1.1.0 dev: false - /mime-db/1.49.0: - resolution: {integrity: sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==} - engines: {node: '>= 0.6'} - /mime-db/1.50.0: resolution: {integrity: sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==} engines: {node: '>= 0.6'} - dev: false - /mime-types/2.1.32: - resolution: {integrity: sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==} + /mime-types/2.1.33: + resolution: {integrity: sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.49.0 + mime-db: 1.50.0 /mime/1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} @@ -12585,11 +12657,8 @@ packages: dev: false optional: true - /nanocolors/0.1.12: - resolution: {integrity: sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==} - - /nanocolors/0.2.9: - resolution: {integrity: sha512-aymgS4Xe0LMqHOHl7jSUEkFh/6O/pcF0j61dBtreQZ1nmbyYdYjSYSJzz0iPLbKPkMtSmdRgyBGywNZGjKOEfw==} + /nanocolors/0.2.12: + resolution: {integrity: sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==} /nanoid/3.1.28: resolution: {integrity: sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==} @@ -12729,15 +12798,15 @@ packages: engines: {node: '>=0.10.0'} dev: false - /node-releases/1.1.76: - resolution: {integrity: sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA==} + /node-releases/1.1.77: + resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} /node-res/5.0.1: resolution: {integrity: sha512-YOleO9c7MAqoHC+Ccu2vzvV1fL6Ku49gShq3PIMKWHRgrMSih3XcwL05NbLBi6oU2J471gTBfdpVVxwT6Pfhxg==} dependencies: destroy: 1.0.4 etag: 1.8.1 - mime-types: 2.1.32 + mime-types: 2.1.33 on-finished: 2.3.0 vary: 1.1.2 dev: false @@ -12789,7 +12858,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.0.2 - is-core-module: 2.6.0 + is-core-module: 2.7.0 semver: 7.3.5 validate-npm-package-license: 3.0.4 dev: true @@ -12967,7 +13036,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.6 + es-abstract: 1.19.1 /object.pick/1.3.0: resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=} @@ -12981,7 +13050,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.6 + es-abstract: 1.19.1 /on-finished/2.3.0: resolution: {integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=} @@ -13088,11 +13157,6 @@ packages: engines: {node: '>=4'} dev: false - /p-each-series/2.2.0: - resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} - engines: {node: '>=8'} - dev: true - /p-limit/1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} @@ -13521,7 +13585,7 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.1 + browserslist: 4.17.2 color: 3.2.1 has: 1.0.3 postcss: 7.0.38 @@ -13759,7 +13823,7 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.1 + browserslist: 4.17.2 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.38 @@ -13790,7 +13854,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.17.1 + browserslist: 4.17.2 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.38 postcss-value-parser: 3.3.1 @@ -13904,7 +13968,7 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.1 + browserslist: 4.17.2 postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13968,8 +14032,8 @@ packages: engines: {node: '>=6.0.0'} dependencies: autoprefixer: 9.8.7 - browserslist: 4.17.1 - caniuse-lite: 1.0.30001260 + browserslist: 4.17.2 + caniuse-lite: 1.0.30001263 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -14018,7 +14082,7 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.1 + browserslist: 4.17.2 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.38 @@ -14171,14 +14235,14 @@ packages: resolution: {integrity: sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==} engines: {node: '>=6.0.0'} dependencies: - nanocolors: 0.2.9 + nanocolors: 0.2.12 source-map: 0.6.1 /postcss/8.3.8: resolution: {integrity: sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanocolors: 0.2.9 + nanocolors: 0.2.12 nanoid: 3.1.28 source-map-js: 0.6.2 dev: true @@ -14281,11 +14345,11 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/27.2.2: - resolution: {integrity: sha512-+DdLh+rtaElc2SQOE/YPH8k2g3Rf2OXWEpy06p8Szs3hdVSYD87QOOlYRHWAeb/59XTmeVmRKvDD0svHqf6ycA==} + /pretty-format/27.2.4: + resolution: {integrity: sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.1.1 + '@jest/types': 27.2.4 ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 17.0.2 @@ -14368,7 +14432,7 @@ packages: dependencies: graceful-fs: 4.2.8 retry: 0.12.0 - signal-exit: 3.0.4 + signal-exit: 3.0.5 dev: false /proto-list/1.2.4: @@ -14391,7 +14455,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.10.1 + '@types/node': 16.10.2 long: 4.0.0 dev: false @@ -15022,7 +15086,7 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.6.0 + is-core-module: 2.7.0 path-parse: 1.0.7 /responselike/1.0.2: @@ -15042,7 +15106,7 @@ packages: engines: {node: '>=4'} dependencies: onetime: 2.0.1 - signal-exit: 3.0.4 + signal-exit: 3.0.5 dev: false /restore-cursor/3.1.0: @@ -15050,7 +15114,7 @@ packages: engines: {node: '>=8'} dependencies: onetime: 5.1.2 - signal-exit: 3.0.4 + signal-exit: 3.0.5 dev: false /ret/0.1.15: @@ -15111,8 +15175,8 @@ packages: sprintf-js: 1.1.2 dev: false - /rollup/2.57.0: - resolution: {integrity: sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg==} + /rollup/2.58.0: + resolution: {integrity: sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -15142,8 +15206,8 @@ packages: tslib: 1.14.1 dev: false - /rxjs/7.3.0: - resolution: {integrity: sha512-p2yuGIg9S1epc3vrjKf6iVb3RCaAYjYskkO+jHIaV0IjOPlJop4UnodOoFb2xeNwlguqLYvGw1b1McillYb5Gw==} + /rxjs/7.3.1: + resolution: {integrity: sha512-vNenx7gqjPyeKpRnM6S5Ksm/oFTRijWWzYlRON04KaehZ3YjDwEmVjGUGo0TKWVjeNXOujVRlh0K1drUbcdPkw==} dependencies: tslib: 2.1.0 dev: false @@ -15279,7 +15343,20 @@ packages: jszip: 3.7.1 rimraf: 3.0.2 tmp: 0.2.1 - ws: 8.2.2 + ws: 8.2.3 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /selenium-webdriver/4.0.0-rc-2: + resolution: {integrity: sha512-HT974l00r7wdZL+SPS0f8lBLVYe/aKGAFONMvVroL7z9mHm3PC30IirsYqrvSkw51Pom3XJiN5gjXBRkxuHAdw==} + engines: {node: '>= 10.15.0'} + dependencies: + jszip: 3.7.1 + rimraf: 3.0.2 + tmp: 0.2.1 + ws: 8.2.3 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -15480,8 +15557,8 @@ packages: resolution: {integrity: sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=} dev: true - /signal-exit/3.0.4: - resolution: {integrity: sha512-rqYhcAnZ6d/vTPGghdrw7iumdcbXpsk1b8IG/rz+VWV51DM0p7XCtMoJ3qhPLIbp3tvyt3pKRbaaEMZYpHto8Q==} + /signal-exit/3.0.5: + resolution: {integrity: sha512-KWcOiKeQj6ZyXx7zq4YxSMgHRlod4czeBQZrPb8OKcohcqAXShm7E20kEMle9WBt26hFcAf0qLOcp5zmY7kOqQ==} /signedsource/1.0.0: resolution: {integrity: sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=} @@ -15497,7 +15574,7 @@ packages: resolution: {integrity: sha512-qx9go5yraB7ekT7bCMqUHJ5jEaOC/GXBxUWv+jeWnb7WzHUFdcQPGWk7YmAwFBaQBrogpuSqd/azbC2lZRqqmw==} engines: {node: '>= 10'} dependencies: - '@polka/url': 1.0.0-next.20 + '@polka/url': 1.0.0-next.21 mime: 2.5.2 totalist: 1.1.0 dev: false @@ -15775,8 +15852,8 @@ packages: resolution: {integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=} engines: {node: '>= 0.6'} - /std-env/2.3.0: - resolution: {integrity: sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw==} + /std-env/2.3.1: + resolution: {integrity: sha512-eOsoKTWnr6C8aWrqJJ2KAReXoa7Vn5Ywyw6uCXgA/xDhxPoaIsBa5aNJmISY04dLwXPBnDHW4diGM7Sn5K4R/g==} dependencies: ci-info: 3.2.0 @@ -15852,15 +15929,6 @@ packages: strip-ansi: 4.0.0 dev: false - /string-width/3.1.0: - resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} - engines: {node: '>=6'} - dependencies: - emoji-regex: 7.0.3 - is-fullwidth-code-point: 2.0.0 - strip-ansi: 5.2.0 - dev: false - /string-width/4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} @@ -15975,7 +16043,7 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.1 + browserslist: 4.17.2 postcss: 7.0.38 postcss-selector-parser: 3.1.2 dev: false @@ -16017,7 +16085,7 @@ packages: '@types/stylelint': 13.13.2 arrify: 2.0.1 globby: 11.0.4 - jest-worker: 27.2.2 + jest-worker: 27.2.4 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 @@ -16074,7 +16142,7 @@ packages: style-search: 0.1.0 sugarss: 2.0.0 svg-tags: 1.0.0 - table: 6.7.1 + table: 6.7.2 v8-compile-cache: 2.3.0 write-file-atomic: 3.0.3 transitivePeerDependencies: @@ -16262,6 +16330,19 @@ packages: slice-ansi: 4.0.0 string-width: 4.2.3 strip-ansi: 6.0.1 + dev: false + + /table/6.7.2: + resolution: {integrity: sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==} + engines: {node: '>=10.0.0'} + dependencies: + ajv: 8.6.3 + lodash.clonedeep: 4.5.0 + lodash.truncate: 4.4.2 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: true /tapable/0.2.9: resolution: {integrity: sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A==} @@ -16604,7 +16685,39 @@ packages: tslib: 2.3.1 dev: false - /ts-jest/27.0.5_dcbb3b1d9fa62017b2dc2d971c4dd27e: + /ts-jest/27.0.5_e749ef6f6d219f0a9620d4fd46e008d0: + resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + dependencies: + '@babel/core': 7.15.5 + babel-jest: 27.2.4_@babel+core@7.15.5 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.2.4 + jest-util: 27.2.4 + json5: 2.2.0 + lodash: 4.17.21 + make-error: 1.3.6 + semver: 7.3.5 + typescript: 4.4.3 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.0.5_feedb8eefd05ada81286a4e66b056321: resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -16625,40 +16738,8 @@ packages: '@types/jest': 26.0.24 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.2.2 - jest-util: 27.2.0 - json5: 2.2.0 - lodash: 4.17.21 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.4.3 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.0.5_eaa1df6cc79da343fef8f2383fd0ad5a: - resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - dependencies: - '@babel/core': 7.15.5 - babel-jest: 27.2.2_@babel+core@7.15.5 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.2.2 - jest-util: 27.2.0 + jest: 27.2.4 + jest-util: 27.2.4 json5: 2.2.0 lodash: 4.17.21 make-error: 1.3.6 @@ -16697,6 +16778,37 @@ packages: yn: 3.1.1 dev: false + /ts-node/9.1.1: + resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} + engines: {node: '>=10.0.0'} + hasBin: true + peerDependencies: + typescript: '>=2.7' + dependencies: + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + source-map-support: 0.5.20 + yn: 3.1.1 + dev: true + + /ts-node/9.1.1_typescript@4.4.3: + resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} + engines: {node: '>=10.0.0'} + hasBin: true + peerDependencies: + typescript: '>=2.7' + dependencies: + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + source-map-support: 0.5.20 + typescript: 4.4.3 + yn: 3.1.1 + dev: true + /ts-pnp/1.2.0_typescript@4.4.3: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} @@ -16744,7 +16856,6 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - dev: false /tsup/4.14.0_typescript@4.4.3: resolution: {integrity: sha512-77rWdzhikTP9mQ34XMRzK83tw++LF6f4ox/HNERlgesB7g6g5VQ1iJlueG9O0P9HAZGVKavUwyoZv0+322p6rg==} @@ -16765,7 +16876,7 @@ packages: joycon: 3.0.1 postcss-load-config: 3.1.0 resolve-from: 5.0.0 - rollup: 2.57.0 + rollup: 2.58.0 sucrase: 3.20.1 tree-kill: 1.2.2 typescript: 4.4.3 @@ -16855,7 +16966,7 @@ packages: engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 - mime-types: 2.1.32 + mime-types: 2.1.33 dev: false /typedarray-to-buffer/3.1.5: @@ -17140,7 +17251,7 @@ packages: dependencies: file-loader: 6.2.0 loader-utils: 2.0.0 - mime-types: 2.1.32 + mime-types: 2.1.33 schema-utils: 3.1.1 dev: true @@ -17156,7 +17267,7 @@ packages: dependencies: file-loader: 6.2.0_webpack@4.46.0 loader-utils: 2.0.0 - mime-types: 2.1.32 + mime-types: 2.1.33 schema-utils: 3.1.1 webpack: 4.46.0 dev: false @@ -17199,7 +17310,7 @@ packages: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: define-properties: 1.1.3 - es-abstract: 1.18.6 + es-abstract: 1.19.1 has-symbols: 1.0.2 object.getownpropertydescriptors: 2.1.2 @@ -17249,8 +17360,8 @@ packages: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: true - /v8-to-istanbul/8.0.0: - resolution: {integrity: sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg==} + /v8-to-istanbul/8.1.0: + resolution: {integrity: sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==} engines: {node: '>=10.12.0'} dependencies: '@types/istanbul-lib-coverage': 2.0.3 @@ -17312,7 +17423,7 @@ packages: '@windicss/plugin-utils': 1.4.2_typescript@4.4.3 chalk: 4.1.2 debug: 4.3.2 - windicss: 3.1.7 + windicss: 3.1.8 transitivePeerDependencies: - supports-color - ts-node @@ -17458,8 +17569,8 @@ packages: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: false - /vue-i18n/8.26.1: - resolution: {integrity: sha512-N6GpogueNQqmAye6lkUySlrXAZqBs9DYz8+8LHxm4IV7hEP/KWQL9VUCV8oJ0DS1asUTlvI2qKm2MydRgoPJFQ==} + /vue-i18n/8.26.5: + resolution: {integrity: sha512-qYqfsFd8v2QFSLDAabqXXXpwjGvkuqJtTWqRpZPXpAFO6PArGH4A9vSplnA0HLmnB8km7OB5ZSdP8lkkX0rLew==} dev: false /vue-jest/3.0.7_babel-core@7.0.0-bridge.0: @@ -17566,8 +17677,8 @@ packages: core-js: 2.6.12 dev: false - /vue-tippy/4.11.0: - resolution: {integrity: sha512-dPVErfe3Gpj9S42fSliD20aw9In1AqWW7rHwpjLmVynxYfKFZhgxxKLCIdrwYibPtGAtIW9sZ/8PdVGbtgHGng==} + /vue-tippy/4.12.0: + resolution: {integrity: sha512-jaRzDnM9t5p8Of1TdwGnpBUTwS2+f9u9GQpR0RA1TjHWKX6fsZhen9+aw8eGOIYRk9ndtx6YSSPOB0e8KY1KKw==} peerDependencies: vue: ^2.5.9 dependencies: @@ -17674,7 +17785,7 @@ packages: colorette: 1.4.0 mem: 8.1.1 memfs: 3.3.0 - mime-types: 2.1.32 + mime-types: 2.1.33 range-parser: 1.2.1 schema-utils: 3.1.1 webpack: 4.46.0 @@ -17753,7 +17864,7 @@ packages: consola: 2.15.3 figures: 3.2.0 pretty-time: 1.1.0 - std-env: 2.3.0 + std-env: 2.3.1 text-table: 0.2.0 webpack: 4.46.0 wrap-ansi: 6.2.0 @@ -17859,6 +17970,12 @@ packages: hasBin: true dev: true + /windicss/3.1.8: + resolution: {integrity: sha512-G1UfnnSZ3s4MZnqqIL8DOQbL8rBArQKlodlby8OvP333TPaRouamuIuYyCt5kSNEJzFrkx168TSRIkqhDs9bOA==} + engines: {node: '>= 12'} + hasBin: true + dev: true + /with/7.0.2: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} @@ -17936,7 +18053,7 @@ packages: dependencies: graceful-fs: 4.2.8 imurmurhash: 0.1.4 - signal-exit: 3.0.4 + signal-exit: 3.0.5 dev: false /write-file-atomic/3.0.3: @@ -17944,7 +18061,7 @@ packages: dependencies: imurmurhash: 0.1.4 is-typedarray: 1.0.0 - signal-exit: 3.0.4 + signal-exit: 3.0.5 typedarray-to-buffer: 3.1.5 /write-json-file/2.3.0: @@ -17997,8 +18114,8 @@ packages: utf-8-validate: optional: true - /ws/8.2.2: - resolution: {integrity: sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==} + /ws/8.2.3: + resolution: {integrity: sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -18129,8 +18246,8 @@ packages: yargs-parser: 20.2.9 dev: true - /yarn/1.22.11: - resolution: {integrity: sha512-AWje4bzqO9RUn3sdnM5N8n4ZJ0BqCc/kqFJvpOI5/EVkINXui0yuvU7NDCEF//+WaxHuNay2uOHxA4+tq1P3cg==} + /yarn/1.22.15: + resolution: {integrity: sha512-AzoEDxj256BOS/jqDXA3pjyhmi4FRBBUMgYoTHI4EIt2EhREkvH0soPVEtnD+DQIJfU5R9bKhcZ1H9l8zPWeoA==} engines: {node: '>=4.0.0'} hasBin: true requiresBuild: true @@ -18143,7 +18260,6 @@ packages: /yn/3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} - dev: false /yocto-queue/0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}