From 728515c2255692f8a6a2cbe8866bd8d5e418d2cf Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sun, 26 Sep 2021 19:16:23 +0530 Subject: [PATCH] chore: bump deps --- netlify.toml | 8 +- packages/hoppscotch-app/package.json | 26 +- packages/hoppscotch-js-sandbox/package.json | 24 +- pnpm-lock.yaml | 2564 +++++++++---------- 4 files changed, 1293 insertions(+), 1329 deletions(-) diff --git a/netlify.toml b/netlify.toml index f88a8110f..8a32b7ced 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,7 +27,7 @@ [[redirects]] from = "/careers" - to = "https://www.notion.so/hoppscotch/3b9d5d5239a043bfb91701faabf5b8f0" + to = "https://hoppscotch.notion.site/3b9d5d5239a043bfb91701faabf5b8f0" status = 301 force = true @@ -42,3 +42,9 @@ to = "https://twitter.com/hoppscotch_io" status = 301 force = true + +[[redirects]] + from = "/github" + to = "https://github.com/hoppscotch/hoppscotch" + status = 301 + force = true diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index ed34d162a..24d27dbe1 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -26,10 +26,10 @@ "do-test": "pnpm run test" }, "dependencies": { - "@apollo/client": "^3.4.12", + "@apollo/client": "^3.4.13", "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", - "@nuxtjs/composition-api": "^0.29.0", + "@nuxtjs/composition-api": "^0.29.2", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/i18n": "^7.0.3", "@nuxtjs/robots": "^2.5.0", @@ -38,14 +38,14 @@ "acorn": "^8.5.0", "acorn-walk": "^8.2.0", "axios": "^0.21.4", - "codemirror": "^5.62.3", + "codemirror": "^5.63.0", "codemirror-theme-github": "^1.0.0", - "core-js": "^3.17.3", + "core-js": "^3.18.0", "esprima": "^4.0.1", - "firebase": "^9.0.2", + "firebase": "^9.1.0", "fp-ts": "^2.11.3", "fuse.js": "^6.4.6", - "graphql": "^15.5.3", + "graphql": "^15.6.0", "graphql-language-service-interface": "^2.8.4", "graphql-language-service-parser": "^1.9.2", "json-loader": "^0.5.7", @@ -59,7 +59,7 @@ "socketio-wildcard": "^2.0.0", "splitpanes": "^2.3.8", "tern": "^0.24.3", - "vue-apollo": "^3.0.7", + "vue-apollo": "^3.0.8", "vue-cli-plugin-apollo": "^0.22.2", "vue-functional-data-merge": "^3.1.0", "vue-github-button": "^1.3.0", @@ -85,27 +85,27 @@ "@nuxtjs/stylelint-module": "^4.0.0", "@nuxtjs/svg": "^0.2.0", "@testing-library/jest-dom": "^5.14.1", - "@types/codemirror": "^5.60.2", + "@types/codemirror": "^5.60.3", "@types/cookie": "^0.4.1", "@types/esprima": "^4.0.3", - "@types/lodash": "^4.14.173", + "@types/lodash": "^4.14.174", "@types/splitpanes": "^2.2.1", - "@vue/runtime-dom": "^3.2.12", + "@vue/runtime-dom": "^3.2.19", "@vue/test-utils": "^1.2.2", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^27.2.0", + "babel-jest": "^27.2.2", "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.0", + "jest": "^27.2.2", "jest-serializer-vue": "^2.0.2", "nuxt-windicss": "^1.2.4", "prettier": "^2.4.1", "pretty-quick": "^3.1.1", "raw-loader": "^4.0.2", - "sass": "^1.41.1", + "sass": "^1.42.1", "sass-loader": "^10.2.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 8122d774e..c428fe27b 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -35,22 +35,22 @@ "quickjs-emscripten": "^0.13.0" }, "devDependencies": { - "@digitak/esrun": "^1.2.4", + "@digitak/esrun": "^1.2.7", "@relmify/jest-fp-ts": "^1.1.1", - "@types/jest": "^26.0.23", - "@types/lodash": "^4.14.173", - "@types/node": "^15.12.5", - "@typescript-eslint/eslint-plugin": "^4.28.1", - "@typescript-eslint/parser": "^4.28.1", - "eslint": "^7.29.0", + "@types/jest": "^26.0.24", + "@types/lodash": "^4.14.174", + "@types/node": "^15.14.9", + "@typescript-eslint/eslint-plugin": "^4.31.2", + "@typescript-eslint/parser": "^4.31.2", + "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^3.4.0", + "eslint-plugin-prettier": "^3.4.1", "io-ts": "^2.2.16", - "jest": "^27.0.6", - "prettier": "^2.3.2", + "jest": "^27.2.2", + "prettier": "^2.4.1", "pretty-quick": "^3.1.1", - "ts-jest": "^27.0.3", - "typescript": "^4.3.5" + "ts-jest": "^27.0.5", + "typescript": "^4.4.3" }, "jest": { "setupFilesAfterEnv": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3d0845dc..1d3297026 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ importers: packages/hoppscotch-app: specifiers: - '@apollo/client': ^3.4.12 + '@apollo/client': ^3.4.13 '@babel/core': ^7.15.5 '@babel/preset-env': ^7.15.6 '@commitlint/cli': ^13.1.0 @@ -27,7 +27,7 @@ importers: '@nuxt/typescript-build': ^2.1.0 '@nuxtjs/axios': ^5.13.6 '@nuxtjs/color-mode': ^2.1.1 - '@nuxtjs/composition-api': ^0.29.0 + '@nuxtjs/composition-api': ^0.29.2 '@nuxtjs/dotenv': ^1.4.1 '@nuxtjs/eslint-config-typescript': ^6.0.1 '@nuxtjs/eslint-module': ^3.0.2 @@ -42,34 +42,34 @@ importers: '@nuxtjs/svg': ^0.2.0 '@nuxtjs/toast': ^3.3.1 '@testing-library/jest-dom': ^5.14.1 - '@types/codemirror': ^5.60.2 + '@types/codemirror': ^5.60.3 '@types/cookie': ^0.4.1 '@types/esprima': ^4.0.3 - '@types/lodash': ^4.14.173 + '@types/lodash': ^4.14.174 '@types/splitpanes': ^2.2.1 - '@vue/runtime-dom': ^3.2.12 + '@vue/runtime-dom': ^3.2.19 '@vue/test-utils': ^1.2.2 acorn: ^8.5.0 acorn-walk: ^8.2.0 axios: ^0.21.4 babel-core: ^7.0.0-bridge.0 - babel-jest: ^27.2.0 - codemirror: ^5.62.3 + babel-jest: ^27.2.2 + codemirror: ^5.63.0 codemirror-theme-github: ^1.0.0 - core-js: ^3.17.3 + core-js: ^3.18.0 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.0.2 + firebase: ^9.1.0 fp-ts: ^2.11.3 fuse.js: ^6.4.6 - graphql: ^15.5.3 + graphql: ^15.6.0 graphql-language-service-interface: ^2.8.4 graphql-language-service-parser: ^1.9.2 - jest: ^27.2.0 + jest: ^27.2.2 jest-serializer-vue: ^2.0.2 json-loader: ^0.5.7 lodash: ^4.17.21 @@ -82,7 +82,7 @@ importers: pretty-quick: ^3.1.1 raw-loader: ^4.0.2 rxjs: ^7.3.0 - sass: ^1.41.1 + sass: ^1.42.1 sass-loader: ^10.2.0 socket.io-client: ^4.2.0 socketio-wildcard: ^2.0.0 @@ -94,7 +94,7 @@ importers: ts-jest: ^27.0.5 typescript: ^4.4.3 unplugin-vue2-script-setup: ^0.6.4 - vue-apollo: ^3.0.7 + vue-apollo: ^3.0.8 vue-cli-plugin-apollo: ^0.22.2 vue-functional-data-merge: ^3.1.0 vue-github-button: ^1.3.0 @@ -105,10 +105,10 @@ importers: worker-loader: ^3.0.8 yargs-parser: ^20.2.9 dependencies: - '@apollo/client': 3.4.12_graphql@15.5.3 + '@apollo/client': 3.4.13_graphql@15.6.0 '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 - '@nuxtjs/composition-api': 0.29.0_nuxt@2.15.8 + '@nuxtjs/composition-api': 0.29.2_nuxt@2.15.8 '@nuxtjs/gtm': 2.4.0 '@nuxtjs/i18n': 7.0.3 '@nuxtjs/robots': 2.5.0 @@ -117,16 +117,16 @@ importers: acorn: 8.5.0 acorn-walk: 8.2.0 axios: 0.21.4 - codemirror: 5.62.3 + codemirror: 5.63.0 codemirror-theme-github: 1.0.0 - core-js: 3.17.3 + core-js: 3.18.0 esprima: 4.0.1 - firebase: 9.0.2 + firebase: 9.1.0 fp-ts: 2.11.3 fuse.js: 6.4.6 - graphql: 15.5.3 - graphql-language-service-interface: 2.8.4_graphql@15.5.3 - graphql-language-service-parser: 1.9.2_graphql@15.5.3 + graphql: 15.6.0 + graphql-language-service-interface: 2.8.4_graphql@15.6.0 + graphql-language-service-parser: 1.9.2_graphql@15.6.0 json-loader: 0.5.7 lodash: 4.17.21 mustache: 4.2.0 @@ -138,7 +138,7 @@ importers: socketio-wildcard: 2.0.0 splitpanes: 2.3.8 tern: 0.24.3 - vue-apollo: 3.0.7 + vue-apollo: 3.0.8 vue-cli-plugin-apollo: 0.22.2_typescript@4.4.3 vue-functional-data-merge: 3.1.0 vue-github-button: 1.3.0 @@ -151,7 +151,7 @@ importers: '@babel/preset-env': 7.15.6_@babel+core@7.15.5 '@commitlint/cli': 13.1.0 '@commitlint/config-conventional': 13.1.0 - '@nuxt/types': 2.15.8_sass@1.41.1 + '@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 '@nuxtjs/dotenv': 1.4.1 @@ -163,32 +163,32 @@ 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.2 + '@types/codemirror': 5.60.3 '@types/cookie': 0.4.1 '@types/esprima': 4.0.3 - '@types/lodash': 4.14.173 + '@types/lodash': 4.14.174 '@types/splitpanes': 2.2.1 - '@vue/runtime-dom': 3.2.12 + '@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.0_@babel+core@7.15.5 + babel-jest: 27.2.2_@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.0 + jest: 27.2.2 jest-serializer-vue: 2.0.2 nuxt-windicss: 1.2.4_typescript@4.4.3 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 raw-loader: 4.0.2 - sass: 1.41.1 - sass-loader: 10.2.0_sass@1.41.1 + sass: 1.42.1 + sass-loader: 10.2.0_sass@1.42.1 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_1a40f4e4b43f874ee5ff27a7fd1a8d17 + ts-jest: 27.0.5_eaa1df6cc79da343fef8f2383fd0ad5a typescript: 4.4.3 unplugin-vue2-script-setup: 0.6.4 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 @@ -196,25 +196,25 @@ importers: packages/hoppscotch-js-sandbox: specifiers: - '@digitak/esrun': ^1.2.4 + '@digitak/esrun': ^1.2.7 '@relmify/jest-fp-ts': ^1.1.1 - '@types/jest': ^26.0.23 - '@types/lodash': ^4.14.173 - '@types/node': ^15.12.5 - '@typescript-eslint/eslint-plugin': ^4.28.1 - '@typescript-eslint/parser': ^4.28.1 - eslint: ^7.29.0 + '@types/jest': ^26.0.24 + '@types/lodash': ^4.14.174 + '@types/node': ^15.14.9 + '@typescript-eslint/eslint-plugin': ^4.31.2 + '@typescript-eslint/parser': ^4.31.2 + eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 - eslint-plugin-prettier: ^3.4.0 + eslint-plugin-prettier: ^3.4.1 fp-ts: ^2.11.3 io-ts: ^2.2.16 - jest: ^27.0.6 + jest: ^27.2.2 lodash: ^4.17.21 - prettier: ^2.3.2 + prettier: ^2.4.1 pretty-quick: ^3.1.1 quickjs-emscripten: ^0.13.0 - ts-jest: ^27.0.3 - typescript: ^4.3.5 + ts-jest: ^27.0.5 + typescript: ^4.4.3 dependencies: fp-ts: 2.11.3 lodash: 4.17.21 @@ -223,18 +223,18 @@ importers: '@digitak/esrun': 1.2.7 '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.3+io-ts@2.2.16 '@types/jest': 26.0.24 - '@types/lodash': 4.14.173 + '@types/lodash': 4.14.174 '@types/node': 15.14.9 - '@typescript-eslint/eslint-plugin': 4.31.1_e2d3c88d378335c4183365c112128ce9 - '@typescript-eslint/parser': 4.31.1_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': 4.31.2_3815fab247b4312be6d1f55eb1f81298 + '@typescript-eslint/parser': 4.31.2_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.0 + jest: 27.2.2 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 - ts-jest: 27.0.5_bd302350a23170fc0ef61cbda3ff9f29 + ts-jest: 27.0.5_dcbb3b1d9fa62017b2dc2d971c4dd27e typescript: 4.4.3 packages: @@ -245,8 +245,8 @@ packages: '@types/throttle-debounce': 2.1.0 dev: true - /@apollo/client/3.4.12_a527cab2bdb210e0448b693392a77927: - resolution: {integrity: sha512-k4Hsl+4zhqruKnI7iFIYzi7JGZgodrUEF/XF9gXde3blxMwID2zKj+pKB8vQ8MWEbfRMeuEno+PZkatR2nE8Mw==} + /@apollo/client/3.4.13_fbc2669a39cce3d0d7a36ba453108f25: + resolution: {integrity: sha512-/nH8z/0X6WJ+wtUREHTlKQGX4lo6u3XkF1hy+k4eCxLZzT5+VRw1rm92iIkj1H85vep/eE/KV3DdRq1x3t9NnQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -257,24 +257,24 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.0_graphql@15.5.3 + '@graphql-typed-document-node/core': 3.1.0_graphql@15.6.0 '@wry/context': 0.6.1 '@wry/equality': 0.5.2 '@wry/trie': 0.3.1 - graphql: 15.5.3 - graphql-tag: 2.12.5_graphql@15.5.3 + graphql: 15.6.0 + graphql-tag: 2.12.5_graphql@15.6.0 hoist-non-react-statics: 3.3.2 optimism: 0.16.1 prop-types: 15.7.2 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 symbol-observable: 4.0.0 ts-invariant: 0.9.3 tslib: 2.3.1 zen-observable-ts: 1.1.0 dev: false - /@apollo/client/3.4.12_graphql@15.5.3: - resolution: {integrity: sha512-k4Hsl+4zhqruKnI7iFIYzi7JGZgodrUEF/XF9gXde3blxMwID2zKj+pKB8vQ8MWEbfRMeuEno+PZkatR2nE8Mw==} + /@apollo/client/3.4.13_graphql@15.6.0: + resolution: {integrity: sha512-/nH8z/0X6WJ+wtUREHTlKQGX4lo6u3XkF1hy+k4eCxLZzT5+VRw1rm92iIkj1H85vep/eE/KV3DdRq1x3t9NnQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -285,12 +285,12 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.0_graphql@15.5.3 + '@graphql-typed-document-node/core': 3.1.0_graphql@15.6.0 '@wry/context': 0.6.1 '@wry/equality': 0.5.2 '@wry/trie': 0.3.1 - graphql: 15.5.3 - graphql-tag: 2.12.5_graphql@15.5.3 + graphql: 15.6.0 + graphql-tag: 2.12.5_graphql@15.6.0 hoist-non-react-statics: 3.3.2 optimism: 0.16.1 prop-types: 15.7.2 @@ -300,14 +300,14 @@ packages: zen-observable-ts: 1.1.0 dev: false - /@apollo/federation/0.27.0_graphql@15.5.3: + /@apollo/federation/0.27.0_graphql@15.6.0: resolution: {integrity: sha512-hMeRN9IPsIn+5J5SmWof0ODbvRjRj8mBNqbsm9Zjkqjbw6RTlcx90taMk7cYhcd/E+uTyLQt5cOSRVBx53cxbQ==} engines: {node: '>=12.13.0 <17.0'} peerDependencies: graphql: ^14.5.0 || ^15.0.0 dependencies: - apollo-graphql: 0.9.3_graphql@15.5.3 - graphql: 15.5.3 + apollo-graphql: 0.9.3_graphql@15.6.0 + graphql: 15.6.0 lodash.xorby: 4.7.0 dev: false @@ -336,41 +336,41 @@ packages: engines: {node: '>=8', npm: '>=6'} dev: false - /@apollographql/graphql-language-service-interface/2.0.2_graphql@15.5.3: + /@apollographql/graphql-language-service-interface/2.0.2_graphql@15.6.0: resolution: {integrity: sha512-28wePK0hlIVjgmvMXMAUq8qRSjz9O+6lqFp4PzOTHtfJfSsjVe9EfjF98zTpHsTgT3HcOxmbqDZZy8jlXtOqEA==} peerDependencies: graphql: ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 dependencies: - '@apollographql/graphql-language-service-parser': 2.0.2_graphql@15.5.3 - '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.5.3 - '@apollographql/graphql-language-service-utils': 2.0.2_graphql@15.5.3 - graphql: 15.5.3 + '@apollographql/graphql-language-service-parser': 2.0.2_graphql@15.6.0 + '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.6.0 + '@apollographql/graphql-language-service-utils': 2.0.2_graphql@15.6.0 + graphql: 15.6.0 dev: false - /@apollographql/graphql-language-service-parser/2.0.2_graphql@15.5.3: + /@apollographql/graphql-language-service-parser/2.0.2_graphql@15.6.0: resolution: {integrity: sha512-rpTPrEJu1PMaRQxz5P8BZWsixNNhYloS0H0dwTxNBuE3qctbARvR7o8UCKLsmKgTbo+cz3T3a6IAsWlkHgMWGg==} peerDependencies: graphql: ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 dependencies: - '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.5.3 - graphql: 15.5.3 + '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.6.0 + graphql: 15.6.0 dev: false - /@apollographql/graphql-language-service-types/2.0.2_graphql@15.5.3: + /@apollographql/graphql-language-service-types/2.0.2_graphql@15.6.0: resolution: {integrity: sha512-vE+Dz8pG+Xa1Z2nMl82LoO66lQ6JqBUjaXqLDvS3eMjvA3N4hf+YUDOWfPdNZ0zjhHhHXzUIIZCkax6bXfFbzQ==} peerDependencies: graphql: ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 dev: false - /@apollographql/graphql-language-service-utils/2.0.2_graphql@15.5.3: + /@apollographql/graphql-language-service-utils/2.0.2_graphql@15.6.0: resolution: {integrity: sha512-fDj5rWlTi/czvUS5t7V7I45Ai6bOO3Z7JARYj21Y2xxfbRGtJi6h8FvLX0N/EbzQgo/fiZc/HAhtfwn+OCjD7A==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 dependencies: - '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.5.3 - graphql: 15.5.3 + '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.6.0 + graphql: 15.6.0 dev: false /@apollographql/graphql-playground-html/1.6.27: @@ -379,7 +379,7 @@ packages: xss: 1.0.9 dev: false - /@apollographql/graphql-upload-8-fork/8.1.3_graphql@15.5.3: + /@apollographql/graphql-upload-8-fork/8.1.3_graphql@15.6.0: resolution: {integrity: sha512-ssOPUT7euLqDXcdVv3Qs4LoL4BPtfermW1IOouaqEmj36TpHYDmYDIbKoSQxikd9vtMumFnP87OybH7sC9fJ6g==} engines: {node: '>=8.5'} peerDependencies: @@ -390,7 +390,7 @@ packages: '@types/koa': 2.13.4 busboy: 0.3.1 fs-capacitor: 2.0.4 - graphql: 15.5.3 + graphql: 15.6.0 http-errors: 1.8.0 object-path: 0.11.8 dev: false @@ -493,7 +493,7 @@ packages: '@babel/compat-data': 7.15.0 '@babel/core': 7.15.5 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.17.0 + browserslist: 4.17.1 semver: 6.3.0 /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.5: @@ -1361,7 +1361,7 @@ packages: '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 - babel-plugin-polyfill-corejs3: 0.2.4_@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 semver: 6.3.0 transitivePeerDependencies: @@ -1509,9 +1509,9 @@ packages: '@babel/preset-modules': 0.1.4_@babel+core@7.15.5 '@babel/types': 7.15.6 babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 - babel-plugin-polyfill-corejs3: 0.2.4_@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.17.3 + core-js-compat: 3.18.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -1532,7 +1532,7 @@ packages: resolution: {integrity: sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.17.3 + core-js-pure: 3.18.0 regenerator-runtime: 0.13.9 dev: true @@ -1622,7 +1622,7 @@ packages: lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.1.1 + yargs: 17.2.1 dev: true /@commitlint/config-conventional/13.1.0: @@ -1761,7 +1761,7 @@ packages: '@digitak/grubber': 1.0.2 anymatch: 3.1.2 chokidar: 3.5.2 - esbuild: 0.12.28 + esbuild: 0.12.29 dev: true /@digitak/grubber/1.0.2: @@ -1800,16 +1800,16 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.1_fdd32747f5b41735a59a5d81064a35f6: - resolution: {integrity: sha512-pMTrA8cxMXFRv7bwZEXXz0NCepnyH2Jay/32RZ7xAufij2VJhF5S1BtfCO0wuri3FB94rlM8SmSEbwxxHcAtVg==} + /@firebase/analytics-compat/0.1.2_9dc8019677b8b070fb1b17c9c2fe9d30: + resolution: {integrity: sha512-TpWpz0s8EgVt9aqyOCFktONqVkjyrNRR4esn3cEYrueH+XXSMDLWY9oFHuUJzntcoEOlOBWMvpsJCPG/1kthkg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.0_@firebase+app@0.7.0 + '@firebase/analytics': 0.7.1_@firebase+app@0.7.1 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/util': 1.3.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -1819,29 +1819,29 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.0_@firebase+app@0.7.0: - resolution: {integrity: sha512-YEPyeW6CV8xbIvWaJMvfRdWUPKe/xchJ1bjV6GpLfkYRX+ZE1/YSNU14pX292M4bZ6Qg+bbu2DuWp8fEpa/YQg==} + /@firebase/analytics/0.7.1_@firebase+app@0.7.1: + resolution: {integrity: sha512-fTUN47UK4obzIJwmgLMJU46dWZ7pzitCEO+80pQZC7mdLlVs/NW0+tMf6rETwMpKjGSgb25cKidpgEuioQtT7w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/installations': 0.5.0_@firebase+app@0.7.0 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.1.1_fdd32747f5b41735a59a5d81064a35f6: - resolution: {integrity: sha512-XTV5Ns0Lpwn5GgXV5T0soOkoOGACaw9xiNvAXcISQYFBIse0k7fKo8V5J9VUS1ppzGpyTRCg0m9efz4CNrwPyQ==} + /@firebase/app-check-compat/0.1.2_9dc8019677b8b070fb1b17c9c2fe9d30: + resolution: {integrity: sha512-JB+OHk4Cp9ZgT+UfX0A+lwH1AoM5Y2X1rDhmhCsEXcKKwz1w9DpL9PjStciP8UYg1dpqbp5p9OMxmty+21EBsA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.4.0_@firebase+app@0.7.0 - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app-check': 0.4.1_@firebase+app@0.7.1 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -1851,25 +1851,25 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.4.0_@firebase+app@0.7.0: - resolution: {integrity: sha512-KQ/k8cukzZbH/LC9Iu5/Dbhr7w6byu8bYjfCA38B6v8aISgASYfP/nirxRD+hSuDoxXtAnPGEuv+v0YU3D1R2w==} + /@firebase/app-check/0.4.1_@firebase+app@0.7.1: + resolution: {integrity: sha512-Kpqh0Y2zpx+acTL7eOVYIWBOmAwoconJpqOAlByGNXuxm/ccP00XREo+HsqaC7wapZRXh+h8BK0jZjvdV36qow==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app': 0.7.1 + '@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.1: - resolution: {integrity: sha512-AoUO7PnQlDPyMAvAE972kBhrwXRZRLGdHM8obyIeTzPNqIiEoULD4Rdq5TBB4UmV2HYAlYdrS+dk4nuWx67w6A==} + /@firebase/app-compat/0.1.2: + resolution: {integrity: sha512-kF1maoqA8bZqJ4v/ojVvA7kIyyXEPkJmL48otGrC8LIgdcen7xCx3JFDe0DGeQywg+qujvdkJz/TptFN1cvAgw==} dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false @@ -1877,26 +1877,26 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.0: - resolution: {integrity: sha512-l4Pd69re6JyjumQrl719dnY5JSKROSYda/0N2wzOhSzqg8DsZOIErr8+xj6QAE6BtNsoIEk7ma9WMS/2r02MhA==} + /@firebase/app/0.7.1: + resolution: {integrity: sha512-B4z6E1EPQc0mOjF35IPKdDRCFnT/fNQIHfM+v7F9obB7ItPhGILK3LxaQfuampSQpF6GG6TPFDbrWK6myXAq+g==} dependencies: - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4: - resolution: {integrity: sha512-0eqWSV4XoyOltT4HVJUzh8hBFNO5f78ZGDplRQImQ97/6wR45x6Q/9R19KTWOd109+3Axw6Orfq2cSNY0opgEA==} + /@firebase/auth-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + resolution: {integrity: sha512-eDDtY5If+ERJxalt+plvX6avZspuwo4/kPXssvV+csm414awhDzQBtSDPDajgbH3YB9V+O3LAFHeWcP3rrHS5w==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/auth': 0.17.2_@firebase+app@0.7.0 - '@firebase/auth-types': 0.11.0_a4eec777eec84d5d25b224cdb45fb028 - '@firebase/component': 0.5.6 - '@firebase/util': 1.3.0 - node-fetch: 2.6.1 + '@firebase/app-compat': 0.1.2 + '@firebase/auth': 0.18.0_@firebase+app@0.7.1 + '@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 tslib: 2.3.1 transitivePeerDependencies: @@ -1906,139 +1906,139 @@ packages: - utf-8-validate dev: false - /@firebase/auth-interop-types/0.1.6_a4eec777eec84d5d25b224cdb45fb028: + /@firebase/auth-interop-types/0.1.6_865b8bc5eb75f24012f12c00a9b67d72: resolution: {integrity: sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 dev: false - /@firebase/auth-types/0.11.0_a4eec777eec84d5d25b224cdb45fb028: + /@firebase/auth-types/0.11.0_865b8bc5eb75f24012f12c00a9b67d72: resolution: {integrity: sha512-q7Bt6cx+ySj9elQHTsKulwk3+qDezhzRBFC9zlQ1BjgMueUOnGMcvqmU0zuKlQ4RhLSH7MNAdBV2znVaoN3Vxw==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 dev: false - /@firebase/auth/0.17.2_@firebase+app@0.7.0: - resolution: {integrity: sha512-t1iHB5Eg7vAbyOEzMMarsyJNGiO2xP8Zag0hLRVXWVaWymXZnyVKp62sXqyonvz4eVT8+iGBjDySB9zKIb5Pqg==} + /@firebase/auth/0.18.0_@firebase+app@0.7.1: + resolution: {integrity: sha512-iK+VXkdDkum8SmJNgz9ZcOboRLrUN1VW7AHHkpZb76VJvoYRoCPD+A9O/v/ziI0LpwIZJwi1GFes9XjZTlfLiA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 - node-fetch: 2.6.1 - selenium-webdriver: 4.0.0-beta.1 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 + node-fetch: 2.6.2 + selenium-webdriver: 4.0.0-rc-1 tslib: 2.3.1 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@firebase/component/0.5.6: - resolution: {integrity: sha512-GyQJ+2lrhsDqeGgd1VdS7W+Y6gNYyI0B51ovNTxeZVG/W8I7t9MwEiCWsCvfm5wQgfsKp9dkzOcJrL5k8oVO/Q==} + /@firebase/component/0.5.7: + resolution: {integrity: sha512-CiAHUPXh2hn/lpzMShNmfAxHNQhKQwmQUJSYMPCjf2bCCt4Z2vLGpS+UWEuNFm9Zf8LNmkS+Z+U/s4Obi5carg==} dependencies: - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.0_76fcf35754b5f305644e011a084bc80e: - resolution: {integrity: sha512-jLN0JMYnYijg8f3QFtSuPGNuKAt3yYVRsHHlR8sADgx8MptByRRwVmMOk7QPc/DY7qscZIJow3hXFwvbeApFLA==} + /@firebase/database-compat/0.1.1_55510f0a95bcea9b93f7d22490c22799: + resolution: {integrity: sha512-K3DFWiw0YkLZtlfA9TOGPw6zVXKu5dQ1XqIGztUufFVRYW8IizReXVxzSSmJNR4Adr2LiU9j66Wenc6e5UfwaQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/database': 0.12.0_@firebase+app-types@0.7.0 - '@firebase/database-types': 0.9.0 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 + '@firebase/database-types': 0.9.1 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/database-types/0.9.0: - resolution: {integrity: sha512-x2TeTVnMZGPvT3y4Nayio4WprQA/zGwqMrPMQwSdF+PFnaFJAhA/eLgUB6cmWFzFYO9VvmuRkFzDzo6ezTo1Zw==} + /@firebase/database-types/0.9.1: + resolution: {integrity: sha512-RUixK/YrbpxbfdE+nYP0wMcEsz1xPTnafP0q3UlSS/+fW744OITKtR1J0cMRaXbvY7EH0wUVTNVkrtgxYY8IgQ==} dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 dev: false - /@firebase/database/0.12.0_@firebase+app-types@0.7.0: - resolution: {integrity: sha512-/gl6z6fAxAAFAdDllzidzweGpuXJu0b9AusSLrdW4LpP6KCuxJbhonMJuSGpHLzAHzx6Q9uitbvqHqBb17sttQ==} + /@firebase/database/0.12.1_@firebase+app-types@0.7.0: + resolution: {integrity: sha512-Ethk0hc476qnkSKNBa+8Yc7iM8AO69HYWsaD+QUC983FZtnuMyNLHtEeSUbLQYvyHo7cOjcc52slop14WmfZeQ==} dependencies: - '@firebase/auth-interop-types': 0.1.6_a4eec777eec84d5d25b224cdb45fb028 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 - faye-websocket: 0.11.3 + '@firebase/auth-interop-types': 0.1.6_865b8bc5eb75f24012f12c00a9b67d72 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 + faye-websocket: 0.11.4 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4: - resolution: {integrity: sha512-xtjj2qOBN0+S5KlXmWa5UozGmYJ1OAGBNT0qkCSvzQitHED5/B2fNwKnpy7Em+Zu3Yc3r/eM94OGx93USFXifg==} + /@firebase/firestore-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + resolution: {integrity: sha512-tO3uAkIguKeFeKPu99GR7F7v1/Hc8nV1h7B1kdpkVRRBe+NfVYA3qAUictQ3OAA0oy7Ae9z4SfEURO/R1b6YlQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/firestore': 3.0.2_@firebase+app@0.7.0 - '@firebase/firestore-types': 2.5.0_a4eec777eec84d5d25b224cdb45fb028 - '@firebase/util': 1.3.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/firestore': 3.1.0_@firebase+app@0.7.1 + '@firebase/firestore-types': 2.5.0_865b8bc5eb75f24012f12c00a9b67d72 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' dev: false - /@firebase/firestore-types/2.5.0_a4eec777eec84d5d25b224cdb45fb028: + /@firebase/firestore-types/2.5.0_865b8bc5eb75f24012f12c00a9b67d72: resolution: {integrity: sha512-I6c2m1zUhZ5SH0cWPmINabDyH5w0PPFHk2UHsjBpKdZllzJZ2TwTkXbDtpHUZNmnc/zAa0WNMNMvcvbb/xJLKA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 dev: false - /@firebase/firestore/3.0.2_@firebase+app@0.7.0: - resolution: {integrity: sha512-AWh1pugDifwCXHaQalZHp+Hr/3o+cxYvlbgQrPB35bh1A3do4I1xim/8Pba7gtpTzlClDryd5pK/XbK0TC/2kg==} + /@firebase/firestore/3.1.0_@firebase+app@0.7.1: + resolution: {integrity: sha512-vOXueHNRjlgBlKVCWuUDhr3dQW2hJwbcqcJaFiIV9V+PamfyhOHzX8pEQkrPort4YQQvoRmY9uiFhfOGj2hbeA==} engines: {node: ^8.13.0 || >=10.10.0} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 - '@firebase/webchannel-wrapper': 0.5.1 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 + '@firebase/webchannel-wrapper': 0.6.0 '@grpc/grpc-js': 1.3.7 '@grpc/proto-loader': 0.6.5 - node-fetch: 2.6.1 + node-fetch: 2.6.2 tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4: - resolution: {integrity: sha512-eisJazUrqOL/pAZJPqamYiaAyV3ch6GQMx8Sso792tvRr8SFsNCFbN9eVun0U0ubWAON5qdLoruoc6npXg6FIg==} + /@firebase/functions-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + resolution: {integrity: sha512-NdobePNq5LUHCI1dJHUGlOTw+Qmq/FJre981/ELEMBdEs95kmKwnXB2UaLjAQYWkgkr4YS3lEnNpsiSTaEHFCg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/functions': 0.7.1_986ca79d386b344781ce7bb1dab7ad14 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/functions': 0.7.2_b70844f8f701d92bb425a825f089e315 '@firebase/functions-types': 0.5.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2049,48 +2049,50 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.1_986ca79d386b344781ce7bb1dab7ad14: - resolution: {integrity: sha512-F6XZVVBpqupCX7/YXpdzyXKYCeLVmHO/jxAKbN9I4B+c8doDqVtGkO23DPzf4ppzR4FuXDiKEEU9ZZ85kqZ1QA==} + /@firebase/functions/0.7.2_b70844f8f701d92bb425a825f089e315: + resolution: {integrity: sha512-B+b57xXtpsRYD3UgVtteeyavXjXfBTtuv+sG8LA0vgJs6bhORswVlKZQqpfW9SDxCMBwzzytzn1m3ZZGfUw2Lg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 + '@firebase/app': 0.7.1 '@firebase/app-check-interop-types': 0.1.0 - '@firebase/auth-interop-types': 0.1.6_a4eec777eec84d5d25b224cdb45fb028 - '@firebase/component': 0.5.6 + '@firebase/auth-interop-types': 0.1.6_865b8bc5eb75f24012f12c00a9b67d72 + '@firebase/component': 0.5.7 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.3.0 - node-fetch: 2.6.1 + '@firebase/util': 1.4.0 + node-fetch: 2.6.2 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.0_@firebase+app@0.7.0: - resolution: {integrity: sha512-wF1CKIx+SoiEbtNdutulxW4z80B5lGXW+8JdAtcKQwgKxF0VtlCaDFsd9AEB3aTtzIve5UkGak8hQOMvvOpydg==} + /@firebase/installations/0.5.1_@firebase+app@0.7.1: + resolution: {integrity: sha512-KZ1XHrEPmCx3Z70P9d8mHmYEZXA/uiLIkV0D8R45Q65c0DUxBDm5tSQs56QWofxB/wx16xmO3xAZw4BdJUBnlQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/util': 1.3.0 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/util': 1.4.0 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/logger/0.2.6: - resolution: {integrity: sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw==} + /@firebase/logger/0.3.0: + resolution: {integrity: sha512-7oQ+TctqekfgZImWkKuda50JZfkmAKMgh5qY4aR4pwRyqZXuJXN1H/BKkHvN1y0S4XWtF0f/wiCLKHhyi1ppPA==} + dependencies: + tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.0_fdd32747f5b41735a59a5d81064a35f6: - resolution: {integrity: sha512-58qQmKwOiXhxZwrRwwjQDbjlRx1uMVVuV/DNbDzqilDJDdoYXMdK6RBTF9Bs51qy/Z1BI2Q9B1JX01QYlgZpxQ==} + /@firebase/messaging-compat/0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30: + resolution: {integrity: sha512-8FxrQjJCOfP9HibFsymT3qB18rBBmMPxOV+k0n6B7L6KW6Idswq01hMW12d93ZnvlNNKdikCKwUtBNbITBd8FA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/messaging': 0.9.0_@firebase+app@0.7.0 - '@firebase/util': 1.3.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/messaging': 0.9.1_@firebase+app@0.7.1 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2100,31 +2102,31 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.0_@firebase+app@0.7.0: - resolution: {integrity: sha512-NTUB+gVJsgL/f6wqwUlgadaNuLZvyk1IlTcRvR3391t8jDSWOT2efwzNqcI7Xv4nhzaiPhzAQ4ncH/m8kfUUXQ==} + /@firebase/messaging/0.9.1_@firebase+app@0.7.1: + resolution: {integrity: sha512-0g3JWTfkv0WHnu4xgx1zcChJXU2dLjWT0e2MI13Q7NbP3TgLu5CgQ/H/lad16j4Zb4RNqZbAUJurEAB6v2BJ/w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/installations': 0.5.0_@firebase+app@0.7.0 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/installations': 0.5.1_@firebase+app@0.7.1 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.0_fdd32747f5b41735a59a5d81064a35f6: - resolution: {integrity: sha512-H+/A5+y/15hFn5FHRP8lcogDzO6qm9YoACNEXn71UN4PiGQ+/BbHkQafDEXxD6wLfqfqR8u8oclHPFIYxMBF7Q==} + /@firebase/performance-compat/0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30: + resolution: {integrity: sha512-xN/TjU0hVNiJshZzrUvPYB+3sPS9SgaWrfxh3p0eGFVdwHp/3Z8HlT772bkHAEKXVc64v19ktpUVd+sF5aoJNQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/performance': 0.5.0_@firebase+app@0.7.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/performance': 0.5.1_@firebase+app@0.7.1 '@firebase/performance-types': 0.1.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2134,16 +2136,16 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.0_@firebase+app@0.7.0: - resolution: {integrity: sha512-E+L18eJKshr/ijnWZMexEEddwkp2T4Ye2dJSK4TcOKRYfrmfZJ95RRZ+MPNp1ES7RH2JYiyym1NIQKPcNNvhug==} + /@firebase/performance/0.5.1_@firebase+app@0.7.1: + resolution: {integrity: sha512-O93Yry8KhAaFrhnmBaMkM0lpgVmpd7CRX0eq1S0IKLdE3MdF+oAtbQiZG/NuRl3Vz8vjoz96R6bPbCWaDuiy8Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/installations': 0.5.0_@firebase+app@0.7.0 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false @@ -2155,17 +2157,17 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.0_fdd32747f5b41735a59a5d81064a35f6: - resolution: {integrity: sha512-PpCh5f5hUUaDCmiJsuu/u9a0g0G5WH3YSbfH1jPejVOaJ1lS82615E7WOzco4zMllLYfX62VaUYD2vvcLyXE/w==} + /@firebase/remote-config-compat/0.1.1_9dc8019677b8b070fb1b17c9c2fe9d30: + resolution: {integrity: sha512-ZHRHYTdDztXHxgYXzuuD6Goa6ScmAqtctXl2eC6D8vxA8fIGRQKHN+9AMwxm8b3JHzdVY/5XhAOmKCcFvPOgtw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/logger': 0.2.6 - '@firebase/remote-config': 0.2.0_@firebase+app@0.7.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/logger': 0.3.0 + '@firebase/remote-config': 0.3.0_@firebase+app@0.7.1 '@firebase/remote-config-types': 0.2.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2175,175 +2177,175 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.2.0_@firebase+app@0.7.0: - resolution: {integrity: sha512-hNZ+BqsTmfe8ogpeow95NSwQmKIeetKdPxKpyC6RZBeFUae782+2HrUx4/Quep6OZjOHQF6xZ5d3VOxu2ZKEfg==} + /@firebase/remote-config/0.3.0_@firebase+app@0.7.1: + resolution: {integrity: sha512-Yf9/iXToC6Kbec1yOQ9mdTc1MP0mR2VCCR/n3Q+Ol3U+PML+ePXfqWiL2VHrUA86BeB2hpXF1BcTxvD4uOiDnA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/installations': 0.5.0_@firebase+app@0.7.0 - '@firebase/logger': 0.2.6 - '@firebase/util': 1.3.0 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/installations': 0.5.1_@firebase+app@0.7.1 + '@firebase/logger': 0.3.0 + '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4: - resolution: {integrity: sha512-eff0e2qcDX188mqr7aKrqr4TIS25/cE6E7Xo9WRLe3c17nqGgmrYM4DDS3VDttNbf1j5XaoEnZVZafE9/BR3Rg==} + /@firebase/storage-compat/0.1.3_463a693b8480fd65f53420bb6e77a6d1: + resolution: {integrity: sha512-m2htGJjCFlTONsqYRKXTfzkux3nbhpIpd72RK2iPkRPE69nQ0wiVplIE7bCaq3CSFMbkI3ETOtTTfW1wrOpF2g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.1 - '@firebase/component': 0.5.6 - '@firebase/storage': 0.8.2_@firebase+app@0.7.0 - '@firebase/storage-types': 0.6.0_a4eec777eec84d5d25b224cdb45fb028 - '@firebase/util': 1.3.0 + '@firebase/app-compat': 0.1.2 + '@firebase/component': 0.5.7 + '@firebase/storage': 0.8.3_@firebase+app@0.7.1 + '@firebase/storage-types': 0.6.0_865b8bc5eb75f24012f12c00a9b67d72 + '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/app-types' dev: false - /@firebase/storage-types/0.6.0_a4eec777eec84d5d25b224cdb45fb028: + /@firebase/storage-types/0.6.0_865b8bc5eb75f24012f12c00a9b67d72: resolution: {integrity: sha512-1LpWhcCb1ftpkP/akhzjzeFxgVefs6eMD2QeKiJJUGH1qOiows2w5o0sKCUSQrvrRQS1lz3SFGvNR1Ck/gqxeA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.3.0 + '@firebase/util': 1.4.0 dev: false - /@firebase/storage/0.8.2_@firebase+app@0.7.0: - resolution: {integrity: sha512-I9mVYhQ/DkWI1MKHhYvI4dnguXdXC50S5ryehOcR/JmSwyYjh1+T+IFQp0hHb1VWTixShzWoSGo1PhbrolFmIA==} + /@firebase/storage/0.8.3_@firebase+app@0.7.1: + resolution: {integrity: sha512-oraycQ787tEr6xu2Qc4nngLz1YEoEjZ+lrjThx0CJZB7VwdlkIJ24TkzJ9xoeWc+cpo34deg/If4w8AU5/WupQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.0 - '@firebase/component': 0.5.6 - '@firebase/util': 1.3.0 - node-fetch: 2.6.1 + '@firebase/app': 0.7.1 + '@firebase/component': 0.5.7 + '@firebase/util': 1.4.0 + node-fetch: 2.6.2 tslib: 2.3.1 dev: false - /@firebase/util/1.3.0: - resolution: {integrity: sha512-SESvmYwuKOVCZ1ZxLbberbx+9cnbxpCa4CG2FUSQYqN6Ab8KyltegMDIsqMw5KyIBZ4n1phfHoOa22xo5NzAlQ==} + /@firebase/util/1.4.0: + resolution: {integrity: sha512-Qn58d+DVi1nGn0bA9RV89zkz0zcbt6aUcRdyiuub/SuEvjKYstWmHcHwh1C0qmE1wPf9a3a+AuaRtduaGaRT7A==} dependencies: tslib: 2.3.1 dev: false - /@firebase/webchannel-wrapper/0.5.1: - resolution: {integrity: sha512-dZMzN0uAjwJXWYYAcnxIwXqRTZw3o14hGe7O6uhwjD1ZQWPVYA5lASgnNskEBra0knVBsOXB4KXg+HnlKewN/A==} + /@firebase/webchannel-wrapper/0.6.0: + resolution: {integrity: sha512-Pz4+7HPzKvOFI1ICQ6pyUv/VgStEWq9IGiVaaV1cQLi66NIA1mD5INnY4CDNoVAxlkuZvDEUZ+cVHLQ8iwA2hQ==} dev: false /@gar/promisify/1.1.2: resolution: {integrity: sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==} dev: false - /@graphql-tools/batch-delegate/6.2.6_graphql@15.5.3: + /@graphql-tools/batch-delegate/6.2.6_graphql@15.6.0: resolution: {integrity: sha512-QUoE9pQtkdNPFdJHSnBhZtUfr3M7pIRoXoMR+TG7DK2Y62ISKbT/bKtZEUU1/2v5uqd5WVIvw9dF8gHDSJAsSA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 6.2.4_graphql@15.5.3 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.0 dataloader: 2.0.0 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.0.3 dev: false - /@graphql-tools/batch-execute/7.1.2_graphql@15.5.3: + /@graphql-tools/batch-execute/7.1.2_graphql@15.6.0: resolution: {integrity: sha512-IuR2SB2MnC2ztA/XeTMTfWcA0Wy7ZH5u+nDkDNLAdX+AaSyDnsQS35sCmHqG0VOGTl7rzoyBWLCKGwSJplgtwg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 dataloader: 2.0.0 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/code-file-loader/6.3.1_graphql@15.5.3: + /@graphql-tools/code-file-loader/6.3.1_graphql@15.6.0: resolution: {integrity: sha512-ZJimcm2ig+avgsEOWWVvAaxZrXXhiiSZyYYOJi0hk9wh5BxZcLUNKkTp6EFnZE/jmGUwuos3pIjUD3Hwi3Bwhg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/delegate/6.2.4_graphql@15.5.3: + /@graphql-tools/delegate/6.2.4_graphql@15.6.0: resolution: {integrity: sha512-mXe6DfoWmq49kPcDrpKHgC2DSWcD5q0YCaHHoXYPAOlnLH8VMTY8BxcE8y/Do2eyg+GLcwAcrpffVszWMwqw0w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 - '@graphql-tools/schema': 6.2.4_graphql@15.5.3 - '@graphql-tools/utils': 6.2.4_graphql@15.5.3 + '@graphql-tools/schema': 6.2.4_graphql@15.6.0 + '@graphql-tools/utils': 6.2.4_graphql@15.6.0 dataloader: 2.0.0 - graphql: 15.5.3 + graphql: 15.6.0 is-promise: 4.0.0 tslib: 2.0.3 dev: false - /@graphql-tools/delegate/7.1.5_graphql@15.5.3: + /@graphql-tools/delegate/7.1.5_graphql@15.6.0: resolution: {integrity: sha512-bQu+hDd37e+FZ0CQGEEczmRSfQRnnXeUxI/0miDV+NV/zCbEdIJj5tYFNrKT03W6wgdqx8U06d8L23LxvGri/g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 - '@graphql-tools/batch-execute': 7.1.2_graphql@15.5.3 - '@graphql-tools/schema': 7.1.5_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 + '@graphql-tools/batch-execute': 7.1.2_graphql@15.6.0 + '@graphql-tools/schema': 7.1.5_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 dataloader: 2.0.0 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/git-loader/6.2.6_graphql@15.5.3: + /@graphql-tools/git-loader/6.2.6_graphql@15.6.0: resolution: {integrity: sha512-ooQTt2CaG47vEYPP3CPD+nbA0F+FYQXfzrB1Y1ABN9K3d3O2RK3g8qwslzZaI8VJQthvKwt0A95ZeE4XxteYfw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/github-loader/6.2.5_graphql@15.5.3: + /@graphql-tools/github-loader/6.2.5_graphql@15.6.0: resolution: {integrity: sha512-DLuQmYeNNdPo8oWus8EePxWCfCAyUXPZ/p1PWqjrX/NGPyH2ZObdqtDAfRHztljt0F/qkBHbGHCEk2TKbRZTRw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 cross-fetch: 3.0.6 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.0.3 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/graphql-file-loader/6.2.7_graphql@15.5.3: + /@graphql-tools/graphql-file-loader/6.2.7_graphql@15.6.0: resolution: {integrity: sha512-5k2SNz0W87tDcymhEMZMkd6/vs6QawDyjQXWtqkuLTBF3vxjxPD1I4dwHoxgWPIjjANhXybvulD7E+St/7s9TQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/import': 6.4.0_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/import': 6.4.1_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.1.0 dev: false - /@graphql-tools/graphql-tag-pluck/6.5.1_graphql@15.5.3: + /@graphql-tools/graphql-tag-pluck/6.5.1_graphql@15.6.0: resolution: {integrity: sha512-7qkm82iFmcpb8M6/yRgzjShtW6Qu2OlCSZp8uatA3J0eMl87TxyJoUmL3M3UMMOSundAK8GmoyNVFUrueueV5Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 @@ -2351,44 +2353,44 @@ packages: '@babel/parser': 7.12.16 '@babel/traverse': 7.12.13 '@babel/types': 7.12.13 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/import/6.4.0_graphql@15.5.3: - resolution: {integrity: sha512-jfE01oPcmc4vzAcYLs6xT7XC4jJWrM1HNtIwc7HyyHTxrC3nf36XrF3txEZ2l20GT53+OWnMgYx1HhauLGdJmA==} + /@graphql-tools/import/6.4.1_graphql@15.6.0: + resolution: {integrity: sha512-nFWo2dI9XXs0hsBscHnTSJNfgFq2gA1bw0qbCXyQga1PJclZViO8SxcHqCf2JmShRpTFsyzsDjKA8xGKDDs8PQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 resolve-from: 5.0.0 tslib: 2.3.1 dev: false - /@graphql-tools/json-file-loader/6.2.6_graphql@15.5.3: + /@graphql-tools/json-file-loader/6.2.6_graphql@15.6.0: resolution: {integrity: sha512-CnfwBSY5926zyb6fkDBHnlTblHnHI4hoBALFYXnrg0Ev4yWU8B04DZl/pBRUc459VNgO2x8/mxGIZj2hPJG1EA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.0.3 dev: false - /@graphql-tools/links/6.2.5_a527cab2bdb210e0448b693392a77927: + /@graphql-tools/links/6.2.5_fbc2669a39cce3d0d7a36ba453108f25: resolution: {integrity: sha512-XeGDioW7F+HK6HHD/zCeF0HRC9s12NfOXAKv1HC0J7D50F4qqMvhdS/OkjzLoBqsgh/Gm8icRc36B5s0rOA9ig==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - apollo-link: 1.2.14_graphql@15.5.3 - apollo-upload-client: 14.1.2_a527cab2bdb210e0448b693392a77927 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-upload-client: 14.1.2_fbc2669a39cce3d0d7a36ba453108f25 cross-fetch: 3.0.6 form-data: 3.0.0 - graphql: 15.5.3 + graphql: 15.6.0 is-promise: 4.0.0 tslib: 2.0.3 transitivePeerDependencies: @@ -2396,26 +2398,26 @@ packages: - subscriptions-transport-ws dev: false - /@graphql-tools/load-files/6.4.0_graphql@15.5.3: + /@graphql-tools/load-files/6.4.0_graphql@15.6.0: resolution: {integrity: sha512-Dl/3mhFDXWRHhEyVY0nABw+yOFcxfU0iKsLrX0E/wlTiqHRQJORGmxLFRbSGpwcP694dvpujsp/SCt+qz//PkA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: globby: 11.0.4 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.3.1 unixify: 1.0.0 dev: false - /@graphql-tools/load/6.2.8_graphql@15.5.3: + /@graphql-tools/load/6.2.8_graphql@15.6.0: resolution: {integrity: sha512-JpbyXOXd8fJXdBh2ta0Q4w8ia6uK5FHzrTNmcvYBvflFuWly2LDTk2abbSl81zKkzswQMEd2UIYghXELRg8eTA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/merge': 6.2.17_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 + '@graphql-tools/merge': 6.2.17_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 globby: 11.0.3 - graphql: 15.5.3 + graphql: 15.6.0 import-from: 3.0.0 is-glob: 4.0.1 p-limit: 3.1.0 @@ -2424,143 +2426,143 @@ packages: valid-url: 1.0.9 dev: false - /@graphql-tools/merge/6.2.17_graphql@15.5.3: + /@graphql-tools/merge/6.2.17_graphql@15.6.0: resolution: {integrity: sha512-G5YrOew39fZf16VIrc49q3c8dBqQDD0ax5LYPiNja00xsXDi0T9zsEWVt06ApjtSdSF6HDddlu5S12QjeN8Tow==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/schema': 8.2.0_graphql@15.5.3 - '@graphql-tools/utils': 8.0.2_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/schema': 8.2.0_graphql@15.6.0 + '@graphql-tools/utils': 8.0.2_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.3.1 dev: false - /@graphql-tools/merge/8.1.2_graphql@15.5.3: + /@graphql-tools/merge/8.1.2_graphql@15.6.0: resolution: {integrity: sha512-kFLd4kKNJXYXnKIhM8q9zgGAtbLmsy3WmGdDxYq3YHBJUogucAxnivQYyRIseUq37KGmSAIWu3pBQ23TKGsGOw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.2_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.3.1 dev: false - /@graphql-tools/mock/6.2.4_graphql@15.5.3: + /@graphql-tools/mock/6.2.4_graphql@15.6.0: resolution: {integrity: sha512-O5Zvq/mcDZ7Ptky0IZ4EK9USmxV6FEVYq0Jxv2TI80kvxbCjt0tbEpZ+r1vIt1gZOXlAvadSHYyzWnUPh+1vkQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/schema': 6.2.4_graphql@15.5.3 - '@graphql-tools/utils': 6.2.4_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/schema': 6.2.4_graphql@15.6.0 + '@graphql-tools/utils': 6.2.4_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.0.3 dev: false - /@graphql-tools/module-loader/6.2.7_graphql@15.5.3: + /@graphql-tools/module-loader/6.2.7_graphql@15.6.0: resolution: {integrity: sha512-ItAAbHvwfznY9h1H9FwHYDstTcm22Dr5R9GZtrWlpwqj0jaJGcBxsMB9jnK9kFqkbtFYEe4E/NsSnxsS4/vViQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.1.0 dev: false - /@graphql-tools/relay-operation-optimizer/6.4.0_graphql@15.5.3: + /@graphql-tools/relay-operation-optimizer/6.4.0_graphql@15.6.0: resolution: {integrity: sha512-auNvHC8gHu9BHBPnLA5c8Iv5VAXQG866KZJz7ljhKpXPdlPevK4zjHlVJwqnF8H6clJ9NgZpizN4kNNCe/3R9g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.2_graphql@15.5.3 - graphql: 15.5.3 - relay-compiler: 11.0.2_graphql@15.5.3 + '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + graphql: 15.6.0 + relay-compiler: 11.0.2_graphql@15.6.0 tslib: 2.3.1 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/resolvers-composition/6.4.0_graphql@15.5.3: + /@graphql-tools/resolvers-composition/6.4.0_graphql@15.6.0: resolution: {integrity: sha512-YkAmpIzyFtto9aDp/FysuyPb/tPba/gXYYvlN2vdBkE9nRU8ms8Fwhnroek0pW5ipjZAhpQZsZPVVpzSwldj3A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.2_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + graphql: 15.6.0 lodash: 4.17.21 micromatch: 4.0.4 tslib: 2.3.1 dev: false - /@graphql-tools/schema/6.2.4_graphql@15.5.3: + /@graphql-tools/schema/6.2.4_graphql@15.6.0: resolution: {integrity: sha512-rh+14lSY1q8IPbEv2J9x8UBFJ5NrDX9W5asXEUlPp+7vraLp/Tiox4GXdgyA92JhwpYco3nTf5Bo2JDMt1KnAQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 6.2.4_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 6.2.4_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.0.3 dev: false - /@graphql-tools/schema/7.1.5_graphql@15.5.3: + /@graphql-tools/schema/7.1.5_graphql@15.6.0: resolution: {integrity: sha512-uyn3HSNSckf4mvQSq0Q07CPaVZMNFCYEVxroApOaw802m9DcZPgf9XVPy/gda5GWj9AhbijfRYVTZQgHnJ4CXA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/schema/8.2.0_graphql@15.5.3: + /@graphql-tools/schema/8.2.0_graphql@15.6.0: resolution: {integrity: sha512-ufmI5mJQa8NJczzfkh0pUttKvspqDcT5LLakA3jUmOrrE4d4NVj6onZlazdTzF5sAepSNqanFnwhrxZpCAJMKg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/merge': 8.1.2_graphql@15.5.3 - '@graphql-tools/utils': 8.2.2_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/merge': 8.1.2_graphql@15.6.0 + '@graphql-tools/utils': 8.2.3_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.3.1 value-or-promise: 1.0.10 dev: false - /@graphql-tools/stitch/6.2.4_graphql@15.5.3: + /@graphql-tools/stitch/6.2.4_graphql@15.6.0: resolution: {integrity: sha512-0C7PNkS7v7iAc001m7c1LPm5FUB0/DYw+s3OyCii6YYYHY8NwdI0roeOyeDGFJkFubWBQfjc3hoSyueKtU73mw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/batch-delegate': 6.2.6_graphql@15.5.3 - '@graphql-tools/delegate': 6.2.4_graphql@15.5.3 - '@graphql-tools/merge': 6.2.17_graphql@15.5.3 - '@graphql-tools/schema': 6.2.4_graphql@15.5.3 - '@graphql-tools/utils': 6.2.4_graphql@15.5.3 - '@graphql-tools/wrap': 6.2.4_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/batch-delegate': 6.2.6_graphql@15.6.0 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.0 + '@graphql-tools/merge': 6.2.17_graphql@15.6.0 + '@graphql-tools/schema': 6.2.4_graphql@15.6.0 + '@graphql-tools/utils': 6.2.4_graphql@15.6.0 + '@graphql-tools/wrap': 6.2.4_graphql@15.6.0 + graphql: 15.6.0 is-promise: 4.0.0 tslib: 2.0.3 dev: false - /@graphql-tools/url-loader/6.10.1_graphql@15.5.3: + /@graphql-tools/url-loader/6.10.1_graphql@15.6.0: resolution: {integrity: sha512-DSDrbhQIv7fheQ60pfDpGD256ixUQIR6Hhf9Z5bRjVkXOCvO5XrkwoWLiU7iHL81GB1r0Ba31bf+sl+D4nyyfw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 7.1.5_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - '@graphql-tools/wrap': 7.0.8_graphql@15.5.3 + '@graphql-tools/delegate': 7.1.5_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + '@graphql-tools/wrap': 7.0.8_graphql@15.6.0 '@microsoft/fetch-event-source': 2.0.1 '@types/websocket': 1.0.2 abort-controller: 3.0.0 cross-fetch: 3.1.4 extract-files: 9.0.0 form-data: 4.0.0 - graphql: 15.5.3 - graphql-ws: 4.9.0_graphql@15.5.3 + graphql: 15.6.0 + graphql-ws: 4.9.0_graphql@15.6.0 is-promise: 4.0.0 isomorphic-ws: 4.0.1_ws@7.4.5 lodash: 4.17.21 meros: 1.1.4 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 sync-fetch: 0.3.0 tslib: 2.2.0 valid-url: 1.0.9 @@ -2571,85 +2573,85 @@ packages: - utf-8-validate dev: false - /@graphql-tools/utils/6.2.4_graphql@15.5.3: + /@graphql-tools/utils/6.2.4_graphql@15.6.0: resolution: {integrity: sha512-ybgZ9EIJE3JMOtTrTd2VcIpTXtDrn2q6eiYkeYMKRVh3K41+LZa6YnR2zKERTXqTWqhobROwLt4BZbw2O3Aeeg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 camel-case: 4.1.1 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.0.3 dev: false - /@graphql-tools/utils/7.10.0_graphql@15.5.3: + /@graphql-tools/utils/7.10.0_graphql@15.6.0: resolution: {integrity: sha512-d334r6bo9mxdSqZW6zWboEnnOOFRrAPVQJ7LkU8/6grglrbcu6WhwCLzHb90E94JI3TD3ricC3YGbUqIi9Xg0w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 camel-case: 4.1.2 - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.2.0 dev: false - /@graphql-tools/utils/8.0.2_graphql@15.5.3: + /@graphql-tools/utils/8.0.2_graphql@15.6.0: resolution: {integrity: sha512-gzkavMOgbhnwkHJYg32Adv6f+LxjbQmmbdD5Hty0+CWxvaiuJq+nU6tzb/7VSU4cwhbNLx/lGu2jbCPEW1McZQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.3.1 dev: false - /@graphql-tools/utils/8.2.2_graphql@15.5.3: - resolution: {integrity: sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g==} + /@graphql-tools/utils/8.2.3_graphql@15.6.0: + resolution: {integrity: sha512-RR+aiusf2gIfnPmrDIH1uA45QuPiHB54RD+BmWyMcl88tWAjeJtqZeWPqUTq/1EXrNeocJAJQqogHV4Fbbzx3A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.3.1 dev: false - /@graphql-tools/wrap/6.2.4_graphql@15.5.3: + /@graphql-tools/wrap/6.2.4_graphql@15.6.0: resolution: {integrity: sha512-cyQgpybolF9DjL2QNOvTS1WDCT/epgYoiA8/8b3nwv5xmMBQ6/6nYnZwityCZ7njb7MMyk7HBEDNNlP9qNJDcA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 6.2.4_graphql@15.5.3 - '@graphql-tools/schema': 6.2.4_graphql@15.5.3 - '@graphql-tools/utils': 6.2.4_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.0 + '@graphql-tools/schema': 6.2.4_graphql@15.6.0 + '@graphql-tools/utils': 6.2.4_graphql@15.6.0 + graphql: 15.6.0 is-promise: 4.0.0 tslib: 2.0.3 dev: false - /@graphql-tools/wrap/7.0.8_graphql@15.5.3: + /@graphql-tools/wrap/7.0.8_graphql@15.6.0: resolution: {integrity: sha512-1NDUymworsOlb53Qfh7fonDi2STvqCtbeE68ntKY9K/Ju/be2ZNxrFSbrBHwnxWcN9PjISNnLcAyJ1L5tCUyhg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 7.1.5_graphql@15.5.3 - '@graphql-tools/schema': 7.1.5_graphql@15.5.3 - '@graphql-tools/utils': 7.10.0_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/delegate': 7.1.5_graphql@15.6.0 + '@graphql-tools/schema': 7.1.5_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-typed-document-node/core/3.1.0_graphql@15.5.3: + /@graphql-typed-document-node/core/3.1.0_graphql@15.6.0: resolution: {integrity: sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 dev: false /@grpc/grpc-js/1.3.7: resolution: {integrity: sha512-CKQVuwuSPh40tgOkR7c0ZisxYRiN05PcKPW72mQL5y++qd7CwBRoaJZvU5xfXnCJDFBmS3qZGQ71Frx6Ofo2XA==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@grpc/proto-loader/0.6.5: @@ -2716,20 +2718,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.2.0: - resolution: {integrity: sha512-35z+RqsK2CCgNxn+lWyK8X4KkaDtfL4BggT7oeZ0JffIiAiEYFYPo5B67V50ZubqDS1ehBrdCR2jduFnIrZOYw==} + /@jest/console/27.2.2: + resolution: {integrity: sha512-m7tbzPWyvSFfoanTknJoDnaeruDARsUe555tkVjG/qeaRDKwyPqqbgs4yFx583gmoETiAts1deeYozR5sVRhNA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 chalk: 4.1.2 - jest-message-util: 27.2.0 + jest-message-util: 27.2.2 jest-util: 27.2.0 slash: 3.0.0 dev: true - /@jest/core/27.2.0: - resolution: {integrity: sha512-E/2NHhq+VMo18DpKkoty8Sjey8Kps5Cqa88A8NP757s6JjYqPdioMuyUBhDiIOGCdQByEp0ou3jskkTszMS0nw==} + /@jest/core/27.2.2: + resolution: {integrity: sha512-4b9km/h9pAGdCkwWYtbfoeiOtajOlGmr5rL1Eq6JCAVbOevOqxWHxJ6daWxRJW9eF6keXJoJ1H+uVAVcdZu8Bg==} 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 @@ -2737,35 +2739,35 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.2.0 - '@jest/reporters': 27.2.0 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.0 + '@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.9.2 + '@types/node': 16.10.1 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.0 - jest-haste-map: 27.2.0 - jest-message-util: 27.2.0 + jest-config: 27.2.2 + jest-haste-map: 27.2.2 + jest-message-util: 27.2.2 jest-regex-util: 27.0.6 - jest-resolve: 27.2.0 - jest-resolve-dependencies: 27.2.0 - jest-runner: 27.2.0 - jest-runtime: 27.2.0 - jest-snapshot: 27.2.0 + 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.0 - jest-watcher: 27.2.0 + jest-validate: 27.2.2 + jest-watcher: 27.2.2 micromatch: 4.0.4 p-each-series: 2.2.0 rimraf: 3.0.2 slash: 3.0.0 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 transitivePeerDependencies: - bufferutil - canvas @@ -2774,39 +2776,39 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.2.0: - resolution: {integrity: sha512-iPWmQI0wRIYSZX3wKu4FXHK4eIqkfq6n1DCDJS+v3uby7SOXrHvX4eiTBuEdSvtDRMTIH2kjrSkjHf/F9JIYyQ==} + /@jest/environment/27.2.2: + resolution: {integrity: sha512-gO9gVnZfn5ldeOJ5q+35Kru9QWGHEqZCB7W/M+8mD6uCwOGC9HR6mzpLSNRuDsxY/KhaGBYHpgFqtpe4Rl1gDQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/fake-timers': 27.2.0 + '@jest/fake-timers': 27.2.2 '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 jest-mock: 27.1.1 dev: true - /@jest/fake-timers/27.2.0: - resolution: {integrity: sha512-gSu3YHvQOoVaTWYGgHFB7IYFtcF2HBzX4l7s47VcjvkUgL4/FBnE20x7TNLa3W6ABERtGd5gStSwsA8bcn+c4w==} + /@jest/fake-timers/27.2.2: + resolution: {integrity: sha512-gDIIqs0yxyjyxEI9HlJ8SEJ4uCc8qr8BupG1Hcx7tvyk/SLocyXE63rFxL+HQ0ZLMvSyEcJUmYnvvHH1osWiGA==} 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.9.2 - jest-message-util: 27.2.0 + '@types/node': 16.10.1 + jest-message-util: 27.2.2 jest-mock: 27.1.1 jest-util: 27.2.0 dev: true - /@jest/globals/27.2.0: - resolution: {integrity: sha512-raqk9Gf9WC3hlBa57rmRmJfRl9hom2b+qEE/ifheMtwn5USH5VZxzrHHOZg0Zsd/qC2WJ8UtyTwHKQAnNlDMdg==} + /@jest/globals/27.2.2: + resolution: {integrity: sha512-fWa/Luwod1hyehnuep+zCnOTqTVvyc4HLUU/1VpFNOEu0tCWNSODyvKSSOjtb1bGOpCNjgaDcyjzo5f7rl6a7g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 + '@jest/environment': 27.2.2 '@jest/types': 27.1.1 - expect: 27.2.0 + expect: 27.2.2 dev: true - /@jest/reporters/27.2.0: - resolution: {integrity: sha512-7wfkE3iRTLaT0F51h1mnxH3nQVwDCdbfgXiLuCcNkF1FnxXLH9utHqkSLIiwOTV1AtmiE0YagHbOvx4rnMP/GA==} + /@jest/reporters/27.2.2: + resolution: {integrity: sha512-ufwZ8XoLChEfPffDeVGroYbhbcYPom3zKDiv4Flhe97rr/o2IfUXoWkDUDoyJ3/V36RFIMjokSu0IJ/pbFtbHg==} 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 @@ -2815,24 +2817,24 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.2.0 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.0 + '@jest/console': 27.2.2 + '@jest/test-result': 27.2.2 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 - glob: 7.1.7 + glob: 7.2.0 graceful-fs: 4.2.8 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.1 istanbul-lib-instrument: 4.0.3 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.0 istanbul-reports: 3.0.2 - jest-haste-map: 27.2.0 - jest-resolve: 27.2.0 + jest-haste-map: 27.2.2 + jest-resolve: 27.2.2 jest-util: 27.2.0 - jest-worker: 27.2.0 + jest-worker: 27.2.2 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -2851,30 +2853,30 @@ packages: source-map: 0.6.1 dev: true - /@jest/test-result/27.2.0: - resolution: {integrity: sha512-JPPqn8h0RGr4HyeY1Km+FivDIjTFzDROU46iAvzVjD42ooGwYoqYO/MQTilhfajdz6jpVnnphFrKZI5OYrBONA==} + /@jest/test-result/27.2.2: + resolution: {integrity: sha512-yENoDEoWlEFI7l5z7UYyJb/y5Q8RqbPd4neAVhKr6l+vVaQOPKf8V/IseSMJI9+urDUIxgssA7RGNyCRhGjZvw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.0 + '@jest/console': 27.2.2 '@jest/types': 27.1.1 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.2.0: - resolution: {integrity: sha512-PrqarcpzOU1KSAK7aPwfL8nnpaqTMwPe7JBPnaOYRDSe/C6AoJiL5Kbnonqf1+DregxZIRAoDg69R9/DXMGqXA==} + /@jest/test-sequencer/27.2.2: + resolution: {integrity: sha512-YnJqwNQP2Zeu0S4TMqkxg6NN7Y1EFq715n/nThNKrvIS9wmRZjDt2XYqsHbuvhAFjshi0iKDQ813NewFITBH+Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.0 + '@jest/test-result': 27.2.2 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 - jest-runtime: 27.2.0 + jest-haste-map: 27.2.2 + jest-runtime: 27.2.2 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.2.0: - resolution: {integrity: sha512-Q8Q/8xXIZYllk1AF7Ou5sV3egOZsdY/Wlv09CSbcexBRcC1Qt6lVZ7jRFAZtbHsEEzvOCyFEC4PcrwKwyjXtCg==} + /@jest/transform/27.2.2: + resolution: {integrity: sha512-l4Z/7PpajrOjCiXLWLfMY7fgljY0H8EwW7qdzPXXuv2aQF8kY2+Uyj3O+9Popnaw1V7JCw32L8EeI/thqFDkPA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.15.5 @@ -2884,7 +2886,7 @@ packages: convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 + jest-haste-map: 27.2.2 jest-regex-util: 27.0.6 jest-util: 27.2.0 micromatch: 4.0.4 @@ -2902,7 +2904,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.9.2 + '@types/node': 15.14.9 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true @@ -2913,7 +2915,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -2976,7 +2978,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.17.3 + core-js-compat: 3.18.0 regenerator-runtime: 0.13.9 transitivePeerDependencies: - supports-color @@ -2993,7 +2995,7 @@ packages: chokidar: 3.5.2 consola: 2.15.3 fs-extra: 9.1.0 - glob: 7.1.7 + glob: 7.2.0 hash-sum: 2.0.0 ignore: 5.1.8 lodash: 4.17.21 @@ -3046,7 +3048,7 @@ packages: dependencies: chalk: 4.1.2 chokidar: 3.5.2 - glob: 7.1.7 + glob: 7.2.0 globby: 11.0.4 scule: 0.2.1 semver: 7.3.5 @@ -3123,13 +3125,13 @@ packages: dotenv: 10.0.0 globby: 11.0.4 hash-sum: 2.0.0 - jiti: 1.12.0 + jiti: 1.12.3 rc9: 1.2.0 scule: 0.2.1 std-env: 2.3.0 ufo: 0.7.9 unctx: 0.0.3 - untyped: 0.2.8 + untyped: 0.2.9 upath: 2.0.1 dev: true @@ -3150,7 +3152,7 @@ packages: dependencies: chalk: 4.1.2 consola: 2.15.3 - node-fetch: 2.6.2 + node-fetch: 2.6.5 dev: false /@nuxt/server/2.15.8: @@ -3191,15 +3193,15 @@ packages: git-url-parse: 11.6.0 inquirer: 7.3.3 is-docker: 2.2.1 - jiti: 1.12.0 - nanoid: 3.1.25 - node-fetch: 2.6.2 + jiti: 1.12.3 + nanoid: 3.1.28 + node-fetch: 2.6.5 parse-git-config: 3.0.0 rc9: 1.2.0 std-env: 2.3.0 dev: false - /@nuxt/types/2.15.8_sass@1.41.1: + /@nuxt/types/2.15.8_sass@1.42.1: resolution: {integrity: sha512-zBAG5Fy+SIaZIerOVF1vxy1zz16ZK07QSbsuQAjdtEFlvr+vKK+0AqCv8r8DBY5IVqdMIaw5FgNUz5py0xWdPg==} dependencies: '@types/autoprefixer': 9.7.2 @@ -3220,7 +3222,7 @@ packages: '@types/webpack-bundle-analyzer': 3.9.3 '@types/webpack-dev-middleware': 4.1.2 '@types/webpack-hot-middleware': 2.25.4 - sass-loader: 10.1.1_sass@1.41.1 + sass-loader: 10.1.1_sass@1.42.1 transitivePeerDependencies: - fibers - node-sass @@ -3233,7 +3235,7 @@ packages: peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: - '@nuxt/types': 2.15.8_sass@1.41.1 + '@nuxt/types': 2.15.8_sass@1.42.1 consola: 2.15.3 fork-ts-checker-webpack-plugin: 6.3.3 ts-loader: 8.3.0_typescript@4.2.4 @@ -3249,7 +3251,7 @@ packages: create-require: 1.1.1 fs-extra: 9.1.0 hash-sum: 2.0.0 - jiti: 1.12.0 + jiti: 1.12.3 lodash: 4.17.21 proper-lockfile: 4.1.2 semver: 7.3.5 @@ -3262,7 +3264,7 @@ packages: /@nuxt/vue-app/2.15.8: resolution: {integrity: sha512-FJf9FSMPsWT3BqkS37zEuPTxLKzSg2EIwp1sP8Eou25eE08qxRfe2PwTVA8HnXUPNdpz2uk/T9DlNw+JraiFRQ==} dependencies: - node-fetch: 2.6.2 + node-fetch: 2.6.5 ufo: 0.7.9 unfetch: 4.2.0 vue: 2.6.14 @@ -3299,14 +3301,14 @@ 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.30001258 + caniuse-lite: 1.0.30001260 consola: 2.15.3 css-loader: 4.3.0_webpack@4.46.0 cssnano: 4.1.11 eventsource-polyfill: 0.9.6 extract-css-chunks-webpack-plugin: 4.9.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 - glob: 7.1.7 + glob: 7.2.0 hard-source-webpack-plugin: 0.13.1_webpack@4.46.0 hash-sum: 2.0.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 @@ -3315,7 +3317,7 @@ packages: optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 pify: 5.0.0 pnp-webpack-plugin: 1.7.0_typescript@4.4.3 - postcss: 7.0.36 + postcss: 7.0.38 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 postcss-loader: 3.0.0 @@ -3366,22 +3368,22 @@ packages: lodash.template: 4.5.0 dev: true - /@nuxtjs/composition-api/0.29.0_nuxt@2.15.8: - resolution: {integrity: sha512-0EapKniUC6R+E4GBA1xD23jj/c+VL6rtGVyoQfMSE/TaGDDRjjn8wiMLIBbpzen0Y+TNvTcf3JFmSOPxogrSfQ==} + /@nuxtjs/composition-api/0.29.2_nuxt@2.15.8: + resolution: {integrity: sha512-Dk2rh2xdcqGPBwmFhNs74wuCs7GWutpDylVuV8cGj/4RpxlwhXQXv8P4iWOp85Y3HEdxDYaXsb+JtMyEnXqxnw==} engines: {node: ^12.20.0 || >=14.13.0} peerDependencies: '@nuxt/vue-app': ^2.15 nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.1.5 + '@vue/composition-api': 1.2.2 defu: 5.0.0 estree-walker: 2.0.2 fs-extra: 9.1.0 magic-string: 0.25.7 nuxt: 2.15.8_typescript@4.4.3 ufo: 0.7.9 - unplugin-vue2-script-setup: 0.5.8 + unplugin-vue2-script-setup: 0.6.4 upath: 2.0.1 transitivePeerDependencies: - rollup @@ -3402,16 +3404,16 @@ packages: peerDependencies: eslint: ^7.27.0 dependencies: - '@nuxtjs/eslint-config': 6.0.1_c59ad1753f394c982c539a8e2c3d4e25 - '@typescript-eslint/eslint-plugin': 4.31.1_e2d3c88d378335c4183365c112128ce9 - '@typescript-eslint/parser': 4.31.1_eslint@7.32.0+typescript@4.4.3 + '@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 eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@nuxtjs/eslint-config/6.0.1_c59ad1753f394c982c539a8e2c3d4e25: + /@nuxtjs/eslint-config/6.0.1_b6f5bcfc4b76ab93ae66fe8a264c7480: resolution: {integrity: sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ==} peerDependencies: eslint: ^7.27.0 @@ -3419,7 +3421,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_c59ad1753f394c982c539a8e2c3d4e25 + eslint-plugin-jest: 24.4.2_b6f5bcfc4b76ab93ae66fe8a264c7480 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 @@ -3477,7 +3479,7 @@ packages: klona: 2.0.4 lodash.merge: 4.6.2 ufo: 0.7.9 - vue-i18n: 8.25.1 + vue-i18n: 8.26.1 transitivePeerDependencies: - supports-color dev: false @@ -3636,7 +3638,7 @@ packages: clean-stack: 3.0.1 fs-extra: 8.1.0 indent-string: 4.0.0 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 wrap-ansi: 7.0.0 dev: false @@ -3679,8 +3681,8 @@ packages: chalk: 4.1.2 indent-string: 4.0.0 lodash.template: 4.5.0 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 widest-line: 3.1.0 wrap-ansi: 4.0.0 transitivePeerDependencies: @@ -3697,8 +3699,8 @@ packages: chalk: 4.1.2 indent-string: 4.0.0 lodash.template: 4.5.0 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 widest-line: 3.1.0 wrap-ansi: 4.0.0 transitivePeerDependencies: @@ -3859,27 +3861,27 @@ packages: '@sinonjs/commons': 1.8.3 dev: true - /@stylelint/postcss-css-in-js/0.37.2_2b33a41d320e3e2012e5b3b0fadc703b: + /@stylelint/postcss-css-in-js/0.37.2_01a46f28072a4e5e525c32ff0c2998f2: resolution: {integrity: sha512-nEhsFoJurt8oUmieT8qy4nk81WRHmJynmVwn/Vts08PL9fhgIsMhk1GId5yAN643OzqEEb5S/6At2TZW7pqPDA==} peerDependencies: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: '@babel/core': 7.15.5 - postcss: 7.0.36 - postcss-syntax: 0.36.2_postcss@7.0.36 + postcss: 7.0.38 + postcss-syntax: 0.36.2_postcss@7.0.38 transitivePeerDependencies: - supports-color dev: true - /@stylelint/postcss-markdown/0.36.2_2b33a41d320e3e2012e5b3b0fadc703b: + /@stylelint/postcss-markdown/0.36.2_01a46f28072a4e5e525c32ff0c2998f2: resolution: {integrity: sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==} peerDependencies: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: - postcss: 7.0.36 - postcss-syntax: 0.36.2_postcss@7.0.36 + postcss: 7.0.38 + postcss-syntax: 0.36.2_postcss@7.0.38 remark: 13.0.0 unist-util-find-all-after: 3.0.2 transitivePeerDependencies: @@ -3923,7 +3925,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/anymatch/3.0.0: @@ -3937,7 +3939,7 @@ packages: resolution: {integrity: sha512-QX7U7YW3zX3ex6MECtWO9folTGsXeP4b8bSjTq3I1ODM+H+sFHwGKuof+T+qBcDClGlCGtDb3SVfiTVfmcxw4g==} dependencies: '@types/browserslist': 4.15.0 - postcss: 7.0.36 + postcss: 7.0.38 dev: true /@types/babel__core/7.1.14: @@ -3983,7 +3985,7 @@ packages: resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/body-parser/1.19.1: @@ -3996,7 +3998,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.0 + browserslist: 4.17.1 dev: true /@types/cacheable-request/6.0.2: @@ -4004,7 +4006,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 16.9.2 + '@types/node': 16.10.1 '@types/responselike': 1.0.0 dev: true @@ -4015,8 +4017,8 @@ packages: source-map: 0.6.1 dev: true - /@types/codemirror/5.60.2: - resolution: {integrity: sha512-tk8YxckrdU49GaJYRKxdzzzXrTlyT2nQGnobb8rAk34jt+kYXOxPKGqNgr7SJpl5r6YGaRD4CDfqiL+6A+/z7w==} + /@types/codemirror/5.60.3: + resolution: {integrity: sha512-dVX8Vsio70u4la9LGi1jjmaqtcdMMZUYalO5QY5EWy4XKrNjewNm9cy2K5XvP+puzLzum417gmJ9w7F6bVR1XA==} dependencies: '@types/tern': 0.23.4 dev: true @@ -4039,7 +4041,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/content-disposition/0.5.4: @@ -4056,7 +4058,7 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.13 '@types/keygrip': 1.0.2 - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/cors/2.8.10: @@ -4089,7 +4091,7 @@ packages: /@types/express-serve-static-core/4.17.24: resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -4110,13 +4112,13 @@ packages: /@types/fs-capacitor/2.0.0: resolution: {integrity: sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: true /@types/html-minifier-terser/5.1.2: @@ -4146,7 +4148,7 @@ packages: /@types/http-proxy/1.17.7: resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/istanbul-lib-coverage/2.0.3: @@ -4172,11 +4174,11 @@ packages: pretty-format: 26.6.2 dev: true - /@types/jest/27.0.1: - resolution: {integrity: sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==} + /@types/jest/27.0.2: + resolution: {integrity: sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==} dependencies: - jest-diff: 27.2.0 - pretty-format: 27.2.0 + jest-diff: 27.2.2 + pretty-format: 27.2.2 dev: true /@types/json-schema/7.0.9: @@ -4193,7 +4195,7 @@ packages: /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: true /@types/koa-compose/3.2.5: @@ -4212,15 +4214,15 @@ packages: '@types/http-errors': 1.8.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/less/3.0.2: resolution: {integrity: sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==} dev: true - /@types/lodash/4.14.173: - resolution: {integrity: sha512-vv0CAYoaEjCw/mLy96GBTnRoZrSxkGE0BKzKimdR8P3OzrNYNvBgtW7p055A+E8C31vXNUhWKoFCbhq7gbyhFg==} + /@types/lodash/4.14.174: + resolution: {integrity: sha512-KMBLT6+g9qrGXpDt7ohjWPUD34WA/jasrtjTEHStF0NPdEwJ1N9SZ+4GaMVDeuk/y0+X5j9xFm6mNiXS7UoaLQ==} dev: true /@types/long/4.0.1: @@ -4247,7 +4249,7 @@ packages: /@types/node-fetch/2.5.12: resolution: {integrity: sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 form-data: 3.0.1 dev: false @@ -4264,16 +4266,16 @@ packages: /@types/node/12.20.12: resolution: {integrity: sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg==} - /@types/node/12.20.25: - resolution: {integrity: sha512-hcTWqk7DR/HrN9Xe7AlJwuCaL13Vcd9/g/T54YrJz4Q3ESM5mr33YCzW2bOfzSIc3aZMeGBvbLGvgN6mIJ0I5Q==} + /@types/node/12.20.27: + resolution: {integrity: sha512-qZdePUDSLAZRXXV234bLBEUM0nAQjoxbcSwp1rqSMUe1rZ47mwU6OjciR/JvF1Oo8mc0ys6GE0ks0HGgqAZoGg==} dev: false /@types/node/15.14.9: resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} dev: true - /@types/node/16.9.2: - resolution: {integrity: sha512-ZHty/hKoOLZvSz6BtP1g7tc7nUeJhoCf3flLjh8ZEv1vFKBWHXcnMbJMyN/pftSljNyy0kNW/UqI3DccnBnZ8w==} + /@types/node/16.10.1: + resolution: {integrity: sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4288,8 +4290,8 @@ packages: /@types/parse-json/4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} - /@types/prettier/2.3.2: - resolution: {integrity: sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==} + /@types/prettier/2.4.0: + resolution: {integrity: sha512-WHRsy5nMpjXfU9B0LqOqPT06EI2+8Xv5NERy0pLxJLbU98q7uhcGogQzfX+rXpU7S5mgHsLxHrLCufZcV/P8TQ==} dev: true /@types/pug/2.0.4: @@ -4312,7 +4314,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: true /@types/sass-loader/8.0.1: @@ -4332,7 +4334,7 @@ packages: /@types/sax/1.2.3: resolution: {integrity: sha512-+QSw6Tqvs/KQpZX8DvIl3hZSjNFLW/OqE5nlyHXtTwODaJvioN2rOWpBNEWZp2HZUFhOh+VohmJku/WxEXU2XA==} dependencies: - '@types/node': 12.20.25 + '@types/node': 12.20.27 dev: false /@types/serve-static/1.13.9: @@ -4366,7 +4368,7 @@ packages: resolution: {integrity: sha512-5Yt1LQenR7uk+efCydQmN7ubOtO2qJ8Z9K/qqnlW87X1zkIQ8RkMCZbaOgZj/aBrR/h5Q738mJU6CYhXOj9sEg==} dependencies: globby: 11.0.4 - postcss: 7.0.36 + postcss: 7.0.38 dev: true /@types/tapable/1.0.8: @@ -4388,7 +4390,7 @@ packages: /@types/testing-library__jest-dom/5.14.1: resolution: {integrity: sha512-Gk9vaXfbzc5zCXI9eYE9BI5BNHEp4D3FWjgqBE/ePGYElLAP+KvxBcsdkwfIVvezs605oiyd/VrpiHe3Oeg+Aw==} dependencies: - '@types/jest': 27.0.1 + '@types/jest': 27.0.2 dev: true /@types/throttle-debounce/2.1.0: @@ -4445,7 +4447,7 @@ packages: /@types/webpack/4.41.31: resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -4456,13 +4458,13 @@ packages: /@types/websocket/1.0.2: resolution: {integrity: sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: false /@types/yargs-parser/20.2.1: @@ -4485,8 +4487,8 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/4.31.1_e2d3c88d378335c4183365c112128ce9: - resolution: {integrity: sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==} + /@typescript-eslint/eslint-plugin/4.31.2_3815fab247b4312be6d1f55eb1f81298: + resolution: {integrity: sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -4496,9 +4498,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.31.1_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/parser': 4.31.1_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/scope-manager': 4.31.1 + '@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 debug: 4.3.2 eslint: 7.32.0 functional-red-black-tree: 1.0.1 @@ -4510,16 +4512,16 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.31.1_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==} + /@typescript-eslint/experimental-utils/4.31.2_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.31.1 - '@typescript-eslint/types': 4.31.1 - '@typescript-eslint/typescript-estree': 4.31.1_typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.31.2 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.3 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4528,8 +4530,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.31.1_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==} + /@typescript-eslint/parser/4.31.2_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -4538,9 +4540,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.31.1 - '@typescript-eslint/types': 4.31.1 - '@typescript-eslint/typescript-estree': 4.31.1_typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.31.2 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/typescript-estree': 4.31.2_typescript@4.4.3 debug: 4.3.2 eslint: 7.32.0 typescript: 4.4.3 @@ -4548,21 +4550,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/4.31.1: - resolution: {integrity: sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==} + /@typescript-eslint/scope-manager/4.31.2: + resolution: {integrity: sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.31.1 - '@typescript-eslint/visitor-keys': 4.31.1 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/visitor-keys': 4.31.2 dev: true - /@typescript-eslint/types/4.31.1: - resolution: {integrity: sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==} + /@typescript-eslint/types/4.31.2: + resolution: {integrity: sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.31.1_typescript@4.4.3: - resolution: {integrity: sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==} + /@typescript-eslint/typescript-estree/4.31.2_typescript@4.4.3: + resolution: {integrity: sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -4570,8 +4572,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.31.1 - '@typescript-eslint/visitor-keys': 4.31.1 + '@typescript-eslint/types': 4.31.2 + '@typescript-eslint/visitor-keys': 4.31.2 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.1 @@ -4582,11 +4584,11 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.31.1: - resolution: {integrity: sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==} + /@typescript-eslint/visitor-keys/4.31.2: + resolution: {integrity: sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.31.1 + '@typescript-eslint/types': 4.31.2 eslint-visitor-keys: 2.1.0 dev: true @@ -4685,12 +4687,11 @@ packages: camelcase: 5.3.1 dev: false - /@vue/compiler-core/3.2.12: - resolution: {integrity: sha512-IGJ0JmrAaAl5KBBegPAKkoXvsfDFgN/h7K1t/+0MxqpZF1fTDVUOp3tG7q9gWa7fwzGEaIsPhjtT5C3qztdLKg==} + /@vue/compiler-core/3.2.19: + resolution: {integrity: sha512-8dOPX0YOtaXol0Zf2cfLQ4NU/yHYl2H7DCKsLEZ7gdvPK6ZSEwGLJ7IdghhY2YEshEpC5RB9QKdC5I07z8Dtjg==} dependencies: '@babel/parser': 7.15.7 - '@babel/types': 7.15.6 - '@vue/shared': 3.2.12 + '@vue/shared': 3.2.19 estree-walker: 2.0.2 source-map: 0.6.1 @@ -4701,7 +4702,7 @@ packages: hash-sum: 1.0.2 lru-cache: 4.1.5 merge-source-map: 1.1.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 6.0.6 source-map: 0.6.1 vue-template-es2015-compiler: 1.9.1 @@ -4709,46 +4710,46 @@ packages: prettier: 1.19.1 dev: false - /@vue/composition-api/1.1.5: - resolution: {integrity: sha512-OBi35vuM2ZJHENCbYshvikSHZ2qoIl63TBUpszZkmdlmgWLi7yi0tKmesXfP2TsSuNVaKqvxNhHQ9BsEh5IwAg==} + /@vue/composition-api/1.2.2: + resolution: {integrity: sha512-hnnock2l8Uawuzm/Nq8LqaztuOO70rpyX3Gz/Kpl/JtNalsG/EuuHuRQAWPiT3Is8NCB/8V5hiH7fmCmAc0+pQ==} peerDependencies: vue: '>= 2.5 < 3' dependencies: tslib: 2.3.1 dev: false - /@vue/reactivity/3.2.12: - resolution: {integrity: sha512-Lr5CTQjFm5mT/6DGnVNhptmba/Qg1DbD6eNWWmiHLMlpPt4q2ww9A2orEjVw0qNcdTJ04JLPEVAz5jhTZTCfIg==} + /@vue/reactivity/3.2.19: + resolution: {integrity: sha512-FtachoYs2SnyrWup5UikP54xDX6ZJ1s5VgHcJp4rkGoutU3Ry61jhs+nCX7J64zjX992Mh9gGUC0LqTs8q9vCA==} dependencies: - '@vue/shared': 3.2.12 + '@vue/shared': 3.2.19 dev: true - /@vue/ref-transform/3.2.12: - resolution: {integrity: sha512-lS7TDda61iSf3ljokXVfN0VbOsQdmpST6MZLjxzBydFCECCJaEAr6o+K8VZ7NhUCSrl+gKXHpdXxmcvwdk66aQ==} + /@vue/ref-transform/3.2.19: + resolution: {integrity: sha512-03wwUnoIAeKti5IGGx6Vk/HEBJ+zUcm5wrUM3+PQsGf7IYnXTbeIfHHpx4HeSeWhnLAjqZjADQwW8uA4rBmVbg==} dependencies: '@babel/parser': 7.15.7 - '@vue/compiler-core': 3.2.12 - '@vue/shared': 3.2.12 + '@vue/compiler-core': 3.2.19 + '@vue/shared': 3.2.19 estree-walker: 2.0.2 magic-string: 0.25.7 - /@vue/runtime-core/3.2.12: - resolution: {integrity: sha512-LO+ztgcmsomavYUaSq7BTteh8pmnUmvUnXUFVYdlcg3VCdYRS0ImlclpYsNHqjAk2gU+H09dr2PP0kL961xUfQ==} + /@vue/runtime-core/3.2.19: + resolution: {integrity: sha512-qArZSWKxWsgKfxk9BelZ32nY0MZ31CAW2kUUyVJyxh4cTfHaXGbjiQB5JgsvKc49ROMNffv9t3/qjasQqAH+RQ==} dependencies: - '@vue/reactivity': 3.2.12 - '@vue/shared': 3.2.12 + '@vue/reactivity': 3.2.19 + '@vue/shared': 3.2.19 dev: true - /@vue/runtime-dom/3.2.12: - resolution: {integrity: sha512-+NSDqivgihvoPYbKFDmzFu1tW7SOzwc7r0b7T8vsJtooVPGxwtfAFZ6wyLtteOXXrCpyTR3kpyTCIp31uY7aJg==} + /@vue/runtime-dom/3.2.19: + resolution: {integrity: sha512-hIRboxXwafeHhbZEkZYNV0MiJXPNf4fP0X6hM2TJb0vssz8BKhD9cF92BkRgZztTQevecbhk0gu4uAPJ3dxL9A==} dependencies: - '@vue/runtime-core': 3.2.12 - '@vue/shared': 3.2.12 + '@vue/runtime-core': 3.2.19 + '@vue/shared': 3.2.19 csstype: 2.6.18 dev: true - /@vue/shared/3.2.12: - resolution: {integrity: sha512-5CkaifUCJwcTuru7FDwKFacPJuEoGUTw0LKSa5bw40B23s0TS+MGlYR1285nbV/ju3QUGlA6d6PD+GJkWy7uFg==} + /@vue/shared/3.2.19: + resolution: {integrity: sha512-Knqhx7WieLdVgwCAZgTVrDCXZ50uItuecLh9JdLC8O+a5ayaSyIQYveUK3hCRNC7ws5zalHmZwfdLMGaS8r4Ew==} /@vue/test-utils/1.2.2: resolution: {integrity: sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==} @@ -4892,7 +4893,7 @@ packages: resolution: {integrity: sha512-wjvZH1m8Rb60zCxYQDiZmgpSsljirqBNWsKo5G7JbkHGuEgCQdC+27jtPWQoMyBJY2w76Ofa7+7jvMqgoAS+ag==} dependencies: debug: 4.3.2 - jiti: 1.12.0 + jiti: 1.12.3 tsup: 4.14.0_typescript@4.4.3 windicss: 3.1.7 transitivePeerDependencies: @@ -4920,7 +4921,7 @@ packages: /@wry/context/0.4.4: resolution: {integrity: sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 tslib: 1.14.1 dev: false @@ -5036,7 +5037,6 @@ packages: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} hasBin: true - dev: true /acorn/8.5.0: resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==} @@ -5189,7 +5189,7 @@ packages: normalize-path: 3.0.0 picomatch: 2.3.0 - /apollo-cache-control/0.14.0_graphql@15.5.3: + /apollo-cache-control/0.14.0_graphql@15.6.0: resolution: {integrity: sha512-qN4BCq90egQrgNnTRMUHikLZZAprf3gbm8rC5Vwmc6ZdLolQ7bFsa769Hqi6Tq/lS31KLsXBLTOsRbfPHph12w==} engines: {node: '>=6.0'} deprecated: The functionality provided by the `apollo-cache-control` package is built in to `apollo-server-core` starting with Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#cachecontrol for details. @@ -5197,43 +5197,43 @@ packages: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: apollo-server-env: 3.1.0 - apollo-server-plugin-base: 0.13.0_graphql@15.5.3 - graphql: 15.5.3 + apollo-server-plugin-base: 0.13.0_graphql@15.6.0 + graphql: 15.6.0 dev: false - /apollo-cache-inmemory/1.6.6_graphql@15.5.3: + /apollo-cache-inmemory/1.6.6_graphql@15.6.0: resolution: {integrity: sha512-L8pToTW/+Xru2FFAhkZ1OA9q4V4nuvfoPecBM34DecAugUZEBhI2Hmpgnzq2hTKZ60LAMrlqiASm0aqAY6F8/A==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-cache: 1.3.5_graphql@15.5.3 - apollo-utilities: 1.3.4_graphql@15.5.3 - graphql: 15.5.3 + apollo-cache: 1.3.5_graphql@15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.0 + graphql: 15.6.0 optimism: 0.10.3 ts-invariant: 0.4.4 tslib: 1.14.1 dev: false - /apollo-cache/1.3.5_graphql@15.5.3: + /apollo-cache/1.3.5_graphql@15.6.0: resolution: {integrity: sha512-1XoDy8kJnyWY/i/+gLTEbYLnoiVtS8y7ikBr/IfmML4Qb+CM7dEEbIUOjnY716WqmZ/UpXIxTfJsY7rMcqiCXA==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-utilities: 1.3.4_graphql@15.5.3 - graphql: 15.5.3 + apollo-utilities: 1.3.4_graphql@15.6.0 + graphql: 15.6.0 tslib: 1.14.1 dev: false - /apollo-client/2.6.10_graphql@15.5.3: + /apollo-client/2.6.10_graphql@15.6.0: resolution: {integrity: sha512-jiPlMTN6/5CjZpJOkGeUV0mb4zxx33uXWdj/xQCfAMkuNAC3HN7CvYDyMHHEzmcQ5GV12LszWoQ/VlxET24CtA==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: '@types/zen-observable': 0.8.3 - apollo-cache: 1.3.5_graphql@15.5.3 - apollo-link: 1.2.14_graphql@15.5.3 - apollo-utilities: 1.3.4_graphql@15.5.3 - graphql: 15.5.3 + apollo-cache: 1.3.5_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.0 + graphql: 15.6.0 symbol-observable: 1.2.0 ts-invariant: 0.4.4 tslib: 1.14.1 @@ -5321,19 +5321,19 @@ packages: engines: {node: '>=8'} dependencies: '@types/node-fetch': 2.5.12 - core-js: 3.17.3 - node-fetch: 2.6.2 + core-js: 3.18.0 + node-fetch: 2.6.5 sha.js: 2.4.11 dev: false - /apollo-graphql/0.9.3_graphql@15.5.3: + /apollo-graphql/0.9.3_graphql@15.6.0: resolution: {integrity: sha512-rcAl2E841Iko4kSzj4Pt3PRBitmyq1MvoEmpl04TQSpGnoVgl1E/ZXuLBYxMTSnEAm7umn2IsoY+c6Ll9U/10A==} engines: {node: '>=6'} peerDependencies: graphql: ^14.2.1 || ^15.0.0 dependencies: - core-js-pure: 3.17.3 - graphql: 15.5.3 + core-js-pure: 3.18.0 + graphql: 15.6.0 lodash.sortby: 4.7.0 sha.js: 2.4.11 dev: false @@ -5342,25 +5342,25 @@ packages: resolution: {integrity: sha512-WQtJxQcHcTTHB3ckA56vyN3W2Lb+ha3YWsojwyirBWHvT0mLoZeblEISv2y5iADgRE9kR80CXs/WV82VaKbxPQ==} engines: {node: '>=8', npm: '>=6'} dependencies: - '@apollo/federation': 0.27.0_graphql@15.5.3 + '@apollo/federation': 0.27.0_graphql@15.6.0 '@apollographql/apollo-tools': 0.5.1 - '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.5.3 + '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.6.0 '@endemolshinegroup/cosmiconfig-typescript-loader': 1.0.2_4f9b016a9697d58bd127ac5ffca32a8d apollo-datasource: 0.9.0 apollo-env: 0.10.0 - apollo-graphql: 0.9.3_graphql@15.5.3 - apollo-link: 1.2.14_graphql@15.5.3 - apollo-link-context: 1.0.20_graphql@15.5.3 - apollo-link-error: 1.1.13_graphql@15.5.3 - apollo-link-http: 1.5.17_graphql@15.5.3 - apollo-server-errors: 2.5.0_graphql@15.5.3 + apollo-graphql: 0.9.3_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-link-context: 1.0.20_graphql@15.6.0 + apollo-link-error: 1.1.13_graphql@15.6.0 + 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.17.3 + core-js: 3.18.0 cosmiconfig: 5.2.1 dotenv: 8.6.0 glob: 7.1.7 - graphql: 15.5.3 - graphql-tag: 2.12.5_graphql@15.5.3 + graphql: 15.6.0 + graphql-tag: 2.12.5_graphql@15.6.0 lodash.debounce: 4.0.8 lodash.merge: 4.6.2 minimatch: 3.0.4 @@ -5371,88 +5371,88 @@ packages: - typescript dev: false - /apollo-link-context/1.0.20_graphql@15.5.3: + /apollo-link-context/1.0.20_graphql@15.6.0: resolution: {integrity: sha512-MLLPYvhzNb8AglNsk2NcL9AvhO/Vc9hn2ZZuegbhRHGet3oGr0YH9s30NS9+ieoM0sGT11p7oZ6oAILM/kiRBA==} dependencies: - apollo-link: 1.2.14_graphql@15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 tslib: 1.14.1 transitivePeerDependencies: - graphql dev: false - /apollo-link-error/1.1.13_graphql@15.5.3: + /apollo-link-error/1.1.13_graphql@15.6.0: resolution: {integrity: sha512-jAZOOahJU6bwSqb2ZyskEK1XdgUY9nkmeclCrW7Gddh1uasHVqmoYc4CKdb0/H0Y1J9lvaXKle2Wsw/Zx1AyUg==} dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - apollo-link-http-common: 0.2.16_graphql@15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-link-http-common: 0.2.16_graphql@15.6.0 tslib: 1.14.1 transitivePeerDependencies: - graphql dev: false - /apollo-link-http-common/0.2.16_graphql@15.5.3: + /apollo-link-http-common/0.2.16_graphql@15.6.0: resolution: {integrity: sha512-2tIhOIrnaF4UbQHf7kjeQA/EmSorB7+HyJIIrUjJOKBgnXwuexi8aMecRlqTIDWcyVXCeqLhUnztMa6bOH/jTg==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - graphql: 15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + graphql: 15.6.0 ts-invariant: 0.4.4 tslib: 1.14.1 dev: false - /apollo-link-http/1.5.17_graphql@15.5.3: + /apollo-link-http/1.5.17_graphql@15.6.0: resolution: {integrity: sha512-uWcqAotbwDEU/9+Dm9e1/clO7hTB2kQ/94JYcGouBVLjoKmTeJTUPQKcJGpPwUjZcSqgYicbFqQSoJIW0yrFvg==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - apollo-link-http-common: 0.2.16_graphql@15.5.3 - graphql: 15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-link-http-common: 0.2.16_graphql@15.6.0 + graphql: 15.6.0 tslib: 1.14.1 dev: false - /apollo-link-persisted-queries/0.2.2_graphql@15.5.3: + /apollo-link-persisted-queries/0.2.2_graphql@15.6.0: resolution: {integrity: sha512-YL7XBu/5QsSbbYaWUXgm87T2Hn/2AQZk5Wr8CLXGDr3Wl3E/TRhBhKgQQTly9xhaTi7jgBO+AeIyTH5wCBHA9w==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - graphql: 15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + graphql: 15.6.0 hash.js: 1.1.7 dev: false - /apollo-link-state/0.4.2_5f466e6590123656a00b5daa90947cc8: + /apollo-link-state/0.4.2_676aad6243157f125b56a746bc8f3122: resolution: {integrity: sha512-xMPcAfuiPVYXaLwC6oJFIZrKgV3GmdO31Ag2eufRoXpvT0AfJZjdaPB4450Nu9TslHRePN9A3quxNueILlQxlw==} peerDependencies: apollo-link: ^1.0.0 dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - apollo-utilities: 1.3.4_graphql@15.5.3 - graphql-anywhere: 4.2.7_graphql@15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.0 + graphql-anywhere: 4.2.7_graphql@15.6.0 transitivePeerDependencies: - graphql dev: false - /apollo-link-ws/1.0.20_a527cab2bdb210e0448b693392a77927: + /apollo-link-ws/1.0.20_fbc2669a39cce3d0d7a36ba453108f25: resolution: {integrity: sha512-mjSFPlQxmoLArpHBeUb2Xj+2HDYeTaJqFGOqQ+I8NVJxgL9lJe84PDWcPah/yMLv3rB7QgBDSuZ0xoRFBPlySw==} peerDependencies: subscriptions-transport-ws: ^0.9.0 dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 tslib: 1.14.1 transitivePeerDependencies: - graphql dev: false - /apollo-link/1.2.14_graphql@15.5.3: + /apollo-link/1.2.14_graphql@15.6.0: resolution: {integrity: sha512-p67CMEFP7kOG1JZ0ZkYZwRDa369w5PIjtMjvrQd/HnIV8FRsHRqLqK+oAZQnFa1DDdZtOtHTi+aMIW6EatC2jg==} peerDependencies: graphql: ^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-utilities: 1.3.4_graphql@15.5.3 - graphql: 15.5.3 + apollo-utilities: 1.3.4_graphql@15.6.0 + graphql: 15.6.0 ts-invariant: 0.4.4 tslib: 1.14.1 zen-observable-ts: 0.8.21 @@ -5471,7 +5471,7 @@ packages: lru-cache: 6.0.0 dev: false - /apollo-server-core/2.25.2_graphql@15.5.3: + /apollo-server-core/2.25.2_graphql@15.6.0: resolution: {integrity: sha512-lrohEjde2TmmDTO7FlOs8x5QQbAS0Sd3/t0TaK2TWaodfzi92QAvIsq321Mol6p6oEqmjm8POIDHW1EuJd7XMA==} engines: {node: '>=6'} peerDependencies: @@ -5479,29 +5479,29 @@ packages: dependencies: '@apollographql/apollo-tools': 0.5.1 '@apollographql/graphql-playground-html': 1.6.27 - '@apollographql/graphql-upload-8-fork': 8.1.3_graphql@15.5.3 + '@apollographql/graphql-upload-8-fork': 8.1.3_graphql@15.6.0 '@josephg/resolvable': 1.0.1 '@types/ws': 7.4.7 - apollo-cache-control: 0.14.0_graphql@15.5.3 + apollo-cache-control: 0.14.0_graphql@15.6.0 apollo-datasource: 0.9.0 - apollo-graphql: 0.9.3_graphql@15.5.3 + apollo-graphql: 0.9.3_graphql@15.6.0 apollo-reporting-protobuf: 0.8.0 apollo-server-caching: 0.7.0 apollo-server-env: 3.1.0 - apollo-server-errors: 2.5.0_graphql@15.5.3 - apollo-server-plugin-base: 0.13.0_graphql@15.5.3 - apollo-server-types: 0.9.0_graphql@15.5.3 - apollo-tracing: 0.15.0_graphql@15.5.3 + apollo-server-errors: 2.5.0_graphql@15.6.0 + apollo-server-plugin-base: 0.13.0_graphql@15.6.0 + apollo-server-types: 0.9.0_graphql@15.6.0 + apollo-tracing: 0.15.0_graphql@15.6.0 async-retry: 1.3.3 fast-json-stable-stringify: 2.1.0 - graphql: 15.5.3 - graphql-extensions: 0.15.0_graphql@15.5.3 - graphql-tag: 2.12.5_graphql@15.5.3 - graphql-tools: 4.0.8_graphql@15.5.3 + graphql: 15.6.0 + graphql-extensions: 0.15.0_graphql@15.6.0 + graphql-tag: 2.12.5_graphql@15.6.0 + graphql-tools: 4.0.8_graphql@15.6.0 loglevel: 1.7.1 lru-cache: 6.0.0 sha.js: 2.4.11 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 uuid: 8.3.2 transitivePeerDependencies: - bufferutil @@ -5512,20 +5512,20 @@ packages: resolution: {integrity: sha512-iGdZgEOAuVop3vb0F2J3+kaBVi4caMoxefHosxmgzAbbSpvWehB8Y1QiSyyMeouYC38XNVk5wnZl+jdGSsWsIQ==} engines: {node: '>=6'} dependencies: - node-fetch: 2.6.2 + node-fetch: 2.6.5 util.promisify: 1.1.1 dev: false - /apollo-server-errors/2.5.0_graphql@15.5.3: + /apollo-server-errors/2.5.0_graphql@15.6.0: resolution: {integrity: sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==} engines: {node: '>=6'} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 dev: false - /apollo-server-express/2.25.2_graphql@15.5.3: + /apollo-server-express/2.25.2_graphql@15.6.0: resolution: {integrity: sha512-A2gF2e85vvDugPlajbhr0A14cDFDIGX0mteNOJ8P3Z3cIM0D4hwrWxJidI+SzobefDIyIHu1dynFedJVhV0euQ==} engines: {node: '>=6'} peerDependencies: @@ -5538,33 +5538,33 @@ packages: '@types/express': 4.17.13 '@types/express-serve-static-core': 4.17.24 accepts: 1.3.7 - apollo-server-core: 2.25.2_graphql@15.5.3 - apollo-server-types: 0.9.0_graphql@15.5.3 + apollo-server-core: 2.25.2_graphql@15.6.0 + apollo-server-types: 0.9.0_graphql@15.6.0 body-parser: 1.19.0 cors: 2.8.5 express: 4.17.1 - graphql: 15.5.3 - graphql-subscriptions: 1.2.1_graphql@15.5.3 - graphql-tools: 4.0.8_graphql@15.5.3 + graphql: 15.6.0 + graphql-subscriptions: 1.2.1_graphql@15.6.0 + graphql-tools: 4.0.8_graphql@15.6.0 parseurl: 1.3.3 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 type-is: 1.6.18 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /apollo-server-plugin-base/0.13.0_graphql@15.5.3: + /apollo-server-plugin-base/0.13.0_graphql@15.6.0: resolution: {integrity: sha512-L3TMmq2YE6BU6I4Tmgygmd0W55L+6XfD9137k+cWEBFu50vRY4Re+d+fL5WuPkk5xSPKd/PIaqzidu5V/zz8Kg==} engines: {node: '>=6'} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-server-types: 0.9.0_graphql@15.5.3 - graphql: 15.5.3 + apollo-server-types: 0.9.0_graphql@15.6.0 + graphql: 15.6.0 dev: false - /apollo-server-types/0.9.0_graphql@15.5.3: + /apollo-server-types/0.9.0_graphql@15.6.0: resolution: {integrity: sha512-qk9tg4Imwpk732JJHBkhW0jzfG0nFsLqK2DY6UhvJf7jLnRePYsPxWfPiNkxni27pLE2tiNlCwoDFSeWqpZyBg==} engines: {node: '>=6'} peerDependencies: @@ -5573,10 +5573,10 @@ packages: apollo-reporting-protobuf: 0.8.0 apollo-server-caching: 0.7.0 apollo-server-env: 3.1.0 - graphql: 15.5.3 + graphql: 15.6.0 dev: false - /apollo-tracing/0.15.0_graphql@15.5.3: + /apollo-tracing/0.15.0_graphql@15.6.0: resolution: {integrity: sha512-UP0fztFvaZPHDhIB/J+qGuy6hWO4If069MGC98qVs0I8FICIGu4/8ykpX3X3K6RtaQ56EDAWKykCxFv4ScxMeA==} engines: {node: '>=4.0'} deprecated: The `apollo-tracing` package is no longer part of Apollo Server 3. See https://www.apollographql.com/docs/apollo-server/migration/#tracing for details @@ -5584,46 +5584,46 @@ packages: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: apollo-server-env: 3.1.0 - apollo-server-plugin-base: 0.13.0_graphql@15.5.3 - graphql: 15.5.3 + apollo-server-plugin-base: 0.13.0_graphql@15.6.0 + graphql: 15.6.0 dev: false - /apollo-upload-client/13.0.0_graphql@15.5.3: + /apollo-upload-client/13.0.0_graphql@15.6.0: resolution: {integrity: sha512-lJ9/bk1BH1lD15WhWRha2J3+LrXrPIX5LP5EwiOUHv8PCORp4EUrcujrA3rI5hZeZygrTX8bshcuMdpqpSrvtA==} engines: {node: '>=10'} dependencies: '@babel/runtime': 7.15.4 - apollo-link: 1.2.14_graphql@15.5.3 - apollo-link-http-common: 0.2.16_graphql@15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-link-http-common: 0.2.16_graphql@15.6.0 extract-files: 8.1.0 transitivePeerDependencies: - graphql dev: false - /apollo-upload-client/14.1.2_a527cab2bdb210e0448b693392a77927: + /apollo-upload-client/14.1.2_fbc2669a39cce3d0d7a36ba453108f25: resolution: {integrity: sha512-ozaW+4tnVz1rpfwiQwG3RCdCcZ93RV/37ZQbRnObcQ9mjb+zur58sGDPVg9Ef3fiujLmiE/Fe9kdgvIMA3VOjA==} engines: {node: ^10.17.0 || ^12.0.0 || >= 13.7.0} peerDependencies: graphql: 14 - 15 subscriptions-transport-ws: ^0.9.0 dependencies: - '@apollo/client': 3.4.12_a527cab2bdb210e0448b693392a77927 + '@apollo/client': 3.4.13_fbc2669a39cce3d0d7a36ba453108f25 '@babel/runtime': 7.15.4 extract-files: 9.0.0 - graphql: 15.5.3 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + graphql: 15.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 transitivePeerDependencies: - react dev: false - /apollo-utilities/1.3.4_graphql@15.5.3: + /apollo-utilities/1.3.4_graphql@15.6.0: resolution: {integrity: sha512-pk2hiWrCXMAy2fRPwEyhvka+mqwzeP60Jr1tRYi5xru+3ko94HI9o6lK0CT33/w4RDlxWchmdhDCrvdr+pHCig==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: '@wry/equality': 0.1.11 fast-json-stable-stringify: 2.1.0 - graphql: 15.5.3 + graphql: 15.6.0 ts-invariant: 0.4.4 tslib: 1.14.1 dev: false @@ -5648,7 +5648,7 @@ packages: apollo-codegen-swift: 0.40.4_typescript@4.4.3 apollo-codegen-typescript: 0.40.4_typescript@4.4.3 apollo-env: 0.10.0 - apollo-graphql: 0.9.3_graphql@15.5.3 + apollo-graphql: 0.9.3_graphql@15.6.0 apollo-language-server: 1.26.4_typescript@4.4.3 chalk: 2.4.2 cli-ux: 5.6.3 @@ -5659,8 +5659,8 @@ packages: git-url-parse: 11.5.0 glob: 7.1.7 global-agent: 2.2.0 - graphql: 15.5.3 - graphql-tag: 2.12.4_graphql@15.5.3 + graphql: 15.6.0 + graphql-tag: 2.12.4_graphql@15.6.0 listr: 0.14.3 lodash.identity: 3.0.0 lodash.pickby: 4.6.0 @@ -5778,7 +5778,6 @@ packages: /assert-never/1.2.1: resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} - dev: true optional: true /assert/1.5.0: @@ -5832,16 +5831,16 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - /autoprefixer/9.8.6: - resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==} + /autoprefixer/9.8.7: + resolution: {integrity: sha512-7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ==} hasBin: true dependencies: - browserslist: 4.17.0 - caniuse-lite: 1.0.30001258 - colorette: 1.4.0 + browserslist: 4.17.1 + caniuse-lite: 1.0.30001260 + nanocolors: 0.2.9 normalize-range: 0.1.2 num2fraction: 1.2.2 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 4.1.0 /await-to-js/2.1.1: @@ -5879,14 +5878,14 @@ packages: '@babel/core': 7.15.5 dev: true - /babel-jest/27.2.0_@babel+core@7.15.5: - resolution: {integrity: sha512-bS2p+KGGVVmWXBa8+i6SO/xzpiz2Q/2LnqLbQknPKefWXVZ67YIjA4iXup/jMOEZplga9PpWn+wrdb3UdDwRaA==} + /babel-jest/27.2.2_@babel+core@7.15.5: + resolution: {integrity: sha512-XNFNNfGKnZXzhej7TleVP4s9ktH5JjRW8Rmcbb223JJwKB/gmTyeWN0JfiPtSgnjIjDXtKNoixiy0QUHtv3vFA==} 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.0 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.0.0 @@ -5959,14 +5958,14 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.2.4_@babel+core@7.15.5: - resolution: {integrity: sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==} + /babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.5: + resolution: {integrity: sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.15.5 '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 - core-js-compat: 3.17.3 + core-js-compat: 3.18.0 transitivePeerDependencies: - supports-color @@ -6113,7 +6112,6 @@ packages: engines: {node: '>= 10.0.0'} dependencies: '@babel/types': 7.15.6 - dev: true optional: true /babylon/6.18.0: @@ -6209,20 +6207,6 @@ packages: resolution: {integrity: sha512-3hx0kwU3uzG6ReQ3pnaFQPSktpBw6RHN3/ivDKEuU8g1XSfafowyvDnadjv1xp8IZqhtSukxlwv9bF6FhX8m0w==} dev: false - /boxen/4.2.0: - resolution: {integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==} - engines: {node: '>=8'} - dependencies: - ansi-align: 3.0.0 - camelcase: 5.3.1 - chalk: 3.0.0 - cli-boxes: 2.2.1 - string-width: 4.2.2 - term-size: 2.2.1 - type-fest: 0.8.1 - widest-line: 3.1.0 - dev: false - /boxen/5.1.2: resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} engines: {node: '>=10'} @@ -6231,7 +6215,7 @@ packages: camelcase: 6.2.0 chalk: 4.1.2 cli-boxes: 2.2.1 - string-width: 4.2.2 + string-width: 4.2.3 type-fest: 0.20.2 widest-line: 3.1.0 wrap-ansi: 7.0.0 @@ -6327,16 +6311,16 @@ packages: pako: 1.0.11 dev: false - /browserslist/4.17.0: - resolution: {integrity: sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==} + /browserslist/4.17.1: + resolution: {integrity: sha512-aLD0ZMDSnF4lUt4ZDNgqi5BUn9BZ7YdQdI/cYlILrhdSSZJLU9aNZoD5/NBmM4SK34APB2e83MOsRt1EnkuyaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001258 - colorette: 1.4.0 - electron-to-chromium: 1.3.843 + caniuse-lite: 1.0.30001260 + electron-to-chromium: 1.3.850 escalade: 3.1.1 - node-releases: 1.1.75 + nanocolors: 0.1.12 + node-releases: 1.1.76 /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -6413,7 +6397,7 @@ packages: bluebird: 3.7.2 chownr: 1.1.4 figgy-pudding: 3.5.2 - glob: 7.1.7 + glob: 7.2.0 graceful-fs: 4.2.8 infer-owner: 1.0.4 lru-cache: 5.1.1 @@ -6435,7 +6419,7 @@ packages: '@npmcli/move-file': 1.1.2 chownr: 2.0.0 fs-minipass: 2.1.0 - glob: 7.1.7 + glob: 7.2.0 infer-owner: 1.0.4 lru-cache: 6.0.0 minipass: 3.1.5 @@ -6581,14 +6565,16 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.17.0 - caniuse-lite: 1.0.30001258 + browserslist: 4.17.1 + caniuse-lite: 1.0.30001260 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001258: - resolution: {integrity: sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA==} + /caniuse-lite/1.0.30001260: + resolution: {integrity: sha512-Fhjc/k8725ItmrvW5QomzxLeojewxvqiYCKeFcfFEhut28IVLdpHU19dneOmltZQIE5HNbawj1HYD+1f2bM1Dg==} + dependencies: + nanocolors: 0.1.12 /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6672,7 +6658,6 @@ packages: resolution: {integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A=} dependencies: is-regex: 1.1.4 - dev: true optional: true /character-reference-invalid/1.1.4: @@ -6815,7 +6800,7 @@ packages: engines: {node: '>=4'} dependencies: colors: 1.4.0 - string-width: 4.2.2 + string-width: 4.2.3 dev: false /cli-truncate/0.2.1: @@ -6831,7 +6816,7 @@ packages: engines: {node: '>=8'} dependencies: slice-ansi: 3.0.0 - string-width: 4.2.2 + string-width: 4.2.3 dev: false /cli-ux/4.9.3: @@ -6886,8 +6871,8 @@ packages: object-treeify: 1.1.33 password-prompt: 1.1.2 semver: 7.3.5 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 supports-color: 8.1.1 supports-hyperlinks: 2.2.0 tslib: 2.3.1 @@ -6901,16 +6886,16 @@ packages: /cliui/6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 wrap-ansi: 6.2.0 dev: false /cliui/7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 wrap-ansi: 7.0.0 /clone-deep/4.0.1: @@ -6961,8 +6946,8 @@ packages: resolution: {integrity: sha512-suheFec2wlI4klyqn61MOFXjjrKPZiNY7d2py0OvTd5Z+7AsNxoGKDaS/HI59y7EAG1SkkXW/JQ1Rt2gDMxHfA==} dev: false - /codemirror/5.62.3: - resolution: {integrity: sha512-zZAyOfN8TU67ngqrxhOgtkSAGV9jSpN1snbl8elPtnh9Z5A11daR405+dhLzLnuXrwX0WCShWlybxPN3QC/9Pg==} + /codemirror/5.63.0: + resolution: {integrity: sha512-KlLWRPggDg2rBD1Mx7/EqEhaBdy+ybBCVh/efgjBDsPpMeEu6MbTAJzIT4TuCzvmbTEgvKOGzVT6wdBTNusqrg==} dev: false /collect-v8-coverage/1.0.1: @@ -7009,6 +6994,7 @@ packages: /colorette/1.4.0: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} + dev: false /colors/1.4.0: resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} @@ -7155,7 +7141,6 @@ packages: dependencies: '@babel/parser': 7.15.7 '@babel/types': 7.15.6 - dev: true optional: true /constants-browserify/1.0.0: @@ -7243,14 +7228,14 @@ packages: resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} engines: {node: '>=0.10.0'} - /core-js-compat/3.17.3: - resolution: {integrity: sha512-+in61CKYs4hQERiADCJsdgewpdl/X0GhEX77pjKgbeibXviIt2oxEjTc8O2fqHX8mDdBrDvX8MYD/RYsBv4OiA==} + /core-js-compat/3.18.0: + resolution: {integrity: sha512-tRVjOJu4PxdXjRMEgbP7lqWy1TWJu9a01oBkn8d+dNrhgmBwdTkzhHZpVJnEmhISLdoJI1lX08rcBcHi3TZIWg==} dependencies: - browserslist: 4.17.0 + browserslist: 4.17.1 semver: 7.0.0 - /core-js-pure/3.17.3: - resolution: {integrity: sha512-YusrqwiOTTn8058JDa0cv9unbXdIiIgcgI9gXso0ey4WgkFLd3lYlV9rp9n7nDCsYxXsMDTjA4m1h3T348mdlQ==} + /core-js-pure/3.18.0: + resolution: {integrity: sha512-ZnK+9vyuMhKulIGqT/7RHGRok8RtkHMEX/BGPHkHx+ouDkq+MUvf9mfIgdqhpmPDu8+V5UtRn/CbCRc9I4lX4w==} requiresBuild: true /core-js/2.6.12: @@ -7258,8 +7243,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.17.3: - resolution: {integrity: sha512-lyvajs+wd8N1hXfzob1LdOCCHFU4bGMbqqmLn1Q4QlCpDqWPpGf+p0nj+LNrvDDG33j0hZXw2nsvvVpHysxyNw==} + /core-js/3.18.0: + resolution: {integrity: sha512-WJeQqq6jOYgVgg4NrXKL0KLQhi0CT4ZOCvFL+3CQ5o7I6J8HkT5wd53EadMfqTDp1so/MT1J+w2ujhWcCJtN7w==} requiresBuild: true dev: false @@ -7404,7 +7389,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /css-color-names/0.0.4: @@ -7415,7 +7400,7 @@ packages: resolution: {integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==} engines: {node: '>4'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 timsort: 0.3.0 dev: false @@ -7424,7 +7409,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 5.0.0 dev: false @@ -7438,7 +7423,7 @@ packages: cssesc: 3.0.0 icss-utils: 4.1.1 loader-utils: 2.0.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -7454,7 +7439,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /css-select-base-adapter/0.1.1: @@ -7547,7 +7532,7 @@ packages: dependencies: css-declaration-sorter: 4.0.1 cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.36 + postcss: 7.0.38 postcss-calc: 7.0.5 postcss-colormin: 4.0.3 postcss-convert-values: 4.0.1 @@ -7591,7 +7576,7 @@ packages: resolution: {integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /cssnano-util-same-parent/4.0.1: @@ -7606,7 +7591,7 @@ packages: cosmiconfig: 5.2.1 cssnano-preset-default: 4.0.8 is-resolvable: 1.1.0 - postcss: 7.0.36 + postcss: 7.0.38 dev: false /csso/4.2.0: @@ -7910,7 +7895,6 @@ packages: /doctypes/1.1.0: resolution: {integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=} - dev: true optional: true /dom-accessibility-api/0.5.7: @@ -8044,8 +8028,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /electron-to-chromium/1.3.843: - resolution: {integrity: sha512-OWEwAbzaVd1Lk9MohVw8LxMXFlnYd9oYTYxfX8KS++kLLjDfbovLOcEEXwRhG612dqGQ6+44SZvim0GXuBRiKg==} + /electron-to-chromium/1.3.850: + resolution: {integrity: sha512-ZzkDcdzePeF4dhoGZQT77V2CyJOpwfTZEOg4h0x6R/jQhGt/rIRpbRyVreWLtD7B/WsVxo91URm2WxMKR9JQZA==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8149,7 +8133,6 @@ packages: /entities/3.0.1: resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==} engines: {node: '>=0.12'} - dev: true /env-ci/5.0.2: resolution: {integrity: sha512-Xc41mKvjouTXD3Oy9AqySz1IeyvJvHZ20Twf5ZLYbNpPPIuCnL/qHCmNlD01LoNy0JTunw9HPYVptD19Ac7Mbw==} @@ -8211,8 +8194,8 @@ packages: resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} dev: false - /esbuild/0.12.28: - resolution: {integrity: sha512-pZ0FrWZXlvQOATlp14lRSk1N9GkeJ3vLIwOcUoo3ICQn9WNR4rWoNi81pbn6sC1iYUy7QPqNzI3+AEzokwyVcA==} + /esbuild/0.12.29: + resolution: {integrity: sha512-w/XuoBCSwepyiZtIRsKsetiLDUVGPVw1E/R3VTFSecIy8UR7Cq3SOtwKHJMFoVqqVG36aGkzh4e8BvpO1Fdc7g==} hasBin: true requiresBuild: true dev: true @@ -8328,7 +8311,7 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jest/24.4.2_c59ad1753f394c982c539a8e2c3d4e25: + /eslint-plugin-jest/24.4.2_b6f5bcfc4b76ab93ae66fe8a264c7480: resolution: {integrity: sha512-jNMnqwX75z0RXRMXkxwb/+9ylKJYJLJ8nT8nBT0XFM5qx4IQGxP4edMawa0qGkSbHae0BDPBmi8I2QF0/F04XQ==} engines: {node: '>=10'} peerDependencies: @@ -8338,8 +8321,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.31.1_e2d3c88d378335c4183365c112128ce9 - '@typescript-eslint/experimental-utils': 4.31.1_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': 4.31.2_3815fab247b4312be6d1f55eb1f81298 + '@typescript-eslint/experimental-utils': 4.31.2_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -8439,7 +8422,7 @@ packages: lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 - regexp-tree: 0.1.23 + regexp-tree: 0.1.24 reserved-words: 0.1.2 safe-regex: 2.1.1 semver: 7.3.5 @@ -8576,7 +8559,7 @@ packages: progress: 2.0.3 regexpp: 3.2.0 semver: 7.3.5 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 strip-json-comments: 3.1.1 table: 6.7.1 text-table: 0.2.0 @@ -8737,15 +8720,15 @@ packages: jest-regex-util: 26.0.0 dev: true - /expect/27.2.0: - resolution: {integrity: sha512-oOTbawMQv7AK1FZURbPTgGSzmhxkjFzoARSvDjOMnOpeWuYQx1tP6rXu9MIX5mrACmyCAM7fSNP8IJO2f1p0CQ==} + /expect/27.2.2: + resolution: {integrity: sha512-sjHBeEk47/eshN9oLbvPJZMgHQihOXXQzSMPCJ4MqKShbU9HOVFSNHEEU4dp4ujzxFSiNvPFzB2AMOFmkizhvA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 ansi-styles: 5.2.0 jest-get-type: 27.0.6 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 + jest-matcher-utils: 27.2.2 + jest-message-util: 27.2.2 jest-regex-util: 27.0.6 dev: true @@ -8896,8 +8879,8 @@ packages: dependencies: reusify: 1.0.4 - /faye-websocket/0.11.3: - resolution: {integrity: sha512-D2y4bovYpzziGgbHYtGCMjlJM36vAl/y+xUyn1C+FVx8szd1E+86KwVw6XvYSzOP8iMpm1X0I4xJD+QtUb36OA==} + /faye-websocket/0.11.4: + resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} engines: {node: '>=0.8.0'} dependencies: websocket-driver: 0.7.4 @@ -9069,35 +9052,35 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.0.2: - resolution: {integrity: sha512-+wdsD3Sk3fOgplzv4yzBmJ3Pdr01QiFF38Zq+8hzd+Dv6ZKMrgiq5CRljCaWenhZ/j8nuvHlq82u64ZARaXC+w==} + /firebase/9.1.0: + resolution: {integrity: sha512-Pj9/FwNzT4pdSS6vpXZzm4mFscI73N+AH70gaWZPnZrQBvyMAPTuKXXscjrFePPlqs94b4Emq+2mSwLGcwod/A==} dependencies: - '@firebase/analytics': 0.7.0_@firebase+app@0.7.0 - '@firebase/analytics-compat': 0.1.1_fdd32747f5b41735a59a5d81064a35f6 - '@firebase/app': 0.7.0 - '@firebase/app-check': 0.4.0_@firebase+app@0.7.0 - '@firebase/app-check-compat': 0.1.1_fdd32747f5b41735a59a5d81064a35f6 - '@firebase/app-compat': 0.1.1 + '@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/app-types': 0.7.0 - '@firebase/auth': 0.17.2_@firebase+app@0.7.0 - '@firebase/auth-compat': 0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4 - '@firebase/database': 0.12.0_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.0_76fcf35754b5f305644e011a084bc80e - '@firebase/firestore': 3.0.2_@firebase+app@0.7.0 - '@firebase/firestore-compat': 0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4 - '@firebase/functions': 0.7.1_986ca79d386b344781ce7bb1dab7ad14 - '@firebase/functions-compat': 0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4 - '@firebase/installations': 0.5.0_@firebase+app@0.7.0 - '@firebase/messaging': 0.9.0_@firebase+app@0.7.0 - '@firebase/messaging-compat': 0.1.0_fdd32747f5b41735a59a5d81064a35f6 - '@firebase/performance': 0.5.0_@firebase+app@0.7.0 - '@firebase/performance-compat': 0.1.0_fdd32747f5b41735a59a5d81064a35f6 + '@firebase/auth': 0.18.0_@firebase+app@0.7.1 + '@firebase/auth-compat': 0.1.3_463a693b8480fd65f53420bb6e77a6d1 + '@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/polyfill': 0.3.36 - '@firebase/remote-config': 0.2.0_@firebase+app@0.7.0 - '@firebase/remote-config-compat': 0.1.0_fdd32747f5b41735a59a5d81064a35f6 - '@firebase/storage': 0.8.2_@firebase+app@0.7.0 - '@firebase/storage-compat': 0.1.2_1bf99cf0dcafd72f7c9e06a737f18af4 - '@firebase/util': 1.3.0 + '@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/util': 1.4.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -9162,8 +9145,8 @@ packages: cosmiconfig: 6.0.0 deepmerge: 4.2.2 fs-extra: 9.1.0 - glob: 7.1.7 - memfs: 3.2.4 + glob: 7.2.0 + memfs: 3.3.0 minimatch: 3.0.4 schema-utils: 2.7.0 semver: 7.3.5 @@ -9441,8 +9424,8 @@ packages: git-up: 4.0.5 dev: false - /github-buttons/2.19.0: - resolution: {integrity: sha512-N483U9QbYIS0lZKLxye2XXMHZ4ISJ9OcYJd1ChtJxYsF475xeKF2zC2Ko51SCiQmi0RnLvk25ocJDq+hOpZLfw==} + /github-buttons/2.19.1: + resolution: {integrity: sha512-us6ZC0bFYLfBq2CkZJJRpdPP5JlB6+kWFTdw8iK3E7yoMKdoLhDkqQHelJ+39UVR2zQbfXN5gNt3cVYp4fAuXA==} dev: false /glob-parent/3.1.0: @@ -9479,13 +9462,24 @@ packages: minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 + dev: false + + /glob/7.2.0: + resolution: {integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.0.4 + once: 1.4.0 + path-is-absolute: 1.0.1 /global-agent/2.2.0: resolution: {integrity: sha512-+20KpaW6DDLqhG7JDiJpD1JvNvb8ts+TNl7BPOYcURqCrXqnN1Vf+XVOrkKJAFPqfX+oEhsdzOj1hLWkBTdNJg==} engines: {node: '>=10.0'} dependencies: boolean: 3.1.4 - core-js: 3.17.3 + core-js: 3.18.0 es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 @@ -9500,11 +9494,11 @@ packages: ini: 1.3.8 dev: true - /global-dirs/2.1.0: - resolution: {integrity: sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==} - engines: {node: '>=8'} + /global-dirs/3.0.0: + resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==} + engines: {node: '>=10'} dependencies: - ini: 1.3.7 + ini: 2.0.0 dev: false /global-modules/2.0.0: @@ -9639,18 +9633,18 @@ packages: /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} - /graphql-anywhere/4.2.7_graphql@15.5.3: + /graphql-anywhere/4.2.7_graphql@15.6.0: resolution: {integrity: sha512-fJHvVywWVWjiHuPIMs16Nfjf4zdQUwSO1LKycwBJCWIPeoeQ8LqXK2BgYoZAHkhKEFktZZeYyzS4o/uIUG0z5A==} peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-utilities: 1.3.4_graphql@15.5.3 - graphql: 15.5.3 + apollo-utilities: 1.3.4_graphql@15.6.0 + graphql: 15.6.0 ts-invariant: 0.3.3 tslib: 1.14.1 dev: false - /graphql-extensions/0.15.0_graphql@15.5.3: + /graphql-extensions/0.15.0_graphql@15.6.0: resolution: {integrity: sha512-bVddVO8YFJPwuACn+3pgmrEg6I8iBuYLuwvxiE+lcQQ7POotVZxm2rgGw0PvVYmWWf3DT7nTVDZ5ROh/ALp8mA==} engines: {node: '>=6.0'} deprecated: 'The `graphql-extensions` API has been removed from Apollo Server 3. Use the plugin API instead: https://www.apollographql.com/docs/apollo-server/integrations/plugins/' @@ -9659,121 +9653,121 @@ packages: dependencies: '@apollographql/apollo-tools': 0.5.1 apollo-server-env: 3.1.0 - apollo-server-types: 0.9.0_graphql@15.5.3 - graphql: 15.5.3 + apollo-server-types: 0.9.0_graphql@15.6.0 + graphql: 15.6.0 dev: false - /graphql-language-service-interface/2.8.4_graphql@15.5.3: + /graphql-language-service-interface/2.8.4_graphql@15.6.0: resolution: {integrity: sha512-myW8z7HOZkYfhYGKDc0URFkTZChp41Po890W92zuBIhGccckgtiWSJGXaLX+r9QAwVIeZhKaNgEacsyvQb1f/g==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.5.3 - graphql-language-service-parser: 1.9.2_graphql@15.5.3 - graphql-language-service-types: 1.8.2_graphql@15.5.3 - graphql-language-service-utils: 2.5.3_graphql@15.5.3 + graphql: 15.6.0 + graphql-language-service-parser: 1.9.2_graphql@15.6.0 + graphql-language-service-types: 1.8.2_graphql@15.6.0 + graphql-language-service-utils: 2.5.3_graphql@15.6.0 vscode-languageserver-types: 3.16.0 dev: false - /graphql-language-service-parser/1.9.2_graphql@15.5.3: + /graphql-language-service-parser/1.9.2_graphql@15.6.0: resolution: {integrity: sha512-3txms73cJsXDfJQdR5hI83N2rpTuq9FD6aijdrXAeSuI5B60g32DxjelUkt4Ge+2BvBEDLn5ppXlpVYDC9UQHQ==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.5.3 - graphql-language-service-types: 1.8.2_graphql@15.5.3 + graphql: 15.6.0 + graphql-language-service-types: 1.8.2_graphql@15.6.0 dev: false - /graphql-language-service-types/1.8.2_graphql@15.5.3: + /graphql-language-service-types/1.8.2_graphql@15.6.0: resolution: {integrity: sha512-Sj07RHnMwAhEvAt7Jdt1l/x56ZpoNh+V6g+T58CF6GiYqI5l4vXqqRB4d4xHDcNQX98GpJfnf3o8BqPgP3C5Sw==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.5.3 + graphql: 15.6.0 dev: false - /graphql-language-service-utils/2.5.3_graphql@15.5.3: + /graphql-language-service-utils/2.5.3_graphql@15.6.0: resolution: {integrity: sha512-ydevEZ0AgzEKQF3hiCbLXuS0o7189Ww/T30WtCKCLaRHDYk9Yyb2PZWdhSTWLxYZTaX2TccV6NtFWvzIC7UP3g==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.5.3 - graphql-language-service-types: 1.8.2_graphql@15.5.3 + graphql: 15.6.0 + graphql-language-service-types: 1.8.2_graphql@15.6.0 nullthrows: 1.1.1 dev: false - /graphql-subscriptions/1.2.1_graphql@15.5.3: + /graphql-subscriptions/1.2.1_graphql@15.6.0: resolution: {integrity: sha512-95yD/tKi24q8xYa7Q9rhQN16AYj5wPbrb8tmHGM3WRc9EBmWrG/0kkMl+tQG8wcEuE9ibR4zyOM31p5Sdr2v4g==} peerDependencies: graphql: ^0.10.5 || ^0.11.3 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 iterall: 1.3.0 dev: false - /graphql-tag/2.12.4_graphql@15.5.3: + /graphql-tag/2.12.4_graphql@15.6.0: resolution: {integrity: sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==} engines: {node: '>=10'} peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.3.1 dev: false - /graphql-tag/2.12.5_graphql@15.5.3: + /graphql-tag/2.12.5_graphql@15.6.0: resolution: {integrity: sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ==} engines: {node: '>=10'} peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.5.3 + graphql: 15.6.0 tslib: 2.3.1 dev: false - /graphql-tools/4.0.8_graphql@15.5.3: + /graphql-tools/4.0.8_graphql@15.6.0: resolution: {integrity: sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==} deprecated: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead peerDependencies: graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - apollo-link: 1.2.14_graphql@15.5.3 - apollo-utilities: 1.3.4_graphql@15.5.3 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.0 deprecated-decorator: 0.1.6 - graphql: 15.5.3 + graphql: 15.6.0 iterall: 1.3.0 uuid: 3.4.0 dev: false - /graphql-tools/6.2.6_a527cab2bdb210e0448b693392a77927: + /graphql-tools/6.2.6_fbc2669a39cce3d0d7a36ba453108f25: resolution: {integrity: sha512-OyhSvK5ALVVD6bFiWjAqv2+lRyvjIRfb6Br5Tkjrv++rxnXDodPH/zhMbDGRw+W3SD5ioGEEz84yO48iPiN7jA==} deprecated: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/batch-delegate': 6.2.6_graphql@15.5.3 - '@graphql-tools/code-file-loader': 6.3.1_graphql@15.5.3 - '@graphql-tools/delegate': 6.2.4_graphql@15.5.3 - '@graphql-tools/git-loader': 6.2.6_graphql@15.5.3 - '@graphql-tools/github-loader': 6.2.5_graphql@15.5.3 - '@graphql-tools/graphql-file-loader': 6.2.7_graphql@15.5.3 - '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.5.3 - '@graphql-tools/import': 6.4.0_graphql@15.5.3 - '@graphql-tools/json-file-loader': 6.2.6_graphql@15.5.3 - '@graphql-tools/links': 6.2.5_a527cab2bdb210e0448b693392a77927 - '@graphql-tools/load': 6.2.8_graphql@15.5.3 - '@graphql-tools/load-files': 6.4.0_graphql@15.5.3 - '@graphql-tools/merge': 6.2.17_graphql@15.5.3 - '@graphql-tools/mock': 6.2.4_graphql@15.5.3 - '@graphql-tools/module-loader': 6.2.7_graphql@15.5.3 - '@graphql-tools/relay-operation-optimizer': 6.4.0_graphql@15.5.3 - '@graphql-tools/resolvers-composition': 6.4.0_graphql@15.5.3 - '@graphql-tools/schema': 6.2.4_graphql@15.5.3 - '@graphql-tools/stitch': 6.2.4_graphql@15.5.3 - '@graphql-tools/url-loader': 6.10.1_graphql@15.5.3 - '@graphql-tools/utils': 6.2.4_graphql@15.5.3 - '@graphql-tools/wrap': 6.2.4_graphql@15.5.3 - graphql: 15.5.3 + '@graphql-tools/batch-delegate': 6.2.6_graphql@15.6.0 + '@graphql-tools/code-file-loader': 6.3.1_graphql@15.6.0 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.0 + '@graphql-tools/git-loader': 6.2.6_graphql@15.6.0 + '@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/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/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 + '@graphql-tools/relay-operation-optimizer': 6.4.0_graphql@15.6.0 + '@graphql-tools/resolvers-composition': 6.4.0_graphql@15.6.0 + '@graphql-tools/schema': 6.2.4_graphql@15.6.0 + '@graphql-tools/stitch': 6.2.4_graphql@15.6.0 + '@graphql-tools/url-loader': 6.10.1_graphql@15.6.0 + '@graphql-tools/utils': 6.2.4_graphql@15.6.0 + '@graphql-tools/wrap': 6.2.4_graphql@15.6.0 + graphql: 15.6.0 tslib: 2.0.3 transitivePeerDependencies: - '@types/node' @@ -9784,17 +9778,17 @@ packages: - utf-8-validate dev: false - /graphql-ws/4.9.0_graphql@15.5.3: + /graphql-ws/4.9.0_graphql@15.6.0: resolution: {integrity: sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=15' dependencies: - graphql: 15.5.3 + graphql: 15.6.0 dev: false - /graphql/15.5.3: - resolution: {integrity: sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==} + /graphql/15.6.0: + resolution: {integrity: sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==} engines: {node: '>= 10.x'} dev: false @@ -10092,7 +10086,6 @@ packages: domhandler: 4.2.2 domutils: 2.8.0 entities: 3.0.1 - dev: true /http-cache-semantics/4.1.0: resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} @@ -10237,7 +10230,7 @@ packages: resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} engines: {node: '>= 6'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /idb/3.0.2: @@ -10388,13 +10381,14 @@ packages: /inherits/2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - /ini/1.3.7: - resolution: {integrity: sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==} - dev: false - /ini/1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + /ini/2.0.0: + resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} + engines: {node: '>=10'} + dev: false + /inquirer/7.3.3: resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} engines: {node: '>=8.0.0'} @@ -10409,8 +10403,8 @@ packages: mute-stream: 0.0.8 run-async: 2.4.1 rxjs: 6.6.7 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 through: 2.3.8 dev: false @@ -10606,7 +10600,6 @@ packages: dependencies: acorn: 7.4.1 object-assign: 4.1.1 - dev: true optional: true /is-extendable/0.1.1: @@ -10670,11 +10663,11 @@ packages: resolution: {integrity: sha512-FeMLiqf8E5g6SdiVJsPcNZX8k4h2fBs1wp5Bb6uaNxn58ufK1axBqQZdmAQsqh0t9BuwFObybrdVJh6MKyPlyg==} dev: false - /is-installed-globally/0.3.2: - resolution: {integrity: sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==} - engines: {node: '>=8'} + /is-installed-globally/0.4.0: + resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} + engines: {node: '>=10'} dependencies: - global-dirs: 2.1.0 + global-dirs: 3.0.0 is-path-inside: 3.0.3 dev: false @@ -10682,9 +10675,9 @@ packages: resolution: {integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==} engines: {node: '>= 0.4'} - /is-npm/4.0.0: - resolution: {integrity: sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==} - engines: {node: '>=8'} + /is-npm/5.0.0: + resolution: {integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==} + engines: {node: '>=10'} dev: false /is-number-object/1.0.6: @@ -10871,8 +10864,8 @@ packages: ws: 7.4.5 dev: false - /istanbul-lib-coverage/3.0.0: - resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} + /istanbul-lib-coverage/3.0.1: + resolution: {integrity: sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==} engines: {node: '>=8'} dev: true @@ -10882,7 +10875,7 @@ packages: dependencies: '@babel/core': 7.15.5 '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.1 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -10892,7 +10885,7 @@ packages: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.1 make-dir: 3.1.0 supports-color: 7.2.0 dev: true @@ -10902,7 +10895,7 @@ packages: engines: {node: '>=8'} dependencies: debug: 4.3.2 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.0.1 source-map: 0.6.1 transitivePeerDependencies: - supports-color @@ -10934,26 +10927,26 @@ packages: throat: 6.0.1 dev: true - /jest-circus/27.2.0: - resolution: {integrity: sha512-WwENhaZwOARB1nmcboYPSv/PwHBUGRpA4MEgszjr9DLCl97MYw0qZprBwLb7rNzvMwfIvNGG7pefQ5rxyBlzIA==} + /jest-circus/27.2.2: + resolution: {integrity: sha512-8txlqs0EDrvPasCgwfLMkG0l3F4FxqQa6lxOsvYfOl04eSJjRw3F4gk9shakuC00nMD+VT+SMtFYXxe64f0VZw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 - '@jest/test-result': 27.2.0 + '@jest/environment': 27.2.2 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.2.0 + expect: 27.2.2 is-generator-fn: 2.1.0 - jest-each: 27.2.0 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 - jest-runtime: 27.2.0 - jest-snapshot: 27.2.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.0 + pretty-format: 27.2.2 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -10961,8 +10954,8 @@ packages: - supports-color dev: true - /jest-cli/27.2.0: - resolution: {integrity: sha512-bq1X/B/b1kT9y1zIFMEW3GFRX1HEhFybiqKdbxM+j11XMMYSbU9WezfyWIhrSOmPT+iODLATVjfsCnbQs7cfIA==} + /jest-cli/27.2.2: + resolution: {integrity: sha512-jbEythw22LR/IHYgNrjWdO74wO9wyujCxTMjbky0GLav4rC4y6qDQr4TqQ2JPP51eDYJ2awVn83advEVSs5Brg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -10971,16 +10964,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.0 - '@jest/test-result': 27.2.0 + '@jest/core': 27.2.2 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.8 import-local: 3.0.2 - jest-config: 27.2.0 + jest-config: 27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 prompts: 2.4.1 yargs: 16.2.0 transitivePeerDependencies: @@ -10991,8 +10984,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.2.0: - resolution: {integrity: sha512-Z1romHpxeNwLxQtouQ4xt07bY6HSFGKTo0xJcvOK3u6uJHveA4LB2P+ty9ArBLpTh3AqqPxsyw9l9GMnWBYS9A==} + /jest-config/27.2.2: + resolution: {integrity: sha512-2nhms3lp52ZpU0636bB6zIFHjDVtYxzFQIOHZjBFUeXcb6b41sEkWojbHaJ4FEIO44UbccTLa7tvNpiFCgPE7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -11001,26 +10994,26 @@ packages: optional: true dependencies: '@babel/core': 7.15.5 - '@jest/test-sequencer': 27.2.0 + '@jest/test-sequencer': 27.2.2 '@jest/types': 27.1.1 - babel-jest: 27.2.0_@babel+core@7.15.5 + babel-jest: 27.2.2_@babel+core@7.15.5 chalk: 4.1.2 deepmerge: 4.2.2 - glob: 7.1.7 + glob: 7.2.0 graceful-fs: 4.2.8 is-ci: 3.0.0 - jest-circus: 27.2.0 - jest-environment-jsdom: 27.2.0 - jest-environment-node: 27.2.0 + jest-circus: 27.2.2 + jest-environment-jsdom: 27.2.2 + jest-environment-node: 27.2.2 jest-get-type: 27.0.6 - jest-jasmine2: 27.2.0 + jest-jasmine2: 27.2.2 jest-regex-util: 27.0.6 - jest-resolve: 27.2.0 - jest-runner: 27.2.0 + jest-resolve: 27.2.2 + jest-runner: 27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 micromatch: 4.0.4 - pretty-format: 27.2.0 + pretty-format: 27.2.2 transitivePeerDependencies: - bufferutil - canvas @@ -11038,14 +11031,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-diff/27.2.0: - resolution: {integrity: sha512-QSO9WC6btFYWtRJ3Hac0sRrkspf7B01mGrrQEiCW6TobtViJ9RWL0EmOs/WnBsZDsI/Y2IoSHZA2x6offu0sYw==} + /jest-diff/27.2.2: + resolution: {integrity: sha512-o3LaDbQDSaMJif4yztJAULI4xVatxbBasbKLbEw3K8CiRdDdbxMrLArS9EKDHQFYh6Tgfrm1PC2mIYR1xhu0hQ==} 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.0 + pretty-format: 27.2.2 dev: true /jest-docblock/27.0.6: @@ -11055,25 +11048,25 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/27.2.0: - resolution: {integrity: sha512-biDmmUQjg+HZOB7MfY2RHSFL3j418nMoC3TK3pGAj880fQQSxvQe1y2Wy23JJJNUlk6YXiGU0yWy86Le1HBPmA==} + /jest-each/27.2.2: + resolution: {integrity: sha512-ZCDhkvwHeXHsxoFxvW43fabL18iLiVDxaipG5XWG7dSd+XWXXpzMQvBWYT9Wvzhg5x4hvrLQ24LtiOKw3I09xA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 chalk: 4.1.2 jest-get-type: 27.0.6 jest-util: 27.2.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true - /jest-environment-jsdom/27.2.0: - resolution: {integrity: sha512-wNQJi6Rd/AkUWqTc4gWhuTIFPo7tlMK0RPZXeM6AqRHZA3D3vwvTa9ktAktyVyWYmUoXdYstOfyYMG3w4jt7eA==} + /jest-environment-jsdom/27.2.2: + resolution: {integrity: sha512-mzCLEdnpGWDJmNB6WIPLlZM+hpXdeiya9TryiByqcUdpliNV1O+LGC2SewzjmB4IblabGfvr3KcPN0Nme2wnDw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 - '@jest/fake-timers': 27.2.0 + '@jest/environment': 27.2.2 + '@jest/fake-timers': 27.2.2 '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 jest-mock: 27.1.1 jest-util: 27.2.0 jsdom: 16.7.0 @@ -11084,14 +11077,14 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.2.0: - resolution: {integrity: sha512-WbW+vdM4u88iy6Q3ftUEQOSgMPtSgjm3qixYYK2AKEuqmFO2zmACTw1vFUB0qI/QN88X6hA6ZkVKIdIWWzz+yg==} + /jest-environment-node/27.2.2: + resolution: {integrity: sha512-XgUscWs6H6UNqC96/QJjmUGZzzpql/JyprLSXVu7wkgM8tjbJdEkSqwrVAvJPm1yu526ImrmsIoh2BTHxkwL/g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.0 - '@jest/fake-timers': 27.2.0 + '@jest/environment': 27.2.2 + '@jest/fake-timers': 27.2.2 '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 jest-mock: 27.1.1 jest-util: 27.2.0 dev: true @@ -11106,58 +11099,58 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.2.0: - resolution: {integrity: sha512-laFet7QkNlWjwZtMGHCucLvF8o9PAh2cgePRck1+uadSM4E4XH9J4gnx4do+a6do8ZV5XHNEAXEkIoNg5XUH2Q==} + /jest-haste-map/27.2.2: + resolution: {integrity: sha512-kaKiq+GbAvk6/sq++Ymor4Vzk6+lr0vbKs2HDVPdkKsHX2lIJRyvhypZG/QsNfQnROKWIZSpUpGuv2HySSosvA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 '@types/graceful-fs': 4.1.5 - '@types/node': 16.9.2 + '@types/node': 16.10.1 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.0 + jest-worker: 27.2.2 micromatch: 4.0.4 walker: 1.0.7 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.2.0: - resolution: {integrity: sha512-NcPzZBk6IkDW3Z2V8orGueheGJJYfT5P0zI/vTO/Jp+R9KluUdgFrgwfvZ0A34Kw6HKgiWFILZmh3oQ/eS+UxA==} + /jest-jasmine2/27.2.2: + resolution: {integrity: sha512-SczhZNfmZID9HbJ1GHhO4EzeL/PMRGeAUw23ddPUdd6kFijEZpT2yOxyNCBUKAsVQ/14OB60kjgnbuFOboZUNg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/traverse': 7.15.4 - '@jest/environment': 27.2.0 + '@jest/environment': 27.2.2 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.0 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 chalk: 4.1.2 co: 4.6.0 - expect: 27.2.0 + expect: 27.2.2 is-generator-fn: 2.1.0 - jest-each: 27.2.0 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 - jest-runtime: 27.2.0 - jest-snapshot: 27.2.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.0 + pretty-format: 27.2.2 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.2.0: - resolution: {integrity: sha512-e91BIEmbZw5+MHkB4Hnrq7S86coTxUMCkz4n7DLmQYvl9pEKmRx9H/JFH87bBqbIU5B2Ju1soKxRWX6/eGFGpA==} + /jest-leak-detector/27.2.2: + resolution: {integrity: sha512-fQIYKkhXUs/4EpE4wO1AVsv7aNH3o0km1BGq3vxvSfYdwG9GLMf+b0z/ghLmBYNxb+tVpm/zv2caoKm3GfTazg==} 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.0 + pretty-format: 27.2.2 dev: true /jest-matcher-utils/26.6.2: @@ -11170,14 +11163,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-matcher-utils/27.2.0: - resolution: {integrity: sha512-F+LG3iTwJ0gPjxBX6HCyrARFXq6jjiqhwBQeskkJQgSLeF1j6ui1RTV08SR7O51XTUhtc8zqpDj8iCG4RGmdKw==} + /jest-matcher-utils/27.2.2: + resolution: {integrity: sha512-xN3wT4p2i9DGB6zmL3XxYp5lJmq9Q6ff8XKlMtVVBS2SAshmgsPBALJFQ8dWRd2G/xf5q/N0SD0Mipt8QBA26A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.2.0 + jest-diff: 27.2.2 jest-get-type: 27.0.6 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true /jest-message-util/26.6.2: @@ -11195,8 +11188,8 @@ packages: stack-utils: 2.0.5 dev: true - /jest-message-util/27.2.0: - resolution: {integrity: sha512-y+sfT/94CiP8rKXgwCOzO1mUazIEdEhrLjuiu+RKmCP+8O/TJTSne9dqQRbFIHBtlR2+q7cddJlWGir8UATu5w==} + /jest-message-util/27.2.2: + resolution: {integrity: sha512-/iS5/m2FSF7Nn6APFoxFymJpyhB/gPf0CJa7uFSkbYaWvrADUfQ9NTsuyjpszKErOS2/huFs44ysWhlQTKvL8Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/code-frame': 7.14.5 @@ -11205,7 +11198,7 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.8 micromatch: 4.0.4 - pretty-format: 27.2.0 + pretty-format: 27.2.2 slash: 3.0.0 stack-utils: 2.0.5 dev: true @@ -11215,10 +11208,10 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.2.0: + /jest-pnp-resolver/1.2.2_jest-resolve@27.2.2: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -11227,7 +11220,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.2.0 + jest-resolve: 27.2.2 dev: true /jest-regex-util/26.0.0: @@ -11240,57 +11233,57 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.2.0: - resolution: {integrity: sha512-EY5jc/Y0oxn+oVEEldTidmmdVoZaknKPyDORA012JUdqPyqPL+lNdRyI3pGti0RCydds6coaw6xt4JQY54dKsg==} + /jest-resolve-dependencies/27.2.2: + resolution: {integrity: sha512-nvJS+DyY51HHdZnMIwXg7fimQ5ylFx4+quQXspQXde2rXYy+4v75UYoX/J65Ln8mKCNc6YF8HEhfGaRBOrxxHg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 jest-regex-util: 27.0.6 - jest-snapshot: 27.2.0 + jest-snapshot: 27.2.2 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.2.0: - resolution: {integrity: sha512-v09p9Ib/VtpHM6Cz+i9lEAv1Z/M5NVxsyghRHRMEUOqwPQs3zwTdwp1xS3O/k5LocjKiGS0OTaJoBSpjbM2Jlw==} + /jest-resolve/27.2.2: + resolution: {integrity: sha512-tfbHcBs/hJTb3fPQ/3hLWR+TsLNTzzK98TU+zIAsrL9nNzWfWROwopUOmiSUqmHMZW5t9au/433kSF2/Af+tTw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 chalk: 4.1.2 escalade: 3.1.1 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 - jest-pnp-resolver: 1.2.2_jest-resolve@27.2.0 + 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.0 + jest-validate: 27.2.2 resolve: 1.20.0 slash: 3.0.0 dev: true - /jest-runner/27.2.0: - resolution: {integrity: sha512-Cl+BHpduIc0cIVTjwoyx0pQk4Br8gn+wkr35PmKCmzEdOUnQ2wN7QVXA8vXnMQXSlFkN/+KWnk20TAVBmhgrww==} + /jest-runner/27.2.2: + resolution: {integrity: sha512-+bUFwBq+yTnvsOFuxetoQtkuOnqdAk2YuIGjlLmc7xLAXn/V1vjhXrLencgij0BUTTUvG9Aul3+5XDss4Wa8Eg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.0 - '@jest/environment': 27.2.0 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.0 + '@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.9.2 + '@types/node': 16.10.1 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.0 - jest-environment-node: 27.2.0 - jest-haste-map: 27.2.0 - jest-leak-detector: 27.2.0 - jest-message-util: 27.2.0 - jest-resolve: 27.2.0 - jest-runtime: 27.2.0 + 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.0 + jest-worker: 27.2.2 source-map-support: 0.5.20 throat: 6.0.1 transitivePeerDependencies: @@ -11300,17 +11293,17 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.2.0: - resolution: {integrity: sha512-6gRE9AVVX49hgBbWQ9PcNDeM4upMUXzTpBs0kmbrjyotyUyIJixLPsYjpeTFwAA07PVLDei1iAm2chmWycdGdQ==} + /jest-runtime/27.2.2: + resolution: {integrity: sha512-PtTHCK5jT+KrIpKpjJsltu/dK5uGhBtTNLOk1Z+ZD2Jrxam2qQsOqDFYLszcK0jc2TLTNsrVpclqSftn7y3aXA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.0 - '@jest/environment': 27.2.0 - '@jest/fake-timers': 27.2.0 - '@jest/globals': 27.2.0 + '@jest/console': 27.2.2 + '@jest/environment': 27.2.2 + '@jest/fake-timers': 27.2.2 + '@jest/globals': 27.2.2 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.0 - '@jest/transform': 27.2.0 + '@jest/test-result': 27.2.2 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/yargs': 16.0.4 chalk: 4.1.2 @@ -11318,16 +11311,16 @@ packages: collect-v8-coverage: 1.0.1 execa: 5.1.1 exit: 0.1.2 - glob: 7.1.7 + glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.0 - jest-message-util: 27.2.0 + jest-haste-map: 27.2.2 + jest-message-util: 27.2.2 jest-mock: 27.1.1 jest-regex-util: 27.0.6 - jest-resolve: 27.2.0 - jest-snapshot: 27.2.0 + jest-resolve: 27.2.2 + jest-snapshot: 27.2.2 jest-util: 27.2.0 - jest-validate: 27.2.0 + jest-validate: 27.2.2 slash: 3.0.0 strip-bom: 4.0.0 yargs: 16.2.0 @@ -11345,12 +11338,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.9.2 + '@types/node': 16.10.1 graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.2.0: - resolution: {integrity: sha512-MukJvy3KEqemCT2FoT3Gum37CQqso/62PKTfIzWmZVTsLsuyxQmJd2PI5KPcBYFqLlA8LgZLHM8ZlazkVt8LsQ==} + /jest-snapshot/27.2.2: + resolution: {integrity: sha512-7ODSvULMiiOVuuLvLZpDlpqqTqX9hDfdmijho5auVu9qRYREolvrvgH4kSNOKfcqV3EZOTuLKNdqsz1PM20PQA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.15.5 @@ -11359,23 +11352,23 @@ 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.0 + '@jest/transform': 27.2.2 '@jest/types': 27.1.1 '@types/babel__traverse': 7.14.2 - '@types/prettier': 2.3.2 + '@types/prettier': 2.4.0 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 chalk: 4.1.2 - expect: 27.2.0 + expect: 27.2.2 graceful-fs: 4.2.8 - jest-diff: 27.2.0 + jest-diff: 27.2.2 jest-get-type: 27.0.6 - jest-haste-map: 27.2.0 - jest-matcher-utils: 27.2.0 - jest-message-util: 27.2.0 - jest-resolve: 27.2.0 + 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 natural-compare: 1.4.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 semver: 7.3.5 transitivePeerDependencies: - supports-color @@ -11386,15 +11379,15 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 chalk: 4.1.2 graceful-fs: 4.2.8 is-ci: 3.0.0 picomatch: 2.3.0 dev: true - /jest-validate/27.2.0: - resolution: {integrity: sha512-uIEZGkFKk3+4liA81Xu0maG5aGDyPLdp+4ed244c+Ql0k3aLWQYcMbaMLXOIFcb83LPHzYzqQ8hwNnIxTqfAGQ==} + /jest-validate/27.2.2: + resolution: {integrity: sha512-01mwTAs2kgDuX98Ua3Xhdhp5lXsLU4eyg6k56adTtrXnU/GbLd9uAsh5nc4MWVtUXMeNmHUyEiD4ibLqE8MuNw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 @@ -11402,16 +11395,16 @@ packages: chalk: 4.1.2 jest-get-type: 27.0.6 leven: 3.1.0 - pretty-format: 27.2.0 + pretty-format: 27.2.2 dev: true - /jest-watcher/27.2.0: - resolution: {integrity: sha512-SjRWhnr+qO8aBsrcnYIyF+qRxNZk6MZH8TIDgvi+VlsyrvOyqg0d+Rm/v9KHiTtC9mGGeFi9BFqgavyWib6xLg==} + /jest-watcher/27.2.2: + resolution: {integrity: sha512-7HJwZq06BCfM99RacCVzXO90B20/dNJvq+Ouiu/VrFdFRCpbnnqlQUEk4KAhBSllgDrTPgKu422SCF5KKBHDRA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.0 + '@jest/test-result': 27.2.2 '@jest/types': 27.1.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.2.0 @@ -11422,21 +11415,21 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 merge-stream: 2.0.0 supports-color: 7.2.0 - /jest-worker/27.2.0: - resolution: {integrity: sha512-laB0ZVIBz+voh/QQy9dmUuuDsadixeerrKqyVpgPz+CCWiOYjOBabUXHIXZhsdvkWbLqSHbgkAHWl5cg24Q6RA==} + /jest-worker/27.2.2: + resolution: {integrity: sha512-aG1xq9KgWB2CPC8YdMIlI8uZgga2LFNcGbHJxO8ctfXAydSaThR4EewKQGg3tBOC+kS3vhPGgymsBdi9VINjPw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.9.2 + '@types/node': 16.10.1 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/27.2.0: - resolution: {integrity: sha512-oUqVXyvh5YwEWl263KWdPUAqEzBFzGHdFLQ05hUnITr1tH+9SscEI9A/GH9eBClA+Nw1ct+KNuuOV6wlnmBPcg==} + /jest/27.2.2: + resolution: {integrity: sha512-XAB/9akDTe3/V0wPNKWfP9Y/NT1QPiCqyRBYGbC66EA9EvgAzdaFEqhFGLaDJ5UP2yIyXUMtju9a9IMrlYbZTQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11445,9 +11438,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.0 + '@jest/core': 27.2.2 import-local: 3.0.2 - jest-cli: 27.2.0 + jest-cli: 27.2.2 transitivePeerDependencies: - bufferutil - canvas @@ -11460,8 +11453,8 @@ packages: resolution: {integrity: sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww==} dev: true - /jiti/1.12.0: - resolution: {integrity: sha512-0yGfdPjYZ+RkYR9HRo9cbeS7UiOleg+1Wg0QNk0vOjeSaXNw0dKp7fz+JeqEpHjmFuTN48eh7bY0FsizSYOLDQ==} + /jiti/1.12.3: + resolution: {integrity: sha512-p88jl9WzvZYekMS5ZOB61bJ1SPV69o7nEpAU+mFpGzXErqLEg3WvNz3jeXylAiSfLZzvqZssrAu08N3AuvaqwQ==} hasBin: true /joycon/3.0.1: @@ -11480,7 +11473,7 @@ packages: dependencies: config-chain: 1.1.13 editorconfig: 0.15.3 - glob: 7.1.7 + glob: 7.2.0 nopt: 5.0.0 dev: true @@ -11491,7 +11484,6 @@ packages: /js-stringify/1.0.2: resolution: {integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds=} - dev: true optional: true /js-tokens/3.0.2: @@ -11632,7 +11624,6 @@ packages: dependencies: is-promise: 2.2.2 promise: 7.3.1 - dev: true optional: true /jszip/3.7.1: @@ -11762,7 +11753,7 @@ packages: debug: 4.3.2 enquirer: 2.3.6 execa: 5.1.1 - listr2: 3.12.1_enquirer@2.3.6 + listr2: 3.12.2_enquirer@2.3.6 log-symbols: 4.1.0 micromatch: 4.0.4 normalize-path: 3.0.0 @@ -11822,8 +11813,8 @@ packages: - zen-observable dev: false - /listr2/3.12.1_enquirer@2.3.6: - resolution: {integrity: sha512-oB1DlXlCzGPbvWhqYBZUQEPJKqsmebQWofXG6Mpbe3uIvoNl8mctBEojyF13ZyqwQ91clCWXpwsWp+t98K4FOQ==} + /listr2/3.12.2_enquirer@2.3.6: + resolution: {integrity: sha512-64xC2CJ/As/xgVI3wbhlPWVPx0wfTqbUAkpb7bjDi0thSWMqrf07UFhrfsGoo8YSXmF049Rp9C0cjLC8rZxK9A==} engines: {node: '>=10.0.0'} peerDependencies: enquirer: '>= 2.3.0 < 3' @@ -12199,8 +12190,8 @@ packages: mimic-fn: 3.1.0 dev: false - /memfs/3.2.4: - resolution: {integrity: sha512-2mDCPhuduRPOxlfgsXF9V+uqC6Jgz8zt/bNe4d4W7d5f6pCzHrWkxLNr17jKGXd4+j2kQNsAG2HARPnt74sqVQ==} + /memfs/3.3.0: + resolution: {integrity: sha512-BEE62uMfKOavX3iG7GYX43QJ+hAeeWnwIAuJ/R6q96jaMtiLzhsxHJC8B1L7fK7Pt/vXDRwb3SG/yBpNGDPqzg==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -12591,8 +12582,14 @@ packages: dev: false optional: true - /nanoid/3.1.25: - resolution: {integrity: sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==} + /nanocolors/0.1.12: + resolution: {integrity: sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==} + + /nanocolors/0.2.9: + resolution: {integrity: sha512-aymgS4Xe0LMqHOHl7jSUEkFh/6O/pcF0j61dBtreQZ1nmbyYdYjSYSJzz0iPLbKPkMtSmdRgyBGywNZGjKOEfw==} + + /nanoid/3.1.28: + resolution: {integrity: sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -12667,6 +12664,13 @@ packages: engines: {node: 4.x || >=6.0.0} dev: false + /node-fetch/2.6.5: + resolution: {integrity: sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==} + engines: {node: 4.x || >=6.0.0} + dependencies: + whatwg-url: 5.0.0 + dev: false + /node-html-parser/3.3.6: resolution: {integrity: sha512-VkWDHvNgFGB3mbQGMyzqRE1i/BG7TKX9wRXC8e/v8kL0kZR/Oy6RjYxXH91K6/+m3g8iQ8dTqRy75lTYoA2Cjg==} dependencies: @@ -12722,8 +12726,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /node-releases/1.1.75: - resolution: {integrity: sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==} + /node-releases/1.1.76: + resolution: {integrity: sha512-9/IECtNr8dXNmPWmFXepT0/7o5eolGesHUa3mtr0KlgnCvnZxwh2qensKL42JJY2vQKC3nIBXetFAqR+PW1CmA==} /node-res/5.0.1: resolution: {integrity: sha512-YOleO9c7MAqoHC+Ccu2vzvV1fL6Ku49gShq3PIMKWHRgrMSih3XcwL05NbLBi6oU2J471gTBfdpVVxwT6Pfhxg==} @@ -12735,8 +12739,8 @@ packages: vary: 1.1.2 dev: false - /nodemon/2.0.12: - resolution: {integrity: sha512-egCTmNZdObdBxUBw6ZNwvZ/xzk24CKRs5K6d+5zbmrMr7rOpPmfPeF6OxM3DDpaRx331CQRFEktn+wrFFfBSOA==} + /nodemon/2.0.13: + resolution: {integrity: sha512-UMXMpsZsv1UXUttCn6gv8eQPhn6DR4BW+txnL3IN5IHqrCwcrT/yWHfL35UsClGXknTH79r5xbu+6J1zNHuSyA==} engines: {node: '>=8.10.0'} hasBin: true requiresBuild: true @@ -12750,7 +12754,7 @@ packages: supports-color: 5.5.0 touch: 3.1.0 undefsafe: 2.0.3 - update-notifier: 4.1.3 + update-notifier: 5.1.0 dev: false /nopt/1.0.10: @@ -13456,14 +13460,14 @@ packages: /postcss-attribute-case-insensitive/4.0.2: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 6.0.6 dev: false /postcss-calc/7.0.5: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 dev: false @@ -13472,7 +13476,7 @@ packages: resolution: {integrity: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13481,7 +13485,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13489,7 +13493,7 @@ packages: resolution: {integrity: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13498,7 +13502,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13506,7 +13510,7 @@ packages: resolution: {integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13514,10 +13518,10 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.0 + browserslist: 4.17.1 color: 3.2.1 has: 1.0.3 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13525,7 +13529,7 @@ packages: resolution: {integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13533,14 +13537,14 @@ packages: resolution: {integrity: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-custom-properties/8.0.11: resolution: {integrity: sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13548,7 +13552,7 @@ packages: resolution: {integrity: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 5.0.0 dev: false @@ -13556,7 +13560,7 @@ packages: resolution: {integrity: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==} engines: {node: '>=4.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 5.0.0 dev: false @@ -13564,35 +13568,35 @@ packages: resolution: {integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-discard-duplicates/4.0.2: resolution: {integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-discard-empty/4.0.1: resolution: {integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-discard-overridden/4.0.1: resolution: {integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-double-position-gradients/1.0.0: resolution: {integrity: sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13600,7 +13604,7 @@ packages: resolution: {integrity: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13608,45 +13612,45 @@ packages: resolution: {integrity: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-focus-within/3.0.0: resolution: {integrity: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-font-variant/4.0.1: resolution: {integrity: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-gap-properties/2.0.0: resolution: {integrity: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false - /postcss-html/0.36.0_2b33a41d320e3e2012e5b3b0fadc703b: + /postcss-html/0.36.0_01a46f28072a4e5e525c32ff0c2998f2: resolution: {integrity: sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==} peerDependencies: postcss: '>=5.0.0' postcss-syntax: '>=0.36.0' dependencies: htmlparser2: 3.10.1 - postcss: 7.0.36 - postcss-syntax: 0.36.2_postcss@7.0.36 + postcss: 7.0.38 + postcss-syntax: 0.36.2_postcss@7.0.38 dev: true /postcss-image-set-function/3.0.1: resolution: {integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13660,7 +13664,7 @@ packages: resolution: {integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 read-cache: 1.0.0 resolve: 1.20.0 @@ -13669,7 +13673,7 @@ packages: /postcss-initial/3.0.4: resolution: {integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-lab-function/2.0.1: @@ -13677,7 +13681,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false @@ -13685,7 +13689,7 @@ packages: resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==} engines: {node: '>=6.14.4'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: true /postcss-load-config/2.1.2: @@ -13715,7 +13719,7 @@ packages: engines: {node: '>= 6'} dependencies: loader-utils: 1.4.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-load-config: 2.1.2 schema-utils: 1.0.0 dev: false @@ -13724,14 +13728,14 @@ packages: resolution: {integrity: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-media-minmax/4.0.0: resolution: {integrity: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-media-query-parser/0.2.3: @@ -13743,7 +13747,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: css-color-names: 0.0.4 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 stylehacks: 4.0.3 dev: false @@ -13752,10 +13756,10 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.0 + browserslist: 4.17.1 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 3.1.2 vendors: 1.0.4 dev: false @@ -13764,7 +13768,7 @@ packages: resolution: {integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13774,7 +13778,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 is-color-stop: 1.1.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13783,9 +13787,9 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.17.0 + browserslist: 4.17.1 cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 uniqs: 2.0.0 dev: false @@ -13796,7 +13800,7 @@ packages: dependencies: alphanum-sort: 1.0.2 has: 1.0.3 - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 3.1.2 dev: false @@ -13804,7 +13808,7 @@ packages: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} engines: {node: '>= 6'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-modules-local-by-default/3.0.3: @@ -13812,7 +13816,7 @@ packages: engines: {node: '>= 6'} dependencies: icss-utils: 4.1.1 - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 dev: false @@ -13821,7 +13825,7 @@ packages: resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} engines: {node: '>= 6'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 6.0.6 dev: false @@ -13829,21 +13833,21 @@ packages: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} dependencies: icss-utils: 4.1.1 - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-nesting/7.0.1: resolution: {integrity: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-normalize-charset/4.0.1: resolution: {integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-normalize-display-values/4.0.2: @@ -13851,7 +13855,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13861,7 +13865,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 has: 1.0.3 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13871,7 +13875,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 cssnano-util-get-match: 4.0.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13880,7 +13884,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: has: 1.0.3 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13889,7 +13893,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13897,8 +13901,8 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.0 - postcss: 7.0.36 + browserslist: 4.17.1 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13908,7 +13912,7 @@ packages: dependencies: is-absolute-url: 2.1.0 normalize-url: 3.3.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13916,7 +13920,7 @@ packages: resolution: {integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13925,7 +13929,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false @@ -13933,41 +13937,41 @@ packages: resolution: {integrity: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-page-break/2.0.0: resolution: {integrity: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-place/4.0.1: resolution: {integrity: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-values-parser: 2.0.1 dev: false /postcss-prefix-selector/1.13.0: resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==} dependencies: - postcss: 8.3.6 + postcss: 8.3.8 dev: true /postcss-preset-env/6.7.0: resolution: {integrity: sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==} engines: {node: '>=6.0.0'} dependencies: - autoprefixer: 9.8.6 - browserslist: 4.17.0 - caniuse-lite: 1.0.30001258 + autoprefixer: 9.8.7 + browserslist: 4.17.1 + caniuse-lite: 1.0.30001260 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 cssdb: 4.4.0 - postcss: 7.0.36 + postcss: 7.0.38 postcss-attribute-case-insensitive: 4.0.2 postcss-color-functional-notation: 2.0.1 postcss-color-gray: 5.0.0 @@ -14003,7 +14007,7 @@ packages: resolution: {integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-selector-parser: 5.0.0 dev: false @@ -14011,10 +14015,10 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.0 + browserslist: 4.17.1 caniuse-api: 3.0.0 has: 1.0.3 - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-reduce-transforms/4.0.2: @@ -14023,14 +14027,14 @@ packages: dependencies: cssnano-util-get-match: 4.0.0 has: 1.0.3 - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 dev: false /postcss-replace-overflow-wrap/3.0.0: resolution: {integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-resolve-nested-selector/0.1.1: @@ -14041,35 +14045,35 @@ packages: resolution: {integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: true /postcss-sass/0.4.4: resolution: {integrity: sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==} dependencies: gonzales-pe: 4.3.0 - postcss: 7.0.36 + postcss: 7.0.38 dev: true /postcss-scss/2.1.1: resolution: {integrity: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: true /postcss-selector-matches/4.0.0: resolution: {integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==} dependencies: balanced-match: 1.0.2 - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-selector-not/4.0.1: resolution: {integrity: sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==} dependencies: balanced-match: 1.0.2 - postcss: 7.0.36 + postcss: 7.0.38 dev: false /postcss-selector-parser/3.1.2: @@ -14101,17 +14105,17 @@ packages: resolution: {integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 postcss-value-parser: 3.3.1 svgo: 1.3.2 dev: false - /postcss-syntax/0.36.2_postcss@7.0.36: + /postcss-syntax/0.36.2_postcss@7.0.38: resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==} peerDependencies: postcss: '>=5.0.0' dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: true /postcss-unique-selectors/4.0.1: @@ -14119,7 +14123,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - postcss: 7.0.36 + postcss: 7.0.38 uniqs: 2.0.0 dev: false @@ -14130,7 +14134,7 @@ packages: mime: 2.5.2 minimatch: 3.0.4 mkdirp: 0.5.5 - postcss: 7.0.36 + postcss: 7.0.38 xxhashjs: 0.2.2 dev: false @@ -14160,20 +14164,19 @@ packages: supports-color: 3.2.3 dev: true - /postcss/7.0.36: - resolution: {integrity: sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==} + /postcss/7.0.38: + resolution: {integrity: sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==} engines: {node: '>=6.0.0'} dependencies: - chalk: 2.4.2 + nanocolors: 0.2.9 source-map: 0.6.1 - supports-color: 6.1.0 - /postcss/8.3.6: - resolution: {integrity: sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==} + /postcss/8.3.8: + resolution: {integrity: sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==} engines: {node: ^10 || ^12 || >=14} dependencies: - colorette: 1.4.0 - nanoid: 3.1.25 + nanocolors: 0.2.9 + nanoid: 3.1.28 source-map-js: 0.6.2 dev: true @@ -14275,8 +14278,8 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/27.2.0: - resolution: {integrity: sha512-KyJdmgBkMscLqo8A7K77omgLx5PWPiXJswtTtFV7XgVZv2+qPk6UivpXXO+5k6ZEbWIbLoKdx1pZ6ldINzbwTA==} + /pretty-format/27.2.2: + resolution: {integrity: sha512-+DdLh+rtaElc2SQOE/YPH8k2g3Rf2OXWEpy06p8Szs3hdVSYD87QOOlYRHWAeb/59XTmeVmRKvDD0svHqf6ycA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.1.1 @@ -14385,7 +14388,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.9.2 + '@types/node': 16.10.1 long: 4.0.0 dev: false @@ -14432,7 +14435,6 @@ packages: constantinople: 4.0.1 js-stringify: 1.0.2 pug-runtime: 3.0.1 - dev: true optional: true /pug-code-gen/3.0.2: @@ -14446,12 +14448,10 @@ packages: pug-runtime: 3.0.1 void-elements: 3.1.0 with: 7.0.2 - dev: true optional: true /pug-error/2.0.0: resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} - dev: true optional: true /pug-filters/4.0.0: @@ -14462,7 +14462,6 @@ packages: pug-error: 2.0.0 pug-walk: 2.0.0 resolve: 1.20.0 - dev: true optional: true /pug-lexer/5.0.1: @@ -14471,7 +14470,6 @@ packages: character-parser: 2.2.0 is-expression: 4.0.0 pug-error: 2.0.0 - dev: true optional: true /pug-linker/4.0.0: @@ -14479,7 +14477,6 @@ packages: dependencies: pug-error: 2.0.0 pug-walk: 2.0.0 - dev: true optional: true /pug-load/3.0.0: @@ -14487,7 +14484,6 @@ packages: dependencies: object-assign: 4.1.1 pug-walk: 2.0.0 - dev: true optional: true /pug-parser/6.0.0: @@ -14495,24 +14491,20 @@ packages: dependencies: pug-error: 2.0.0 token-stream: 1.0.0 - dev: true optional: true /pug-runtime/3.0.1: resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} - dev: true optional: true /pug-strip-comments/2.0.0: resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} dependencies: pug-error: 2.0.0 - dev: true optional: true /pug-walk/2.0.0: resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} - dev: true optional: true /pug/3.0.2: @@ -14527,7 +14519,6 @@ packages: pug-parser: 6.0.0 pug-runtime: 3.0.1 pug-strip-comments: 2.0.0 - dev: true optional: true /pump/2.0.1: @@ -14834,8 +14825,8 @@ packages: extend-shallow: 3.0.2 safe-regex: 1.1.0 - /regexp-tree/0.1.23: - resolution: {integrity: sha512-+7HWfb4Bvu8Rs2eQTUIpX9I/PlQkYOuTNbRpKLJlQpSgwSkzFYh+pUj0gtvglnOZLKB6YgnIgRuJ2/IlpL48qw==} + /regexp-tree/0.1.24: + resolution: {integrity: sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==} hasBin: true dev: true @@ -14883,7 +14874,7 @@ packages: engines: {node: '>= 0.10'} dev: false - /relay-compiler/11.0.2_graphql@15.5.3: + /relay-compiler/11.0.2_graphql@15.6.0: resolution: {integrity: sha512-nDVAURT1YncxSiDOKa39OiERkAr0DUcPmlHlg+C8zD+EiDo2Sgczf2R6cDsN4UcDvucYtkLlDLFErPwgLs8WzA==} hasBin: true peerDependencies: @@ -14899,8 +14890,8 @@ packages: chalk: 4.1.2 fb-watchman: 2.0.1 fbjs: 3.0.0 - glob: 7.1.7 - graphql: 15.5.3 + glob: 7.2.0 + graphql: 15.6.0 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -15089,14 +15080,14 @@ packages: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true dependencies: - glob: 7.1.7 + glob: 7.2.0 dev: false /rimraf/3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: - glob: 7.1.7 + glob: 7.2.0 /ripemd160/2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} @@ -15117,8 +15108,8 @@ packages: sprintf-js: 1.1.2 dev: false - /rollup/2.56.3: - resolution: {integrity: sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==} + /rollup/2.57.0: + resolution: {integrity: sha512-bKQIh1rWKofRee6mv8SrF2HdP6pea5QkwBZSMImJysFj39gQuiV8MEPBjXOCpzk3wSYp63M2v2wkWBmFC8O/rg==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -15168,13 +15159,13 @@ packages: /safe-regex/2.1.1: resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} dependencies: - regexp-tree: 0.1.23 + regexp-tree: 0.1.24 dev: true /safer-buffer/2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader/10.1.1_sass@1.41.1: + /sass-loader/10.1.1_sass@1.42.1: resolution: {integrity: sha512-W6gVDXAd5hR/WHsPicvZdjAWHBcEJ44UahgxcIE196fW2ong0ZHMPO1kZuI5q0VlvMQZh32gpv69PLWQm70qrw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15193,12 +15184,12 @@ packages: klona: 2.0.4 loader-utils: 2.0.0 neo-async: 2.6.2 - sass: 1.41.1 + sass: 1.42.1 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass-loader/10.2.0_sass@1.41.1: + /sass-loader/10.2.0_sass@1.42.1: resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -15217,13 +15208,13 @@ packages: klona: 2.0.4 loader-utils: 2.0.0 neo-async: 2.6.2 - sass: 1.41.1 + sass: 1.42.1 schema-utils: 3.1.1 semver: 7.3.5 dev: true - /sass/1.41.1: - resolution: {integrity: sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==} + /sass/1.42.1: + resolution: {integrity: sha512-/zvGoN8B7dspKc5mC6HlaygyCBRvnyzzgD5khiaCfglWztY99cYoiTUksVx11NlnemrcfH5CEaCpsUKoW0cQqg==} engines: {node: '>=8.9.0'} hasBin: true dependencies: @@ -15278,19 +15269,6 @@ packages: /scule/0.2.1: resolution: {integrity: sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==} - /selenium-webdriver/4.0.0-beta.1: - resolution: {integrity: sha512-DJ10z6Yk+ZBaLrt1CLElytQ/FOayx29ANKDtmtyW1A6kCJx3+dsc5fFMOZxwzukDniyYsC3OObT5pUAsgkjpxQ==} - engines: {node: '>= 10.15.0'} - dependencies: - jszip: 3.7.1 - rimraf: 2.7.1 - tmp: 0.2.1 - ws: 7.5.5 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - /selenium-webdriver/4.0.0-rc-1: resolution: {integrity: sha512-bcrwFPRax8fifRP60p7xkWDGSJJoMkPAzufMlk5K2NyLPht/YZzR2WcIk1+3gR8VOCLlst1P2PI+MXACaFzpIw==} engines: {node: '>= 10.15.0'} @@ -15530,7 +15508,7 @@ packages: engines: {node: '>=8.9.0', npm: '>=5.6.0'} hasBin: true dependencies: - '@types/node': 12.20.25 + '@types/node': 12.20.27 '@types/sax': 1.2.3 arg: 4.1.3 sax: 1.2.4 @@ -15851,7 +15829,7 @@ packages: engines: {node: '>=10'} dependencies: char-regex: 1.0.2 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 dev: true /string-width/1.0.2: @@ -15880,13 +15858,13 @@ packages: strip-ansi: 5.2.0 dev: false - /string-width/4.2.2: - resolution: {integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==} + /string-width/4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 /string.prototype.trimend/1.0.4: resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} @@ -15939,8 +15917,8 @@ packages: ansi-regex: 4.1.0 dev: false - /strip-ansi/6.0.0: - resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} + /strip-ansi/6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 @@ -15980,7 +15958,7 @@ packages: peerDependencies: webpack: ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - glob: 7.1.7 + glob: 7.2.0 loader-utils: 2.0.0 schema-utils: 3.1.1 webpack: 4.46.0 @@ -15994,8 +15972,8 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.0 - postcss: 7.0.36 + browserslist: 4.17.1 + postcss: 7.0.38 postcss-selector-parser: 3.1.2 dev: false @@ -16036,7 +16014,7 @@ packages: '@types/stylelint': 13.13.2 arrify: 2.0.1 globby: 11.0.4 - jest-worker: 27.2.0 + jest-worker: 27.2.2 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 @@ -16048,9 +16026,9 @@ packages: engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@stylelint/postcss-css-in-js': 0.37.2_2b33a41d320e3e2012e5b3b0fadc703b - '@stylelint/postcss-markdown': 0.36.2_2b33a41d320e3e2012e5b3b0fadc703b - autoprefixer: 9.8.6 + '@stylelint/postcss-css-in-js': 0.37.2_01a46f28072a4e5e525c32ff0c2998f2 + '@stylelint/postcss-markdown': 0.36.2_01a46f28072a4e5e525c32ff0c2998f2 + autoprefixer: 9.8.7 balanced-match: 2.0.0 chalk: 4.1.2 cosmiconfig: 7.0.1 @@ -16074,8 +16052,8 @@ packages: meow: 9.0.0 micromatch: 4.0.4 normalize-selector: 0.2.0 - postcss: 7.0.36 - postcss-html: 0.36.0_2b33a41d320e3e2012e5b3b0fadc703b + postcss: 7.0.38 + postcss-html: 0.36.0_01a46f28072a4e5e525c32ff0c2998f2 postcss-less: 3.1.4 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 @@ -16083,13 +16061,13 @@ packages: postcss-sass: 0.4.4 postcss-scss: 2.1.1 postcss-selector-parser: 6.0.6 - postcss-syntax: 0.36.2_postcss@7.0.36 + postcss-syntax: 0.36.2_postcss@7.0.38 postcss-value-parser: 4.1.0 resolve-from: 5.0.0 slash: 3.0.0 specificity: 0.4.1 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 style-search: 0.1.0 sugarss: 2.0.0 svg-tags: 1.0.0 @@ -16100,14 +16078,14 @@ packages: - supports-color dev: true - /subscriptions-transport-ws/0.9.19_graphql@15.5.3: + /subscriptions-transport-ws/0.9.19_graphql@15.6.0: resolution: {integrity: sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==} peerDependencies: graphql: '>=0.10.0' dependencies: backo2: 1.0.2 eventemitter3: 3.1.2 - graphql: 15.5.3 + graphql: 15.6.0 iterall: 1.3.0 symbol-observable: 1.2.0 ws: 7.5.5 @@ -16132,7 +16110,7 @@ packages: /sugarss/2.0.0: resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==} dependencies: - postcss: 7.0.36 + postcss: 7.0.38 dev: true /supports-color/2.0.0: @@ -16152,12 +16130,6 @@ packages: dependencies: has-flag: 3.0.0 - /supports-color/6.1.0: - resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} - engines: {node: '>=6'} - dependencies: - has-flag: 3.0.0 - /supports-color/7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -16274,7 +16246,7 @@ packages: engines: {node: '>=8'} dependencies: buffer: 5.7.1 - node-fetch: 2.6.2 + node-fetch: 2.6.5 dev: false /table/6.7.1: @@ -16285,8 +16257,8 @@ packages: lodash.clonedeep: 4.5.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 /tapable/0.2.9: resolution: {integrity: sha512-2wsvQ+4GwBvLPLWsNfLCDYGsW6xb7aeC6utq2Qh0PFwgEy7K7dsma9Jsmb2zSQj7GvYAyUGSntLtsv++GmgL1A==} @@ -16309,11 +16281,6 @@ packages: yallist: 4.0.0 dev: false - /term-size/2.2.1: - resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} - engines: {node: '>=8'} - dev: false - /terminal-link/2.1.1: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} @@ -16330,7 +16297,7 @@ packages: acorn-loose: 6.1.0 acorn-walk: 6.2.0 enhanced-resolve: 2.3.0 - glob: 7.1.7 + glob: 7.2.0 minimatch: 3.0.4 resolve-from: 2.0.0 dev: false @@ -16366,7 +16333,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.8.0 + terser: 5.9.0 webpack: 4.46.0 webpack-sources: 1.4.3 dev: false @@ -16380,8 +16347,8 @@ packages: source-map: 0.6.1 source-map-support: 0.5.20 - /terser/5.8.0: - resolution: {integrity: sha512-f0JH+6yMpneYcRJN314lZrSwu9eKkUFEHLN/kNy8ceh8gaRiLgFPJqrB9HsXjhEGdv4e/ekjTOFxIlL6xlma8A==} + /terser/5.9.0: + resolution: {integrity: sha512-h5hxa23sCdpzcye/7b8YqbE5OwKca/ni0RQz1uRX3tGh8haaGHqcuSqbGRybuAKNdntZ0mDgFNXPJ48xQ2RXKQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -16395,7 +16362,7 @@ packages: engines: {node: '>=8'} dependencies: '@istanbuljs/schema': 0.1.3 - glob: 7.1.7 + glob: 7.2.0 minimatch: 3.0.4 dev: true @@ -16554,7 +16521,6 @@ packages: /token-stream/1.0.0: resolution: {integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=} - dev: true optional: true /totalist/1.1.0: @@ -16578,6 +16544,10 @@ packages: universalify: 0.1.2 dev: true + /tr46/0.0.3: + resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=} + dev: false + /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} @@ -16631,39 +16601,7 @@ packages: tslib: 2.3.1 dev: false - /ts-jest/27.0.5_1a40f4e4b43f874ee5ff27a7fd1a8d17: - 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.0_@babel+core@7.15.5 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.2.0 - 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_bd302350a23170fc0ef61cbda3ff9f29: + /ts-jest/27.0.5_dcbb3b1d9fa62017b2dc2d971c4dd27e: resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -16684,7 +16622,39 @@ packages: '@types/jest': 26.0.24 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.2.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 json5: 2.2.0 lodash: 4.17.21 @@ -16786,13 +16756,13 @@ packages: chalk: 4.1.2 chokidar: 3.5.2 debug: 4.3.2 - esbuild: 0.12.28 + esbuild: 0.12.29 execa: 5.1.1 globby: 11.0.4 joycon: 3.0.1 postcss-load-config: 3.1.0 resolve-from: 5.0.0 - rollup: 2.56.3 + rollup: 2.57.0 sucrase: 3.20.1 tree-kill: 1.2.2 typescript: 4.4.3 @@ -16875,6 +16845,7 @@ packages: /type-fest/0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} + dev: true /type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} @@ -17047,27 +17018,6 @@ packages: engines: {node: '>= 0.8'} dev: false - /unplugin-vue2-script-setup/0.5.8: - resolution: {integrity: sha512-404IblNrW59LVaSx73Sk/XaHLOWs+WKUxL8V2qkqw5mHeiu6PJ1x1wjNsalPF4esXCnvlnLZtpabnr2gYEgHXA==} - dependencies: - '@babel/core': 7.15.5 - '@babel/generator': 7.15.4 - '@babel/parser': 7.15.7 - '@babel/traverse': 7.15.4 - '@babel/types': 7.15.6 - '@vue/ref-transform': 3.2.12 - '@vue/shared': 3.2.12 - defu: 5.0.0 - htmlparser2: 6.1.0 - magic-string: 0.25.7 - unplugin: 0.2.11 - transitivePeerDependencies: - - rollup - - supports-color - - vite - - webpack - dev: false - /unplugin-vue2-script-setup/0.6.4: resolution: {integrity: sha512-uKnf5KSx/8PHd+7HSE99Dw5J6TQrZ8nTdgly5wkIvV1Dwq948tuiAK37sCyQsTMkfstyigT2UwyRXX5g+hTtKQ==} dependencies: @@ -17076,12 +17026,12 @@ packages: '@babel/parser': 7.15.7 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@vue/ref-transform': 3.2.12 - '@vue/shared': 3.2.12 + '@vue/ref-transform': 3.2.19 + '@vue/shared': 3.2.19 defu: 5.0.0 htmlparser2: 7.1.2 magic-string: 0.25.7 - unplugin: 0.2.11 + unplugin: 0.2.16 optionalDependencies: pug: 3.0.2 transitivePeerDependencies: @@ -17089,10 +17039,9 @@ packages: - supports-color - vite - webpack - dev: true - /unplugin/0.2.11: - resolution: {integrity: sha512-PY8x+hG1smsF06chESP5BurwZN+tZK1tNjKsCXe4XFOfRCIOcrIPCrwBKwLSfeAdojVCtMjSpJ2e/l5QXNw16A==} + /unplugin/0.2.16: + resolution: {integrity: sha512-KkXatHba0baJszSHW+2e8EQU/5Bz7rYwzYXu8wUeq97tE6K3wvub+7OWSuRv04LttvzNLsJ2jXEyR35gofv74Q==} peerDependencies: rollup: ^2.50.0 vite: ^2.3.0 @@ -17105,7 +17054,6 @@ packages: webpack: optional: true dependencies: - upath: 2.0.1 webpack-virtual-modules: 0.4.3 /unquote/1.1.1: @@ -17118,8 +17066,8 @@ packages: has-value: 0.3.1 isobject: 3.0.1 - /untyped/0.2.8: - resolution: {integrity: sha512-SCXbOqy1sT56l5y7A4LVkXTBBMdTNneAoVrqwYlpXdK85QmOPKrPUGlitejsDK0YUpWSf1KFZWAj8CH7KpuSyg==} + /untyped/0.2.9: + resolution: {integrity: sha512-8d8V+q/y5CGzV+IYnoOCMjrK+NSNp1HKO8iPQ+bV4rBP8knPIme3+j/bpej8IuMnEMxOJZNptXNOXCx7w+VJxQ==} dev: true /upath/1.2.0: @@ -17132,21 +17080,22 @@ packages: resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} engines: {node: '>=4'} - /update-notifier/4.1.3: - resolution: {integrity: sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==} - engines: {node: '>=8'} + /update-notifier/5.1.0: + resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==} + engines: {node: '>=10'} dependencies: - boxen: 4.2.0 - chalk: 3.0.0 + boxen: 5.1.2 + chalk: 4.1.2 configstore: 5.0.1 has-yarn: 2.1.0 import-lazy: 2.1.0 is-ci: 2.0.0 - is-installed-globally: 0.3.2 - is-npm: 4.0.0 + is-installed-globally: 0.4.0 + is-npm: 5.0.0 is-yarn-global: 0.3.0 latest-version: 5.1.0 pupa: 2.1.1 + semver: 7.3.5 semver-diff: 3.1.1 xdg-basedir: 4.0.0 dev: false @@ -17374,7 +17323,6 @@ packages: /void-elements/3.1.0: resolution: {integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=} engines: {node: '>=0.10.0'} - dev: true optional: true /vscode-jsonrpc/4.0.0: @@ -17414,8 +17362,8 @@ packages: deprecated: Sorry but vue-analytics is no longer maintained. I would suggest you switch to vue-gtag, with love, the guy who made the package. dev: true - /vue-apollo/3.0.7: - resolution: {integrity: sha512-EUfIn4cJmoflnDJiSNP8gH4fofIEzd0I2AWnd9nhHB8mddmzIfgSNjIRihDcRB10wypYG1OG0GcU335CFgZRfA==} + /vue-apollo/3.0.8: + resolution: {integrity: sha512-RnkC75PMoGwl1sdZdVO3R9P51wqmgOVi4QmljkBaTzlVThVlqfkJhrBcPiw2K9EohvSagvZclNqXktyOCcXbBA==} peerDependencies: graphql-tag: ^2 dependencies: @@ -17434,17 +17382,17 @@ packages: optional: true dependencies: apollo: 2.33.6_typescript@4.4.3 - apollo-cache-inmemory: 1.6.6_graphql@15.5.3 - apollo-client: 2.6.10_graphql@15.5.3 - apollo-link: 1.2.14_graphql@15.5.3 - apollo-link-context: 1.0.20_graphql@15.5.3 - apollo-link-http: 1.5.17_graphql@15.5.3 - apollo-link-persisted-queries: 0.2.2_graphql@15.5.3 - apollo-link-state: 0.4.2_5f466e6590123656a00b5daa90947cc8 - apollo-link-ws: 1.0.20_a527cab2bdb210e0448b693392a77927 - apollo-server-express: 2.25.2_graphql@15.5.3 - apollo-upload-client: 13.0.0_graphql@15.5.3 - apollo-utilities: 1.3.4_graphql@15.5.3 + apollo-cache-inmemory: 1.6.6_graphql@15.6.0 + apollo-client: 2.6.10_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.0 + apollo-link-context: 1.0.20_graphql@15.6.0 + apollo-link-http: 1.5.17_graphql@15.6.0 + apollo-link-persisted-queries: 0.2.2_graphql@15.6.0 + apollo-link-state: 0.4.2_676aad6243157f125b56a746bc8f3122 + apollo-link-ws: 1.0.20_fbc2669a39cce3d0d7a36ba453108f25 + apollo-server-express: 2.25.2_graphql@15.6.0 + apollo-upload-client: 13.0.0_graphql@15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.0 chalk: 4.1.2 deepmerge: 4.2.2 dotenv: 8.6.0 @@ -17452,13 +17400,13 @@ packages: execa: 4.1.0 express: 4.17.1 fs-extra: 9.1.0 - graphql: 15.5.3 - graphql-subscriptions: 1.2.1_graphql@15.5.3 - graphql-tag: 2.12.5_graphql@15.5.3 - graphql-tools: 6.2.6_a527cab2bdb210e0448b693392a77927 - node-fetch: 2.6.2 - nodemon: 2.0.12 - subscriptions-transport-ws: 0.9.19_graphql@15.5.3 + graphql: 15.6.0 + graphql-subscriptions: 1.2.1_graphql@15.6.0 + graphql-tag: 2.12.5_graphql@15.6.0 + graphql-tools: 6.2.6_fbc2669a39cce3d0d7a36ba453108f25 + node-fetch: 2.6.5 + nodemon: 2.0.13 + subscriptions-transport-ws: 0.9.19_graphql@15.6.0 ts-node: 8.10.2_typescript@4.4.3 typescript: 4.4.3 transitivePeerDependencies: @@ -17499,15 +17447,15 @@ packages: /vue-github-button/1.3.0: resolution: {integrity: sha512-Cc92t+GBLwBPhwtHSvKXjbx07U3+6xdi+eR+s9c734tHbndipCLenJjLVkgErNhKZ0EvDjRyuu8Hu69gg9/TxQ==} dependencies: - github-buttons: 2.19.0 + github-buttons: 2.19.1 dev: false /vue-hot-reload-api/2.3.4: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: false - /vue-i18n/8.25.1: - resolution: {integrity: sha512-UgvN6LxcANSG2O/i8draincxY3E/2bppMNN0szVinN7tuzSJdNFQdB9VDVaQcR1i8BprK9ISUAgZVZacsl+Zbw==} + /vue-i18n/8.26.1: + resolution: {integrity: sha512-N6GpogueNQqmAye6lkUySlrXAZqBs9DYz8+8LHxm4IV7hEP/KWQL9VUCV8oJ0DS1asUTlvI2qKm2MydRgoPJFQ==} dev: false /vue-jest/3.0.7_babel-core@7.0.0-bridge.0: @@ -17680,6 +17628,10 @@ packages: watchpack-chokidar2: 2.0.1 dev: false + /webidl-conversions/3.0.1: + resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=} + dev: false + /webidl-conversions/5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} @@ -17717,7 +17669,7 @@ packages: dependencies: colorette: 1.4.0 mem: 8.1.1 - memfs: 3.2.4 + memfs: 3.3.0 mime-types: 2.1.32 range-parser: 1.2.1 schema-utils: 3.1.1 @@ -17730,7 +17682,7 @@ packages: ansi-html-community: 0.0.8 html-entities: 2.3.2 querystring: 0.2.1 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 dev: false /webpack-node-externals/3.0.0: @@ -17831,6 +17783,13 @@ packages: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} dev: true + /whatwg-url/5.0.0: + resolution: {integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0=} + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + dev: false + /whatwg-url/8.7.0: resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} @@ -17870,7 +17829,7 @@ packages: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} dependencies: - string-width: 4.2.2 + string-width: 4.2.3 dev: false /windicss-webpack-plugin/1.4.7_typescript@4.4.3: @@ -17904,7 +17863,6 @@ packages: '@babel/types': 7.15.6 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 - dev: true optional: true /word-wrap/1.2.3: @@ -17954,8 +17912,8 @@ packages: engines: {node: '>=8'} dependencies: ansi-styles: 4.3.0 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 dev: false /wrap-ansi/7.0.0: @@ -17963,8 +17921,8 @@ packages: engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 - string-width: 4.2.2 - strip-ansi: 6.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 /wrappy/1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} @@ -18136,7 +18094,7 @@ packages: require-directory: 2.1.1 require-main-filename: 2.0.0 set-blocking: 2.0.0 - string-width: 4.2.2 + string-width: 4.2.3 which-module: 2.0.0 y18n: 4.0.3 yargs-parser: 18.1.3 @@ -18150,19 +18108,19 @@ packages: escalade: 3.1.1 get-caller-file: 2.0.5 require-directory: 2.1.1 - string-width: 4.2.2 + string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 20.2.9 - /yargs/17.1.1: - resolution: {integrity: sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==} + /yargs/17.2.1: + resolution: {integrity: sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==} engines: {node: '>=12'} dependencies: cliui: 7.0.4 escalade: 3.1.1 get-caller-file: 2.0.5 require-directory: 2.1.1 - string-width: 4.2.2 + string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 20.2.9 dev: true