diff --git a/package.json b/package.json index 1963dcb2e..d4e593884 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ ], "dependencies": { "husky": "^7.0.2", - "lint-staged": "^11.1.2" + "lint-staged": "^11.2.2" }, "devDependencies": { - "@commitlint/cli": "^13.2.0", + "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0" } } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index ef1596aa7..52a2f787c 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -26,7 +26,7 @@ "do-test": "pnpm run test" }, "dependencies": { - "@apollo/client": "^3.4.15", + "@apollo/client": "^3.4.16", "@hoppscotch/js-sandbox": "workspace:^1.0.0", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/composition-api": "^0.29.2", @@ -40,12 +40,12 @@ "axios": "^0.22.0", "codemirror": "^5.63.1", "codemirror-theme-github": "^1.0.0", - "core-js": "^3.18.1", + "core-js": "^3.18.2", "esprima": "^4.0.1", - "firebase": "^9.1.1", + "firebase": "^9.1.2", "fp-ts": "^2.11.4", "fuse.js": "^6.4.6", - "graphql": "^15.6.0", + "graphql": "^15.6.1", "graphql-language-service-interface": "^2.8.4", "graphql-language-service-parser": "^1.9.2", "graphql-tag": "^2.12.5", @@ -55,7 +55,7 @@ "node-interval-tree": "^1.3.3", "nuxt": "^2.15.8", "paho-mqtt": "^1.1.0", - "rxjs": "^7.3.1", + "rxjs": "^7.4.0", "socket.io-client": "^4.2.0", "socketio-wildcard": "^2.0.0", "splitpanes": "^2.3.8", @@ -70,9 +70,9 @@ "yargs-parser": "^20.2.9" }, "devDependencies": { - "@babel/core": "^7.15.5", - "@babel/preset-env": "^7.15.6", - "@commitlint/cli": "^13.2.0", + "@babel/core": "^7.15.8", + "@babel/preset-env": "^7.15.8", + "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", "@nuxt/types": "^2.15.8", "@nuxt/typescript-build": "^2.1.0", @@ -91,16 +91,16 @@ "@types/esprima": "^4.0.3", "@types/lodash": "^4.14.175", "@types/splitpanes": "^2.2.1", - "@vue/runtime-dom": "^3.2.19", + "@vue/runtime-dom": "^3.2.20", "@vue/test-utils": "^1.2.2", "babel-core": "^7.0.0-bridge.0", - "babel-jest": "^27.2.4", + "babel-jest": "^27.2.5", "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.4", + "eslint-plugin-vue": "^7.19.1", + "jest": "^27.2.5", "jest-serializer-vue": "^2.0.2", "nuxt-windicss": "^1.2.4", "prettier": "^2.4.1", @@ -113,7 +113,7 @@ "stylelint-config-standard": "^22.0.0", "ts-jest": "^27.0.5", "typescript": "^4.4.3", - "unplugin-vue2-script-setup": "^0.6.4", + "unplugin-vue2-script-setup": "^0.6.11", "vue-jest": "^3.0.7", "worker-loader": "^3.0.8" } diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index ca54bab46..a7fbfae41 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -39,14 +39,14 @@ "@relmify/jest-fp-ts": "^1.1.1", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.175", - "@types/node": "^16.10.2", - "@typescript-eslint/eslint-plugin": "^4.32.0", - "@typescript-eslint/parser": "^4.32.0", + "@types/node": "^16.10.3", + "@typescript-eslint/eslint-plugin": "^4.33.0", + "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", - "jest": "^27.2.4", + "jest": "^27.2.5", "prettier": "^2.4.1", "pretty-quick": "^3.1.1", "ts-jest": "^27.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f51c770d9..231b9abcd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,23 +4,23 @@ importers: .: specifiers: - '@commitlint/cli': ^13.2.0 + '@commitlint/cli': ^13.2.1 '@commitlint/config-conventional': ^13.2.0 husky: ^7.0.2 - lint-staged: ^11.1.2 + lint-staged: ^11.2.2 dependencies: husky: 7.0.2 - lint-staged: 11.1.2 + lint-staged: 11.2.2 devDependencies: - '@commitlint/cli': 13.2.0 + '@commitlint/cli': 13.2.1 '@commitlint/config-conventional': 13.2.0 packages/hoppscotch-app: specifiers: - '@apollo/client': ^3.4.15 - '@babel/core': ^7.15.5 - '@babel/preset-env': ^7.15.6 - '@commitlint/cli': ^13.2.0 + '@apollo/client': ^3.4.16 + '@babel/core': ^7.15.8 + '@babel/preset-env': ^7.15.8 + '@commitlint/cli': ^13.2.1 '@commitlint/config-conventional': ^13.2.0 '@hoppscotch/js-sandbox': workspace:^1.0.0 '@nuxt/types': ^2.15.8 @@ -47,30 +47,30 @@ importers: '@types/esprima': ^4.0.3 '@types/lodash': ^4.14.175 '@types/splitpanes': ^2.2.1 - '@vue/runtime-dom': ^3.2.19 + '@vue/runtime-dom': ^3.2.20 '@vue/test-utils': ^1.2.2 acorn: ^8.5.0 acorn-walk: ^8.2.0 axios: ^0.22.0 babel-core: ^7.0.0-bridge.0 - babel-jest: ^27.2.4 + babel-jest: ^27.2.5 codemirror: ^5.63.1 codemirror-theme-github: ^1.0.0 - core-js: ^3.18.1 + core-js: ^3.18.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 + eslint-plugin-vue: ^7.19.1 esprima: ^4.0.1 - firebase: ^9.1.1 + firebase: ^9.1.2 fp-ts: ^2.11.4 fuse.js: ^6.4.6 - graphql: ^15.6.0 + graphql: ^15.6.1 graphql-language-service-interface: ^2.8.4 graphql-language-service-parser: ^1.9.2 graphql-tag: ^2.12.5 - jest: ^27.2.4 + jest: ^27.2.5 jest-serializer-vue: ^2.0.2 json-loader: ^0.5.7 lodash: ^4.17.21 @@ -82,7 +82,7 @@ importers: prettier: ^2.4.1 pretty-quick: ^3.1.1 raw-loader: ^4.0.2 - rxjs: ^7.3.1 + rxjs: ^7.4.0 sass: ^1.42.1 sass-loader: ^10.2.0 socket.io-client: ^4.2.0 @@ -94,7 +94,7 @@ importers: tern: ^0.24.3 ts-jest: ^27.0.5 typescript: ^4.4.3 - unplugin-vue2-script-setup: ^0.6.4 + unplugin-vue2-script-setup: ^0.6.11 vue-apollo: ^3.0.8 vue-cli-plugin-apollo: ^0.22.2 vue-functional-data-merge: ^3.1.0 @@ -106,7 +106,7 @@ importers: worker-loader: ^3.0.8 yargs-parser: ^20.2.9 dependencies: - '@apollo/client': 3.4.15_graphql@15.6.0 + '@apollo/client': 3.4.16_graphql@15.6.1 '@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox '@nuxtjs/axios': 5.13.6 '@nuxtjs/composition-api': 0.29.2_nuxt@2.15.8 @@ -120,22 +120,22 @@ importers: axios: 0.22.0 codemirror: 5.63.1 codemirror-theme-github: 1.0.0 - core-js: 3.18.1 + core-js: 3.18.2 esprima: 4.0.1 - firebase: 9.1.1 + firebase: 9.1.2 fp-ts: 2.11.4 fuse.js: 6.4.6 - graphql: 15.6.0 - graphql-language-service-interface: 2.8.4_graphql@15.6.0 - graphql-language-service-parser: 1.9.2_graphql@15.6.0 - graphql-tag: 2.12.5_graphql@15.6.0 + graphql: 15.6.1 + graphql-language-service-interface: 2.8.4_graphql@15.6.1 + graphql-language-service-parser: 1.9.2_graphql@15.6.1 + graphql-tag: 2.12.5_graphql@15.6.1 json-loader: 0.5.7 lodash: 4.17.21 mustache: 4.2.0 node-interval-tree: 1.3.3 nuxt: 2.15.8_typescript@4.4.3 paho-mqtt: 1.1.0 - rxjs: 7.3.1 + rxjs: 7.4.0 socket.io-client: 4.2.0 socketio-wildcard: 2.0.0 splitpanes: 2.3.8 @@ -149,12 +149,12 @@ importers: vuejs-auto-complete: 0.9.0 yargs-parser: 20.2.9 devDependencies: - '@babel/core': 7.15.5 - '@babel/preset-env': 7.15.6_@babel+core@7.15.5 - '@commitlint/cli': 13.2.0_typescript@4.4.3 + '@babel/core': 7.15.8 + '@babel/preset-env': 7.15.8_@babel+core@7.15.8 + '@commitlint/cli': 13.2.1 '@commitlint/config-conventional': 13.2.0 '@nuxt/types': 2.15.8_sass@1.42.1 - '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8 + '@nuxt/typescript-build': 2.1.0_@nuxt+types@2.15.8+eslint@7.32.0 '@nuxtjs/color-mode': 2.1.1 '@nuxtjs/dotenv': 1.4.1 '@nuxtjs/eslint-config-typescript': 6.0.1_eslint@7.32.0+typescript@4.4.3 @@ -170,16 +170,16 @@ importers: '@types/esprima': 4.0.3 '@types/lodash': 4.14.175 '@types/splitpanes': 2.2.1 - '@vue/runtime-dom': 3.2.19 + '@vue/runtime-dom': 3.2.20 '@vue/test-utils': 1.2.2 - babel-core: 7.0.0-bridge.0_@babel+core@7.15.5 - babel-jest: 27.2.4_@babel+core@7.15.5 + babel-core: 7.0.0-bridge.0_@babel+core@7.15.8 + babel-jest: 27.2.5_@babel+core@7.15.8 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.4 + eslint-plugin-vue: 7.19.1_eslint@7.32.0 + jest: 27.2.5 jest-serializer-vue: 2.0.2 nuxt-windicss: 1.2.4_typescript@4.4.3 prettier: 2.4.1 @@ -190,9 +190,9 @@ importers: stylelint: 13.13.1 stylelint-config-prettier: 8.0.2_stylelint@13.13.1 stylelint-config-standard: 22.0.0_stylelint@13.13.1 - ts-jest: 27.0.5_e749ef6f6d219f0a9620d4fd46e008d0 + ts-jest: 27.0.5_9e9cae37a9755c18043aff6292cdded7 typescript: 4.4.3 - unplugin-vue2-script-setup: 0.6.4 + unplugin-vue2-script-setup: 0.6.11 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 worker-loader: 3.0.8 @@ -202,15 +202,15 @@ importers: '@relmify/jest-fp-ts': ^1.1.1 '@types/jest': ^27.0.2 '@types/lodash': ^4.14.175 - '@types/node': ^16.10.2 - '@typescript-eslint/eslint-plugin': ^4.32.0 - '@typescript-eslint/parser': ^4.32.0 + '@types/node': ^16.10.3 + '@typescript-eslint/eslint-plugin': ^4.33.0 + '@typescript-eslint/parser': ^4.33.0 eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 eslint-plugin-prettier: ^4.0.0 fp-ts: ^2.11.4 io-ts: ^2.2.16 - jest: ^27.2.4 + jest: ^27.2.5 lodash: ^4.17.21 prettier: ^2.4.1 pretty-quick: ^3.1.1 @@ -226,17 +226,17 @@ importers: '@relmify/jest-fp-ts': 1.1.1_fp-ts@2.11.4+io-ts@2.2.16 '@types/jest': 27.0.2 '@types/lodash': 4.14.175 - '@types/node': 16.10.2 - '@typescript-eslint/eslint-plugin': 4.32.0_1eacf2495a01e8a68ffa99482308e8ec - '@typescript-eslint/parser': 4.32.0_eslint@7.32.0+typescript@4.4.3 + '@types/node': 16.10.3 + '@typescript-eslint/eslint-plugin': 4.33.0_d753869925cce96d3eb2141eeedafe57 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 eslint-config-prettier: 8.3.0_eslint@7.32.0 eslint-plugin-prettier: 4.0.0_6e975bd57c7acf028c1a9ddbbf60c898 io-ts: 2.2.16_fp-ts@2.11.4 - jest: 27.2.4 + jest: 27.2.5 prettier: 2.4.1 pretty-quick: 3.1.1_prettier@2.4.1 - ts-jest: 27.0.5_52a571d76319e63aeaa66dc9db9e90cc + ts-jest: 27.0.5_c167855b7a039eaaa2a6b38847c1969c typescript: 4.4.3 packages: @@ -247,8 +247,13 @@ packages: '@types/throttle-debounce': 2.1.0 dev: true - /@apollo/client/3.4.15_fbc2669a39cce3d0d7a36ba453108f25: - resolution: {integrity: sha512-CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg==} + /@antfu/utils/0.3.0: + resolution: {integrity: sha512-UU8TLr/EoXdg7OjMp0h9oDoIAVr+Z/oW9cpOxQQyrsz6Qzd2ms/1CdWx8fl2OQdFpxGmq5Vc4TwfLHId6nAZjA==} + dependencies: + '@types/throttle-debounce': 2.1.0 + + /@apollo/client/3.4.16_9725b5bd6f8ccdf8972896e366c3daff: + resolution: {integrity: sha512-iF4zEYwvebkri0BZQyv8zfavPfVEafsK0wkOofa6eC2yZu50J18uTutKtC174rjHZ2eyxZ8tV7NvAPKRT+OtZw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -259,24 +264,24 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.0_graphql@15.6.0 + '@graphql-typed-document-node/core': 3.1.0_graphql@15.6.1 '@wry/context': 0.6.1 '@wry/equality': 0.5.2 '@wry/trie': 0.3.1 - graphql: 15.6.0 - graphql-tag: 2.12.5_graphql@15.6.0 + graphql: 15.6.1 + graphql-tag: 2.12.5_graphql@15.6.1 hoist-non-react-statics: 3.3.2 optimism: 0.16.1 prop-types: 15.7.2 - subscriptions-transport-ws: 0.9.19_graphql@15.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 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.15_graphql@15.6.0: - resolution: {integrity: sha512-CnlT9i7TgHagkKQNvti81A9KcbIMqgpUPGJJL6bg5spTsB2R/5J6E7qiPcMvXuuXwR2xe4FmE4Ey4HizStb8Hg==} + /@apollo/client/3.4.16_graphql@15.6.1: + resolution: {integrity: sha512-iF4zEYwvebkri0BZQyv8zfavPfVEafsK0wkOofa6eC2yZu50J18uTutKtC174rjHZ2eyxZ8tV7NvAPKRT+OtZw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 react: ^16.8.0 || ^17.0.0 @@ -287,12 +292,12 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.0_graphql@15.6.0 + '@graphql-typed-document-node/core': 3.1.0_graphql@15.6.1 '@wry/context': 0.6.1 '@wry/equality': 0.5.2 '@wry/trie': 0.3.1 - graphql: 15.6.0 - graphql-tag: 2.12.5_graphql@15.6.0 + graphql: 15.6.1 + graphql-tag: 2.12.5_graphql@15.6.1 hoist-non-react-statics: 3.3.2 optimism: 0.16.1 prop-types: 15.7.2 @@ -302,14 +307,14 @@ packages: zen-observable-ts: 1.1.0 dev: false - /@apollo/federation/0.27.0_graphql@15.6.0: + /@apollo/federation/0.27.0_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-graphql: 0.9.3_graphql@15.6.1 + graphql: 15.6.1 lodash.xorby: 4.7.0 dev: false @@ -338,50 +343,50 @@ packages: engines: {node: '>=8', npm: '>=6'} dev: false - /@apollographql/graphql-language-service-interface/2.0.2_graphql@15.6.0: + /@apollographql/graphql-language-service-interface/2.0.2_graphql@15.6.1: 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.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 + '@apollographql/graphql-language-service-parser': 2.0.2_graphql@15.6.1 + '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.6.1 + '@apollographql/graphql-language-service-utils': 2.0.2_graphql@15.6.1 + graphql: 15.6.1 dev: false - /@apollographql/graphql-language-service-parser/2.0.2_graphql@15.6.0: + /@apollographql/graphql-language-service-parser/2.0.2_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.6.1 + graphql: 15.6.1 dev: false - /@apollographql/graphql-language-service-types/2.0.2_graphql@15.6.0: + /@apollographql/graphql-language-service-types/2.0.2_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 dev: false - /@apollographql/graphql-language-service-utils/2.0.2_graphql@15.6.0: + /@apollographql/graphql-language-service-utils/2.0.2_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + '@apollographql/graphql-language-service-types': 2.0.2_graphql@15.6.1 + graphql: 15.6.1 dev: false /@apollographql/graphql-playground-html/1.6.27: resolution: {integrity: sha512-tea2LweZvn6y6xFV11K0KC8ETjmm52mQrW+ezgB2O/aTQf8JGyFmMcRPFgUaQZeHbWdm8iisDC6EjOKsXu0nfw==} dependencies: - xss: 1.0.9 + xss: 1.0.10 dev: false - /@apollographql/graphql-upload-8-fork/8.1.3_graphql@15.6.0: + /@apollographql/graphql-upload-8-fork/8.1.3_graphql@15.6.1: resolution: {integrity: sha512-ssOPUT7euLqDXcdVv3Qs4LoL4BPtfermW1IOouaqEmj36TpHYDmYDIbKoSQxikd9vtMumFnP87OybH7sC9fJ6g==} engines: {node: '>=8.5'} peerDependencies: @@ -392,7 +397,7 @@ packages: '@types/koa': 2.13.4 busboy: 0.3.1 fs-capacitor: 2.0.4 - graphql: 15.6.0 + graphql: 15.6.1 http-errors: 1.8.0 object-path: 0.11.8 dev: false @@ -410,8 +415,8 @@ packages: '@babel/highlight': 7.14.5 dev: true - /@babel/code-frame/7.14.5: - resolution: {integrity: sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==} + /@babel/code-frame/7.15.8: + resolution: {integrity: sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.14.5 @@ -420,16 +425,16 @@ packages: resolution: {integrity: sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==} engines: {node: '>=6.9.0'} - /@babel/core/7.15.5: - resolution: {integrity: sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==} + /@babel/core/7.15.8: + resolution: {integrity: sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/code-frame': 7.15.8 + '@babel/generator': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 @@ -442,14 +447,14 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.15.7_@babel+core@7.15.5+eslint@7.32.0: - resolution: {integrity: sha512-yJkHyomClm6A2Xzb8pdAo4HzYMSXFn1O5zrCYvbFP0yQFvHueLedV8WiEno8yJOKStjUXzBZzJFeWQ7b3YMsqQ==} + /@babel/eslint-parser/7.15.8_@babel+core@7.15.8+eslint@7.32.0: + resolution: {integrity: sha512-fYP7QFngCvgxjUuw8O057SVH5jCXsbFFOoE77CFDcvzwBVgTOkMD/L4mIC5Ud1xf8chK/no2fRbSSn1wvNmKuQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: '>=7.5.0' dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 @@ -465,8 +470,8 @@ packages: source-map: 0.5.7 dev: false - /@babel/generator/7.15.4: - resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==} + /@babel/generator/7.15.8: + resolution: {integrity: sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.15.6 @@ -486,25 +491,25 @@ packages: '@babel/helper-explode-assignable-expression': 7.15.4 '@babel/types': 7.15.6 - /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.5: + /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.17.2 + browserslist: 4.17.3 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.5: + /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-function-name': 7.15.4 '@babel/helper-member-expression-to-functions': 7.15.4 @@ -514,23 +519,23 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.5: + /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 regexpu-core: 4.8.0 - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.5: + /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8: resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/traverse': 7.15.4 @@ -579,8 +584,8 @@ packages: dependencies: '@babel/types': 7.15.6 - /@babel/helper-module-transforms/7.15.7: - resolution: {integrity: sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==} + /@babel/helper-module-transforms/7.15.8: + resolution: {integrity: sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-module-imports': 7.15.4 @@ -686,424 +691,424 @@ packages: hasBin: true dev: false - /@babel/parser/7.15.7: - resolution: {integrity: sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==} + /@babel/parser/7.15.8: + resolution: {integrity: sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.5: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 - /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.15.5: - resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==} + /@babel/plugin-proposal-async-generator-functions/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.15.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.5: + /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.15.4_@babel+core@7.15.5: - resolution: {integrity: sha512-WNER+YLs7avvRukEddhu5PSfSaMMimX2xBFgLQS7Bw16yrUxJGWidO9nQp+yLy9MVybg5Ba3BlhAw+BkdhpDmg==} + /@babel/plugin-proposal-decorators/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-5n8+xGK7YDrXF+WAORg3P7LlCCdiaAyKLZi22eP2BwTy4kJ0kFUMMDCj4nQ8YrKyNZgjhU/9eRVqONnjB3us8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-decorators': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-decorators': 7.14.5_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.8 - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.8 - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 - /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.5: + /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.8: resolution: {integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.5: + /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.5: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.5: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.8: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-flow/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-flow/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.15.5: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.15.8: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.5: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.5: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.15.4 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.5: + /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.8: resolution: {integrity: sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-function-name': 7.15.4 '@babel/helper-optimise-call-expression': 7.15.4 @@ -1114,419 +1119,419 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.5: + /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.8: resolution: {integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-flow-strip-types/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-flow-strip-types/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.15.8 dev: false - /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-function-name': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/core': 7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/core': 7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-simple-access': 7.15.4 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-module-transforms': 7.15.7 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-identifier': 7.15.7 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/core': 7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.5: + /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.8: resolution: {integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-replace-supers': 7.15.4 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-react-display-name/7.15.1_@babel+core@7.15.5: + /@babel/plugin-transform-react-display-name/7.15.1_@babel+core@7.15.8: resolution: {integrity: sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-jsx/7.14.9_@babel+core@7.15.5: + /@babel/plugin-transform-react-jsx/7.14.9_@babel+core@7.15.8: resolution: {integrity: sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 '@babel/types': 7.15.6 dev: false - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 regenerator-transform: 0.14.5 - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-runtime/7.15.0_@babel+core@7.15.5: - resolution: {integrity: sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==} + /@babel/plugin-transform-runtime/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@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.5_@babel+core@7.15.5 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 + babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.8 + babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.8 + babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.8 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-spread/7.14.6_@babel+core@7.15.5: - resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} + /@babel/plugin-transform-spread/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - /@babel/preset-env/7.15.6_@babel+core@7.15.5: - resolution: {integrity: sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==} + /@babel/preset-env/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5 - '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.5 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.5 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.5 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-async-generator-functions': 7.15.8_@babel+core@7.15.8 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.8 + '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.8 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.8 + '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-spread': 7.15.8_@babel+core@7.15.8 + '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.8 + '@babel/preset-modules': 0.1.4_@babel+core@7.15.8 '@babel/types': 7.15.6 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 - babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.5 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 - core-js-compat: 3.18.1 + babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.8 + babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.8 + babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.8 + core-js-compat: 3.18.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-modules/0.1.4_@babel+core@7.15.5: + /@babel/preset-modules/0.1.4_@babel+core@7.15.8: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.8 '@babel/types': 7.15.6 esutils: 2.0.3 @@ -1534,7 +1539,7 @@ packages: resolution: {integrity: sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.18.1 + core-js-pure: 3.18.2 regenerator-runtime: 0.13.9 dev: true @@ -1548,15 +1553,15 @@ packages: resolution: {integrity: sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/parser': 7.15.7 + '@babel/code-frame': 7.15.8 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 /@babel/traverse/7.12.13: resolution: {integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 + '@babel/code-frame': 7.15.8 + '@babel/generator': 7.15.8 '@babel/helper-function-name': 7.15.4 '@babel/helper-split-export-declaration': 7.15.4 '@babel/parser': 7.12.16 @@ -1572,12 +1577,12 @@ packages: resolution: {integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 + '@babel/code-frame': 7.15.8 + '@babel/generator': 7.15.8 '@babel/helper-function-name': 7.15.4 '@babel/helper-hoist-variables': 7.15.4 '@babel/helper-split-export-declaration': 7.15.4 - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 debug: 4.3.2 globals: 11.12.0 @@ -1611,40 +1616,20 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@commitlint/cli/13.2.0: - resolution: {integrity: sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==} + /@commitlint/cli/13.2.1: + resolution: {integrity: sha512-JGzYk2ay5JkRS5w+FLQzr0u/Kih52ds4HPpa3vnwVOQN8Q+S1VYr8Nk/6kRm6uNYsAcC1nejtuDxRdLcLh/9TA==} engines: {node: '>=v12'} hasBin: true dependencies: '@commitlint/format': 13.2.0 '@commitlint/lint': 13.2.0 - '@commitlint/load': 13.2.0 + '@commitlint/load': 13.2.1 '@commitlint/read': 13.2.0 '@commitlint/types': 13.2.0 lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.2.1 - transitivePeerDependencies: - - typescript - dev: true - - /@commitlint/cli/13.2.0_typescript@4.4.3: - resolution: {integrity: sha512-RqG0cxxiwaL9OgQbA2ZEfZaVIRJmbtsZgnj5G07AjN7///s/40grSN4/kDl8YjUgvAZskPfJRoGGYNvHJ4zHWA==} - engines: {node: '>=v12'} - hasBin: true - dependencies: - '@commitlint/format': 13.2.0 - '@commitlint/lint': 13.2.0 - '@commitlint/load': 13.2.0_typescript@4.4.3 - '@commitlint/read': 13.2.0 - '@commitlint/types': 13.2.0 - lodash: 4.17.21 - resolve-from: 5.0.0 - resolve-global: 1.0.0 - yargs: 17.2.1 - transitivePeerDependencies: - - typescript dev: true /@commitlint/config-conventional/13.2.0: @@ -1693,24 +1678,8 @@ packages: '@commitlint/types': 13.2.0 dev: true - /@commitlint/load/13.2.0: - resolution: {integrity: sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==} - engines: {node: '>=v12'} - dependencies: - '@commitlint/execute-rule': 13.2.0 - '@commitlint/resolve-extends': 13.2.0 - '@commitlint/types': 13.2.0 - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_cosmiconfig@7.0.1 - chalk: 4.1.2 - cosmiconfig: 7.0.1 - lodash: 4.17.21 - resolve-from: 5.0.0 - transitivePeerDependencies: - - typescript - dev: true - - /@commitlint/load/13.2.0_typescript@4.4.3: - resolution: {integrity: sha512-Nhkv+hwWCCxWGjmE9jd1U8kfGGCkZVpwzlTtdKxpY+Aj2VCFg3BjY+qA81pMF3oAsIpxchSaZG5llb8kduVjYg==} + /@commitlint/load/13.2.1: + resolution: {integrity: sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==} engines: {node: '>=v12'} dependencies: '@commitlint/execute-rule': 13.2.0 @@ -1721,8 +1690,7 @@ packages: cosmiconfig: 7.0.1 lodash: 4.17.21 resolve-from: 5.0.0 - transitivePeerDependencies: - - typescript + typescript: 4.4.3 dev: true /@commitlint/message/13.2.0: @@ -1839,21 +1807,6 @@ packages: - typescript dev: true - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_cosmiconfig@7.0.1: - resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==} - engines: {node: '>=10.0.0'} - peerDependencies: - cosmiconfig: '>=6' - dependencies: - cosmiconfig: 7.0.1 - lodash.get: 4.4.2 - make-error: 1.3.6 - ts-node: 9.1.1 - tslib: 2.3.1 - transitivePeerDependencies: - - typescript - dev: true - /@eslint/eslintrc/0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} @@ -1871,14 +1824,14 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.2_c801ab9b831a613f1eb742bcdd67e1f7: + /@firebase/analytics-compat/0.1.2_f94a34b78548aa229868eefae2a54bd8: resolution: {integrity: sha512-TpWpz0s8EgVt9aqyOCFktONqVkjyrNRR4esn3cEYrueH+XXSMDLWY9oFHuUJzntcoEOlOBWMvpsJCPG/1kthkg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.1_@firebase+app@0.7.2 + '@firebase/analytics': 0.7.1_@firebase+app@0.7.3 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -1890,26 +1843,26 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.1_@firebase+app@0.7.2: + /@firebase/analytics/0.7.1_@firebase+app@0.7.3: resolution: {integrity: sha512-fTUN47UK4obzIJwmgLMJU46dWZ7pzitCEO+80pQZC7mdLlVs/NW0+tMf6rETwMpKjGSgb25cKidpgEuioQtT7w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.2 + '@firebase/installations': 0.5.1_@firebase+app@0.7.3 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.1.2_c801ab9b831a613f1eb742bcdd67e1f7: - resolution: {integrity: sha512-JB+OHk4Cp9ZgT+UfX0A+lwH1AoM5Y2X1rDhmhCsEXcKKwz1w9DpL9PjStciP8UYg1dpqbp5p9OMxmty+21EBsA==} + /@firebase/app-check-compat/0.1.3_f94a34b78548aa229868eefae2a54bd8: + resolution: {integrity: sha512-ka5ggmfucQDwEJTcFsXPJJ+ygPZz4Q44D5yb0sksfOAsUSpzAR83jDSxebOgTvvk+axNCFamxOsrZEV6KKDjEg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.4.1_@firebase+app@0.7.2 - '@firebase/app-compat': 0.1.3 + '@firebase/app-check': 0.4.2_@firebase+app@0.7.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1922,22 +1875,22 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.4.1_@firebase+app@0.7.2: - resolution: {integrity: sha512-Kpqh0Y2zpx+acTL7eOVYIWBOmAwoconJpqOAlByGNXuxm/ccP00XREo+HsqaC7wapZRXh+h8BK0jZjvdV36qow==} + /@firebase/app-check/0.4.2_@firebase+app@0.7.3: + resolution: {integrity: sha512-DFYt22lUMvvncN3v6x9ZRE2/HHBQdRQyYtHwakAcZrRUALJiU16iDwl2CABuW4JKytTmMj+xXo0fjSIRWtwT/w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@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.3: - resolution: {integrity: sha512-+/U2RgRLfLznPuluIMW3bsAehTBTVWKxA6l6jjk9noozPuP99xOulReMqf5kCrXVdW1aMHdRuKfntjbTAR8+aw==} + /@firebase/app-compat/0.1.4: + resolution: {integrity: sha512-+nxJUeELZflyy0a95Xg2LUwa5ulNnzQzhqyOyzNKTjzfEoi/uLKK2R4ibZ8yb/vLqN7mNySqjbRpfp9Lk/fiQw==} dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -1948,8 +1901,8 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.2: - resolution: {integrity: sha512-xKO3KWxVqCLijJToaBGvBnXCaVGvIw+rT2Dtd9B2iyOFJieQQ+xx8/zRWgoSqbMBIZ2crQVr0KdsoyP9D2nQfg==} + /@firebase/app/0.7.3: + resolution: {integrity: sha512-IsSsPzVEOxKWpvYkNdkBmTntYKjKhEUNhBdWrM3SC0pKdEDAmk5T/JIZ5gAK3K7B4bTvWo2iNQ+qMCbtSZoLWw==} dependencies: '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 @@ -1957,13 +1910,13 @@ packages: tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.1.4_1b77f02d6f5887d6becb860c089ed5c2: - resolution: {integrity: sha512-Vn7Dsxa7B50ihgDAMQAVb/IxU9tcQyR1JDbWjZzf2b1212hBuuwEs1V1u01xoKunMXMSg+P8ztbG7IRxOj2FdQ==} + /@firebase/auth-compat/0.1.5_8dcce372602522733b9d030b350d58a8: + resolution: {integrity: sha512-b6kHy4qVkeHetQDzGDbe7oF5iC9pt9DtwByt2QpDJpm4PjUNzAupQm6knSAmqf4RNo7Sh7UkCSWvE/zlzIectw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 - '@firebase/auth': 0.18.1_@firebase+app@0.7.2 + '@firebase/app-compat': 0.1.4 + '@firebase/auth': 0.18.2_@firebase+app@0.7.3 '@firebase/auth-types': 0.11.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 @@ -1997,12 +1950,12 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/auth/0.18.1_@firebase+app@0.7.2: - resolution: {integrity: sha512-q455ls7Hjug3yGp7htLL/LABqySoXGXL/ADLJPyiSnVl22a5oQWuTKUL6N5PAXHc5LwygFfHYiHrNhpQDaGm3w==} + /@firebase/auth/0.18.2_@firebase+app@0.7.3: + resolution: {integrity: sha512-0y/yvlN7YD5o1bN4OKMRPiekrWaczWq5aQUh7Wo+eahbPb1LywT27ClFGavgAOygk0fXGjhNjp5UL3ItugvFlg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -2021,12 +1974,12 @@ packages: tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.1_1fbeb7017feecac4f98eb8cff6d27eeb: + /@firebase/database-compat/0.1.1_ecda2fc04007f05d3d14fe40d83b0431: resolution: {integrity: sha512-K3DFWiw0YkLZtlfA9TOGPw6zVXKu5dQ1XqIGztUufFVRYW8IizReXVxzSSmJNR4Adr2LiU9j66Wenc6e5UfwaQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 '@firebase/database-types': 0.9.1 @@ -2057,14 +2010,14 @@ packages: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.3_1b77f02d6f5887d6becb860c089ed5c2: + /@firebase/firestore-compat/0.1.3_8dcce372602522733b9d030b350d58a8: resolution: {integrity: sha512-tO3uAkIguKeFeKPu99GR7F7v1/Hc8nV1h7B1kdpkVRRBe+NfVYA3qAUictQ3OAA0oy7Ae9z4SfEURO/R1b6YlQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 - '@firebase/firestore': 3.1.0_@firebase+app@0.7.2 + '@firebase/firestore': 3.1.0_@firebase+app@0.7.3 '@firebase/firestore-types': 2.5.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2083,13 +2036,13 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/firestore/3.1.0_@firebase+app@0.7.2: + /@firebase/firestore/3.1.0_@firebase+app@0.7.3: resolution: {integrity: sha512-vOXueHNRjlgBlKVCWuUDhr3dQW2hJwbcqcJaFiIV9V+PamfyhOHzX8pEQkrPort4YQQvoRmY9uiFhfOGj2hbeA==} engines: {node: ^8.13.0 || >=10.10.0} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 @@ -2100,14 +2053,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/functions-compat/0.1.3_1b77f02d6f5887d6becb860c089ed5c2: + /@firebase/functions-compat/0.1.3_8dcce372602522733b9d030b350d58a8: resolution: {integrity: sha512-NdobePNq5LUHCI1dJHUGlOTw+Qmq/FJre981/ELEMBdEs95kmKwnXB2UaLjAQYWkgkr4YS3lEnNpsiSTaEHFCg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 - '@firebase/functions': 0.7.2_d5dc97a09d47334250258acb69ebac36 + '@firebase/functions': 0.7.2_e56030450eb4928ab14e1d29ae8eaf08 '@firebase/functions-types': 0.5.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2120,12 +2073,12 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.2_d5dc97a09d47334250258acb69ebac36: + /@firebase/functions/0.7.2_e56030450eb4928ab14e1d29ae8eaf08: resolution: {integrity: sha512-B+b57xXtpsRYD3UgVtteeyavXjXfBTtuv+sG8LA0vgJs6bhORswVlKZQqpfW9SDxCMBwzzytzn1m3ZZGfUw2Lg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/app-check-interop-types': 0.1.0 '@firebase/auth-interop-types': 0.1.6_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/component': 0.5.7 @@ -2137,12 +2090,12 @@ packages: - '@firebase/app-types' dev: false - /@firebase/installations/0.5.1_@firebase+app@0.7.2: + /@firebase/installations/0.5.1_@firebase+app@0.7.3: resolution: {integrity: sha512-KZ1XHrEPmCx3Z70P9d8mHmYEZXA/uiLIkV0D8R45Q65c0DUxBDm5tSQs56QWofxB/wx16xmO3xAZw4BdJUBnlQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 idb: 3.0.2 @@ -2155,14 +2108,14 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.1_c801ab9b831a613f1eb742bcdd67e1f7: + /@firebase/messaging-compat/0.1.1_f94a34b78548aa229868eefae2a54bd8: resolution: {integrity: sha512-8FxrQjJCOfP9HibFsymT3qB18rBBmMPxOV+k0n6B7L6KW6Idswq01hMW12d93ZnvlNNKdikCKwUtBNbITBd8FA==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 - '@firebase/messaging': 0.9.1_@firebase+app@0.7.2 + '@firebase/messaging': 0.9.1_@firebase+app@0.7.3 '@firebase/util': 1.4.0 tslib: 2.3.1 transitivePeerDependencies: @@ -2173,29 +2126,29 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.1_@firebase+app@0.7.2: + /@firebase/messaging/0.9.1_@firebase+app@0.7.3: resolution: {integrity: sha512-0g3JWTfkv0WHnu4xgx1zcChJXU2dLjWT0e2MI13Q7NbP3TgLu5CgQ/H/lad16j4Zb4RNqZbAUJurEAB6v2BJ/w==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.2 + '@firebase/installations': 0.5.1_@firebase+app@0.7.3 '@firebase/messaging-interop-types': 0.1.0 '@firebase/util': 1.4.0 idb: 3.0.2 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.1_c801ab9b831a613f1eb742bcdd67e1f7: + /@firebase/performance-compat/0.1.1_f94a34b78548aa229868eefae2a54bd8: resolution: {integrity: sha512-xN/TjU0hVNiJshZzrUvPYB+3sPS9SgaWrfxh3p0eGFVdwHp/3Z8HlT772bkHAEKXVc64v19ktpUVd+sF5aoJNQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 - '@firebase/performance': 0.5.1_@firebase+app@0.7.2 + '@firebase/performance': 0.5.1_@firebase+app@0.7.3 '@firebase/performance-types': 0.1.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2207,14 +2160,14 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.1_@firebase+app@0.7.2: + /@firebase/performance/0.5.1_@firebase+app@0.7.3: resolution: {integrity: sha512-O93Yry8KhAaFrhnmBaMkM0lpgVmpd7CRX0eq1S0IKLdE3MdF+oAtbQiZG/NuRl3Vz8vjoz96R6bPbCWaDuiy8Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.2 + '@firebase/installations': 0.5.1_@firebase+app@0.7.3 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2228,15 +2181,15 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.1_c801ab9b831a613f1eb742bcdd67e1f7: + /@firebase/remote-config-compat/0.1.1_f94a34b78548aa229868eefae2a54bd8: resolution: {integrity: sha512-ZHRHYTdDztXHxgYXzuuD6Goa6ScmAqtctXl2eC6D8vxA8fIGRQKHN+9AMwxm8b3JHzdVY/5XhAOmKCcFvPOgtw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 '@firebase/logger': 0.3.0 - '@firebase/remote-config': 0.3.0_@firebase+app@0.7.2 + '@firebase/remote-config': 0.3.0_@firebase+app@0.7.3 '@firebase/remote-config-types': 0.2.0 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2248,27 +2201,27 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.0_@firebase+app@0.7.2: + /@firebase/remote-config/0.3.0_@firebase+app@0.7.3: resolution: {integrity: sha512-Yf9/iXToC6Kbec1yOQ9mdTc1MP0mR2VCCR/n3Q+Ol3U+PML+ePXfqWiL2VHrUA86BeB2hpXF1BcTxvD4uOiDnA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 - '@firebase/installations': 0.5.1_@firebase+app@0.7.2 + '@firebase/installations': 0.5.1_@firebase+app@0.7.3 '@firebase/logger': 0.3.0 '@firebase/util': 1.4.0 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.3_1b77f02d6f5887d6becb860c089ed5c2: + /@firebase/storage-compat/0.1.3_8dcce372602522733b9d030b350d58a8: resolution: {integrity: sha512-m2htGJjCFlTONsqYRKXTfzkux3nbhpIpd72RK2iPkRPE69nQ0wiVplIE7bCaq3CSFMbkI3ETOtTTfW1wrOpF2g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.3 + '@firebase/app-compat': 0.1.4 '@firebase/component': 0.5.7 - '@firebase/storage': 0.8.3_@firebase+app@0.7.2 + '@firebase/storage': 0.8.3_@firebase+app@0.7.3 '@firebase/storage-types': 0.6.0_865b8bc5eb75f24012f12c00a9b67d72 '@firebase/util': 1.4.0 tslib: 2.3.1 @@ -2287,12 +2240,12 @@ packages: '@firebase/util': 1.4.0 dev: false - /@firebase/storage/0.8.3_@firebase+app@0.7.2: + /@firebase/storage/0.8.3_@firebase+app@0.7.3: resolution: {integrity: sha512-oraycQ787tEr6xu2Qc4nngLz1YEoEjZ+lrjThx0CJZB7VwdlkIJ24TkzJ9xoeWc+cpo34deg/If4w8AU5/WupQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.2 + '@firebase/app': 0.7.3 '@firebase/component': 0.5.7 '@firebase/util': 1.4.0 node-fetch: 2.6.2 @@ -2313,110 +2266,110 @@ packages: resolution: {integrity: sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==} dev: false - /@graphql-tools/batch-delegate/6.2.6_graphql@15.6.0: + /@graphql-tools/batch-delegate/6.2.6_graphql@15.6.1: resolution: {integrity: sha512-QUoE9pQtkdNPFdJHSnBhZtUfr3M7pIRoXoMR+TG7DK2Y62ISKbT/bKtZEUU1/2v5uqd5WVIvw9dF8gHDSJAsSA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 6.2.4_graphql@15.6.0 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.1 dataloader: 2.0.0 - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.0.3 dev: false - /@graphql-tools/batch-execute/7.1.2_graphql@15.6.0: + /@graphql-tools/batch-execute/7.1.2_graphql@15.6.1: resolution: {integrity: sha512-IuR2SB2MnC2ztA/XeTMTfWcA0Wy7ZH5u+nDkDNLAdX+AaSyDnsQS35sCmHqG0VOGTl7rzoyBWLCKGwSJplgtwg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 dataloader: 2.0.0 - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/code-file-loader/6.3.1_graphql@15.6.0: + /@graphql-tools/code-file-loader/6.3.1_graphql@15.6.1: 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.6.0 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/delegate/6.2.4_graphql@15.6.0: + /@graphql-tools/delegate/6.2.4_graphql@15.6.1: 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.6.0 - '@graphql-tools/utils': 6.2.4_graphql@15.6.0 + '@graphql-tools/schema': 6.2.4_graphql@15.6.1 + '@graphql-tools/utils': 6.2.4_graphql@15.6.1 dataloader: 2.0.0 - graphql: 15.6.0 + graphql: 15.6.1 is-promise: 4.0.0 tslib: 2.0.3 dev: false - /@graphql-tools/delegate/7.1.5_graphql@15.6.0: + /@graphql-tools/delegate/7.1.5_graphql@15.6.1: 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.6.0 - '@graphql-tools/schema': 7.1.5_graphql@15.6.0 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + '@graphql-tools/batch-execute': 7.1.2_graphql@15.6.1 + '@graphql-tools/schema': 7.1.5_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 dataloader: 2.0.0 - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/git-loader/6.2.6_graphql@15.6.0: + /@graphql-tools/git-loader/6.2.6_graphql@15.6.1: 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.6.0 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/github-loader/6.2.5_graphql@15.6.0: + /@graphql-tools/github-loader/6.2.5_graphql@15.6.1: 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.6.0 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 cross-fetch: 3.0.6 - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.0.3 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/graphql-file-loader/6.2.7_graphql@15.6.0: + /@graphql-tools/graphql-file-loader/6.2.7_graphql@15.6.1: resolution: {integrity: sha512-5k2SNz0W87tDcymhEMZMkd6/vs6QawDyjQXWtqkuLTBF3vxjxPD1I4dwHoxgWPIjjANhXybvulD7E+St/7s9TQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/import': 6.4.2_graphql@15.6.0 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/import': 6.5.2_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.1.0 dev: false - /@graphql-tools/graphql-tag-pluck/6.5.1_graphql@15.6.0: + /@graphql-tools/graphql-tag-pluck/6.5.1_graphql@15.6.1: resolution: {integrity: sha512-7qkm82iFmcpb8M6/yRgzjShtW6Qu2OlCSZp8uatA3J0eMl87TxyJoUmL3M3UMMOSundAK8GmoyNVFUrueueV5Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 @@ -2424,44 +2377,45 @@ packages: '@babel/parser': 7.12.16 '@babel/traverse': 7.12.13 '@babel/types': 7.12.13 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.1.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/import/6.4.2_graphql@15.6.0: - resolution: {integrity: sha512-FOiusunuS9STdF3mrnOTvNJauM/P85Sq3kVar8F0/OXyFL+AxuTCF/RKTXMUls2owSQN2VV53PCkzK9Rfg5S4A==} + /@graphql-tools/import/6.5.2_graphql@15.6.1: + resolution: {integrity: sha512-Hi3aEWHK6B83d+mjO7CdX1xhaBwEon3ZLc9Ch1ivrU7vay84k6UQkoY/B4NdOZuLKrKlt920UtoDbGoZFFYlHA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 15.6.0 + '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + graphql: 15.6.1 resolve-from: 5.0.0 tslib: 2.3.1 dev: false - /@graphql-tools/json-file-loader/6.2.6_graphql@15.6.0: + /@graphql-tools/json-file-loader/6.2.6_graphql@15.6.1: resolution: {integrity: sha512-CnfwBSY5926zyb6fkDBHnlTblHnHI4hoBALFYXnrg0Ev4yWU8B04DZl/pBRUc459VNgO2x8/mxGIZj2hPJG1EA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.0.3 dev: false - /@graphql-tools/links/6.2.5_fbc2669a39cce3d0d7a36ba453108f25: + /@graphql-tools/links/6.2.5_9725b5bd6f8ccdf8972896e366c3daff: 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.6.0 - apollo-link: 1.2.14_graphql@15.6.0 - apollo-upload-client: 14.1.2_fbc2669a39cce3d0d7a36ba453108f25 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-upload-client: 14.1.2_9725b5bd6f8ccdf8972896e366c3daff cross-fetch: 3.0.6 form-data: 3.0.0 - graphql: 15.6.0 + graphql: 15.6.1 is-promise: 4.0.0 tslib: 2.0.3 transitivePeerDependencies: @@ -2469,26 +2423,26 @@ packages: - subscriptions-transport-ws dev: false - /@graphql-tools/load-files/6.5.0_graphql@15.6.0: - resolution: {integrity: sha512-/Q4Mrnv8QdJ+5dUKTAAW/pqsNengBJvA8FluwUXNTpx2D4X6/bDIAHef0xpNzSSEO4zFnRy5hi9sCEYvFvFIdA==} + /@graphql-tools/load-files/6.5.1_graphql@15.6.1: + resolution: {integrity: sha512-d+wMq/t2o4VctfKl4ZaCq0djKOErzvw9WI56HjKpoVji7zRz+WCbs1EgZjVneas+Cvf14cPvBTheFuL9j7w46w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: globby: 11.0.4 - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.3.1 unixify: 1.0.0 dev: false - /@graphql-tools/load/6.2.8_graphql@15.6.0: + /@graphql-tools/load/6.2.8_graphql@15.6.1: resolution: {integrity: sha512-JpbyXOXd8fJXdBh2ta0Q4w8ia6uK5FHzrTNmcvYBvflFuWly2LDTk2abbSl81zKkzswQMEd2UIYghXELRg8eTA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/merge': 6.2.17_graphql@15.6.0 - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 + '@graphql-tools/merge': 6.2.17_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 globby: 11.0.3 - graphql: 15.6.0 + graphql: 15.6.1 import-from: 3.0.0 is-glob: 4.0.1 p-limit: 3.1.0 @@ -2497,143 +2451,143 @@ packages: valid-url: 1.0.9 dev: false - /@graphql-tools/merge/6.2.17_graphql@15.6.0: + /@graphql-tools/merge/6.2.17_graphql@15.6.1: resolution: {integrity: sha512-G5YrOew39fZf16VIrc49q3c8dBqQDD0ax5LYPiNja00xsXDi0T9zsEWVt06ApjtSdSF6HDddlu5S12QjeN8Tow==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/schema': 8.2.0_graphql@15.6.0 - '@graphql-tools/utils': 8.0.2_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/schema': 8.2.0_graphql@15.6.1 + '@graphql-tools/utils': 8.0.2_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.3.1 dev: false - /@graphql-tools/merge/8.1.2_graphql@15.6.0: + /@graphql-tools/merge/8.1.2_graphql@15.6.1: resolution: {integrity: sha512-kFLd4kKNJXYXnKIhM8q9zgGAtbLmsy3WmGdDxYq3YHBJUogucAxnivQYyRIseUq37KGmSAIWu3pBQ23TKGsGOw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.4_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.3.1 dev: false - /@graphql-tools/mock/6.2.4_graphql@15.6.0: + /@graphql-tools/mock/6.2.4_graphql@15.6.1: resolution: {integrity: sha512-O5Zvq/mcDZ7Ptky0IZ4EK9USmxV6FEVYq0Jxv2TI80kvxbCjt0tbEpZ+r1vIt1gZOXlAvadSHYyzWnUPh+1vkQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/schema': 6.2.4_graphql@15.6.0 - '@graphql-tools/utils': 6.2.4_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/schema': 6.2.4_graphql@15.6.1 + '@graphql-tools/utils': 6.2.4_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.0.3 dev: false - /@graphql-tools/module-loader/6.2.7_graphql@15.6.0: + /@graphql-tools/module-loader/6.2.7_graphql@15.6.1: resolution: {integrity: sha512-ItAAbHvwfznY9h1H9FwHYDstTcm22Dr5R9GZtrWlpwqj0jaJGcBxsMB9jnK9kFqkbtFYEe4E/NsSnxsS4/vViQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.1.0 dev: false - /@graphql-tools/relay-operation-optimizer/6.4.0_graphql@15.6.0: + /@graphql-tools/relay-operation-optimizer/6.4.0_graphql@15.6.1: resolution: {integrity: sha512-auNvHC8gHu9BHBPnLA5c8Iv5VAXQG866KZJz7ljhKpXPdlPevK4zjHlVJwqnF8H6clJ9NgZpizN4kNNCe/3R9g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.4_graphql@15.6.0 - graphql: 15.6.0 - relay-compiler: 11.0.2_graphql@15.6.0 + '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + graphql: 15.6.1 + relay-compiler: 11.0.2_graphql@15.6.1 tslib: 2.3.1 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/resolvers-composition/6.4.0_graphql@15.6.0: + /@graphql-tools/resolvers-composition/6.4.0_graphql@15.6.1: resolution: {integrity: sha512-YkAmpIzyFtto9aDp/FysuyPb/tPba/gXYYvlN2vdBkE9nRU8ms8Fwhnroek0pW5ipjZAhpQZsZPVVpzSwldj3A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.2.4_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + graphql: 15.6.1 lodash: 4.17.21 micromatch: 4.0.4 tslib: 2.3.1 dev: false - /@graphql-tools/schema/6.2.4_graphql@15.6.0: + /@graphql-tools/schema/6.2.4_graphql@15.6.1: resolution: {integrity: sha512-rh+14lSY1q8IPbEv2J9x8UBFJ5NrDX9W5asXEUlPp+7vraLp/Tiox4GXdgyA92JhwpYco3nTf5Bo2JDMt1KnAQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 6.2.4_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 6.2.4_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.0.3 dev: false - /@graphql-tools/schema/7.1.5_graphql@15.6.0: + /@graphql-tools/schema/7.1.5_graphql@15.6.1: resolution: {integrity: sha512-uyn3HSNSckf4mvQSq0Q07CPaVZMNFCYEVxroApOaw802m9DcZPgf9XVPy/gda5GWj9AhbijfRYVTZQgHnJ4CXA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/schema/8.2.0_graphql@15.6.0: + /@graphql-tools/schema/8.2.0_graphql@15.6.1: resolution: {integrity: sha512-ufmI5mJQa8NJczzfkh0pUttKvspqDcT5LLakA3jUmOrrE4d4NVj6onZlazdTzF5sAepSNqanFnwhrxZpCAJMKg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/merge': 8.1.2_graphql@15.6.0 - '@graphql-tools/utils': 8.2.4_graphql@15.6.0 - graphql: 15.6.0 + '@graphql-tools/merge': 8.1.2_graphql@15.6.1 + '@graphql-tools/utils': 8.2.5_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.3.1 value-or-promise: 1.0.10 dev: false - /@graphql-tools/stitch/6.2.4_graphql@15.6.0: + /@graphql-tools/stitch/6.2.4_graphql@15.6.1: resolution: {integrity: sha512-0C7PNkS7v7iAc001m7c1LPm5FUB0/DYw+s3OyCii6YYYHY8NwdI0roeOyeDGFJkFubWBQfjc3hoSyueKtU73mw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@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 + '@graphql-tools/batch-delegate': 6.2.6_graphql@15.6.1 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.1 + '@graphql-tools/merge': 6.2.17_graphql@15.6.1 + '@graphql-tools/schema': 6.2.4_graphql@15.6.1 + '@graphql-tools/utils': 6.2.4_graphql@15.6.1 + '@graphql-tools/wrap': 6.2.4_graphql@15.6.1 + graphql: 15.6.1 is-promise: 4.0.0 tslib: 2.0.3 dev: false - /@graphql-tools/url-loader/6.10.1_graphql@15.6.0: + /@graphql-tools/url-loader/6.10.1_graphql@15.6.1: resolution: {integrity: sha512-DSDrbhQIv7fheQ60pfDpGD256ixUQIR6Hhf9Z5bRjVkXOCvO5XrkwoWLiU7iHL81GB1r0Ba31bf+sl+D4nyyfw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@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 + '@graphql-tools/delegate': 7.1.5_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + '@graphql-tools/wrap': 7.0.8_graphql@15.6.1 '@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.6.0 - graphql-ws: 4.9.0_graphql@15.6.0 + graphql: 15.6.1 + graphql-ws: 4.9.0_graphql@15.6.1 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.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 sync-fetch: 0.3.0 tslib: 2.2.0 valid-url: 1.0.9 @@ -2644,85 +2598,85 @@ packages: - utf-8-validate dev: false - /@graphql-tools/utils/6.2.4_graphql@15.6.0: + /@graphql-tools/utils/6.2.4_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 tslib: 2.0.3 dev: false - /@graphql-tools/utils/7.10.0_graphql@15.6.0: + /@graphql-tools/utils/7.10.0_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 tslib: 2.2.0 dev: false - /@graphql-tools/utils/8.0.2_graphql@15.6.0: + /@graphql-tools/utils/8.0.2_graphql@15.6.1: resolution: {integrity: sha512-gzkavMOgbhnwkHJYg32Adv6f+LxjbQmmbdD5Hty0+CWxvaiuJq+nU6tzb/7VSU4cwhbNLx/lGu2jbCPEW1McZQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.3.1 dev: false - /@graphql-tools/utils/8.2.4_graphql@15.6.0: - resolution: {integrity: sha512-uB+JL7CqTKJ2Q5zXA+a2la1cA8YYPcc0RHO/3mK54hxlZa2Z5/9k9XrNfMof4LZQefTaBM7M6QWtaxGklJln4A==} + /@graphql-tools/utils/8.2.5_graphql@15.6.1: + resolution: {integrity: sha512-k/Rktklhy22dQfbJLKiLGfQymQCTr6Rd2BilC7g2Yk6wFSzVLYr8jeXNoTD+/p61XBQzBjTVayskvaMvNS3BDg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 15.6.0 + graphql: 15.6.1 tslib: 2.3.1 dev: false - /@graphql-tools/wrap/6.2.4_graphql@15.6.0: + /@graphql-tools/wrap/6.2.4_graphql@15.6.1: resolution: {integrity: sha512-cyQgpybolF9DjL2QNOvTS1WDCT/epgYoiA8/8b3nwv5xmMBQ6/6nYnZwityCZ7njb7MMyk7HBEDNNlP9qNJDcA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@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 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.1 + '@graphql-tools/schema': 6.2.4_graphql@15.6.1 + '@graphql-tools/utils': 6.2.4_graphql@15.6.1 + graphql: 15.6.1 is-promise: 4.0.0 tslib: 2.0.3 dev: false - /@graphql-tools/wrap/7.0.8_graphql@15.6.0: + /@graphql-tools/wrap/7.0.8_graphql@15.6.1: resolution: {integrity: sha512-1NDUymworsOlb53Qfh7fonDi2STvqCtbeE68ntKY9K/Ju/be2ZNxrFSbrBHwnxWcN9PjISNnLcAyJ1L5tCUyhg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@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 + '@graphql-tools/delegate': 7.1.5_graphql@15.6.1 + '@graphql-tools/schema': 7.1.5_graphql@15.6.1 + '@graphql-tools/utils': 7.10.0_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-typed-document-node/core/3.1.0_graphql@15.6.0: + /@graphql-typed-document-node/core/3.1.0_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 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.10.2 + '@types/node': 16.10.3 dev: false /@grpc/proto-loader/0.6.5: @@ -2752,8 +2706,8 @@ packages: resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==} dev: true - /@intlify/shared/9.1.7: - resolution: {integrity: sha512-zt0zlUdalumvT9AjQNxPXA36UgOndUyvBMplh8uRZU0fhWHAwhnJTcf0NaG9Qvr8I1n3HPSs96+kLb/YdwTavQ==} + /@intlify/shared/9.1.9: + resolution: {integrity: sha512-xKGM1d0EAxdDFCWedcYXOm6V5Pfw/TMudd6/qCdEb4tv0hk9EKeg7lwQF1azE0dP2phvx0yXxrt7UQK+IZjNdw==} engines: {node: '>= 10'} dev: false @@ -2761,14 +2715,14 @@ packages: resolution: {integrity: sha512-rnfA0ScyBXyp9xsSD4EAMGeOh1yv/AE7fhqdAdSOr5X8N39azz257umfRtzNT9sHXAKSSzpCVhIbMAkp5c/gjQ==} engines: {node: '>= 10.0'} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 dev: false /@intlify/vue-i18n-loader/1.1.0: resolution: {integrity: sha512-9LXiztMtYKTE8t/hRwwGUp+ofrwU0sxLQLzFEOZ38zvn0DonUIQmZUj1cfz5p1Lu8BllxKbCrn6HnsRJ+LYA6g==} engines: {node: '>= 10'} dependencies: - '@intlify/shared': 9.1.7 + '@intlify/shared': 9.1.9 js-yaml: 3.14.1 json5: 2.2.0 dev: false @@ -2789,20 +2743,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/27.2.4: - resolution: {integrity: sha512-94znCKynPZpDpYHQ6esRJSc11AmONrVkBOBZiD7S+bSubHhrUfbS95EY5HIOxhm4PQO7cnvZkL3oJcY0oMA+Wg==} + /@jest/console/27.2.5: + resolution: {integrity: sha512-smtlRF9vNKorRMCUtJ+yllIoiY8oFmfFG7xlzsAE76nKEwXNhjPOJIsc7Dv+AUitVt76t+KjIpUP9m98Crn2LQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 chalk: 4.1.2 - jest-message-util: 27.2.4 - jest-util: 27.2.4 + jest-message-util: 27.2.5 + jest-util: 27.2.5 slash: 3.0.0 dev: true - /@jest/core/27.2.4: - resolution: {integrity: sha512-UNQLyy+rXoojNm2MGlapgzWhZD1CT1zcHZQYeiD0xE7MtJfC19Q6J5D/Lm2l7i4V97T30usKDoEtjI8vKwWcLg==} + /@jest/core/27.2.5: + resolution: {integrity: sha512-VR7mQ+jykHN4WO3OvusRJMk4xCa2MFLipMS+43fpcRGaYrN1KwMATfVEXif7ccgFKYGy5D1TVXTNE4mGq/KMMA==} 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 @@ -2810,30 +2764,30 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 27.2.4 - '@jest/reporters': 27.2.4 - '@jest/test-result': 27.2.4 - '@jest/transform': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/console': 27.2.5 + '@jest/reporters': 27.2.5 + '@jest/test-result': 27.2.5 + '@jest/transform': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 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.2.4 - jest-config: 27.2.4 - jest-haste-map: 27.2.4 - jest-message-util: 27.2.4 + jest-changed-files: 27.2.5 + jest-config: 27.2.5 + jest-haste-map: 27.2.5 + jest-message-util: 27.2.5 jest-regex-util: 27.0.6 - jest-resolve: 27.2.4 - jest-resolve-dependencies: 27.2.4 - jest-runner: 27.2.4 - jest-runtime: 27.2.4 - jest-snapshot: 27.2.4 - jest-util: 27.2.4 - jest-validate: 27.2.4 - jest-watcher: 27.2.4 + jest-resolve: 27.2.5 + jest-resolve-dependencies: 27.2.5 + jest-runner: 27.2.5 + jest-runtime: 27.2.5 + jest-snapshot: 27.2.5 + jest-util: 27.2.5 + jest-validate: 27.2.5 + jest-watcher: 27.2.5 micromatch: 4.0.4 rimraf: 3.0.2 slash: 3.0.0 @@ -2846,39 +2800,39 @@ packages: - utf-8-validate dev: true - /@jest/environment/27.2.4: - resolution: {integrity: sha512-wkuui5yr3SSQW0XD0Qm3TATUbL/WE3LDEM3ulC+RCQhMf2yxhci8x7svGkZ4ivJ6Pc94oOzpZ6cdHBAMSYd1ew==} + /@jest/environment/27.2.5: + resolution: {integrity: sha512-XvUW3q6OUF+54SYFCgbbfCd/BKTwm5b2MGLoc2jINXQLKQDTCS2P2IrpPOtQ08WWZDGzbhAzVhOYta3J2arubg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/fake-timers': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 - jest-mock: 27.2.4 + '@jest/fake-timers': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 + jest-mock: 27.2.5 dev: true - /@jest/fake-timers/27.2.4: - resolution: {integrity: sha512-cs/TzvwWUM7kAA6Qm/890SK6JJ2pD5RfDNM3SSEom6BmdyV6OiWP1qf/pqo6ts6xwpcM36oN0wSEzcZWc6/B6w==} + /@jest/fake-timers/27.2.5: + resolution: {integrity: sha512-ZGUb6jg7BgwY+nmO0TW10bc7z7Hl2G/UTAvmxEyZ/GgNFoa31tY9/cgXmqcxnnZ7o5Xs7RAOz3G1SKIj8IVDlg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 '@sinonjs/fake-timers': 8.0.1 - '@types/node': 16.10.2 - jest-message-util: 27.2.4 - jest-mock: 27.2.4 - jest-util: 27.2.4 + '@types/node': 16.10.3 + jest-message-util: 27.2.5 + jest-mock: 27.2.5 + jest-util: 27.2.5 dev: true - /@jest/globals/27.2.4: - resolution: {integrity: sha512-DRsRs5dh0i+fA9mGHylTU19+8fhzNJoEzrgsu+zgJoZth3x8/0juCQ8nVVdW1er4Cqifb/ET7/hACYVPD0dBEA==} + /@jest/globals/27.2.5: + resolution: {integrity: sha512-naRI537GM+enFVJQs6DcwGYPn/0vgJNb06zGVbzXfDfe/epDPV73hP1vqO37PqSKDeOXM2KInr6ymYbL1HTP7g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.4 - '@jest/types': 27.2.4 - expect: 27.2.4 + '@jest/environment': 27.2.5 + '@jest/types': 27.2.5 + expect: 27.2.5 dev: true - /@jest/reporters/27.2.4: - resolution: {integrity: sha512-LHeSdDnDZkDnJ8kvnjcqV8P1Yv/32yL4d4XfR5gBiy3xGO0onwll1QEbvtW96fIwhx2nejug0GTaEdNDoyr3fQ==} + /@jest/reporters/27.2.5: + resolution: {integrity: sha512-zYuR9fap3Q3mxQ454VWF8I6jYHErh368NwcKHWO2uy2fwByqBzRHkf9j2ekMDM7PaSTWcLBSZyd7NNxR1iHxzQ==} 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 @@ -2887,24 +2841,25 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 27.2.4 - '@jest/test-result': 27.2.4 - '@jest/transform': 27.2.4 - '@jest/types': 27.2.4 + '@jest/console': 27.2.5 + '@jest/test-result': 27.2.5 + '@jest/transform': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - istanbul-lib-coverage: 3.0.1 + istanbul-lib-coverage: 3.0.0 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.4 - jest-resolve: 27.2.4 - jest-util: 27.2.4 - jest-worker: 27.2.4 + istanbul-reports: 3.0.3 + jest-haste-map: 27.2.5 + jest-resolve: 27.2.5 + jest-util: 27.2.5 + jest-worker: 27.2.5 slash: 3.0.0 source-map: 0.6.1 string-length: 4.0.2 @@ -2923,42 +2878,42 @@ packages: source-map: 0.6.1 dev: true - /@jest/test-result/27.2.4: - resolution: {integrity: sha512-eU+PRo0+lIS01b0dTmMdVZ0TtcRSxEaYquZTRFMQz6CvsehGhx9bRzi9Zdw6VROviJyv7rstU+qAMX5pNBmnfQ==} + /@jest/test-result/27.2.5: + resolution: {integrity: sha512-ub7j3BrddxZ0BdSnM5JCF6cRZJ/7j3wgdX0+Dtwhw2Po+HKsELCiXUTvh+mgS4/89mpnU1CPhZxe2mTvuLPJJg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.4 - '@jest/types': 27.2.4 + '@jest/console': 27.2.5 + '@jest/types': 27.2.5 '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/27.2.4: - resolution: {integrity: sha512-fpk5eknU3/DXE2QCCG1wv/a468+cfPo3Asu6d6yUtM9LOPh709ubZqrhuUOYfM8hXMrIpIdrv1CdCrWWabX0rQ==} + /@jest/test-sequencer/27.2.5: + resolution: {integrity: sha512-8j8fHZRfnjbbdMitMAGFKaBZ6YqvFRFJlMJzcy3v75edTOqc7RY65S9JpMY6wT260zAcL2sTQRga/P4PglCu3Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.4 + '@jest/test-result': 27.2.5 graceful-fs: 4.2.8 - jest-haste-map: 27.2.4 - jest-runtime: 27.2.4 + jest-haste-map: 27.2.5 + jest-runtime: 27.2.5 transitivePeerDependencies: - supports-color dev: true - /@jest/transform/27.2.4: - resolution: {integrity: sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==} + /@jest/transform/27.2.5: + resolution: {integrity: sha512-29lRtAHHYGALbZOx343v0zKmdOg4Sb0rsA1uSv0818bvwRhs3TyElOmTVXlrw0v1ZTqXJCAH/cmoDXimBhQOJQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.15.5 - '@jest/types': 27.2.4 + '@babel/core': 7.15.8 + '@jest/types': 27.2.5 babel-plugin-istanbul: 6.0.0 chalk: 4.1.2 convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.4 + jest-haste-map: 27.2.5 jest-regex-util: 27.0.6 - jest-util: 27.2.4 + jest-util: 27.2.5 micromatch: 4.0.4 pirates: 4.0.1 slash: 3.0.0 @@ -2974,18 +2929,18 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 15.14.9 + '@types/node': 16.10.3 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true - /@jest/types/27.2.4: - resolution: {integrity: sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==} + /@jest/types/27.2.5: + resolution: {integrity: sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.10.2 + '@types/node': 16.10.3 '@types/yargs': 16.0.4 chalk: 4.1.2 dev: true @@ -3035,20 +2990,20 @@ packages: resolution: {integrity: sha512-z23bY5P7dLTmIbk0ZZ95mcEXIEER/mQCOqEp2vxnzG2nurks+vq6tNcUAXqME1Wl6aXWTXlqky5plBe7RQHzhQ==} dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-module-imports': 7.15.4 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-decorators': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-runtime': 7.15.0_@babel+core@7.15.5 - '@babel/preset-env': 7.15.6_@babel+core@7.15.5 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-decorators': 7.15.8_@babel+core@7.15.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-runtime': 7.15.8_@babel+core@7.15.8 + '@babel/preset-env': 7.15.8_@babel+core@7.15.8 '@babel/runtime': 7.15.4 - '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.15.5 + '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.15.8 core-js: 2.6.12 - core-js-compat: 3.18.1 + core-js-compat: 3.18.2 regenerator-runtime: 0.13.9 transitivePeerDependencies: - supports-color @@ -3264,7 +3219,7 @@ packages: inquirer: 7.3.3 is-docker: 2.2.1 jiti: 1.12.6 - nanoid: 3.1.28 + nanoid: 3.1.29 node-fetch: 2.6.5 parse-git-config: 3.0.0 rc9: 1.2.0 @@ -3300,17 +3255,19 @@ packages: - webpack dev: true - /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8: + /@nuxt/typescript-build/2.1.0_@nuxt+types@2.15.8+eslint@7.32.0: resolution: {integrity: sha512-7TLMpfzgOckf3cBkzoPFns6Xl8FzY6MoFfm/5HUE47QeTWAdOG9ZFxMrVhHWieZHYUuV+k6byRtaRv4S/3R8zA==} peerDependencies: '@nuxt/types': '>=2.13.1' dependencies: '@nuxt/types': 2.15.8_sass@1.42.1 consola: 2.15.3 - fork-ts-checker-webpack-plugin: 6.3.3 + fork-ts-checker-webpack-plugin: 6.3.4_eslint@7.32.0+typescript@4.2.4 ts-loader: 8.3.0_typescript@4.2.4 typescript: 4.2.4 transitivePeerDependencies: + - eslint + - vue-template-compiler - webpack dev: true @@ -3365,13 +3322,13 @@ packages: /@nuxt/webpack/2.15.8_typescript@4.4.3: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@nuxt/babel-preset-app': 2.15.8 '@nuxt/friendly-errors-webpack-plugin': 2.5.1_webpack@4.46.0 '@nuxt/utils': 2.15.8 - babel-loader: 8.2.2_99877201e3f6dd5396b321f0a88244ea + babel-loader: 8.2.2_7f185b6b63b1b293762538aa414d8c1b cache-loader: 4.1.0_webpack@4.46.0 - caniuse-lite: 1.0.30001263 + caniuse-lite: 1.0.30001265 consola: 2.15.3 css-loader: 4.3.0_webpack@4.46.0 cssnano: 4.1.11 @@ -3387,7 +3344,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.38 + postcss: 7.0.39 postcss-import: 12.0.1 postcss-import-resolver: 2.0.0 postcss-loader: 3.0.0 @@ -3446,16 +3403,17 @@ packages: nuxt: ^2.15 vue: ^2 dependencies: - '@vue/composition-api': 1.2.2 + '@vue/composition-api': 1.2.4 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.6.4 + unplugin-vue2-script-setup: 0.6.11 upath: 2.0.1 transitivePeerDependencies: + - pug - rollup - supports-color - vite @@ -3474,16 +3432,16 @@ packages: peerDependencies: eslint: ^7.27.0 dependencies: - '@nuxtjs/eslint-config': 6.0.1_a2243cdaf36ff6cc2d89c77e252ccc5a - '@typescript-eslint/eslint-plugin': 4.32.0_1eacf2495a01e8a68ffa99482308e8ec - '@typescript-eslint/parser': 4.32.0_eslint@7.32.0+typescript@4.4.3 + '@nuxtjs/eslint-config': 6.0.1_73e9b746f54dad66aa843ac28a205fd4 + '@typescript-eslint/eslint-plugin': 4.33.0_d753869925cce96d3eb2141eeedafe57 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@nuxtjs/eslint-config/6.0.1_a2243cdaf36ff6cc2d89c77e252ccc5a: + /@nuxtjs/eslint-config/6.0.1_73e9b746f54dad66aa843ac28a205fd4: resolution: {integrity: sha512-NISrmMx4J2usVDVLG7WFwTdfQaznHf/b2aKTb1o0TCxxXdY30UHLqEH+3MqpjY+0+UPM06YswFmOBjOg5y2BXQ==} peerDependencies: eslint: ^7.27.0 @@ -3491,12 +3449,12 @@ 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.5.0_a2243cdaf36ff6cc2d89c77e252ccc5a + eslint-plugin-jest: 24.7.0_73e9b746f54dad66aa843ac28a205fd4 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 eslint-plugin-unicorn: 28.0.2_eslint@7.32.0 - eslint-plugin-vue: 7.18.0_eslint@7.32.0 + eslint-plugin-vue: 7.19.1_eslint@7.32.0 transitivePeerDependencies: - '@typescript-eslint/eslint-plugin' - supports-color @@ -3538,7 +3496,7 @@ packages: /@nuxtjs/i18n/7.0.3: resolution: {integrity: sha512-BwRTCECscnntCGQbYmxY7Z5xydEsoSycw4+pFWkUwVOjGiZChLHZ7XtP13MY2L5lVeNxMuylXTmJCo5i8VQaCw==} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/traverse': 7.15.4 '@intlify/vue-i18n-extensions': 1.0.2 '@intlify/vue-i18n-loader': 1.1.0 @@ -3893,6 +3851,13 @@ packages: jest-matcher-utils: 26.6.2 dev: true + /@rollup/pluginutils/4.1.1: + resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} + engines: {node: '>= 8.0.0'} + dependencies: + estree-walker: 2.0.2 + picomatch: 2.3.0 + /@samverschueren/stream-to-observable/0.3.1_rxjs@6.6.7: resolution: {integrity: sha512-c/qwwcHyafOQuVQJj0IlBjf5yYgBI7YPJ77k4fOJYesb41jio65eaJODRUmfYKhTOFBrIZ66kgvGPlNbjuoRdQ==} engines: {node: '>=6'} @@ -3931,27 +3896,27 @@ packages: '@sinonjs/commons': 1.8.3 dev: true - /@stylelint/postcss-css-in-js/0.37.2_01a46f28072a4e5e525c32ff0c2998f2: + /@stylelint/postcss-css-in-js/0.37.2_4f7b71a942b8b7a555b8adf78f88122b: 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.38 - postcss-syntax: 0.36.2_postcss@7.0.38 + '@babel/core': 7.15.8 + postcss: 7.0.39 + postcss-syntax: 0.36.2_postcss@7.0.39 transitivePeerDependencies: - supports-color dev: true - /@stylelint/postcss-markdown/0.36.2_01a46f28072a4e5e525c32ff0c2998f2: + /@stylelint/postcss-markdown/0.36.2_4f7b71a942b8b7a555b8adf78f88122b: resolution: {integrity: sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==} peerDependencies: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: - postcss: 7.0.38 - postcss-syntax: 0.36.2_postcss@7.0.38 + postcss: 7.0.39 + postcss-syntax: 0.36.2_postcss@7.0.39 remark: 13.0.0 unist-util-find-all-after: 3.0.2 transitivePeerDependencies: @@ -3982,7 +3947,7 @@ packages: chalk: 3.0.0 css: 3.0.0 css.escape: 1.5.1 - dom-accessibility-api: 0.5.7 + dom-accessibility-api: 0.5.8 lodash: 4.17.21 redent: 3.0.0 dev: true @@ -3995,7 +3960,7 @@ packages: /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/anymatch/3.0.0: @@ -4009,13 +3974,13 @@ packages: resolution: {integrity: sha512-QX7U7YW3zX3ex6MECtWO9folTGsXeP4b8bSjTq3I1ODM+H+sFHwGKuof+T+qBcDClGlCGtDb3SVfiTVfmcxw4g==} dependencies: '@types/browserslist': 4.15.0 - postcss: 7.0.38 + postcss: 7.0.39 dev: true /@types/babel__core/7.1.14: resolution: {integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 @@ -4025,7 +3990,7 @@ packages: /@types/babel__core/7.1.16: resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 '@types/babel__generator': 7.6.3 '@types/babel__template': 7.4.1 @@ -4041,7 +4006,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 dev: true @@ -4055,7 +4020,7 @@ packages: resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} dependencies: '@types/connect': 3.4.35 - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/body-parser/1.19.1: @@ -4068,7 +4033,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.2 + browserslist: 4.17.3 dev: true /@types/cacheable-request/6.0.2: @@ -4076,7 +4041,7 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.3 - '@types/node': 16.10.2 + '@types/node': 16.10.3 '@types/responselike': 1.0.0 dev: true @@ -4111,7 +4076,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/content-disposition/0.5.4: @@ -4128,15 +4093,15 @@ packages: '@types/connect': 3.4.35 '@types/express': 4.17.13 '@types/keygrip': 1.0.2 - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/cors/2.8.10: resolution: {integrity: sha512-C7srjHiVG3Ey1nR6d511dtDkCEjxuN9W1HWAEjGq8kpcwmNM6JJkpC0xvabM7BXTG2wDq8Eu33iH9aQKa7IvLQ==} dev: false - /@types/eslint/7.28.0: - resolution: {integrity: sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==} + /@types/eslint/7.28.1: + resolution: {integrity: sha512-XhZKznR3i/W5dXqUhgU9fFdJekufbeBd5DALmkuXoeFcjbQcPk+2cL+WLHf6Q81HWAnM2vrslIHpGVyCAviRwg==} dependencies: '@types/estree': 0.0.50 '@types/json-schema': 7.0.9 @@ -4161,7 +4126,7 @@ packages: /@types/express-serve-static-core/4.17.24: resolution: {integrity: sha512-3UJuW+Qxhzwjq3xhwXm2onQcFHn76frIYVbTu+kn24LFxI+dEhdfISDFovPB8VpEgW8oQCTpRuCe+0zJxB7NEA==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -4182,13 +4147,13 @@ packages: /@types/fs-capacitor/2.0.0: resolution: {integrity: sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: true /@types/html-minifier-terser/5.1.2: @@ -4218,7 +4183,7 @@ packages: /@types/http-proxy/1.17.7: resolution: {integrity: sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/istanbul-lib-coverage/2.0.3: @@ -4240,8 +4205,8 @@ packages: /@types/jest/27.0.2: resolution: {integrity: sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==} dependencies: - jest-diff: 27.2.4 - pretty-format: 27.2.4 + jest-diff: 27.2.5 + pretty-format: 27.2.5 dev: true /@types/json-schema/7.0.9: @@ -4258,7 +4223,7 @@ packages: /@types/keyv/3.1.3: resolution: {integrity: sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: true /@types/koa-compose/3.2.5: @@ -4277,7 +4242,7 @@ packages: '@types/http-errors': 1.8.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/less/3.0.2: @@ -4312,7 +4277,7 @@ packages: /@types/node-fetch/2.5.12: resolution: {integrity: sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 form-data: 3.0.1 dev: false @@ -4329,16 +4294,12 @@ packages: /@types/node/12.20.12: resolution: {integrity: sha512-KQZ1al2hKOONAs2MFv+yTQP1LkDWMrRJ9YCVRalXltOfXsBmH5IownLxQaiq0lnAHwAViLnh2aTYqrPcRGEbgg==} - /@types/node/12.20.27: - resolution: {integrity: sha512-qZdePUDSLAZRXXV234bLBEUM0nAQjoxbcSwp1rqSMUe1rZ47mwU6OjciR/JvF1Oo8mc0ys6GE0ks0HGgqAZoGg==} + /@types/node/12.20.28: + resolution: {integrity: sha512-cBw8gzxUPYX+/5lugXIPksioBSbE42k0fZ39p+4yRzfYjN6++eq9kAPdlY9qm+MXyfbk9EmvCYAYRn380sF46w==} dev: false - /@types/node/15.14.9: - resolution: {integrity: sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==} - dev: true - - /@types/node/16.10.2: - resolution: {integrity: sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ==} + /@types/node/16.10.3: + resolution: {integrity: sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4377,7 +4338,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: true /@types/sass-loader/8.0.1: @@ -4397,7 +4358,7 @@ packages: /@types/sax/1.2.3: resolution: {integrity: sha512-+QSw6Tqvs/KQpZX8DvIl3hZSjNFLW/OqE5nlyHXtTwODaJvioN2rOWpBNEWZp2HZUFhOh+VohmJku/WxEXU2XA==} dependencies: - '@types/node': 12.20.27 + '@types/node': 12.20.28 dev: false /@types/serve-static/1.13.9: @@ -4431,7 +4392,7 @@ packages: resolution: {integrity: sha512-5Yt1LQenR7uk+efCydQmN7ubOtO2qJ8Z9K/qqnlW87X1zkIQ8RkMCZbaOgZj/aBrR/h5Q738mJU6CYhXOj9sEg==} dependencies: globby: 11.0.4 - postcss: 7.0.38 + postcss: 7.0.39 dev: true /@types/tapable/1.0.8: @@ -4458,7 +4419,6 @@ packages: /@types/throttle-debounce/2.1.0: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} - dev: true /@types/uglify-js/3.13.1: resolution: {integrity: sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ==} @@ -4510,7 +4470,7 @@ packages: /@types/webpack/4.41.31: resolution: {integrity: sha512-/i0J7sepXFIp1ZT7FjUGi1eXMCg8HCCzLJEQkKsOtbJFontsJLolBcDC+3qxn5pPwiCt1G0ZdRmYRzNBtvpuGQ==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.1 '@types/webpack-sources': 3.2.0 @@ -4521,13 +4481,13 @@ packages: /@types/websocket/1.0.2: resolution: {integrity: sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: false /@types/yargs-parser/20.2.1: @@ -4550,8 +4510,8 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin/4.32.0_1eacf2495a01e8a68ffa99482308e8ec: - resolution: {integrity: sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==} + /@typescript-eslint/eslint-plugin/4.33.0_d753869925cce96d3eb2141eeedafe57: + resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -4561,9 +4521,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.32.0_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/parser': 4.32.0_eslint@7.32.0+typescript@4.4.3 - '@typescript-eslint/scope-manager': 4.32.0 + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.33.0 debug: 4.3.2 eslint: 7.32.0 functional-red-black-tree: 1.0.1 @@ -4576,16 +4536,16 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.32.0_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==} + /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.32.0 - '@typescript-eslint/types': 4.32.0 - '@typescript-eslint/typescript-estree': 4.32.0_typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.3 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -4594,8 +4554,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.32.0_eslint@7.32.0+typescript@4.4.3: - resolution: {integrity: sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==} + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.4.3: + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -4604,9 +4564,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.32.0 - '@typescript-eslint/types': 4.32.0 - '@typescript-eslint/typescript-estree': 4.32.0_typescript@4.4.3 + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.3 debug: 4.3.2 eslint: 7.32.0 typescript: 4.4.3 @@ -4614,21 +4574,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/4.32.0: - resolution: {integrity: sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==} + /@typescript-eslint/scope-manager/4.33.0: + resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.32.0 - '@typescript-eslint/visitor-keys': 4.32.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 dev: true - /@typescript-eslint/types/4.32.0: - resolution: {integrity: sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==} + /@typescript-eslint/types/4.33.0: + resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.32.0_typescript@4.4.3: - resolution: {integrity: sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==} + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.3: + resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -4636,8 +4596,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.32.0 - '@typescript-eslint/visitor-keys': 4.32.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.3 @@ -4648,11 +4608,11 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.32.0: - resolution: {integrity: sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==} + /@typescript-eslint/visitor-keys/4.33.0: + resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.32.0 + '@typescript-eslint/types': 4.33.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4660,102 +4620,102 @@ packages: resolution: {integrity: sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==} dev: false - /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.15.5: + /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.15.8: resolution: {integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-module-imports': 7.15.4 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 svg-tags: 1.0.0 dev: false - /@vue/babel-preset-jsx/1.2.4_@babel+core@7.15.5: + /@vue/babel-preset-jsx/1.2.4_@babel+core@7.15.8: resolution: {integrity: sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.15.5 - '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.15.5 - '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.15.5 - '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.15.5 - '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.15.5 - '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.15.5 - '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.15.5 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.15.8 + '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.15.8 + '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.15.8 + '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.15.8 + '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.15.8 + '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.15.8 + '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.15.8 dev: false - /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.15.5: + /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.15.8: resolution: {integrity: sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 dev: false - /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.15.5: + /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.15.8: resolution: {integrity: sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 dev: false - /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.15.5: + /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.15.8: resolution: {integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 dev: false - /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.15.5: + /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.15.8: resolution: {integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 dev: false - /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.15.5: + /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.15.8: resolution: {integrity: sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.15.5 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.15.8 camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 dev: false - /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.15.5: + /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.15.8: resolution: {integrity: sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.15.8 camelcase: 5.3.1 dev: false - /@vue/compiler-core/3.2.19: - resolution: {integrity: sha512-8dOPX0YOtaXol0Zf2cfLQ4NU/yHYl2H7DCKsLEZ7gdvPK6ZSEwGLJ7IdghhY2YEshEpC5RB9QKdC5I07z8Dtjg==} + /@vue/compiler-core/3.2.20: + resolution: {integrity: sha512-vcEXlKXoPwBXFP5aUTHN9GTZaDfwCofa9Yu9bbW2C5O/QSa9Esdt7OG4+0RRd3EHEMxUvEdj4RZrd/KpQeiJbA==} dependencies: - '@babel/parser': 7.15.7 - '@vue/shared': 3.2.19 + '@babel/parser': 7.15.8 + '@vue/shared': 3.2.20 estree-walker: 2.0.2 source-map: 0.6.1 @@ -4766,7 +4726,7 @@ packages: hash-sum: 1.0.2 lru-cache: 4.1.5 merge-source-map: 1.1.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 6.0.6 source-map: 0.6.1 vue-template-es2015-compiler: 1.9.1 @@ -4774,46 +4734,46 @@ packages: prettier: 1.19.1 dev: false - /@vue/composition-api/1.2.2: - resolution: {integrity: sha512-hnnock2l8Uawuzm/Nq8LqaztuOO70rpyX3Gz/Kpl/JtNalsG/EuuHuRQAWPiT3Is8NCB/8V5hiH7fmCmAc0+pQ==} + /@vue/composition-api/1.2.4: + resolution: {integrity: sha512-8LVV6O4slsroBhRKxly3em5H3D5Q+ggPG75lcilh5MfLGs69LEdwm6dKhSOXtQoSyMGF4Rq30E4DcouopM8Rxg==} peerDependencies: vue: '>= 2.5 < 3' dependencies: tslib: 2.3.1 dev: false - /@vue/reactivity/3.2.19: - resolution: {integrity: sha512-FtachoYs2SnyrWup5UikP54xDX6ZJ1s5VgHcJp4rkGoutU3Ry61jhs+nCX7J64zjX992Mh9gGUC0LqTs8q9vCA==} + /@vue/reactivity/3.2.20: + resolution: {integrity: sha512-nSmoLojUTk+H8HNTAkrUduB4+yIUBK2HPihJo2uXVSH4Spry6oqN6lFzE5zpLK+F27Sja+UqR9R1+/kIOsHV5w==} dependencies: - '@vue/shared': 3.2.19 + '@vue/shared': 3.2.20 dev: true - /@vue/ref-transform/3.2.19: - resolution: {integrity: sha512-03wwUnoIAeKti5IGGx6Vk/HEBJ+zUcm5wrUM3+PQsGf7IYnXTbeIfHHpx4HeSeWhnLAjqZjADQwW8uA4rBmVbg==} + /@vue/ref-transform/3.2.20: + resolution: {integrity: sha512-Y42d3PGlYZ1lXcF3dbd3+qU/C/a3wYEZ949fyOI5ptzkjDWlkfU6vn74fmOjsLjEcjs10BXK2qO99FqQIK2r1Q==} dependencies: - '@babel/parser': 7.15.7 - '@vue/compiler-core': 3.2.19 - '@vue/shared': 3.2.19 + '@babel/parser': 7.15.8 + '@vue/compiler-core': 3.2.20 + '@vue/shared': 3.2.20 estree-walker: 2.0.2 magic-string: 0.25.7 - /@vue/runtime-core/3.2.19: - resolution: {integrity: sha512-qArZSWKxWsgKfxk9BelZ32nY0MZ31CAW2kUUyVJyxh4cTfHaXGbjiQB5JgsvKc49ROMNffv9t3/qjasQqAH+RQ==} + /@vue/runtime-core/3.2.20: + resolution: {integrity: sha512-d1xfUGhZPfiZzAN7SatStD4vRtT8deJSXib2+Cz3x0brjMWKxe32asQc154FF1E2fFgMCHtnfd4A90bQEzV4GQ==} dependencies: - '@vue/reactivity': 3.2.19 - '@vue/shared': 3.2.19 + '@vue/reactivity': 3.2.20 + '@vue/shared': 3.2.20 dev: true - /@vue/runtime-dom/3.2.19: - resolution: {integrity: sha512-hIRboxXwafeHhbZEkZYNV0MiJXPNf4fP0X6hM2TJb0vssz8BKhD9cF92BkRgZztTQevecbhk0gu4uAPJ3dxL9A==} + /@vue/runtime-dom/3.2.20: + resolution: {integrity: sha512-4TCvZMLhESWCFHFYgqN4QmMA/onnINAlUovhopjlS8ST27G1A8Z0tyxPzLoXLa+b5JrOpbMPheEMPvdKExTJig==} dependencies: - '@vue/runtime-core': 3.2.19 - '@vue/shared': 3.2.19 + '@vue/runtime-core': 3.2.20 + '@vue/shared': 3.2.20 csstype: 2.6.18 dev: true - /@vue/shared/3.2.19: - resolution: {integrity: sha512-Knqhx7WieLdVgwCAZgTVrDCXZ50uItuecLh9JdLC8O+a5ayaSyIQYveUK3hCRNC7ws5zalHmZwfdLMGaS8r4Ew==} + /@vue/shared/3.2.20: + resolution: {integrity: sha512-FbpX+hD5BvXCQerEYO7jtAGHlhAkhTQ4KIV73kmLWNlawWhTiVuQxizgVb0BOkX5oG9cIRZ42EG++d/k/Efp0w==} /@vue/test-utils/1.2.2: resolution: {integrity: sha512-P+yiAsszoy8z1TqXiVUnAZaJj0WGGz5fCxm4bOSI6Cpwy1+PNYwYxDv0ROAA/SUtOPppV+aD8tp/QWwxf8ROJw==} @@ -4959,7 +4919,7 @@ packages: debug: 4.3.2 jiti: 1.12.6 tsup: 4.14.0_typescript@4.4.3 - windicss: 3.1.8 + windicss: 3.1.9 transitivePeerDependencies: - supports-color - ts-node @@ -4975,7 +4935,7 @@ packages: fast-glob: 3.2.7 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.1.8 + windicss: 3.1.9 transitivePeerDependencies: - supports-color - ts-node @@ -4985,7 +4945,7 @@ packages: /@wry/context/0.4.4: resolution: {integrity: sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 tslib: 1.14.1 dev: false @@ -5101,6 +5061,7 @@ 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==} @@ -5253,7 +5214,7 @@ packages: normalize-path: 3.0.0 picomatch: 2.3.0 - /apollo-cache-control/0.14.0_graphql@15.6.0: + /apollo-cache-control/0.14.0_graphql@15.6.1: 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. @@ -5261,43 +5222,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.6.0 - graphql: 15.6.0 + apollo-server-plugin-base: 0.13.0_graphql@15.6.1 + graphql: 15.6.1 dev: false - /apollo-cache-inmemory/1.6.6_graphql@15.6.0: + /apollo-cache-inmemory/1.6.6_graphql@15.6.1: 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.6.0 - apollo-utilities: 1.3.4_graphql@15.6.0 - graphql: 15.6.0 + apollo-cache: 1.3.5_graphql@15.6.1 + apollo-utilities: 1.3.4_graphql@15.6.1 + graphql: 15.6.1 optimism: 0.10.3 ts-invariant: 0.4.4 tslib: 1.14.1 dev: false - /apollo-cache/1.3.5_graphql@15.6.0: + /apollo-cache/1.3.5_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.1 + graphql: 15.6.1 tslib: 1.14.1 dev: false - /apollo-client/2.6.10_graphql@15.6.0: + /apollo-client/2.6.10_graphql@15.6.1: 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.6.0 - apollo-link: 1.2.14_graphql@15.6.0 - apollo-utilities: 1.3.4_graphql@15.6.0 - graphql: 15.6.0 + apollo-cache: 1.3.5_graphql@15.6.1 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-utilities: 1.3.4_graphql@15.6.1 + graphql: 15.6.1 symbol-observable: 1.2.0 ts-invariant: 0.4.4 tslib: 1.14.1 @@ -5309,7 +5270,7 @@ packages: engines: {node: '>=8', npm: '>=6'} dependencies: '@babel/generator': 7.14.8 - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.14.8 apollo-env: 0.10.0 apollo-language-server: 1.26.4_typescript@4.4.3 @@ -5385,19 +5346,19 @@ packages: engines: {node: '>=8'} dependencies: '@types/node-fetch': 2.5.12 - core-js: 3.18.1 + core-js: 3.18.2 node-fetch: 2.6.5 sha.js: 2.4.11 dev: false - /apollo-graphql/0.9.3_graphql@15.6.0: + /apollo-graphql/0.9.3_graphql@15.6.1: resolution: {integrity: sha512-rcAl2E841Iko4kSzj4Pt3PRBitmyq1MvoEmpl04TQSpGnoVgl1E/ZXuLBYxMTSnEAm7umn2IsoY+c6Ll9U/10A==} engines: {node: '>=6'} peerDependencies: graphql: ^14.2.1 || ^15.0.0 dependencies: - core-js-pure: 3.18.1 - graphql: 15.6.0 + core-js-pure: 3.18.2 + graphql: 15.6.1 lodash.sortby: 4.7.0 sha.js: 2.4.11 dev: false @@ -5406,25 +5367,25 @@ packages: resolution: {integrity: sha512-WQtJxQcHcTTHB3ckA56vyN3W2Lb+ha3YWsojwyirBWHvT0mLoZeblEISv2y5iADgRE9kR80CXs/WV82VaKbxPQ==} engines: {node: '>=8', npm: '>=6'} dependencies: - '@apollo/federation': 0.27.0_graphql@15.6.0 + '@apollo/federation': 0.27.0_graphql@15.6.1 '@apollographql/apollo-tools': 0.5.1 - '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.6.0 + '@apollographql/graphql-language-service-interface': 2.0.2_graphql@15.6.1 '@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.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 + apollo-graphql: 0.9.3_graphql@15.6.1 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-link-context: 1.0.20_graphql@15.6.1 + apollo-link-error: 1.1.13_graphql@15.6.1 + apollo-link-http: 1.5.17_graphql@15.6.1 + apollo-server-errors: 2.5.0_graphql@15.6.1 await-to-js: 2.1.1 - core-js: 3.18.1 + core-js: 3.18.2 cosmiconfig: 5.2.1 dotenv: 8.6.0 glob: 7.1.7 - graphql: 15.6.0 - graphql-tag: 2.12.5_graphql@15.6.0 + graphql: 15.6.1 + graphql-tag: 2.12.5_graphql@15.6.1 lodash.debounce: 4.0.8 lodash.merge: 4.6.2 minimatch: 3.0.4 @@ -5435,88 +5396,88 @@ packages: - typescript dev: false - /apollo-link-context/1.0.20_graphql@15.6.0: + /apollo-link-context/1.0.20_graphql@15.6.1: resolution: {integrity: sha512-MLLPYvhzNb8AglNsk2NcL9AvhO/Vc9hn2ZZuegbhRHGet3oGr0YH9s30NS9+ieoM0sGT11p7oZ6oAILM/kiRBA==} dependencies: - apollo-link: 1.2.14_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 tslib: 1.14.1 transitivePeerDependencies: - graphql dev: false - /apollo-link-error/1.1.13_graphql@15.6.0: + /apollo-link-error/1.1.13_graphql@15.6.1: resolution: {integrity: sha512-jAZOOahJU6bwSqb2ZyskEK1XdgUY9nkmeclCrW7Gddh1uasHVqmoYc4CKdb0/H0Y1J9lvaXKle2Wsw/Zx1AyUg==} dependencies: - apollo-link: 1.2.14_graphql@15.6.0 - apollo-link-http-common: 0.2.16_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-link-http-common: 0.2.16_graphql@15.6.1 tslib: 1.14.1 transitivePeerDependencies: - graphql dev: false - /apollo-link-http-common/0.2.16_graphql@15.6.0: + /apollo-link-http-common/0.2.16_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + graphql: 15.6.1 ts-invariant: 0.4.4 tslib: 1.14.1 dev: false - /apollo-link-http/1.5.17_graphql@15.6.0: + /apollo-link-http/1.5.17_graphql@15.6.1: 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.6.0 - apollo-link-http-common: 0.2.16_graphql@15.6.0 - graphql: 15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-link-http-common: 0.2.16_graphql@15.6.1 + graphql: 15.6.1 tslib: 1.14.1 dev: false - /apollo-link-persisted-queries/0.2.2_graphql@15.6.0: + /apollo-link-persisted-queries/0.2.2_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + graphql: 15.6.1 hash.js: 1.1.7 dev: false - /apollo-link-state/0.4.2_676aad6243157f125b56a746bc8f3122: + /apollo-link-state/0.4.2_4bd29c49b210fb05a7364674aa9a554c: resolution: {integrity: sha512-xMPcAfuiPVYXaLwC6oJFIZrKgV3GmdO31Ag2eufRoXpvT0AfJZjdaPB4450Nu9TslHRePN9A3quxNueILlQxlw==} peerDependencies: apollo-link: ^1.0.0 dependencies: - 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 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-utilities: 1.3.4_graphql@15.6.1 + graphql-anywhere: 4.2.7_graphql@15.6.1 transitivePeerDependencies: - graphql dev: false - /apollo-link-ws/1.0.20_fbc2669a39cce3d0d7a36ba453108f25: + /apollo-link-ws/1.0.20_9725b5bd6f8ccdf8972896e366c3daff: resolution: {integrity: sha512-mjSFPlQxmoLArpHBeUb2Xj+2HDYeTaJqFGOqQ+I8NVJxgL9lJe84PDWcPah/yMLv3rB7QgBDSuZ0xoRFBPlySw==} peerDependencies: subscriptions-transport-ws: ^0.9.0 dependencies: - apollo-link: 1.2.14_graphql@15.6.0 - subscriptions-transport-ws: 0.9.19_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 tslib: 1.14.1 transitivePeerDependencies: - graphql dev: false - /apollo-link/1.2.14_graphql@15.6.0: + /apollo-link/1.2.14_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.1 + graphql: 15.6.1 ts-invariant: 0.4.4 tslib: 1.14.1 zen-observable-ts: 0.8.21 @@ -5535,7 +5496,7 @@ packages: lru-cache: 6.0.0 dev: false - /apollo-server-core/2.25.2_graphql@15.6.0: + /apollo-server-core/2.25.2_graphql@15.6.1: resolution: {integrity: sha512-lrohEjde2TmmDTO7FlOs8x5QQbAS0Sd3/t0TaK2TWaodfzi92QAvIsq321Mol6p6oEqmjm8POIDHW1EuJd7XMA==} engines: {node: '>=6'} peerDependencies: @@ -5543,29 +5504,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.6.0 + '@apollographql/graphql-upload-8-fork': 8.1.3_graphql@15.6.1 '@josephg/resolvable': 1.0.1 '@types/ws': 7.4.7 - apollo-cache-control: 0.14.0_graphql@15.6.0 + apollo-cache-control: 0.14.0_graphql@15.6.1 apollo-datasource: 0.9.0 - apollo-graphql: 0.9.3_graphql@15.6.0 + apollo-graphql: 0.9.3_graphql@15.6.1 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.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 + apollo-server-errors: 2.5.0_graphql@15.6.1 + apollo-server-plugin-base: 0.13.0_graphql@15.6.1 + apollo-server-types: 0.9.0_graphql@15.6.1 + apollo-tracing: 0.15.0_graphql@15.6.1 async-retry: 1.3.3 fast-json-stable-stringify: 2.1.0 - 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 + graphql: 15.6.1 + graphql-extensions: 0.15.0_graphql@15.6.1 + graphql-tag: 2.12.5_graphql@15.6.1 + graphql-tools: 4.0.8_graphql@15.6.1 loglevel: 1.7.1 lru-cache: 6.0.0 sha.js: 2.4.11 - subscriptions-transport-ws: 0.9.19_graphql@15.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 uuid: 8.3.2 transitivePeerDependencies: - bufferutil @@ -5580,16 +5541,16 @@ packages: util.promisify: 1.1.1 dev: false - /apollo-server-errors/2.5.0_graphql@15.6.0: + /apollo-server-errors/2.5.0_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 dev: false - /apollo-server-express/2.25.2_graphql@15.6.0: + /apollo-server-express/2.25.2_graphql@15.6.1: resolution: {integrity: sha512-A2gF2e85vvDugPlajbhr0A14cDFDIGX0mteNOJ8P3Z3cIM0D4hwrWxJidI+SzobefDIyIHu1dynFedJVhV0euQ==} engines: {node: '>=6'} peerDependencies: @@ -5602,33 +5563,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.6.0 - apollo-server-types: 0.9.0_graphql@15.6.0 + apollo-server-core: 2.25.2_graphql@15.6.1 + apollo-server-types: 0.9.0_graphql@15.6.1 body-parser: 1.19.0 cors: 2.8.5 express: 4.17.1 - graphql: 15.6.0 - graphql-subscriptions: 1.2.1_graphql@15.6.0 - graphql-tools: 4.0.8_graphql@15.6.0 + graphql: 15.6.1 + graphql-subscriptions: 1.2.1_graphql@15.6.1 + graphql-tools: 4.0.8_graphql@15.6.1 parseurl: 1.3.3 - subscriptions-transport-ws: 0.9.19_graphql@15.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 type-is: 1.6.18 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /apollo-server-plugin-base/0.13.0_graphql@15.6.0: + /apollo-server-plugin-base/0.13.0_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-server-types: 0.9.0_graphql@15.6.1 + graphql: 15.6.1 dev: false - /apollo-server-types/0.9.0_graphql@15.6.0: + /apollo-server-types/0.9.0_graphql@15.6.1: resolution: {integrity: sha512-qk9tg4Imwpk732JJHBkhW0jzfG0nFsLqK2DY6UhvJf7jLnRePYsPxWfPiNkxni27pLE2tiNlCwoDFSeWqpZyBg==} engines: {node: '>=6'} peerDependencies: @@ -5637,10 +5598,10 @@ packages: apollo-reporting-protobuf: 0.8.0 apollo-server-caching: 0.7.0 apollo-server-env: 3.1.0 - graphql: 15.6.0 + graphql: 15.6.1 dev: false - /apollo-tracing/0.15.0_graphql@15.6.0: + /apollo-tracing/0.15.0_graphql@15.6.1: 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 @@ -5648,46 +5609,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.6.0 - graphql: 15.6.0 + apollo-server-plugin-base: 0.13.0_graphql@15.6.1 + graphql: 15.6.1 dev: false - /apollo-upload-client/13.0.0_graphql@15.6.0: + /apollo-upload-client/13.0.0_graphql@15.6.1: resolution: {integrity: sha512-lJ9/bk1BH1lD15WhWRha2J3+LrXrPIX5LP5EwiOUHv8PCORp4EUrcujrA3rI5hZeZygrTX8bshcuMdpqpSrvtA==} engines: {node: '>=10'} dependencies: '@babel/runtime': 7.15.4 - apollo-link: 1.2.14_graphql@15.6.0 - apollo-link-http-common: 0.2.16_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-link-http-common: 0.2.16_graphql@15.6.1 extract-files: 8.1.0 transitivePeerDependencies: - graphql dev: false - /apollo-upload-client/14.1.2_fbc2669a39cce3d0d7a36ba453108f25: + /apollo-upload-client/14.1.2_9725b5bd6f8ccdf8972896e366c3daff: 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.15_fbc2669a39cce3d0d7a36ba453108f25 + '@apollo/client': 3.4.16_9725b5bd6f8ccdf8972896e366c3daff '@babel/runtime': 7.15.4 extract-files: 9.0.0 - graphql: 15.6.0 - subscriptions-transport-ws: 0.9.19_graphql@15.6.0 + graphql: 15.6.1 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 transitivePeerDependencies: - react dev: false - /apollo-utilities/1.3.4_graphql@15.6.0: + /apollo-utilities/1.3.4_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 ts-invariant: 0.4.4 tslib: 1.14.1 dev: false @@ -5712,7 +5673,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.6.0 + apollo-graphql: 0.9.3_graphql@15.6.1 apollo-language-server: 1.26.4_typescript@4.4.3 chalk: 2.4.2 cli-ux: 5.6.3 @@ -5723,8 +5684,8 @@ packages: git-url-parse: 11.5.0 glob: 7.1.7 global-agent: 2.2.0 - graphql: 15.6.0 - graphql-tag: 2.12.4_graphql@15.6.0 + graphql: 15.6.1 + graphql-tag: 2.12.4_graphql@15.6.1 listr: 0.14.3 lodash.identity: 3.0.0 lodash.pickby: 4.6.0 @@ -5789,8 +5750,8 @@ packages: resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} dev: true - /array-includes/3.1.3: - resolution: {integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==} + /array-includes/3.1.4: + resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -5829,6 +5790,7 @@ packages: /asap/2.0.6: resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} + dev: false /asn1.js/5.4.1: resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} @@ -5839,10 +5801,6 @@ packages: safer-buffer: 2.1.2 dev: false - /assert-never/1.2.1: - resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} - optional: true - /assert/1.5.0: resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} dependencies: @@ -5894,16 +5852,16 @@ packages: engines: {node: '>= 4.5.0'} hasBin: true - /autoprefixer/9.8.7: - resolution: {integrity: sha512-7Hg99B1eTH5+LgmUBUSmov1Z3bsggQJS7v3IMGo6wcScnbRuvtMc871J9J+4bSbIqa9LSX/zypFXJ8sXHpMJeQ==} + /autoprefixer/9.8.8: + resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.17.2 - caniuse-lite: 1.0.30001263 - nanocolors: 0.2.12 + browserslist: 4.17.3 + caniuse-lite: 1.0.30001265 normalize-range: 0.1.2 num2fraction: 1.2.2 - postcss: 7.0.38 + picocolors: 0.2.1 + postcss: 7.0.39 postcss-value-parser: 4.1.0 /await-to-js/2.1.1: @@ -5941,26 +5899,26 @@ packages: js-tokens: 3.0.2 dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.15.5: + /babel-core/7.0.0-bridge.0_@babel+core@7.15.8: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 dev: true - /babel-jest/27.2.4_@babel+core@7.15.5: - resolution: {integrity: sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==} + /babel-jest/27.2.5_@babel+core@7.15.8: + resolution: {integrity: sha512-GC9pWCcitBhSuF7H3zl0mftoKizlswaF0E3qi+rPL417wKkCB0d+Sjjb0OfXvxj7gWiBf497ldgRMii68Xz+2g==} 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.4 - '@jest/types': 27.2.4 + '@babel/core': 7.15.8 + '@jest/transform': 27.2.5 + '@jest/types': 27.2.5 '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 27.2.0_@babel+core@7.15.5 + babel-preset-jest: 27.2.0_@babel+core@7.15.8 chalk: 4.1.2 graceful-fs: 4.2.8 slash: 3.0.0 @@ -5968,14 +5926,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.2_99877201e3f6dd5396b321f0a88244ea: + /babel-loader/8.2.2_7f185b6b63b1b293762538aa414d8c1b: resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -6017,36 +5975,36 @@ packages: '@types/babel__traverse': 7.14.2 dev: true - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.5: + /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.8: resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.5: + /babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.8: 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.18.1 + '@babel/core': 7.15.8 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 + core-js-compat: 3.18.2 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.5: + /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.8: resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} 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 + '@babel/core': 7.15.8 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 transitivePeerDependencies: - supports-color @@ -6070,72 +6028,72 @@ packages: babel-types: 6.26.0 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.15.5: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.15.8: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.8 dev: true - /babel-preset-fbjs/3.4.0_@babel+core@7.15.5: + /babel-preset-fbjs/3.4.0_@babel+core@7.15.8: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 - '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5 - '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5 - '@babel/plugin-transform-flow-strip-types': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-react-display-name': 7.15.1_@babel+core@7.15.5 - '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.5 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8 + '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.8 + '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.8 + '@babel/plugin-transform-flow-strip-types': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-react-display-name': 7.15.1_@babel+core@7.15.8 + '@babel/plugin-transform-react-jsx': 7.14.9_@babel+core@7.15.8 + '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-spread': 7.15.8_@babel+core@7.15.8 + '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.8 babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color dev: false - /babel-preset-jest/27.2.0_@babel+core@7.15.5: + /babel-preset-jest/27.2.0_@babel+core@7.15.8: resolution: {integrity: sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 babel-plugin-jest-hoist: 27.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.8 dev: true /babel-runtime/6.26.0: @@ -6178,13 +6136,6 @@ packages: to-fast-properties: 1.0.3 dev: true - /babel-walk/3.0.0-canary-5: - resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} - engines: {node: '>= 10.0.0'} - dependencies: - '@babel/types': 7.15.6 - optional: true - /babylon/6.18.0: resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} hasBin: true @@ -6382,16 +6333,16 @@ packages: pako: 1.0.11 dev: false - /browserslist/4.17.2: - resolution: {integrity: sha512-jSDZyqJmkKMEMi7SZAgX5UltFdR5NAO43vY0AwTpu4X3sGH7GLLQ83KiUomgrnvZRCeW0yPPnKqnxPqQOER9zQ==} + /browserslist/4.17.3: + resolution: {integrity: sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001263 - electron-to-chromium: 1.3.857 + caniuse-lite: 1.0.30001265 + electron-to-chromium: 1.3.864 escalade: 3.1.1 - nanocolors: 0.2.12 node-releases: 1.1.77 + picocolors: 0.2.1 /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -6457,8 +6408,8 @@ packages: engines: {node: '>= 0.8'} dev: false - /cac/6.7.3: - resolution: {integrity: sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg==} + /cac/6.7.8: + resolution: {integrity: sha512-EozC0vCN4aX3LbcVAzN0tW0qKeDFDXZ74xIAfCviLP2B6yzWPMaYLlMP0EHi2oZKvNqRgY35bOKQtWc5xQ0dDA==} engines: {node: '>=8'} dev: true @@ -6636,14 +6587,14 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.17.2 - caniuse-lite: 1.0.30001263 + browserslist: 4.17.3 + caniuse-lite: 1.0.30001265 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001263: - resolution: {integrity: sha512-doiV5dft6yzWO1WwU19kt8Qz8R0/8DgEziz6/9n2FxUasteZNwNNYSmJO3GLBH8lCVE73AB1RPDPAeYbcO5Cvw==} + /caniuse-lite/1.0.30001265: + resolution: {integrity: sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -6723,12 +6674,6 @@ packages: resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} dev: true - /character-parser/2.2.0: - resolution: {integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A=} - dependencies: - is-regex: 1.1.4 - optional: true - /character-reference-invalid/1.1.4: resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} dev: true @@ -7088,9 +7033,9 @@ packages: engines: {node: '>= 6'} dev: false - /commander/7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} + /commander/8.2.0: + resolution: {integrity: sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==} + engines: {node: '>= 12'} dev: false /common-tags/1.8.0: @@ -7205,13 +7150,6 @@ packages: upper-case: 2.0.2 dev: false - /constantinople/4.0.1: - resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} - dependencies: - '@babel/parser': 7.15.7 - '@babel/types': 7.15.6 - optional: true - /constants-browserify/1.0.0: resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=} dev: false @@ -7297,14 +7235,14 @@ packages: resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} engines: {node: '>=0.10.0'} - /core-js-compat/3.18.1: - resolution: {integrity: sha512-XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg==} + /core-js-compat/3.18.2: + resolution: {integrity: sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ==} dependencies: - browserslist: 4.17.2 + browserslist: 4.17.3 semver: 7.0.0 - /core-js-pure/3.18.1: - resolution: {integrity: sha512-kmW/k8MaSuqpvA1xm2l3TVlBuvW+XBkcaOroFUpO3D4lsTGQWBTb/tBDCf/PNkkPLrwgrkQRIYNPB0CeqGJWGQ==} + /core-js-pure/3.18.2: + resolution: {integrity: sha512-4hMMLUlZhKJKOWbbGD1/VDUxGPEhEoN/T01k7bx271WiBKCvCfkgPzy0IeRS4PB50p6/N1q/SZL4B/TRsTE5bA==} requiresBuild: true /core-js/2.6.12: @@ -7312,8 +7250,8 @@ packages: deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.18.1: - resolution: {integrity: sha512-vJlUi/7YdlCZeL6fXvWNaLUPh/id12WXj3MbkMw5uOyF0PfWPBNOCNbs53YqgrvtujLNlt9JQpruyIKkUZ+PKA==} + /core-js/3.18.2: + resolution: {integrity: sha512-zNhPOUoSgoizoSQFdX1MeZO16ORRb9FFQLts8gSYbZU5FcgXhp24iMWMxnOQo5uIaIG7/6FA/IqJPwev1o9ZXQ==} requiresBuild: true dev: false @@ -7458,7 +7396,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /css-color-names/0.0.4: @@ -7469,7 +7407,7 @@ packages: resolution: {integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==} engines: {node: '>4'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 timsort: 0.3.0 dev: false @@ -7478,7 +7416,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: false @@ -7492,7 +7430,7 @@ packages: cssesc: 3.0.0 icss-utils: 4.1.1 loader-utils: 2.0.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-modules-extract-imports: 2.0.0 postcss-modules-local-by-default: 3.0.3 postcss-modules-scope: 2.2.0 @@ -7508,7 +7446,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /css-select-base-adapter/0.1.1: @@ -7526,7 +7464,7 @@ packages: resolution: {integrity: sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==} dependencies: boolbase: 1.0.0 - css-what: 5.0.1 + css-what: 5.1.0 domhandler: 4.2.2 domutils: 2.8.0 nth-check: 2.0.1 @@ -7550,8 +7488,8 @@ packages: resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} engines: {node: '>= 6'} - /css-what/5.0.1: - resolution: {integrity: sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==} + /css-what/5.1.0: + resolution: {integrity: sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==} engines: {node: '>= 6'} dev: false @@ -7601,7 +7539,7 @@ packages: dependencies: css-declaration-sorter: 4.0.1 cssnano-util-raw-cache: 4.0.1 - postcss: 7.0.38 + postcss: 7.0.39 postcss-calc: 7.0.5 postcss-colormin: 4.0.3 postcss-convert-values: 4.0.1 @@ -7645,7 +7583,7 @@ packages: resolution: {integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /cssnano-util-same-parent/4.0.1: @@ -7660,7 +7598,7 @@ packages: cosmiconfig: 5.2.1 cssnano-preset-default: 4.0.8 is-resolvable: 1.1.0 - postcss: 7.0.38 + postcss: 7.0.39 dev: false /csso/4.2.0: @@ -7961,12 +7899,8 @@ packages: esutils: 2.0.3 dev: true - /doctypes/1.1.0: - resolution: {integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=} - optional: true - - /dom-accessibility-api/0.5.7: - resolution: {integrity: sha512-ml3lJIq9YjUfM9TUnEPvEYWFSwivwIGBPKpewX7tii7fwCazA8yCioGdqQcNsItPpfFvSJ3VIdMQPj60LJhcQA==} + /dom-accessibility-api/0.5.8: + resolution: {integrity: sha512-rAfghuBPeJldxqsmZQtBbna4TqMgFe4xhYs24vPULNslbmXUdcga+CXiKWzZxyWw0FCkGKPgmizIysIvsAEN8w==} dev: true /dom-converter/0.2.0: @@ -8096,8 +8030,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /electron-to-chromium/1.3.857: - resolution: {integrity: sha512-a5kIr2lajm4bJ5E4D3fp8Y/BRB0Dx2VOcCRE5Gtb679mXIME/OFhWler8Gy2ksrf8gFX+EFCSIGA33FB3gqYpg==} + /electron-to-chromium/1.3.864: + resolution: {integrity: sha512-v4rbad8GO6/yVI92WOeU9Wgxc4NA0n4f6P1FvZTY+jyY7JHEhw3bduYu60v3Q1h81Cg6eo4ApZrFPuycwd5hGw==} /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} @@ -8359,7 +8293,7 @@ packages: peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 dependencies: - array-includes: 3.1.3 + array-includes: 3.1.4 array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 @@ -8370,15 +8304,15 @@ packages: has: 1.0.3 is-core-module: 2.7.0 minimatch: 3.0.4 - object.values: 1.1.4 + object.values: 1.1.5 pkg-up: 2.0.0 read-pkg-up: 3.0.0 resolve: 1.20.0 tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jest/24.5.0_a2243cdaf36ff6cc2d89c77e252ccc5a: - resolution: {integrity: sha512-Cm+XdX7Nms2UXGRnivHFVcM3ZmlKheHvc9VD78iZLO1XcqB59WbVjrMSiesCbHDlToxWjMJDiJMgc1CzFE13Vg==} + /eslint-plugin-jest/24.7.0_73e9b746f54dad66aa843ac28a205fd4: + resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} engines: {node: '>=10'} peerDependencies: '@typescript-eslint/eslint-plugin': '>= 4' @@ -8387,8 +8321,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.32.0_1eacf2495a01e8a68ffa99482308e8ec - '@typescript-eslint/experimental-utils': 4.32.0_eslint@7.32.0+typescript@4.4.3 + '@typescript-eslint/eslint-plugin': 4.33.0_d753869925cce96d3eb2141eeedafe57 + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.4.3 eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -8413,7 +8347,7 @@ packages: /eslint-plugin-nuxt/2.0.0_eslint@7.32.0: resolution: {integrity: sha512-0VaG4SlKeGwMKSmOug/gNjliKoDNM/XfgiPhJ4v6FnjYrM3zSwTQVMH6vPjI8Gs722NjgwOZTucvmYbHzYEp5A==} dependencies: - eslint-plugin-vue: 7.18.0_eslint@7.32.0 + eslint-plugin-vue: 7.19.1_eslint@7.32.0 semver: 7.3.5 vue-eslint-parser: 7.11.0_eslint@7.32.0 transitivePeerDependencies: @@ -8479,8 +8413,8 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.18.0_eslint@7.32.0: - resolution: {integrity: sha512-ceDXlXYMMPMSXw7tdKUR42w9jlzthJGJ3Kvm3YrZ0zuQfvAySNxe8sm6VHuksBW0+060GzYXhHJG6IHVOfF83Q==} + /eslint-plugin-vue/7.19.1_eslint@7.32.0: + resolution: {integrity: sha512-e2pD7nW2sTY04ThH+66BgToNwC4n6dqfNhKE+ypdJFtZgn3Zn+nP8ZEIFPG0PGqCKQ3qxy8dJk1bzUsuQd3ANA==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0 @@ -8515,8 +8449,8 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.15.5 - '@babel/eslint-parser': 7.15.7_@babel+core@7.15.5+eslint@7.32.0 + '@babel/core': 7.15.8 + '@babel/eslint-parser': 7.15.8_@babel+core@7.15.8+eslint@7.32.0 eslint: 7.32.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 @@ -8559,7 +8493,7 @@ packages: eslint: ^7.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: - '@types/eslint': 7.28.0 + '@types/eslint': 7.28.1 arrify: 2.0.1 eslint: 7.32.0 jest-worker: 26.6.2 @@ -8769,15 +8703,15 @@ packages: jest-regex-util: 26.0.0 dev: true - /expect/27.2.4: - resolution: {integrity: sha512-gOtuonQ8TCnbNNCSw2fhVzRf8EFYDII4nB5NmG4IEV0rbUnW1I5zXvoTntU4iicB/Uh0oZr20NGlOLdJiwsOZA==} + /expect/27.2.5: + resolution: {integrity: sha512-ZrO0w7bo8BgGoP/bLz+HDCI+0Hfei9jUSZs5yI/Wyn9VkG9w8oJ7rHRgYj+MA7yqqFa0IwHA3flJzZtYugShJA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 ansi-styles: 5.2.0 jest-get-type: 27.0.6 - jest-matcher-utils: 27.2.4 - jest-message-util: 27.2.4 + jest-matcher-utils: 27.2.5 + jest-message-util: 27.2.5 jest-regex-util: 27.0.6 dev: true @@ -9101,34 +9035,34 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.1.1: - resolution: {integrity: sha512-106PqKLwWo4vINQUwEbk2aU/nAFhRbCBE2IdnQmf7UDaW4wqJGZcgRvy3jSyuZr/dkqnT7ymKX0GGrDSzNLU6g==} + /firebase/9.1.2: + resolution: {integrity: sha512-lLccGDhOosNhCXuywyGQ7ICJvcXoCRu4UUUyS42kMU3JYDNvxGhJX5DWtTQ4W+c/jZm444dVpJVK7QHS98XNqg==} dependencies: - '@firebase/analytics': 0.7.1_@firebase+app@0.7.2 - '@firebase/analytics-compat': 0.1.2_c801ab9b831a613f1eb742bcdd67e1f7 - '@firebase/app': 0.7.2 - '@firebase/app-check': 0.4.1_@firebase+app@0.7.2 - '@firebase/app-check-compat': 0.1.2_c801ab9b831a613f1eb742bcdd67e1f7 - '@firebase/app-compat': 0.1.3 + '@firebase/analytics': 0.7.1_@firebase+app@0.7.3 + '@firebase/analytics-compat': 0.1.2_f94a34b78548aa229868eefae2a54bd8 + '@firebase/app': 0.7.3 + '@firebase/app-check': 0.4.2_@firebase+app@0.7.3 + '@firebase/app-check-compat': 0.1.3_f94a34b78548aa229868eefae2a54bd8 + '@firebase/app-compat': 0.1.4 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.18.1_@firebase+app@0.7.2 - '@firebase/auth-compat': 0.1.4_1b77f02d6f5887d6becb860c089ed5c2 + '@firebase/auth': 0.18.2_@firebase+app@0.7.3 + '@firebase/auth-compat': 0.1.5_8dcce372602522733b9d030b350d58a8 '@firebase/database': 0.12.1_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.1_1fbeb7017feecac4f98eb8cff6d27eeb - '@firebase/firestore': 3.1.0_@firebase+app@0.7.2 - '@firebase/firestore-compat': 0.1.3_1b77f02d6f5887d6becb860c089ed5c2 - '@firebase/functions': 0.7.2_d5dc97a09d47334250258acb69ebac36 - '@firebase/functions-compat': 0.1.3_1b77f02d6f5887d6becb860c089ed5c2 - '@firebase/installations': 0.5.1_@firebase+app@0.7.2 - '@firebase/messaging': 0.9.1_@firebase+app@0.7.2 - '@firebase/messaging-compat': 0.1.1_c801ab9b831a613f1eb742bcdd67e1f7 - '@firebase/performance': 0.5.1_@firebase+app@0.7.2 - '@firebase/performance-compat': 0.1.1_c801ab9b831a613f1eb742bcdd67e1f7 + '@firebase/database-compat': 0.1.1_ecda2fc04007f05d3d14fe40d83b0431 + '@firebase/firestore': 3.1.0_@firebase+app@0.7.3 + '@firebase/firestore-compat': 0.1.3_8dcce372602522733b9d030b350d58a8 + '@firebase/functions': 0.7.2_e56030450eb4928ab14e1d29ae8eaf08 + '@firebase/functions-compat': 0.1.3_8dcce372602522733b9d030b350d58a8 + '@firebase/installations': 0.5.1_@firebase+app@0.7.3 + '@firebase/messaging': 0.9.1_@firebase+app@0.7.3 + '@firebase/messaging-compat': 0.1.1_f94a34b78548aa229868eefae2a54bd8 + '@firebase/performance': 0.5.1_@firebase+app@0.7.3 + '@firebase/performance-compat': 0.1.1_f94a34b78548aa229868eefae2a54bd8 '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.0_@firebase+app@0.7.2 - '@firebase/remote-config-compat': 0.1.1_c801ab9b831a613f1eb742bcdd67e1f7 - '@firebase/storage': 0.8.3_@firebase+app@0.7.2 - '@firebase/storage-compat': 0.1.3_1b77f02d6f5887d6becb860c089ed5c2 + '@firebase/remote-config': 0.3.0_@firebase+app@0.7.3 + '@firebase/remote-config-compat': 0.1.1_f94a34b78548aa229868eefae2a54bd8 + '@firebase/storage': 0.8.3_@firebase+app@0.7.3 + '@firebase/storage-compat': 0.1.3_8dcce372602522733b9d030b350d58a8 '@firebase/util': 1.4.0 transitivePeerDependencies: - bufferutil @@ -9183,16 +9117,27 @@ packages: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /fork-ts-checker-webpack-plugin/6.3.3: - resolution: {integrity: sha512-S3uMSg8IsIvs0H6VAfojtbf6RcnEXxEpDMT2Q41M2l0m20JO8eA1t4cCJybvrasC8SvvPEtK4B8ztxxfLljhNg==} + /fork-ts-checker-webpack-plugin/6.3.4_eslint@7.32.0+typescript@4.2.4: + resolution: {integrity: sha512-z0dns2NXH9NHH0wpW6iuUmyXYRN9BI2Lqnv+RCdL+9GXSW6tKUqYnwf+h3ZaucJsbsrdobdxuOELGgm1xVZITA==} engines: {node: '>=10', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: '>= 2.7' + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true dependencies: - '@babel/code-frame': 7.14.5 + '@babel/code-frame': 7.15.8 '@types/json-schema': 7.0.9 chalk: 4.1.2 chokidar: 3.5.2 cosmiconfig: 6.0.0 deepmerge: 4.2.2 + eslint: 7.32.0 fs-extra: 9.1.0 glob: 7.2.0 memfs: 3.3.0 @@ -9200,6 +9145,7 @@ packages: schema-utils: 2.7.0 semver: 7.3.5 tapable: 1.1.3 + typescript: 4.2.4 dev: true /form-data/3.0.0: @@ -9528,7 +9474,7 @@ packages: engines: {node: '>=10.0'} dependencies: boolean: 3.1.4 - core-js: 3.18.1 + core-js: 3.18.2 es6-error: 4.1.1 matcher: 3.0.0 roarr: 2.15.4 @@ -9682,18 +9628,18 @@ packages: /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} - /graphql-anywhere/4.2.7_graphql@15.6.0: + /graphql-anywhere/4.2.7_graphql@15.6.1: 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.6.0 - graphql: 15.6.0 + apollo-utilities: 1.3.4_graphql@15.6.1 + graphql: 15.6.1 ts-invariant: 0.3.3 tslib: 1.14.1 dev: false - /graphql-extensions/0.15.0_graphql@15.6.0: + /graphql-extensions/0.15.0_graphql@15.6.1: 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/' @@ -9702,121 +9648,121 @@ packages: dependencies: '@apollographql/apollo-tools': 0.5.1 apollo-server-env: 3.1.0 - apollo-server-types: 0.9.0_graphql@15.6.0 - graphql: 15.6.0 + apollo-server-types: 0.9.0_graphql@15.6.1 + graphql: 15.6.1 dev: false - /graphql-language-service-interface/2.8.4_graphql@15.6.0: + /graphql-language-service-interface/2.8.4_graphql@15.6.1: resolution: {integrity: sha512-myW8z7HOZkYfhYGKDc0URFkTZChp41Po890W92zuBIhGccckgtiWSJGXaLX+r9QAwVIeZhKaNgEacsyvQb1f/g==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - 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 + graphql: 15.6.1 + graphql-language-service-parser: 1.9.2_graphql@15.6.1 + graphql-language-service-types: 1.8.2_graphql@15.6.1 + graphql-language-service-utils: 2.5.3_graphql@15.6.1 vscode-languageserver-types: 3.16.0 dev: false - /graphql-language-service-parser/1.9.2_graphql@15.6.0: + /graphql-language-service-parser/1.9.2_graphql@15.6.1: resolution: {integrity: sha512-3txms73cJsXDfJQdR5hI83N2rpTuq9FD6aijdrXAeSuI5B60g32DxjelUkt4Ge+2BvBEDLn5ppXlpVYDC9UQHQ==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.6.0 - graphql-language-service-types: 1.8.2_graphql@15.6.0 + graphql: 15.6.1 + graphql-language-service-types: 1.8.2_graphql@15.6.1 dev: false - /graphql-language-service-types/1.8.2_graphql@15.6.0: + /graphql-language-service-types/1.8.2_graphql@15.6.1: resolution: {integrity: sha512-Sj07RHnMwAhEvAt7Jdt1l/x56ZpoNh+V6g+T58CF6GiYqI5l4vXqqRB4d4xHDcNQX98GpJfnf3o8BqPgP3C5Sw==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.6.0 + graphql: 15.6.1 dev: false - /graphql-language-service-utils/2.5.3_graphql@15.6.0: + /graphql-language-service-utils/2.5.3_graphql@15.6.1: resolution: {integrity: sha512-ydevEZ0AgzEKQF3hiCbLXuS0o7189Ww/T30WtCKCLaRHDYk9Yyb2PZWdhSTWLxYZTaX2TccV6NtFWvzIC7UP3g==} peerDependencies: graphql: '>= v14.5.0 <= 15.5.0' dependencies: - graphql: 15.6.0 - graphql-language-service-types: 1.8.2_graphql@15.6.0 + graphql: 15.6.1 + graphql-language-service-types: 1.8.2_graphql@15.6.1 nullthrows: 1.1.1 dev: false - /graphql-subscriptions/1.2.1_graphql@15.6.0: + /graphql-subscriptions/1.2.1_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 iterall: 1.3.0 dev: false - /graphql-tag/2.12.4_graphql@15.6.0: + /graphql-tag/2.12.4_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 tslib: 2.3.1 dev: false - /graphql-tag/2.12.5_graphql@15.6.0: + /graphql-tag/2.12.5_graphql@15.6.1: 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.6.0 + graphql: 15.6.1 tslib: 2.3.1 dev: false - /graphql-tools/4.0.8_graphql@15.6.0: + /graphql-tools/4.0.8_graphql@15.6.1: 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.6.0 - apollo-utilities: 1.3.4_graphql@15.6.0 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-utilities: 1.3.4_graphql@15.6.1 deprecated-decorator: 0.1.6 - graphql: 15.6.0 + graphql: 15.6.1 iterall: 1.3.0 uuid: 3.4.0 dev: false - /graphql-tools/6.2.6_fbc2669a39cce3d0d7a36ba453108f25: + /graphql-tools/6.2.6_9725b5bd6f8ccdf8972896e366c3daff: 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.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.2_graphql@15.6.0 - '@graphql-tools/json-file-loader': 6.2.6_graphql@15.6.0 - '@graphql-tools/links': 6.2.5_fbc2669a39cce3d0d7a36ba453108f25 - '@graphql-tools/load': 6.2.8_graphql@15.6.0 - '@graphql-tools/load-files': 6.5.0_graphql@15.6.0 - '@graphql-tools/merge': 6.2.17_graphql@15.6.0 - '@graphql-tools/mock': 6.2.4_graphql@15.6.0 - '@graphql-tools/module-loader': 6.2.7_graphql@15.6.0 - '@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 + '@graphql-tools/batch-delegate': 6.2.6_graphql@15.6.1 + '@graphql-tools/code-file-loader': 6.3.1_graphql@15.6.1 + '@graphql-tools/delegate': 6.2.4_graphql@15.6.1 + '@graphql-tools/git-loader': 6.2.6_graphql@15.6.1 + '@graphql-tools/github-loader': 6.2.5_graphql@15.6.1 + '@graphql-tools/graphql-file-loader': 6.2.7_graphql@15.6.1 + '@graphql-tools/graphql-tag-pluck': 6.5.1_graphql@15.6.1 + '@graphql-tools/import': 6.5.2_graphql@15.6.1 + '@graphql-tools/json-file-loader': 6.2.6_graphql@15.6.1 + '@graphql-tools/links': 6.2.5_9725b5bd6f8ccdf8972896e366c3daff + '@graphql-tools/load': 6.2.8_graphql@15.6.1 + '@graphql-tools/load-files': 6.5.1_graphql@15.6.1 + '@graphql-tools/merge': 6.2.17_graphql@15.6.1 + '@graphql-tools/mock': 6.2.4_graphql@15.6.1 + '@graphql-tools/module-loader': 6.2.7_graphql@15.6.1 + '@graphql-tools/relay-operation-optimizer': 6.4.0_graphql@15.6.1 + '@graphql-tools/resolvers-composition': 6.4.0_graphql@15.6.1 + '@graphql-tools/schema': 6.2.4_graphql@15.6.1 + '@graphql-tools/stitch': 6.2.4_graphql@15.6.1 + '@graphql-tools/url-loader': 6.10.1_graphql@15.6.1 + '@graphql-tools/utils': 6.2.4_graphql@15.6.1 + '@graphql-tools/wrap': 6.2.4_graphql@15.6.1 + graphql: 15.6.1 tslib: 2.0.3 transitivePeerDependencies: - '@types/node' @@ -9827,17 +9773,17 @@ packages: - utf-8-validate dev: false - /graphql-ws/4.9.0_graphql@15.6.0: + /graphql-ws/4.9.0_graphql@15.6.1: resolution: {integrity: sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=15' dependencies: - graphql: 15.6.0 + graphql: 15.6.1 dev: false - /graphql/15.6.0: - resolution: {integrity: sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==} + /graphql/15.6.1: + resolution: {integrity: sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==} engines: {node: '>= 10.x'} dev: false @@ -10279,7 +10225,7 @@ packages: resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} engines: {node: '>= 6'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /idb/3.0.2: @@ -10374,8 +10320,8 @@ packages: engines: {node: '>=8'} dev: true - /import-local/3.0.2: - resolution: {integrity: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==} + /import-local/3.0.3: + resolution: {integrity: sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==} engines: {node: '>=8'} hasBin: true dependencies: @@ -10644,13 +10590,6 @@ packages: hasBin: true dev: false - /is-expression/4.0.0: - resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} - dependencies: - acorn: 7.4.1 - object-assign: 4.1.1 - optional: true - /is-extendable/0.1.1: resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} engines: {node: '>=0.10.0'} @@ -10799,6 +10738,7 @@ packages: /is-promise/2.2.2: resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} + dev: false /is-promise/4.0.0: resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==} @@ -10873,6 +10813,7 @@ packages: /is-unicode-supported/0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} + dev: true /is-weakref/1.0.1: resolution: {integrity: sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==} @@ -10928,8 +10869,8 @@ packages: ws: 7.4.5 dev: false - /istanbul-lib-coverage/3.0.1: - resolution: {integrity: sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==} + /istanbul-lib-coverage/3.0.0: + resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} engines: {node: '>=8'} dev: true @@ -10937,9 +10878,9 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.0.1 + istanbul-lib-coverage: 3.0.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -10949,7 +10890,7 @@ packages: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: - istanbul-lib-coverage: 3.0.1 + istanbul-lib-coverage: 3.0.0 make-dir: 3.1.0 supports-color: 7.2.0 dev: true @@ -10959,14 +10900,14 @@ packages: engines: {node: '>=8'} dependencies: debug: 4.3.2 - istanbul-lib-coverage: 3.0.1 + istanbul-lib-coverage: 3.0.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color dev: true - /istanbul-reports/3.0.2: - resolution: {integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==} + /istanbul-reports/3.0.3: + resolution: {integrity: sha512-0i77ZFLsb9U3DHi22WzmIngVzfoyxxbQcZRqlF3KoKmCJGq9nhFHoGi8FqBztN2rE8w6hURnZghetn0xpkVb6A==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -10982,35 +10923,35 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /jest-changed-files/27.2.4: - resolution: {integrity: sha512-eeO1C1u4ex7pdTroYXezr+rbr957myyVoKGjcY4R1TJi3A+9v+4fu1Iv9J4eLq1bgFyT3O3iRWU9lZsEE7J72Q==} + /jest-changed-files/27.2.5: + resolution: {integrity: sha512-jfnNJzF89csUKRPKJ4MwZ1SH27wTmX2xiAIHUHrsb/OYd9Jbo4/SXxJ17/nnx6RIifpthk3Y+LEeOk+/dDeGdw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 execa: 5.1.1 throat: 6.0.1 dev: true - /jest-circus/27.2.4: - resolution: {integrity: sha512-TtheheTElrGjlsY9VxkzUU1qwIx05ItIusMVKnvNkMt4o/PeegLRcjq3Db2Jz0GGdBalJdbzLZBgeulZAJxJWA==} + /jest-circus/27.2.5: + resolution: {integrity: sha512-eyL9IcrAxm3Saq3rmajFCwpaxaRMGJ1KJs+7hlTDinXpJmeR3P02bheM3CYohE7UfwOBmrFMJHjgo/WPcLTM+Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.4 - '@jest/test-result': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/environment': 27.2.5 + '@jest/test-result': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 - expect: 27.2.4 + expect: 27.2.5 is-generator-fn: 2.1.0 - jest-each: 27.2.4 - jest-matcher-utils: 27.2.4 - jest-message-util: 27.2.4 - jest-runtime: 27.2.4 - jest-snapshot: 27.2.4 - jest-util: 27.2.4 - pretty-format: 27.2.4 + jest-each: 27.2.5 + jest-matcher-utils: 27.2.5 + jest-message-util: 27.2.5 + jest-runtime: 27.2.5 + jest-snapshot: 27.2.5 + jest-util: 27.2.5 + pretty-format: 27.2.5 slash: 3.0.0 stack-utils: 2.0.5 throat: 6.0.1 @@ -11018,8 +10959,8 @@ packages: - supports-color dev: true - /jest-cli/27.2.4: - resolution: {integrity: sha512-4kpQQkg74HYLaXo3nzwtg4PYxSLgL7puz1LXHj5Tu85KmlIpxQFjRkXlx4V47CYFFIDoyl3rHA/cXOxUWyMpNg==} + /jest-cli/27.2.5: + resolution: {integrity: sha512-XzfcOXi5WQrXqFYsDxq5RDOKY4FNIgBgvgf3ZBz4e/j5/aWep5KnsAYH5OFPMdX/TP/LFsYQMRH7kzJUMh6JKg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11028,17 +10969,17 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.4 - '@jest/test-result': 27.2.4 - '@jest/types': 27.2.4 + '@jest/core': 27.2.5 + '@jest/test-result': 27.2.5 + '@jest/types': 27.2.5 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.8 - import-local: 3.0.2 - jest-config: 27.2.4 - jest-util: 27.2.4 - jest-validate: 27.2.4 - prompts: 2.4.1 + import-local: 3.0.3 + jest-config: 27.2.5 + jest-util: 27.2.5 + jest-validate: 27.2.5 + prompts: 2.4.2 yargs: 16.2.0 transitivePeerDependencies: - bufferutil @@ -11048,8 +10989,8 @@ packages: - utf-8-validate dev: true - /jest-config/27.2.4: - resolution: {integrity: sha512-tWy0UxhdzqiKyp4l5Vq4HxLyD+gH5td+GCF3c22/DJ0bYAOsMo+qi2XtbJI6oYMH5JOJQs9nLW/r34nvFCehjA==} + /jest-config/27.2.5: + resolution: {integrity: sha512-QdENtn9b5rIIYGlbDNEcgY9LDL5kcokJnXrp7x8AGjHob/XFqw1Z6p+gjfna2sUulQsQ3ce2Fvntnv+7fKYDhQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: ts-node: '>=9.0.0' @@ -11057,27 +10998,27 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.15.5 - '@jest/test-sequencer': 27.2.4 - '@jest/types': 27.2.4 - babel-jest: 27.2.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@jest/test-sequencer': 27.2.5 + '@jest/types': 27.2.5 + babel-jest: 27.2.5_@babel+core@7.15.8 chalk: 4.1.2 deepmerge: 4.2.2 glob: 7.2.0 graceful-fs: 4.2.8 is-ci: 3.0.0 - jest-circus: 27.2.4 - jest-environment-jsdom: 27.2.4 - jest-environment-node: 27.2.4 + jest-circus: 27.2.5 + jest-environment-jsdom: 27.2.5 + jest-environment-node: 27.2.5 jest-get-type: 27.0.6 - jest-jasmine2: 27.2.4 + jest-jasmine2: 27.2.5 jest-regex-util: 27.0.6 - jest-resolve: 27.2.4 - jest-runner: 27.2.4 - jest-util: 27.2.4 - jest-validate: 27.2.4 + jest-resolve: 27.2.5 + jest-runner: 27.2.5 + jest-util: 27.2.5 + jest-validate: 27.2.5 micromatch: 4.0.4 - pretty-format: 27.2.4 + pretty-format: 27.2.5 transitivePeerDependencies: - bufferutil - canvas @@ -11095,14 +11036,14 @@ packages: pretty-format: 26.6.2 dev: true - /jest-diff/27.2.4: - resolution: {integrity: sha512-bLAVlDSCR3gqUPGv+4nzVpEXGsHh98HjUL7Vb2hVyyuBDoQmja8eJb0imUABsuxBeUVmf47taJSAd9nDrwWKEg==} + /jest-diff/27.2.5: + resolution: {integrity: sha512-7gfwwyYkeslOOVQY4tVq5TaQa92mWfC9COsVYMNVYyJTOYAqbIkoD3twi5A+h+tAPtAelRxkqY6/xu+jwTr0dA==} 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.4 + pretty-format: 27.2.5 dev: true /jest-docblock/27.0.6: @@ -11112,27 +11053,27 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/27.2.4: - resolution: {integrity: sha512-w9XVc+0EDBUTJS4xBNJ7N2JCcWItFd006lFjz77OarAQcQ10eFDBMrfDv2GBJMKlXe9aq0HrIIF51AXcZrRJyg==} + /jest-each/27.2.5: + resolution: {integrity: sha512-HUPWIbJT0bXarRwKu/m7lYzqxR4GM5EhKOsu0z3t0SKtbFN6skQhpAUADM4qFShBXb9zoOuag5lcrR1x/WM+Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 chalk: 4.1.2 jest-get-type: 27.0.6 - jest-util: 27.2.4 - pretty-format: 27.2.4 + jest-util: 27.2.5 + pretty-format: 27.2.5 dev: true - /jest-environment-jsdom/27.2.4: - resolution: {integrity: sha512-X70pTXFSypD7AIzKT1mLnDi5hP9w9mdTRcOGOmoDoBrNyNEg4rYm6d4LQWFLc9ps1VnMuDOkFSG0wjSNYGjkng==} + /jest-environment-jsdom/27.2.5: + resolution: {integrity: sha512-QtRpOh/RQKuXniaWcoFE2ElwP6tQcyxHu0hlk32880g0KczdonCs5P1sk5+weu/OVzh5V4Bt1rXuQthI01mBLg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.4 - '@jest/fake-timers': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 - jest-mock: 27.2.4 - jest-util: 27.2.4 + '@jest/environment': 27.2.5 + '@jest/fake-timers': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 + jest-mock: 27.2.5 + jest-util: 27.2.5 jsdom: 16.7.0 transitivePeerDependencies: - bufferutil @@ -11141,16 +11082,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/27.2.4: - resolution: {integrity: sha512-ZbVbFSnbzTvhLOIkqh5lcLuGCCFvtG4xTXIRPK99rV2KzQT3kNg16KZwfTnLNlIiWCE8do960eToeDfcqmpSAw==} + /jest-environment-node/27.2.5: + resolution: {integrity: sha512-0o1LT4grm7iwrS8fIoLtwJxb/hoa3GsH7pP10P02Jpj7Mi4BXy65u46m89vEM2WfD1uFJQ2+dfDiWZNA2e6bJg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/environment': 27.2.4 - '@jest/fake-timers': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 - jest-mock: 27.2.4 - jest-util: 27.2.4 + '@jest/environment': 27.2.5 + '@jest/fake-timers': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 + jest-mock: 27.2.5 + jest-util: 27.2.5 dev: true /jest-get-type/26.3.0: @@ -11163,58 +11104,58 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-haste-map/27.2.4: - resolution: {integrity: sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==} + /jest-haste-map/27.2.5: + resolution: {integrity: sha512-pzO+Gw2WLponaSi0ilpzYBE0kuVJstoXBX8YWyUebR8VaXuX4tzzn0Zp23c/WaETo7XYTGv2e8KdnpiskAFMhQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 '@types/graceful-fs': 4.1.5 - '@types/node': 16.10.2 + '@types/node': 16.10.3 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.4 - jest-worker: 27.2.4 + jest-util: 27.2.5 + jest-worker: 27.2.5 micromatch: 4.0.4 walker: 1.0.7 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-jasmine2/27.2.4: - resolution: {integrity: sha512-fcffjO/xLWLVnW2ct3No4EksxM5RyPwHDYu9QU+90cC+/eSMLkFAxS55vkqsxexOO5zSsZ3foVpMQcg/amSeIQ==} + /jest-jasmine2/27.2.5: + resolution: {integrity: sha512-hdxY9Cm/CjLqu2tXeAoQHPgA4vcqlweVXYOg1+S9FeFdznB9Rti+eEBKDDkmOy9iqr4Xfbq95OkC4NFbXXPCAQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/traverse': 7.15.4 - '@jest/environment': 27.2.4 + '@jest/environment': 27.2.5 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/test-result': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 chalk: 4.1.2 co: 4.6.0 - expect: 27.2.4 + expect: 27.2.5 is-generator-fn: 2.1.0 - jest-each: 27.2.4 - jest-matcher-utils: 27.2.4 - jest-message-util: 27.2.4 - jest-runtime: 27.2.4 - jest-snapshot: 27.2.4 - jest-util: 27.2.4 - pretty-format: 27.2.4 + jest-each: 27.2.5 + jest-matcher-utils: 27.2.5 + jest-message-util: 27.2.5 + jest-runtime: 27.2.5 + jest-snapshot: 27.2.5 + jest-util: 27.2.5 + pretty-format: 27.2.5 throat: 6.0.1 transitivePeerDependencies: - supports-color dev: true - /jest-leak-detector/27.2.4: - resolution: {integrity: sha512-SrcHWbe0EHg/bw2uBjVoHacTo5xosl068x2Q0aWsjr2yYuW2XwqrSkZV4lurUop0jhv1709ymG4or+8E4sH27Q==} + /jest-leak-detector/27.2.5: + resolution: {integrity: sha512-HYsi3GUR72bYhOGB5C5saF9sPdxGzSjX7soSQS+BqDRysc7sPeBwPbhbuT8DnOpijnKjgwWQ8JqvbmReYnt3aQ==} 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.4 + pretty-format: 27.2.5 dev: true /jest-matcher-utils/26.6.2: @@ -11227,21 +11168,21 @@ packages: pretty-format: 26.6.2 dev: true - /jest-matcher-utils/27.2.4: - resolution: {integrity: sha512-nQeLfFAIPPkyhkDfifAPfP/U5wm1x0fLtAzqXZSSKckXDNuk2aaOfQiDYv1Mgf5GY6yOsxfUnvNm3dDjXM+BXw==} + /jest-matcher-utils/27.2.5: + resolution: {integrity: sha512-qNR/kh6bz0Dyv3m68Ck2g1fLW5KlSOUNcFQh87VXHZwWc/gY6XwnKofx76Qytz3x5LDWT09/2+yXndTkaG4aWg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - jest-diff: 27.2.4 + jest-diff: 27.2.5 jest-get-type: 27.0.6 - pretty-format: 27.2.4 + pretty-format: 27.2.5 dev: true /jest-message-util/26.6.2: resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/code-frame': 7.14.5 + '@babel/code-frame': 7.15.8 '@jest/types': 26.6.2 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -11252,30 +11193,30 @@ packages: stack-utils: 2.0.5 dev: true - /jest-message-util/27.2.4: - resolution: {integrity: sha512-wbKT/BNGnBVB9nzi+IoaLkXt6fbSvqUxx+IYY66YFh96J3goY33BAaNG3uPqaw/Sh/FR9YpXGVDfd5DJdbh4nA==} + /jest-message-util/27.2.5: + resolution: {integrity: sha512-ggXSLoPfIYcbmZ8glgEJZ8b+e0Msw/iddRmgkoO7lDAr9SmI65IIfv7VnvTnV4FGnIIUIjzM+fHRHO5RBvyAbQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/code-frame': 7.14.5 - '@jest/types': 27.2.4 + '@babel/code-frame': 7.15.8 + '@jest/types': 27.2.5 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.8 micromatch: 4.0.4 - pretty-format: 27.2.4 + pretty-format: 27.2.5 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/27.2.4: - resolution: {integrity: sha512-iVRU905rutaAoUcrt5Tm1JoHHWi24YabqEGXjPJI4tAyA6wZ7mzDi3GrZ+M7ebgWBqUkZE93GAx1STk7yCMIQA==} + /jest-mock/27.2.5: + resolution: {integrity: sha512-HiMB3LqE9RzmeMzZARi2Bz3NoymxyP0gCid4y42ca1djffNtYFKgI220aC1VP1mUZ8rbpqZbHZOJ15093bZV/Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@27.2.4: + /jest-pnp-resolver/1.2.2_jest-resolve@27.2.5: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -11284,7 +11225,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 27.2.4 + jest-resolve: 27.2.5 dev: true /jest-regex-util/26.0.0: @@ -11297,57 +11238,57 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: true - /jest-resolve-dependencies/27.2.4: - resolution: {integrity: sha512-i5s7Uh9B3Q6uwxLpMhNKlgBf6pcemvWaORxsW1zNF/YCY3jd5EftvnGBI+fxVwJ1CBxkVfxqCvm1lpZkbaoGmg==} + /jest-resolve-dependencies/27.2.5: + resolution: {integrity: sha512-BSjefped31bcvvCh++/pN9ueqqN1n0+p8/58yScuWfklLm2tbPbS9d251vJhAy0ZI2pL/0IaGhOTJrs9Y4FJlg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 jest-regex-util: 27.0.6 - jest-snapshot: 27.2.4 + jest-snapshot: 27.2.5 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/27.2.4: - resolution: {integrity: sha512-IsAO/3+3BZnKjI2I4f3835TBK/90dxR7Otgufn3mnrDFTByOSXclDi3G2XJsawGV4/18IMLARJ+V7Wm7t+J89Q==} + /jest-resolve/27.2.5: + resolution: {integrity: sha512-q5irwS3oS73SKy3+FM/HL2T7WJftrk9BRzrXF92f7net5HMlS7lJMg/ZwxLB4YohKqjSsdksEw7n/jvMxV7EKg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 chalk: 4.1.2 escalade: 3.1.1 graceful-fs: 4.2.8 - jest-haste-map: 27.2.4 - jest-pnp-resolver: 1.2.2_jest-resolve@27.2.4 - jest-util: 27.2.4 - jest-validate: 27.2.4 + jest-haste-map: 27.2.5 + jest-pnp-resolver: 1.2.2_jest-resolve@27.2.5 + jest-util: 27.2.5 + jest-validate: 27.2.5 resolve: 1.20.0 slash: 3.0.0 dev: true - /jest-runner/27.2.4: - resolution: {integrity: sha512-hIo5PPuNUyVDidZS8EetntuuJbQ+4IHWxmHgYZz9FIDbG2wcZjrP6b52uMDjAEQiHAn8yn8ynNe+TL8UuGFYKg==} + /jest-runner/27.2.5: + resolution: {integrity: sha512-n41vw9RLg5TKAnEeJK9d6pGOsBOpwE89XBniK+AD1k26oIIy3V7ogM1scbDjSheji8MUPC9pNgCrZ/FHLVDNgg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.4 - '@jest/environment': 27.2.4 - '@jest/test-result': 27.2.4 - '@jest/transform': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/console': 27.2.5 + '@jest/environment': 27.2.5 + '@jest/test-result': 27.2.5 + '@jest/transform': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 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.4 - jest-environment-node: 27.2.4 - jest-haste-map: 27.2.4 - jest-leak-detector: 27.2.4 - jest-message-util: 27.2.4 - jest-resolve: 27.2.4 - jest-runtime: 27.2.4 - jest-util: 27.2.4 - jest-worker: 27.2.4 + jest-environment-jsdom: 27.2.5 + jest-environment-node: 27.2.5 + jest-haste-map: 27.2.5 + jest-leak-detector: 27.2.5 + jest-message-util: 27.2.5 + jest-resolve: 27.2.5 + jest-runtime: 27.2.5 + jest-util: 27.2.5 + jest-worker: 27.2.5 source-map-support: 0.5.20 throat: 6.0.1 transitivePeerDependencies: @@ -11357,18 +11298,18 @@ packages: - utf-8-validate dev: true - /jest-runtime/27.2.4: - resolution: {integrity: sha512-ICKzzYdjIi70P17MZsLLIgIQFCQmIjMFf+xYww3aUySiUA/QBPUTdUqo5B2eg4HOn9/KkUsV0z6GVgaqAPBJvg==} + /jest-runtime/27.2.5: + resolution: {integrity: sha512-N0WRZ3QszKyZ3Dm27HTBbBuestsSd3Ud5ooVho47XZJ8aSKO/X1Ag8M1dNx9XzfGVRNdB/xCA3lz8MJwIzPLLA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/console': 27.2.4 - '@jest/environment': 27.2.4 - '@jest/fake-timers': 27.2.4 - '@jest/globals': 27.2.4 + '@jest/console': 27.2.5 + '@jest/environment': 27.2.5 + '@jest/fake-timers': 27.2.5 + '@jest/globals': 27.2.5 '@jest/source-map': 27.0.6 - '@jest/test-result': 27.2.4 - '@jest/transform': 27.2.4 - '@jest/types': 27.2.4 + '@jest/test-result': 27.2.5 + '@jest/transform': 27.2.5 + '@jest/types': 27.2.5 '@types/yargs': 16.0.4 chalk: 4.1.2 cjs-module-lexer: 1.2.2 @@ -11377,14 +11318,14 @@ packages: exit: 0.1.2 glob: 7.2.0 graceful-fs: 4.2.8 - jest-haste-map: 27.2.4 - jest-message-util: 27.2.4 - jest-mock: 27.2.4 + jest-haste-map: 27.2.5 + jest-message-util: 27.2.5 + jest-mock: 27.2.5 jest-regex-util: 27.0.6 - jest-resolve: 27.2.4 - jest-snapshot: 27.2.4 - jest-util: 27.2.4 - jest-validate: 27.2.4 + jest-resolve: 27.2.5 + jest-snapshot: 27.2.5 + jest-util: 27.2.5 + jest-validate: 27.2.5 slash: 3.0.0 strip-bom: 4.0.0 yargs: 16.2.0 @@ -11402,76 +11343,76 @@ packages: resolution: {integrity: sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 graceful-fs: 4.2.8 dev: true - /jest-snapshot/27.2.4: - resolution: {integrity: sha512-5DFxK31rYS8X8C6WXsFx8XxrxW3PGa6+9IrUcZdTLg1aEyXDGIeiBh4jbwvh655bg/9vTETbEj/njfZicHTZZw==} + /jest-snapshot/27.2.5: + resolution: {integrity: sha512-2/Jkn+VN6Abwz0llBltZaiJMnL8b1j5Bp/gRIxe9YR3FCEh9qp0TXVV0dcpTGZ8AcJV1SZGQkczewkI9LP5yGw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.15.5 - '@babel/generator': 7.15.4 - '@babel/parser': 7.15.7 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/generator': 7.15.8 + '@babel/parser': 7.15.8 + '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.8 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@jest/transform': 27.2.4 - '@jest/types': 27.2.4 + '@jest/transform': 27.2.5 + '@jest/types': 27.2.5 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.4.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.15.8 chalk: 4.1.2 - expect: 27.2.4 + expect: 27.2.5 graceful-fs: 4.2.8 - jest-diff: 27.2.4 + jest-diff: 27.2.5 jest-get-type: 27.0.6 - jest-haste-map: 27.2.4 - jest-matcher-utils: 27.2.4 - jest-message-util: 27.2.4 - jest-resolve: 27.2.4 - jest-util: 27.2.4 + jest-haste-map: 27.2.5 + jest-matcher-utils: 27.2.5 + jest-message-util: 27.2.5 + jest-resolve: 27.2.5 + jest-util: 27.2.5 natural-compare: 1.4.0 - pretty-format: 27.2.4 + pretty-format: 27.2.5 semver: 7.3.5 transitivePeerDependencies: - supports-color dev: true - /jest-util/27.2.4: - resolution: {integrity: sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==} + /jest-util/27.2.5: + resolution: {integrity: sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 chalk: 4.1.2 graceful-fs: 4.2.8 is-ci: 3.0.0 picomatch: 2.3.0 dev: true - /jest-validate/27.2.4: - resolution: {integrity: sha512-VMtbxbkd7LHnIH7PChdDtrluCFRJ4b1YV2YJzNwwsASMWftq/HgqiqjvptBOWyWOtevgO3f14wPxkPcLlVBRog==} + /jest-validate/27.2.5: + resolution: {integrity: sha512-XgYtjS89nhVe+UfkbLgcm+GgXKWgL80t9nTcNeejyO3t0Sj/yHE8BtIJqjZu9NXQksYbGImoQRXmQ1gP+Guffw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 camelcase: 6.2.0 chalk: 4.1.2 jest-get-type: 27.0.6 leven: 3.1.0 - pretty-format: 27.2.4 + pretty-format: 27.2.5 dev: true - /jest-watcher/27.2.4: - resolution: {integrity: sha512-LXC/0+dKxhK7cfF7reflRYlzDIaQE+fL4ynhKhzg8IMILNMuI4xcjXXfUJady7OR4/TZeMg7X8eHx8uan9vqaQ==} + /jest-watcher/27.2.5: + resolution: {integrity: sha512-umV4qGozg2Dn6DTTtqAh9puPw+DGLK9AQas7+mWjiK8t0fWMpxKg8ZXReZw7L4C88DqorsGUiDgwHNZ+jkVrkQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/test-result': 27.2.4 - '@jest/types': 27.2.4 - '@types/node': 16.10.2 + '@jest/test-result': 27.2.5 + '@jest/types': 27.2.5 + '@types/node': 16.10.3 ansi-escapes: 4.3.2 chalk: 4.1.2 - jest-util: 27.2.4 + jest-util: 27.2.5 string-length: 4.0.2 dev: true @@ -11479,21 +11420,21 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 merge-stream: 2.0.0 supports-color: 7.2.0 - /jest-worker/27.2.4: - resolution: {integrity: sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==} + /jest-worker/27.2.5: + resolution: {integrity: sha512-HTjEPZtcNKZ4LnhSp02NEH4vE+5OpJ0EsOWYvGQpHgUMLngydESAAMH5Wd/asPf29+XUDQZszxpLg1BkIIA2aw==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/27.2.4: - resolution: {integrity: sha512-h4uqb1EQLfPulWyUFFWv9e9Nn8sCqsJ/j3wk/KCY0p4s4s0ICCfP3iMf6hRf5hEhsDyvyrCgKiZXma63gMz16A==} + /jest/27.2.5: + resolution: {integrity: sha512-vDMzXcpQN4Ycaqu+vO7LX8pZwNNoKMhc+gSp6q1D8S6ftRk8gNW8cni3YFxknP95jxzQo23Lul0BI2FrWgnwYQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -11502,9 +11443,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.2.4 - import-local: 3.0.2 - jest-cli: 27.2.4 + '@jest/core': 27.2.5 + import-local: 3.0.3 + jest-cli: 27.2.5 transitivePeerDependencies: - bufferutil - canvas @@ -11546,10 +11487,6 @@ packages: engines: {node: '>=12'} dev: false - /js-stringify/1.0.2: - resolution: {integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds=} - optional: true - /js-tokens/3.0.2: resolution: {integrity: sha1-mGbfOVECEw449/mWvOtlRDIJwls=} dev: true @@ -11683,13 +11620,6 @@ packages: engines: {'0': node >= 0.2.0} dev: true - /jstransformer/1.0.0: - resolution: {integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=} - dependencies: - is-promise: 2.2.2 - promise: 7.3.1 - optional: true - /jszip/3.7.1: resolution: {integrity: sha512-ghL0tz1XG9ZEmRMcEN2vt7xabrDdqHHeykgARpmZ0BiIctWxM47Vt63ZO2dnp4QYt/xJVLLy5Zv1l/xRdh2byg==} dependencies: @@ -11806,26 +11736,24 @@ packages: /lines-and-columns/1.1.6: resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} - /lint-staged/11.1.2: - resolution: {integrity: sha512-6lYpNoA9wGqkL6Hew/4n1H6lRqF3qCsujVT0Oq5Z4hiSAM7S6NksPJ3gnr7A7R52xCtiZMcEUNNQ6d6X5Bvh9w==} + /lint-staged/11.2.2: + resolution: {integrity: sha512-rbtLCRTyndPJvtjpLwVjjb6K91jQrJ06oNArA4igPTGYlDCrJMIFbNDUAQGa4GRd8AjUBHkAAmq+K38tcmMaAQ==} hasBin: true dependencies: - chalk: 4.1.2 cli-truncate: 2.1.0 - commander: 7.2.0 + colorette: 1.4.0 + commander: 8.2.0 cosmiconfig: 7.0.1 - debug: 4.3.2 + debug: 4.3.2_supports-color@8.1.1 enquirer: 2.3.6 execa: 5.1.1 listr2: 3.12.2_enquirer@2.3.6 - log-symbols: 4.1.0 micromatch: 4.0.4 normalize-path: 3.0.0 please-upgrade-node: 3.2.0 string-argv: 0.3.1 stringify-object: 3.3.0 - transitivePeerDependencies: - - supports-color + supports-color: 8.1.1 dev: false /listr-silent-renderer/1.1.1: @@ -12050,6 +11978,7 @@ packages: dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 + dev: true /log-update/2.3.0: resolution: {integrity: sha1-iDKP19HOeTiykoN0bwsbwSayRwg=} @@ -12641,11 +12570,8 @@ packages: dev: false optional: true - /nanocolors/0.2.12: - resolution: {integrity: sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==} - - /nanoid/3.1.28: - resolution: {integrity: sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==} + /nanoid/3.1.29: + resolution: {integrity: sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -13014,8 +12940,8 @@ packages: has-symbols: 1.0.2 object-keys: 1.1.1 - /object.getownpropertydescriptors/2.1.2: - resolution: {integrity: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==} + /object.getownpropertydescriptors/2.1.3: + resolution: {integrity: sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==} engines: {node: '>= 0.8'} dependencies: call-bind: 1.0.2 @@ -13028,8 +12954,8 @@ packages: dependencies: isobject: 3.0.1 - /object.values/1.1.4: - resolution: {integrity: sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==} + /object.values/1.1.5: + resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -13300,7 +13226,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.14.5 + '@babel/code-frame': 7.15.8 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.1.6 @@ -13423,6 +13349,9 @@ packages: sha.js: 2.4.11 dev: false + /picocolors/0.2.1: + resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} + /picomatch/2.3.0: resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} @@ -13511,14 +13440,14 @@ packages: /postcss-attribute-case-insensitive/4.0.2: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 6.0.6 dev: false /postcss-calc/7.0.5: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 dev: false @@ -13527,7 +13456,7 @@ packages: resolution: {integrity: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13536,7 +13465,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13544,7 +13473,7 @@ packages: resolution: {integrity: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13553,7 +13482,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13561,7 +13490,7 @@ packages: resolution: {integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13569,10 +13498,10 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.2 + browserslist: 4.17.3 color: 3.2.1 has: 1.0.3 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13580,7 +13509,7 @@ packages: resolution: {integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13588,14 +13517,14 @@ packages: resolution: {integrity: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 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.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13603,7 +13532,7 @@ packages: resolution: {integrity: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: false @@ -13611,7 +13540,7 @@ packages: resolution: {integrity: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==} engines: {node: '>=4.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: false @@ -13619,35 +13548,35 @@ packages: resolution: {integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-discard-duplicates/4.0.2: resolution: {integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-discard-empty/4.0.1: resolution: {integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 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.38 + postcss: 7.0.39 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.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13655,7 +13584,7 @@ packages: resolution: {integrity: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13663,45 +13592,45 @@ packages: resolution: {integrity: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-focus-within/3.0.0: resolution: {integrity: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-font-variant/4.0.1: resolution: {integrity: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-gap-properties/2.0.0: resolution: {integrity: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false - /postcss-html/0.36.0_01a46f28072a4e5e525c32ff0c2998f2: + /postcss-html/0.36.0_4f7b71a942b8b7a555b8adf78f88122b: 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.38 - postcss-syntax: 0.36.2_postcss@7.0.38 + postcss: 7.0.39 + postcss-syntax: 0.36.2_postcss@7.0.39 dev: true /postcss-image-set-function/3.0.1: resolution: {integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13715,7 +13644,7 @@ packages: resolution: {integrity: sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 read-cache: 1.0.0 resolve: 1.20.0 @@ -13724,7 +13653,7 @@ packages: /postcss-initial/3.0.4: resolution: {integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-lab-function/2.0.1: @@ -13732,7 +13661,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false @@ -13740,7 +13669,7 @@ packages: resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==} engines: {node: '>=6.14.4'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: true /postcss-load-config/2.1.2: @@ -13770,7 +13699,7 @@ packages: engines: {node: '>= 6'} dependencies: loader-utils: 1.4.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-load-config: 2.1.2 schema-utils: 1.0.0 dev: false @@ -13779,14 +13708,14 @@ packages: resolution: {integrity: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-media-minmax/4.0.0: resolution: {integrity: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-media-query-parser/0.2.3: @@ -13798,7 +13727,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: css-color-names: 0.0.4 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 stylehacks: 4.0.3 dev: false @@ -13807,10 +13736,10 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.2 + browserslist: 4.17.3 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 3.1.2 vendors: 1.0.4 dev: false @@ -13819,7 +13748,7 @@ packages: resolution: {integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13829,7 +13758,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 is-color-stop: 1.1.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13838,9 +13767,9 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.17.2 + browserslist: 4.17.3 cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 uniqs: 2.0.0 dev: false @@ -13851,7 +13780,7 @@ packages: dependencies: alphanum-sort: 1.0.2 has: 1.0.3 - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 3.1.2 dev: false @@ -13859,7 +13788,7 @@ packages: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} engines: {node: '>= 6'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-modules-local-by-default/3.0.3: @@ -13867,7 +13796,7 @@ packages: engines: {node: '>= 6'} dependencies: icss-utils: 4.1.1 - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 dev: false @@ -13876,7 +13805,7 @@ packages: resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} engines: {node: '>= 6'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 6.0.6 dev: false @@ -13884,21 +13813,21 @@ packages: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} dependencies: icss-utils: 4.1.1 - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-nesting/7.0.1: resolution: {integrity: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-normalize-charset/4.0.1: resolution: {integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-normalize-display-values/4.0.2: @@ -13906,7 +13835,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13916,7 +13845,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 has: 1.0.3 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13926,7 +13855,7 @@ packages: dependencies: cssnano-util-get-arguments: 4.0.0 cssnano-util-get-match: 4.0.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13935,7 +13864,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: has: 1.0.3 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13944,7 +13873,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: cssnano-util-get-match: 4.0.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13952,8 +13881,8 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.2 - postcss: 7.0.38 + browserslist: 4.17.3 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13963,7 +13892,7 @@ packages: dependencies: is-absolute-url: 2.1.0 normalize-url: 3.3.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13971,7 +13900,7 @@ packages: resolution: {integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13980,7 +13909,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: cssnano-util-get-arguments: 4.0.0 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -13988,41 +13917,41 @@ packages: resolution: {integrity: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-page-break/2.0.0: resolution: {integrity: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-place/4.0.1: resolution: {integrity: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: false /postcss-prefix-selector/1.13.0: resolution: {integrity: sha512-cZtbe79XeClbrip8WODngB8PmF/FpaeYpt8IX1aefIHarjxfBYWO6sETlNopvp2u2c7XFGYQeUTEgF1onsNJ5A==} dependencies: - postcss: 8.3.8 + postcss: 8.3.9 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.7 - browserslist: 4.17.2 - caniuse-lite: 1.0.30001263 + autoprefixer: 9.8.8 + browserslist: 4.17.3 + caniuse-lite: 1.0.30001265 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.38 + postcss: 7.0.39 postcss-attribute-case-insensitive: 4.0.2 postcss-color-functional-notation: 2.0.1 postcss-color-gray: 5.0.0 @@ -14058,7 +13987,7 @@ packages: resolution: {integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: false @@ -14066,10 +13995,10 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.2 + browserslist: 4.17.3 caniuse-api: 3.0.0 has: 1.0.3 - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-reduce-transforms/4.0.2: @@ -14078,14 +14007,14 @@ packages: dependencies: cssnano-util-get-match: 4.0.0 has: 1.0.3 - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false /postcss-replace-overflow-wrap/3.0.0: resolution: {integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: false /postcss-resolve-nested-selector/0.1.1: @@ -14096,35 +14025,35 @@ packages: resolution: {integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 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.38 + postcss: 7.0.39 dev: true /postcss-scss/2.1.1: resolution: {integrity: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: true /postcss-selector-matches/4.0.0: resolution: {integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==} dependencies: balanced-match: 1.0.2 - postcss: 7.0.38 + postcss: 7.0.39 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.38 + postcss: 7.0.39 dev: false /postcss-selector-parser/3.1.2: @@ -14156,17 +14085,17 @@ packages: resolution: {integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==} engines: {node: '>=6.9.0'} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 postcss-value-parser: 3.3.1 svgo: 1.3.2 dev: false - /postcss-syntax/0.36.2_postcss@7.0.38: + /postcss-syntax/0.36.2_postcss@7.0.39: resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==} peerDependencies: postcss: '>=5.0.0' dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: true /postcss-unique-selectors/4.0.1: @@ -14174,7 +14103,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - postcss: 7.0.38 + postcss: 7.0.39 uniqs: 2.0.0 dev: false @@ -14185,7 +14114,7 @@ packages: mime: 2.5.2 minimatch: 3.0.4 mkdirp: 0.5.5 - postcss: 7.0.38 + postcss: 7.0.39 xxhashjs: 0.2.2 dev: false @@ -14215,19 +14144,19 @@ packages: supports-color: 3.2.3 dev: true - /postcss/7.0.38: - resolution: {integrity: sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==} + /postcss/7.0.39: + resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==} engines: {node: '>=6.0.0'} dependencies: - nanocolors: 0.2.12 + picocolors: 0.2.1 source-map: 0.6.1 - /postcss/8.3.8: - resolution: {integrity: sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==} + /postcss/8.3.9: + resolution: {integrity: sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanocolors: 0.2.12 - nanoid: 3.1.28 + nanoid: 3.1.29 + picocolors: 0.2.1 source-map-js: 0.6.2 dev: true @@ -14329,11 +14258,11 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/27.2.4: - resolution: {integrity: sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg==} + /pretty-format/27.2.5: + resolution: {integrity: sha512-+nYn2z9GgicO9JiqmY25Xtq8SYfZ/5VCpEU3pppHHNAhd1y+ZXxmNPd1evmNcAd6Hz4iBV2kf0UpGth5A/VJ7g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@jest/types': 27.2.4 + '@jest/types': 27.2.5 ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 17.0.2 @@ -14394,9 +14323,10 @@ packages: resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 + dev: false - /prompts/2.4.1: - resolution: {integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==} + /prompts/2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} dependencies: kleur: 3.0.3 @@ -14439,7 +14369,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.1 - '@types/node': 16.10.2 + '@types/node': 16.10.3 long: 4.0.0 dev: false @@ -14480,98 +14410,6 @@ packages: safe-buffer: 5.2.1 dev: false - /pug-attrs/3.0.0: - resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} - dependencies: - constantinople: 4.0.1 - js-stringify: 1.0.2 - pug-runtime: 3.0.1 - optional: true - - /pug-code-gen/3.0.2: - resolution: {integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==} - dependencies: - constantinople: 4.0.1 - doctypes: 1.1.0 - js-stringify: 1.0.2 - pug-attrs: 3.0.0 - pug-error: 2.0.0 - pug-runtime: 3.0.1 - void-elements: 3.1.0 - with: 7.0.2 - optional: true - - /pug-error/2.0.0: - resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} - optional: true - - /pug-filters/4.0.0: - resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} - dependencies: - constantinople: 4.0.1 - jstransformer: 1.0.0 - pug-error: 2.0.0 - pug-walk: 2.0.0 - resolve: 1.20.0 - optional: true - - /pug-lexer/5.0.1: - resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} - dependencies: - character-parser: 2.2.0 - is-expression: 4.0.0 - pug-error: 2.0.0 - optional: true - - /pug-linker/4.0.0: - resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} - dependencies: - pug-error: 2.0.0 - pug-walk: 2.0.0 - optional: true - - /pug-load/3.0.0: - resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} - dependencies: - object-assign: 4.1.1 - pug-walk: 2.0.0 - optional: true - - /pug-parser/6.0.0: - resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} - dependencies: - pug-error: 2.0.0 - token-stream: 1.0.0 - optional: true - - /pug-runtime/3.0.1: - resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} - optional: true - - /pug-strip-comments/2.0.0: - resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} - dependencies: - pug-error: 2.0.0 - optional: true - - /pug-walk/2.0.0: - resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} - optional: true - - /pug/3.0.2: - resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} - requiresBuild: true - dependencies: - pug-code-gen: 3.0.2 - pug-filters: 4.0.0 - pug-lexer: 5.0.1 - pug-linker: 4.0.0 - pug-load: 3.0.0 - pug-parser: 6.0.0 - pug-runtime: 3.0.1 - pug-strip-comments: 2.0.0 - optional: true - /pump/2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: @@ -14925,24 +14763,24 @@ packages: engines: {node: '>= 0.10'} dev: false - /relay-compiler/11.0.2_graphql@15.6.0: + /relay-compiler/11.0.2_graphql@15.6.1: resolution: {integrity: sha512-nDVAURT1YncxSiDOKa39OiERkAr0DUcPmlHlg+C8zD+EiDo2Sgczf2R6cDsN4UcDvucYtkLlDLFErPwgLs8WzA==} hasBin: true peerDependencies: graphql: ^15.0.0 dependencies: - '@babel/core': 7.15.5 - '@babel/generator': 7.15.4 - '@babel/parser': 7.15.7 + '@babel/core': 7.15.8 + '@babel/generator': 7.15.8 + '@babel/parser': 7.15.8 '@babel/runtime': 7.15.4 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - babel-preset-fbjs: 3.4.0_@babel+core@7.15.5 + babel-preset-fbjs: 3.4.0_@babel+core@7.15.8 chalk: 4.1.2 fb-watchman: 2.0.1 fbjs: 3.0.0 glob: 7.2.0 - graphql: 15.6.0 + graphql: 15.6.1 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -15190,8 +15028,8 @@ packages: tslib: 1.14.1 dev: false - /rxjs/7.3.1: - resolution: {integrity: sha512-vNenx7gqjPyeKpRnM6S5Ksm/oFTRijWWzYlRON04KaehZ3YjDwEmVjGUGo0TKWVjeNXOujVRlh0K1drUbcdPkw==} + /rxjs/7.4.0: + resolution: {integrity: sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==} dependencies: tslib: 2.1.0 dev: false @@ -15572,7 +15410,7 @@ packages: engines: {node: '>=8.9.0', npm: '>=5.6.0'} hasBin: true dependencies: - '@types/node': 12.20.27 + '@types/node': 12.20.28 '@types/sax': 1.2.3 arg: 4.1.3 sax: 1.2.4 @@ -16027,8 +15865,8 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.17.2 - postcss: 7.0.38 + browserslist: 4.17.3 + postcss: 7.0.39 postcss-selector-parser: 3.1.2 dev: false @@ -16069,7 +15907,7 @@ packages: '@types/stylelint': 13.13.2 arrify: 2.0.1 globby: 11.0.4 - jest-worker: 27.2.4 + jest-worker: 27.2.5 micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 @@ -16081,9 +15919,9 @@ packages: engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@stylelint/postcss-css-in-js': 0.37.2_01a46f28072a4e5e525c32ff0c2998f2 - '@stylelint/postcss-markdown': 0.36.2_01a46f28072a4e5e525c32ff0c2998f2 - autoprefixer: 9.8.7 + '@stylelint/postcss-css-in-js': 0.37.2_4f7b71a942b8b7a555b8adf78f88122b + '@stylelint/postcss-markdown': 0.36.2_4f7b71a942b8b7a555b8adf78f88122b + autoprefixer: 9.8.8 balanced-match: 2.0.0 chalk: 4.1.2 cosmiconfig: 7.0.1 @@ -16107,8 +15945,8 @@ packages: meow: 9.0.0 micromatch: 4.0.4 normalize-selector: 0.2.0 - postcss: 7.0.38 - postcss-html: 0.36.0_01a46f28072a4e5e525c32ff0c2998f2 + postcss: 7.0.39 + postcss-html: 0.36.0_4f7b71a942b8b7a555b8adf78f88122b postcss-less: 3.1.4 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 @@ -16116,7 +15954,7 @@ 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.38 + postcss-syntax: 0.36.2_postcss@7.0.39 postcss-value-parser: 4.1.0 resolve-from: 5.0.0 slash: 3.0.0 @@ -16133,14 +15971,14 @@ packages: - supports-color dev: true - /subscriptions-transport-ws/0.9.19_graphql@15.6.0: + /subscriptions-transport-ws/0.9.19_graphql@15.6.1: resolution: {integrity: sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==} peerDependencies: graphql: '>=0.10.0' dependencies: backo2: 1.0.2 eventemitter3: 3.1.2 - graphql: 15.6.0 + graphql: 15.6.1 iterall: 1.3.0 symbol-observable: 1.2.0 ws: 7.5.5 @@ -16149,8 +15987,8 @@ packages: - utf-8-validate dev: false - /sucrase/3.20.1: - resolution: {integrity: sha512-BIG59HaJOxNct9Va6KvT5yzBA/rcMGetzvZyTx0ZdCcspIbpJTPS64zuAfYlJuOj+3WaI5JOdA+F0bJQQi8ZiQ==} + /sucrase/3.20.2: + resolution: {integrity: sha512-EdJ5M6VEvToIZwIWiZ71cxe4CklDRG8PdSjUSst+BZCUGlaEhnrdQo/LOXsuq3MjWRbfepg1XTffClK0Tmo0HQ==} engines: {node: '>=8'} hasBin: true dependencies: @@ -16165,7 +16003,7 @@ packages: /sugarss/2.0.0: resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==} dependencies: - postcss: 7.0.38 + postcss: 7.0.39 dev: true /supports-color/2.0.0: @@ -16266,6 +16104,7 @@ packages: /svgo/1.3.2: resolution: {integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==} engines: {node: '>=4.0.0'} + deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. hasBin: true dependencies: chalk: 2.4.2 @@ -16276,7 +16115,7 @@ packages: csso: 4.2.0 js-yaml: 3.14.1 mkdirp: 0.5.5 - object.values: 1.1.4 + object.values: 1.1.5 sax: 1.2.4 stable: 0.1.8 unquote: 1.1.1 @@ -16587,10 +16426,6 @@ packages: resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} engines: {node: '>=0.6'} - /token-stream/1.0.0: - resolution: {integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=} - optional: true - /totalist/1.1.0: resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} engines: {node: '>=6'} @@ -16669,7 +16504,39 @@ packages: tslib: 2.3.1 dev: false - /ts-jest/27.0.5_52a571d76319e63aeaa66dc9db9e90cc: + /ts-jest/27.0.5_9e9cae37a9755c18043aff6292cdded7: + 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.8 + babel-jest: 27.2.5_@babel+core@7.15.8 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.2.5 + jest-util: 27.2.5 + 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_c167855b7a039eaaa2a6b38847c1969c: resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -16690,40 +16557,8 @@ packages: '@types/jest': 27.0.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.2.4 - jest-util: 27.2.4 - json5: 2.2.0 - lodash: 4.17.21 - make-error: 1.3.6 - semver: 7.3.5 - typescript: 4.4.3 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.0.5_e749ef6f6d219f0a9620d4fd46e008d0: - resolution: {integrity: sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - dependencies: - '@babel/core': 7.15.5 - babel-jest: 27.2.4_@babel+core@7.15.5 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.2.4 - jest-util: 27.2.4 + jest: 27.2.5 + jest-util: 27.2.5 json5: 2.2.0 lodash: 4.17.21 make-error: 1.3.6 @@ -16762,21 +16597,6 @@ packages: yn: 3.1.1 dev: false - /ts-node/9.1.1: - resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} - engines: {node: '>=10.0.0'} - hasBin: true - peerDependencies: - typescript: '>=2.7' - dependencies: - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - source-map-support: 0.5.20 - yn: 3.1.1 - dev: true - /ts-node/9.1.1_typescript@4.4.3: resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} @@ -16850,7 +16670,7 @@ packages: typescript: optional: true dependencies: - cac: 6.7.3 + cac: 6.7.8 chalk: 4.1.2 chokidar: 3.5.2 debug: 4.3.2 @@ -16861,7 +16681,7 @@ packages: postcss-load-config: 3.1.0 resolve-from: 5.0.0 rollup: 2.58.0 - sucrase: 3.20.1 + sucrase: 3.20.2 tree-kill: 1.2.2 typescript: 4.4.3 transitivePeerDependencies: @@ -17116,22 +16936,27 @@ packages: engines: {node: '>= 0.8'} dev: false - /unplugin-vue2-script-setup/0.6.4: - resolution: {integrity: sha512-uKnf5KSx/8PHd+7HSE99Dw5J6TQrZ8nTdgly5wkIvV1Dwq948tuiAK37sCyQsTMkfstyigT2UwyRXX5g+hTtKQ==} + /unplugin-vue2-script-setup/0.6.11: + resolution: {integrity: sha512-WfPy9LVAy5gwL66g6UftBig6yAEV6Y5qG8hQNO2L8rUCPww4vpKvAt7/hZtKb11I+jzwLaaaJP8KMzrxF5169w==} + peerDependencies: + pug: ^3.0.2 + peerDependenciesMeta: + pug: + optional: true dependencies: - '@babel/core': 7.15.5 - '@babel/generator': 7.15.4 - '@babel/parser': 7.15.7 + '@antfu/utils': 0.3.0 + '@babel/core': 7.15.8 + '@babel/generator': 7.15.8 + '@babel/parser': 7.15.8 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 - '@vue/ref-transform': 3.2.19 - '@vue/shared': 3.2.19 + '@rollup/pluginutils': 4.1.1 + '@vue/ref-transform': 3.2.20 + '@vue/shared': 3.2.20 defu: 5.0.0 htmlparser2: 7.1.2 magic-string: 0.25.7 unplugin: 0.2.16 - optionalDependencies: - pug: 3.0.2 transitivePeerDependencies: - rollup - supports-color @@ -17287,7 +17112,7 @@ packages: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: define-properties: 1.1.3 - object.getownpropertydescriptors: 2.1.2 + object.getownpropertydescriptors: 2.1.3 dev: false /util.promisify/1.0.1: @@ -17296,7 +17121,7 @@ packages: define-properties: 1.1.3 es-abstract: 1.19.1 has-symbols: 1.0.2 - object.getownpropertydescriptors: 2.1.2 + object.getownpropertydescriptors: 2.1.3 /util.promisify/1.1.1: resolution: {integrity: sha512-/s3UsZUrIfa6xDhr7zZhnE9SLQ5RIXyYfiVnMMyMDzOc8WhWN4Nbh36H842OyurKbCDAesZOJaVyvmSl6fhGQw==} @@ -17305,7 +17130,7 @@ packages: define-properties: 1.1.3 for-each: 0.3.3 has-symbols: 1.0.2 - object.getownpropertydescriptors: 2.1.2 + object.getownpropertydescriptors: 2.1.3 dev: false /util/0.10.3: @@ -17407,7 +17232,7 @@ packages: '@windicss/plugin-utils': 1.4.2_typescript@4.4.3 chalk: 4.1.2 debug: 4.3.2 - windicss: 3.1.8 + windicss: 3.1.9 transitivePeerDependencies: - supports-color - ts-node @@ -17418,11 +17243,6 @@ packages: resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} dev: false - /void-elements/3.1.0: - resolution: {integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=} - engines: {node: '>=0.10.0'} - optional: true - /vscode-jsonrpc/4.0.0: resolution: {integrity: sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==} engines: {node: '>=8.0.0 || >=10.0.0'} @@ -17466,7 +17286,7 @@ packages: graphql-tag: ^2 dependencies: chalk: 2.4.2 - graphql-tag: 2.12.5_graphql@15.6.0 + graphql-tag: 2.12.5_graphql@15.6.1 serialize-javascript: 4.0.0 throttle-debounce: 2.3.0 dev: false @@ -17481,17 +17301,17 @@ packages: optional: true dependencies: apollo: 2.33.6_typescript@4.4.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 + apollo-cache-inmemory: 1.6.6_graphql@15.6.1 + apollo-client: 2.6.10_graphql@15.6.1 + apollo-link: 1.2.14_graphql@15.6.1 + apollo-link-context: 1.0.20_graphql@15.6.1 + apollo-link-http: 1.5.17_graphql@15.6.1 + apollo-link-persisted-queries: 0.2.2_graphql@15.6.1 + apollo-link-state: 0.4.2_4bd29c49b210fb05a7364674aa9a554c + apollo-link-ws: 1.0.20_9725b5bd6f8ccdf8972896e366c3daff + apollo-server-express: 2.25.2_graphql@15.6.1 + apollo-upload-client: 13.0.0_graphql@15.6.1 + apollo-utilities: 1.3.4_graphql@15.6.1 chalk: 4.1.2 deepmerge: 4.2.2 dotenv: 8.6.0 @@ -17499,13 +17319,13 @@ packages: execa: 4.1.0 express: 4.17.1 fs-extra: 9.1.0 - 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 + graphql: 15.6.1 + graphql-subscriptions: 1.2.1_graphql@15.6.1 + graphql-tag: 2.12.5_graphql@15.6.1 + graphql-tools: 6.2.6_9725b5bd6f8ccdf8972896e366c3daff node-fetch: 2.6.5 nodemon: 2.0.13 - subscriptions-transport-ws: 0.9.19_graphql@15.6.0 + subscriptions-transport-ws: 0.9.19_graphql@15.6.1 ts-node: 8.10.2_typescript@4.4.3 typescript: 4.4.3 transitivePeerDependencies: @@ -17564,7 +17384,7 @@ packages: vue: ^2.x vue-template-compiler: ^2.x dependencies: - babel-core: 7.0.0-bridge.0_@babel+core@7.15.5 + babel-core: 7.0.0-bridge.0_@babel+core@7.15.8 babel-plugin-transform-es2015-modules-commonjs: 6.26.2 chalk: 2.4.2 deasync: 0.1.23 @@ -17954,22 +17774,12 @@ packages: hasBin: true dev: true - /windicss/3.1.8: - resolution: {integrity: sha512-G1UfnnSZ3s4MZnqqIL8DOQbL8rBArQKlodlby8OvP333TPaRouamuIuYyCt5kSNEJzFrkx168TSRIkqhDs9bOA==} + /windicss/3.1.9: + resolution: {integrity: sha512-5YoKvXeCQXIdwc91BoOgpKbIImr2JS8I14rPMa/5dKDDPA4ot3NgICWKELkml39R/8rn4Q0BVUUTqN+w+hjDSA==} engines: {node: '>= 12'} hasBin: true dev: true - /with/7.0.2: - resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} - engines: {node: '>= 10.0.0'} - dependencies: - '@babel/parser': 7.15.7 - '@babel/types': 7.15.6 - assert-never: 1.2.1 - babel-walk: 3.0.0-canary-5 - optional: true - /word-wrap/1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'} @@ -18134,8 +17944,8 @@ packages: engines: {node: '>=0.4.0'} dev: false - /xss/1.0.9: - resolution: {integrity: sha512-2t7FahYnGJys6DpHLhajusId7R0Pm2yTmuL0GV9+mV0ZlaLSnb2toBmppATfg5sWIhZQGlsTLoecSzya+l4EAQ==} + /xss/1.0.10: + resolution: {integrity: sha512-qmoqrRksmzqSKvgqzN0055UFWY7OKx1/9JWeRswwEVX9fCG5jcYRxa/A2DHcmZX6VJvjzHRQ2STeeVcQkrmLSw==} engines: {node: '>= 0.10.0'} hasBin: true dependencies: