From 8f96a5f5db0b06d8f5d63b348c3ef1e13c2d5e19 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Mon, 21 Mar 2022 07:45:58 +0530 Subject: [PATCH] chore(deps): bump --- package.json | 4 +- packages/hoppscotch-app/package.json | 24 +- packages/hoppscotch-data/package.json | 4 +- packages/hoppscotch-js-sandbox/package.json | 10 +- pnpm-lock.yaml | 2034 ++++++++++--------- 5 files changed, 1114 insertions(+), 962 deletions(-) diff --git a/package.json b/package.json index 670f6e53e..c4e9b1713 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ ], "dependencies": { "husky": "^7.0.4", - "lint-staged": "^12.3.5" + "lint-staged": "^12.3.7" }, "devDependencies": { - "@commitlint/cli": "^16.2.1", + "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@types/node": "^17.0.21" } diff --git a/packages/hoppscotch-app/package.json b/packages/hoppscotch-app/package.json index 58abe8b7a..7b285e62d 100644 --- a/packages/hoppscotch-app/package.json +++ b/packages/hoppscotch-app/package.json @@ -76,15 +76,15 @@ "axios": "^0.26.1", "core-js": "^3.21.1", "esprima": "^4.0.1", - "firebase": "^9.6.8", - "fp-ts": "^2.11.8", + "firebase": "^9.6.9", + "fp-ts": "^2.11.9", "fuse.js": "^6.5.3", "graphql": "^15.5.0", "graphql-language-service-interface": "^2.9.1", "graphql-language-service-parser": "^1.10.4", "graphql-tag": "^2.12.6", "httpsnippet": "^2.0.0", - "insomnia-importers": "^2.5.2", + "insomnia-importers": "^2.7.0", "io-ts": "^2.2.16", "js-yaml": "^4.1.0", "json-loader": "^0.5.7", @@ -116,14 +116,14 @@ "yargs-parser": "^21.0.1" }, "devDependencies": { - "@babel/core": "^7.17.5", + "@babel/core": "^7.17.8", "@babel/preset-env": "^7.16.11", "@graphql-codegen/add": "^3.1.1", "@graphql-codegen/cli": "2.6.2", - "@graphql-codegen/typed-document-node": "^2.2.7", - "@graphql-codegen/typescript": "2.4.7", - "@graphql-codegen/typescript-operations": "^2.3.4", - "@graphql-codegen/typescript-urql-graphcache": "^2.2.8", + "@graphql-codegen/typed-document-node": "^2.2.8", + "@graphql-codegen/typescript": "2.4.8", + "@graphql-codegen/typescript-operations": "^2.3.5", + "@graphql-codegen/typescript-urql-graphcache": "^2.2.9", "@graphql-codegen/urql-introspection": "^2.1.1", "@graphql-typed-document-node/core": "^3.1.1", "@nuxt/types": "^2.15.8", @@ -145,7 +145,7 @@ "@types/esprima": "^4.0.3", "@types/har-format": "^1.2.8", "@types/httpsnippet": "^1.23.1", - "@types/lodash": "^4.14.179", + "@types/lodash": "^4.14.180", "@types/lossless-json": "^1.0.1", "@types/paho-mqtt": "^1.0.6", "@types/postman-collection": "^3.5.7", @@ -155,7 +155,7 @@ "@vue/composition-api": "^1.4.9", "@vue/runtime-dom": "^3.2.31", "@vue/test-utils": "^1.3.0", - "@vueuse/core": "^8.0.1", + "@vueuse/core": "^8.1.2", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^27.5.1", "babel-loader": "^8.2.3", @@ -170,11 +170,11 @@ "npm-run-all": "^4.1.5", "nuxt-windicss": "^2.2.8", "postcss-html": "^1.3.0", - "prettier": "^2.5.1", + "prettier": "^2.6.0", "raw-loader": "^4.0.2", "sass": "^1.49.9", "sass-loader": "^10.2.0", - "stylelint": "^14.5.3", + "stylelint": "^14.6.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.3.0", "stylelint-config-standard": "^25.0.0", diff --git a/packages/hoppscotch-data/package.json b/packages/hoppscotch-data/package.json index c8538ac33..19eaeae2c 100644 --- a/packages/hoppscotch-data/package.json +++ b/packages/hoppscotch-data/package.json @@ -31,11 +31,11 @@ }, "homepage": "https://github.com/hoppscotch/hoppscotch#readme", "devDependencies": { - "@types/lodash": "^4.14.179", + "@types/lodash": "^4.14.180", "tsup": "^5.12.1" }, "dependencies": { - "fp-ts": "^2.11.8", + "fp-ts": "^2.11.9", "io-ts": "^2.2.16", "lodash": "^4.17.21", "parser-ts": "^0.6.16" diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index e7771c286..9ebf9de92 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -35,7 +35,7 @@ "license": "MIT", "dependencies": { "@hoppscotch/data": "workspace:^0.4.0", - "fp-ts": "^2.11.8", + "fp-ts": "^2.11.9", "lodash": "^4.17.21", "quickjs-emscripten": "^0.15.0" }, @@ -43,16 +43,16 @@ "@digitak/esrun": "^3.1.2", "@relmify/jest-fp-ts": "^2.0.0", "@types/jest": "^27.4.1", - "@types/lodash": "^4.14.179", + "@types/lodash": "^4.14.180", "@types/node": "^17.0.21", - "@typescript-eslint/eslint-plugin": "^5.14.0", - "@typescript-eslint/parser": "^5.14.0", + "@typescript-eslint/eslint-plugin": "^5.15.0", + "@typescript-eslint/parser": "^5.15.0", "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "io-ts": "^2.2.16", "jest": "^27.5.1", - "prettier": "^2.5.1", + "prettier": "^2.6.0", "ts-jest": "^27.1.3", "typescript": "^4.6.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c1b6df488..c6b69ee9f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,16 +4,16 @@ importers: .: specifiers: - '@commitlint/cli': ^16.2.1 + '@commitlint/cli': ^16.2.3 '@commitlint/config-conventional': ^16.2.1 '@types/node': ^17.0.21 husky: ^7.0.4 - lint-staged: ^12.3.5 + lint-staged: ^12.3.7 dependencies: husky: 7.0.4 - lint-staged: 12.3.5 + lint-staged: 12.3.7 devDependencies: - '@commitlint/cli': 16.2.1 + '@commitlint/cli': 16.2.3 '@commitlint/config-conventional': 16.2.1 '@types/node': 17.0.21 @@ -43,7 +43,7 @@ importers: packages/hoppscotch-app: specifiers: '@apidevtools/swagger-parser': ^10.0.3 - '@babel/core': ^7.17.5 + '@babel/core': ^7.17.8 '@babel/preset-env': ^7.16.11 '@codemirror/autocomplete': ^0.19.14 '@codemirror/closebrackets': ^0.19.1 @@ -69,10 +69,10 @@ importers: '@codemirror/view': ^0.19.47 '@graphql-codegen/add': ^3.1.1 '@graphql-codegen/cli': 2.6.2 - '@graphql-codegen/typed-document-node': ^2.2.7 - '@graphql-codegen/typescript': 2.4.7 - '@graphql-codegen/typescript-operations': ^2.3.4 - '@graphql-codegen/typescript-urql-graphcache': ^2.2.8 + '@graphql-codegen/typed-document-node': ^2.2.8 + '@graphql-codegen/typescript': 2.4.8 + '@graphql-codegen/typescript-operations': ^2.3.5 + '@graphql-codegen/typescript-urql-graphcache': ^2.2.9 '@graphql-codegen/urql-introspection': ^2.1.1 '@graphql-typed-document-node/core': ^3.1.1 '@hoppscotch/codemirror-lang-graphql': workspace:^0.1.0 @@ -105,7 +105,7 @@ importers: '@types/esprima': ^4.0.3 '@types/har-format': ^1.2.8 '@types/httpsnippet': ^1.23.1 - '@types/lodash': ^4.14.179 + '@types/lodash': ^4.14.180 '@types/lossless-json': ^1.0.1 '@types/paho-mqtt': ^1.0.6 '@types/postman-collection': ^3.5.7 @@ -118,7 +118,7 @@ importers: '@vue/composition-api': ^1.4.9 '@vue/runtime-dom': ^3.2.31 '@vue/test-utils': ^1.3.0 - '@vueuse/core': ^8.0.1 + '@vueuse/core': ^8.1.2 acorn: ^8.7.0 acorn-walk: ^8.2.0 axios: ^0.26.1 @@ -133,15 +133,15 @@ importers: eslint-plugin-prettier: ^4.0.0 eslint-plugin-vue: ^8.5.0 esprima: ^4.0.1 - firebase: ^9.6.8 - fp-ts: ^2.11.8 + firebase: ^9.6.9 + fp-ts: ^2.11.9 fuse.js: ^6.5.3 graphql: ^15.5.0 graphql-language-service-interface: ^2.9.1 graphql-language-service-parser: ^1.10.4 graphql-tag: ^2.12.6 httpsnippet: ^2.0.0 - insomnia-importers: ^2.5.2 + insomnia-importers: ^2.7.0 io-ts: ^2.2.16 jest: ^27.5.1 jest-serializer-vue: ^2.0.2 @@ -158,7 +158,7 @@ importers: paho-mqtt: ^1.1.0 postcss-html: ^1.3.0 postman-collection: ^4.1.1 - prettier: ^2.5.1 + prettier: ^2.6.0 qs: ^6.10.3 raw-loader: ^4.0.2 rxjs: ^7.5.5 @@ -169,7 +169,7 @@ importers: socket.io-client-v4: npm:socket.io-client@^4.4.1 socketio-wildcard: ^2.0.0 splitpanes: ^2.4.1 - stylelint: ^14.5.3 + stylelint: ^14.6.0 stylelint-config-prettier: ^9.0.3 stylelint-config-recommended-vue: ^1.3.0 stylelint-config-standard: ^25.0.0 @@ -233,16 +233,16 @@ importers: axios: 0.26.1 core-js: 3.21.1 esprima: 4.0.1 - firebase: 9.6.8 - fp-ts: 2.11.8 + firebase: 9.6.9 + fp-ts: 2.11.9 fuse.js: 6.5.3 graphql: 15.7.2 graphql-language-service-interface: 2.9.1_b10c7c805a70317564c606afefa10ca5 graphql-language-service-parser: 1.10.4_b10c7c805a70317564c606afefa10ca5 graphql-tag: 2.12.6_graphql@15.7.2 httpsnippet: 2.0.0 - insomnia-importers: 2.5.2_openapi-types@10.0.0 - io-ts: 2.2.16_fp-ts@2.11.8 + insomnia-importers: 2.7.0_openapi-types@10.0.0 + io-ts: 2.2.16_fp-ts@2.11.9 js-yaml: 4.1.0 json-loader: 0.5.7 lodash: 4.17.21 @@ -272,14 +272,14 @@ importers: wonka: 4.0.15 yargs-parser: 21.0.1 devDependencies: - '@babel/core': 7.17.5 - '@babel/preset-env': 7.16.11_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/preset-env': 7.16.11_@babel+core@7.17.8 '@graphql-codegen/add': 3.1.1_graphql@15.7.2 '@graphql-codegen/cli': 2.6.2_b10c7c805a70317564c606afefa10ca5 - '@graphql-codegen/typed-document-node': 2.2.7_graphql@15.7.2 - '@graphql-codegen/typescript': 2.4.7_graphql@15.7.2 - '@graphql-codegen/typescript-operations': 2.3.4_graphql@15.7.2 - '@graphql-codegen/typescript-urql-graphcache': 2.2.8_0078faba29fbf2fd40f25b4af19ce6b4 + '@graphql-codegen/typed-document-node': 2.2.8_graphql@15.7.2 + '@graphql-codegen/typescript': 2.4.8_graphql@15.7.2 + '@graphql-codegen/typescript-operations': 2.3.5_graphql@15.7.2 + '@graphql-codegen/typescript-urql-graphcache': 2.2.9_0078faba29fbf2fd40f25b4af19ce6b4 '@graphql-codegen/urql-introspection': 2.1.1_graphql@15.7.2 '@graphql-typed-document-node/core': 3.1.1_graphql@15.7.2 '@nuxt/types': 2.15.8_sass@1.49.9 @@ -291,9 +291,9 @@ importers: '@nuxtjs/google-analytics': 2.4.0 '@nuxtjs/google-fonts': 1.3.0 '@nuxtjs/pwa': 3.3.5 - '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.5.3 + '@nuxtjs/stylelint-module': 4.1.0_stylelint@14.6.0 '@nuxtjs/svg': 0.4.0 - '@relmify/jest-fp-ts': 2.0.0_fp-ts@2.11.8+io-ts@2.2.16 + '@relmify/jest-fp-ts': 2.0.0_fp-ts@2.11.9+io-ts@2.2.16 '@sentry/browser': 6.18.2 '@testing-library/jest-dom': 5.16.2 '@types/codemirror': 5.60.5 @@ -301,7 +301,7 @@ importers: '@types/esprima': 4.0.3 '@types/har-format': 1.2.8 '@types/httpsnippet': 1.23.1 - '@types/lodash': 4.14.179 + '@types/lodash': 4.14.180 '@types/lossless-json': 1.0.1 '@types/paho-mqtt': 1.0.6 '@types/postman-collection': 3.5.7 @@ -311,31 +311,31 @@ importers: '@vue/composition-api': 1.4.9 '@vue/runtime-dom': 3.2.31 '@vue/test-utils': 1.3.0 - '@vueuse/core': 8.0.1_@vue+composition-api@1.4.9 - babel-core: 7.0.0-bridge.0_@babel+core@7.17.5 - babel-jest: 27.5.1_@babel+core@7.17.5 - babel-loader: 8.2.3_@babel+core@7.17.5 + '@vueuse/core': 8.1.2_@vue+composition-api@1.4.9 + babel-core: 7.0.0-bridge.0_@babel+core@7.17.8 + babel-jest: 27.5.1_@babel+core@7.17.8 + babel-loader: 8.2.3_@babel+core@7.17.8 chokidar: 3.5.3 eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 eslint-plugin-nuxt: 3.2.0_eslint@8.11.0 - eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 + eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d eslint-plugin-vue: 8.5.0_eslint@8.11.0 jest: 27.5.1 jest-serializer-vue: 2.0.2 npm-run-all: 4.1.5 nuxt-windicss: 2.2.8 postcss-html: 1.3.0 - prettier: 2.5.1 + prettier: 2.6.0 raw-loader: 4.0.2 sass: 1.49.9 sass-loader: 10.2.0_sass@1.49.9 - stylelint: 14.5.3 - stylelint-config-prettier: 9.0.3_stylelint@14.5.3 - stylelint-config-recommended-vue: 1.3.0_5a0e8a91b05709dd3bc8bbe41065947c - stylelint-config-standard: 25.0.0_stylelint@14.5.3 - stylelint-config-standard-scss: 3.0.0_stylelint@14.5.3 - ts-jest: 27.1.3_aa50078b884a9c25e27d8375d8c551fd + stylelint: 14.6.0 + stylelint-config-prettier: 9.0.3_stylelint@14.6.0 + stylelint-config-recommended-vue: 1.3.0_f552817e5b8b1b7dca381d844218922e + stylelint-config-standard: 25.0.0_stylelint@14.6.0 + stylelint-config-standard-scss: 3.0.0_stylelint@14.6.0 + ts-jest: 27.1.3_f7ed6b971a5360a14708ed7d94494e96 typescript: 4.6.2 vue-jest: 3.0.7_babel-core@7.0.0-bridge.0 vue-template-babel-compiler: 1.1.3 @@ -343,19 +343,19 @@ importers: packages/hoppscotch-data: specifiers: - '@types/lodash': ^4.14.179 - fp-ts: ^2.11.8 + '@types/lodash': ^4.14.180 + fp-ts: ^2.11.9 io-ts: ^2.2.16 lodash: ^4.17.21 parser-ts: ^0.6.16 tsup: ^5.12.1 dependencies: - fp-ts: 2.11.8 - io-ts: 2.2.16_fp-ts@2.11.8 + fp-ts: 2.11.9 + io-ts: 2.2.16_fp-ts@2.11.9 lodash: 4.17.21 - parser-ts: 0.6.16_fp-ts@2.11.8 + parser-ts: 0.6.16_fp-ts@2.11.9 devDependencies: - '@types/lodash': 4.14.179 + '@types/lodash': 4.14.180 tsup: 5.12.1 packages/hoppscotch-js-sandbox: @@ -364,40 +364,40 @@ importers: '@hoppscotch/data': workspace:^0.4.0 '@relmify/jest-fp-ts': ^2.0.0 '@types/jest': ^27.4.1 - '@types/lodash': ^4.14.179 + '@types/lodash': ^4.14.180 '@types/node': ^17.0.21 - '@typescript-eslint/eslint-plugin': ^5.14.0 - '@typescript-eslint/parser': ^5.14.0 + '@typescript-eslint/eslint-plugin': ^5.15.0 + '@typescript-eslint/parser': ^5.15.0 eslint: ^8.11.0 eslint-config-prettier: ^8.5.0 eslint-plugin-prettier: ^4.0.0 - fp-ts: ^2.11.8 + fp-ts: ^2.11.9 io-ts: ^2.2.16 jest: ^27.5.1 lodash: ^4.17.21 - prettier: ^2.5.1 + prettier: ^2.6.0 quickjs-emscripten: ^0.15.0 ts-jest: ^27.1.3 typescript: ^4.6.2 dependencies: '@hoppscotch/data': link:../hoppscotch-data - fp-ts: 2.11.8 + fp-ts: 2.11.9 lodash: 4.17.21 quickjs-emscripten: 0.15.0 devDependencies: '@digitak/esrun': 3.1.2 - '@relmify/jest-fp-ts': 2.0.0_fp-ts@2.11.8+io-ts@2.2.16 + '@relmify/jest-fp-ts': 2.0.0_fp-ts@2.11.9+io-ts@2.2.16 '@types/jest': 27.4.1 - '@types/lodash': 4.14.179 + '@types/lodash': 4.14.180 '@types/node': 17.0.21 - '@typescript-eslint/eslint-plugin': 5.14.0_ace6f9e7722b813e21eaf2dc993bc413 - '@typescript-eslint/parser': 5.14.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28 + '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2 eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 - eslint-plugin-prettier: 4.0.0_c9d5adccfd1d43a8805a302169f6a967 - io-ts: 2.2.16_fp-ts@2.11.8 + eslint-plugin-prettier: 4.0.0_68edcf5670f37721baf5d2cac6124e4d + io-ts: 2.2.16_fp-ts@2.11.9 jest: 27.5.1 - prettier: 2.5.1 + prettier: 2.6.0 ts-jest: 27.1.3_60149d457e34ffba7d4e845dde6a1263 typescript: 4.6.2 @@ -487,29 +487,6 @@ packages: /@babel/compat-data/7.17.7: resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==} engines: {node: '>=6.9.0'} - dev: true - - /@babel/core/7.17.5: - resolution: {integrity: sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.1.2 - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.3 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 - '@babel/helper-module-transforms': 7.17.6 - '@babel/helpers': 7.17.2 - '@babel/parser': 7.17.3 - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.3 - '@babel/types': 7.17.0 - convert-source-map: 1.8.0 - debug: 4.3.3 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color /@babel/core/7.17.8: resolution: {integrity: sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==} @@ -526,13 +503,12 @@ packages: '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 convert-source-map: 1.8.0 - debug: 4.3.3 + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true /@babel/generator/7.16.5: resolution: {integrity: sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==} @@ -565,7 +541,6 @@ packages: '@babel/types': 7.17.0 jsesc: 2.5.2 source-map: 0.5.7 - dev: true /@babel/helper-annotate-as-pure/7.16.7: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} @@ -580,14 +555,14 @@ packages: '@babel/helper-explode-assignable-expression': 7.16.7 '@babel/types': 7.17.0 - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.5: + /@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.17.0 - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-validator-option': 7.16.7 browserslist: 4.20.0 semver: 6.3.0 @@ -601,17 +576,16 @@ packages: '@babel/compat-data': 7.17.7 '@babel/core': 7.17.8 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.20.0 + browserslist: 4.20.2 semver: 6.3.0 - dev: true - /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.17.5: + /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.17.8: resolution: {integrity: sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -622,13 +596,13 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.17.5: + /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -639,27 +613,27 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.17.5: + /@babel/helper-create-regexp-features-plugin/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 regexpu-core: 4.8.0 - /@babel/helper-define-polyfill-provider/0.2.4_@babel+core@7.17.5: + /@babel/helper-define-polyfill-provider/0.2.4_@babel+core@7.17.8: resolution: {integrity: sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/traverse': 7.17.3 - debug: 4.3.3 + debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 semver: 6.3.0 @@ -667,13 +641,13 @@ packages: - supports-color dev: false - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.5: + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.8: resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/traverse': 7.17.3 @@ -770,21 +744,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-module-transforms/7.17.6: - resolution: {integrity: sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-simple-access': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/helper-validator-identifier': 7.16.7 - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.3 - '@babel/types': 7.17.0 - transitivePeerDependencies: - - supports-color - /@babel/helper-module-transforms/7.17.7: resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==} engines: {node: '>=6.9.0'} @@ -799,7 +758,6 @@ packages: '@babel/types': 7.17.0 transitivePeerDependencies: - supports-color - dev: true /@babel/helper-optimise-call-expression/7.16.7: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} @@ -844,7 +802,6 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.17.0 - dev: true /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} @@ -888,16 +845,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helpers/7.17.2: - resolution: {integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.3 - '@babel/types': 7.17.0 - transitivePeerDependencies: - - supports-color - /@babel/helpers/7.17.8: resolution: {integrity: sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==} engines: {node: '>=6.9.0'} @@ -907,7 +854,6 @@ packages: '@babel/types': 7.17.0 transitivePeerDependencies: - supports-color - dev: true /@babel/highlight/7.16.10: resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} @@ -936,467 +882,466 @@ packages: resolution: {integrity: sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==} engines: {node: '>=6.0.0'} hasBin: true - dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.5: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.5: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.8 - /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.5: + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.8: resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-class-static-block/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.16.0_@babel+core@7.17.5: + /@babel/plugin-proposal-decorators/7.16.0_@babel+core@7.17.8: resolution: {integrity: sha512-ttvhKuVnQwoNQrcTd1oe6o49ahaZ1kns1fsJKzTVOaS/FJDJoK4qzgVS68xzJhYUMgTnbXW6z/T6rlP3lL7tJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-decorators': 7.16.0_@babel+core@7.17.5 + '@babel/plugin-syntax-decorators': 7.16.0_@babel+core@7.17.8 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.8 - /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.8 - /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.8 - /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.8 - /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.8 - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.8 - /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-object-rest-spread/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8 - /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.5: + /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.8: resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.17.0 - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/compat-data': 7.17.7 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.8 - /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.8 - /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.5: + /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.8: resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-private-methods/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.17.5 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.8 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.5: + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.5: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.8: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.5: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.8: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.8: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-decorators/7.16.0_@babel+core@7.17.5: + /@babel/plugin-syntax-decorators/7.16.0_@babel+core@7.17.8: resolution: {integrity: sha512-nxnnngZClvlY13nHJAIDow0S7Qzhq64fQ/NlqS+VER3kjW/4F0jLhXjeL8jcwSwz6Ca3rotT5NJD2T9I7lcv7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.17.5: + /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.5: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.8: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.17.5: + /@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.17.8: resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: false - /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.5: + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.5: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.8: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.5: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.8: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.5: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.8: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.8: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.5: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.8: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.5: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.5: + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.8: resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-remap-async-to-generator': 7.16.8 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -1408,132 +1353,132 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-destructuring/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-destructuring/7.17.3_@babel+core@7.17.5: - resolution: {integrity: sha512-dDFzegDYKlPqa72xIlbmSkly5MluLoaC1JswABGktyt6NTXSBcUuse/kWE/wvKFWJHPETpi158qJZFS3JmykJg==} + /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.8: + resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.8 dev: true - /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8 '@babel/helper-function-name': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.5: + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.17.8: resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-simple-access': 7.16.7 @@ -1541,13 +1486,28 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-modules-commonjs/7.17.7_@babel+core@7.17.8: + resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-simple-access': 7.17.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-systemjs/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 @@ -1556,283 +1516,283 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.5: + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.8: resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.8 - /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-replace-supers': 7.16.7 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-react-jsx/7.17.3_@babel+core@7.17.5: + /@babel/plugin-transform-react-jsx/7.17.3_@babel+core@7.17.8: resolution: {integrity: sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.8 '@babel/types': 7.17.0 dev: true - /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-regenerator/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 regenerator-transform: 0.14.5 - /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-runtime/7.16.0_@babel+core@7.17.5: + /@babel/plugin-transform-runtime/7.16.0_@babel+core@7.17.8: resolution: {integrity: sha512-zlPf1/XFn5+vWdve3AAhf+Sxl+MVa5VlwTwWgnLx23u4GlatSRQJ3Eoo9vllf0a9il3woQsT4SK+5Z7c06h8ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.17.5 - babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.17.5 - babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.17.5 + babel-plugin-polyfill-corejs2: 0.2.3_@babel+core@7.17.8 + babel-plugin-polyfill-corejs3: 0.3.0_@babel+core@7.17.8 + babel-plugin-polyfill-regenerator: 0.2.3_@babel+core@7.17.8 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.5: + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.8: resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-create-regexp-features-plugin': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 - /@babel/preset-env/7.16.11_@babel+core@7.17.5: + /@babel/preset-env/7.16.11_@babel+core@7.17.8: resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.5 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.5 - '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.5 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.5 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.5 - '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.5 - '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.5 - '@babel/preset-modules': 0.1.5_@babel+core@7.17.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.8 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-class-static-block': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.8 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.8 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.8 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.8 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.8 + '@babel/plugin-transform-modules-systemjs': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.8 + '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-regenerator': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.8 + '@babel/preset-modules': 0.1.5_@babel+core@7.17.8 '@babel/types': 7.16.8 - babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.17.5 - babel-plugin-polyfill-corejs3: 0.5.1_@babel+core@7.17.5 - babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.17.5 + babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.17.8 + babel-plugin-polyfill-corejs3: 0.5.1_@babel+core@7.17.8 + babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.17.8 core-js-compat: 3.20.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-modules/0.1.5_@babel+core@7.17.5: + /@babel/preset-modules/0.1.5_@babel+core@7.17.8: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.8 '@babel/types': 7.16.8 esutils: 2.0.3 @@ -1849,8 +1809,8 @@ packages: dependencies: regenerator-runtime: 0.13.9 - /@babel/runtime/7.17.2: - resolution: {integrity: sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==} + /@babel/runtime/7.17.8: + resolution: {integrity: sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.9 @@ -1904,7 +1864,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/parser': 7.17.0 '@babel/types': 7.17.0 - debug: 4.3.3 + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1921,7 +1881,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/parser': 7.17.3 '@babel/types': 7.17.0 - debug: 4.3.3 + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -2017,7 +1977,7 @@ packages: '@codemirror/rangeset': 0.19.9 '@codemirror/state': 0.19.9 '@codemirror/view': 0.19.47 - '@lezer/common': 0.15.11 + '@lezer/common': 0.15.12 style-mod: 4.0.0 dev: false @@ -2065,7 +2025,7 @@ packages: '@codemirror/state': 0.19.9 '@codemirror/text': 0.19.6 '@codemirror/view': 0.19.47 - '@lezer/common': 0.15.11 + '@lezer/common': 0.15.12 '@lezer/lr': 0.15.8 dev: false @@ -2172,20 +2132,20 @@ packages: w3c-keyname: 2.2.4 dev: false - /@commitlint/cli/16.2.1: - resolution: {integrity: sha512-zfKf+B9osuiDbxGMJ7bWFv7XFCW8wlQYPtCffNp7Ukdb7mdrep5R9e03vPUZysnwp8NX6hg05kPEvnD/wRIGWw==} + /@commitlint/cli/16.2.3: + resolution: {integrity: sha512-VsJBQLvhhlOgEfxs/Z5liYuK0dXqLE5hz1VJzLBxiOxG31kL/X5Q4OvK292BmO7IGZcm1yJE3XQPWSiFaEHbWA==} engines: {node: '>=v12'} hasBin: true dependencies: '@commitlint/format': 16.2.1 '@commitlint/lint': 16.2.1 - '@commitlint/load': 16.2.1 + '@commitlint/load': 16.2.3 '@commitlint/read': 16.2.1 '@commitlint/types': 16.2.1 lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.3.1 + yargs: 17.4.0 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -2245,8 +2205,8 @@ packages: '@commitlint/types': 16.2.1 dev: true - /@commitlint/load/16.2.1: - resolution: {integrity: sha512-oSpz0jTyVI/A1AIImxJINTLDOMB8YF7lWGm+Jg5wVWM0r7ucpuhyViVvpSRTgvL0z09oIxlctyFGWUQQpI42uw==} + /@commitlint/load/16.2.3: + resolution: {integrity: sha512-Hb4OUlMnBUK6UxJEZ/VJ5k0LocIS7PtEMbRXEAA7eSpOgORIFexC4K/RaRpVd5UTtu3M0ST3ddPPijF9rdW6nw==} engines: {node: '>=v12'} dependencies: '@commitlint/config-validator': 16.2.1 @@ -2389,16 +2349,16 @@ packages: - supports-color dev: true - /@firebase/analytics-compat/0.1.6_a860b93d2b8cf3658880986540f705c6: - resolution: {integrity: sha512-xvdp4/zwOG1f+v9JSpfCQoPJ98HcJR42cEnZ9pRIQLmUy7L7QceIuaF3m+zVtoqa4agBQnJ1dhe58FshOFKOPw==} + /@firebase/analytics-compat/0.1.7_c8a60333997e76cbef3dda80e0a2394a: + resolution: {integrity: sha512-bVnv+xM2YwAouWjeo+HCN0GWu6i0sLzM2AcpmfsQuC97SNRFqIpRUYmjaeTdDALt3k1fIUzYMcZZE4xuC2qK/A==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/analytics': 0.7.5_@firebase+app@0.7.18 + '@firebase/analytics': 0.7.6_@firebase+app@0.7.19 '@firebase/analytics-types': 0.7.0 - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 - '@firebase/util': 1.4.3 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2408,29 +2368,29 @@ packages: resolution: {integrity: sha512-DNE2Waiwy5+zZnCfintkDtBfaW6MjIG883474v6Z0K1XZIvl76cLND4iv0YUb48leyF+PJK1KO2XrgHb/KpmhQ==} dev: false - /@firebase/analytics/0.7.5_@firebase+app@0.7.18: - resolution: {integrity: sha512-vrKDh84hBbKPJaU2oAZDewyC79D8opJOQZ5AU3BXBBwEfRjKt3C3jj/Vl6aJUme+RKXlomTw3xcHIOoPzTgBVA==} + /@firebase/analytics/0.7.6_@firebase+app@0.7.19: + resolution: {integrity: sha512-hfN+cnWuRY5QfbeBeZOOD9xC/ePavPaAPh3Bc1u0yZLMgF3No3ME6K2dVHKWK1K0BIPzLsliojYYRYnWMF6TZw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.18 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 + '@firebase/installations': 0.5.6_@firebase+app@0.7.19 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false - /@firebase/app-check-compat/0.2.3_a860b93d2b8cf3658880986540f705c6: - resolution: {integrity: sha512-e2mKkuecr1XgsyTGXKfg83PcV1UdT7+tXYoHIjeBeLrP5gGL4OQbWCzzt6uVQpk1gmJbUktje/rd6Et6cdL+wg==} + /@firebase/app-check-compat/0.2.4_c8a60333997e76cbef3dda80e0a2394a: + resolution: {integrity: sha512-CnbjhzIdpL7671wwcWMgYDBfCxuMjjg8OITlTtP2vN8h6uBFuPosRpc2GZ/h32IA3fzwyeFplFjy/y8Gyhh6Dw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-check': 0.5.3_@firebase+app@0.7.18 - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 + '@firebase/app-check': 0.5.4_@firebase+app@0.7.19 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2440,25 +2400,25 @@ packages: resolution: {integrity: sha512-uZfn9s4uuRsaX5Lwx+gFP3B6YsyOKUE+Rqa6z9ojT4VSRAsZFko9FRn6OxQUA1z5t5d08fY4pf+/+Dkd5wbdbA==} dev: false - /@firebase/app-check/0.5.3_@firebase+app@0.7.18: - resolution: {integrity: sha512-M2/UO5PgxHCl0wPYWGdF6lO8nqclwuRMCIrc+75xv3/Dr3hhUu4ztF5JNaAV5tktSCt1UrnASG+4rNVifCzSRw==} + /@firebase/app-check/0.5.4_@firebase+app@0.7.19: + resolution: {integrity: sha512-UX6IcuapbLb8Q4zYaUq5UKbpXURY4lrK41Is2c56Q/h7i4zRiMYLKEETJZIfVATE2vKsbjxSxn02xS9g/VPftw==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false - /@firebase/app-compat/0.1.19: - resolution: {integrity: sha512-a0TgAXcjF3htSdi10mRwAks1+73nwbmSMXzjlOQDYJ8t3HE7FvHxfB4hjuwHKfgr3MWZjcarsGKVr7LWhUAE8w==} + /@firebase/app-compat/0.1.20: + resolution: {integrity: sha512-s+MQQv5acNZ2Mx/TNyr+B0XaqATq14hkAL9247exIvV0RBwP28THuadPVw99kjrwkHilQtBMFJmmCm1S5ZoktQ==} dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false @@ -2466,26 +2426,25 @@ packages: resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==} dev: false - /@firebase/app/0.7.18: - resolution: {integrity: sha512-jomDaPaEQEWfFUqvxQw4TYSs2gCT2BN0Ec1//3CdMsc1NcppduS31bxsjhn3KdPbtx4opkaZ2FcA+buHtdw9dw==} + /@firebase/app/0.7.19: + resolution: {integrity: sha512-Xs8s3OF4Tn7Ls833TOTAUSMDq/pDs1fDsLRprR1+B4wyxyWCYBisgDMnPx25z9wKJESOWoZTDjyBVHrn6sG92w==} dependencies: - '@firebase/component': 0.5.10 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 - idb: 3.0.2 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false - /@firebase/auth-compat/0.2.9_4291d9bcac64867f22dc3ecc5e1d31da: - resolution: {integrity: sha512-VLp7v/IM82JdKPHC3VI10iSO1SgBJSSMD5StT7N/rUF7pvd0cpdjnixKMtsvw5V+G+CGcF99Nf2tRzOZjopT4Q==} + /@firebase/auth-compat/0.2.10_cdfe7719f379a3fdf450aeb4d04c93da: + resolution: {integrity: sha512-FYsU18N3nZq/l7gfnmH8tYOPDWSU3pPJa/JAmflfcwcDJnYLAiHRHZb0KmLV5baRMD8QdMdER5bGbzWgtOmczQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/auth': 0.19.9_@firebase+app@0.7.18 - '@firebase/auth-types': 0.11.0_921e789eab5feb003723e0d148cd47c5 - '@firebase/component': 0.5.10 - '@firebase/util': 1.4.3 + '@firebase/app-compat': 0.1.20 + '@firebase/auth': 0.19.10_@firebase+app@0.7.19 + '@firebase/auth-types': 0.11.0_8d05954f5748666b17f36dcdd243eda6 + '@firebase/component': 0.5.11 + '@firebase/util': 1.5.0 node-fetch: 2.6.7 selenium-webdriver: 4.1.1 tslib: 2.3.1 @@ -2497,35 +2456,35 @@ packages: - utf-8-validate dev: false - /@firebase/auth-interop-types/0.1.6_921e789eab5feb003723e0d148cd47c5: + /@firebase/auth-interop-types/0.1.6_8d05954f5748666b17f36dcdd243eda6: resolution: {integrity: sha512-etIi92fW3CctsmR9e3sYM3Uqnoq861M0Id9mdOPF6PWIg38BXL5k4upCNBggGUpLIS0H1grMOvy/wn1xymwe2g==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 dev: false - /@firebase/auth-types/0.11.0_921e789eab5feb003723e0d148cd47c5: + /@firebase/auth-types/0.11.0_8d05954f5748666b17f36dcdd243eda6: resolution: {integrity: sha512-q7Bt6cx+ySj9elQHTsKulwk3+qDezhzRBFC9zlQ1BjgMueUOnGMcvqmU0zuKlQ4RhLSH7MNAdBV2znVaoN3Vxw==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 dev: false - /@firebase/auth/0.19.9_@firebase+app@0.7.18: - resolution: {integrity: sha512-NoB/bCBVFBbJg23C+NqUP29KGaFOZEuLRA4ZKIKYgEfqsNfxMcEW8V+BMaU6n26JecUwNSBi7nPpOh+pWYOsaA==} + /@firebase/auth/0.19.10_@firebase+app@0.7.19: + resolution: {integrity: sha512-FqKHohxZriJM4S8hY0RbNwGVb+Y5INsWkWsqOaWQ9pM0hEolYruE10gKqrOHO9kauXhKbdUUGPgKHJJ9+r8eVg==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 node-fetch: 2.6.7 selenium-webdriver: 4.0.0-rc-1 tslib: 2.3.1 @@ -2535,59 +2494,59 @@ packages: - utf-8-validate dev: false - /@firebase/component/0.5.10: - resolution: {integrity: sha512-mzUpg6rsBbdQJvAdu1rNWabU3O7qdd+B+/ubE1b+pTbBKfw5ySRpRRE6sKcZ/oQuwLh0HHB6FRJHcylmI7jDzA==} + /@firebase/component/0.5.11: + resolution: {integrity: sha512-amtUrJxfJhJdjR3JzXqkHIoghJJ34o8OiSDj3gq96uKL4BRkSpmPaxi0+1r8DcDQ6bQxh3kDSoge8bRCDQCvsw==} dependencies: - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false - /@firebase/database-compat/0.1.5_c2bd62812a1e883fd3651fcace953b90: - resolution: {integrity: sha512-UVxkHL24sZfsjsjs+yiKIdYdrWXHrLxSFCYNdwNXDlTkAc0CWP9AAY3feLhBVpUKk+4Cj0I4sGnyIm2C1ltAYg==} + /@firebase/database-compat/0.1.6_2668787785cafa51f0d66ef4e88354f7: + resolution: {integrity: sha512-fDAJWI5ZdXPlS84NC87Et7pE6mJxF5uUoePCaQFpU56wrYVk58COomcSXtFrdX9U5/1FHjR3TaDWV5pJakv83g==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 - '@firebase/database': 0.12.5_@firebase+app-types@0.7.0 - '@firebase/database-types': 0.9.4 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 + '@firebase/database': 0.12.6_@firebase+app-types@0.7.0 + '@firebase/database-types': 0.9.5 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/database-types/0.9.4: - resolution: {integrity: sha512-uAQuc6NUZ5Oh/cWZPeMValtcZ+4L1stgKOeYvz7mLn8+s03tnCDL2N47OLCHdntktVkhImQTwGNARgqhIhtNeA==} + /@firebase/database-types/0.9.5: + resolution: {integrity: sha512-0p9BDmoZCbW5c//tl7IUn8hOIM4M6wCnLmVdbVUvD30V4hZT36phdhajf36pcMgE9suMsz4xtvWlngEy9FeHwA==} dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 dev: false - /@firebase/database/0.12.5_@firebase+app-types@0.7.0: - resolution: {integrity: sha512-1Pd2jYqvqZI7SQWAiXbTZxmsOa29PyOaPiUtr8pkLSfLp4AeyMBegYAXCLYLW6BNhKn3zNKFkxYDxYHq4q+Ixg==} + /@firebase/database/0.12.6_@firebase+app-types@0.7.0: + resolution: {integrity: sha512-vokGkgpk+4bvy1d/s0lsPP9GmC1nrAtctQwEEDH5ZO4WCYPj16Y6rKILsOjrWwJ+Ih21ORnekxSzfpKyd1KHEg==} dependencies: - '@firebase/auth-interop-types': 0.1.6_921e789eab5feb003723e0d148cd47c5 - '@firebase/component': 0.5.10 + '@firebase/auth-interop-types': 0.1.6_8d05954f5748666b17f36dcdd243eda6 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 faye-websocket: 0.11.4 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app-types' dev: false - /@firebase/firestore-compat/0.1.14_4291d9bcac64867f22dc3ecc5e1d31da: - resolution: {integrity: sha512-y/v4eTP44rjeMTy7TXiVa8QgRkE1tpRcdCUyeWqVD9kSHEVG5WY9pHLbHkuoXzSKos5ayM0qlrjpFD79sSCDPw==} + /@firebase/firestore-compat/0.1.15_cdfe7719f379a3fdf450aeb4d04c93da: + resolution: {integrity: sha512-bk0f2JbdgJc0P0eHnQBrqRF7xgMiSh6qyYqDTUh08/5kwdJed1SlmvF/3BSDhQHABcji99YhgR3E1ms6uoZwdg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 - '@firebase/firestore': 3.4.5_@firebase+app@0.7.18 - '@firebase/firestore-types': 2.5.0_921e789eab5feb003723e0d148cd47c5 - '@firebase/util': 1.4.3 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 + '@firebase/firestore': 3.4.6_@firebase+app@0.7.19 + '@firebase/firestore-types': 2.5.0_8d05954f5748666b17f36dcdd243eda6 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2595,28 +2554,28 @@ packages: - encoding dev: false - /@firebase/firestore-types/2.5.0_921e789eab5feb003723e0d148cd47c5: + /@firebase/firestore-types/2.5.0_8d05954f5748666b17f36dcdd243eda6: resolution: {integrity: sha512-I6c2m1zUhZ5SH0cWPmINabDyH5w0PPFHk2UHsjBpKdZllzJZ2TwTkXbDtpHUZNmnc/zAa0WNMNMvcvbb/xJLKA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 dev: false - /@firebase/firestore/3.4.5_@firebase+app@0.7.18: - resolution: {integrity: sha512-QJF0Z6VL/7boifygyhb6KjLS6pgfZK6FP9rRGdpxWJugQ5b0YV/V3Lr1RdS1A78dPN4eEH9atCkFxUX4z96FeA==} + /@firebase/firestore/3.4.6_@firebase+app@0.7.19: + resolution: {integrity: sha512-HVyrg1LAVePvut+qf856mCSdZbVL9dhnK1skZ6LY2KquS71RW0v7/iu+/Wn00kPHbZSmHGvYzHD6JOf+kjjbuQ==} engines: {node: '>=10.10.0'} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 '@firebase/webchannel-wrapper': 0.6.1 - '@grpc/grpc-js': 1.5.7 + '@grpc/grpc-js': 1.5.9 '@grpc/proto-loader': 0.6.9 node-fetch: 2.6.7 tslib: 2.3.1 @@ -2624,16 +2583,16 @@ packages: - encoding dev: false - /@firebase/functions-compat/0.1.9_4291d9bcac64867f22dc3ecc5e1d31da: - resolution: {integrity: sha512-XhcLUVgxwqyk4euz1VO/qM6LUrkbR0vibh/2triR2ciJS2epkpvPICVMxWXaetsKOVpcaTs15eGpJClCRHGLjw==} + /@firebase/functions-compat/0.1.10_cdfe7719f379a3fdf450aeb4d04c93da: + resolution: {integrity: sha512-Iqq1335rnhed+6WcOGUr+C8PzBAUwGnrQCKmo0YkyiLrO7UwRhIEeS/su4cthp4KNTsT5bdZWzEh9I4ZJ00bjw==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 - '@firebase/functions': 0.7.8_b33c67cd9183e0c7a6f8f4b4a7b9c960 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 + '@firebase/functions': 0.7.9_5c860adfc5c562292497b8beda4959cd '@firebase/functions-types': 0.5.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2645,17 +2604,17 @@ packages: resolution: {integrity: sha512-qza0M5EwX+Ocrl1cYI14zoipUX4gI/Shwqv0C1nB864INAD42Dgv4v94BCyxGHBg2kzlWy8PNafdP7zPO8aJQA==} dev: false - /@firebase/functions/0.7.8_b33c67cd9183e0c7a6f8f4b4a7b9c960: - resolution: {integrity: sha512-WNpKnQqufNkqHkFm1ol4oeF+/mA1y5gtj1csRFZqQS2EeDcq6FCs49abBFpjBOxWz8XDDNlSasCKhIrAAKIFfg==} + /@firebase/functions/0.7.9_5c860adfc5c562292497b8beda4959cd: + resolution: {integrity: sha512-C8FpECq2tSOXnWT+npw/qDihxWvs6vT0NdsOEV0artNKphf0tzUleo8NgklyqSmwnAy0v35YGTNdVvxCWt5N8A==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 + '@firebase/app': 0.7.19 '@firebase/app-check-interop-types': 0.1.0 - '@firebase/auth-interop-types': 0.1.6_921e789eab5feb003723e0d148cd47c5 - '@firebase/component': 0.5.10 + '@firebase/auth-interop-types': 0.1.6_8d05954f5748666b17f36dcdd243eda6 + '@firebase/component': 0.5.11 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: @@ -2663,15 +2622,14 @@ packages: - encoding dev: false - /@firebase/installations/0.5.5_@firebase+app@0.7.18: - resolution: {integrity: sha512-mYWUxYXPlxcR0YOikPw88TjIS2NK35Z0ivkJL0+FevNnVIsqwGSe12AtPlZB/kzjB0RtHoKW+cWC0V9xiTgJ3Q==} + /@firebase/installations/0.5.6_@firebase+app@0.7.19: + resolution: {integrity: sha512-e/sDDungY/haSw9H+DmknZkf6M8Q3O9CLUHoVldqX96lvOpT8le6YndJOgK6fTHiRs0ro3amg+4ef2mn40NqzQ==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 - '@firebase/util': 1.4.3 - idb: 3.0.2 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false @@ -2681,15 +2639,15 @@ packages: tslib: 2.3.1 dev: false - /@firebase/messaging-compat/0.1.9_a860b93d2b8cf3658880986540f705c6: - resolution: {integrity: sha512-smcBhvTLfgE2KDtvDj1Pm9zQ7GeyR5BLarYLxtvmhhbV6tpa8g+UUE3pCdqN+y1kx6mIYqNOmEEXv+1YnSiYwQ==} + /@firebase/messaging-compat/0.1.10_c8a60333997e76cbef3dda80e0a2394a: + resolution: {integrity: sha512-RtdXnn8MWPvWm/1BKR0g0U763RcAALzqPl8zEIkjFBq9wBS7rWqbj9zZ+c4rFUVks4vleLqLv9v6M0O/FsieMg==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 - '@firebase/messaging': 0.9.9_@firebase+app@0.7.18 - '@firebase/util': 1.4.3 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 + '@firebase/messaging': 0.9.10_@firebase+app@0.7.19 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2699,31 +2657,30 @@ packages: resolution: {integrity: sha512-DbvUl/rXAZpQeKBnwz0NYY5OCqr2nFA0Bj28Fmr3NXGqR4PAkfTOHuQlVtLO1Nudo3q0HxAYLa68ZDAcuv2uKQ==} dev: false - /@firebase/messaging/0.9.9_@firebase+app@0.7.18: - resolution: {integrity: sha512-Fe6+VqFgVuvFOiVerQkPzdmHXnB7urujcKAxK3lRKxgafH89CRvXO1sPnPMvox5/JOCBZrAPok5KA7rOCxBguw==} + /@firebase/messaging/0.9.10_@firebase+app@0.7.19: + resolution: {integrity: sha512-Q59obc+hhqDxz5oJh012lI7kCKxcnNV7nMB74Hc7LGT7/oZ3abPl1rmnC0KKdaAHm37/riJgEgDW0HrUTc5REA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.18 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 + '@firebase/installations': 0.5.6_@firebase+app@0.7.19 '@firebase/messaging-interop-types': 0.1.0 - '@firebase/util': 1.4.3 - idb: 3.0.2 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false - /@firebase/performance-compat/0.1.5_a860b93d2b8cf3658880986540f705c6: - resolution: {integrity: sha512-s9mqR0GXJaqvIZD/GsshacpKOGa3NP6Yht33mNEtpL7ERqj35mvD1CBoUwH52eMYAaxlQd9y9JrphQgK3EmWWw==} + /@firebase/performance-compat/0.1.6_c8a60333997e76cbef3dda80e0a2394a: + resolution: {integrity: sha512-DHGw/u4iGZGeEj95CQooA3oOBcPBUw4+JuMSnk7qmY6iYBsYmkcUPVCFsgYNcAVtHBdU64DJX9RZbjkMmNX0uQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/performance': 0.5.5_@firebase+app@0.7.18 + '@firebase/performance': 0.5.6_@firebase+app@0.7.19 '@firebase/performance-types': 0.1.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2733,16 +2690,16 @@ packages: resolution: {integrity: sha512-6p1HxrH0mpx+622Ql6fcxFxfkYSBpE3LSuwM7iTtYU2nw91Hj6THC8Bc8z4nboIq7WvgsT/kOTYVVZzCSlXl8w==} dev: false - /@firebase/performance/0.5.5_@firebase+app@0.7.18: - resolution: {integrity: sha512-eA8mEKVnyY64fwAKxHbJF5t1hNkdR0EZVib0LfEWl/2elPmFcjik097hqLHzdFE88JYCxNGfFaSPo9Lbk/qe6A==} + /@firebase/performance/0.5.6_@firebase+app@0.7.19: + resolution: {integrity: sha512-QfVq2Pa5PSoYLgwVyEFApb1i0mKISDzBRDC76VHx5wOSi28c31coYK0qrHjVkHlG51nnyEtBIWqXC2fFaOzr5Q==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.18 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 + '@firebase/installations': 0.5.6_@firebase+app@0.7.19 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false @@ -2754,17 +2711,17 @@ packages: whatwg-fetch: 2.0.4 dev: false - /@firebase/remote-config-compat/0.1.5_a860b93d2b8cf3658880986540f705c6: - resolution: {integrity: sha512-bgpmrCGyOj46c0xNFvivcXRHlaVkbt4mX2etbF9s6jaOILPd4rBHIfAiBpKL64GGwTkrOjWO9/HZun4I01gbpg==} + /@firebase/remote-config-compat/0.1.6_c8a60333997e76cbef3dda80e0a2394a: + resolution: {integrity: sha512-OEGADnpKIoVQF1blOTxzFBrP6LzEXR+IA7vyLwh7lL+qXpDJGvmg0Eoxb4yxZw4cQCZBGO6fcilBZkDmTDEp/w==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 '@firebase/logger': 0.3.2 - '@firebase/remote-config': 0.3.4_@firebase+app@0.7.18 + '@firebase/remote-config': 0.3.5_@firebase+app@0.7.19 '@firebase/remote-config-types': 0.2.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2774,29 +2731,29 @@ packages: resolution: {integrity: sha512-hqK5sCPeZvcHQ1D6VjJZdW6EexLTXNMJfPdTwbD8NrXUw6UjWC4KWhLK/TSlL0QPsQtcKRkaaoP+9QCgKfMFPw==} dev: false - /@firebase/remote-config/0.3.4_@firebase+app@0.7.18: - resolution: {integrity: sha512-SLlyVVNJ6DnU1AOjNrmv5u9Fge7gUwZVooyxMIkaT3Lj9MBM5MwfJsoG3UyiV4l7yI0iPj34LuKPpMJXOOcs4w==} + /@firebase/remote-config/0.3.5_@firebase+app@0.7.19: + resolution: {integrity: sha512-sxV8dpgQNWVPWDAVX7KtLCbkBJyox1L+RlGn/Djpj47YgeNuLOqjRZeEoydL9RO3EdzKG6EcHeqOhdpMBgeiNA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 - '@firebase/installations': 0.5.5_@firebase+app@0.7.18 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 + '@firebase/installations': 0.5.6_@firebase+app@0.7.19 '@firebase/logger': 0.3.2 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 tslib: 2.3.1 dev: false - /@firebase/storage-compat/0.1.10_4291d9bcac64867f22dc3ecc5e1d31da: - resolution: {integrity: sha512-l/mvUhDEJ/0/F2uBqmEqxZk+jvIEwLc9BO6lGPE3TtPdT2896u3GIzbI4XHjSLLUo5bA0ZKz8Z7GVev9CLsHfA==} + /@firebase/storage-compat/0.1.11_cdfe7719f379a3fdf450aeb4d04c93da: + resolution: {integrity: sha512-dD0OaFKgNqtNvirOB6omXw2RJEDGnfJtus2K93cgIqkUxso0NawTA/7LyD3nMccb2L11BMh57GcdyKHL0AWoJQ==} peerDependencies: '@firebase/app-compat': 0.x dependencies: - '@firebase/app-compat': 0.1.19 - '@firebase/component': 0.5.10 - '@firebase/storage': 0.9.2_@firebase+app@0.7.18 - '@firebase/storage-types': 0.6.0_921e789eab5feb003723e0d148cd47c5 - '@firebase/util': 1.4.3 + '@firebase/app-compat': 0.1.20 + '@firebase/component': 0.5.11 + '@firebase/storage': 0.9.3_@firebase+app@0.7.19 + '@firebase/storage-types': 0.6.0_8d05954f5748666b17f36dcdd243eda6 + '@firebase/util': 1.5.0 tslib: 2.3.1 transitivePeerDependencies: - '@firebase/app' @@ -2804,32 +2761,32 @@ packages: - encoding dev: false - /@firebase/storage-types/0.6.0_921e789eab5feb003723e0d148cd47c5: + /@firebase/storage-types/0.6.0_8d05954f5748666b17f36dcdd243eda6: resolution: {integrity: sha512-1LpWhcCb1ftpkP/akhzjzeFxgVefs6eMD2QeKiJJUGH1qOiows2w5o0sKCUSQrvrRQS1lz3SFGvNR1Ck/gqxeA==} peerDependencies: '@firebase/app-types': 0.x '@firebase/util': 1.x dependencies: '@firebase/app-types': 0.7.0 - '@firebase/util': 1.4.3 + '@firebase/util': 1.5.0 dev: false - /@firebase/storage/0.9.2_@firebase+app@0.7.18: - resolution: {integrity: sha512-5xWgVHnE+n+cZAnFYd3NyNAQbp6/t3NL7TdqRGu1OaW5L7ioN7Rhq+L4I2yjIskVCoTaemYQDF+vICjCWoalbA==} + /@firebase/storage/0.9.3_@firebase+app@0.7.19: + resolution: {integrity: sha512-bi1sxMGduTl/cidtIqVyPyIAHEjMrQ5cMry2s4LfJMwaztUdSjgeSZRKLo5Nqy5/CC5fPhNIU3ueLhDm9z7dsA==} peerDependencies: '@firebase/app': 0.x dependencies: - '@firebase/app': 0.7.18 - '@firebase/component': 0.5.10 - '@firebase/util': 1.4.3 + '@firebase/app': 0.7.19 + '@firebase/component': 0.5.11 + '@firebase/util': 1.5.0 node-fetch: 2.6.7 tslib: 2.3.1 transitivePeerDependencies: - encoding dev: false - /@firebase/util/1.4.3: - resolution: {integrity: sha512-gQJl6r0a+MElLQEyU8Dx0kkC2coPj67f/zKZrGR7z7WpLgVanhaCUqEsptwpwoxi9RMFIaebleG+C9xxoARq+Q==} + /@firebase/util/1.5.0: + resolution: {integrity: sha512-4w4OY3YJVHV/4UBZ8OcXb8BD8I83P5n2y+FW0dHhn9OLXdYDg8bvCTA08P0nszpZqBhwutKQ4OS7c530SGjeLg==} dependencies: tslib: 2.3.1 dev: false @@ -2954,7 +2911,7 @@ packages: 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 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.6.2_graphql@15.7.2 + '@graphql-tools/utils': 8.6.3_graphql@15.7.2 change-case-all: 1.0.14 common-tags: 1.8.2 graphql: 15.7.2 @@ -2969,18 +2926,18 @@ packages: 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 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 - '@graphql-tools/utils': 8.6.2_graphql@15.7.2 + '@graphql-tools/utils': 8.6.3_graphql@15.7.2 graphql: 15.7.2 tslib: 2.3.1 dev: true - /@graphql-codegen/typed-document-node/2.2.7_graphql@15.7.2: - resolution: {integrity: sha512-l/+fWv7gNzQHKdk+ahuJzsUkZrVkUuBtbkXf65S/y76oL9U3AHJjCX5OfScisjA3ahqj3EALcxNjPq3IPQJpOQ==} + /@graphql-codegen/typed-document-node/2.2.8_graphql@15.7.2: + resolution: {integrity: sha512-72qTGNOMVnT51Fenk1MvavOwdyJewCZlrEp0miiTjtOSiTPzAm1acOck7cx8smNWyxNaDh3g4Jf60MkS8VCySw==} 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 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.4_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 graphql: 15.7.2 @@ -2990,14 +2947,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-operations/2.3.4_graphql@15.7.2: - resolution: {integrity: sha512-Jnsx+YTCqwq8F0ebyZAJGVtt+PQNuB/0uv9mEMbgcUbo/7w6EX6NZ8JArRuuz8MUb/gbpeO+GkfuNX+F6A8ikw==} + /@graphql-codegen/typescript-operations/2.3.5_graphql@15.7.2: + resolution: {integrity: sha512-GCZQW+O+cIF62ioPkQMoSJGzjJhtr7ttZGJOAoN/Q/oolG8ph9jNFePKO67tSQ/POAs5HLqfat4kAlCK8OPV3Q==} 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 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 - '@graphql-codegen/typescript': 2.4.7_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 + '@graphql-codegen/typescript': 2.4.8_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.4_graphql@15.7.2 auto-bind: 4.0.0 graphql: 15.7.2 tslib: 2.3.1 @@ -3006,15 +2963,15 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-urql-graphcache/2.2.8_0078faba29fbf2fd40f25b4af19ce6b4: - resolution: {integrity: sha512-gj80gbSQzjX1iOm0TaewgKZj5njQhwviBloW9jQFTE01fUyutkJOpZ1inznaNoa+8cPwnWpXBeWSCMQ84bZ7Hw==} + /@graphql-codegen/typescript-urql-graphcache/2.2.9_0078faba29fbf2fd40f25b4af19ce6b4: + resolution: {integrity: sha512-yboU7vXI89Jh3zMYgFL8V5AOI5hagbdgtM5nBWUUhfm9vPOk+43+DaMxCQGyocDS7LLq5EdUqn5K07W1E1D0rQ==} peerDependencies: '@urql/exchange-graphcache': ^4.1.1 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 || ^16.0.0 graphql-tag: ^2.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.4_graphql@15.7.2 '@urql/exchange-graphcache': 4.3.6_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 @@ -3026,14 +2983,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript/2.4.7_graphql@15.7.2: - resolution: {integrity: sha512-1YAK+m9SZRS1Uy8hdXVQAaAG/WF2jdFD76wbMRQ8Lf5e9YbmtJuy1RpI13nZJTZbhFopd9zqoWFJHsU/oy4i7g==} + /@graphql-codegen/typescript/2.4.8_graphql@15.7.2: + resolution: {integrity: sha512-tVsHIkuyenBany7c5IMU1yi4S1er2hgyXJGNY7PcyhpJMx0eChmbqz1VTiZxDEwi8mDBS2mn3TaSJMh6xuJM5g==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 '@graphql-codegen/schema-ast': 2.4.1_graphql@15.7.2 - '@graphql-codegen/visitor-plugin-common': 2.7.3_graphql@15.7.2 + '@graphql-codegen/visitor-plugin-common': 2.7.4_graphql@15.7.2 auto-bind: 4.0.0 graphql: 15.7.2 tslib: 2.3.1 @@ -3053,15 +3010,15 @@ packages: tslib: 2.3.1 dev: true - /@graphql-codegen/visitor-plugin-common/2.7.3_graphql@15.7.2: - resolution: {integrity: sha512-rODPGkrHEf9aHD8SgVWS0xie8VmJoYXLWgQR8PFKrwCUFjf7nvDuATAL2lTFiHATlVBWg1meXVPdUlkKeJj/0Q==} + /@graphql-codegen/visitor-plugin-common/2.7.4_graphql@15.7.2: + resolution: {integrity: sha512-aaDoEudDD+B7DK/UwDSL2Fzej75N9hNJ3N8FQuTIeDyw6FNGWUxmkjVBLQGlzfnYfK8IYkdfYkrPn3Skq0pVxA==} 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 || ^16.0.0 dependencies: '@graphql-codegen/plugin-helpers': 2.4.2_graphql@15.7.2 '@graphql-tools/optimize': 1.2.0_graphql@15.7.2 - '@graphql-tools/relay-operation-optimizer': 6.4.2_graphql@15.7.2 - '@graphql-tools/utils': 8.6.2_graphql@15.7.2 + '@graphql-tools/relay-operation-optimizer': 6.4.3_graphql@15.7.2 + '@graphql-tools/utils': 8.6.3_graphql@15.7.2 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -3297,12 +3254,12 @@ packages: - utf-8-validate dev: true - /@graphql-tools/relay-operation-optimizer/6.4.2_graphql@15.7.2: - resolution: {integrity: sha512-pc/cliYO0veVbMyM5H54lZzQh+9SxnjawqR623rc+jPuY9JUQcuIKkZzM1+E5blbtr4dvh7Bi4uzf3rJ0sxG0Q==} + /@graphql-tools/relay-operation-optimizer/6.4.3_graphql@15.7.2: + resolution: {integrity: sha512-whgh2jlZZ4fbOqCMIfGxEplxNXBOXj1I9A8TMsKFrMaLWcy8q1YjBbNQgr7nTz34SERvlIHinjgLy3QAYiXYLg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.6.2_graphql@15.7.2 + '@graphql-tools/utils': 8.6.3_graphql@15.7.2 graphql: 15.7.2 relay-compiler: 12.0.0_graphql@15.7.2 tslib: 2.3.1 @@ -3402,8 +3359,8 @@ packages: tslib: 2.3.1 dev: true - /@graphql-tools/utils/8.6.2_graphql@15.7.2: - resolution: {integrity: sha512-x1DG0cJgpJtImUlNE780B/dfp8pxvVxOD6UeykFH5rHes26S4kGokbgU8F1IgrJ1vAPm/OVBHtd2kicTsPfwdA==} + /@graphql-tools/utils/8.6.3_graphql@15.7.2: + resolution: {integrity: sha512-CNyP7Uu7dlVMQ32IpHWOxz4yic9BYXXVkDhG0UdTKSszvzHdgMilemE9MpUrGzzBPsTe3aYTtNGyPUkyh9yTXA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -3443,8 +3400,8 @@ packages: dependencies: graphql: 15.7.2 - /@grpc/grpc-js/1.5.7: - resolution: {integrity: sha512-RAlSbZ9LXo0wNoHKeUlwP9dtGgVBDUbnBKFpfAv5iSqMG4qWz9um2yLH215+Wow1I48etIa1QMS+WAGmsE/7HQ==} + /@grpc/grpc-js/1.5.9: + resolution: {integrity: sha512-un+cXqErq5P4p3+WgYVNVh7FB51MSnaoRef7QWDcMXKR6FX2R6Z/bltcJMxNNdTUMC85lkOQcpnAAetFziPSng==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.6.9 @@ -3679,7 +3636,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -3728,12 +3685,16 @@ packages: /@lezer/common/0.15.11: resolution: {integrity: sha512-vv0nSdIaVCRcJ8rPuDdsrNVfBOYe/4Szr/LhF929XyDmBndLDuWiCCHooGlGlJfzELyO608AyDhVsuX/ZG36NA==} + dev: false + + /@lezer/common/0.15.12: + resolution: {integrity: sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==} /@lezer/generator/0.15.4: resolution: {integrity: sha512-9bBwU2TzKMBQ6OCEDevuMNWGOBKlkq5YIGEhjrz9pb3MLb+oYYR4dVFZ7ehwLcDoSecsSA7PdlAy0thJO5pt2w==} hasBin: true dependencies: - '@lezer/common': 0.15.11 + '@lezer/common': 0.15.12 '@lezer/lr': 0.15.8 dev: true @@ -3752,7 +3713,7 @@ packages: /@lezer/lr/0.15.8: resolution: {integrity: sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==} dependencies: - '@lezer/common': 0.15.11 + '@lezer/common': 0.15.12 /@lezer/xml/0.15.1: resolution: {integrity: sha512-vVh01enxM9hSGOcFtztmX+Pa460HDq5jIeft9bDCe17PUOU0nAbfo883I3cW9lUOcmWNQ3btbkmXMGjRszJE6g==} @@ -3760,8 +3721,8 @@ packages: '@lezer/lr': 0.15.8 dev: false - /@mdn/browser-compat-data/4.1.11: - resolution: {integrity: sha512-sYJ5CWXVAJX3608rV3WowUGxPm3p7HCgoGh/eBseCQ2c5ALBz6oRTK2OWPFz679aBUik6IY1IlA89uxbb5/FjA==} + /@mdn/browser-compat-data/4.1.12: + resolution: {integrity: sha512-y3Ntio6hb5+m6asxcA3nnIN6URjAFMji2EZZVYGd2Ag5On4mmvPhMnXdiIScCMXgHjFX+5qXuKaojLLhJHZPAg==} dev: true /@n1ru4l/graphql-live-query/0.9.0_graphql@15.7.2: @@ -3808,18 +3769,18 @@ packages: resolution: {integrity: sha512-z23bY5P7dLTmIbk0ZZ95mcEXIEER/mQCOqEp2vxnzG2nurks+vq6tNcUAXqME1Wl6aXWTXlqky5plBe7RQHzhQ==} dependencies: '@babel/compat-data': 7.16.0 - '@babel/core': 7.17.5 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.8 '@babel/helper-module-imports': 7.16.0 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-decorators': 7.16.0_@babel+core@7.17.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.17.5 - '@babel/preset-env': 7.16.11_@babel+core@7.17.5 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-decorators': 7.16.0_@babel+core@7.17.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-private-methods': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-runtime': 7.16.0_@babel+core@7.17.8 + '@babel/preset-env': 7.16.11_@babel+core@7.17.8 '@babel/runtime': 7.17.0 - '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.17.5 + '@vue/babel-preset-jsx': 1.2.4_@babel+core@7.17.8 core-js: 2.6.12 core-js-compat: 3.19.0 regenerator-runtime: 0.13.9 @@ -4179,11 +4140,11 @@ packages: /@nuxt/webpack/2.15.8_typescript@4.6.2: resolution: {integrity: sha512-CzJYFed23Ow/UK0+cI1FVthDre1p2qc8Q97oizG39d3/SIh3aUHjgj8c60wcR+RSxVO0FzZMXkmq02NmA7vWJg==} dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@nuxt/babel-preset-app': 2.15.8 '@nuxt/friendly-errors-webpack-plugin': 2.5.2_webpack@4.46.0 '@nuxt/utils': 2.15.8 - babel-loader: 8.2.3_a58183228c2c7b1a132de84b2b6f9adf + babel-loader: 8.2.3_b72fb7e629d39881e138edb6dcd0dfbe cache-loader: 4.1.0_webpack@4.46.0 caniuse-lite: 1.0.30001274 consola: 2.15.3 @@ -4430,15 +4391,15 @@ packages: sitemap: 4.1.1 dev: false - /@nuxtjs/stylelint-module/4.1.0_stylelint@14.5.3: + /@nuxtjs/stylelint-module/4.1.0_stylelint@14.6.0: resolution: {integrity: sha512-XeUZobXlSVW5VDbZBDktB3oFkBm+4JhYlyvZqu4tD7F3Qf4IU5aFwlELbK+VLVewbGgKSEg4QaT5nZdWpgXQBw==} peerDependencies: stylelint: ^13.0.0 || ^14.0.0 webpack: ^4.0.0 || ^5.0.0 dependencies: consola: 2.15.3 - stylelint: 14.5.3 - stylelint-webpack-plugin: 2.3.1_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-webpack-plugin: 2.3.1_stylelint@14.6.0 dev: true /@nuxtjs/svg/0.4.0: @@ -4514,15 +4475,15 @@ packages: resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} dev: false - /@relmify/jest-fp-ts/2.0.0_fp-ts@2.11.8+io-ts@2.2.16: + /@relmify/jest-fp-ts/2.0.0_fp-ts@2.11.9+io-ts@2.2.16: resolution: {integrity: sha512-WPwHYN4kaxfrc2fM3fBlUehxEWrdjFGhV9QwC/Qw25NVmK8mVOj4zscjSGJNuI4TVtIMBkMFPImK67rxsvuG2g==} peerDependencies: fp-ts: 2.x io-ts: 2.x dependencies: expect: 27.5.1 - fp-ts: 2.11.8 - io-ts: 2.2.16_fp-ts@2.11.8 + fp-ts: 2.11.9 + io-ts: 2.2.16_fp-ts@2.11.9 jest-get-type: 27.5.1 jest-matcher-utils: 27.5.1 dev: true @@ -5033,6 +4994,10 @@ packages: resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==} dev: true + /@types/json-schema/7.0.10: + resolution: {integrity: sha512-BLO9bBq59vW3fxCpD4o0N4U+DXsvwvIcl+jofw0frQo/GrBFC+/jRZj1E7kgp6dvTyNmA4y6JCV5Id/r3mNP5A==} + dev: true + /@types/json-schema/7.0.9: resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==} @@ -5060,8 +5025,8 @@ packages: resolution: {integrity: sha512-62vfe65cMSzYaWmpmhqCMMNl0khen89w57mByPi1OseGfcV/LV03fO8YVrNj7rFQsRWNJo650WWyh6m7p8vZmA==} dev: true - /@types/lodash/4.14.179: - resolution: {integrity: sha512-uwc1x90yCKqGcIOAT6DwOSuxnrAbpkdPsUOZtwrXb4D/6wZs+6qG7QnIawDuZWg0sWpxl+ltIKCaLoMlna678w==} + /@types/lodash/4.14.180: + resolution: {integrity: sha512-XOKXa1KIxtNXgASAnwj7cnttJxS4fksBRywK/9LzRV5YxrF80BXZIGeQSuoESQ/VkUj30Ae0+YcuHc15wJCB2g==} dev: true /@types/long/4.0.1: @@ -5363,6 +5328,33 @@ packages: - supports-color dev: true + /@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28: + resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/scope-manager': 5.15.0 + '@typescript-eslint/type-utils': 5.15.0_eslint@8.11.0+typescript@4.6.2 + '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2 + debug: 4.3.4 + eslint: 8.11.0 + functional-red-black-tree: 1.0.1 + ignore: 5.2.0 + regexpp: 3.2.0 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/parser/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5383,6 +5375,26 @@ packages: - supports-color dev: true + /@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.6.2: + resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 5.15.0 + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2 + debug: 4.3.4 + eslint: 8.11.0 + typescript: 4.6.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/scope-manager/5.14.0: resolution: {integrity: sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5391,6 +5403,14 @@ packages: '@typescript-eslint/visitor-keys': 5.14.0 dev: true + /@typescript-eslint/scope-manager/5.15.0: + resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/visitor-keys': 5.15.0 + dev: true + /@typescript-eslint/type-utils/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5410,11 +5430,35 @@ packages: - supports-color dev: true + /@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.6.2: + resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2 + debug: 4.3.4 + eslint: 8.11.0 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/types/5.14.0: resolution: {integrity: sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@typescript-eslint/types/5.15.0: + resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@typescript-eslint/typescript-estree/5.14.0_typescript@4.6.2: resolution: {integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5436,6 +5480,27 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree/5.15.0_typescript@4.6.2: + resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/visitor-keys': 5.15.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.6.2 + typescript: 4.6.2 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/utils/5.14.0_eslint@8.11.0+typescript@4.6.2: resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5454,6 +5519,24 @@ packages: - typescript dev: true + /@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.6.2: + resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + '@types/json-schema': 7.0.10 + '@typescript-eslint/scope-manager': 5.15.0 + '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2 + eslint: 8.11.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.11.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/visitor-keys/5.14.0: resolution: {integrity: sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5462,6 +5545,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@typescript-eslint/visitor-keys/5.15.0: + resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.15.0 + eslint-visitor-keys: 3.3.0 + dev: true + /@ungap/promise-all-settled/1.1.2: resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} dev: true @@ -5519,94 +5610,94 @@ packages: resolution: {integrity: sha512-QOi5OW45e2R20VygMSNhyQHvpdUwQZqGPc748JLGCYEy+yp8fNFNdbNIGAgZmi9e+2JHPd6i6idRuqivyicIkA==} dev: false - /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.17.5: + /@vue/babel-plugin-transform-vue-jsx/1.2.1_@babel+core@7.17.8: resolution: {integrity: sha512-HJuqwACYehQwh1fNT8f4kyzqlNMpBuUK4rSiSES5D4QsYncv5fxFsLyrxFPG2ksO7t5WP+Vgix6tt6yKClwPzA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.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.17.5: + /@vue/babel-preset-jsx/1.2.4_@babel+core@7.17.8: resolution: {integrity: sha512-oRVnmN2a77bYDJzeGSt92AuHXbkIxbf/XXSE3klINnh9AXBmVS1DGa1f0d+dDYpLfsAKElMnqKTQfKn7obcL4w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.5 - '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.17.5 - '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.17.5 - '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.17.5 - '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.17.5 - '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.17.5 - '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.17.5 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.8 + '@vue/babel-sugar-composition-api-inject-h': 1.2.1_@babel+core@7.17.8 + '@vue/babel-sugar-composition-api-render-instance': 1.2.4_@babel+core@7.17.8 + '@vue/babel-sugar-functional-vue': 1.2.2_@babel+core@7.17.8 + '@vue/babel-sugar-inject-h': 1.2.2_@babel+core@7.17.8 + '@vue/babel-sugar-v-model': 1.2.3_@babel+core@7.17.8 + '@vue/babel-sugar-v-on': 1.2.3_@babel+core@7.17.8 dev: false - /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.17.5: + /@vue/babel-sugar-composition-api-inject-h/1.2.1_@babel+core@7.17.8: resolution: {integrity: sha512-4B3L5Z2G+7s+9Bwbf+zPIifkFNcKth7fQwekVbnOA3cr3Pq71q71goWr97sk4/yyzH8phfe5ODVzEjX7HU7ItQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.8 dev: false - /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.17.5: + /@vue/babel-sugar-composition-api-render-instance/1.2.4_@babel+core@7.17.8: resolution: {integrity: sha512-joha4PZznQMsxQYXtR3MnTgCASC9u3zt9KfBxIeuI5g2gscpTsSKRDzWQt4aqNIpx6cv8On7/m6zmmovlNsG7Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.8 dev: false - /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.17.5: + /@vue/babel-sugar-functional-vue/1.2.2_@babel+core@7.17.8: resolution: {integrity: sha512-JvbgGn1bjCLByIAU1VOoepHQ1vFsroSA/QkzdiSs657V79q6OwEWLCQtQnEXD/rLTA8rRit4rMOhFpbjRFm82w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.8 dev: false - /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.17.5: + /@vue/babel-sugar-inject-h/1.2.2_@babel+core@7.17.8: resolution: {integrity: sha512-y8vTo00oRkzQTgufeotjCLPAvlhnpSkcHFEp60+LJUwygGcd5Chrpn5480AQp/thrxVm8m2ifAk0LyFel9oCnw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.8 dev: false - /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.17.5: + /@vue/babel-sugar-v-model/1.2.3_@babel+core@7.17.8: resolution: {integrity: sha512-A2jxx87mySr/ulAsSSyYE8un6SIH0NWHiLaCWpodPCVOlQVODCaSpiR4+IMsmBr73haG+oeCuSvMOM+ttWUqRQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.8 '@vue/babel-helper-vue-jsx-merge-props': 1.2.1 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.5 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.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.17.5: + /@vue/babel-sugar-v-on/1.2.3_@babel+core@7.17.8: resolution: {integrity: sha512-kt12VJdz/37D3N3eglBywV8GStKNUhNrsxChXIV+o0MwVXORYuhDTHJRKPgLJRb/EY3vM2aRFQdxJBp9CLikjw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.5 - '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.8 + '@vue/babel-plugin-transform-vue-jsx': 1.2.1_@babel+core@7.17.8 camelcase: 5.3.1 dev: false @@ -5638,7 +5729,7 @@ packages: source-map: 0.6.1 vue-template-es2015-compiler: 1.9.1 optionalDependencies: - prettier: 2.5.1 + prettier: 2.6.0 dev: false /@vue/composition-api/1.4.9: @@ -5691,8 +5782,8 @@ packages: pretty: 2.0.0 dev: true - /@vueuse/core/8.0.1_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-LQ5pyxALWMZikNWzW2CTs/RfTyT0O3oYDl7jJhfckY0q/dLe2SCy5vX4+f6c2LFjG9M+sXRugne+W4t1I/wXUA==} + /@vueuse/core/8.1.2_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-prI2GzigBUtJNTcwRjJPzUPLFoRZM1RZFR464DFdwgU8TxRFf7dRvuvWFDNbCATzLExHFnGI3zTp9GkXTTZxgQ==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5703,17 +5794,17 @@ packages: optional: true dependencies: '@vue/composition-api': 1.4.9 - '@vueuse/metadata': 8.0.1 - '@vueuse/shared': 8.0.1_@vue+composition-api@1.4.9 - vue-demi: 0.12.1_@vue+composition-api@1.4.9 + '@vueuse/metadata': 8.1.2 + '@vueuse/shared': 8.1.2_@vue+composition-api@1.4.9 + vue-demi: 0.12.4_@vue+composition-api@1.4.9 dev: true - /@vueuse/metadata/8.0.1: - resolution: {integrity: sha512-+Y2TSsgliQMzqcRMcuX28XHrxojrZYGiBKzW05/mkPmlYGlUSOauF9pvyyslH0V4HfzCsg3CDKJhCnBLWKqN0w==} + /@vueuse/metadata/8.1.2: + resolution: {integrity: sha512-LrPtdiYMleygnGmz8mEmYI9h4Eyo+/igxZWNrwuPnqvL9pIO+8eUpBgPLH5GowKv3Nu0LPZSXSIuaWVJBSU1Cg==} dev: true - /@vueuse/shared/8.0.1_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-PZf84+DHWUnIKNhvIxL335uWjjfIeEhYjRFilDqEWB/t4yHfNbZxDpT+4OgiLtgdCcGG1JKryNI7nkY9TyEu6w==} + /@vueuse/shared/8.1.2_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-4Hb9iPUhAz7ghO4hgvB2GV2FOy12qQGdhmQ+9HC6QN/J66DELhmxAvkZAtK5FBqZOSwzKszPqNqoyhRKQrrWGQ==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -5724,7 +5815,7 @@ packages: optional: true dependencies: '@vue/composition-api': 1.4.9 - vue-demi: 0.12.1_@vue+composition-api@1.4.9 + vue-demi: 0.12.4_@vue+composition-api@1.4.9 dev: true /@webassemblyjs/ast/1.9.0: @@ -5862,7 +5953,7 @@ packages: /@windicss/config/1.8.3: resolution: {integrity: sha512-1fvfZhRD7WfV/Xh6uIAYKIdbQWrwEgSdkFlHiLPzMDS44KjwNZILDzLAz9Y2W5H2K4MLGgGMnzGS89ECyjc0Ww==} dependencies: - debug: 4.3.3 + debug: 4.3.4 jiti: 1.13.0 windicss: 3.5.1 transitivePeerDependencies: @@ -5874,7 +5965,7 @@ packages: dependencies: '@antfu/utils': 0.5.0 '@windicss/config': 1.8.3 - debug: 4.3.3 + debug: 4.3.4 fast-glob: 3.2.11 magic-string: 0.25.9 micromatch: 4.0.4 @@ -5982,7 +6073,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -6334,26 +6425,26 @@ packages: js-tokens: 3.0.2 dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.17.5: + /babel-core/7.0.0-bridge.0_@babel+core@7.17.8: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 dev: true - /babel-jest/27.5.1_@babel+core@7.17.5: + /babel-jest/27.5.1_@babel+core@7.17.8: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__core': 7.1.18 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.17.5 + babel-preset-jest: 27.5.1_@babel+core@7.17.8 chalk: 4.1.2 graceful-fs: 4.2.9 slash: 3.0.0 @@ -6361,28 +6452,28 @@ packages: - supports-color dev: true - /babel-loader/8.2.3_@babel+core@7.17.5: + /babel-loader/8.2.3_@babel+core@7.17.8: resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 schema-utils: 2.7.1 dev: true - /babel-loader/8.2.3_a58183228c2c7b1a132de84b2b6f9adf: + /babel-loader/8.2.3_b72fb7e629d39881e138edb6dcd0dfbe: resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 find-cache-dir: 3.3.2 loader-utils: 1.4.0 make-dir: 3.1.0 @@ -6424,72 +6515,72 @@ packages: '@types/babel__traverse': 7.14.2 dev: true - /babel-plugin-polyfill-corejs2/0.2.3_@babel+core@7.17.5: + /babel-plugin-polyfill-corejs2/0.2.3_@babel+core@7.17.8: resolution: {integrity: sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.16.8 - '@babel/core': 7.17.5 - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.5 + '@babel/compat-data': 7.16.0 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.8 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.17.5: + /babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.17.8: resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.17.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.8 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.17.5: + /babel-plugin-polyfill-corejs3/0.3.0_@babel+core@7.17.8: resolution: {integrity: sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.8 core-js-compat: 3.20.3 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.5.1_@babel+core@7.17.5: + /babel-plugin-polyfill-corejs3/0.5.1_@babel+core@7.17.8: resolution: {integrity: sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.8 core-js-compat: 3.20.3 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.17.5: + /babel-plugin-polyfill-regenerator/0.2.3_@babel+core@7.17.8: resolution: {integrity: sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.2.4_@babel+core@7.17.8 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.17.5: + /babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.17.8: resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.8 transitivePeerDependencies: - supports-color @@ -6513,72 +6604,72 @@ packages: babel-types: 6.26.0 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.5: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.17.8: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.5 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.8 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.8 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.8 dev: true - /babel-preset-fbjs/3.4.0_@babel+core@7.17.5: + /babel-preset-fbjs/3.4.0_@babel+core@7.17.8: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.5 - '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.5 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-destructuring': 7.17.3_@babel+core@7.17.5 - '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.17.5 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.5 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.8 + '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.8 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.8 + '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-modules-commonjs': 7.17.7_@babel+core@7.17.8 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.8 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.8 babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color dev: true - /babel-preset-jest/27.5.1_@babel+core@7.17.5: + /babel-preset-jest/27.5.1_@babel+core@7.17.8: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.8 dev: true /babel-runtime/6.26.0: @@ -6812,12 +6903,12 @@ packages: resolution: {integrity: sha512-2+p27BTZ0T6fGAn57IZOoGRTDqIhaHVPHWTg5ZejMA/SKaQG1ChvfOnb9sxqRwLMUGtrUXbX0QQA7H1s6oQh0A==} engines: {node: '>=8.0.0'} dependencies: - '@mdn/browser-compat-data': 4.1.11 + '@mdn/browser-compat-data': 4.1.12 '@types/object-path': 0.11.1 '@types/semver': 7.3.9 '@types/ua-parser-js': 0.7.36 browserslist: 4.18.1 - caniuse-lite: 1.0.30001315 + caniuse-lite: 1.0.30001319 isbot: 3.3.4 object-path: 0.11.8 semver: 7.3.5 @@ -6840,8 +6931,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001315 - electron-to-chromium: 1.4.82 + caniuse-lite: 1.0.30001319 + electron-to-chromium: 1.4.88 escalade: 3.1.1 node-releases: 2.0.2 picocolors: 1.0.0 @@ -6869,6 +6960,17 @@ packages: node-releases: 2.0.2 picocolors: 1.0.0 + /browserslist/4.20.2: + resolution: {integrity: sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001319 + electron-to-chromium: 1.4.88 + escalade: 3.1.1 + node-releases: 2.0.2 + picocolors: 1.0.0 + /bs-logger/0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} engines: {node: '>= 6'} @@ -6924,13 +7026,13 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /bundle-require/3.0.4_esbuild@0.14.26: + /bundle-require/3.0.4_esbuild@0.14.27: resolution: {integrity: sha512-VXG6epB1yrLAvWVQpl92qF347/UXmncQj7J3U8kZEbdVZ1ZkQyr4hYeL/9RvcE8vVVdp53dY78Fd/3pqfRqI1A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.13' dependencies: - esbuild: 0.14.26 + esbuild: 0.14.27 load-tsconfig: 0.2.3 dev: true @@ -7132,7 +7234,7 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.19.1 + browserslist: 4.20.2 caniuse-lite: 1.0.30001274 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 @@ -7147,6 +7249,9 @@ packages: /caniuse-lite/1.0.30001315: resolution: {integrity: sha512-5v7LFQU4Sb/qvkz7JcZkvtSH1Ko+1x2kgo3ocdBeMGZSOFpuE1kkm0kpTwLtWeFrw5qw08ulLxJjVIXIS8MkiQ==} + /caniuse-lite/1.0.30001319: + resolution: {integrity: sha512-xjlIAFHucBRSMUo1kb5D4LYgcN1M45qdKP++lhqowDpwJwGkpIRTt5qQqnhxjj1vHcI7nrJxWhCC1ATrCEBTcw==} + /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: @@ -8266,8 +8371,19 @@ packages: supports-color: 8.1.1 dev: true - /debug/4.3.3_supports-color@9.2.1: - resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} + /debug/4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + + /debug/4.3.4_supports-color@9.2.1: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -8667,6 +8783,9 @@ packages: /electron-to-chromium/1.4.82: resolution: {integrity: sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==} + /electron-to-chromium/1.4.88: + resolution: {integrity: sha512-oA7mzccefkvTNi9u7DXmT0LqvhnOiN2BhSrKerta7HeUC1cLoIwtbf2wL+Ah2ozh5KQd3/1njrGrwDBXx6d14Q==} + /elegant-spinner/1.0.1: resolution: {integrity: sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=} engines: {node: '>=0.10.0'} @@ -8733,7 +8852,7 @@ packages: dependencies: base64-arraybuffer: 0.1.4 component-emitter: 1.3.0 - debug: 4.3.3 + debug: 4.3.4 engine.io-parser: 4.0.3 has-cors: 1.1.0 parseqs: 0.0.6 @@ -8751,7 +8870,7 @@ packages: resolution: {integrity: sha512-V05mmDo4gjimYW+FGujoGmmmxRaDsrVr7AXA3ZIfa04MWM1jOfZfUwou0oNqhNwy/votUDvGDt4JA4QF4e0b4g==} dependencies: '@socket.io/component-emitter': 3.0.0 - debug: 4.3.3 + debug: 4.3.4 engine.io-parser: 5.0.3 has-cors: 1.1.0 parseqs: 0.0.6 @@ -8869,8 +8988,8 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-64/0.14.26: - resolution: {integrity: sha512-HIyJ3VvigHfseaI0D+vsD8zKQ4roDUD962/vtO/KXzav6wR//Y//Qx1HUX8k5bQeQ7/0yCXlltY9VBw1MFnWFQ==} + /esbuild-android-64/0.14.27: + resolution: {integrity: sha512-LuEd4uPuj/16Y8j6kqy3Z2E9vNY9logfq8Tq+oTE2PZVuNs3M1kj5Qd4O95ee66yDGb3isaOCV7sOLDwtMfGaQ==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -8878,8 +8997,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.26: - resolution: {integrity: sha512-TxRCLxyU5yj3U8Bud9fCg3IxzIXXKaWcmDbvURm8JkRr0WvCAmwZBdLi5T8BasT1v5vrVE//M0KSHZod6HC6lA==} + /esbuild-android-arm64/0.14.27: + resolution: {integrity: sha512-E8Ktwwa6vX8q7QeJmg8yepBYXaee50OdQS3BFtEHKrzbV45H4foMOeEE7uqdjGQZFBap5VAqo7pvjlyA92wznQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -8887,8 +9006,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.26: - resolution: {integrity: sha512-oZJBN+CkR47Fc7KB1vowZy2kb5r+WSnsBjVEw7aI8HmR6louAgTr4bs1NwzaF6MbLi41ajaw6RdipfsM1H9PvQ==} + /esbuild-darwin-64/0.14.27: + resolution: {integrity: sha512-czw/kXl/1ZdenPWfw9jDc5iuIYxqUxgQ/Q+hRd4/3udyGGVI31r29LCViN2bAJgGvQkqyLGVcG03PJPEXQ5i2g==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -8896,8 +9015,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.26: - resolution: {integrity: sha512-eYW+cmP3BGVPDp+wd9bRI5CN5HjkZnrMQtj46Mj//UsSh4SRvflAp3pjs3ooA+MCpIa9xZ8091HqLqpYi7KFWA==} + /esbuild-darwin-arm64/0.14.27: + resolution: {integrity: sha512-BEsv2U2U4o672oV8+xpXNxN9bgqRCtddQC6WBh4YhXKDcSZcdNh7+6nS+DM2vu7qWIWNA4JbRG24LUUYXysimQ==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -8905,8 +9024,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.26: - resolution: {integrity: sha512-Q+Hs27fSBkNfUHNhphSyWfF5lxl3o9S6LFlzkC5KofxLCnCESP+7YTzAWTosYGANsPT2mvYFOraFeYEokG+5DA==} + /esbuild-freebsd-64/0.14.27: + resolution: {integrity: sha512-7FeiFPGBo+ga+kOkDxtPmdPZdayrSzsV9pmfHxcyLKxu+3oTcajeZlOO1y9HW+t5aFZPiv7czOHM4KNd0tNwCA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -8914,8 +9033,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.26: - resolution: {integrity: sha512-MT+FuC/63oz6j/jvWOMCNqnHBYm/bNhGPArUgQX8GRhofFCeqe0NRmJbhtlHZaEeErIIjHPZQ/nXs34mfiqo/Q==} + /esbuild-freebsd-arm64/0.14.27: + resolution: {integrity: sha512-8CK3++foRZJluOWXpllG5zwAVlxtv36NpHfsbWS7TYlD8S+QruXltKlXToc/5ZNzBK++l6rvRKELu/puCLc7jA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -8923,8 +9042,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.26: - resolution: {integrity: sha512-9gqSfJ8qMDvz7wXZoinNoe9/ekPpbT+/ZgVfZEeB72ETITVPHvMbG8i0E12wG366G01vMXtlxbD9IYJsMVhe6w==} + /esbuild-linux-32/0.14.27: + resolution: {integrity: sha512-qhNYIcT+EsYSBClZ5QhLzFzV5iVsP1YsITqblSaztr3+ZJUI+GoK8aXHyzKd7/CKKuK93cxEMJPpfi1dfsOfdw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -8932,8 +9051,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.26: - resolution: {integrity: sha512-aPku1lCxxXmBr5LkENSlGIbY33jjQExDzaSrNV+dDA5bHXhFnpI9UkSe+vQzrSkxgO66vNjSTNDcxg3pOXBaBw==} + /esbuild-linux-64/0.14.27: + resolution: {integrity: sha512-ESjck9+EsHoTaKWlFKJpPZRN26uiav5gkI16RuI8WBxUdLrrAlYuYSndxxKgEn1csd968BX/8yQZATYf/9+/qg==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -8941,8 +9060,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.26: - resolution: {integrity: sha512-m7ozLQozfgBmh9l3HWxDEVYEEG8GuTqzRoFuf9iX0xAlbtqmhhlm7M4zNMa2eyPEG+ejgHndAuvuB1hcOWvdJw==} + /esbuild-linux-arm/0.14.27: + resolution: {integrity: sha512-JnnmgUBdqLQO9hoNZQqNHFWlNpSX82vzB3rYuCJMhtkuaWQEmQz6Lec1UIxJdC38ifEghNTBsF9bbe8dFilnCw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -8950,8 +9069,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.26: - resolution: {integrity: sha512-S0boyzv5Yx+IN1A8253nEPzHqn/W/y+CRcLYFZ1E5DscqkY7EvBao6rhff3ZxaHU9Zrkn0pLVqlJdMx3rm6D4Q==} + /esbuild-linux-arm64/0.14.27: + resolution: {integrity: sha512-no6Mi17eV2tHlJnqBHRLekpZ2/VYx+NfGxKcBE/2xOMYwctsanCaXxw4zapvNrGE9X38vefVXLz6YCF8b1EHiQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -8959,8 +9078,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.26: - resolution: {integrity: sha512-TyMRc2ctQV1g9ruHg1Y793e18uDigKKsgzcZPzfxZi2z+hGK1uaSdaejGdULEJBJVMXt3/NC1T1yq0vCTiYYgg==} + /esbuild-linux-mips64le/0.14.27: + resolution: {integrity: sha512-NolWP2uOvIJpbwpsDbwfeExZOY1bZNlWE/kVfkzLMsSgqeVcl5YMen/cedRe9mKnpfLli+i0uSp7N+fkKNU27A==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -8968,8 +9087,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.26: - resolution: {integrity: sha512-aOJPP80m2gV8CyDqEMGbwZaGKuR45tZU1qYZ0+Cy8lWV4CWmd9iBWhCLP3eI9d7163m6t+0YO/6N3iLSVlNnpA==} + /esbuild-linux-ppc64le/0.14.27: + resolution: {integrity: sha512-/7dTjDvXMdRKmsSxKXeWyonuGgblnYDn0MI1xDC7J1VQXny8k1qgNp6VmrlsawwnsymSUUiThhkJsI+rx0taNA==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -8977,8 +9096,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.26: - resolution: {integrity: sha512-2E5xK7SNZFXhFzRbZGtUqg3MbHnrx5XzqHaGLOLdHBqOSWIAdJKB3w6WtjpLkZvPuWrKeh51XnRpk1jm0TsUjQ==} + /esbuild-linux-riscv64/0.14.27: + resolution: {integrity: sha512-D+aFiUzOJG13RhrSmZgrcFaF4UUHpqj7XSKrIiCXIj1dkIkFqdrmqMSOtSs78dOtObWiOrFCDDzB24UyeEiNGg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -8986,8 +9105,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.26: - resolution: {integrity: sha512-kfSuFea857mTYMp/RAFmMp9TBjf1T8F/dTRqLn2p+g8Ok30Cp1+mI2+YCmxz5Uw2JOfxyvpND0Ek1PGPMo1UsQ==} + /esbuild-linux-s390x/0.14.27: + resolution: {integrity: sha512-CD/D4tj0U4UQjELkdNlZhQ8nDHU5rBn6NGp47Hiz0Y7/akAY5i0oGadhEIg0WCY/HYVXFb3CsSPPwaKcTOW3bg==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -8995,8 +9114,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.26: - resolution: {integrity: sha512-tWhLwfOOqdZRwvaSYIWuic9Cj+WRRCLHe//Bmlf0ThBur9/EssRTtVh6/rC2Okp7Eb4QcerA/1wjWLYLECYD7g==} + /esbuild-netbsd-64/0.14.27: + resolution: {integrity: sha512-h3mAld69SrO1VoaMpYl3a5FNdGRE/Nqc+E8VtHOag4tyBwhCQXxtvDDOAKOUQexBGca0IuR6UayQ4ntSX5ij1Q==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9004,8 +9123,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.26: - resolution: {integrity: sha512-Xj7IWpsPn/hgKNzwjLpnf6wMtV0lfw5bzn7N9vmiCKx9TBA28L2hI8G15O0s9atLKny4HpmCGwZWmReNF1Ui6g==} + /esbuild-openbsd-64/0.14.27: + resolution: {integrity: sha512-xwSje6qIZaDHXWoPpIgvL+7fC6WeubHHv18tusLYMwL+Z6bEa4Pbfs5IWDtQdHkArtfxEkIZz77944z8MgDxGw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9013,8 +9132,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.26: - resolution: {integrity: sha512-5odPsuhghCUYc3c1gEtz6pGq9cuGRDq1+iNdLBjZcz6IUebd0ay/AVORWchs5WddzyJA9hguxrKsPjECxX6OzQ==} + /esbuild-sunos-64/0.14.27: + resolution: {integrity: sha512-/nBVpWIDjYiyMhuqIqbXXsxBc58cBVH9uztAOIfWShStxq9BNBik92oPQPJ57nzWXRNKQUEFWr4Q98utDWz7jg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9022,8 +9141,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.26: - resolution: {integrity: sha512-xSVyGV6xGQlAC/K+oBXC9YiGGqoKqQGXVEFQKlDGXD6rxHGK5Fch0ynuvkjaYWW/p8OWqxGVYcof5BvGjY49RA==} + /esbuild-windows-32/0.14.27: + resolution: {integrity: sha512-Q9/zEjhZJ4trtWhFWIZvS/7RUzzi8rvkoaS9oiizkHTTKd8UxFwn/Mm2OywsAfYymgUYm8+y2b+BKTNEFxUekw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9031,8 +9150,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.26: - resolution: {integrity: sha512-Q0Bm42+wIqHJ8yF96T7nXosILXROegRtMmuI1L0kry0YBHnCFMtjNRTyUwv8yi7o2XvVYh7DF0NHLDL4N34MuA==} + /esbuild-windows-64/0.14.27: + resolution: {integrity: sha512-b3y3vTSl5aEhWHK66ngtiS/c6byLf6y/ZBvODH1YkBM+MGtVL6jN38FdHUsZasCz9gFwYs/lJMVY9u7GL6wfYg==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9040,8 +9159,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.26: - resolution: {integrity: sha512-+l0DB0VV4LiSoDfNsGviK/2M88IR+/fOUfQoQx08RPu7OZ7gv9BqhRLZCSCT4qHT351OTH1nPv7avRXX6JRQcg==} + /esbuild-windows-arm64/0.14.27: + resolution: {integrity: sha512-I/reTxr6TFMcR5qbIkwRGvldMIaiBu2+MP0LlD7sOlNXrfqIl9uNjsuxFPGEG4IRomjfQ5q8WT+xlF/ySVkqKg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9055,32 +9174,32 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.26: - resolution: {integrity: sha512-v0zIYlFB9NZ82/hFljhvpA7f8rob66r68ymB7juMz6TYAAMYjKGoW+hrMfRRvic5MAOI2wE/SuykFvsELLa6eA==} + /esbuild/0.14.27: + resolution: {integrity: sha512-MZQt5SywZS3hA9fXnMhR22dv0oPGh6QtjJRIYbgL1AeqAoQZE+Qn5ppGYQAoHv/vq827flj4tIJ79Mrdiwk46Q==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.26 - esbuild-android-arm64: 0.14.26 - esbuild-darwin-64: 0.14.26 - esbuild-darwin-arm64: 0.14.26 - esbuild-freebsd-64: 0.14.26 - esbuild-freebsd-arm64: 0.14.26 - esbuild-linux-32: 0.14.26 - esbuild-linux-64: 0.14.26 - esbuild-linux-arm: 0.14.26 - esbuild-linux-arm64: 0.14.26 - esbuild-linux-mips64le: 0.14.26 - esbuild-linux-ppc64le: 0.14.26 - esbuild-linux-riscv64: 0.14.26 - esbuild-linux-s390x: 0.14.26 - esbuild-netbsd-64: 0.14.26 - esbuild-openbsd-64: 0.14.26 - esbuild-sunos-64: 0.14.26 - esbuild-windows-32: 0.14.26 - esbuild-windows-64: 0.14.26 - esbuild-windows-arm64: 0.14.26 + esbuild-android-64: 0.14.27 + esbuild-android-arm64: 0.14.27 + esbuild-darwin-64: 0.14.27 + esbuild-darwin-arm64: 0.14.27 + esbuild-freebsd-64: 0.14.27 + esbuild-freebsd-arm64: 0.14.27 + esbuild-linux-32: 0.14.27 + esbuild-linux-64: 0.14.27 + esbuild-linux-arm: 0.14.27 + esbuild-linux-arm64: 0.14.27 + esbuild-linux-mips64le: 0.14.27 + esbuild-linux-ppc64le: 0.14.27 + esbuild-linux-riscv64: 0.14.27 + esbuild-linux-s390x: 0.14.27 + esbuild-netbsd-64: 0.14.27 + esbuild-openbsd-64: 0.14.27 + esbuild-sunos-64: 0.14.27 + esbuild-windows-32: 0.14.27 + esbuild-windows-64: 0.14.27 + esbuild-windows-arm64: 0.14.27 dev: true /escalade/3.1.1: @@ -9258,7 +9377,7 @@ packages: - supports-color dev: true - /eslint-plugin-prettier/4.0.0_c9d5adccfd1d43a8805a302169f6a967: + /eslint-plugin-prettier/4.0.0_68edcf5670f37721baf5d2cac6124e4d: resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -9271,7 +9390,7 @@ packages: dependencies: eslint: 8.11.0 eslint-config-prettier: 8.5.0_eslint@8.11.0 - prettier: 2.5.1 + prettier: 2.6.0 prettier-linter-helpers: 1.0.0 dev: true @@ -9864,35 +9983,35 @@ packages: path-exists: 4.0.0 dev: true - /firebase/9.6.8: - resolution: {integrity: sha512-a/RcgiqK9L5d/ZKpHZ21c3x/KKIo2XwXp2droukbBTuaX0Md8ppHQWYlSqLmWIDR0y2zwN17lrfNVsE6f+4ncA==} + /firebase/9.6.9: + resolution: {integrity: sha512-S9OmI+vMLNE8dr8ISyAdF88t8JxSMvbSULFq2Eox0q4P3MUN5N0/68NDIhibXTp6hdLI6/hs7b50SAplTCx9NA==} dependencies: - '@firebase/analytics': 0.7.5_@firebase+app@0.7.18 - '@firebase/analytics-compat': 0.1.6_a860b93d2b8cf3658880986540f705c6 - '@firebase/app': 0.7.18 - '@firebase/app-check': 0.5.3_@firebase+app@0.7.18 - '@firebase/app-check-compat': 0.2.3_a860b93d2b8cf3658880986540f705c6 - '@firebase/app-compat': 0.1.19 + '@firebase/analytics': 0.7.6_@firebase+app@0.7.19 + '@firebase/analytics-compat': 0.1.7_c8a60333997e76cbef3dda80e0a2394a + '@firebase/app': 0.7.19 + '@firebase/app-check': 0.5.4_@firebase+app@0.7.19 + '@firebase/app-check-compat': 0.2.4_c8a60333997e76cbef3dda80e0a2394a + '@firebase/app-compat': 0.1.20 '@firebase/app-types': 0.7.0 - '@firebase/auth': 0.19.9_@firebase+app@0.7.18 - '@firebase/auth-compat': 0.2.9_4291d9bcac64867f22dc3ecc5e1d31da - '@firebase/database': 0.12.5_@firebase+app-types@0.7.0 - '@firebase/database-compat': 0.1.5_c2bd62812a1e883fd3651fcace953b90 - '@firebase/firestore': 3.4.5_@firebase+app@0.7.18 - '@firebase/firestore-compat': 0.1.14_4291d9bcac64867f22dc3ecc5e1d31da - '@firebase/functions': 0.7.8_b33c67cd9183e0c7a6f8f4b4a7b9c960 - '@firebase/functions-compat': 0.1.9_4291d9bcac64867f22dc3ecc5e1d31da - '@firebase/installations': 0.5.5_@firebase+app@0.7.18 - '@firebase/messaging': 0.9.9_@firebase+app@0.7.18 - '@firebase/messaging-compat': 0.1.9_a860b93d2b8cf3658880986540f705c6 - '@firebase/performance': 0.5.5_@firebase+app@0.7.18 - '@firebase/performance-compat': 0.1.5_a860b93d2b8cf3658880986540f705c6 + '@firebase/auth': 0.19.10_@firebase+app@0.7.19 + '@firebase/auth-compat': 0.2.10_cdfe7719f379a3fdf450aeb4d04c93da + '@firebase/database': 0.12.6_@firebase+app-types@0.7.0 + '@firebase/database-compat': 0.1.6_2668787785cafa51f0d66ef4e88354f7 + '@firebase/firestore': 3.4.6_@firebase+app@0.7.19 + '@firebase/firestore-compat': 0.1.15_cdfe7719f379a3fdf450aeb4d04c93da + '@firebase/functions': 0.7.9_5c860adfc5c562292497b8beda4959cd + '@firebase/functions-compat': 0.1.10_cdfe7719f379a3fdf450aeb4d04c93da + '@firebase/installations': 0.5.6_@firebase+app@0.7.19 + '@firebase/messaging': 0.9.10_@firebase+app@0.7.19 + '@firebase/messaging-compat': 0.1.10_c8a60333997e76cbef3dda80e0a2394a + '@firebase/performance': 0.5.6_@firebase+app@0.7.19 + '@firebase/performance-compat': 0.1.6_c8a60333997e76cbef3dda80e0a2394a '@firebase/polyfill': 0.3.36 - '@firebase/remote-config': 0.3.4_@firebase+app@0.7.18 - '@firebase/remote-config-compat': 0.1.5_a860b93d2b8cf3658880986540f705c6 - '@firebase/storage': 0.9.2_@firebase+app@0.7.18 - '@firebase/storage-compat': 0.1.10_4291d9bcac64867f22dc3ecc5e1d31da - '@firebase/util': 1.4.3 + '@firebase/remote-config': 0.3.5_@firebase+app@0.7.19 + '@firebase/remote-config-compat': 0.1.6_c8a60333997e76cbef3dda80e0a2394a + '@firebase/storage': 0.9.3_@firebase+app@0.7.19 + '@firebase/storage-compat': 0.1.11_cdfe7719f379a3fdf450aeb4d04c93da + '@firebase/util': 1.5.0 transitivePeerDependencies: - bufferutil - encoding @@ -10008,8 +10127,8 @@ packages: web-streams-polyfill: 4.0.0-beta.1 dev: true - /fp-ts/2.11.8: - resolution: {integrity: sha512-WQT6rP6Jt3TxMdQB3IKzvfZKLuldumntgumLhIUhvPrukTHdWNI4JgEHY04Bd0LIOR9IQRpB+7RuxgUU0Vhmcg==} + /fp-ts/2.11.9: + resolution: {integrity: sha512-GhYlNKkCOfdjp71ocdtyaQGoqCswEoWDJLRr+2jClnBBq2dnSOtd6QxmJdALq8UhfqCyZZ0f0lxadU4OhwY9nw==} dev: false /fragment-cache/0.2.1: @@ -10912,8 +11031,8 @@ packages: statuses: 1.5.0 toidentifier: 1.0.0 - /http-parser-js/0.5.5: - resolution: {integrity: sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==} + /http-parser-js/0.5.6: + resolution: {integrity: sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA==} dev: false /http-proxy-agent/4.0.1: @@ -10922,7 +11041,7 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -10988,7 +11107,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -11044,10 +11163,6 @@ packages: postcss: 7.0.39 dev: false - /idb/3.0.2: - resolution: {integrity: sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw==} - dev: false - /ieee754/1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -11210,15 +11325,14 @@ packages: through: 2.3.8 dev: true - /insomnia-importers/2.5.2_openapi-types@10.0.0: - resolution: {integrity: sha512-LMgjHPus+VsyggNx9lPzgo+L0wk26uxEiZz4ZZInH79MjrfTt3Hc1Kymk6Cuo8KuNVLpe3pQgIysPfqojM/BRA==} + /insomnia-importers/2.7.0_openapi-types@10.0.0: + resolution: {integrity: sha512-x91ZTEOS76+gkfoVpeniCmXA5uH8S+00S3Bzg4i96rSVFWF7FtlhYQtj5R3BppzFh0OIwF5vSUwtOWqMUbJ33Q==} hasBin: true dependencies: '@apidevtools/swagger-parser': 10.0.2_openapi-types@10.0.0 apiconnect-wsdl: 1.8.31 change-case: 4.1.2 commander: 7.2.0 - lodash: 4.17.21 ramda: 0.27.2 ramda-adjunct: 2.36.0_ramda@0.27.2 shell-quote: 1.7.3 @@ -11241,12 +11355,12 @@ packages: loose-envify: 1.4.0 dev: true - /io-ts/2.2.16_fp-ts@2.11.8: + /io-ts/2.2.16_fp-ts@2.11.9: resolution: {integrity: sha512-y5TTSa6VP6le0hhmIyN0dqEXkrZeJLeC5KApJq6VLci3UEKF80lZ+KuoUs02RhBxNWlrqSNxzfI7otLX1Euv8Q==} peerDependencies: fp-ts: ^2.5.0 dependencies: - fp-ts: 2.11.8 + fp-ts: 2.11.9 /ip/1.1.5: resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} @@ -11698,7 +11812,7 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/parser': 7.17.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -11720,7 +11834,7 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} dependencies: - debug: 4.3.3 + debug: 4.3.4 istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: @@ -11813,10 +11927,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.17.5 + babel-jest: 27.5.1_@babel+core@7.17.8 chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 @@ -12117,16 +12231,16 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/generator': 7.17.3 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.5 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.8 '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.4.4 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.5 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.17.8 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.9 @@ -12586,21 +12700,22 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /lint-staged/12.3.5: - resolution: {integrity: sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==} + /lint-staged/12.3.7: + resolution: {integrity: sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: cli-truncate: 3.1.0 colorette: 2.0.16 commander: 8.3.0 - debug: 4.3.3_supports-color@9.2.1 + debug: 4.3.4_supports-color@9.2.1 execa: 5.1.1 lilconfig: 2.0.4 listr2: 4.0.5 micromatch: 4.0.4 normalize-path: 3.0.0 object-inspect: 1.12.0 + pidtree: 0.5.0 string-argv: 0.3.1 supports-color: 9.2.1 yaml: 1.10.2 @@ -14228,13 +14343,13 @@ packages: resolution: {integrity: sha512-jeAGzMDbfSHHA091hr0r31eYfTig+29g3GKKE/PPbEQ65X0lmMwlEoqmhzu0iztID5uJpZsFlUPDP8ThPL7M8w==} dev: false - /parser-ts/0.6.16_fp-ts@2.11.8: + /parser-ts/0.6.16_fp-ts@2.11.9: resolution: {integrity: sha512-BC5HBg1UfaGKi/PKwUZKmFwQq56qVsMel1Gx0Lu2JeHf/J+XCqV9fahCil0GOMC+sH2ON3N6jdyIoI6RzCyQqw==} peerDependencies: fp-ts: ^2.0.0 dependencies: '@babel/code-frame': 7.16.7 - fp-ts: 2.11.8 + fp-ts: 2.11.9 dev: false /parseuri/0.0.6: @@ -14358,6 +14473,12 @@ packages: hasBin: true dev: true + /pidtree/0.5.0: + resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==} + engines: {node: '>=0.10'} + hasBin: true + dev: false + /pify/2.3.0: resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} engines: {node: '>=0.10.0'} @@ -14498,7 +14619,7 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.19.1 + browserslist: 4.20.2 color: 3.2.1 has: 1.0.3 postcss: 7.0.39 @@ -14725,7 +14846,7 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.19.1 + browserslist: 4.20.2 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.39 @@ -14756,7 +14877,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.19.1 + browserslist: 4.20.2 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.39 postcss-value-parser: 3.3.1 @@ -14870,7 +14991,7 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.19.1 + browserslist: 4.20.2 postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: false @@ -14984,7 +15105,7 @@ packages: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.19.1 + browserslist: 4.20.2 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.39 @@ -15010,6 +15131,15 @@ packages: resolution: {integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=} dev: true + /postcss-safe-parser/6.0.0_postcss@8.4.12: + resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.3.3 + dependencies: + postcss: 8.4.12 + dev: true + /postcss-safe-parser/6.0.0_postcss@8.4.6: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} @@ -15127,6 +15257,15 @@ packages: picocolors: 0.2.1 source-map: 0.6.1 + /postcss/8.4.12: + resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.1 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /postcss/8.4.6: resolution: {integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==} engines: {node: ^10 || ^12 || >=14} @@ -15222,8 +15361,8 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.5.1: - resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==} + /prettier/2.6.0: + resolution: {integrity: sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==} engines: {node: '>=10.13.0'} hasBin: true @@ -15672,13 +15811,13 @@ packages: peerDependencies: graphql: ^15.0.0 dependencies: - '@babel/core': 7.17.5 - '@babel/generator': 7.17.3 - '@babel/parser': 7.17.3 - '@babel/runtime': 7.17.2 + '@babel/core': 7.17.8 + '@babel/generator': 7.17.7 + '@babel/parser': 7.17.8 + '@babel/runtime': 7.17.8 '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 - babel-preset-fbjs: 3.4.0_@babel+core@7.17.5 + babel-preset-fbjs: 3.4.0_@babel+core@7.17.8 chalk: 4.1.2 fb-watchman: 2.0.1 fbjs: 3.0.4 @@ -15698,7 +15837,7 @@ packages: /relay-runtime/12.0.0: resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==} dependencies: - '@babel/runtime': 7.17.2 + '@babel/runtime': 7.17.8 fbjs: 3.0.4 invariant: 2.2.4 transitivePeerDependencies: @@ -15929,7 +16068,7 @@ packages: dependencies: '@rollup/pluginutils': 4.2.0 '@wessberg/stringutil': 1.0.19 - browserslist: 4.20.0 + browserslist: 4.20.2 browserslist-generator: 1.0.65 chalk: 4.1.2 compatfactory: 0.0.12_typescript@4.6.2 @@ -16449,7 +16588,7 @@ packages: '@types/component-emitter': 1.2.11 backo2: 1.0.2 component-emitter: 1.3.0 - debug: 4.3.3 + debug: 4.3.4 engine.io-client: 4.1.4 parseuri: 0.0.6 socket.io-parser: 4.0.4 @@ -16465,7 +16604,7 @@ packages: dependencies: '@socket.io/component-emitter': 3.0.0 backo2: 1.0.2 - debug: 4.3.3 + debug: 4.3.4 engine.io-client: 6.1.1 parseuri: 0.0.6 socket.io-parser: 4.1.2 @@ -16489,7 +16628,7 @@ packages: dependencies: '@types/component-emitter': 1.2.11 component-emitter: 1.3.0 - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false @@ -16499,7 +16638,7 @@ packages: engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.0.0 - debug: 4.3.3 + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: false @@ -16911,12 +17050,12 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.19.1 + browserslist: 4.20.2 postcss: 7.0.39 postcss-selector-parser: 3.1.2 dev: false - /stylelint-config-html/1.0.0_5a0e8a91b05709dd3bc8bbe41065947c: + /stylelint-config-html/1.0.0_f552817e5b8b1b7dca381d844218922e: resolution: {integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ==} engines: {node: ^12 || >=14} peerDependencies: @@ -16924,33 +17063,33 @@ packages: stylelint: '>=14.0.0' dependencies: postcss-html: 1.3.0 - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-prettier/9.0.3_stylelint@14.5.3: + /stylelint-config-prettier/9.0.3_stylelint@14.6.0: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-recommended-scss/5.0.2_stylelint@14.5.3: + /stylelint-config-recommended-scss/5.0.2_stylelint@14.6.0: resolution: {integrity: sha512-b14BSZjcwW0hqbzm9b0S/ScN2+3CO3O4vcMNOw2KGf8lfVSwJ4p5TbNEXKwKl1+0FMtgRXZj6DqVUe/7nGnuBg==} peerDependencies: stylelint: ^14.0.0 dependencies: postcss-scss: 4.0.2 - stylelint: 14.5.3 - stylelint-config-recommended: 6.0.0_stylelint@14.5.3 - stylelint-scss: 4.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-recommended: 6.0.0_stylelint@14.6.0 + stylelint-scss: 4.0.0_stylelint@14.6.0 transitivePeerDependencies: - postcss dev: true - /stylelint-config-recommended-vue/1.3.0_5a0e8a91b05709dd3bc8bbe41065947c: + /stylelint-config-recommended-vue/1.3.0_f552817e5b8b1b7dca381d844218922e: resolution: {integrity: sha512-UEY/MZlBO2yiQdZoJm33trtqJ1MEDzBADhIAM0pTvfYbyXe5KwdbTtmALHETG1cXfDxuuUbJTvL9uENMy2Rjug==} engines: {node: ^12 || >=14} peerDependencies: @@ -16959,58 +17098,58 @@ packages: dependencies: postcss-html: 1.3.0 semver: 7.3.5 - stylelint: 14.5.3 - stylelint-config-html: 1.0.0_5a0e8a91b05709dd3bc8bbe41065947c - stylelint-config-recommended: 7.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-html: 1.0.0_f552817e5b8b1b7dca381d844218922e + stylelint-config-recommended: 7.0.0_stylelint@14.6.0 dev: true - /stylelint-config-recommended/6.0.0_stylelint@14.5.3: + /stylelint-config-recommended/6.0.0_stylelint@14.6.0: resolution: {integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.5.3: + /stylelint-config-recommended/7.0.0_stylelint@14.6.0: resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-config-standard-scss/3.0.0_stylelint@14.5.3: + /stylelint-config-standard-scss/3.0.0_stylelint@14.6.0: resolution: {integrity: sha512-zt3ZbzIbllN1iCmc94e4pDxqpkzeR6CJo5DDXzltshuXr+82B8ylHyMMARNnUYrZH80B7wgY7UkKTYCFM0UUyw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.3 - stylelint-config-recommended-scss: 5.0.2_stylelint@14.5.3 - stylelint-config-standard: 24.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-recommended-scss: 5.0.2_stylelint@14.6.0 + stylelint-config-standard: 24.0.0_stylelint@14.6.0 transitivePeerDependencies: - postcss dev: true - /stylelint-config-standard/24.0.0_stylelint@14.5.3: + /stylelint-config-standard/24.0.0_stylelint@14.6.0: resolution: {integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==} peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.5.3 - stylelint-config-recommended: 6.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-recommended: 6.0.0_stylelint@14.6.0 dev: true - /stylelint-config-standard/25.0.0_stylelint@14.5.3: + /stylelint-config-standard/25.0.0_stylelint@14.6.0: resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: - stylelint: 14.5.3 - stylelint-config-recommended: 7.0.0_stylelint@14.5.3 + stylelint: 14.6.0 + stylelint-config-recommended: 7.0.0_stylelint@14.6.0 dev: true - /stylelint-scss/4.0.0_stylelint@14.5.3: + /stylelint-scss/4.0.0_stylelint@14.6.0: resolution: {integrity: sha512-lIRhPqtI6I065EJ6aI4mWKsmQt8Krnu6aF9XSL9s8Nd2f/cDKImST0T9TfjnUul3ReKYWozkG9dlpNTZH2FB9w==} peerDependencies: stylelint: ^14.0.0 @@ -17020,10 +17159,10 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint-webpack-plugin/2.3.1_stylelint@14.5.3: + /stylelint-webpack-plugin/2.3.1_stylelint@14.6.0: resolution: {integrity: sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17037,11 +17176,11 @@ packages: micromatch: 4.0.4 normalize-path: 3.0.0 schema-utils: 3.1.1 - stylelint: 14.5.3 + stylelint: 14.6.0 dev: true - /stylelint/14.5.3: - resolution: {integrity: sha512-omHETL+kGHR+fCXFK1SkZD/A+emCP9esggAdWEl8GPjTNeyRYj+H6uetRDcU+7E451zwWiUYGVAX+lApsAZgsQ==} + /stylelint/14.6.0: + resolution: {integrity: sha512-Xk2sqXYPi9nXgq70nBiZkbQm/QOOKd83NBTaBE1fXEWAEeRlgHnKC/E7kJFlT6K0SaNDOK5yIvR7GFPGsNLuOg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -17049,7 +17188,7 @@ packages: colord: 2.9.2 cosmiconfig: 7.0.1 css-functions-list: 3.0.1 - debug: 4.3.3 + debug: 4.3.4 execall: 2.0.0 fast-glob: 3.2.11 fastest-levenshtein: 1.0.12 @@ -17070,10 +17209,10 @@ packages: normalize-path: 3.0.0 normalize-selector: 0.2.0 picocolors: 1.0.0 - postcss: 8.4.6 + postcss: 8.4.12 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.6 + postcss-safe-parser: 6.0.0_postcss@8.4.12 postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -17653,7 +17792,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.3_aa50078b884a9c25e27d8375d8c551fd: + /ts-jest/27.1.3_f7ed6b971a5360a14708ed7d94494e96: resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -17674,8 +17813,8 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.17.5 - babel-jest: 27.5.1_@babel+core@7.17.5 + '@babel/core': 7.17.8 + babel-jest: 27.5.1_@babel+core@7.17.8 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 jest: 27.5.1 @@ -17798,11 +17937,11 @@ packages: typescript: optional: true dependencies: - bundle-require: 3.0.4_esbuild@0.14.26 + bundle-require: 3.0.4_esbuild@0.14.27 cac: 6.7.12 chokidar: 3.5.3 - debug: 4.3.3 - esbuild: 0.14.26 + debug: 4.3.4 + esbuild: 0.14.27 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 @@ -18055,7 +18194,7 @@ packages: optional: true dependencies: '@antfu/utils': 0.4.0 - '@babel/core': 7.17.5 + '@babel/core': 7.17.8 '@babel/generator': 7.17.3 '@babel/parser': 7.17.3 '@babel/traverse': 7.17.3 @@ -18326,7 +18465,7 @@ packages: vite: ^2.0.1 dependencies: '@windicss/plugin-utils': 1.8.3 - debug: 4.3.3 + debug: 4.3.4 kolorist: 1.5.1 windicss: 3.5.1 transitivePeerDependencies: @@ -18350,8 +18489,8 @@ packages: resolution: {integrity: sha512-vKl1skEKn8EK9f8P2ZzhRnuaRHLHrlt1sbRmazlvsx6EiC3A8oWF8YCBrMJzoN+W3OnElwIGbVjsx6/xelY1AA==} dev: false - /vue-demi/0.12.1_@vue+composition-api@1.4.9: - resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} + /vue-demi/0.12.4_@vue+composition-api@1.4.9: + resolution: {integrity: sha512-ztPDkFt0TSUdoq1ZI6oD730vgztBkiByhUW7L1cOTebiSBqSYfSQgnhYakYigBkyAybqCTH7h44yZuDJf2xILQ==} engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -18408,7 +18547,7 @@ packages: vue: ^2.x vue-template-compiler: ^2.x dependencies: - babel-core: 7.0.0-bridge.0_@babel+core@7.17.5 + babel-core: 7.0.0-bridge.0_@babel+core@7.17.8 babel-plugin-transform-es2015-modules-commonjs: 6.26.2 chalk: 2.4.2 deasync: 0.1.23 @@ -18499,16 +18638,16 @@ packages: resolution: {integrity: sha512-VPQDdWL74/IyIaXzlRPzf1M0GdnrKHjhRoOiAQsEO6iV+8Tyz/02nPQfxaGrQOP5+V/zu7YeFyu0zvPOv6bfxQ==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.17.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.5 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.5 + '@babel/core': 7.17.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-object-rest-spread': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-destructuring': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.8 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.8 '@babel/types': 7.17.0 deepmerge: 4.2.2 transitivePeerDependencies: @@ -18746,7 +18885,7 @@ packages: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: - http-parser-js: 0.5.5 + http-parser-js: 0.5.6 safe-buffer: 5.2.1 websocket-extensions: 0.1.4 dev: false @@ -18848,7 +18987,7 @@ packages: resolution: {integrity: sha512-wMC0+/buGBMqbS6d2jCUGh51J2qSAwIBrwOCmd44GqXTIJs+uNzptYlwijj+V7ykgGn6nmR0fyxH72Ramw2LZA==} dependencies: '@windicss/plugin-utils': 1.8.3 - debug: 4.3.3 + debug: 4.3.4 loader-utils: 2.0.2 lodash: 4.17.21 pathe: 0.2.0 @@ -19098,11 +19237,11 @@ packages: /yargs-parser/20.2.4: resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} engines: {node: '>=10'} - dev: true /yargs-parser/20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} + dev: true /yargs-parser/21.0.1: resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==} @@ -19145,7 +19284,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 20.2.9 + yargs-parser: 20.2.4 /yargs/17.3.1: resolution: {integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==} @@ -19160,6 +19299,19 @@ packages: yargs-parser: 21.0.1 dev: true + /yargs/17.4.0: + resolution: {integrity: sha512-WJudfrk81yWFSOkZYpAZx4Nt7V4xp7S/uJkX0CnxovMCt1wCE8LNftPpNuF9X/u9gN5nsD7ycYtRcDf2pL3UiA==} + engines: {node: '>=12'} + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.0.1 + dev: true + /yauzl/2.10.0: resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=} dependencies: