diff --git a/internal/test-utils/package.json b/internal/test-utils/package.json index 491d93ce..2bd79cf7 100644 --- a/internal/test-utils/package.json +++ b/internal/test-utils/package.json @@ -22,7 +22,7 @@ "@rollup/plugin-babel": "^5.3.0", "@types/jest": "^26.0.23", "cross-env": "^7.0.3", - "esbuild": "^0.12.9", + "esbuild": "^0.20.1", "fastify": "^3.18.0", "get-port": "^5.1.1", "graphql": "^15.5.1", diff --git a/package.json b/package.json index e65406ae..72697d8d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "bufferutil": "^4.0.3", - "esbuild": "^0.12.9", + "esbuild": "^0.20.1", "jest": "^26.6.3", "nodemon": "^2.0.7", "open": "^8.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0044cb4..6541a4b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: 5.3 +lockfileVersion: '6.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false overrides: typescript: ^4.2.4 @@ -11,689 +15,976 @@ overrides: importers: .: - specifiers: - '@babel/plugin-proposal-nullish-coalescing-operator': ^7.14.5 - '@babel/plugin-proposal-optional-chaining': ^7.14.5 - '@changesets/cli': ^2.16.0 - '@types/node': ^15.12.4 - bob-esbuild: ^0.1.27 - bob-esbuild-cli: ^0.1.27 - bufferutil: ^4.0.3 - concurrently: ^6.2.0 - esbuild: ^0.12.9 - fkill: ^7.1.1 - husky: ^6.0.0 - jest: ^26.6.3 - nodemon: ^2.0.7 - open: ^8.2.1 - prettier: ^2.2.1 - pretty-quick: ^3.1.1 - rimraf: ^3.0.2 - ts-jest: ^26.5.5 - ts-node: ^9.1.1 - tslib: ^2.3.0 - tsup: ^4.11.2 - typescript: ^4.2.4 - utf-8-validate: ^5.0.5 - wait-on: ^5.3.0 dependencies: - bufferutil: 4.0.3 - esbuild: 0.12.9 - jest: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - nodemon: 2.0.7 - open: 8.2.1 - ts-jest: 26.5.6_jest@26.6.3+typescript@4.3.4 - ts-node: 9.1.1_typescript@4.3.4 - tslib: 2.3.0 - tsup: 4.11.2_ts-node@9.1.1+typescript@4.3.4 - typescript: 4.3.4 - utf-8-validate: 5.0.5 - wait-on: 5.3.0 + bufferutil: + specifier: ^4.0.3 + version: 4.0.3 + esbuild: + specifier: ^0.12.9 + version: 0.12.9 + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + nodemon: + specifier: ^2.0.7 + version: 2.0.7 + open: + specifier: ^8.2.1 + version: 8.2.1 + ts-jest: + specifier: ^26.5.5 + version: 26.5.6(jest@26.6.3)(typescript@4.3.4) + ts-node: + specifier: ^9.1.1 + version: 9.1.1(typescript@4.3.4) + tslib: + specifier: ^2.3.0 + version: 2.3.0 + tsup: + specifier: ^4.11.2 + version: 4.11.2(ts-node@9.1.1)(typescript@4.3.4) + typescript: + specifier: ^4.2.4 + version: 4.3.4 + utf-8-validate: + specifier: ^5.0.5 + version: 5.0.5 + wait-on: + specifier: ^5.3.0 + version: 5.3.0 devDependencies: - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5 - '@changesets/cli': 2.16.0 - '@types/node': 15.12.4 - bob-esbuild: 0.1.27_83f53b0a0c5616d3fa00ed4e30b9ce1b - bob-esbuild-cli: 0.1.27_83f53b0a0c5616d3fa00ed4e30b9ce1b - concurrently: 6.2.0 - fkill: 7.1.1 - husky: 6.0.0 - prettier: 2.3.1 - pretty-quick: 3.1.1_prettier@2.3.1 - rimraf: 3.0.2 + '@babel/plugin-proposal-nullish-coalescing-operator': + specifier: ^7.14.5 + version: 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-optional-chaining': + specifier: ^7.14.5 + version: 7.14.5(@babel/core@7.14.6) + '@changesets/cli': + specifier: ^2.16.0 + version: 2.16.0 + '@types/node': + specifier: ^15.12.4 + version: 15.12.4 + bob-esbuild: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + concurrently: + specifier: ^6.2.0 + version: 6.2.0 + fkill: + specifier: ^7.1.1 + version: 7.1.1 + husky: + specifier: ^6.0.0 + version: 6.0.0 + prettier: + specifier: ^2.2.1 + version: 2.3.1 + pretty-quick: + specifier: ^3.1.1 + version: 3.1.1(prettier@2.3.1) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 examples/cra: - specifiers: - '@babel/core': ^7.14.6 - '@emotion/css': ^11.1.3 - '@emotion/react': ^11.4.0 - '@emotion/styled': ^11.3.0 - '@pablosz/gqless': workspace:^2.0.15 - '@pablosz/gqless-cli': workspace:^2.0.18 - '@pablosz/gqless-logger': workspace:^2.0.12 - '@pablosz/gqless-react': workspace:^2.0.16 - '@pablosz/gqless-subscriptions': workspace:^1.0.12 - '@testing-library/jest-dom': ^5.14.1 - '@testing-library/react': ^11.2.7 - '@testing-library/user-event': ^13.1.9 - '@types/jest': ^26.0.23 - '@types/node': ^15.12.4 - '@types/react': ^17.0.11 - '@types/react-dom': ^17.0.8 - '@types/react-router-dom': ^5.1.7 - framer-motion: ^4.1.17 - graphql: ^15.5.1 - prop-types: ^15.7.2 - react: ^17.0.2 - react-dom: ^17.0.2 - react-router-dom: ^5.2.0 - react-scripts: ^4.0.3 - react-use: ^17.2.4 - typescript: ^4.2.4 - web-vitals: ^1.1.2 dependencies: - '@babel/core': 7.14.6 - '@emotion/css': 11.1.3_@babel+core@7.14.6 - '@emotion/react': 11.4.0_81862478866c67faf6c62f3dd0cd029f - '@emotion/styled': 11.3.0_9040e47581cdc4ea30d85a9c9daeae52 - '@pablosz/gqless': link:../../packages/gqless - '@pablosz/gqless-cli': link:../../packages/cli - '@pablosz/gqless-logger': link:../../packages/logger - '@pablosz/gqless-react': link:../../packages/react - '@pablosz/gqless-subscriptions': link:../../packages/subscriptions - '@testing-library/jest-dom': 5.14.1 - '@testing-library/react': 11.2.7_react-dom@17.0.2+react@17.0.2 - '@testing-library/user-event': 13.1.9 - '@types/jest': 26.0.23 - '@types/node': 15.12.4 - '@types/react': 17.0.11 - '@types/react-dom': 17.0.8 - '@types/react-router-dom': 5.1.7 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 - graphql: 15.5.1 - prop-types: 15.7.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-router-dom: 5.2.0_react@17.0.2 - react-scripts: 4.0.3_react@17.0.2+typescript@4.3.4 - react-use: 17.2.4_react-dom@17.0.2+react@17.0.2 - typescript: 4.3.4 - web-vitals: 1.1.2 + '@babel/core': + specifier: ^7.14.6 + version: 7.14.6 + '@emotion/css': + specifier: ^11.1.3 + version: 11.1.3(@babel/core@7.14.6) + '@emotion/react': + specifier: ^11.4.0 + version: 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) + '@emotion/styled': + specifier: ^11.3.0 + version: 11.3.0(@babel/core@7.14.6)(@emotion/react@11.4.0)(@types/react@17.0.11)(react@17.0.2) + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../../packages/gqless/dist + '@pablosz/gqless-cli': + specifier: workspace:^2.0.18 + version: link:../../packages/cli/dist + '@pablosz/gqless-logger': + specifier: workspace:^2.0.12 + version: link:../../packages/logger/dist + '@pablosz/gqless-react': + specifier: workspace:^2.0.16 + version: link:../../packages/react/dist + '@pablosz/gqless-subscriptions': + specifier: workspace:^1.0.12 + version: link:../../packages/subscriptions/dist + '@testing-library/jest-dom': + specifier: ^5.14.1 + version: 5.14.1 + '@testing-library/react': + specifier: ^11.2.7 + version: 11.2.7(react-dom@17.0.2)(react@17.0.2) + '@testing-library/user-event': + specifier: ^13.1.9 + version: 13.1.9(@testing-library/dom@7.31.2) + '@types/jest': + specifier: ^26.0.23 + version: 26.0.23 + '@types/node': + specifier: ^15.12.4 + version: 15.12.4 + '@types/react': + specifier: ^17.0.11 + version: 17.0.11 + '@types/react-dom': + specifier: ^17.0.8 + version: 17.0.8 + '@types/react-router-dom': + specifier: ^5.1.7 + version: 5.1.7 + framer-motion: + specifier: ^4.1.17 + version: 4.1.17(react-dom@17.0.2)(react@17.0.2) + graphql: + specifier: ^15.5.1 + version: 15.5.1 + prop-types: + specifier: ^15.7.2 + version: 15.7.2 + react: + specifier: ^17.0.2 + version: 17.0.2 + react-dom: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) + react-router-dom: + specifier: ^5.2.0 + version: 5.2.0(react@17.0.2) + react-scripts: + specifier: ^4.0.3 + version: 4.0.3(bufferutil@4.0.3)(eslint@7.29.0)(react@17.0.2)(ts-node@9.1.1)(typescript@4.3.4)(utf-8-validate@5.0.5) + react-use: + specifier: ^17.2.4 + version: 17.2.4(react-dom@17.0.2)(react@17.0.2) + typescript: + specifier: ^4.2.4 + version: 4.3.4 + web-vitals: + specifier: ^1.1.2 + version: 1.1.2 examples/github: - specifiers: - '@pablosz/gqless': workspace:^2.0.15 - '@pablosz/gqless-cli': workspace:^2.0.18 - dotenv: ^8.6.0 - isomorphic-unfetch: ^3.1.0 - jest: ^26.6.3 - test-utils: workspace:^0.1.0 dependencies: - '@pablosz/gqless': link:../../packages/gqless - '@pablosz/gqless-cli': link:../../packages/cli - dotenv: 8.6.0 - test-utils: link:../../internal/test-utils + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../../packages/gqless/dist + '@pablosz/gqless-cli': + specifier: workspace:^2.0.18 + version: link:../../packages/cli/dist + dotenv: + specifier: ^8.6.0 + version: 8.6.0 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils devDependencies: - isomorphic-unfetch: 3.1.0 - jest: 26.6.3 + isomorphic-unfetch: + specifier: ^3.1.0 + version: 3.1.0 + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) examples/mercurius: - specifiers: - '@graphql-typed-document-node/core': ^3.1.0 - '@pablosz/gqless': workspace:^2.0.15 - '@pablosz/gqless-cli': workspace:^2.0.18 - '@size-limit/preset-small-lib': ^4.12.0 - '@types/lodash': ^4.14.170 - '@types/randomstring': ^1.1.6 - bob-esbuild-cli: ^0.1.27 - fastify: ^3.18.0 - graphql: ^15.5.1 - jest: ^26.6.3 - lodash: ^4.17.21 - mercurius: ^7.9.1 - mercurius-codegen: ^1.6.1 - mercurius-integration-testing: ^3.1.3 - randomstring: ^1.2.1 - size-limit: ^4.12.0 - test-utils: workspace:^0.1.0 - ts-node: ^9.1.1 - tslib: ^2.3.0 - typescript: ^4.2.4 dependencies: - '@graphql-typed-document-node/core': 3.1.0_graphql@15.5.1 - '@pablosz/gqless': link:../../packages/gqless - '@pablosz/gqless-cli': link:../../packages/cli - fastify: 3.18.0 - graphql: 15.5.1 - lodash: 4.17.21 - mercurius: 7.9.1 - mercurius-codegen: 1.6.1_e15cc30c630d02788036ead81a7796d6 - randomstring: 1.2.1 - test-utils: link:../../internal/test-utils + '@graphql-typed-document-node/core': + specifier: ^3.1.0 + version: 3.1.0(graphql@15.5.1) + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../../packages/gqless/dist + '@pablosz/gqless-cli': + specifier: workspace:^2.0.18 + version: link:../../packages/cli/dist + fastify: + specifier: ^3.18.0 + version: 3.18.0 + graphql: + specifier: ^15.5.1 + version: 15.5.1 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + mercurius: + specifier: ^7.9.1 + version: 7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + mercurius-codegen: + specifier: ^1.6.1 + version: 1.6.1(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1) + randomstring: + specifier: ^1.2.1 + version: 1.2.1 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils devDependencies: - '@size-limit/preset-small-lib': 4.12.0_7f890555409f4673ecacf53e1183d229 - '@types/lodash': 4.14.170 - '@types/randomstring': 1.1.6 - bob-esbuild-cli: 0.1.27_typescript@4.3.4 - jest: 26.6.3_ts-node@9.1.1 - mercurius-integration-testing: 3.1.3_e15cc30c630d02788036ead81a7796d6 - size-limit: 4.12.0 - ts-node: 9.1.1_typescript@4.3.4 - tslib: 2.3.0 - typescript: 4.3.4 + '@size-limit/preset-small-lib': + specifier: ^4.12.0 + version: 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@types/lodash': + specifier: ^4.14.170 + version: 4.14.170 + '@types/randomstring': + specifier: ^1.1.6 + version: 1.1.6 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + mercurius-integration-testing: + specifier: ^3.1.3 + version: 3.1.3(bufferutil@4.0.3)(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1)(utf-8-validate@5.0.5) + size-limit: + specifier: ^4.12.0 + version: 4.12.0 + ts-node: + specifier: ^9.1.1 + version: 9.1.1(typescript@4.3.4) + tslib: + specifier: ^2.3.0 + version: 2.3.0 + typescript: + specifier: ^4.2.4 + version: 4.3.4 examples/react: - specifiers: - '@chakra-ui/react': ^1.6.4 - '@emotion/react': ^11.4.0 - '@emotion/styled': ^11.3.0 - '@pablosz/gqless': workspace:^2.0.15 - '@pablosz/gqless-cli': workspace:^2.0.18 - '@pablosz/gqless-logger': workspace:^2.0.12 - '@pablosz/gqless-react': workspace:^2.0.16 - '@pablosz/gqless-subscriptions': workspace:^1.0.12 - '@react-native-async-storage/async-storage': ^1.15.5 - '@types/extract-files': ^8.1.0 - '@types/faker': ^5.5.6 - '@types/lodash': ^4.14.170 - '@types/ms': ^0.7.31 - '@types/node': ^15.12.4 - '@types/react': ^17.0.11 - '@types/react-dom': ^17.0.8 - altair-fastify-plugin: ^4.0.6 - concurrently: ^6.2.0 - date-fns: ^2.22.1 - extract-files: ^9.0.0 - faker: ^5.5.3 - fastify: ^3.18.0 - fastify-nextjs: ^5.4.1 - framer-motion: ^4.1.17 - graphql: ^15.5.1 - graphql-upload: ^11.0.0 - jest: ^26.6.3 - localforage: ^1.9.0 - lodash: ^4.17.21 - mercurius: ^7.9.1 - mercurius-codegen: ^1.6.1 - mercurius-upload: ^1.1.1 - ms: ^2.1.3 - next: ^10.2.3 - node-json-db: ^1.3.0 - open: ^8.2.1 - open-cli: ^6.0.1 - react: ^17.0.2 - react-dom: ^17.0.2 - react-error-boundary: ^3.1.3 - react-intersection-observer: ^8.32.0 - react-ssr-prepass: ^1.4.0 - react-use: ^17.2.4 - serialize-error: ^8.1.0 - tsup: ^4.11.2 - typescript: ^4.2.4 - use-error-boundary: ^2.0.4 - wait-on: ^5.3.0 - dependencies: - '@chakra-ui/react': 1.6.4_1d20feb8407b5d497be6490ee7e493c6 - '@emotion/react': 11.4.0_189cc19b8edfe5959338b863f6e5c247 - '@emotion/styled': 11.3.0_3d30eb7fe446b0e582df4c9643515bd8 - '@pablosz/gqless': link:../../packages/gqless - '@pablosz/gqless-cli': link:../../packages/cli - '@pablosz/gqless-logger': link:../../packages/logger - '@pablosz/gqless-react': link:../../packages/react - '@pablosz/gqless-subscriptions': link:../../packages/subscriptions - '@react-native-async-storage/async-storage': 1.15.5 - '@types/extract-files': 8.1.0 - altair-fastify-plugin: 4.0.6_fastify@3.18.0 - date-fns: 2.22.1 - extract-files: 9.0.0 - faker: 5.5.3 - fastify: 3.18.0 - fastify-nextjs: 5.4.1_next@10.2.3 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 - graphql: 15.5.1 - graphql-upload: 11.0.0_graphql@15.5.1 - localforage: 1.9.0 - lodash: 4.17.21 - mercurius: 7.9.1 - mercurius-codegen: 1.6.1_e15cc30c630d02788036ead81a7796d6 - mercurius-upload: 1.1.1_graphql@15.5.1 - ms: 2.1.3 - next: 10.2.3_2dbe935e140170ce01c975771f1adcbd - node-json-db: 1.3.0 - open: 8.2.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-error-boundary: 3.1.3_react@17.0.2 - react-intersection-observer: 8.32.0_react@17.0.2 - react-ssr-prepass: 1.4.0_react@17.0.2 - react-use: 17.2.4_react-dom@17.0.2+react@17.0.2 - serialize-error: 8.1.0 - use-error-boundary: 2.0.4_react@17.0.2 + dependencies: + '@chakra-ui/react': + specifier: ^1.6.4 + version: 1.6.4(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(@types/react@17.0.11)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2) + '@emotion/react': + specifier: ^11.4.0 + version: 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) + '@emotion/styled': + specifier: ^11.3.0 + version: 11.3.0(@babel/core@7.14.6)(@emotion/react@11.4.0)(@types/react@17.0.11)(react@17.0.2) + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../../packages/gqless/dist + '@pablosz/gqless-cli': + specifier: workspace:^2.0.18 + version: link:../../packages/cli/dist + '@pablosz/gqless-logger': + specifier: workspace:^2.0.12 + version: link:../../packages/logger/dist + '@pablosz/gqless-react': + specifier: workspace:^2.0.16 + version: link:../../packages/react/dist + '@pablosz/gqless-subscriptions': + specifier: workspace:^1.0.12 + version: link:../../packages/subscriptions/dist + '@react-native-async-storage/async-storage': + specifier: ^1.15.5 + version: 1.15.5(react-native@1000.0.0) + '@types/extract-files': + specifier: ^8.1.0 + version: 8.1.0 + altair-fastify-plugin: + specifier: ^4.0.6 + version: 4.0.6(fastify@3.18.0) + date-fns: + specifier: ^2.22.1 + version: 2.22.1 + extract-files: + specifier: ^9.0.0 + version: 9.0.0 + faker: + specifier: ^5.5.3 + version: 5.5.3 + fastify: + specifier: ^3.18.0 + version: 3.18.0 + fastify-nextjs: + specifier: ^5.4.1 + version: 5.4.1(next@10.2.3) + framer-motion: + specifier: ^4.1.17 + version: 4.1.17(react-dom@17.0.2)(react@17.0.2) + graphql: + specifier: ^15.5.1 + version: 15.5.1 + graphql-upload: + specifier: ^11.0.0 + version: 11.0.0(graphql@15.5.1) + localforage: + specifier: ^1.9.0 + version: 1.9.0 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + mercurius: + specifier: ^7.9.1 + version: 7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + mercurius-codegen: + specifier: ^1.6.1 + version: 1.6.1(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1) + mercurius-upload: + specifier: ^1.1.1 + version: 1.1.1(graphql@15.5.1) + ms: + specifier: ^2.1.3 + version: 2.1.3 + next: + specifier: ^10.2.3 + version: 10.2.3(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4) + node-json-db: + specifier: ^1.3.0 + version: 1.3.0 + open: + specifier: ^8.2.1 + version: 8.2.1 + react: + specifier: ^17.0.2 + version: 17.0.2 + react-dom: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) + react-error-boundary: + specifier: ^3.1.3 + version: 3.1.3(react@17.0.2) + react-intersection-observer: + specifier: ^8.32.0 + version: 8.32.0(react@17.0.2) + react-ssr-prepass: + specifier: ^1.4.0 + version: 1.4.0(react@17.0.2) + react-use: + specifier: ^17.2.4 + version: 17.2.4(react-dom@17.0.2)(react@17.0.2) + serialize-error: + specifier: ^8.1.0 + version: 8.1.0 + use-error-boundary: + specifier: ^2.0.4 + version: 2.0.4(react@17.0.2) devDependencies: - '@types/faker': 5.5.6 - '@types/lodash': 4.14.170 - '@types/ms': 0.7.31 - '@types/node': 15.12.4 - '@types/react': 17.0.11 - '@types/react-dom': 17.0.8 - concurrently: 6.2.0 - jest: 26.6.3 - open-cli: 6.0.1 - tsup: 4.11.2_typescript@4.3.4 - typescript: 4.3.4 - wait-on: 5.3.0 + '@types/faker': + specifier: ^5.5.6 + version: 5.5.6 + '@types/lodash': + specifier: ^4.14.170 + version: 4.14.170 + '@types/ms': + specifier: ^0.7.31 + version: 0.7.31 + '@types/node': + specifier: ^15.12.4 + version: 15.12.4 + '@types/react': + specifier: ^17.0.11 + version: 17.0.11 + '@types/react-dom': + specifier: ^17.0.8 + version: 17.0.8 + concurrently: + specifier: ^6.2.0 + version: 6.2.0 + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + open-cli: + specifier: ^6.0.1 + version: 6.0.1 + tsup: + specifier: ^4.11.2 + version: 4.11.2(ts-node@9.1.1)(typescript@4.3.4) + typescript: + specifier: ^4.2.4 + version: 4.3.4 + wait-on: + specifier: ^5.3.0 + version: 5.3.0 internal/test-utils: - specifiers: - '@jest/types': ^26.6.2 - '@rollup/plugin-babel': ^5.3.0 - '@size-limit/preset-small-lib': ^4.12.0 - '@types/jest': ^26.0.23 - '@types/randomstring': ^1.1.6 - bob-esbuild-cli: ^0.1.27 - concurrently: ^6.2.0 - cross-env: ^7.0.3 - esbuild: ^0.12.9 - fastify: ^3.18.0 - get-port: ^5.1.1 - graphql: ^15.5.1 - jest: ^26.6.3 - jest-watch-typeahead: ^0.6.4 - mercurius: ^7.9.1 - mercurius-codegen: ^1.6.1 - mercurius-integration-testing: ^3.1.3 - nodemon: ^2.0.7 - prettier: ^2.2.1 - randomstring: ^1.2.1 - rimraf: ^3.0.2 - size-limit: ^4.12.0 - ts-jest: ^26.5.5 - tslib: ^2.3.0 - tsup: ^4.11.2 - typescript: ^4.2.4 - wait-for-expect: ^3.0.2 dependencies: - '@rollup/plugin-babel': 5.3.0 - '@types/jest': 26.0.23 - cross-env: 7.0.3 - esbuild: 0.12.9 - fastify: 3.18.0 - get-port: 5.1.1 - graphql: 15.5.1 - jest: 26.6.3 - jest-watch-typeahead: 0.6.4_jest@26.6.3 - mercurius: 7.9.1 - mercurius-codegen: 1.6.1_e15cc30c630d02788036ead81a7796d6 - mercurius-integration-testing: 3.1.3_e15cc30c630d02788036ead81a7796d6 - nodemon: 2.0.7 - prettier: 2.3.1 - randomstring: 1.2.1 - ts-jest: 26.5.6_jest@26.6.3+typescript@4.3.4 - wait-for-expect: 3.0.2 + '@rollup/plugin-babel': + specifier: ^5.3.0 + version: 5.3.0(@babel/core@7.14.6)(rollup@2.52.1) + '@types/jest': + specifier: ^26.0.23 + version: 26.0.23 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + esbuild: + specifier: ^0.12.9 + version: 0.12.9 + fastify: + specifier: ^3.18.0 + version: 3.18.0 + get-port: + specifier: ^5.1.1 + version: 5.1.1 + graphql: + specifier: ^15.5.1 + version: 15.5.1 + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + jest-watch-typeahead: + specifier: ^0.6.4 + version: 0.6.4(jest@26.6.3) + mercurius: + specifier: ^7.9.1 + version: 7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + mercurius-codegen: + specifier: ^1.6.1 + version: 1.6.1(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1) + mercurius-integration-testing: + specifier: ^3.1.3 + version: 3.1.3(bufferutil@4.0.3)(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1)(utf-8-validate@5.0.5) + nodemon: + specifier: ^2.0.7 + version: 2.0.7 + prettier: + specifier: ^2.2.1 + version: 2.3.1 + randomstring: + specifier: ^1.2.1 + version: 1.2.1 + ts-jest: + specifier: ^26.5.5 + version: 26.5.6(jest@26.6.3)(typescript@4.3.4) + wait-for-expect: + specifier: ^3.0.2 + version: 3.0.2 devDependencies: - '@jest/types': 26.6.2 - '@size-limit/preset-small-lib': 4.12.0_7f890555409f4673ecacf53e1183d229 - '@types/randomstring': 1.1.6 - bob-esbuild-cli: 0.1.27_typescript@4.3.4 - concurrently: 6.2.0 - rimraf: 3.0.2 - size-limit: 4.12.0 - tslib: 2.3.0 - tsup: 4.11.2_typescript@4.3.4 - typescript: 4.3.4 + '@jest/types': + specifier: ^26.6.2 + version: 26.6.2 + '@size-limit/preset-small-lib': + specifier: ^4.12.0 + version: 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@types/randomstring': + specifier: ^1.1.6 + version: 1.1.6 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + concurrently: + specifier: ^6.2.0 + version: 6.2.0 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + size-limit: + specifier: ^4.12.0 + version: 4.12.0 + tslib: + specifier: ^2.3.0 + version: 2.3.0 + tsup: + specifier: ^4.11.2 + version: 4.11.2(ts-node@9.1.1)(typescript@4.3.4) + typescript: + specifier: ^4.2.4 + version: 4.3.4 internal/website: - specifiers: - '@chakra-ui/react': ^1.6.4 - '@docusaurus/core': ^2.0.0-beta.1 - '@docusaurus/module-type-aliases': ^2.0.0-beta.1 - '@docusaurus/preset-classic': ^2.0.0-beta.1 - '@emotion/core': ^11.0.0 - '@emotion/react': ^11.4.0 - '@emotion/styled': ^11.3.0 - '@mdx-js/react': ^1.6.22 - '@tsconfig/docusaurus': ^1.0.2 - '@types/mdx-js__react': ^1.5.3 - '@types/react': ^17.0.11 - '@types/react-dom': ^17.0.8 - '@types/react-helmet': ^6.1.1 - '@types/react-router-dom': ^5.1.7 - cross-env: ^7.0.3 - docusaurus-plugin-typedoc: ^0.12.1 - file-loader: ^6.2.0 - framer-motion: ^4.1.17 - globby: ^11.0.4 - npm-to-yarn: ^1.0.1 - prettier: ^2.2.1 - pretty-quick: ^3.1.1 - prism-react-renderer: ^1.2.1 - react: ^17.0.2 - react-dom: ^17.0.2 - react-icons: ^4.2.0 - react-use: ^17.2.4 - regenerator-runtime: ^0.13.7 - rimraf: ^3.0.2 - serve: ^11.3.2 - typedoc: ^0.20.37 - typedoc-plugin-markdown: ^3.10.0 - typescript: ^4.2.4 - url-loader: ^4.1.1 - dependencies: - '@chakra-ui/react': 1.6.4_1d20feb8407b5d497be6490ee7e493c6 - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/module-type-aliases': 2.0.0-beta.1 - '@docusaurus/preset-classic': 2.0.0-beta.1_76acc870589a9e7fb1d364166d32ff1f - '@emotion/core': 11.0.0 - '@emotion/react': 11.4.0_189cc19b8edfe5959338b863f6e5c247 - '@emotion/styled': 11.3.0_3d30eb7fe446b0e582df4c9643515bd8 - '@mdx-js/react': 1.6.22_react@17.0.2 - '@tsconfig/docusaurus': 1.0.2 - '@types/react': 17.0.11 - '@types/react-helmet': 6.1.1 - '@types/react-router-dom': 5.1.7 - cross-env: 7.0.3 - docusaurus-plugin-typedoc: 0.12.1_268a27dd7e600f92b9cf7df46f5efa43 - file-loader: 6.2.0 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 - globby: 11.0.4 - npm-to-yarn: 1.0.1 - prettier: 2.3.1 - pretty-quick: 3.1.1_prettier@2.3.1 - prism-react-renderer: 1.2.1_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-icons: 4.2.0_react@17.0.2 - react-use: 17.2.4_react-dom@17.0.2+react@17.0.2 - regenerator-runtime: 0.13.7 - rimraf: 3.0.2 - serve: 11.3.2 - typedoc: 0.20.37_typescript@4.3.4 - typedoc-plugin-markdown: 3.10.0_typedoc@0.20.37 - typescript: 4.3.4 - url-loader: 4.1.1_file-loader@6.2.0 + dependencies: + '@chakra-ui/react': + specifier: ^1.6.4 + version: 1.6.4(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(@types/react@17.0.11)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2) + '@docusaurus/core': + specifier: ^2.0.0-beta.1 + version: 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/module-type-aliases': + specifier: ^2.0.0-beta.1 + version: 2.0.0-beta.1 + '@docusaurus/preset-classic': + specifier: ^2.0.0-beta.1 + version: 2.0.0-beta.1(@algolia/client-search@4.9.3)(@types/react@17.0.11)(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@emotion/core': + specifier: ^11.0.0 + version: 11.0.0 + '@emotion/react': + specifier: ^11.4.0 + version: 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) + '@emotion/styled': + specifier: ^11.3.0 + version: 11.3.0(@babel/core@7.14.6)(@emotion/react@11.4.0)(@types/react@17.0.11)(react@17.0.2) + '@mdx-js/react': + specifier: ^1.6.22 + version: 1.6.22(react@17.0.2) + '@tsconfig/docusaurus': + specifier: ^1.0.2 + version: 1.0.2 + '@types/react': + specifier: ^17.0.11 + version: 17.0.11 + '@types/react-helmet': + specifier: ^6.1.1 + version: 6.1.1 + '@types/react-router-dom': + specifier: ^5.1.7 + version: 5.1.7 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + docusaurus-plugin-typedoc: + specifier: ^0.12.1 + version: 0.12.1(typedoc-plugin-markdown@3.10.0)(typedoc@0.20.37) + file-loader: + specifier: ^6.2.0 + version: 6.2.0(webpack@5.39.1) + framer-motion: + specifier: ^4.1.17 + version: 4.1.17(react-dom@17.0.2)(react@17.0.2) + globby: + specifier: ^11.0.4 + version: 11.0.4 + npm-to-yarn: + specifier: ^1.0.1 + version: 1.0.1 + prettier: + specifier: ^2.2.1 + version: 2.3.1 + pretty-quick: + specifier: ^3.1.1 + version: 3.1.1(prettier@2.3.1) + prism-react-renderer: + specifier: ^1.2.1 + version: 1.2.1(react@17.0.2) + react: + specifier: ^17.0.2 + version: 17.0.2 + react-dom: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) + react-icons: + specifier: ^4.2.0 + version: 4.2.0(react@17.0.2) + react-use: + specifier: ^17.2.4 + version: 17.2.4(react-dom@17.0.2)(react@17.0.2) + regenerator-runtime: + specifier: ^0.13.7 + version: 0.13.7 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + serve: + specifier: ^11.3.2 + version: 11.3.2 + typedoc: + specifier: ^0.20.37 + version: 0.20.37(typescript@4.3.4) + typedoc-plugin-markdown: + specifier: ^3.10.0 + version: 3.10.0(typedoc@0.20.37) + typescript: + specifier: ^4.2.4 + version: 4.3.4 + url-loader: + specifier: ^4.1.1 + version: 4.1.1(file-loader@6.2.0)(webpack@5.39.1) devDependencies: - '@types/mdx-js__react': 1.5.3 - '@types/react-dom': 17.0.8 + '@types/mdx-js__react': + specifier: ^1.5.3 + version: 1.5.3 + '@types/react-dom': + specifier: ^17.0.8 + version: 17.0.8 packages/cli: - specifiers: - '@graphql-codegen/core': ^1.17.10 - '@graphql-codegen/typescript': ^1.22.2 - '@graphql-tools/delegate': ^7.1.5 - '@graphql-tools/utils': ^7.10.0 - '@graphql-tools/wrap': ^7.0.8 - '@pablosz/gqless': workspace:^2.0.15 - '@size-limit/preset-small-lib': ^4.12.0 - '@types/mkdirp': ^1.0.1 - bob-esbuild-cli: ^0.1.27 - changesets-github-release: ^0.0.1 - commander: ^7.2.0 - cosmiconfig: ^7.0.0 - cross-fetch: ^3.1.4 - graphql: ^15.5.1 - mkdirp: ^1.0.4 - open-cli: ^6.0.1 - prettier: ^2.2.1 - rimraf: ^3.0.2 - serve: ^11.3.2 - size-limit: ^4.12.0 - test-utils: workspace:^0.1.0 - tmp-promise: ^3.0.2 - tslib: ^2.3.0 - typescript: ^4.2.4 - wait-on: ^5.3.0 - dependencies: - '@graphql-codegen/core': 1.17.10_graphql@15.5.1 - '@graphql-codegen/typescript': 1.22.2_graphql@15.5.1 - '@graphql-tools/delegate': 7.1.5_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 - '@graphql-tools/wrap': 7.0.8_graphql@15.5.1 - '@pablosz/gqless': link:../gqless - commander: 7.2.0 - cosmiconfig: 7.0.0 - cross-fetch: 3.1.4 - mkdirp: 1.0.4 - prettier: 2.3.1 + dependencies: + '@graphql-codegen/core': + specifier: ^1.17.10 + version: 1.17.10(graphql@15.5.1) + '@graphql-codegen/typescript': + specifier: ^1.22.2 + version: 1.22.2(graphql@15.5.1) + '@graphql-tools/delegate': + specifier: ^7.1.5 + version: 7.1.5(graphql@15.5.1) + '@graphql-tools/utils': + specifier: ^7.10.0 + version: 7.10.0(graphql@15.5.1) + '@graphql-tools/wrap': + specifier: ^7.0.8 + version: 7.0.8(graphql@15.5.1) + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../gqless/dist + commander: + specifier: ^7.2.0 + version: 7.2.0 + cosmiconfig: + specifier: ^7.0.0 + version: 7.0.0 + cross-fetch: + specifier: ^3.1.4 + version: 3.1.4 + mkdirp: + specifier: ^1.0.4 + version: 1.0.4 + prettier: + specifier: ^2.2.1 + version: 2.3.1 devDependencies: - '@size-limit/preset-small-lib': 4.12.0_7f890555409f4673ecacf53e1183d229 - '@types/mkdirp': 1.0.1 - bob-esbuild-cli: 0.1.27_typescript@4.3.4 - changesets-github-release: 0.0.1 - graphql: 15.5.1 - open-cli: 6.0.1 - rimraf: 3.0.2 - serve: 11.3.2 - size-limit: 4.12.0 - test-utils: link:../../internal/test-utils - tmp-promise: 3.0.2 - tslib: 2.3.0 - typescript: 4.3.4 - wait-on: 5.3.0 + '@size-limit/preset-small-lib': + specifier: ^4.12.0 + version: 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@types/mkdirp': + specifier: ^1.0.1 + version: 1.0.1 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + changesets-github-release: + specifier: ^0.0.1 + version: 0.0.1 + graphql: + specifier: ^15.5.1 + version: 15.5.1 + open-cli: + specifier: ^6.0.1 + version: 6.0.1 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + serve: + specifier: ^11.3.2 + version: 11.3.2 + size-limit: + specifier: ^4.12.0 + version: 4.12.0 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils + tmp-promise: + specifier: ^3.0.2 + version: 3.0.2 + tslib: + specifier: ^2.3.0 + version: 2.3.0 + typescript: + specifier: ^4.2.4 + version: 4.3.4 + wait-on: + specifier: ^5.3.0 + version: 5.3.0 + publishDirectory: dist packages/gqless: - specifiers: - '@rollup/plugin-typescript': ^8.2.1 - '@size-limit/preset-small-lib': ^4.12.0 - '@types/concurrently': ^6.2.0 - '@types/lodash': ^4.14.170 - '@types/lodash-es': ^4.17.4 - '@types/mkdirp': ^1.0.1 - '@types/node': ^15.12.4 - '@types/nodemon': ^1.19.0 - '@types/react': ^17.0.11 - '@types/react-dom': ^17.0.8 - '@types/rimraf': ^3.0.0 - '@types/tsc-watch': ^4.2.0 - '@types/wait-on': ^5.3.0 - '@types/ws': ^7.4.5 - bob-esbuild-cli: ^0.1.27 - concurrently: ^6.2.0 - cross-env: ^7.0.3 - get-port: ^5.1.1 - graphql: ^15.5.1 - jest: ^26.6.3 - lodash: ^4.17.21 - lodash-es: ^4.17.21 - mercurius: ^7.9.1 - mkdirp: ^1.0.4 - nodemon: ^2.0.7 - open-cli: ^6.0.1 - react: ^17.0.2 - react-dom: ^17.0.2 - rimraf: ^3.0.2 - serve: ^11.3.2 - size-limit: ^4.12.0 - test-utils: workspace:^0.1.0 - tsc-watch: ^4.4.0 - tslib: ^2.3.0 - tsup: ^4.11.2 - typescript: ^4.2.4 - wait-on: ^5.3.0 - ws: ^7.5.0 dependencies: - lodash: 4.17.21 - lodash-es: 4.17.21 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 devDependencies: - '@rollup/plugin-typescript': 8.2.1_tslib@2.3.0+typescript@4.3.4 - '@size-limit/preset-small-lib': 4.12.0_7f890555409f4673ecacf53e1183d229 - '@types/concurrently': 6.2.0 - '@types/lodash': 4.14.170 - '@types/lodash-es': 4.17.4 - '@types/mkdirp': 1.0.1 - '@types/node': 15.12.4 - '@types/nodemon': 1.19.0 - '@types/react': 17.0.11 - '@types/react-dom': 17.0.8 - '@types/rimraf': 3.0.0 - '@types/tsc-watch': 4.2.0 - '@types/wait-on': 5.3.0 - '@types/ws': 7.4.5 - bob-esbuild-cli: 0.1.27_83f53b0a0c5616d3fa00ed4e30b9ce1b - concurrently: 6.2.0 - cross-env: 7.0.3 - get-port: 5.1.1 - graphql: 15.5.1 - jest: 26.6.3 - mercurius: 7.9.1 - mkdirp: 1.0.4 - nodemon: 2.0.7 - open-cli: 6.0.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - rimraf: 3.0.2 - serve: 11.3.2 - size-limit: 4.12.0 - test-utils: link:../../internal/test-utils - tsc-watch: 4.4.0_typescript@4.3.4 - tslib: 2.3.0 - tsup: 4.11.2_typescript@4.3.4 - typescript: 4.3.4 - wait-on: 5.3.0 - ws: 7.5.0 + '@rollup/plugin-typescript': + specifier: ^8.2.1 + version: 8.2.1(rollup@2.52.1)(tslib@2.3.0)(typescript@4.3.4) + '@size-limit/preset-small-lib': + specifier: ^4.12.0 + version: 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@types/concurrently': + specifier: ^6.2.0 + version: 6.2.0 + '@types/lodash': + specifier: ^4.14.170 + version: 4.14.170 + '@types/lodash-es': + specifier: ^4.17.4 + version: 4.17.4 + '@types/mkdirp': + specifier: ^1.0.1 + version: 1.0.1 + '@types/node': + specifier: ^15.12.4 + version: 15.12.4 + '@types/nodemon': + specifier: ^1.19.0 + version: 1.19.0 + '@types/react': + specifier: ^17.0.11 + version: 17.0.11 + '@types/react-dom': + specifier: ^17.0.8 + version: 17.0.8 + '@types/rimraf': + specifier: ^3.0.0 + version: 3.0.0 + '@types/tsc-watch': + specifier: ^4.2.0 + version: 4.2.0 + '@types/wait-on': + specifier: ^5.3.0 + version: 5.3.0 + '@types/ws': + specifier: ^7.4.5 + version: 7.4.5 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + concurrently: + specifier: ^6.2.0 + version: 6.2.0 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + get-port: + specifier: ^5.1.1 + version: 5.1.1 + graphql: + specifier: ^15.5.1 + version: 15.5.1 + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + mercurius: + specifier: ^7.9.1 + version: 7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + mkdirp: + specifier: ^1.0.4 + version: 1.0.4 + nodemon: + specifier: ^2.0.7 + version: 2.0.7 + open-cli: + specifier: ^6.0.1 + version: 6.0.1 + react: + specifier: ^17.0.2 + version: 17.0.2 + react-dom: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + serve: + specifier: ^11.3.2 + version: 11.3.2 + size-limit: + specifier: ^4.12.0 + version: 4.12.0 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils + tsc-watch: + specifier: ^4.4.0 + version: 4.4.0(typescript@4.3.4) + tslib: + specifier: ^2.3.0 + version: 2.3.0 + tsup: + specifier: ^4.11.2 + version: 4.11.2(ts-node@9.1.1)(typescript@4.3.4) + typescript: + specifier: ^4.2.4 + version: 4.3.4 + wait-on: + specifier: ^5.3.0 + version: 5.3.0 + ws: + specifier: ^7.5.0 + version: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) + publishDirectory: dist packages/logger: - specifiers: - '@pablosz/gqless': workspace:^2.0.15 - '@size-limit/preset-small-lib': ^4.12.0 - '@types/prettier': ^2.3.0 - bob-esbuild-cli: ^0.1.27 - jest: ^26.6.3 - prettier: ^2.2.1 - rimraf: ^3.0.2 - serialize-error: ^8.1.0 - size-limit: ^4.12.0 - test-utils: workspace:^0.1.0 - tslib: ^2.3.0 - typescript: ^4.2.4 dependencies: - prettier: 2.3.1 - serialize-error: 8.1.0 + prettier: + specifier: ^2.2.1 + version: 2.3.1 + serialize-error: + specifier: ^8.1.0 + version: 8.1.0 devDependencies: - '@pablosz/gqless': link:../gqless - '@size-limit/preset-small-lib': 4.12.0_7f890555409f4673ecacf53e1183d229 - '@types/prettier': 2.3.0 - bob-esbuild-cli: 0.1.27_typescript@4.3.4 - jest: 26.6.3 - rimraf: 3.0.2 - size-limit: 4.12.0 - test-utils: link:../../internal/test-utils - tslib: 2.3.0 - typescript: 4.3.4 + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../gqless/dist + '@size-limit/preset-small-lib': + specifier: ^4.12.0 + version: 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@types/prettier': + specifier: ^2.3.0 + version: 2.3.0 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + size-limit: + specifier: ^4.12.0 + version: 4.12.0 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils + tslib: + specifier: ^2.3.0 + version: 2.3.0 + typescript: + specifier: ^4.2.4 + version: 4.3.4 + publishDirectory: dist packages/react: - specifiers: - '@pablosz/gqless': workspace:^2.0.15 - '@size-limit/preset-small-lib': ^4.12.0 - '@testing-library/jest-dom': ^5.14.1 - '@testing-library/react': ^11.2.7 - '@testing-library/react-hooks': ^5.1.3 - '@types/jest': ^26.0.23 - '@types/lodash': ^4.14.170 - '@types/react': ^17.0.11 - '@types/react-dom': ^17.0.8 - bob-esbuild-cli: ^0.1.27 - get-port: ^5.1.1 - graphql: ^15.5.1 - jest: ^26.6.3 - react: ^17.0.2 - react-dom: ^17.0.2 - react-ssr-prepass: ^1.4.0 - react-test-renderer: ^17.0.2 - regenerator-runtime: ^0.13.7 - rimraf: ^3.0.2 - size-limit: ^4.12.0 - test-utils: workspace:^0.1.0 - tslib: ^2.3.0 - typescript: ^4.2.4 dependencies: - react-ssr-prepass: 1.4.0_react@17.0.2 + react-ssr-prepass: + specifier: ^1.4.0 + version: 1.4.0(react@17.0.2) devDependencies: - '@pablosz/gqless': link:../gqless - '@size-limit/preset-small-lib': 4.12.0_7f890555409f4673ecacf53e1183d229 - '@testing-library/jest-dom': 5.14.1 - '@testing-library/react': 11.2.7_react-dom@17.0.2+react@17.0.2 - '@testing-library/react-hooks': 5.1.3_fc2bb8a5b006d3f25c5f84ea777e678d - '@types/jest': 26.0.23 - '@types/lodash': 4.14.170 - '@types/react': 17.0.11 - '@types/react-dom': 17.0.8 - bob-esbuild-cli: 0.1.27_typescript@4.3.4 - get-port: 5.1.1 - graphql: 15.5.1 - jest: 26.6.3 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-test-renderer: 17.0.2_react@17.0.2 - regenerator-runtime: 0.13.7 - rimraf: 3.0.2 - size-limit: 4.12.0 - test-utils: link:../../internal/test-utils - tslib: 2.3.0 - typescript: 4.3.4 + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../gqless/dist + '@size-limit/preset-small-lib': + specifier: ^4.12.0 + version: 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@testing-library/jest-dom': + specifier: ^5.14.1 + version: 5.14.1 + '@testing-library/react': + specifier: ^11.2.7 + version: 11.2.7(react-dom@17.0.2)(react@17.0.2) + '@testing-library/react-hooks': + specifier: ^5.1.3 + version: 5.1.3(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2) + '@types/jest': + specifier: ^26.0.23 + version: 26.0.23 + '@types/lodash': + specifier: ^4.14.170 + version: 4.14.170 + '@types/react': + specifier: ^17.0.11 + version: 17.0.11 + '@types/react-dom': + specifier: ^17.0.8 + version: 17.0.8 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + get-port: + specifier: ^5.1.1 + version: 5.1.1 + graphql: + specifier: ^15.5.1 + version: 15.5.1 + jest: + specifier: ^26.6.3 + version: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + react: + specifier: ^17.0.2 + version: 17.0.2 + react-dom: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) + react-test-renderer: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) + regenerator-runtime: + specifier: ^0.13.7 + version: 0.13.7 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + size-limit: + specifier: ^4.12.0 + version: 4.12.0 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils + tslib: + specifier: ^2.3.0 + version: 2.3.0 + typescript: + specifier: ^4.2.4 + version: 4.3.4 + publishDirectory: dist packages/subscriptions: - specifiers: - '@pablosz/gqless': workspace:^2.0.15 - '@types/ws': ^7.4.5 - bob-esbuild-cli: ^0.1.27 - graphql: ^15.5.1 - isomorphic-ws: ^4.0.1 - test-utils: workspace:^0.1.0 - tslib: ^2.3.0 - typescript: ^4.2.4 - ws: ^7.5.0 dependencies: - isomorphic-ws: 4.0.1_ws@7.5.0 - ws: 7.5.0 + isomorphic-ws: + specifier: ^4.0.1 + version: 4.0.1(ws@7.5.0) + ws: + specifier: ^7.5.0 + version: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) devDependencies: - '@pablosz/gqless': link:../gqless - '@types/ws': 7.4.5 - bob-esbuild-cli: 0.1.27_typescript@4.3.4 - graphql: 15.5.1 - test-utils: link:../../internal/test-utils - tslib: 2.3.0 - typescript: 4.3.4 + '@pablosz/gqless': + specifier: workspace:^2.0.15 + version: link:../gqless/dist + '@types/ws': + specifier: ^7.4.5 + version: 7.4.5 + bob-esbuild-cli: + specifier: ^0.1.27 + version: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) + graphql: + specifier: ^15.5.1 + version: 15.5.1 + test-utils: + specifier: workspace:^0.1.0 + version: link:../../internal/test-utils + tslib: + specifier: ^2.3.0 + version: 2.3.0 + typescript: + specifier: ^4.2.4 + version: 4.3.4 + publishDirectory: dist packages: - /@algolia/autocomplete-core/1.0.0-alpha.44: + /@algolia/autocomplete-core@1.0.0-alpha.44: resolution: {integrity: sha512-2iMXthldMIDXtlbg9omRKLgg1bLo2ZzINAEqwhNjUeyj1ceEyL1ck6FY0VnJpf2LsjmNthHCz2BuFk+nYUeDNA==} dependencies: '@algolia/autocomplete-shared': 1.0.0-alpha.44 dev: false - /@algolia/autocomplete-preset-algolia/1.0.0-alpha.44_algoliasearch@4.9.3: + /@algolia/autocomplete-preset-algolia@1.0.0-alpha.44(@algolia/client-search@4.9.3)(algoliasearch@4.9.3): resolution: {integrity: sha512-DCHwo5ovzg9k2ejUolGNTLFnIA7GpsrkbNJTy1sFbMnYfBmeK8egZPZnEl7lBTr27OaZu7IkWpTepLVSztZyng==} peerDependencies: '@algolia/client-search': ^4.5.1 algoliasearch: ^4.5.1 dependencies: '@algolia/autocomplete-shared': 1.0.0-alpha.44 + '@algolia/client-search': 4.9.3 algoliasearch: 4.9.3 dev: false - /@algolia/autocomplete-shared/1.0.0-alpha.44: + /@algolia/autocomplete-shared@1.0.0-alpha.44: resolution: {integrity: sha512-2oQZPERYV+yNx/yoVWYjZZdOqsitJ5dfxXJjL18yczOXH6ujnsq+DTczSrX+RjzjQdVeJ1UAG053EJQF/FOiMg==} dev: false - /@algolia/cache-browser-local-storage/4.9.3: + /@algolia/cache-browser-local-storage@4.9.3: resolution: {integrity: sha512-t9yKMfPNxxEUk/PPbZtXj0GCttDk1pk0wV2eA5udIOgf+Wqb/77yH75zz1u8EmCBGPe+FWXjSVT/wS1tlQz7SA==} dependencies: '@algolia/cache-common': 4.9.3 dev: false - /@algolia/cache-common/4.9.3: + /@algolia/cache-common@4.9.3: resolution: {integrity: sha512-4dvzz28ESs7lRHmpBIjlmRloD9oGeD90E2C0QWNQYuAYosSdXGwW7vw4vdGRdPoL32t6u6S+47Bk6Dhcbw2ftA==} dev: false - /@algolia/cache-in-memory/4.9.3: + /@algolia/cache-in-memory@4.9.3: resolution: {integrity: sha512-e1eRpP/Ht9qmLw5Sp674N6Y0c59K0L2LBI71EBOlq1j+kVc+JxVO03he5g+nQ7JOwLijyJPrkbm3RvXb5CX0sA==} dependencies: '@algolia/cache-common': 4.9.3 dev: false - /@algolia/client-account/4.9.3: + /@algolia/client-account@4.9.3: resolution: {integrity: sha512-mSF0jiAo/tWKf/Z7mqhz6ETltrl+L+Zt2xuM3W5y1UOZvj47fn2ZcMRce8MQ+dd54t9iA8qIa+0XGlCSQf9lxA==} dependencies: '@algolia/client-common': 4.9.3 @@ -701,7 +992,7 @@ packages: '@algolia/transporter': 4.9.3 dev: false - /@algolia/client-analytics/4.9.3: + /@algolia/client-analytics@4.9.3: resolution: {integrity: sha512-Z3EjegxsdTMRmOLoDBnCZJjdL3ZM4J/G7TMe2PIArdCJFWM4iDnO7/MvYasqpK0PPOCHRh0wS4yKG9rZOz6Vsw==} dependencies: '@algolia/client-common': 4.9.3 @@ -710,14 +1001,14 @@ packages: '@algolia/transporter': 4.9.3 dev: false - /@algolia/client-common/4.9.3: + /@algolia/client-common@4.9.3: resolution: {integrity: sha512-6GAfuNqMrBN3094H0DzvQyxJoKUkyQpEr5OiFhH8I3lihI1rTtjEUrNDTsVp6e9VsR2OCRpnL9EEDv2HcGe8cw==} dependencies: '@algolia/requester-common': 4.9.3 '@algolia/transporter': 4.9.3 dev: false - /@algolia/client-recommendation/4.9.3: + /@algolia/client-recommendation@4.9.3: resolution: {integrity: sha512-r+MNluwnUTr1tgHWQ5BPRw0A0YJZp9sXjSVxPCY3a+N6BgLaX4E02+FA8VrqVs8uR7mMQSLaJHoeCKnmNPrk9w==} dependencies: '@algolia/client-common': 4.9.3 @@ -725,7 +1016,7 @@ packages: '@algolia/transporter': 4.9.3 dev: false - /@algolia/client-search/4.9.3: + /@algolia/client-search@4.9.3: resolution: {integrity: sha512-8C6woYf6bY4Fh9H9nKY5IDDeBPwQ3nZn9QMQdgUj9ffDU8UzPqSivtLER1A+I81p1j9h+aBADRifwzIYtSXOkA==} dependencies: '@algolia/client-common': 4.9.3 @@ -733,33 +1024,33 @@ packages: '@algolia/transporter': 4.9.3 dev: false - /@algolia/logger-common/4.9.3: + /@algolia/logger-common@4.9.3: resolution: {integrity: sha512-8hGQ5HQvjx2kr7GWOmpON1tcRX2+VHqVg4p+qJqCBsPFlXbAshUyRJkxuen20eem2EAA5Cmmo1fPy/jlqdMMHA==} dev: false - /@algolia/logger-console/4.9.3: + /@algolia/logger-console@4.9.3: resolution: {integrity: sha512-7FGulrAjS/oCVRShKJw5qFuyHOZk/44jolEtNtXvO/tZRR8hPPiow16Vrd3ByRSIhghkC5zj6at4nQhoPK+KqA==} dependencies: '@algolia/logger-common': 4.9.3 dev: false - /@algolia/requester-browser-xhr/4.9.3: + /@algolia/requester-browser-xhr@4.9.3: resolution: {integrity: sha512-hP4YgxcY1kol0d+joXpO4BJuXjgF+vy3eBPk8WCXvZucv8hl5Vqb4BLccDMck+sTqP4Tqglwh/KwVTQrpmi/wA==} dependencies: '@algolia/requester-common': 4.9.3 dev: false - /@algolia/requester-common/4.9.3: + /@algolia/requester-common@4.9.3: resolution: {integrity: sha512-AgUw1iA/JkanZC+dhkSLyeiVgBhaaM3bI20f3cokuuDdz4X6F+hzi0vEpUZrEuNfnMLbUg8gxq3Vcg1/L9+9MA==} dev: false - /@algolia/requester-node-http/4.9.3: + /@algolia/requester-node-http@4.9.3: resolution: {integrity: sha512-+nz7rRnI9qNcdZjHpyAyvcDLAO9mGobqsAi0aicxMka/szU1HVUX6+pvSOiiOsD8ST3R13rJuufgHfWdDUysQg==} dependencies: '@algolia/requester-common': 4.9.3 dev: false - /@algolia/transporter/4.9.3: + /@algolia/transporter@4.9.3: resolution: {integrity: sha512-oJ68VSSpmUyB9EByqoyx25wgcrO9fgXtjH+pOtKoKmCW+RfxHW5agltJoQ808N8uq/AvP5ugMkRLGL3xf4WdzQ==} dependencies: '@algolia/cache-common': 4.9.3 @@ -767,36 +1058,57 @@ packages: '@algolia/requester-common': 4.9.3 dev: false - /@ardatan/aggregate-error/0.0.6: + /@ampproject/remapping@2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.22 + dev: false + + /@ardatan/aggregate-error@0.0.6: resolution: {integrity: sha512-vyrkEHG1jrukmzTPtyWB4NLPauUw5bQeg4uhn8f+1SSynmrOcyvlb1GKQjjgoBzElLdfXCRYX8UnBlhklOHYRQ==} engines: {node: '>=8'} dependencies: tslib: 2.0.3 dev: false - /@babel/code-frame/7.10.4: + /@babel/code-frame@7.10.4: resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==} dependencies: '@babel/highlight': 7.14.5 dev: false - /@babel/code-frame/7.12.11: + /@babel/code-frame@7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: '@babel/highlight': 7.14.5 dev: false - /@babel/code-frame/7.14.5: + /@babel/code-frame@7.14.5: resolution: {integrity: sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.14.5 - /@babel/compat-data/7.14.5: + /@babel/code-frame@7.23.5: + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.23.4 + chalk: 2.4.2 + dev: false + + /@babel/compat-data@7.14.5: resolution: {integrity: sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==} engines: {node: '>=6.9.0'} - /@babel/core/7.12.3: + /@babel/compat-data@7.23.5: + resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/core@7.12.3: resolution: {integrity: sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==} engines: {node: '>=6.9.0'} dependencies: @@ -809,7 +1121,7 @@ packages: '@babel/traverse': 7.14.5 '@babel/types': 7.14.5 convert-source-map: 1.8.0 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) gensync: 1.0.0-beta.2 json5: 2.2.0 lodash: 4.17.21 @@ -820,7 +1132,7 @@ packages: - supports-color dev: false - /@babel/core/7.12.9: + /@babel/core@7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: @@ -833,7 +1145,7 @@ packages: '@babel/traverse': 7.14.5 '@babel/types': 7.14.5 convert-source-map: 1.8.0 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) gensync: 1.0.0-beta.2 json5: 2.2.0 lodash: 4.17.21 @@ -844,13 +1156,13 @@ packages: - supports-color dev: false - /@babel/core/7.14.6: + /@babel/core@7.14.6: resolution: {integrity: sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 '@babel/generator': 7.14.5 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 + '@babel/helper-compilation-targets': 7.14.5(@babel/core@7.14.6) '@babel/helper-module-transforms': 7.14.5 '@babel/helpers': 7.14.6 '@babel/parser': 7.14.6 @@ -858,7 +1170,7 @@ packages: '@babel/traverse': 7.14.5 '@babel/types': 7.14.5 convert-source-map: 1.8.0 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -866,7 +1178,30 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator/7.14.5: + /@babel/core@7.23.9: + resolution: {integrity: sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.9) + '@babel/helpers': 7.23.9 + '@babel/parser': 7.23.9 + '@babel/template': 7.23.9 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + convert-source-map: 2.0.0 + debug: 4.3.1(supports-color@7.2.0) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/generator@7.14.5: resolution: {integrity: sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==} engines: {node: '>=6.9.0'} dependencies: @@ -874,14 +1209,31 @@ packages: jsesc: 2.5.2 source-map: 0.5.7 - /@babel/helper-annotate-as-pure/7.14.5: + /@babel/generator@7.23.6: + resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.22 + jsesc: 2.5.2 + dev: false + + /@babel/helper-annotate-as-pure@7.14.5: resolution: {integrity: sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 dev: false - /@babel/helper-builder-binary-assignment-operator-visitor/7.14.5: + /@babel/helper-annotate-as-pure@7.22.5: + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-builder-binary-assignment-operator-visitor@7.14.5: resolution: {integrity: sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==} engines: {node: '>=6.9.0'} dependencies: @@ -889,7 +1241,7 @@ packages: '@babel/types': 7.14.5 dev: false - /@babel/helper-compilation-targets/7.14.5_@babel+core@7.12.3: + /@babel/helper-compilation-targets@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -902,7 +1254,7 @@ packages: semver: 6.3.0 dev: false - /@babel/helper-compilation-targets/7.14.5_@babel+core@7.14.6: + /@babel/helper-compilation-targets@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -914,7 +1266,18 @@ packages: browserslist: 4.16.6 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.14.6_@babel+core@7.12.3: + /@babel/helper-compilation-targets@7.23.6: + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: false + + /@babel/helper-create-class-features-plugin@7.14.6(@babel/core@7.12.3): resolution: {integrity: sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -931,7 +1294,7 @@ packages: - supports-color dev: false - /@babel/helper-create-class-features-plugin/7.14.6_@babel+core@7.14.6: + /@babel/helper-create-class-features-plugin@7.14.6(@babel/core@7.14.6): resolution: {integrity: sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -948,7 +1311,43 @@ packages: - supports-color dev: false - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.12.3: + /@babel/helper-create-class-features-plugin@7.23.10(@babel/core@7.12.3): + resolution: {integrity: sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.12.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.12.3) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: false + + /@babel/helper-create-class-features-plugin@7.23.10(@babel/core@7.14.6): + resolution: {integrity: sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.14.6) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: false + + /@babel/helper-create-regexp-features-plugin@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -959,7 +1358,7 @@ packages: regexpu-core: 4.7.1 dev: false - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.14.6: + /@babel/helper-create-regexp-features-plugin@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -970,17 +1369,17 @@ packages: regexpu-core: 4.7.1 dev: false - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.14.6: + /@babel/helper-define-polyfill-provider@0.2.3(@babel/core@7.14.6): resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 + '@babel/helper-compilation-targets': 7.14.5(@babel/core@7.14.6) '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/traverse': 7.14.5 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) lodash.debounce: 4.0.8 resolve: 1.20.0 semver: 6.3.0 @@ -988,14 +1387,19 @@ packages: - supports-color dev: false - /@babel/helper-explode-assignable-expression/7.14.5: + /@babel/helper-environment-visitor@7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-explode-assignable-expression@7.14.5: resolution: {integrity: sha512-Htb24gnGJdIGT4vnRKMdoXiOIlqOLmdiUYpAQ0mYfgVT/GDm8GOYhgi4GL+hMKrkiPRohO4ts34ELFsGAPQLDQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 dev: false - /@babel/helper-function-name/7.14.5: + /@babel/helper-function-name@7.14.5: resolution: {integrity: sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==} engines: {node: '>=6.9.0'} dependencies: @@ -1003,31 +1407,60 @@ packages: '@babel/template': 7.14.5 '@babel/types': 7.14.5 - /@babel/helper-get-function-arity/7.14.5: + /@babel/helper-function-name@7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-get-function-arity@7.14.5: resolution: {integrity: sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 - /@babel/helper-hoist-variables/7.14.5: + /@babel/helper-hoist-variables@7.14.5: resolution: {integrity: sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 - /@babel/helper-member-expression-to-functions/7.14.5: + /@babel/helper-hoist-variables@7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-member-expression-to-functions@7.14.5: resolution: {integrity: sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 - /@babel/helper-module-imports/7.14.5: + /@babel/helper-member-expression-to-functions@7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-module-imports@7.14.5: resolution: {integrity: sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 - /@babel/helper-module-transforms/7.14.5: + /@babel/helper-module-imports@7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-module-transforms@7.14.5: resolution: {integrity: sha512-iXpX4KW8LVODuAieD7MzhNjmM6dzYY5tfRqT+R9HDXWl0jPn/djKmA+G9s/2C2T9zggw5tK1QNqZ70USfedOwA==} engines: {node: '>=6.9.0'} dependencies: @@ -1042,21 +1475,47 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-optimise-call-expression/7.14.5: + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.9): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + dev: false + + /@babel/helper-optimise-call-expression@7.14.5: resolution: {integrity: sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 - /@babel/helper-plugin-utils/7.10.4: + /@babel/helper-optimise-call-expression@7.22.5: + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-plugin-utils@7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: false - /@babel/helper-plugin-utils/7.14.5: + /@babel/helper-plugin-utils@7.14.5: resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.14.5: + /@babel/helper-plugin-utils@7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-remap-async-to-generator@7.14.5: resolution: {integrity: sha512-rLQKdQU+HYlxBwQIj8dk4/0ENOUEhA/Z0l4hN8BexpvmSMN9oA9EagjnhnDpNsRdWCfjwa4mn/HyBXO9yhQP6A==} engines: {node: '>=6.9.0'} dependencies: @@ -1067,7 +1526,19 @@ packages: - supports-color dev: false - /@babel/helper-replace-supers/7.14.5: + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.14.6): + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 + dev: false + + /@babel/helper-replace-supers@7.14.5: resolution: {integrity: sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==} engines: {node: '>=6.9.0'} dependencies: @@ -1078,33 +1549,93 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-simple-access/7.14.5: - resolution: {integrity: sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==} + /@babel/helper-replace-supers@7.22.20(@babel/core@7.12.3): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/types': 7.14.5 + '@babel/core': 7.12.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false - /@babel/helper-skip-transparent-expression-wrappers/7.14.5: - resolution: {integrity: sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==} + /@babel/helper-replace-supers@7.22.20(@babel/core@7.14.6): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/types': 7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false + + /@babel/helper-simple-access@7.14.5: + resolution: {integrity: sha512-nfBN9xvmCt6nrMZjfhkl7i0oTV3yxR4/FztsbOASyTvVcoYd0TRHh7eMLdlEcCqobydC0LAF3LtC92Iwxo0wyw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.14.5 + + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-skip-transparent-expression-wrappers@7.14.5: + resolution: {integrity: sha512-dmqZB7mrb94PZSAOYtr+ZN5qt5owZIAgqtoTuqiFbHFtxgEcmQlRJVI+bO++fciBunXtB6MK7HrzrfcAzIz2NQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.14.5 - /@babel/helper-split-export-declaration/7.14.5: + /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-split-export-declaration@7.14.5: resolution: {integrity: sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 - /@babel/helper-validator-identifier/7.14.5: + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.9 + dev: false + + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-identifier@7.14.5: resolution: {integrity: sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option/7.14.5: + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-option@7.14.5: resolution: {integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.14.5: + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-wrap-function@7.14.5: resolution: {integrity: sha512-YEdjTCq+LNuNS1WfxsDCNpgXkJaIyqco6DAelTUjT4f2KIWC1nBcaCaSdHTBqQVLnTBexBcVcFhLSU1KnYuePQ==} engines: {node: '>=6.9.0'} dependencies: @@ -1116,7 +1647,16 @@ packages: - supports-color dev: false - /@babel/helpers/7.14.6: + /@babel/helper-wrap-function@7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.23.9 + '@babel/types': 7.23.9 + dev: false + + /@babel/helpers@7.14.6: resolution: {integrity: sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==} engines: {node: '>=6.9.0'} dependencies: @@ -1126,7 +1666,18 @@ packages: transitivePeerDependencies: - supports-color - /@babel/highlight/7.14.5: + /@babel/helpers@7.23.9: + resolution: {integrity: sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.23.9 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/highlight@7.14.5: resolution: {integrity: sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==} engines: {node: '>=6.9.0'} dependencies: @@ -1134,12 +1685,31 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.14.6: + /@babel/highlight@7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + + /@babel/parser@7.14.6: resolution: {integrity: sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==} engines: {node: '>=6.0.0'} hasBin: true + dependencies: + '@babel/types': 7.14.5 + + /@babel/parser@7.23.9: + resolution: {integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.9 + dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.14.5_@babel+core@7.14.6: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1148,10 +1718,10 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-optional-chaining': 7.14.5(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-async-generator-functions/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-async-generator-functions@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1160,12 +1730,12 @@ packages: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.14.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.3) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-async-generator-functions/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-async-generator-functions@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1174,64 +1744,76 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.14.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.6 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.14.6) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-properties/7.12.1_@babel+core@7.12.3: + /@babel/plugin-proposal-class-properties@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.12.3 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-class-properties@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-static-block/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.14.6): + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-create-class-features-plugin': 7.23.10(@babel/core@7.14.6) + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-proposal-class-static-block@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.14.6) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-decorators/7.12.1_@babel+core@7.12.3: + /@babel/plugin-proposal-decorators@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.12.3 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-decorators': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-syntax-decorators': 7.14.5(@babel/core@7.12.3) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-dynamic-import@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1239,10 +1821,10 @@ packages: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-dynamic-import@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1250,10 +1832,21 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.14.6) + dev: false + + /@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-export-namespace-from@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1261,10 +1854,10 @@ packages: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-export-namespace-from@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1272,10 +1865,10 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-json-strings@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1283,10 +1876,10 @@ packages: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-json-strings@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1294,10 +1887,10 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-logical-assignment-operators@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1305,10 +1898,10 @@ packages: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.3 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-logical-assignment-operators@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1316,51 +1909,52 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1_@babel+core@7.12.3: + /@babel/plugin-proposal-nullish-coalescing-operator@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5: + /@babel/plugin-proposal-nullish-coalescing-operator@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - dev: true + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.14.6) - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.14.6: - resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.14.6): + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-numeric-separator/7.12.1_@babel+core@7.12.3: + /@babel/plugin-proposal-numeric-separator@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-numeric-separator@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1368,21 +1962,21 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: + /@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9): resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.12.9 + '@babel/helper-plugin-utils': 7.14.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.12.9) dev: false - /@babel/plugin-proposal-object-rest-spread/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-object-rest-spread@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1390,13 +1984,13 @@ packages: dependencies: '@babel/compat-data': 7.14.5 '@babel/core': 7.12.3 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.12.3 + '@babel/helper-compilation-targets': 7.14.5(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-object-rest-spread/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-object-rest-spread@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1404,13 +1998,28 @@ packages: dependencies: '@babel/compat-data': 7.14.5 '@babel/core': 7.14.6 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 + '@babel/helper-compilation-targets': 7.14.5(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.14.6) + dev: false + + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.14.6): + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/core': 7.14.6 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-optional-catch-binding@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1418,10 +2027,10 @@ packages: dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-optional-catch-binding@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1429,10 +2038,10 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-optional-chaining/7.12.1_@babel+core@7.12.3: + /@babel/plugin-proposal-optional-chaining@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1440,59 +2049,60 @@ packages: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.3) dev: false - /@babel/plugin-proposal-optional-chaining/7.14.5: + /@babel/plugin-proposal-optional-chaining@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - dev: true + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.14.6) - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.14.6: - resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.14.6): + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.14.6) dev: false - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-private-methods@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.12.3 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-private-methods@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-private-property-in-object@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1500,36 +2110,50 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-annotate-as-pure': 7.14.5 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.14.6) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.12.3: + /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.12.3): + resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.23.10(@babel/core@7.12.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.12.3) + dev: false + + /@babel/plugin-proposal-unicode-property-regex@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.12.3 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.14.6: + /@babel/plugin-proposal-unicode-property-regex@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.12.3: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.12.3): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1538,7 +2162,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.14.6: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.14.6): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1546,7 +2170,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1555,7 +2179,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1563,7 +2187,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.12.3: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.12.3): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1572,7 +2196,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.14.6: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.14.6): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1580,7 +2204,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.14.6: + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1590,7 +2214,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-decorators/7.14.5_@babel+core@7.12.3: + /@babel/plugin-syntax-decorators@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-c4sZMRWL4GSvP1EXy0woIP7m4jkVcEuG8R1TOZxPBPtp4FSM/kiPZub9UIs/Jrb5ZAOzvTUSGYrWsrSu1JvoPw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1600,7 +2224,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1609,7 +2233,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1618,7 +2242,17 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1627,7 +2261,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1636,7 +2270,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-flow/7.14.5_@babel+core@7.12.3: + /@babel/plugin-syntax-flow@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1646,7 +2280,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-flow/7.14.5_@babel+core@7.14.6: + /@babel/plugin-syntax-flow@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1656,7 +2290,17 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.12.3: + /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.12.3): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1665,7 +2309,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.14.6: + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.14.6): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1673,7 +2317,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1682,7 +2326,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1690,7 +2334,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: + /@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9): resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1699,16 +2343,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-jsx/7.14.5: - resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.14.5 - dev: false - - /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.12.3: + /@babel/plugin-syntax-jsx@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1718,7 +2353,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.14.6: + /@babel/plugin-syntax-jsx@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1728,7 +2363,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.12.3: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.12.3): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1737,7 +2372,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.14.6: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.14.6): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1745,15 +2380,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1762,7 +2389,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1770,7 +2397,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.12.3: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.12.3): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1779,7 +2406,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.14.6: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.14.6): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1787,7 +2414,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1796,7 +2423,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1805,7 +2432,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1813,7 +2440,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1822,7 +2449,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.14.6: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1830,32 +2457,34 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-optional-chaining/7.8.3: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.12.3): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - dev: true + dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.12.3: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.14.6): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.12.3 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.14.6: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.12.3): + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.6 + '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 + dev: false - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.14.6: + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1865,7 +2494,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.12.3: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1875,7 +2504,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.14.6: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1884,7 +2513,7 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.12.3: + /@babel/plugin-syntax-typescript@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1894,7 +2523,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.14.6: + /@babel/plugin-syntax-typescript@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1904,7 +2533,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-arrow-functions@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1914,7 +2543,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-arrow-functions@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1924,7 +2553,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-async-to-generator@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1938,7 +2567,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-async-to-generator@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1952,7 +2581,19 @@ packages: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.14.6) + dev: false + + /@babel/plugin-transform-block-scoped-functions@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1962,7 +2603,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-block-scoped-functions@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1972,7 +2613,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-block-scoping/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-block-scoping@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1982,7 +2623,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-block-scoping/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-block-scoping@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1992,7 +2633,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-classes/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-classes@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2010,7 +2651,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-classes/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-classes@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2028,7 +2669,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-computed-properties@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2038,7 +2679,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-computed-properties@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2048,7 +2689,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-destructuring/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-destructuring@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2058,7 +2699,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-destructuring/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-destructuring@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2068,29 +2709,39 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-dotall-regex@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.12.3 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-dotall-regex@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-duplicate-keys@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2100,7 +2751,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-duplicate-keys@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2110,7 +2761,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-exponentiation-operator@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2121,7 +2772,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-exponentiation-operator@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2132,17 +2783,17 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-flow-strip-types/7.12.1_@babel+core@7.12.3: + /@babel/plugin-transform-flow-strip-types@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-syntax-flow': 7.14.5(@babel/core@7.12.3) dev: false - /@babel/plugin-transform-flow-strip-types/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-flow-strip-types@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2150,10 +2801,21 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-flow': 7.14.5(@babel/core@7.14.6) + dev: false + + /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.14.6) dev: false - /@babel/plugin-transform-for-of/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-for-of@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2163,7 +2825,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-for-of/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-for-of@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2173,7 +2835,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-function-name@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2184,7 +2846,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-function-name@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2195,7 +2857,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-literals@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2205,7 +2867,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-literals@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2215,7 +2877,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-member-expression-literals@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2225,7 +2887,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-member-expression-literals@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2235,7 +2897,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-modules-amd@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2249,7 +2911,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-modules-amd@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2263,7 +2925,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-modules-commonjs@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2278,7 +2940,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-modules-commonjs@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2293,7 +2955,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-modules-systemjs@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2309,7 +2971,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-modules-systemjs@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2325,7 +2987,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-modules-umd@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2338,7 +3000,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-modules-umd@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2351,27 +3013,27 @@ packages: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-named-capturing-groups-regex@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.12.3 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.12.3) dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-named-capturing-groups-regex@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.14.6) dev: false - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-new-target@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2381,7 +3043,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-new-target@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2391,7 +3053,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-object-super@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2404,7 +3066,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-object-super@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2417,7 +3079,7 @@ packages: - supports-color dev: false - /@babel/plugin-transform-parameters/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-parameters@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2427,7 +3089,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-parameters/7.14.5_@babel+core@7.12.9: + /@babel/plugin-transform-parameters@7.14.5(@babel/core@7.12.9): resolution: {integrity: sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2437,7 +3099,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-parameters/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-parameters@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2447,7 +3109,41 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-create-class-features-plugin': 7.23.10(@babel/core@7.14.6) + '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.14.6): + resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.23.10(@babel/core@7.14.6) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.14.6) + dev: false + + /@babel/plugin-transform-property-literals@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2457,7 +3153,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-property-literals@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2467,7 +3163,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-constant-elements/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-react-constant-elements@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2477,7 +3173,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-display-name/7.12.1_@babel+core@7.12.3: + /@babel/plugin-transform-react-display-name@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2486,7 +3182,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-display-name/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-react-display-name@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-07aqY1ChoPgIxsuDviptRpVkWCSbXWmzQqcgy65C6YSFOfPFvb/DX3bBRHh7pCd/PMEEYHYWUTSVkCbkVainYQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2496,27 +3192,27 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-jsx-development/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-react-jsx-development@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/plugin-transform-react-jsx': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-transform-react-jsx': 7.14.5(@babel/core@7.12.3) dev: false - /@babel/plugin-transform-react-jsx-development/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-react-jsx-development@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-rdwG/9jC6QybWxVe2UVOa7q6cnTpw8JRRHOxntG/h6g/guAOe6AhtQHJuJh5FwmnXIT1bdm5vC2/5huV8ZOorQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/plugin-transform-react-jsx': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-react-jsx': 7.14.5(@babel/core@7.14.6) dev: false - /@babel/plugin-transform-react-jsx-self/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-react-jsx-self@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-M/fmDX6n0cfHK/NLTcPmrfVAORKDhK8tyjDhyxlUjYyPYYO8FRWwuxBA3WBx8kWN/uBUuwGa3s/0+hQ9JIN3Tg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2526,7 +3222,17 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-jsx-source/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-react-jsx-self@7.14.5(@babel/core@7.14.6): + resolution: {integrity: sha512-M/fmDX6n0cfHK/NLTcPmrfVAORKDhK8tyjDhyxlUjYyPYYO8FRWwuxBA3WBx8kWN/uBUuwGa3s/0+hQ9JIN3Tg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 + dev: false + + /@babel/plugin-transform-react-jsx-source@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-1TpSDnD9XR/rQ2tzunBVPThF5poaYT9GqP+of8fAtguYuI/dm2RkrMBDemsxtY0XBzvW7nXjYM0hRyKX9QYj7Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2536,7 +3242,17 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-jsx/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-react-jsx-source@7.14.5(@babel/core@7.14.6): + resolution: {integrity: sha512-1TpSDnD9XR/rQ2tzunBVPThF5poaYT9GqP+of8fAtguYuI/dm2RkrMBDemsxtY0XBzvW7nXjYM0hRyKX9QYj7Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.14.5 + dev: false + + /@babel/plugin-transform-react-jsx@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-7RylxNeDnxc1OleDm0F5Q/BSL+whYRbOAR+bwgCxIr0L32v7UFh/pz1DLMZideAUxKT6eMoS2zQH6fyODLEi8Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2546,11 +3262,11 @@ packages: '@babel/helper-annotate-as-pure': 7.14.5 '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-syntax-jsx': 7.14.5(@babel/core@7.12.3) '@babel/types': 7.14.5 dev: false - /@babel/plugin-transform-react-jsx/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-react-jsx@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-7RylxNeDnxc1OleDm0F5Q/BSL+whYRbOAR+bwgCxIr0L32v7UFh/pz1DLMZideAUxKT6eMoS2zQH6fyODLEi8Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2560,11 +3276,11 @@ packages: '@babel/helper-annotate-as-pure': 7.14.5 '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-jsx': 7.14.5(@babel/core@7.14.6) '@babel/types': 7.14.5 dev: false - /@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-react-pure-annotations@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2575,7 +3291,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-react-pure-annotations/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-react-pure-annotations@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-3X4HpBJimNxW4rhUy/SONPyNQHp5YRr0HhJdT2OH1BRp0of7u3Dkirc7x9FRJMKMqTBI079VZ1hzv7Ouuz///g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2586,7 +3302,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-regenerator@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2596,7 +3312,7 @@ packages: regenerator-transform: 0.14.5 dev: false - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-regenerator@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2606,7 +3322,7 @@ packages: regenerator-transform: 0.14.5 dev: false - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-reserved-words@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2616,7 +3332,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-reserved-words@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2626,7 +3342,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-runtime/7.12.1_@babel+core@7.12.3: + /@babel/plugin-transform-runtime@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2638,7 +3354,7 @@ packages: semver: 5.7.1 dev: false - /@babel/plugin-transform-runtime/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-runtime@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2647,15 +3363,15 @@ packages: '@babel/core': 7.14.6 '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.14.6 - babel-plugin-polyfill-corejs3: 0.2.3_@babel+core@7.14.6 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.14.6 + babel-plugin-polyfill-corejs2: 0.2.2(@babel/core@7.14.6) + babel-plugin-polyfill-corejs3: 0.2.3(@babel/core@7.14.6) + babel-plugin-polyfill-regenerator: 0.2.2(@babel/core@7.14.6) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-shorthand-properties@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2665,7 +3381,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-shorthand-properties@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2675,7 +3391,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-spread/7.14.6_@babel+core@7.12.3: + /@babel/plugin-transform-spread@7.14.6(@babel/core@7.12.3): resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2686,7 +3402,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 dev: false - /@babel/plugin-transform-spread/7.14.6_@babel+core@7.14.6: + /@babel/plugin-transform-spread@7.14.6(@babel/core@7.14.6): resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2697,7 +3413,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 dev: false - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-sticky-regex@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2707,7 +3423,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-sticky-regex@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2717,7 +3433,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-template-literals@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2727,7 +3443,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-template-literals@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2737,7 +3453,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-typeof-symbol@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2747,7 +3463,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-typeof-symbol@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2757,35 +3473,35 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-typescript/7.14.6_@babel+core@7.12.3: + /@babel/plugin-transform-typescript@7.14.6(@babel/core@7.12.3): resolution: {integrity: sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.12.3 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-syntax-typescript': 7.14.5(@babel/core@7.12.3) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-typescript/7.14.6_@babel+core@7.14.6: + /@babel/plugin-transform-typescript@7.14.6(@babel/core@7.14.6): resolution: {integrity: sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-typescript': 7.14.5(@babel/core@7.14.6) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-unicode-escapes@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2795,7 +3511,7 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-unicode-escapes@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2805,97 +3521,97 @@ packages: '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.12.3: + /@babel/plugin-transform-unicode-regex@7.14.5(@babel/core@7.12.3): resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.12.3 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.12.3) '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.14.6: + /@babel/plugin-transform-unicode-regex@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 dev: false - /@babel/preset-env/7.12.1_@babel+core@7.12.3: + /@babel/preset-env@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.14.5 '@babel/core': 7.12.3 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.12.3 + '@babel/helper-compilation-targets': 7.14.5(@babel/core@7.12.3) '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-proposal-async-generator-functions': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-numeric-separator': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-object-rest-spread': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.12.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-block-scoping': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-classes': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-destructuring': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-modules-commonjs': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-modules-systemjs': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.12.3 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.12.3 - '@babel/preset-modules': 0.1.4_@babel+core@7.12.3 + '@babel/plugin-proposal-async-generator-functions': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-class-properties': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-dynamic-import': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-export-namespace-from': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-json-strings': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-logical-assignment-operators': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-numeric-separator': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-object-rest-spread': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-optional-catch-binding': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-optional-chaining': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-private-methods': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-proposal-unicode-property-regex': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.12.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-arrow-functions': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-async-to-generator': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-block-scoped-functions': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-block-scoping': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-classes': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-computed-properties': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-destructuring': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-dotall-regex': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-duplicate-keys': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-exponentiation-operator': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-for-of': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-function-name': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-literals': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-member-expression-literals': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-modules-amd': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-modules-commonjs': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-modules-systemjs': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-modules-umd': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-new-target': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-object-super': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-property-literals': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-regenerator': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-reserved-words': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-shorthand-properties': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-spread': 7.14.6(@babel/core@7.12.3) + '@babel/plugin-transform-sticky-regex': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-template-literals': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-typeof-symbol': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-unicode-escapes': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-unicode-regex': 7.14.5(@babel/core@7.12.3) + '@babel/preset-modules': 0.1.4(@babel/core@7.12.3) '@babel/types': 7.14.5 core-js-compat: 3.15.0 semver: 5.7.1 @@ -2903,7 +3619,7 @@ packages: - supports-color dev: false - /@babel/preset-env/7.14.5_@babel+core@7.14.6: + /@babel/preset-env@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2911,124 +3627,136 @@ packages: dependencies: '@babel/compat-data': 7.14.5 '@babel/core': 7.14.6 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 + '@babel/helper-compilation-targets': 7.14.5(@babel/core@7.14.6) '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-async-generator-functions': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-class-static-block': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-object-rest-spread': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-private-property-in-object': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.6 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.6 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-block-scoping': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-classes': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-destructuring': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-modules-commonjs': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-modules-systemjs': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.14.6 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.14.6 - '@babel/preset-modules': 0.1.4_@babel+core@7.14.6 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-async-generator-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-class-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-class-static-block': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-dynamic-import': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-export-namespace-from': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-json-strings': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-logical-assignment-operators': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-numeric-separator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-object-rest-spread': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-optional-catch-binding': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-optional-chaining': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-private-methods': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-private-property-in-object': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-unicode-property-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.14.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.14.6) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.14.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.14.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-arrow-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-async-to-generator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-block-scoped-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-block-scoping': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-classes': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-computed-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-destructuring': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-dotall-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-duplicate-keys': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-exponentiation-operator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-for-of': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-function-name': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-member-expression-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-amd': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-commonjs': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-systemjs': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-umd': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-new-target': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-object-super': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-property-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-regenerator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-reserved-words': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-shorthand-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-spread': 7.14.6(@babel/core@7.14.6) + '@babel/plugin-transform-sticky-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-template-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-typeof-symbol': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-unicode-escapes': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-unicode-regex': 7.14.5(@babel/core@7.14.6) + '@babel/preset-modules': 0.1.4(@babel/core@7.14.6) '@babel/types': 7.14.5 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.14.6 - babel-plugin-polyfill-corejs3: 0.2.3_@babel+core@7.14.6 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.14.6 + babel-plugin-polyfill-corejs2: 0.2.2(@babel/core@7.14.6) + babel-plugin-polyfill-corejs3: 0.2.3(@babel/core@7.14.6) + babel-plugin-polyfill-regenerator: 0.2.2(@babel/core@7.14.6) core-js-compat: 3.15.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules/0.1.4_@babel+core@7.12.3: + /@babel/preset-flow@7.23.3(@babel/core@7.14.6): + resolution: {integrity: sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.14.6) + dev: false + + /@babel/preset-modules@0.1.4(@babel/core@7.12.3): resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-dotall-regex': 7.14.5(@babel/core@7.12.3) '@babel/types': 7.14.5 esutils: 2.0.3 dev: false - /@babel/preset-modules/0.1.4_@babel+core@7.14.6: + /@babel/preset-modules@0.1.4(@babel/core@7.14.6): resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-dotall-regex': 7.14.5(@babel/core@7.14.6) '@babel/types': 7.14.5 esutils: 2.0.3 dev: false - /@babel/preset-react/7.12.1_@babel+core@7.12.3: + /@babel/preset-react@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-transform-react-display-name': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-transform-react-jsx': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-react-jsx-development': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-react-jsx-self': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-react-jsx-source': 7.14.5_@babel+core@7.12.3 - '@babel/plugin-transform-react-pure-annotations': 7.14.5_@babel+core@7.12.3 + '@babel/plugin-transform-react-display-name': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-transform-react-jsx': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-react-jsx-development': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-react-jsx-self': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-react-jsx-source': 7.14.5(@babel/core@7.12.3) + '@babel/plugin-transform-react-pure-annotations': 7.14.5(@babel/core@7.12.3) dev: false - /@babel/preset-react/7.14.5_@babel+core@7.14.6: + /@babel/preset-react@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-XFxBkjyObLvBaAvkx1Ie95Iaq4S/GUEIrejyrntQ/VCMKUYvKLoyKxOBzJ2kjA3b6rC9/KL6KXfDC2GqvLiNqQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3037,25 +3765,25 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-react-display-name': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-react-jsx': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-react-jsx-development': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-react-pure-annotations': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-react-display-name': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-jsx': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-jsx-development': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-pure-annotations': 7.14.5(@babel/core@7.14.6) dev: false - /@babel/preset-typescript/7.12.1_@babel+core@7.12.3: + /@babel/preset-typescript@7.12.1(@babel/core@7.12.3): resolution: {integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.3 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-transform-typescript': 7.14.6_@babel+core@7.12.3 + '@babel/plugin-transform-typescript': 7.14.6(@babel/core@7.12.3) transitivePeerDependencies: - supports-color dev: false - /@babel/preset-typescript/7.14.5_@babel+core@7.14.6: + /@babel/preset-typescript@7.14.5(@babel/core@7.14.6): resolution: {integrity: sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3064,37 +3792,51 @@ packages: '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-typescript': 7.14.6_@babel+core@7.14.6 + '@babel/plugin-transform-typescript': 7.14.6(@babel/core@7.14.6) transitivePeerDependencies: - supports-color dev: false - /@babel/runtime-corejs3/7.14.6: + /@babel/register@7.23.7(@babel/core@7.14.6): + resolution: {integrity: sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.6 + source-map-support: 0.5.19 + dev: false + + /@babel/runtime-corejs3@7.14.6: resolution: {integrity: sha512-Xl8SPYtdjcMoCsIM4teyVRg7jIcgl8F2kRtoCcXuHzXswt9UxZCS6BzRo8fcnCuP6u2XtPgvyonmEPF57Kxo9Q==} engines: {node: '>=6.9.0'} dependencies: core-js-pure: 3.15.0 regenerator-runtime: 0.13.7 - /@babel/runtime/7.12.1: + /@babel/runtime@7.12.1: resolution: {integrity: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==} dependencies: regenerator-runtime: 0.13.7 dev: false - /@babel/runtime/7.12.5: + /@babel/runtime@7.12.5: resolution: {integrity: sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==} dependencies: regenerator-runtime: 0.13.7 dev: false - /@babel/runtime/7.14.6: + /@babel/runtime@7.14.6: resolution: {integrity: sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.7 - /@babel/template/7.14.5: + /@babel/template@7.14.5: resolution: {integrity: sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==} engines: {node: '>=6.9.0'} dependencies: @@ -3102,7 +3844,16 @@ packages: '@babel/parser': 7.14.6 '@babel/types': 7.14.5 - /@babel/traverse/7.14.5: + /@babel/template@7.23.9: + resolution: {integrity: sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 + dev: false + + /@babel/traverse@7.14.5: resolution: {integrity: sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==} engines: {node: '>=6.9.0'} dependencies: @@ -3113,19 +3864,46 @@ packages: '@babel/helper-split-export-declaration': 7.14.5 '@babel/parser': 7.14.6 '@babel/types': 7.14.5 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + /@babel/traverse@7.23.9: + resolution: {integrity: sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 + debug: 4.3.1(supports-color@7.2.0) globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false - /@babel/types/7.14.5: + /@babel/types@7.14.5: resolution: {integrity: sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.14.5 to-fast-properties: 2.0.0 - /@babel/types/7.8.3: + /@babel/types@7.23.9: + resolution: {integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: false + + /@babel/types@7.8.3: resolution: {integrity: sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==} dependencies: esutils: 2.0.3 @@ -3133,267 +3911,267 @@ packages: to-fast-properties: 2.0.0 dev: false - /@bcoe/v8-coverage/0.2.3: + /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - /@chakra-ui/accordion/1.3.3_1a172f0d9e69dd769f3070844504455b: + /@chakra-ui/accordion@1.3.3(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2): resolution: {integrity: sha512-l0mtyChZxGlMfFRQhCS3yiucEXU4oV2k35W0OvYl5X1upzNlwD2o9JFCw/25PHJ+IbDo+bMAoQ/mPc4ZAy7s/Q==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/descendant': 2.0.1_react@17.0.2 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/transition': 1.3.2_6e811357ed36e65ef860931c3f3c4cd0 + '@chakra-ui/descendant': 2.0.1(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/transition': 1.3.2(framer-motion@4.1.17)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 transitivePeerDependencies: - framer-motion dev: false - /@chakra-ui/alert/1.2.5_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/alert@1.2.5(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-S+YaqaACteSOhGlBFygOeYsQC2FYO6m37g6M+N23kbUHKtT7I4gYsxczLuUwKJ65u4T2Bt1qNSVokjmKCMhE9w==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/avatar/1.2.6_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/avatar@1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-Z07yd86nGYgrqFk1H/zyplpPRhQ04g3UioPWmufoqsGp6x/wysRO1ictF5O1duGQ1M5x4vrTqAS1ssAl5HmUzg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/image': 1.0.16_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/image': 1.0.16(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/breadcrumb/1.2.6_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/breadcrumb@1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-dsISuwwqq46VcNUbeHJSE2kU939yPl6oSBo7RFQW/JNr+UN0wf9yGdB9BtETIhXZQDpnlEZgm3Gea78ubcDEKA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/button/1.4.0_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/button@1.4.0(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-bkc5t2l3fBUm4yIllQAtoWBRvbElBWGEIzMEo9ABxWrB6bhXEeP513Mz1IoPFwHQmFhsQ1G+FpdH+X8TSN8cNw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/spinner': 1.1.10_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/spinner': 1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/checkbox/1.5.3_1a172f0d9e69dd769f3070844504455b: + /@chakra-ui/checkbox@1.5.3(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2): resolution: {integrity: sha512-0BXKci7D/dm0HxPBlFnZOtLy370dOYhOO11cMWnKGE+F3Zm2+vJKEU40O1wkWe7qnr6USsjFwXSHNLUkY9qH5A==} peerDependencies: '@chakra-ui/system': '>=1.0.0' framer-motion: 3.x || 4.x react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@chakra-ui/visually-hidden': 1.0.12_f314da12debc3366f1a8ba17c0536e75 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + '@chakra-ui/visually-hidden': 1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2) + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/clickable/1.1.5_react@17.0.2: + /@chakra-ui/clickable@1.1.5(react@17.0.2): resolution: {integrity: sha512-nC6vLxh7cYrYyuMdrotiq+CUqG+KGND+RLeE3WiWyP0JDivX6t7S1EtRENnskKyWaLvjMDFsLU0wDAZm18vQNA==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/close-button/1.1.9_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/close-button@1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-Wj1nuNUw93AkswwQM+ifOi0guJddRavu4mJS4F15+Vv8d30BQo/O6NOGPFutJK4Fm48WA9QjqydCMb1n8umDxA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/color-mode/1.1.9_react@17.0.2: + /@chakra-ui/color-mode@1.1.9(react@17.0.2): resolution: {integrity: sha512-Bb8HpoJ4dzrYUIOHzIf0Ph+82ZphYEmRxc4Hd/ilCa5PGTHmOh7SSoFs6RToU4j/9Xmz32eKF6ioT6m6Fh8ycQ==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/control-box/1.0.13_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/control-box@1.0.13(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-C64WLlVaTRaHDI+aeZpIDMXSZZMsXxbjXN7UCzUoNcG/5PzZQNJgvcJ3Y82pKF6S+4Sl7rRzxw+zIZLSCasGPw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/counter/1.1.6_react@17.0.2: + /@chakra-ui/counter@1.1.6(react@17.0.2): resolution: {integrity: sha512-KwmkgI6Sp+NAsGEIFQOOUZMJ1ePPWNoUev3mArPrw7KcymPsMQK8KS95JdQXmRIYU34xdbeDavcsRJVLkFCfwg==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/css-reset/1.0.0_c94ce1a602d602ceca4c9cb32dbce62d: + /@chakra-ui/css-reset@1.0.0(@emotion/react@11.4.0)(react@17.0.2): resolution: {integrity: sha512-UaPsImGHvCgFO3ayp6Ugafu2/3/EG8wlW/8Y9Ihfk1UFv8cpV+3BfWKmuZ7IcmxcBL9dkP6E8p3/M1T0FB92hg==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=16.8.6' dependencies: - '@emotion/react': 11.4.0_189cc19b8edfe5959338b863f6e5c247 + '@emotion/react': 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/descendant/2.0.1_react@17.0.2: + /@chakra-ui/descendant@2.0.1(react@17.0.2): resolution: {integrity: sha512-TeYp94iOhu5Gs2oVzewJaep0qft/JKMKfmcf4PGgzJF+h6TWZm6NGohk6Jq7JOh+y0rExa1ulknIgnMzFx5xaA==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/editable/1.2.6_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/editable@1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-Zbb68l/whuVkB5anPbrNLua14XhTGuqgmlrsadsaWnPzdBYCQFUR9+nXPhYLlHdzlWM5WLZCdffVkUl9UVgJwQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/focus-lock/1.1.8_189cc19b8edfe5959338b863f6e5c247: + /@chakra-ui/focus-lock@1.1.8(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-y2aZGFv5O8vWL/oxt3FhhQSD6lQO5TEUdIFwaKFCh1qqHMoWrQMx0n7aGny1E8IMGvs2fKMKr1lIA3HovE/sCw==} peerDependencies: react: '>=16.8.6' dependencies: '@chakra-ui/utils': 1.8.0 react: 17.0.2 - react-focus-lock: 2.5.0_189cc19b8edfe5959338b863f6e5c247 + react-focus-lock: 2.5.0(@types/react@17.0.11)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/1.3.7_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/form-control@1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-kXrnhI61SYbf+OL4XM+iMFS/OjdqfsIJo+BHNfTC8phY9xTbwnzTeA0kzEwcZa2n043ICzcD5O3QpPf9Z49Kig==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/hooks/1.5.3_react@17.0.2: + /@chakra-ui/hooks@1.5.3(react@17.0.2): resolution: {integrity: sha512-a8j87nnS5mGopsNkEPmvXPOuW+Ua4vS3sQh48esx8WXQ3v9V2/XcJ8+eTA4AMJGhxXCU63brU2BciyN9dkxYwA==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) '@chakra-ui/utils': 1.8.0 compute-scroll-into-view: 1.0.14 copy-to-clipboard: 3.3.1 react: 17.0.2 dev: false - /@chakra-ui/icon/1.1.9_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/icon@1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-lmZHK4O+Wo7LwxRsQb0KmtOwq2iACESxwQgackuj7NPHbAsdF2/y3t2f7KCD+dTKGxoauEMgU2nVLePZWjtpTQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/image/1.0.16_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/image@1.0.16(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-CrmT9HhnIawiQ4XiSz9O3tH1b0Hma2QQQzGyOQNrfiERxrG+m6pFaA1voCiK6e9RoDiRwcLeEPCg1tVus+AT2g==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/input/1.2.7_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/input@1.2.7(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-PpcpFy9vYxU0DNEVpSDM4/400MDh2pS84MW+cF0SIepJSL+5DczUe+LO/+yoKx0Zh6ccmOfUSHUVDQLczwEFSg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/form-control': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/layout/1.4.6_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/layout@1.4.6(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-dde/c0SNhFsSHwdgQY4m/JwBzcjY4gSCuODX90AcPJuDVd+CFm2mbRIicaJ9iFj3V83C3oIQUzn+LJlLLnmSig==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/live-region/1.0.12_react@17.0.2: + /@chakra-ui/live-region@1.0.12(react@17.0.2): resolution: {integrity: sha512-NgIZuCLAX7FCyLc7+7wxQ0WCmlFS+SHutHf2QXezU6NjkoUmiZ02yVoBHltGn9f0jBVkVBZ4LL1ng2ruwRsJog==} peerDependencies: react: '>=16.8.6' @@ -3402,40 +4180,40 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/media-query/1.1.0_4f6a0e4e98445ddfbb8ea6b83c348e50: + /@chakra-ui/media-query@1.1.0(@chakra-ui/system@1.7.0)(@chakra-ui/theme@1.9.1)(react@17.0.2): resolution: {integrity: sha512-uito1LpqhO+xBgpXvnPcn4YZkeF905pAOgwNdudX88Wyn26Rcs81w/B4W90/MW0lAfPuUWqzYbGyUuiXyavQWQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' '@chakra-ui/theme': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/react-env': 1.0.4_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/theme': 1.9.1_@chakra-ui+system@1.7.0 + '@chakra-ui/react-env': 1.0.4(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/theme': 1.9.1(@chakra-ui/system@1.7.0) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/menu/1.7.0_1a172f0d9e69dd769f3070844504455b: + /@chakra-ui/menu@1.7.0(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2): resolution: {integrity: sha512-zhT174hDwRyf9A4xbfFERPIH46hZFckFVy9BEBhTGeFAY2ohyqY0BEQoaJwQriN4ivFv2Wpr8j8yYAGR68x4XA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' framer-motion: 3.x || 4.x react: '>=16.8.6' dependencies: - '@chakra-ui/clickable': 1.1.5_react@17.0.2 - '@chakra-ui/descendant': 2.0.1_react@17.0.2 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/popper': 2.2.1_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/transition': 1.3.2_6e811357ed36e65ef860931c3f3c4cd0 + '@chakra-ui/clickable': 1.1.5(react@17.0.2) + '@chakra-ui/descendant': 2.0.1(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/popper': 2.2.1(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/transition': 1.3.2(framer-motion@4.1.17)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/modal/1.8.8_7db34e576bdd7ebb7a0ada3bf1322c1e: + /@chakra-ui/modal@1.8.8(@chakra-ui/system@1.7.0)(@types/react@17.0.11)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-E1fBHwGzmxjHv/+QK9jryiY4y544arRkR8gI6aBbXzpSmSZ2yke802NC6p2Xb22dnmrvzIT5G9MkJx2oV5jjCA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -3443,121 +4221,121 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/close-button': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/focus-lock': 1.1.8_189cc19b8edfe5959338b863f6e5c247 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/portal': 1.2.6_react-dom@17.0.2+react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/transition': 1.3.2_6e811357ed36e65ef860931c3f3c4cd0 + '@chakra-ui/close-button': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/focus-lock': 1.1.8(@types/react@17.0.11)(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/portal': 1.2.6(react-dom@17.0.2)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/transition': 1.3.2(framer-motion@4.1.17)(react@17.0.2) '@chakra-ui/utils': 1.8.0 aria-hidden: 1.1.3 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-remove-scroll: 2.4.1_189cc19b8edfe5959338b863f6e5c247 + react-dom: 17.0.2(react@17.0.2) + react-remove-scroll: 2.4.1(@types/react@17.0.11)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/1.2.7_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/number-input@1.2.7(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-k5TUjDfPHmv/pM9Rq3Dmo3S55Y/yTl76gX/en93+KF8kTamVP0oAhunbC82fYegyFIgpjPckJ3VOxR51JdX/eg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/counter': 1.1.6_react@17.0.2 - '@chakra-ui/form-control': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/counter': 1.1.6(react@17.0.2) + '@chakra-ui/form-control': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/pin-input/1.6.2_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/pin-input@1.6.2(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-E3eRuYmLEiyRNUui6OTh5blXD8X0jvqFYl7Nc60g3Sqwux2myiBkFBSflNPl0CPFkdBg2OpzwPglHQsW/dXBHw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/descendant': 2.0.1_react@17.0.2 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/descendant': 2.0.1(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/popover/1.8.0_1a172f0d9e69dd769f3070844504455b: + /@chakra-ui/popover@1.8.0(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2): resolution: {integrity: sha512-TNk5rztee9pen8vAQyBGuAxO0SpTvibJFqwnXDEFbDHDVd63HvH9IUNgQ4eB6hyh8kWrprTmU4KAnV5UDMvDWg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' framer-motion: 3.x || 4.x react: '>=16.8.6' dependencies: - '@chakra-ui/close-button': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/popper': 2.2.1_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/close-button': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/popper': 2.2.1(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/popper/2.2.1_react@17.0.2: + /@chakra-ui/popper@2.2.1(react@17.0.2): resolution: {integrity: sha512-W0hMTBp2X62UooF3qPNmsEW0IJfz72gr2DN8nsCvHQrMiARB9s2jECEss6qEsB97tnmIG8k2TNee8IzTGLmMyA==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) '@popperjs/core': 2.4.4 react: 17.0.2 dev: false - /@chakra-ui/portal/1.2.6_react-dom@17.0.2+react@17.0.2: + /@chakra-ui/portal@1.2.6(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-OqsMN50XTOJezjfXwO7VxiiVpXWQhe1ngAeGGHEPHxsnNA8LI66uk1+GX3YjjclbsLMKNdnS0WcNuCRKSv/AAA==} peerDependencies: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@chakra-ui/progress/1.1.10_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/progress@1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-9f5NN690GdF3rpPAhXVHgJHVSRUUXETHABFlzBsGZrr+AMzURo1xwp0USwzZrtzk4v9FpRy3Op/Td46oQodDSQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/theme-tools': 1.1.7_@chakra-ui+system@1.7.0 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/theme-tools': 1.1.7(@chakra-ui/system@1.7.0) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/radio/1.3.7_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/radio@1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-CqZWmFLVyAnzGeRyxsubQ2lQLSSedDldox3Rul3EQpHbKLhG3QUE3lLiedpui1/cwal5Ero9AWxVCR7jAg7WZQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/form-control': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@chakra-ui/visually-hidden': 1.0.12_f314da12debc3366f1a8ba17c0536e75 + '@chakra-ui/visually-hidden': 1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/react-env/1.0.4_react@17.0.2: + /@chakra-ui/react-env@1.0.4(react@17.0.2): resolution: {integrity: sha512-FkZR/WW7WI6LR3Wgm+OeuDhTNCcD77U/yWAxSo1tvEqqL5uUvD6Bi/Ko9E3lI5yhdoJ4t99ksf1vUBlrMG92vw==} peerDependencies: react: '>=16.8.6' @@ -3566,7 +4344,7 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/react-utils/1.1.2_react@17.0.2: + /@chakra-ui/react-utils@1.1.2(react@17.0.2): resolution: {integrity: sha512-S8jPVKGZH2qF7ZGxl/0DF/dXXI2AxDNGf4Ahi2LGHqajMvqBB7vtYIRRmIA7+jAnErhzO8WUi3i4Z7oScp6xSA==} peerDependencies: react: '>=16.8.6' @@ -3575,7 +4353,7 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/react/1.6.4_1d20feb8407b5d497be6490ee7e493c6: + /@chakra-ui/react@1.6.4(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(@types/react@17.0.11)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-TBsSNT7+UHmsilXWWXFmwn+mFmBqHhsnjn443B9rL5AlfYBzXKP75TrIJ4AnQdZtgvAdVwIbWEkzs4nXvxHcjw==} peerDependencies: '@emotion/react': ^11.0.0 @@ -3584,81 +4362,81 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/accordion': 1.3.3_1a172f0d9e69dd769f3070844504455b - '@chakra-ui/alert': 1.2.5_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/avatar': 1.2.6_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/breadcrumb': 1.2.6_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/button': 1.4.0_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/checkbox': 1.5.3_1a172f0d9e69dd769f3070844504455b - '@chakra-ui/close-button': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/control-box': 1.0.13_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/counter': 1.1.6_react@17.0.2 - '@chakra-ui/css-reset': 1.0.0_c94ce1a602d602ceca4c9cb32dbce62d - '@chakra-ui/editable': 1.2.6_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/form-control': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/image': 1.0.16_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/input': 1.2.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/layout': 1.4.6_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/live-region': 1.0.12_react@17.0.2 - '@chakra-ui/media-query': 1.1.0_4f6a0e4e98445ddfbb8ea6b83c348e50 - '@chakra-ui/menu': 1.7.0_1a172f0d9e69dd769f3070844504455b - '@chakra-ui/modal': 1.8.8_7db34e576bdd7ebb7a0ada3bf1322c1e - '@chakra-ui/number-input': 1.2.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/pin-input': 1.6.2_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/popover': 1.8.0_1a172f0d9e69dd769f3070844504455b - '@chakra-ui/popper': 2.2.1_react@17.0.2 - '@chakra-ui/portal': 1.2.6_react-dom@17.0.2+react@17.0.2 - '@chakra-ui/progress': 1.1.10_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/radio': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/react-env': 1.0.4_react@17.0.2 - '@chakra-ui/select': 1.1.11_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/skeleton': 1.1.15_cc56ff253fbad998473cc587d0cac0ac - '@chakra-ui/slider': 1.2.6_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/spinner': 1.1.10_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/stat': 1.1.10_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/switch': 1.2.6_1a172f0d9e69dd769f3070844504455b - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/table': 1.2.4_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/tabs': 1.5.2_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/tag': 1.1.10_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/textarea': 1.1.11_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/theme': 1.9.1_@chakra-ui+system@1.7.0 - '@chakra-ui/toast': 1.2.8_666f7b8eb4ff3f0fdd6a948b195e9555 - '@chakra-ui/tooltip': 1.3.7_666f7b8eb4ff3f0fdd6a948b195e9555 - '@chakra-ui/transition': 1.3.2_6e811357ed36e65ef860931c3f3c4cd0 + '@chakra-ui/accordion': 1.3.3(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2) + '@chakra-ui/alert': 1.2.5(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/avatar': 1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/breadcrumb': 1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/button': 1.4.0(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/checkbox': 1.5.3(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2) + '@chakra-ui/close-button': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/control-box': 1.0.13(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/counter': 1.1.6(react@17.0.2) + '@chakra-ui/css-reset': 1.0.0(@emotion/react@11.4.0)(react@17.0.2) + '@chakra-ui/editable': 1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/form-control': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/image': 1.0.16(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/input': 1.2.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/layout': 1.4.6(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/live-region': 1.0.12(react@17.0.2) + '@chakra-ui/media-query': 1.1.0(@chakra-ui/system@1.7.0)(@chakra-ui/theme@1.9.1)(react@17.0.2) + '@chakra-ui/menu': 1.7.0(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2) + '@chakra-ui/modal': 1.8.8(@chakra-ui/system@1.7.0)(@types/react@17.0.11)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2) + '@chakra-ui/number-input': 1.2.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/pin-input': 1.6.2(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/popover': 1.8.0(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2) + '@chakra-ui/popper': 2.2.1(react@17.0.2) + '@chakra-ui/portal': 1.2.6(react-dom@17.0.2)(react@17.0.2) + '@chakra-ui/progress': 1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/radio': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/react-env': 1.0.4(react@17.0.2) + '@chakra-ui/select': 1.1.11(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/skeleton': 1.1.15(@chakra-ui/theme@1.9.1)(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/slider': 1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/spinner': 1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/stat': 1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/switch': 1.2.6(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/table': 1.2.4(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/tabs': 1.5.2(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/tag': 1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/textarea': 1.1.11(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/theme': 1.9.1(@chakra-ui/system@1.7.0) + '@chakra-ui/toast': 1.2.8(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2) + '@chakra-ui/tooltip': 1.3.7(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2) + '@chakra-ui/transition': 1.3.2(framer-motion@4.1.17)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@chakra-ui/visually-hidden': 1.0.12_f314da12debc3366f1a8ba17c0536e75 - '@emotion/react': 11.4.0_189cc19b8edfe5959338b863f6e5c247 - '@emotion/styled': 11.3.0_3d30eb7fe446b0e582df4c9643515bd8 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + '@chakra-ui/visually-hidden': 1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2) + '@emotion/react': 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) + '@emotion/styled': 11.3.0(@babel/core@7.14.6)(@emotion/react@11.4.0)(@types/react@17.0.11)(react@17.0.2) + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/1.1.11_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/select@1.1.11(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-C/oAf0d2gZYcZnHurUF1wp174oLPe42nzetyqqDv1fmG7etaSMrVJTjR1EsWLkvrAsKDSNNAJ/acmcvsnOn9Sw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/form-control': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/skeleton/1.1.15_cc56ff253fbad998473cc587d0cac0ac: + /@chakra-ui/skeleton@1.1.15(@chakra-ui/theme@1.9.1)(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2): resolution: {integrity: sha512-rknJe6h5XVKTN5ckZs+nN1riflgv1fis9qg3u6Q/XdafWT9AVYpZw77nbJDqz+KcBlZDNgrZRAhJ9Hj9IF9aCA==} peerDependencies: react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/media-query': 1.1.0_4f6a0e4e98445ddfbb8ea6b83c348e50 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/media-query': 1.1.0(@chakra-ui/system@1.7.0)(@chakra-ui/theme@1.9.1)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 transitivePeerDependencies: @@ -3667,154 +4445,154 @@ packages: - '@emotion/styled' dev: false - /@chakra-ui/slider/1.2.6_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/slider@1.2.6(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-KAq9UvokPCUPwbRg4geDsXohR3Ii0A2R2w/JpgJDHRRQsHpZf8ClUVfSj7UkQaVbnGNybd34IIHRUbLR6SkE1Q==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/spinner/1.1.10_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/spinner@1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-md5kFkoy3usp1sEv8m2SekNvXxdPbdx9aXHlknhhjPJB3UvYKZUPAQ/9sFr2edh89ZyVUXjt9Jh58YHDwtqCdg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@chakra-ui/visually-hidden': 1.0.12_f314da12debc3366f1a8ba17c0536e75 + '@chakra-ui/visually-hidden': 1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/stat/1.1.10_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/stat@1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-5CX4kOVyI09/4/enXjaNOiU+MUmVKuzuxBa+a0esaD3+r3Gz17ssK0kJ9fsEdYSSXdOWlsM4Fi3L8ATQC2y9xA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@chakra-ui/visually-hidden': 1.0.12_f314da12debc3366f1a8ba17c0536e75 + '@chakra-ui/visually-hidden': 1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/styled-system/1.12.0: + /@chakra-ui/styled-system@1.12.0: resolution: {integrity: sha512-bDs5K7ZnIeBcVOkaOSW/L8/b+ToEG0YH5+MtTxxK8OXwfoFKnuZKfxqwzcM2PDqg3LKb+qPcGBB+BkidTgUorg==} dependencies: '@chakra-ui/utils': 1.8.0 csstype: 3.0.8 dev: false - /@chakra-ui/switch/1.2.6_1a172f0d9e69dd769f3070844504455b: + /@chakra-ui/switch@1.2.6(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2): resolution: {integrity: sha512-adQE3hPUlSu5A+kuVGyQyVMEO80OGECoHt5TCll2MQRxXI21xQ+VKBFrFpOJ5mmEoOLzjTGTtNQCrnf1iwjQ7g==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/checkbox': 1.5.3_1a172f0d9e69dd769f3070844504455b - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/checkbox': 1.5.3(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 transitivePeerDependencies: - framer-motion dev: false - /@chakra-ui/system/1.7.0_7874f5fd290ce587db5f5f81e8a37ea9: + /@chakra-ui/system@1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2): resolution: {integrity: sha512-/ke6XjsZ5RwSuxQh9BKdAZZ36buDmUjZb6lcYgYdPW365L9ZwFnT9jlIv3ch729O4xfzXPuIh1pCdrv+iu4PWw==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=16.8.6' dependencies: - '@chakra-ui/color-mode': 1.1.9_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 + '@chakra-ui/color-mode': 1.1.9(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) '@chakra-ui/styled-system': 1.12.0 '@chakra-ui/utils': 1.8.0 - '@emotion/react': 11.4.0_189cc19b8edfe5959338b863f6e5c247 - '@emotion/styled': 11.3.0_3d30eb7fe446b0e582df4c9643515bd8 + '@emotion/react': 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) + '@emotion/styled': 11.3.0(@babel/core@7.14.6)(@emotion/react@11.4.0)(@types/react@17.0.11)(react@17.0.2) react: 17.0.2 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/1.2.4_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/table@1.2.4(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-nB+kSy07d5v4WCsiUB86P0tfajL847VD3GDDauW+x0HlJRI0Q7UFOnJZGANM3VliA/LDci5PjIIDDAL3cW3ISg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/tabs/1.5.2_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/tabs@1.5.2(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-DJVuj/X349ZxlUUWxrlAXD2Ih6Hvs9fEbUU7aBzzLwVgLePoAz8yAXLJPtB2YlTa2+MTZcwWw76I5M8Ijcg3OA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/clickable': 1.1.5_react@17.0.2 - '@chakra-ui/descendant': 2.0.1_react@17.0.2 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/clickable': 1.1.5(react@17.0.2) + '@chakra-ui/descendant': 2.0.1(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/tag/1.1.10_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/tag@1.1.10(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-pfwjohkbSewlm187rMZ4A6Mz4V/L170M0FQYCzGZ5avkotV/ecqILU4BLJp7uDT9x2FW8hsAsXv2whuHrpcosQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/icon': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/textarea/1.1.11_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/textarea@1.1.11(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-R2PmGcLP1zyBL5xK8IJuY66IKCsdEOpGlf5rJZOI/2XhUF1MrZTJveUHnkxur3O2JqGhJUxzY15rgwE17/vZcA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.3.7_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/form-control': 1.3.7(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@chakra-ui/theme-tools/1.1.7_@chakra-ui+system@1.7.0: + /@chakra-ui/theme-tools@1.1.7(@chakra-ui/system@1.7.0): resolution: {integrity: sha512-i8KpxjgoQPsoWAyHX+4kRMSioN9WVfyky+2sdFDHhEuDNL/iNYfKQMZjt8RR67apK/dSswMqh5UF2lWSM+lQhw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 '@types/tinycolor2': 1.4.2 tinycolor2: 1.4.2 dev: false - /@chakra-ui/theme/1.9.1_@chakra-ui+system@1.7.0: + /@chakra-ui/theme@1.9.1(@chakra-ui/system@1.7.0): resolution: {integrity: sha512-obIp4NAJsK2Eo7oWqv8iZESfpySCiQWypyAQ5hrwTTrk2bh4y9LC+5xKHyCHVZq1fu7OSS2fz6RpATwRBNtVFg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/theme-tools': 1.1.7_@chakra-ui+system@1.7.0 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/theme-tools': 1.1.7(@chakra-ui/system@1.7.0) '@chakra-ui/utils': 1.8.0 dev: false - /@chakra-ui/toast/1.2.8_666f7b8eb4ff3f0fdd6a948b195e9555: + /@chakra-ui/toast@1.2.8(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-00MxuNXWvdWvAS4D5BDfQlL1/3qcZfZeLnJwTU774t/+yjh5j5/GFLoOBwKboX0ViGrcH7MoCgvUfkaAJ1Yd1w==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -3822,20 +4600,20 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/alert': 1.2.5_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/close-button': 1.1.9_f314da12debc3366f1a8ba17c0536e75 - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 - '@chakra-ui/theme': 1.9.1_@chakra-ui+system@1.7.0 - '@chakra-ui/transition': 1.3.2_6e811357ed36e65ef860931c3f3c4cd0 + '@chakra-ui/alert': 1.2.5(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/close-button': 1.1.9(@chakra-ui/system@1.7.0)(react@17.0.2) + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) + '@chakra-ui/theme': 1.9.1(@chakra-ui/system@1.7.0) + '@chakra-ui/transition': 1.3.2(framer-motion@4.1.17)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@reach/alert': 0.13.2_react-dom@17.0.2+react@17.0.2 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + '@reach/alert': 0.13.2(react-dom@17.0.2)(react@17.0.2) + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@chakra-ui/tooltip/1.3.7_666f7b8eb4ff3f0fdd6a948b195e9555: + /@chakra-ui/tooltip@1.3.7(@chakra-ui/system@1.7.0)(framer-motion@4.1.17)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-gz/Tfdkg9UYMMzfzgxMTGyCSMyHyco6nOhPGviz4MJWH8RsAH2MQ4Qj4TcK21L1hkWIsC8kSSjAQ381RNY0Q6g==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -3843,30 +4621,30 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/hooks': 1.5.3_react@17.0.2 - '@chakra-ui/popper': 2.2.1_react@17.0.2 - '@chakra-ui/portal': 1.2.6_react-dom@17.0.2+react@17.0.2 - '@chakra-ui/react-utils': 1.1.2_react@17.0.2 - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/hooks': 1.5.3(react@17.0.2) + '@chakra-ui/popper': 2.2.1(react@17.0.2) + '@chakra-ui/portal': 1.2.6(react-dom@17.0.2)(react@17.0.2) + '@chakra-ui/react-utils': 1.1.2(react@17.0.2) + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 - '@chakra-ui/visually-hidden': 1.0.12_f314da12debc3366f1a8ba17c0536e75 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + '@chakra-ui/visually-hidden': 1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2) + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@chakra-ui/transition/1.3.2_6e811357ed36e65ef860931c3f3c4cd0: + /@chakra-ui/transition@1.3.2(framer-motion@4.1.17)(react@17.0.2): resolution: {integrity: sha512-Rk15J23z96l1YjyNww7cIxdVEXj/slgspv7tYh1ugh0DFR6XebRwKBxXt5FRYp0d4+0CobJ6gvuiUsfYGS2roA==} peerDependencies: framer-motion: 3.x || 4.x react: '>=16.8.6' dependencies: '@chakra-ui/utils': 1.8.0 - framer-motion: 4.1.17_react-dom@17.0.2+react@17.0.2 + framer-motion: 4.1.17(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 dev: false - /@chakra-ui/utils/1.8.0: + /@chakra-ui/utils@1.8.0: resolution: {integrity: sha512-BWIhKcXnLbOIwCTKeNcOStNwk9RyYVA9xRRFPGK6Kp3EhrxP0rDwAbu4D3o3qAc+yhIDhGmPaIj1jRXHB5DTfg==} dependencies: '@types/lodash.mergewith': 4.6.6 @@ -3875,18 +4653,18 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/1.0.12_f314da12debc3366f1a8ba17c0536e75: + /@chakra-ui/visually-hidden@1.0.12(@chakra-ui/system@1.7.0)(react@17.0.2): resolution: {integrity: sha512-CSRH1ySzI3QYP5QFrLFWgpy40rpddGn4Z+BjsZ5pf+FGp/KUEpFKUx8nZyGfHlT+flMCj6Tpu7ftPyWCh1HERg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.7.0_7874f5fd290ce587db5f5f81e8a37ea9 + '@chakra-ui/system': 1.7.0(@emotion/react@11.4.0)(@emotion/styled@11.3.0)(react@17.0.2) '@chakra-ui/utils': 1.8.0 react: 17.0.2 dev: false - /@changesets/apply-release-plan/5.0.0: + /@changesets/apply-release-plan@5.0.0: resolution: {integrity: sha512-SE+5nPNSKUyUociPnAvnjYSVF+diciEhX9ZHSqKWMlydswCDjiaq9gz67qwWCmwgEgEOz0TS7VrQBoOlzbitvA==} dependencies: '@babel/runtime': 7.14.6 @@ -3904,7 +4682,7 @@ packages: semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.0.0: + /@changesets/assemble-release-plan@5.0.0: resolution: {integrity: sha512-LElDXTCBUkPSmdXlCisoUWw2paX48snatBmw/hKnGiSvnyZqdTIylLojAGQWG0/vOO9v3s/DvJ4hdagIquxJjg==} dependencies: '@babel/runtime': 7.14.6 @@ -3915,7 +4693,7 @@ packages: semver: 5.7.1 dev: true - /@changesets/cli/2.16.0: + /@changesets/cli@2.16.0: resolution: {integrity: sha512-VFkXSyyk/WRjjUoBI7g7cDy09qBjPbBQOloPMEshTzMo/NY9muWHl2yB/FSSkV/6PxGimPtJ7aEJPYfk8HCfXw==} hasBin: true dependencies: @@ -3951,7 +4729,7 @@ packages: tty-table: 2.8.13 dev: true - /@changesets/config/1.6.0: + /@changesets/config@1.6.0: resolution: {integrity: sha512-vMY/OpMFSDC2crDKb5Nq2kMX9hozcXL4dY5Rr+a1JQ044Rz+jqjJPpdTP2yQ+j7qmeGcUTvwjJoEMeekYwfqhg==} dependencies: '@changesets/errors': 0.1.4 @@ -3963,13 +4741,13 @@ packages: micromatch: 4.0.4 dev: true - /@changesets/errors/0.1.4: + /@changesets/errors@0.1.4: resolution: {integrity: sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q==} dependencies: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.2.1: + /@changesets/get-dependents-graph@1.2.1: resolution: {integrity: sha512-vJOibo9SkqhVbgfq5AHIlQ7tzkYQIXh3tPAnlNLy2bPZsU+SByd74GaxHYWt1zOBlncU25WKrIM6J7XBB+GVUg==} dependencies: '@changesets/types': 4.0.0 @@ -3979,7 +4757,7 @@ packages: semver: 5.7.1 dev: true - /@changesets/get-release-plan/3.0.0: + /@changesets/get-release-plan@3.0.0: resolution: {integrity: sha512-7VLiqpcWZyjwIXYgkubBC/9cdwqUJEhLMRT9/Y9+ctHqrpsXmJg15QQPTOh3HT9yGN5fJPL1WwuZkc1HXUhK0g==} dependencies: '@babel/runtime': 7.14.6 @@ -3991,11 +4769,11 @@ packages: '@manypkg/get-packages': 1.1.1 dev: true - /@changesets/get-version-range-type/0.3.2: + /@changesets/get-version-range-type@0.3.2: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.1.1: + /@changesets/git@1.1.1: resolution: {integrity: sha512-Z12TcKwgU33YE3r76cyU+X81RchOXljDZ5s3G2u0Zd+ODyrwlDb91IO55+6R0Ha6ouPz8ioont0gA70c1RFngg==} dependencies: '@babel/runtime': 7.14.6 @@ -4006,20 +4784,20 @@ packages: spawndamnit: 2.0.0 dev: true - /@changesets/logger/0.0.5: + /@changesets/logger@0.0.5: resolution: {integrity: sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw==} dependencies: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.8: + /@changesets/parse@0.3.8: resolution: {integrity: sha512-0S7Dc7XbMOKamBtd48vVuWL2aFZyaglw6lJsXNddn9forFf8oMKMmdyJ/HQPyeEChDDOhDF1/ya7m/zpt4Dk4w==} dependencies: '@changesets/types': 4.0.0 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.6: + /@changesets/pre@1.0.6: resolution: {integrity: sha512-ZwFFQLjhTmA4hj8+Cf9pm6nD9Tp+AiBz1wJLaGum4Ae1fPXMwDnJfHknFUTytqZBlC0gHkiGSj6QkUuetWvckg==} dependencies: '@babel/runtime': 7.14.6 @@ -4029,7 +4807,7 @@ packages: fs-extra: 7.0.1 dev: true - /@changesets/read/0.4.7: + /@changesets/read@0.4.7: resolution: {integrity: sha512-E70QrYQpSCMF0nC0dlPU7i6A9zht+8zkQczrKMbOUwDVrfidcvgojxfuJSQbzptYSb9OKYh8GOLd+bsq9+uO9Q==} dependencies: '@babel/runtime': 7.14.6 @@ -4042,11 +4820,11 @@ packages: p-filter: 2.1.0 dev: true - /@changesets/types/4.0.0: + /@changesets/types@4.0.0: resolution: {integrity: sha512-whLmPx2wgJRoOtxVZop+DJ71z1gTSkij7osiHgN+pe//FiE6bb4ffvBBb0rACs2cUPfAkWxgSPzqkECgKS1jvQ==} dev: true - /@changesets/write/0.1.4: + /@changesets/write@0.1.4: resolution: {integrity: sha512-uco+vS3mo2JqflLciIU707har+6AEFOeP8pgu3vVC1M2WcKukQgR1KylHFqZJxKQWahf8mQnuUSbgR4yJQuhmA==} dependencies: '@babel/runtime': 7.14.6 @@ -4056,7 +4834,7 @@ packages: prettier: 2.3.1 dev: true - /@cnakazawa/watch/1.0.4: + /@cnakazawa/watch@1.0.4: resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} engines: {node: '>=0.1.95'} hasBin: true @@ -4064,20 +4842,20 @@ packages: exec-sh: 0.3.6 minimist: 1.2.5 - /@csstools/convert-colors/1.4.0: + /@csstools/convert-colors@1.4.0: resolution: {integrity: sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==} engines: {node: '>=4.0.0'} dev: false - /@csstools/normalize.css/10.1.0: + /@csstools/normalize.css@10.1.0: resolution: {integrity: sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==} dev: false - /@docsearch/css/3.0.0-alpha.36: + /@docsearch/css@3.0.0-alpha.36: resolution: {integrity: sha512-zSN2SXuZPDqQaSFzYa1kOwToukqzhLHG7c66iO+/PlmWb6/RZ5cjTkG6VCJynlohRWea7AqZKWS/ptm8kM2Dmg==} dev: false - /@docsearch/react/3.0.0-alpha.36_7a759d72fcbc11ce03c9de110c21df82: + /@docsearch/react@3.0.0-alpha.36(@algolia/client-search@4.9.3)(@types/react@17.0.11)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-synYZDHalvMzesFiy7kK+uoz4oTdWSTbe2cU+iiUjwFMyQ+WWjWwGVnvcvk+cjj9pRCVaZo5y5WpqNXq1j8k9Q==} peerDependencies: '@types/react': '>= 16.8.0 < 18.0.0' @@ -4085,17 +4863,17 @@ packages: react-dom: '>= 16.8.0 < 18.0.0' dependencies: '@algolia/autocomplete-core': 1.0.0-alpha.44 - '@algolia/autocomplete-preset-algolia': 1.0.0-alpha.44_algoliasearch@4.9.3 + '@algolia/autocomplete-preset-algolia': 1.0.0-alpha.44(@algolia/client-search@4.9.3)(algoliasearch@4.9.3) '@docsearch/css': 3.0.0-alpha.36 '@types/react': 17.0.11 algoliasearch: 4.9.3 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - '@algolia/client-search' dev: false - /@docusaurus/core/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/core@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-WaY/yvVrH+KfY7mRxkXkOb6NbHAZY2h0laJ/Aj/SEkaLazFHMypyFD08c0CJdB7ZjbPP0HDIW7u8EcZuxfg7iw==} engines: {node: '>=12.13.0'} hasBin: true @@ -4105,67 +4883,67 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/generator': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-transform-runtime': 7.14.5_@babel+core@7.14.6 - '@babel/preset-env': 7.14.5_@babel+core@7.14.6 - '@babel/preset-react': 7.14.5_@babel+core@7.14.6 - '@babel/preset-typescript': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-transform-runtime': 7.14.5(@babel/core@7.14.6) + '@babel/preset-env': 7.14.5(@babel/core@7.14.6) + '@babel/preset-react': 7.14.5(@babel/core@7.14.6) + '@babel/preset-typescript': 7.14.5(@babel/core@7.14.6) '@babel/runtime': 7.14.6 '@babel/runtime-corejs3': 7.14.6 '@babel/traverse': 7.14.5 '@docusaurus/cssnano-preset': 2.0.0-beta.1 - '@docusaurus/react-loadable': 5.5.0_react@17.0.2 + '@docusaurus/react-loadable': 5.5.0(react@17.0.2) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-common': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 '@slorber/static-site-generator-webpack-plugin': 4.0.1 '@svgr/webpack': 5.5.0 - autoprefixer: 10.2.6_postcss@8.3.5 - babel-loader: 8.2.2_45ce778302d7701309b6da7f1a1707f7 + autoprefixer: 10.2.6(postcss@8.3.5) + babel-loader: 8.2.2(@babel/core@7.14.6)(webpack@5.39.1) babel-plugin-dynamic-import-node: 2.3.0 boxen: 5.0.1 chalk: 4.1.1 chokidar: 3.5.2 clean-css: 5.1.2 commander: 5.1.0 - copy-webpack-plugin: 8.1.1_webpack@5.39.1 + copy-webpack-plugin: 8.1.1(webpack@5.39.1) core-js: 3.15.0 - css-loader: 5.2.6_webpack@5.39.1 - css-minimizer-webpack-plugin: 2.0.0_clean-css@5.1.2+webpack@5.39.1 - cssnano: 5.0.6_postcss@8.3.5 + css-loader: 5.2.6(webpack@5.39.1) + css-minimizer-webpack-plugin: 2.0.0(clean-css@5.1.2)(webpack@5.39.1) + cssnano: 5.0.6(postcss@8.3.5) del: 6.0.0 detect-port: 1.3.0 escape-html: 1.0.3 eta: 1.12.2 express: 4.17.1 - file-loader: 6.2.0_webpack@5.39.1 + file-loader: 6.2.0(webpack@5.39.1) fs-extra: 10.0.0 github-slugger: 1.3.0 globby: 11.0.4 html-minifier-terser: 5.1.1 html-tags: 3.1.0 - html-webpack-plugin: 5.3.1_webpack@5.39.1 + html-webpack-plugin: 5.3.1(webpack@5.39.1) import-fresh: 3.3.0 is-root: 2.1.0 leven: 3.1.0 lodash: 4.17.21 - mini-css-extract-plugin: 1.6.0_webpack@5.39.1 + mini-css-extract-plugin: 1.6.0(webpack@5.39.1) module-alias: 2.2.2 nprogress: 0.2.0 postcss: 8.3.5 - postcss-loader: 5.3.0_postcss@8.3.5+webpack@5.39.1 + postcss-loader: 5.3.0(postcss@8.3.5)(webpack@5.39.1) prompts: 2.4.1 react: 17.0.2 - react-dev-utils: 11.0.4 - react-dom: 17.0.2_react@17.0.2 + react-dev-utils: 11.0.4(typescript@4.3.4)(webpack@5.39.1) + react-dom: 17.0.2(react@17.0.2) react-error-overlay: 6.0.9 - react-helmet: 6.1.0_react@17.0.2 - react-loadable: 5.5.0_react@17.0.2 - react-loadable-ssr-addon-v5-slorber: 1.0.1_745846e29c40a6acfc93cc75b516842c - react-router: 5.2.0_react@17.0.2 - react-router-config: 5.1.1_react-router@5.2.0+react@17.0.2 - react-router-dom: 5.2.0_react@17.0.2 + react-helmet: 6.1.0(react@17.0.2) + react-loadable: 5.5.0(react@17.0.2) + react-loadable-ssr-addon-v5-slorber: 1.0.1(react-loadable@5.5.0)(webpack@5.39.1) + react-router: 5.2.0(react@17.0.2) + react-router-config: 5.1.1(react-router@5.2.0)(react@17.0.2) + react-router-dom: 5.2.0(react@17.0.2) resolve-pathname: 3.0.0 rtl-detect: 1.0.3 semver: 7.3.5 @@ -4173,34 +4951,37 @@ packages: shelljs: 0.8.4 std-env: 2.3.0 strip-ansi: 6.0.0 - terser-webpack-plugin: 5.1.3_webpack@5.39.1 + terser-webpack-plugin: 5.1.3(webpack@5.39.1) tslib: 2.3.0 update-notifier: 5.1.0 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.39.1 + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.39.1) wait-on: 5.3.0 webpack: 5.39.1 - webpack-bundle-analyzer: 4.4.2 - webpack-dev-server: 3.11.2_webpack@5.39.1 + webpack-bundle-analyzer: 4.4.2(bufferutil@4.0.3)(utf-8-validate@5.0.5) + webpack-dev-server: 3.11.2(bufferutil@4.0.3)(utf-8-validate@5.0.5)(webpack@5.39.1) webpack-merge: 5.8.0 - webpackbar: 5.0.0-3_webpack@5.39.1 + webpackbar: 5.0.0-3(webpack@5.39.1) transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/cssnano-preset/2.0.0-beta.1: + /@docusaurus/cssnano-preset@2.0.0-beta.1: resolution: {integrity: sha512-fGdzw/czGNZgYNWZ0wdD72VVJntYA5cqPFgL3MjDKm5hg58481XP5LsCu3UE/yOsS6XeLey1NJueOGIMVRErKg==} dependencies: - cssnano-preset-advanced: 5.1.3_postcss@8.3.5 + cssnano-preset-advanced: 5.1.3(postcss@8.3.5) postcss: 8.3.5 - postcss-sort-media-queries: 3.11.12_postcss@8.3.5 + postcss-sort-media-queries: 3.11.12(postcss@8.3.5) dev: false - /@docusaurus/mdx-loader/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/mdx-loader@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-C6N7L+kb4tT9j0eoYkYHtiurF2YegqfyY8POW5Cn6Tw1X/HNceZu9hX9yiAbdv/oa7PRRdEf6RIvsIFgXWuF0w==} engines: {node: '>=12.13.0'} peerDependencies: @@ -4209,45 +4990,48 @@ packages: dependencies: '@babel/parser': 7.14.6 '@babel/traverse': 7.14.5 - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/utils': 2.0.0-beta.1 '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/react': 1.6.22(react@17.0.2) escape-html: 1.0.3 - file-loader: 6.2.0_webpack@5.39.1 + file-loader: 6.2.0(webpack@5.39.1) fs-extra: 10.0.0 github-slugger: 1.3.0 gray-matter: 4.0.3 mdast-util-to-string: 2.0.0 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) remark-emoji: 2.2.0 stringify-object: 3.3.0 unist-util-visit: 2.0.3 - url-loader: 4.1.1_file-loader@6.2.0+webpack@5.39.1 + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.39.1) webpack: 5.39.1 transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/module-type-aliases/2.0.0-beta.1: + /@docusaurus/module-type-aliases@2.0.0-beta.1: resolution: {integrity: sha512-FPy/Wa4dH0QvtR92/JJi7t2SB1tnySuSGVNf4e0llArZ4E7+vzTAmd4qVfzBuS+LMj/M6woKHLn+zKKUkfaZOw==} dev: false - /@docusaurus/plugin-content-blog/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/plugin-content-blog@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-EEO8RmHl8ipa5FYWiT3lbT26uJ0dta375QE+S/uF72ZP0ulR8kxcTWiAcWxszHmPFtbR/xoSGWgjzkXClgNGMA==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/mdx-loader': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/mdx-loader': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 @@ -4258,7 +5042,7 @@ packages: loader-utils: 2.0.0 lodash: 4.17.21 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) reading-time: 1.3.0 remark-admonitions: 1.2.1 tslib: 2.3.0 @@ -4267,20 +5051,23 @@ packages: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/plugin-content-docs/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/plugin-content-docs@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-7m5BVBBGAiZl/aaae5IpScKEbMgx3PGZ4VXfLrNqTTUN+u/j0SOVnbpuVb0+XwMyoIgoR6M+UvXRokK1TP+Ykg==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/mdx-loader': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/mdx-loader': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 @@ -4294,7 +5081,7 @@ packages: loader-utils: 1.4.0 lodash: 4.17.21 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) remark-admonitions: 1.2.1 shelljs: 0.8.4 tslib: 2.3.0 @@ -4304,20 +5091,23 @@ packages: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/plugin-content-pages/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/plugin-content-pages@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-OApBjUHHxbMsylwfzNHQh7QI21y65F2DKfNmHAFdkHuzP7R32YexT/0KQjzLXRJ1p6n4RzqWLhROFRURJVwNMg==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/mdx-loader': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/mdx-loader': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 @@ -4325,7 +5115,7 @@ packages: lodash: 4.17.21 minimatch: 3.0.4 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) remark-admonitions: 1.2.1 slash: 3.0.0 tslib: 2.3.0 @@ -4334,131 +5124,149 @@ packages: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/plugin-debug/2.0.0-beta.1_7a759d72fcbc11ce03c9de110c21df82: + /@docusaurus/plugin-debug@2.0.0-beta.1(@types/react@17.0.11)(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-4NlqaFE7IJJpAbcNnK+0ov8740+1whLzQOXSVilHhg0Ip4Y0w8U2B69GtV4cZmvyLT8PQbZjui5/RMCcncRhqQ==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-json-view: 1.21.3_7a759d72fcbc11ce03c9de110c21df82 + react-dom: 17.0.2(react@17.0.2) + react-json-view: 1.21.3(@types/react@17.0.11)(react-dom@17.0.2)(react@17.0.2) tslib: 2.3.0 transitivePeerDependencies: - '@types/react' - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/plugin-google-analytics/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/plugin-google-analytics@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-QC7Kb+trOiCx0Cy2rbGDUTTIffQg3Nolq7wUoTCoZgkJKMqFdQVcZZW4NqKi3CBy3CT/a3sbZDJrbds65y2vQA==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/plugin-google-gtag/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/plugin-google-gtag@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-giGK+yeZRRJSFhKRBbD9p+iAOvUoNas+s/9DIcd1s/M3RzfDFCnhnLtDOjfpQcTEZVOHnDS+btIQkEBp1faIrw==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/plugin-sitemap/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/plugin-sitemap@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-WiSsmfpifp1z+Q97MoBsA362+jwVqi+TGsvSIGKXXTsatRz8fJrJ2jZO1vH0tOcac1lkI8cM/ApO0NYu8Y6qqg==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-common': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 fs-extra: 10.0.0 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) sitemap: 7.0.0 tslib: 2.3.0 transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/preset-classic/2.0.0-beta.1_76acc870589a9e7fb1d364166d32ff1f: + /@docusaurus/preset-classic@2.0.0-beta.1(@algolia/client-search@4.9.3)(@types/react@17.0.11)(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-NjuoJODm4y01Z0KMorMW+jRL5Ap/gQnnYeZKdAZ0oE55SO+0uihaSmJNehJ+17gvSia+UVbCg2q7bWLEeTPlrg==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-blog': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-docs': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-pages': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-debug': 2.0.0-beta.1_7a759d72fcbc11ce03c9de110c21df82 - '@docusaurus/plugin-google-analytics': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-google-gtag': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-sitemap': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/theme-classic': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/theme-search-algolia': 2.0.0-beta.1_76acc870589a9e7fb1d364166d32ff1f + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-blog': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-docs': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-pages': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-debug': 2.0.0-beta.1(@types/react@17.0.11)(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-google-analytics': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-google-gtag': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-sitemap': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/theme-classic': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/theme-search-algolia': 2.0.0-beta.1(@algolia/client-search@4.9.3)(@types/react@17.0.11)(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' - bufferutil - csso - debug + - eslint - prism-react-renderer - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/react-loadable/5.5.0_react@17.0.2: + /@docusaurus/react-loadable@5.5.0(react@17.0.2): resolution: {integrity: sha512-Ld/kwUE6yATIOTLq3JCsWiTa/drisajwKqBQ2Rw6IcT+sFsKfYek8F2jSH8f68AT73xX97UehduZeCSlnuCBIg==} peerDependencies: react: '*' @@ -4467,24 +5275,24 @@ packages: react: 17.0.2 dev: false - /@docusaurus/theme-classic/2.0.0-beta.1_react-dom@17.0.2+react@17.0.2: + /@docusaurus/theme-classic@2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-abYWi1xpb+UDMLWUqy49I/2IdPXBfNteh5Yc+QvGSH4rBwaFNVoMoMd70yiV1eKPJ3zzzXRq4qK5/7rnIfSSEg==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-blog': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-docs': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-pages': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/theme-common': 2.0.0-beta.1_cf03b7458ee8070c9e09362c20b6f0a1 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-blog': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-docs': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-pages': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/theme-common': 2.0.0-beta.1(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-common': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/react': 1.6.22(react@17.0.2) chalk: 4.1.1 clsx: 1.1.1 copy-text-to-clipboard: 3.0.1 @@ -4494,23 +5302,26 @@ packages: lodash: 4.17.21 parse-numeric-range: 1.2.0 postcss: 8.3.5 - prism-react-renderer: 1.2.1_react@17.0.2 + prism-react-renderer: 1.2.1(react@17.0.2) prismjs: 1.23.0 prop-types: 15.7.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-router-dom: 5.2.0_react@17.0.2 - rtlcss: 3.2.0 + react-dom: 17.0.2(react@17.0.2) + react-router-dom: 5.2.0(react@17.0.2) + rtlcss: 3.2.0(postcss@8.3.5) transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/theme-common/2.0.0-beta.1_cf03b7458ee8070c9e09362c20b6f0a1: + /@docusaurus/theme-common@2.0.0-beta.1(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-i3gWptWsXTxBXCDeHCf9ARVcNlFAJcpmADGMTvNeFq8lAvg7+dFitghOVVDewEL5Hqh5BMrWWwJcOiKeMpCqgQ==} engines: {node: '>=12.13.0'} peerDependencies: @@ -4518,56 +5329,62 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-blog': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-docs': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/plugin-content-pages': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-blog': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-docs': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/plugin-content-pages': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/types': 2.0.0-beta.1 - prism-react-renderer: 1.2.1_react@17.0.2 + prism-react-renderer: 1.2.1(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) tslib: 2.3.0 transitivePeerDependencies: - bufferutil - csso - debug + - eslint - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/theme-search-algolia/2.0.0-beta.1_76acc870589a9e7fb1d364166d32ff1f: + /@docusaurus/theme-search-algolia@2.0.0-beta.1(@algolia/client-search@4.9.3)(@types/react@17.0.11)(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-QgtcWXSksxHjky0UUiBZ6llZBlWhd4O8TJ9Aer5P4VtPwC/qKFiQv03ByKbUTjJPAkfPunQ+TQEXEmzlIIwnbA==} engines: {node: '>=12.13.0'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docsearch/react': 3.0.0-alpha.36_7a759d72fcbc11ce03c9de110c21df82 - '@docusaurus/core': 2.0.0-beta.1_react-dom@17.0.2+react@17.0.2 - '@docusaurus/theme-common': 2.0.0-beta.1_cf03b7458ee8070c9e09362c20b6f0a1 + '@docsearch/react': 3.0.0-alpha.36(@algolia/client-search@4.9.3)(@types/react@17.0.11)(react-dom@17.0.2)(react@17.0.2) + '@docusaurus/core': 2.0.0-beta.1(bufferutil@4.0.3)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) + '@docusaurus/theme-common': 2.0.0-beta.1(bufferutil@4.0.3)(prism-react-renderer@1.2.1)(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4)(utf-8-validate@5.0.5) '@docusaurus/utils': 2.0.0-beta.1 '@docusaurus/utils-validation': 2.0.0-beta.1 algoliasearch: 4.9.3 - algoliasearch-helper: 3.5.3_algoliasearch@4.9.3 + algoliasearch-helper: 3.5.3(algoliasearch@4.9.3) clsx: 1.1.1 eta: 1.12.2 lodash: 4.17.21 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - '@algolia/client-search' - '@types/react' - bufferutil - csso - debug + - eslint - prism-react-renderer - supports-color + - typescript - utf-8-validate + - vue-template-compiler - webpack-cli dev: false - /@docusaurus/types/2.0.0-beta.1: + /@docusaurus/types@2.0.0-beta.1: resolution: {integrity: sha512-KyhFZ9O/fHM+6JzaBEatJOFV5u+EHciv132jtQJaF7qQauyYhk7bQFFFvQSw1Ub0aIhTMqN9cO2+eDgX42q8YA==} dependencies: commander: 5.1.0 @@ -4579,7 +5396,7 @@ packages: - webpack-cli dev: false - /@docusaurus/utils-common/2.0.0-beta.1: + /@docusaurus/utils-common@2.0.0-beta.1: resolution: {integrity: sha512-Jw9qGpNlqhQnoB5S2T3Iokp9sN6MiOWHwbt/Ud0yPPBuTDVPE1xrosJjAAQDZe3OJvjpp3gdZqXt1hhyQIrOrA==} engines: {node: '>=12.13.0'} dependencies: @@ -4589,7 +5406,7 @@ packages: - webpack-cli dev: false - /@docusaurus/utils-validation/2.0.0-beta.1: + /@docusaurus/utils-validation@2.0.0-beta.1: resolution: {integrity: sha512-t4f2oqxq6hrKDf6A1k2IrlWHfzrLy+OGFNc/iMN05LWxfj5MgmsK90s0tq00LoxKRlfENfhcvmSw+SWzzplDCA==} engines: {node: '>=12.13.0'} dependencies: @@ -4601,7 +5418,7 @@ packages: - webpack-cli dev: false - /@docusaurus/utils/2.0.0-beta.1: + /@docusaurus/utils@2.0.0-beta.1: resolution: {integrity: sha512-1Z7yEwQ+wFwRo1Iv9BbmLvDmV2u63lT1y9Ij6hHOv1T0cmS4wF9rhyk61AG6WyimnhoRD3quIen8EM6SdXnOHw==} engines: {node: '>=12.13.0'} dependencies: @@ -4618,13 +5435,14 @@ packages: - webpack-cli dev: false - /@emotion/babel-plugin/11.3.0: + /@emotion/babel-plugin@11.3.0(@babel/core@7.14.6): resolution: {integrity: sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: + '@babel/core': 7.14.6 '@babel/helper-module-imports': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5 + '@babel/plugin-syntax-jsx': 7.14.5(@babel/core@7.14.6) '@babel/runtime': 7.14.6 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.5 @@ -4637,28 +5455,8 @@ packages: stylis: 4.0.10 dev: false - /@emotion/babel-plugin/11.3.0_@babel+core@7.14.6: - resolution: {integrity: sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.14.6 - '@babel/helper-module-imports': 7.14.5 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.14.6 - '@babel/runtime': 7.14.6 - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.5 - '@emotion/serialize': 1.0.2 - babel-plugin-macros: 2.8.0 - convert-source-map: 1.8.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.0.10 - dev: false - - /@emotion/cache/11.4.0: - resolution: {integrity: sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g==} + /@emotion/cache@11.4.0: + resolution: {integrity: sha512-Zx70bjE7LErRO9OaZrhf22Qye1y4F7iDl+ITjet0J+i+B88PrAOBkKvaAWhxsZf72tDLajwCgfCjJ2dvH77C3g==} dependencies: '@emotion/memoize': 0.7.5 '@emotion/sheet': 1.0.1 @@ -4667,11 +5465,11 @@ packages: stylis: 4.0.10 dev: false - /@emotion/core/11.0.0: + /@emotion/core@11.0.0: resolution: {integrity: sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA==} dev: false - /@emotion/css/11.1.3_@babel+core@7.14.6: + /@emotion/css@11.1.3(@babel/core@7.14.6): resolution: {integrity: sha512-RSQP59qtCNTf5NWD6xM08xsQdCZmVYnX/panPYvB6LQAPKQB6GL49Njf0EMbS3CyDtrlWsBcmqBtysFvfWT3rA==} peerDependencies: '@babel/core': ^7.0.0 @@ -4680,63 +5478,42 @@ packages: optional: true dependencies: '@babel/core': 7.14.6 - '@emotion/babel-plugin': 11.3.0_@babel+core@7.14.6 + '@emotion/babel-plugin': 11.3.0(@babel/core@7.14.6) '@emotion/cache': 11.4.0 '@emotion/serialize': 1.0.2 '@emotion/sheet': 1.0.1 '@emotion/utils': 1.0.0 dev: false - /@emotion/hash/0.8.0: + /@emotion/hash@0.8.0: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} dev: false - /@emotion/is-prop-valid/0.8.8: + /@emotion/is-prop-valid@0.8.8: resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} + requiresBuild: true dependencies: '@emotion/memoize': 0.7.4 dev: false optional: true - /@emotion/is-prop-valid/1.1.0: + /@emotion/is-prop-valid@1.1.0: resolution: {integrity: sha512-9RkilvXAufQHsSsjQ3PIzSns+pxuX4EW8EbGeSPjZMHuMx6z/MOzb9LpqNieQX4F3mre3NWS2+X3JNRHTQztUQ==} dependencies: '@emotion/memoize': 0.7.5 dev: false - /@emotion/memoize/0.7.4: + /@emotion/memoize@0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} + requiresBuild: true dev: false optional: true - /@emotion/memoize/0.7.5: + /@emotion/memoize@0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} dev: false - /@emotion/react/11.4.0_189cc19b8edfe5959338b863f6e5c247: - resolution: {integrity: sha512-4XklWsl9BdtatLoJpSjusXhpKv9YVteYKh9hPKP1Sxl+mswEFoUe0WtmtWjxEjkA51DQ2QRMCNOvKcSlCQ7ivg==} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/react': '*' - react: '>=16.8.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.14.6 - '@emotion/cache': 11.4.0 - '@emotion/serialize': 1.0.2 - '@emotion/sheet': 1.0.1 - '@emotion/utils': 1.0.0 - '@emotion/weak-memoize': 0.2.5 - '@types/react': 17.0.11 - hoist-non-react-statics: 3.3.2 - react: 17.0.2 - dev: false - - /@emotion/react/11.4.0_81862478866c67faf6c62f3dd0cd029f: + /@emotion/react@11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-4XklWsl9BdtatLoJpSjusXhpKv9YVteYKh9hPKP1Sxl+mswEFoUe0WtmtWjxEjkA51DQ2QRMCNOvKcSlCQ7ivg==} peerDependencies: '@babel/core': ^7.0.0 @@ -4760,7 +5537,7 @@ packages: react: 17.0.2 dev: false - /@emotion/serialize/1.0.2: + /@emotion/serialize@1.0.2: resolution: {integrity: sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==} dependencies: '@emotion/hash': 0.8.0 @@ -4770,34 +5547,11 @@ packages: csstype: 3.0.8 dev: false - /@emotion/sheet/1.0.1: + /@emotion/sheet@1.0.1: resolution: {integrity: sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g==} dev: false - /@emotion/styled/11.3.0_3d30eb7fe446b0e582df4c9643515bd8: - resolution: {integrity: sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==} - peerDependencies: - '@babel/core': ^7.0.0 - '@emotion/react': ^11.0.0-rc.0 - '@types/react': '*' - react: '>=16.8.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.14.6 - '@emotion/babel-plugin': 11.3.0 - '@emotion/is-prop-valid': 1.1.0 - '@emotion/react': 11.4.0_189cc19b8edfe5959338b863f6e5c247 - '@emotion/serialize': 1.0.2 - '@emotion/utils': 1.0.0 - '@types/react': 17.0.11 - react: 17.0.2 - dev: false - - /@emotion/styled/11.3.0_9040e47581cdc4ea30d85a9c9daeae52: + /@emotion/styled@11.3.0(@babel/core@7.14.6)(@emotion/react@11.4.0)(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==} peerDependencies: '@babel/core': ^7.0.0 @@ -4812,33 +5566,33 @@ packages: dependencies: '@babel/core': 7.14.6 '@babel/runtime': 7.14.6 - '@emotion/babel-plugin': 11.3.0_@babel+core@7.14.6 + '@emotion/babel-plugin': 11.3.0(@babel/core@7.14.6) '@emotion/is-prop-valid': 1.1.0 - '@emotion/react': 11.4.0_81862478866c67faf6c62f3dd0cd029f + '@emotion/react': 11.4.0(@babel/core@7.14.6)(@types/react@17.0.11)(react@17.0.2) '@emotion/serialize': 1.0.2 '@emotion/utils': 1.0.0 '@types/react': 17.0.11 react: 17.0.2 dev: false - /@emotion/unitless/0.7.5: + /@emotion/unitless@0.7.5: resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} dev: false - /@emotion/utils/1.0.0: + /@emotion/utils@1.0.0: resolution: {integrity: sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==} dev: false - /@emotion/weak-memoize/0.2.5: + /@emotion/weak-memoize@0.2.5: resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} dev: false - /@eslint/eslintrc/0.4.2: + /@eslint/eslintrc@0.4.2: resolution: {integrity: sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) espree: 7.3.1 globals: 13.9.0 ignore: 4.0.6 @@ -4850,30 +5604,29 @@ packages: - supports-color dev: false - /@fastify/ajv-compiler/1.1.0: + /@fastify/ajv-compiler@1.1.0: resolution: {integrity: sha512-gvCOUNpXsWrIQ3A4aXCLIdblL0tDq42BG/2Xw7oxbil9h11uow10ztS2GuFazNBfjbrsZ5nl+nPl5jDSjj5TSg==} dependencies: ajv: 6.12.6 - dev: false - /@graphql-codegen/core/1.17.10_graphql@15.5.1: + /@graphql-codegen/core@1.17.10(graphql@15.5.1): resolution: {integrity: sha512-RA3umgVDs/RI/+ztHh+H4GfJxrJUfWJQqoAkMfX4qPTVO5qsy3R4vPudE0oP8w+kFbL8dFsRfAAPUZxI4jV/hQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-tools/merge': 6.2.14_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-tools/merge': 6.2.14(graphql@15.5.1) + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) graphql: 15.5.1 tslib: 2.2.0 dev: false - /@graphql-codegen/plugin-helpers/1.18.7_graphql@15.5.1: + /@graphql-codegen/plugin-helpers@1.18.7(graphql@15.5.1): resolution: {integrity: sha512-8ICOrXlsvyL1dpVz8C9b7H31d4DJpDd75WfjMn6Xjqz81Ah8xDn1Bi+7YXRCCILCBmvI94k6fi8qpsIVhFBBjQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) common-tags: 1.8.0 graphql: 15.5.1 import-from: 3.0.0 @@ -4881,13 +5634,13 @@ packages: tslib: 2.2.0 dev: false - /@graphql-codegen/typed-document-node/1.18.7_graphql@15.5.1: + /@graphql-codegen/typed-document-node@1.18.7(graphql@15.5.1): resolution: {integrity: sha512-5kLQ9HItcjX6VQnIEGOW7VjJ8AU4Ta6Lw8HJWu1Gn4Qkl7YjmlmMKRNHJlTftztYqnBOf6xGqz6IQgh0aUZY5A==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-codegen/visitor-plugin-common': 1.21.1_graphql@15.5.1 + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-codegen/visitor-plugin-common': 1.21.1(graphql@15.5.1) auto-bind: 4.0.0 change-case-all: 1.0.14 graphql: 15.5.1 @@ -4896,14 +5649,14 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript-operations/1.18.1_graphql@15.5.1: + /@graphql-codegen/typescript-operations@1.18.1(graphql@15.5.1): resolution: {integrity: sha512-6w67j9Y8ZqSMc5a7bxkbNp0Yv1NWUMnCZt30nqXyOlvqlbmPogWWxJGccxSDfhZ8+uSFjQp5kUM07w8/uPMIZQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-codegen/typescript': 1.22.2_graphql@15.5.1 - '@graphql-codegen/visitor-plugin-common': 1.21.1_graphql@15.5.1 + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-codegen/typescript': 1.22.2(graphql@15.5.1) + '@graphql-codegen/visitor-plugin-common': 1.21.1(graphql@15.5.1) auto-bind: 4.0.0 graphql: 15.5.1 tslib: 2.3.0 @@ -4911,15 +5664,15 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript-resolvers/1.19.3_graphql@15.5.1: + /@graphql-codegen/typescript-resolvers@1.19.3(graphql@15.5.1): resolution: {integrity: sha512-wbc3hgULs7/gmlmVvbUpqxoOff2MjVnSvBllrldBIezGvcoj7Q265Cb0q/ki5MV8OzUWq28zpBrc3RMg7E5O9Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-codegen/typescript': 1.22.2_graphql@15.5.1 - '@graphql-codegen/visitor-plugin-common': 1.21.1_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-codegen/typescript': 1.22.2(graphql@15.5.1) + '@graphql-codegen/visitor-plugin-common': 1.21.1(graphql@15.5.1) + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) auto-bind: 4.0.0 graphql: 15.5.1 tslib: 2.3.0 @@ -4927,13 +5680,13 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript/1.22.2_graphql@15.5.1: + /@graphql-codegen/typescript@1.22.2(graphql@15.5.1): resolution: {integrity: sha512-M+gJVHnpWanCTrSqzh+jNyJ6HhDICFzWV3SVcns5LX1X4NC/7N+TvYLk9ZzRSpBYCkWWGmTPrZNd0zjwhroRTg==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-codegen/visitor-plugin-common': 1.21.1_graphql@15.5.1 + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-codegen/visitor-plugin-common': 1.21.1(graphql@15.5.1) auto-bind: 4.0.0 graphql: 15.5.1 tslib: 2.3.0 @@ -4941,54 +5694,54 @@ packages: - supports-color dev: false - /@graphql-codegen/visitor-plugin-common/1.21.1_graphql@15.5.1: + /@graphql-codegen/visitor-plugin-common@1.21.1(graphql@15.5.1): resolution: {integrity: sha512-f6GakFkn6TEtuU//BrZfmdL5eyzlisE8x6LmNJvjPQig8pVBVt8ncJeWV42XV9iJpaCmrQaT4MtXPkjlCe0egA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-tools/optimize': 1.0.1_graphql@15.5.1 - '@graphql-tools/relay-operation-optimizer': 6.3.0_graphql@15.5.1 + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-tools/optimize': 1.0.1(graphql@15.5.1) + '@graphql-tools/relay-operation-optimizer': 6.3.0(graphql@15.5.1) array.prototype.flatmap: 1.2.4 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 graphql: 15.5.1 - graphql-tag: 2.12.4_graphql@15.5.1 + graphql-tag: 2.12.4(graphql@15.5.1) parse-filepath: 1.0.2 tslib: 2.3.0 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/batch-execute/7.1.2_graphql@15.5.1: + /@graphql-tools/batch-execute@7.1.2(graphql@15.5.1): resolution: {integrity: sha512-IuR2SB2MnC2ztA/XeTMTfWcA0Wy7ZH5u+nDkDNLAdX+AaSyDnsQS35sCmHqG0VOGTl7rzoyBWLCKGwSJplgtwg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) dataloader: 2.0.0 graphql: 15.5.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/delegate/7.1.5_graphql@15.5.1: + /@graphql-tools/delegate@7.1.5(graphql@15.5.1): resolution: {integrity: sha512-bQu+hDd37e+FZ0CQGEEczmRSfQRnnXeUxI/0miDV+NV/zCbEdIJj5tYFNrKT03W6wgdqx8U06d8L23LxvGri/g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: '@ardatan/aggregate-error': 0.0.6 - '@graphql-tools/batch-execute': 7.1.2_graphql@15.5.1 - '@graphql-tools/schema': 7.1.5_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/batch-execute': 7.1.2(graphql@15.5.1) + '@graphql-tools/schema': 7.1.5(graphql@15.5.1) + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) dataloader: 2.0.0 graphql: 15.5.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/load-files/6.3.2_graphql@15.5.1: + /@graphql-tools/load-files@6.3.2(graphql@15.5.1): resolution: {integrity: sha512-3mgwEKZ8yy7CD/uVs9yeXR3r+GwjlTKRG5bC75xdJFN8WbzbcHjIJiTXfWSAYqbfSTam0hWnRdWghagzFSo5kQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 @@ -4999,18 +5752,18 @@ packages: unixify: 1.0.0 dev: false - /@graphql-tools/merge/6.2.14_graphql@15.5.1: + /@graphql-tools/merge@6.2.14(graphql@15.5.1): resolution: {integrity: sha512-RWT4Td0ROJai2eR66NHejgf8UwnXJqZxXgDWDI+7hua5vNA2OW8Mf9K1Wav1ZkjWnuRp4ztNtkZGie5ISw55ow==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/schema': 7.1.5_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/schema': 7.1.5(graphql@15.5.1) + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) graphql: 15.5.1 tslib: 2.2.0 dev: false - /@graphql-tools/optimize/1.0.1_graphql@15.5.1: + /@graphql-tools/optimize@1.0.1(graphql@15.5.1): resolution: {integrity: sha512-cRlUNsbErYoBtzzS6zXahXeTBZGPVlPHXCpnEZ0XiK/KY/sQL96cyzak0fM/Gk6qEI9/l32MYEICjasiBQrl5w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 @@ -5019,31 +5772,31 @@ packages: tslib: 2.0.3 dev: false - /@graphql-tools/relay-operation-optimizer/6.3.0_graphql@15.5.1: + /@graphql-tools/relay-operation-optimizer@6.3.0(graphql@15.5.1): resolution: {integrity: sha512-Or3UgRvkY9Fq1AAx7q38oPqFmTepLz7kp6wDHKyR0ceG7AvHv5En22R12mAeISInbhff4Rpwgf6cE8zHRu6bCw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) graphql: 15.5.1 - relay-compiler: 10.1.0_graphql@15.5.1 + relay-compiler: 10.1.0(graphql@15.5.1) tslib: 2.0.3 transitivePeerDependencies: - supports-color dev: false - /@graphql-tools/schema/7.1.5_graphql@15.5.1: + /@graphql-tools/schema@7.1.5(graphql@15.5.1): resolution: {integrity: sha512-uyn3HSNSckf4mvQSq0Q07CPaVZMNFCYEVxroApOaw802m9DcZPgf9XVPy/gda5GWj9AhbijfRYVTZQgHnJ4CXA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) graphql: 15.5.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-tools/utils/7.10.0_graphql@15.5.1: + /@graphql-tools/utils@7.10.0(graphql@15.5.1): resolution: {integrity: sha512-d334r6bo9mxdSqZW6zWboEnnOOFRrAPVQJ7LkU8/6grglrbcu6WhwCLzHb90E94JI3TD3ricC3YGbUqIi9Xg0w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 @@ -5054,58 +5807,58 @@ packages: tslib: 2.2.0 dev: false - /@graphql-tools/wrap/7.0.8_graphql@15.5.1: + /@graphql-tools/wrap@7.0.8(graphql@15.5.1): resolution: {integrity: sha512-1NDUymworsOlb53Qfh7fonDi2STvqCtbeE68ntKY9K/Ju/be2ZNxrFSbrBHwnxWcN9PjISNnLcAyJ1L5tCUyhg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 dependencies: - '@graphql-tools/delegate': 7.1.5_graphql@15.5.1 - '@graphql-tools/schema': 7.1.5_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 + '@graphql-tools/delegate': 7.1.5(graphql@15.5.1) + '@graphql-tools/schema': 7.1.5(graphql@15.5.1) + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) graphql: 15.5.1 tslib: 2.2.0 value-or-promise: 1.0.6 dev: false - /@graphql-typed-document-node/core/3.1.0_graphql@15.5.1: + /@graphql-typed-document-node/core@3.1.0(graphql@15.5.1): resolution: {integrity: sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 dependencies: graphql: 15.5.1 - /@hapi/accept/5.0.2: + /@hapi/accept@5.0.2: resolution: {integrity: sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==} dependencies: '@hapi/boom': 9.1.2 '@hapi/hoek': 9.2.0 dev: false - /@hapi/address/2.1.4: + /@hapi/address@2.1.4: resolution: {integrity: sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==} deprecated: Moved to 'npm install @sideway/address' dev: false - /@hapi/boom/9.1.2: + /@hapi/boom@9.1.2: resolution: {integrity: sha512-uJEJtiNHzKw80JpngDGBCGAmWjBtzxDCz17A9NO2zCi8LLBlb5Frpq4pXwyN+2JQMod4pKz5BALwyneCgDg89Q==} dependencies: '@hapi/hoek': 9.2.0 dev: false - /@hapi/bourne/1.3.2: + /@hapi/bourne@1.3.2: resolution: {integrity: sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==} deprecated: This version has been deprecated and is no longer supported or maintained dev: false - /@hapi/hoek/8.5.1: + /@hapi/hoek@8.5.1: resolution: {integrity: sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==} deprecated: This version has been deprecated and is no longer supported or maintained dev: false - /@hapi/hoek/9.2.0: + /@hapi/hoek@9.2.0: resolution: {integrity: sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==} - /@hapi/joi/15.1.1: + /@hapi/joi@15.1.1: resolution: {integrity: sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==} deprecated: Switch to 'npm install joi' dependencies: @@ -5115,19 +5868,24 @@ packages: '@hapi/topo': 3.1.6 dev: false - /@hapi/topo/3.1.6: + /@hapi/topo@3.1.6: resolution: {integrity: sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==} deprecated: This version has been deprecated and is no longer supported or maintained dependencies: '@hapi/hoek': 8.5.1 dev: false - /@hapi/topo/5.0.0: + /@hapi/topo@5.0.0: resolution: {integrity: sha512-tFJlT47db0kMqVm3H4nQYgn6Pwg10GTZHb1pwmSiv1K4ks6drQOtfEF5ZnPjkvC+y4/bUPHK+bc87QvLcL+WMw==} dependencies: '@hapi/hoek': 9.2.0 - /@istanbuljs/load-nyc-config/1.1.0: + /@isaacs/ttlcache@1.4.1: + resolution: {integrity: sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==} + engines: {node: '>=12'} + dev: false + + /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} dependencies: @@ -5137,11 +5895,11 @@ packages: js-yaml: 3.14.1 resolve-from: 5.0.0 - /@istanbuljs/schema/0.1.3: + /@istanbuljs/schema@0.1.3: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - /@jest/console/26.6.2: + /@jest/console@26.6.2: resolution: {integrity: sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==} engines: {node: '>= 10.14.2'} dependencies: @@ -5152,7 +5910,7 @@ packages: jest-util: 26.6.2 slash: 3.0.0 - /@jest/console/27.0.2: + /@jest/console@27.0.2: resolution: {integrity: sha512-/zYigssuHLImGeMAACkjI4VLAiiJznHgAl3xnFT19iWyct2LhrH3KXOjHRmxBGTkiPLZKKAJAgaPpiU9EZ9K+w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -5164,7 +5922,7 @@ packages: slash: 3.0.0 dev: false - /@jest/core/26.6.3: + /@jest/core@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==} engines: {node: '>= 10.14.2'} dependencies: @@ -5179,14 +5937,14 @@ packages: exit: 0.1.2 graceful-fs: 4.2.6 jest-changed-files: 26.6.2 - jest-config: 26.6.3 + jest-config: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-haste-map: 26.6.2 jest-message-util: 26.6.2 jest-regex-util: 26.0.0 jest-resolve: 26.6.2 jest-resolve-dependencies: 26.6.3 - jest-runner: 26.6.3 - jest-runtime: 26.6.3 + jest-runner: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + jest-runtime: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-snapshot: 26.6.2 jest-util: 26.6.2 jest-validate: 26.6.2 @@ -5203,87 +5961,14 @@ packages: - ts-node - utf-8-validate - /@jest/core/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==} - engines: {node: '>= 10.14.2'} + /@jest/create-cache-key-function@29.7.0: + resolution: {integrity: sha512-4QqS3LY5PBmTRHj9sAg1HLoPzqAI0uOX6wI/TRqHIcOxlFidy6YEmCQJk6FSZjNLGCeubDMfmkWL+qaLKhSGQA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 26.6.2 - '@jest/reporters': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/transform': 26.6.2 - '@jest/types': 26.6.2 - '@types/node': 15.12.4 - ansi-escapes: 4.3.2 - chalk: 4.1.1 - exit: 0.1.2 - graceful-fs: 4.2.6 - jest-changed-files: 26.6.2 - jest-config: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-haste-map: 26.6.2 - jest-message-util: 26.6.2 - jest-regex-util: 26.0.0 - jest-resolve: 26.6.2 - jest-resolve-dependencies: 26.6.3 - jest-runner: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-runtime: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-snapshot: 26.6.2 - jest-util: 26.6.2 - jest-validate: 26.6.2 - jest-watcher: 26.6.2 - micromatch: 4.0.4 - p-each-series: 2.2.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate + '@jest/types': 29.6.3 dev: false - /@jest/core/26.6.3_ts-node@9.1.1: - resolution: {integrity: sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==} - engines: {node: '>= 10.14.2'} - dependencies: - '@jest/console': 26.6.2 - '@jest/reporters': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/transform': 26.6.2 - '@jest/types': 26.6.2 - '@types/node': 15.12.4 - ansi-escapes: 4.3.2 - chalk: 4.1.1 - exit: 0.1.2 - graceful-fs: 4.2.6 - jest-changed-files: 26.6.2 - jest-config: 26.6.3_ts-node@9.1.1 - jest-haste-map: 26.6.2 - jest-message-util: 26.6.2 - jest-regex-util: 26.0.0 - jest-resolve: 26.6.2 - jest-resolve-dependencies: 26.6.3 - jest-runner: 26.6.3_ts-node@9.1.1 - jest-runtime: 26.6.3_ts-node@9.1.1 - jest-snapshot: 26.6.2 - jest-util: 26.6.2 - jest-validate: 26.6.2 - jest-watcher: 26.6.2 - micromatch: 4.0.4 - p-each-series: 2.2.0 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - - /@jest/environment/26.6.2: + /@jest/environment@26.6.2: resolution: {integrity: sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==} engines: {node: '>= 10.14.2'} dependencies: @@ -5292,7 +5977,17 @@ packages: '@types/node': 15.12.4 jest-mock: 26.6.2 - /@jest/fake-timers/26.6.2: + /@jest/environment@29.7.0: + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 + '@types/node': 15.12.4 + jest-mock: 29.7.0 + dev: false + + /@jest/fake-timers@26.6.2: resolution: {integrity: sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==} engines: {node: '>= 10.14.2'} dependencies: @@ -5303,7 +5998,19 @@ packages: jest-mock: 26.6.2 jest-util: 26.6.2 - /@jest/globals/26.6.2: + /@jest/fake-timers@29.7.0: + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + '@sinonjs/fake-timers': 10.3.0 + '@types/node': 15.12.4 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 + dev: false + + /@jest/globals@26.6.2: resolution: {integrity: sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==} engines: {node: '>= 10.14.2'} dependencies: @@ -5311,7 +6018,7 @@ packages: '@jest/types': 26.6.2 expect: 26.6.2 - /@jest/reporters/26.6.2: + /@jest/reporters@26.6.2: resolution: {integrity: sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==} engines: {node: '>= 10.14.2'} dependencies: @@ -5344,7 +6051,14 @@ packages: transitivePeerDependencies: - supports-color - /@jest/source-map/26.6.2: + /@jest/schemas@29.6.3: + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@sinclair/typebox': 0.27.8 + dev: false + + /@jest/source-map@26.6.2: resolution: {integrity: sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==} engines: {node: '>= 10.14.2'} dependencies: @@ -5352,7 +6066,7 @@ packages: graceful-fs: 4.2.6 source-map: 0.6.1 - /@jest/test-result/26.6.2: + /@jest/test-result@26.6.2: resolution: {integrity: sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -5361,7 +6075,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.3 collect-v8-coverage: 1.0.1 - /@jest/test-result/27.0.2: + /@jest/test-result@27.0.2: resolution: {integrity: sha512-gcdWwL3yP5VaIadzwQtbZyZMgpmes8ryBAJp70tuxghiA8qL4imJyZex+i+USQH2H4jeLVVszhwntgdQ97fccA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -5371,57 +6085,23 @@ packages: collect-v8-coverage: 1.0.1 dev: false - /@jest/test-sequencer/26.6.3: - resolution: {integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==} - engines: {node: '>= 10.14.2'} - dependencies: - '@jest/test-result': 26.6.2 - graceful-fs: 4.2.6 - jest-haste-map: 26.6.2 - jest-runner: 26.6.3 - jest-runtime: 26.6.3 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - - /@jest/test-sequencer/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==} - engines: {node: '>= 10.14.2'} - dependencies: - '@jest/test-result': 26.6.2 - graceful-fs: 4.2.6 - jest-haste-map: 26.6.2 - jest-runner: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-runtime: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: false - - /@jest/test-sequencer/26.6.3_ts-node@9.1.1: + /@jest/test-sequencer@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==} engines: {node: '>= 10.14.2'} dependencies: '@jest/test-result': 26.6.2 graceful-fs: 4.2.6 jest-haste-map: 26.6.2 - jest-runner: 26.6.3_ts-node@9.1.1 - jest-runtime: 26.6.3_ts-node@9.1.1 + jest-runner: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + jest-runtime: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil - canvas - supports-color - ts-node - utf-8-validate - dev: true - /@jest/transform/26.6.2: + /@jest/transform@26.6.2: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: @@ -5443,7 +6123,7 @@ packages: transitivePeerDependencies: - supports-color - /@jest/types/26.6.2: + /@jest/types@26.6.2: resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -5453,7 +6133,7 @@ packages: '@types/yargs': 15.0.13 chalk: 4.1.1 - /@jest/types/27.0.2: + /@jest/types@27.0.2: resolution: {integrity: sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -5464,7 +6144,67 @@ packages: chalk: 4.1.1 dev: false - /@manypkg/find-root/1.1.0: + /@jest/types@27.5.1: + resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 3.0.1 + '@types/node': 15.12.4 + '@types/yargs': 16.0.3 + chalk: 4.1.1 + dev: false + + /@jest/types@29.6.3: + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.6.3 + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 3.0.1 + '@types/node': 15.12.4 + '@types/yargs': 17.0.32 + chalk: 4.1.1 + dev: false + + /@jridgewell/gen-mapping@0.3.3: + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.22 + dev: false + + /@jridgewell/resolve-uri@3.1.2: + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/set-array@1.1.2: + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} + dev: false + + /@jridgewell/source-map@0.3.5: + resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.22 + dev: false + + /@jridgewell/sourcemap-codec@1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + dev: false + + /@jridgewell/trace-mapping@0.3.22: + resolution: {integrity: sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==} + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + dev: false + + /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: '@babel/runtime': 7.14.6 @@ -5473,7 +6213,7 @@ packages: fs-extra: 8.1.0 dev: true - /@manypkg/get-packages/1.1.1: + /@manypkg/get-packages@1.1.1: resolution: {integrity: sha512-J6VClfQSVgR6958eIDTGjfdCrELy1eT+SHeoSMomnvRQVktZMnEA5edIr5ovRFNw5y+Bk/jyoevPzGYod96mhw==} dependencies: '@babel/runtime': 7.14.6 @@ -5483,14 +6223,14 @@ packages: read-yaml-file: 1.1.0 dev: true - /@mdx-js/mdx/1.6.22: + /@mdx-js/mdx@1.6.22: resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==} dependencies: '@babel/core': 7.12.9 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) '@mdx-js/util': 1.6.22 - babel-plugin-apply-mdx-type-prop: 1.6.22_@babel+core@7.12.9 + babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@7.12.9) babel-plugin-extract-import-names: 1.6.22 camelcase-css: 2.0.1 detab: 2.0.4 @@ -5509,7 +6249,7 @@ packages: - supports-color dev: false - /@mdx-js/react/1.6.22_react@17.0.2: + /@mdx-js/react@1.6.22(react@17.0.2): resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} peerDependencies: react: ^16.13.1 || ^17.0.0 @@ -5517,11 +6257,11 @@ packages: react: 17.0.2 dev: false - /@mdx-js/util/1.6.22: + /@mdx-js/util@1.6.22: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: false - /@mrmlnc/readdir-enhanced/2.2.1: + /@mrmlnc/readdir-enhanced@2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} dependencies: @@ -5529,15 +6269,15 @@ packages: glob-to-regexp: 0.3.0 dev: true - /@next/env/10.2.3: + /@next/env@10.2.3: resolution: {integrity: sha512-uBOjRBjsWC4C8X3DfmWWP6ekwLnf2JCCwQX9KVnJtJkqfDsv1yQPakdOEwvJzXQc3JC/v5KKffYPVmV2wHXCgQ==} dev: false - /@next/polyfill-module/10.2.3: + /@next/polyfill-module@10.2.3: resolution: {integrity: sha512-OkeY4cLhzfYbXxM4fd+6V4s5pTPuyfKSlavItfNRA6PpS7t1/R6YjO7S7rB8tu1pbTGuDHGIdE1ioDv15bAbDQ==} dev: false - /@next/react-dev-overlay/10.2.3_react-dom@17.0.2+react@17.0.2: + /@next/react-dev-overlay@10.2.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-E6g2jws4YW94l0lMMopBVKIZK2mEHfSBvM0d9dmzKG9L/A/kEq6LZCB4SiwGJbNsAdlk2y3USDa0oNbpA+m5Kw==} peerDependencies: react: ^16.9.0 || ^17 @@ -5551,14 +6291,14 @@ packages: data-uri-to-buffer: 3.0.1 platform: 1.3.6 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shell-quote: 1.7.2 source-map: 0.8.0-beta.0 stacktrace-parser: 0.1.10 strip-ansi: 6.0.0 dev: false - /@next/react-refresh-utils/10.2.3_react-refresh@0.8.3: + /@next/react-refresh-utils@10.2.3(react-refresh@0.8.3): resolution: {integrity: sha512-qtBF56vPC6d6a8p7LYd0iRjW89fhY80kAIzmj+VonvIGjK/nymBjcFUhbKiMFqlhsarCksnhwX+Zmn95Dw9qvA==} peerDependencies: react-refresh: 0.8.3 @@ -5570,30 +6310,30 @@ packages: react-refresh: 0.8.3 dev: false - /@nodelib/fs.scandir/2.1.5: + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - /@nodelib/fs.stat/1.1.3: + /@nodelib/fs.stat@1.1.3: resolution: {integrity: sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==} engines: {node: '>= 6'} dev: true - /@nodelib/fs.stat/2.0.5: + /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} - /@nodelib/fs.walk/1.2.7: + /@nodelib/fs.walk@1.2.7: resolution: {integrity: sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==} engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.11.0 - /@npmcli/move-file/1.1.2: + /@npmcli/move-file@1.1.2: resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} engines: {node: '>=10'} dependencies: @@ -5601,7 +6341,7 @@ packages: rimraf: 3.0.2 dev: false - /@oclif/color/0.1.2: + /@oclif/color@0.1.2: resolution: {integrity: sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA==} engines: {node: '>=8.0.0'} dependencies: @@ -5612,55 +6352,45 @@ packages: tslib: 1.14.1 dev: true - /@oclif/command/1.8.0: + /@oclif/command@1.8.0(@oclif/config@1.17.0): resolution: {integrity: sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==} engines: {node: '>=8.0.0'} + peerDependencies: + '@oclif/config': ^1 dependencies: - '@oclif/config': 1.17.0 + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 '@oclif/parser': 3.8.5 '@oclif/plugin-help': 3.2.2 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) semver: 7.3.5 transitivePeerDependencies: - supports-color dev: true - /@oclif/command/1.8.0_supports-color@7.2.0: + /@oclif/command@1.8.0(@oclif/config@1.17.0)(supports-color@7.2.0): resolution: {integrity: sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==} engines: {node: '>=8.0.0'} + peerDependencies: + '@oclif/config': ^1 dependencies: - '@oclif/config': 1.17.0_supports-color@7.2.0 + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 '@oclif/parser': 3.8.5 - '@oclif/plugin-help': 3.2.2_supports-color@7.2.0 - debug: 4.3.1_supports-color@7.2.0 + '@oclif/plugin-help': 3.2.2(supports-color@7.2.0) + debug: 4.3.1(supports-color@7.2.0) semver: 7.3.5 transitivePeerDependencies: - supports-color dev: true - /@oclif/config/1.17.0: - resolution: {integrity: sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==} - engines: {node: '>=8.0.0'} - dependencies: - '@oclif/errors': 1.3.4 - '@oclif/parser': 3.8.5 - debug: 4.3.1 - globby: 11.0.4 - is-wsl: 2.2.0 - tslib: 2.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@oclif/config/1.17.0_supports-color@7.2.0: + /@oclif/config@1.17.0(supports-color@7.2.0): resolution: {integrity: sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==} engines: {node: '>=8.0.0'} dependencies: '@oclif/errors': 1.3.4 '@oclif/parser': 3.8.5 - debug: 4.3.1_supports-color@7.2.0 + debug: 4.3.1(supports-color@7.2.0) globby: 11.0.4 is-wsl: 2.2.0 tslib: 2.3.0 @@ -5668,7 +6398,7 @@ packages: - supports-color dev: true - /@oclif/errors/1.3.4: + /@oclif/errors@1.3.4: resolution: {integrity: sha512-pJKXyEqwdfRTUdM8n5FIHiQQHg5ETM0Wlso8bF9GodczO40mF5Z3HufnYWJE7z8sGKxOeJCdbAVZbS8Y+d5GCw==} engines: {node: '>=8.0.0'} dependencies: @@ -5679,7 +6409,7 @@ packages: wrap-ansi: 7.0.0 dev: true - /@oclif/fixpack/2.3.0: + /@oclif/fixpack@2.3.0: resolution: {integrity: sha512-49WCnMIUO6MOj5h0kSsSh0JsrKVXa332nwMYafz1mvfrLhWHvA/7CW1yvWXbmVT7RUdE0+EfqVTHFdNlipAfpg==} hasBin: true dependencies: @@ -5689,11 +6419,11 @@ packages: rc: 1.2.8 dev: true - /@oclif/linewrap/1.0.0: + /@oclif/linewrap@1.0.0: resolution: {integrity: sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==} dev: true - /@oclif/parser/3.8.5: + /@oclif/parser@3.8.5: resolution: {integrity: sha512-yojzeEfmSxjjkAvMRj0KzspXlMjCfBzNRPkWw8ZwOSoNWoJn+OCS/m/S+yfV6BvAM4u2lTzX9Y5rCbrFIgkJLg==} engines: {node: '>=8.0.0'} dependencies: @@ -5703,12 +6433,12 @@ packages: tslib: 1.14.1 dev: true - /@oclif/plugin-help/3.2.2: + /@oclif/plugin-help@3.2.2: resolution: {integrity: sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==} engines: {node: '>=8.0.0'} dependencies: - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0) + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 chalk: 4.1.1 indent-string: 4.0.0 @@ -5721,12 +6451,12 @@ packages: - supports-color dev: true - /@oclif/plugin-help/3.2.2_supports-color@7.2.0: + /@oclif/plugin-help@3.2.2(supports-color@7.2.0): resolution: {integrity: sha512-SPZ8U8PBYK0n4srFjCLedk0jWU4QlxgEYLCXIBShJgOwPhTTQknkUlsEwaMIevvCU4iCQZhfMX+D8Pz5GZjFgA==} engines: {node: '>=8.0.0'} dependencies: - '@oclif/command': 1.8.0_supports-color@7.2.0 - '@oclif/config': 1.17.0_supports-color@7.2.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0)(supports-color@7.2.0) + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 chalk: 4.1.1 indent-string: 4.0.0 @@ -5739,28 +6469,29 @@ packages: - supports-color dev: true - /@oclif/plugin-not-found/1.2.4: + /@oclif/plugin-not-found@1.2.4(@oclif/config@1.17.0): resolution: {integrity: sha512-G440PCuMi/OT8b71aWkR+kCWikngGtyRjOR24sPMDbpUFV4+B3r51fz1fcqeUiiEOYqUpr0Uy/sneUe1O/NfBg==} engines: {node: '>=8.0.0'} dependencies: '@oclif/color': 0.1.2 - '@oclif/command': 1.8.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0) cli-ux: 4.9.3 fast-levenshtein: 2.0.6 lodash: 4.17.21 transitivePeerDependencies: + - '@oclif/config' - supports-color dev: true - /@oclif/plugin-warn-if-update-available/1.7.0: + /@oclif/plugin-warn-if-update-available@1.7.0: resolution: {integrity: sha512-Nwyz3BJ8RhsfQ+OmFSsJSPIfn5YJqMrCzPh72Zgo2jqIjKIBWD8N9vTTe4kZlpeUUn77SyXFfwlBQbNCL5OEuQ==} engines: {node: '>=8.0.0'} dependencies: - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0) + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 chalk: 2.4.2 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) fs-extra: 7.0.1 http-call: 5.3.0 lodash.template: 4.5.0 @@ -5769,18 +6500,18 @@ packages: - supports-color dev: true - /@oclif/screen/1.0.4: + /@oclif/screen@1.0.4: resolution: {integrity: sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==} engines: {node: '>=8.0.0'} dev: true - /@octokit/auth-token/2.4.5: + /@octokit/auth-token@2.4.5: resolution: {integrity: sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==} dependencies: '@octokit/types': 6.16.4 dev: true - /@octokit/core/3.5.1: + /@octokit/core@3.5.1: resolution: {integrity: sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==} dependencies: '@octokit/auth-token': 2.4.5 @@ -5792,7 +6523,7 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/endpoint/6.0.12: + /@octokit/endpoint@6.0.12: resolution: {integrity: sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==} dependencies: '@octokit/types': 6.16.4 @@ -5800,7 +6531,7 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/graphql/4.6.4: + /@octokit/graphql@4.6.4: resolution: {integrity: sha512-SWTdXsVheRmlotWNjKzPOb6Js6tjSqA2a8z9+glDJng0Aqjzti8MEWOtuT8ZSu6wHnci7LZNuarE87+WJBG4vg==} dependencies: '@octokit/request': 5.6.0 @@ -5808,11 +6539,11 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/openapi-types/7.3.2: + /@octokit/openapi-types@7.3.2: resolution: {integrity: sha512-oJhK/yhl9Gt430OrZOzAl2wJqR0No9445vmZ9Ey8GjUZUpwuu/vmEFP0TDhDXdpGDoxD6/EIFHJEcY8nHXpDTA==} dev: true - /@octokit/plugin-paginate-rest/2.13.5_@octokit+core@3.5.1: + /@octokit/plugin-paginate-rest@2.13.5(@octokit/core@3.5.1): resolution: {integrity: sha512-3WSAKBLa1RaR/7GG+LQR/tAZ9fp9H9waE9aPXallidyci9oZsfgsLn5M836d3LuDC6Fcym+2idRTBpssHZePVg==} peerDependencies: '@octokit/core': '>=2' @@ -5821,7 +6552,7 @@ packages: '@octokit/types': 6.16.4 dev: true - /@octokit/plugin-request-log/1.0.4_@octokit+core@3.5.1: + /@octokit/plugin-request-log@1.0.4(@octokit/core@3.5.1): resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: '@octokit/core': '>=3' @@ -5829,7 +6560,7 @@ packages: '@octokit/core': 3.5.1 dev: true - /@octokit/plugin-rest-endpoint-methods/5.3.1_@octokit+core@3.5.1: + /@octokit/plugin-rest-endpoint-methods@5.3.1(@octokit/core@3.5.1): resolution: {integrity: sha512-3B2iguGmkh6bQQaVOtCsS0gixrz8Lg0v4JuXPqBcFqLKuJtxAUf3K88RxMEf/naDOI73spD+goJ/o7Ie7Cvdjg==} peerDependencies: '@octokit/core': '>=3' @@ -5839,7 +6570,7 @@ packages: deprecation: 2.3.1 dev: true - /@octokit/request-error/2.1.0: + /@octokit/request-error@2.1.0: resolution: {integrity: sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==} dependencies: '@octokit/types': 6.16.4 @@ -5847,7 +6578,7 @@ packages: once: 1.4.0 dev: true - /@octokit/request/5.6.0: + /@octokit/request@5.6.0: resolution: {integrity: sha512-4cPp/N+NqmaGQwbh3vUsYqokQIzt7VjsgTYVXiwpUP2pxd5YiZB2XuTedbb0SPtv9XS7nzAKjAuQxmY8/aZkiA==} dependencies: '@octokit/endpoint': 6.0.12 @@ -5858,34 +6589,34 @@ packages: universal-user-agent: 6.0.0 dev: true - /@octokit/rest/18.6.0: + /@octokit/rest@18.6.0: resolution: {integrity: sha512-MdHuXHDJM7e5sUBe3K9tt7th0cs4csKU5Bb52LRi2oHAeIMrMZ4XqaTrEv660HoUPoM1iDlnj27Ab/Nh3MtwlA==} dependencies: '@octokit/core': 3.5.1 - '@octokit/plugin-paginate-rest': 2.13.5_@octokit+core@3.5.1 - '@octokit/plugin-request-log': 1.0.4_@octokit+core@3.5.1 - '@octokit/plugin-rest-endpoint-methods': 5.3.1_@octokit+core@3.5.1 + '@octokit/plugin-paginate-rest': 2.13.5(@octokit/core@3.5.1) + '@octokit/plugin-request-log': 1.0.4(@octokit/core@3.5.1) + '@octokit/plugin-rest-endpoint-methods': 5.3.1(@octokit/core@3.5.1) dev: true - /@octokit/types/6.16.4: + /@octokit/types@6.16.4: resolution: {integrity: sha512-UxhWCdSzloULfUyamfOg4dJxV9B+XjgrIZscI0VCbp4eNrjmorGEw+4qdwcpTsu6DIrm9tQsFQS2pK5QkqQ04A==} dependencies: '@octokit/openapi-types': 7.3.2 dev: true - /@opentelemetry/api/0.14.0: + /@opentelemetry/api@0.14.0: resolution: {integrity: sha512-L7RMuZr5LzMmZiQSQDy9O1jo0q+DaLy6XpYJfIGfYSfoJA5qzYwUP3sP1uMIQ549DvxAgM3ng85EaPTM/hUHwQ==} engines: {node: '>=8.0.0'} dependencies: '@opentelemetry/context-base': 0.14.0 dev: false - /@opentelemetry/context-base/0.14.0: + /@opentelemetry/context-base@0.14.0: resolution: {integrity: sha512-sDOAZcYwynHFTbLo6n8kIbLiVF3a3BLkrmehJUyEbT9F+Smbi47kLGS2gG2g0fjBLR/Lr1InPD7kXL7FaTqEkw==} engines: {node: '>=8.0.0'} dev: false - /@pmmmwh/react-refresh-webpack-plugin/0.4.3_9f0995138d24e525eb86c097d82409c0: + /@pmmmwh/react-refresh-webpack-plugin@0.4.3(react-refresh@0.8.3)(webpack-dev-server@3.11.1)(webpack@4.44.2): resolution: {integrity: sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ==} engines: {node: '>= 10.x'} peerDependencies: @@ -5919,15 +6650,15 @@ packages: schema-utils: 2.7.1 source-map: 0.7.3 webpack: 4.44.2 - webpack-dev-server: 3.11.1_webpack@4.44.2 + webpack-dev-server: 3.11.1(bufferutil@4.0.3)(utf-8-validate@5.0.5)(webpack@4.44.2) dev: false - /@pnpm/error/2.0.0: + /@pnpm/error@2.0.0: resolution: {integrity: sha512-mgj4h0LWGpDPZwsEH75VFQhr2Njut3PcaCQatERIoO3zmKGqCsLfla9cWYH9+zn0fcwnKhnJ+FBzoiY2LhnCtw==} engines: {node: '>=12.17'} dev: true - /@pnpm/exportable-manifest/2.1.4: + /@pnpm/exportable-manifest@2.1.4: resolution: {integrity: sha512-Us3vUJLalhlGe+rg1OaHHqHjjOA/hhYwhp8Ip0TTuFPYMat4YV8/b77wDp1KwKXu0gOCn5pBgv6XY2awccoIow==} engines: {node: '>=12.17'} dependencies: @@ -5937,14 +6668,14 @@ packages: ramda: 0.27.1 dev: true - /@pnpm/graceful-fs/1.0.0: + /@pnpm/graceful-fs@1.0.0: resolution: {integrity: sha512-bb+NcVgVBjm81skP73c0i4o2NUxiBt0d30KLXHJ05EejQ/qbxQMsi/gZxsi8MKbzCky2DzykQYkzm2tl3XajAQ==} engines: {node: '>=12.17'} dependencies: graceful-fs: 4.2.6 dev: true - /@pnpm/read-project-manifest/2.0.3: + /@pnpm/read-project-manifest@2.0.3: resolution: {integrity: sha512-r3Gz4Gmqf9ujrulQzA1e1pMhpzfdWAElgsuvT6OqoANijL4J4UIjE47Eq3WW4nTmfewxS6RFlgcyk2eYWrK1rA==} engines: {node: '>=12.17'} dependencies: @@ -5962,12 +6693,12 @@ packages: strip-bom: 4.0.0 dev: true - /@pnpm/types/7.2.0: + /@pnpm/types@7.2.0: resolution: {integrity: sha512-+2qKtCG5QhpXNw72Y74tkNrxxoyQmDBZcgI1/xDprQrKhZBByMXaQWPxeCmS8BP8xE20BEh7hLlm3tgZNChvwA==} engines: {node: '>=12.17'} dev: true - /@pnpm/write-project-manifest/2.0.2: + /@pnpm/write-project-manifest@2.0.2: resolution: {integrity: sha512-bFyDtxa1BZOrYJWEz3KMPqKkY1/oVkw5V15hAyut38z6yk5MQO2T4y28nGFfJaptGcmElDwsBhrhtsBCg4M7Qg==} engines: {node: '>=12.17'} dependencies: @@ -5977,28 +6708,28 @@ packages: write-yaml-file: 4.2.0 dev: true - /@polka/url/1.0.0-next.15: + /@polka/url@1.0.0-next.15: resolution: {integrity: sha512-15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==} - /@popperjs/core/2.4.4: + /@popperjs/core@2.4.4: resolution: {integrity: sha512-1oO6+dN5kdIA3sKPZhRGJTfGVP4SWV6KqlMOwry4J3HfyD68sl/3KmG7DeYUzvN+RbhXDnv/D8vNNB8168tAMg==} dev: false - /@reach/alert/0.13.2_react-dom@17.0.2+react@17.0.2: + /@reach/alert@0.13.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-LDz83AXCrClyq/MWe+0vaZfHp1Ytqn+kgL5VxG7rirUvmluWaj/snxzfNPWn0Ma4K2YENmXXRC/iHt5X95SqIg==} peerDependencies: react: ^16.8.0 || 17.x react-dom: ^16.8.0 || 17.x dependencies: - '@reach/utils': 0.13.2_react-dom@17.0.2+react@17.0.2 - '@reach/visually-hidden': 0.13.2_react-dom@17.0.2+react@17.0.2 + '@reach/utils': 0.13.2(react-dom@17.0.2)(react@17.0.2) + '@reach/visually-hidden': 0.13.2(react-dom@17.0.2)(react@17.0.2) prop-types: 15.7.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) tslib: 2.3.0 dev: false - /@reach/utils/0.13.2_react-dom@17.0.2+react@17.0.2: + /@reach/utils@0.13.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-3ir6cN60zvUrwjOJu7C6jec/samqAeyAB12ZADK+qjnmQPdzSYldrFWwDVV5H0WkhbYXR3uh+eImu13hCetNPQ==} peerDependencies: react: ^16.8.0 || 17.x @@ -6006,12 +6737,12 @@ packages: dependencies: '@types/warning': 3.0.0 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) tslib: 2.3.0 warning: 4.0.3 dev: false - /@reach/visually-hidden/0.13.2_react-dom@17.0.2+react@17.0.2: + /@reach/visually-hidden@0.13.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-sPZwNS0/duOuG0mYwE5DmgEAzW9VhgU3aIt1+mrfT/xiT9Cdncqke+kRBQgU708q/Ttm9tWsoHni03nn/SuPTQ==} peerDependencies: react: ^16.8.0 || 17.x @@ -6019,82 +6750,472 @@ packages: dependencies: prop-types: 15.7.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) tslib: 2.3.0 dev: false - /@react-native-async-storage/async-storage/1.15.5: + /@react-native-async-storage/async-storage@1.15.5(react-native@1000.0.0): resolution: {integrity: sha512-4AYehLH39B9a8UXCMf3ieOK+G61wGMP72ikx6/XSMA0DUnvx0PgaeaT2Wyt06kTrDTy8edewKnbrbeqwaM50TQ==} peerDependencies: react-native: ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0 dependencies: deep-assign: 3.0.0 + react-native: 1000.0.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5)(bufferutil@4.0.3)(react@17.0.2)(utf-8-validate@5.0.5) dev: false - /@rollup/plugin-babel/5.3.0: - resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} - engines: {node: '>= 10.0.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0 - peerDependenciesMeta: - '@types/babel__core': - optional: true + /@react-native-community/cli-clean@13.5.1: + resolution: {integrity: sha512-mfDSpQRSg6hw3QlWXRUcgHKueFwTB0nKamOBBNugPRF3DwCJ+vCS4NFTbjGnNCgkFCPDy42FmXC6nTkK8rtjvw==} dependencies: - '@babel/helper-module-imports': 7.14.5 - '@rollup/pluginutils': 3.1.0 + '@react-native-community/cli-tools': 13.5.1 + chalk: 4.1.2 + execa: 5.1.1 + glob: 7.1.7 dev: false - /@rollup/plugin-node-resolve/7.1.3_rollup@1.32.1: - resolution: {integrity: sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==} - engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 + /@react-native-community/cli-config@13.5.1: + resolution: {integrity: sha512-kwnkrUdSh7skFoRMn4bzL/lVtFbcFxfc8i7PZQjudvLJkFs8BAOXDLFwZeNSNnW1STdRJWGL6kIxwoHOKUbJUw==} dependencies: - '@rollup/pluginutils': 3.1.0_rollup@1.32.1 - '@types/resolve': 0.0.8 - builtin-modules: 3.2.0 - is-module: 1.0.0 - resolve: 1.20.0 - rollup: 1.32.1 + '@react-native-community/cli-tools': 13.5.1 + chalk: 4.1.2 + cosmiconfig: 5.2.1 + deepmerge: 4.3.1 + glob: 7.1.7 + joi: 17.4.0 dev: false - /@rollup/plugin-replace/2.4.2_rollup@1.32.1: - resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} - peerDependencies: - rollup: ^1.20.0 || ^2.0.0 + /@react-native-community/cli-debugger-ui@12.0.0-alpha.15: + resolution: {integrity: sha512-s0W0EYFFDZr7fJgdi6g5I9/UFipNzup3dv5BwSESU+pRgJ2cBw+vdrPJ+K3gF/C/mL2gslGlVqj97FhlBEWIiw==} dependencies: - '@rollup/pluginutils': 3.1.0_rollup@1.32.1 - magic-string: 0.25.7 - rollup: 1.32.1 + serve-static: 1.14.1 + transitivePeerDependencies: + - supports-color dev: false - /@rollup/plugin-typescript/8.2.1_tslib@2.3.0+typescript@4.3.4: - resolution: {integrity: sha512-Qd2E1pleDR4bwyFxqbjt4eJf+wB0UKVMLc7/BAFDGVdAXQMCsD4DUv5/7/ww47BZCYxWtJqe1Lo0KVNswBJlRw==} - engines: {node: '>=8.0.0'} - peerDependencies: - rollup: ^2.14.0 - tslib: '*' - typescript: '>=3.7.0' + /@react-native-community/cli-debugger-ui@13.5.1: + resolution: {integrity: sha512-VASW7KZsATtvQNHb26pDJ1JDMq+B5sGZTgMjUfg4sLDnjZFmHtyX8MIjmTTKfurZ0Kqi7fxeGTiHiRXCXKHXzQ==} dependencies: - '@rollup/pluginutils': 3.1.0 - resolve: 1.20.0 - tslib: 2.3.0 - typescript: 4.3.4 - dev: true - - /@rollup/pluginutils/3.1.0: - resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} - engines: {node: '>= 8.0.0'} + serve-static: 1.14.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@react-native-community/cli-doctor@13.5.1: + resolution: {integrity: sha512-mTb1HwrMirV4RMjtk0B0+j3862Pz61/qjmL1FiR5QaDHD6KzNucwoY6DDQvltFmojmWpbEdiRf6x49sDz9VxmQ==} + dependencies: + '@react-native-community/cli-config': 13.5.1 + '@react-native-community/cli-platform-android': 13.5.1 + '@react-native-community/cli-platform-apple': 13.5.1 + '@react-native-community/cli-platform-ios': 13.5.1 + '@react-native-community/cli-tools': 13.5.1 + chalk: 4.1.2 + command-exists: 1.2.9 + deepmerge: 4.3.1 + envinfo: 7.11.1 + execa: 5.1.1 + hermes-profile-transformer: 0.0.6 + ip: 1.1.5 + node-stream-zip: 1.15.0 + ora: 5.4.1 + semver: 7.6.0 + strip-ansi: 5.2.0 + wcwidth: 1.0.1 + yaml: 2.3.4 + dev: false + + /@react-native-community/cli-hermes@13.5.1: + resolution: {integrity: sha512-PE0UMJZx4OcsKXoRzeEkaSz+x9/GdZi/ezgJ5TCnuhoSpgUPO9g5UrkGcmWqDD41W+JWWwCE3N9eLryyXd0wmQ==} + dependencies: + '@react-native-community/cli-platform-android': 13.5.1 + '@react-native-community/cli-tools': 13.5.1 + chalk: 4.1.2 + hermes-profile-transformer: 0.0.6 + ip: 1.1.5 + dev: false + + /@react-native-community/cli-platform-android@13.5.1: + resolution: {integrity: sha512-U6TixH8X1LsheCr5Sd7/68OpH4DbLcNhbqROfnezIByimjNpLby2mQ85yPXTrV1MYck0Q78L99yvevqLZbJ53Q==} + dependencies: + '@react-native-community/cli-tools': 13.5.1 + chalk: 4.1.2 + execa: 5.1.1 + fast-xml-parser: 4.3.4 + glob: 7.1.7 + logkitty: 0.7.1 + dev: false + + /@react-native-community/cli-platform-apple@13.5.1: + resolution: {integrity: sha512-vhS0RGR/q+XM0ycIcfsK2nWkcYLXifJj5thXRvZEhn800OorhRHf6qYaN/y6RV9ruZLkrevSg17/fBpXTibpdw==} + dependencies: + '@react-native-community/cli-tools': 13.5.1 + chalk: 4.1.2 + execa: 5.1.1 + fast-xml-parser: 4.3.4 + glob: 7.1.7 + ora: 5.4.1 + dev: false + + /@react-native-community/cli-platform-ios@13.5.1: + resolution: {integrity: sha512-AdTMgGF9W5KMYmI0iPViMKt3uzoahi9TBSilHoty8vZ5KLxmx1imB4Co54db8aIbwhpK0q5wBSJPjR1Ij99c1g==} + dependencies: + '@react-native-community/cli-platform-apple': 13.5.1 + dev: false + + /@react-native-community/cli-server-api@12.0.0-alpha.15(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-vGOnZsreBPaSpoGN2TkhJGfu56Ybf1PoC6PcrUzKh+QgsOiI0AWimWiKUUvnEaQlURI7CeiMe1N0zghhbfC3nA==} + dependencies: + '@react-native-community/cli-debugger-ui': 12.0.0-alpha.15 + '@react-native-community/cli-tools': 12.0.0-alpha.15 + compression: 1.7.4 + connect: 3.7.0 + errorhandler: 1.5.1 + nocache: 3.0.4 + pretty-format: 26.6.2 + serve-static: 1.14.1 + ws: 7.5.9(bufferutil@4.0.3)(utf-8-validate@5.0.5) + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@react-native-community/cli-server-api@13.5.1(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-Ke1wWHfEZHcruA3kOpKGO6i21uXIt3AzUi3eLVLZWDtYnyfRUzkWwYycbrcmSgDfboWrFc4uHMk9uHT4PHsnZA==} + dependencies: + '@react-native-community/cli-debugger-ui': 13.5.1 + '@react-native-community/cli-tools': 13.5.1 + compression: 1.7.4 + connect: 3.7.0 + errorhandler: 1.5.1 + nocache: 3.0.4 + pretty-format: 26.6.2 + serve-static: 1.14.1 + ws: 7.5.9(bufferutil@4.0.3)(utf-8-validate@5.0.5) + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@react-native-community/cli-tools@12.0.0-alpha.15: + resolution: {integrity: sha512-AL/UskYhi4U79T5660oW/Aa27N/wp8lRgnpkFP7saL2zy/I0ZrBTUmHPt1pDdwMnjMfYXJGyyoomMbwqWUpLig==} + dependencies: + appdirsjs: 1.2.7 + chalk: 4.1.2 + find-up: 5.0.0 + mime: 2.5.2 + node-fetch: 2.6.1 + open: 6.4.0 + ora: 5.4.1 + semver: 7.6.0 + shell-quote: 1.8.1 + sudo-prompt: 9.2.1 + dev: false + + /@react-native-community/cli-tools@13.5.1: + resolution: {integrity: sha512-IIC/xGjSJCKFnhedgP8FAL85IBYsEf80FNrPxmIcaHVTHxE4eXs5/Cc/d2NgL8BZGBT8QK3TV4XQuWbgDGBCoQ==} + dependencies: + appdirsjs: 1.2.7 + chalk: 4.1.2 + find-up: 5.0.0 + mime: 2.5.2 + node-fetch: 2.6.1 + open: 6.4.0 + ora: 5.4.1 + semver: 7.6.0 + shell-quote: 1.8.1 + sudo-prompt: 9.2.1 + dev: false + + /@react-native-community/cli-types@13.5.1: + resolution: {integrity: sha512-hvRqXZdCPc8kPnKtXxH9dVlEFiMZTPlaJ1p5tV2p3Y+rFkK1mf0Kb6CHG3mDgJhSt1Ssbg159nfNzD0ApC25lA==} + dependencies: + joi: 17.4.0 + dev: false + + /@react-native-community/cli@13.5.1(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-k6Mk2cxCSvJ9bRWGvBtTdtcl+FPttrHPl91XezU0pjuXa9fwRRUInn0i5DcZWa31QDK/G5AGiNhdwIPADDkt3Q==} + engines: {node: '>=18'} + hasBin: true + dependencies: + '@react-native-community/cli-clean': 13.5.1 + '@react-native-community/cli-config': 13.5.1 + '@react-native-community/cli-debugger-ui': 13.5.1 + '@react-native-community/cli-doctor': 13.5.1 + '@react-native-community/cli-hermes': 13.5.1 + '@react-native-community/cli-server-api': 13.5.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + '@react-native-community/cli-tools': 13.5.1 + '@react-native-community/cli-types': 13.5.1 + chalk: 4.1.2 + commander: 9.5.0 + deepmerge: 4.3.1 + execa: 5.1.1 + find-up: 4.1.0 + fs-extra: 8.1.0 + graceful-fs: 4.2.6 + prompts: 2.4.2 + semver: 7.6.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@react-native/assets-registry@0.74.0: + resolution: {integrity: sha512-I8Yy6bCKU5R4qZX4jfXsAPsHyuGHlulbnbG3NqO9JgZ3T2DJxJiZE39rHORP0trLnRh0rIeRcs4Mc14fAE6hrw==} + engines: {node: '>=18'} + dev: false + + /@react-native/babel-plugin-codegen@0.73.4(@babel/preset-env@7.14.5): + resolution: {integrity: sha512-XzRd8MJGo4Zc5KsphDHBYJzS1ryOHg8I2gOZDAUCGcwLFhdyGu1zBNDJYH2GFyDrInn9TzAbRIf3d4O+eltXQQ==} + engines: {node: '>=18'} + dependencies: + '@react-native/codegen': 0.73.3(@babel/preset-env@7.14.5) + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + dev: false + + /@react-native/babel-preset@0.73.21(@babel/core@7.14.6)(@babel/preset-env@7.14.5): + resolution: {integrity: sha512-WlFttNnySKQMeujN09fRmrdWqh46QyJluM5jdtDNrkl/2Hx6N4XeDUGhABvConeK95OidVO7sFFf7sNebVXogA==} + engines: {node: '>=18'} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.14.6 + '@babel/plugin-proposal-async-generator-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.14.6) + '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.14.6) + '@babel/plugin-proposal-numeric-separator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.14.6) + '@babel/plugin-proposal-optional-catch-binding': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.14.6) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-transform-arrow-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-transform-block-scoping': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-classes': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-computed-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-transform-function-name': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-commonjs': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.14.6) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.14.6) + '@babel/plugin-transform-react-display-name': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-jsx': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-jsx-self': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-jsx-source': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-runtime': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-shorthand-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-spread': 7.14.6(@babel/core@7.14.6) + '@babel/plugin-transform-sticky-regex': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-typescript': 7.14.6(@babel/core@7.14.6) + '@babel/plugin-transform-unicode-regex': 7.14.5(@babel/core@7.14.6) + '@babel/template': 7.14.5 + '@react-native/babel-plugin-codegen': 0.73.4(@babel/preset-env@7.14.5) + babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.14.6) + react-refresh: 0.14.0 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + dev: false + + /@react-native/codegen@0.73.3(@babel/preset-env@7.14.5): + resolution: {integrity: sha512-sxslCAAb8kM06vGy9Jyh4TtvjhcP36k/rvj2QE2Jdhdm61KvfafCATSIsOfc0QvnduWFcpXUPvAVyYwuv7PYDg==} + engines: {node: '>=18'} + peerDependencies: + '@babel/preset-env': ^7.1.6 + dependencies: + '@babel/parser': 7.23.9 + '@babel/preset-env': 7.14.5(@babel/core@7.14.6) + flow-parser: 0.206.0 + glob: 7.1.7 + invariant: 2.2.4 + jscodeshift: 0.14.0(@babel/preset-env@7.14.5) + mkdirp: 0.5.5 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@react-native/codegen@0.74.0(@babel/preset-env@7.14.5): + resolution: {integrity: sha512-Y01QK7Ae789su7qgjOZiRyrsfOaD+oiHEpbAqqnGB6UmuTiS77gMFH8hzU45Hu4bC2iTP7FG5/5YvlzbSmR82g==} + engines: {node: '>=18'} + peerDependencies: + '@babel/preset-env': ^7.1.6 + dependencies: + '@babel/parser': 7.23.9 + '@babel/preset-env': 7.14.5(@babel/core@7.14.6) + flow-parser: 0.206.0 + jscodeshift: 0.14.0(@babel/preset-env@7.14.5) + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /@react-native/community-cli-plugin@0.74.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5)(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-6ngHjG6a1aOhmGtDCIIWLehdOoBLF2ko1pYNiNgcnSw9M3MlkIbEqMFxmBy/3hclcTPvUrKDiNgPDQ7sq7CQYA==} + engines: {node: '>=18'} + dependencies: + '@react-native-community/cli-server-api': 12.0.0-alpha.15(bufferutil@4.0.3)(utf-8-validate@5.0.5) + '@react-native-community/cli-tools': 12.0.0-alpha.15 + '@react-native/dev-middleware': 0.74.0 + '@react-native/metro-babel-transformer': 0.74.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5) + chalk: 4.1.1 + execa: 5.1.1 + metro: 0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + metro-config: 0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + metro-core: 0.79.1 + node-fetch: 2.6.1 + readline: 1.3.0 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /@react-native/debugger-frontend@0.74.0: + resolution: {integrity: sha512-hxbs8NKX4JYciWrO4lOyUFG1c+lbqVMf4jeyyN0BkLZcilTeYwD4XfmcGeTb2moU0SUjcfPKvlxoYeVVpXUsVw==} + engines: {node: '>=18'} + dev: false + + /@react-native/dev-middleware@0.74.0: + resolution: {integrity: sha512-qVLqnaEdVujsl31PMY0m2AdzOtqHmCdcwDbnpQdzPYQcGnsdhobBiGOaO4XyhpvH5ZJ/CIupdbRzxWZBCStlIw==} + engines: {node: '>=18'} + dependencies: + '@isaacs/ttlcache': 1.4.1 + '@react-native/debugger-frontend': 0.74.0 + chrome-launcher: 0.15.2 + chromium-edge-launcher: 1.0.0 + connect: 3.7.0 + debug: 2.6.9(supports-color@5.5.0) + node-fetch: 2.6.1 + open: 7.4.2 + serve-static: 1.14.1 + temp-dir: 2.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@react-native/gradle-plugin@0.74.0: + resolution: {integrity: sha512-QwA4S96LXuT1URGU9CX4I+uvBieIxBya5J2E2QH/H5cgzJNOeXRMBMtUurxg9dIIJQbO/xlDHY5aYW1lehut6w==} + engines: {node: '>=18'} + dev: false + + /@react-native/js-polyfills@0.74.0: + resolution: {integrity: sha512-DMpn5l1TVkIBFe9kE54pwOI2fQYbQNZ6cto0IuCUxQVUFJBcFMJ6Gbk8jhz8tvcWuDW3xVK9AWq9DJTkuchWsQ==} + engines: {node: '>=18'} + dev: false + + /@react-native/metro-babel-transformer@0.74.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5): + resolution: {integrity: sha512-zkVNO4/FLL+/rt+0iN3BeISYDxUxUElyUcbfaZP5TqOb8g4Nbp4XujPHhcgWjgR7swi9ylcGizynInNYy+h0lw==} + engines: {node: '>=18'} + peerDependencies: + '@babel/core': '*' + dependencies: + '@babel/core': 7.14.6 + '@react-native/babel-preset': 0.73.21(@babel/core@7.14.6)(@babel/preset-env@7.14.5) + hermes-parser: 0.16.0 + nullthrows: 1.1.1 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + dev: false + + /@react-native/normalize-colors@0.74.1: + resolution: {integrity: sha512-r+bTRs6pImqE3fx4h7bPzH2sOWSrnSHF/RJ7d00pNUj2P6ws3DdhS7WV+/7YosZkloYQfkiIkK3pIHvcYn665w==} + dev: false + + /@react-native/virtualized-lists@0.74.0(react-native@1000.0.0): + resolution: {integrity: sha512-erDS1vxGlnenoJ9wJ2wm5QZKPtdeJc/a+XPSOsYqxsu2OPbAq/6YYLHZg9uIWa1sOIrkoDPygH10R7hEAzFVtA==} + engines: {node: '>=18'} + peerDependencies: + react-native: '*' + dependencies: + invariant: 2.2.4 + nullthrows: 1.1.1 + react-native: 1000.0.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5)(bufferutil@4.0.3)(react@17.0.2)(utf-8-validate@5.0.5) + dev: false + + /@rollup/plugin-babel@5.3.0(@babel/core@7.14.6)(rollup@2.52.1): + resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} + engines: {node: '>= 10.0.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 + rollup: ^1.20.0||^2.0.0 + peerDependenciesMeta: + '@types/babel__core': + optional: true + dependencies: + '@babel/core': 7.14.6 + '@babel/helper-module-imports': 7.14.5 + '@rollup/pluginutils': 3.1.0(rollup@2.52.1) + rollup: 2.52.1 + dev: false + + /@rollup/plugin-node-resolve@7.1.3(rollup@1.32.1): + resolution: {integrity: sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==} + engines: {node: '>= 8.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0 + dependencies: + '@rollup/pluginutils': 3.1.0(rollup@1.32.1) + '@types/resolve': 0.0.8 + builtin-modules: 3.2.0 + is-module: 1.0.0 + resolve: 1.20.0 + rollup: 1.32.1 + dev: false + + /@rollup/plugin-replace@2.4.2(rollup@1.32.1): + resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} + peerDependencies: + rollup: ^1.20.0 || ^2.0.0 + dependencies: + '@rollup/pluginutils': 3.1.0(rollup@1.32.1) + magic-string: 0.25.7 + rollup: 1.32.1 + dev: false + + /@rollup/plugin-typescript@8.2.1(rollup@2.52.1)(tslib@2.3.0)(typescript@4.3.4): + resolution: {integrity: sha512-Qd2E1pleDR4bwyFxqbjt4eJf+wB0UKVMLc7/BAFDGVdAXQMCsD4DUv5/7/ww47BZCYxWtJqe1Lo0KVNswBJlRw==} + engines: {node: '>=8.0.0'} + peerDependencies: + rollup: ^2.14.0 + tslib: '*' + typescript: ^4.2.4 + dependencies: + '@rollup/pluginutils': 3.1.0(rollup@2.52.1) + resolve: 1.20.0 + rollup: 2.52.1 + tslib: 2.3.0 + typescript: 4.3.4 + dev: true + + /@rollup/pluginutils@3.1.0(rollup@1.32.1): + resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} + engines: {node: '>= 8.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.0 + rollup: 1.32.1 + dev: false - /@rollup/pluginutils/3.1.0_rollup@1.32.1: + /@rollup/pluginutils@3.1.0(rollup@2.52.1): resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -6103,10 +7224,9 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.0 - rollup: 1.32.1 - dev: false + rollup: 2.52.1 - /@rollup/pluginutils/4.1.0_rollup@2.52.1: + /@rollup/pluginutils@4.1.0(rollup@2.52.1): resolution: {integrity: sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -6117,32 +7237,48 @@ packages: rollup: 2.52.1 dev: true - /@sideway/address/4.1.2: + /@sideway/address@4.1.2: resolution: {integrity: sha512-idTz8ibqWFrPU8kMirL0CoPH/A29XOzzAzpyN3zQ4kAWnzmNfFmRaoMNN6VI8ske5M73HZyhIaW4OuSFIdM4oA==} dependencies: '@hapi/hoek': 9.2.0 - /@sideway/formula/3.0.0: + /@sideway/formula@3.0.0: resolution: {integrity: sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==} - /@sideway/pinpoint/2.0.0: + /@sideway/pinpoint@2.0.0: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} - /@sindresorhus/is/0.14.0: + /@sinclair/typebox@0.27.8: + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + dev: false + + /@sindresorhus/is@0.14.0: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} engines: {node: '>=6'} - /@sinonjs/commons/1.8.3: + /@sinonjs/commons@1.8.3: resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} dependencies: type-detect: 4.0.8 - /@sinonjs/fake-timers/6.0.1: + /@sinonjs/commons@3.0.1: + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} + dependencies: + type-detect: 4.0.8 + dev: false + + /@sinonjs/fake-timers@10.3.0: + resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} + dependencies: + '@sinonjs/commons': 3.0.1 + dev: false + + /@sinonjs/fake-timers@6.0.1: resolution: {integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==} dependencies: '@sinonjs/commons': 1.8.3 - /@size-limit/file/4.12.0_size-limit@4.12.0: + /@size-limit/file@4.12.0(size-limit@4.12.0): resolution: {integrity: sha512-csgGSAG3s2y9eOl/taahojXY91AXpNgqLs9HJ5c/Qmrs+6UHgXbwJ4vo475NfZmt1Y9simircb1ygqupauNUyA==} engines: {node: '>=10.0.0'} peerDependencies: @@ -6152,49 +7288,51 @@ packages: size-limit: 4.12.0 dev: true - /@size-limit/preset-small-lib/4.12.0_7f890555409f4673ecacf53e1183d229: + /@size-limit/preset-small-lib@4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-jqUT2PiPN4Bf9aeUcTHt78+mELwo1x3K+w4grfNkzV/46j1rK3eXarls4qc0/FHolE76cLgNTLNjrX/Zb9c65w==} peerDependencies: size-limit: 4.12.0 dependencies: - '@size-limit/file': 4.12.0_size-limit@4.12.0 - '@size-limit/webpack': 4.12.0_7f890555409f4673ecacf53e1183d229 + '@size-limit/file': 4.12.0(size-limit@4.12.0) + '@size-limit/webpack': 4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5) size-limit: 4.12.0 transitivePeerDependencies: - bufferutil + - supports-color - typescript - utf-8-validate - webpack-cli - webpack-command dev: true - /@size-limit/webpack/4.12.0_7f890555409f4673ecacf53e1183d229: + /@size-limit/webpack@4.12.0(bufferutil@4.0.3)(size-limit@4.12.0)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-CtqSqxffexYmuAKeKAT2xcDmLwGChHXeq8Y9gjIe9vxfzUx1HU7Nmc0XyvsLGZG1qZO4TFuANlfQeavGY0jB6A==} engines: {node: '>=10.0.0'} peerDependencies: size-limit: 4.12.0 dependencies: - css-loader: 5.2.6_webpack@4.46.0 + css-loader: 5.2.6(webpack@4.46.0) escape-string-regexp: 4.0.0 - file-loader: 6.2.0_webpack@4.46.0 + file-loader: 6.2.0(webpack@4.46.0) mkdirp: 1.0.4 nanoid: 3.1.23 - optimize-css-assets-webpack-plugin: 6.0.0_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.3.4 + optimize-css-assets-webpack-plugin: 6.0.0(webpack@4.46.0) + pnp-webpack-plugin: 1.6.4(typescript@4.3.4) rimraf: 3.0.2 size-limit: 4.12.0 - style-loader: 2.0.0_webpack@4.46.0 + style-loader: 2.0.0(webpack@4.46.0) webpack: 4.46.0 - webpack-bundle-analyzer: 4.4.2 + webpack-bundle-analyzer: 4.4.2(bufferutil@4.0.3)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil + - supports-color - typescript - utf-8-validate - webpack-cli - webpack-command dev: true - /@slorber/static-site-generator-webpack-plugin/4.0.1: + /@slorber/static-site-generator-webpack-plugin@4.0.1: resolution: {integrity: sha512-PSv4RIVO1Y3kvHxjvqeVisk3E9XFoO04uwYBDWe217MFqKspplYswTuKLiJu0aLORQWzuQjfVsSlLPojwfYsLw==} dependencies: bluebird: 3.7.2 @@ -6204,54 +7342,54 @@ packages: webpack-sources: 1.4.3 dev: false - /@surma/rollup-plugin-off-main-thread/1.4.2: + /@surma/rollup-plugin-off-main-thread@1.4.2: resolution: {integrity: sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==} dependencies: ejs: 2.7.4 magic-string: 0.25.7 dev: false - /@svgr/babel-plugin-add-jsx-attribute/5.4.0: + /@svgr/babel-plugin-add-jsx-attribute@5.4.0: resolution: {integrity: sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-remove-jsx-attribute/5.4.0: + /@svgr/babel-plugin-remove-jsx-attribute@5.4.0: resolution: {integrity: sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-remove-jsx-empty-expression/5.0.1: + /@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1: resolution: {integrity: sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-replace-jsx-attribute-value/5.0.1: + /@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1: resolution: {integrity: sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-svg-dynamic-title/5.4.0: + /@svgr/babel-plugin-svg-dynamic-title@5.4.0: resolution: {integrity: sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-svg-em-dimensions/5.4.0: + /@svgr/babel-plugin-svg-em-dimensions@5.4.0: resolution: {integrity: sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-transform-react-native-svg/5.4.0: + /@svgr/babel-plugin-transform-react-native-svg@5.4.0: resolution: {integrity: sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==} engines: {node: '>=10'} dev: false - /@svgr/babel-plugin-transform-svg-component/5.5.0: + /@svgr/babel-plugin-transform-svg-component@5.5.0: resolution: {integrity: sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==} engines: {node: '>=10'} dev: false - /@svgr/babel-preset/5.5.0: + /@svgr/babel-preset@5.5.0: resolution: {integrity: sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==} engines: {node: '>=10'} dependencies: @@ -6265,7 +7403,7 @@ packages: '@svgr/babel-plugin-transform-svg-component': 5.5.0 dev: false - /@svgr/core/5.5.0: + /@svgr/core@5.5.0: resolution: {integrity: sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==} engines: {node: '>=10'} dependencies: @@ -6276,14 +7414,14 @@ packages: - supports-color dev: false - /@svgr/hast-util-to-babel-ast/5.5.0: + /@svgr/hast-util-to-babel-ast@5.5.0: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: '@babel/types': 7.14.5 dev: false - /@svgr/plugin-jsx/5.5.0: + /@svgr/plugin-jsx@5.5.0: resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} engines: {node: '>=10'} dependencies: @@ -6295,7 +7433,7 @@ packages: - supports-color dev: false - /@svgr/plugin-svgo/5.5.0: + /@svgr/plugin-svgo@5.5.0: resolution: {integrity: sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==} engines: {node: '>=10'} dependencies: @@ -6304,14 +7442,14 @@ packages: svgo: 1.3.2 dev: false - /@svgr/webpack/5.5.0: + /@svgr/webpack@5.5.0: resolution: {integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==} engines: {node: '>=10'} dependencies: '@babel/core': 7.14.6 - '@babel/plugin-transform-react-constant-elements': 7.14.5_@babel+core@7.14.6 - '@babel/preset-env': 7.14.5_@babel+core@7.14.6 - '@babel/preset-react': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-react-constant-elements': 7.14.5(@babel/core@7.14.6) + '@babel/preset-env': 7.14.5(@babel/core@7.14.6) + '@babel/preset-react': 7.14.5(@babel/core@7.14.6) '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -6320,13 +7458,13 @@ packages: - supports-color dev: false - /@szmarczak/http-timer/1.1.2: + /@szmarczak/http-timer@1.1.2: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} engines: {node: '>=6'} dependencies: defer-to-connect: 1.1.3 - /@testing-library/dom/7.31.2: + /@testing-library/dom@7.31.2: resolution: {integrity: sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==} engines: {node: '>=10'} dependencies: @@ -6339,7 +7477,7 @@ packages: lz-string: 1.4.4 pretty-format: 26.6.2 - /@testing-library/jest-dom/5.14.1: + /@testing-library/jest-dom@5.14.1: resolution: {integrity: sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: @@ -6353,7 +7491,7 @@ packages: lodash: 4.17.21 redent: 3.0.0 - /@testing-library/react-hooks/5.1.3_fc2bb8a5b006d3f25c5f84ea777e678d: + /@testing-library/react-hooks@5.1.3(react-dom@17.0.2)(react-test-renderer@17.0.2)(react@17.0.2): resolution: {integrity: sha512-UdEUtlQapQ579NEcXDAUE275u+KUsPtxW7NmFrNt0bE6lW8lqNCyxDK0RSuECmNZ/S0/fgP00W9RWRhVKO/hRg==} peerDependencies: react: '>=16.9.0' @@ -6371,12 +7509,12 @@ packages: '@types/react-test-renderer': 17.0.1 filter-console: 0.1.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-error-boundary: 3.1.3_react@17.0.2 - react-test-renderer: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-error-boundary: 3.1.3(react@17.0.2) + react-test-renderer: 17.0.2(react@17.0.2) dev: true - /@testing-library/react/11.2.7_react-dom@17.0.2+react@17.0.2: + /@testing-library/react@11.2.7(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==} engines: {node: '>=10'} peerDependencies: @@ -6386,43 +7524,44 @@ packages: '@babel/runtime': 7.14.6 '@testing-library/dom': 7.31.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /@testing-library/user-event/13.1.9: + /@testing-library/user-event@13.1.9(@testing-library/dom@7.31.2): resolution: {integrity: sha512-NZr0zL2TMOs2qk+dNlqrAdbaRW5dAmYwd1yuQ4r7HpkVEOj0MWuUjDWwKhcLd/atdBy8ZSMHSKp+kXSQe47ezg==} engines: {node: '>=10', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: '@babel/runtime': 7.14.6 + '@testing-library/dom': 7.31.2 dev: false - /@tokenizer/token/0.1.1: + /@tokenizer/token@0.1.1: resolution: {integrity: sha512-XO6INPbZCxdprl+9qa/AAbFFOMzzwqYxpjPgLICrMD6C2FCw6qfJOPcBk6JqqPLSaZ/Qx87qn4rpPmPMwaAK6w==} dev: true - /@tootallnate/once/1.1.2: + /@tootallnate/once@1.1.2: resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} engines: {node: '>= 6'} - /@trysound/sax/0.1.1: + /@trysound/sax@0.1.1: resolution: {integrity: sha512-Z6DoceYb/1xSg5+e+ZlPZ9v0N16ZvZ+wYMraFue4HYrE4ttONKtsvruIRf6t9TBR0YvSOfi1hUU0fJfBLCDYow==} engines: {node: '>=10.13.0'} - /@tsconfig/docusaurus/1.0.2: + /@tsconfig/docusaurus@1.0.2: resolution: {integrity: sha512-x4rRVb346vjyym6QbeB1Tv01XXwhbkujOmvDmtf0bT20oc2gbDhbmwpskKqZ5Of2Q/Vk4jNk1WMiLsZdJ9t7Dw==} dev: false - /@types/accepts/1.3.5: + /@types/accepts@1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: '@types/node': 15.12.4 dev: false - /@types/aria-query/4.2.1: + /@types/aria-query@4.2.1: resolution: {integrity: sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==} - /@types/babel__core/7.1.14: + /@types/babel__core@7.1.14: resolution: {integrity: sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==} dependencies: '@babel/parser': 7.14.6 @@ -6431,46 +7570,46 @@ packages: '@types/babel__template': 7.4.0 '@types/babel__traverse': 7.11.1 - /@types/babel__generator/7.6.2: + /@types/babel__generator@7.6.2: resolution: {integrity: sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==} dependencies: '@babel/types': 7.14.5 - /@types/babel__template/7.4.0: + /@types/babel__template@7.4.0: resolution: {integrity: sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==} dependencies: '@babel/parser': 7.14.6 '@babel/types': 7.14.5 - /@types/babel__traverse/7.11.1: + /@types/babel__traverse@7.11.1: resolution: {integrity: sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw==} dependencies: '@babel/types': 7.14.5 - /@types/body-parser/1.19.0: + /@types/body-parser@1.19.0: resolution: {integrity: sha512-W98JrE0j2K78swW4ukqMleo8R7h/pFETjM2DQ90MF6XK2i4LO4W3gQ71Lt4w3bfm2EvVSyWHplECvB5sK22yFQ==} dependencies: '@types/connect': 3.4.34 '@types/node': 15.12.4 dev: false - /@types/concurrently/6.2.0: + /@types/concurrently@6.2.0: resolution: {integrity: sha512-lWoHMkfoFWdFJ2IZ02PxepWVnGfNYZdblFF1o1gJ2YiUKN1TcEnNwDOrQMZbx0xt2bq09I+dYe9TS+dHf60VXw==} dependencies: '@types/node': 15.12.4 dev: true - /@types/connect/3.4.34: + /@types/connect@3.4.34: resolution: {integrity: sha512-ePPA/JuI+X0vb+gSWlPKOY0NdNAie/rPUqX2GUPpbZwiKTkSPhjXWuee47E4MtE54QVzGCQMQkAL6JhV2E1+cQ==} dependencies: '@types/node': 15.12.4 dev: false - /@types/content-disposition/0.5.3: + /@types/content-disposition@0.5.3: resolution: {integrity: sha512-P1bffQfhD3O4LW0ioENXUhZ9OIa0Zn+P7M+pWgkCKaT53wVLSq0mrKksCID/FGHpFhRSxRGhgrQmfhRuzwtKdg==} dev: false - /@types/cookies/0.7.6: + /@types/cookies@0.7.6: resolution: {integrity: sha512-FK4U5Qyn7/Sc5ih233OuHO0qAkOpEcD/eG6584yEiLKizTFRny86qHLe/rej3HFQrkBuUjF4whFliAdODbVN/w==} dependencies: '@types/connect': 3.4.34 @@ -6479,36 +7618,36 @@ packages: '@types/node': 15.12.4 dev: false - /@types/debug/4.1.5: + /@types/debug@4.1.5: resolution: {integrity: sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==} dev: true - /@types/eslint-scope/3.7.0: + /@types/eslint-scope@3.7.0: resolution: {integrity: sha512-O/ql2+rrCUe2W2rs7wMR+GqPRcgB6UiqN5RhrR5xruFlY7l9YLMn0ZkDzjoHLeiFkR8MCQZVudUuuvQ2BLC9Qw==} dependencies: '@types/eslint': 7.2.13 '@types/estree': 0.0.47 dev: false - /@types/eslint/7.2.13: + /@types/eslint@7.2.13: resolution: {integrity: sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==} dependencies: '@types/estree': 0.0.48 '@types/json-schema': 7.0.7 dev: false - /@types/estree/0.0.39: + /@types/estree@0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} - /@types/estree/0.0.47: + /@types/estree@0.0.47: resolution: {integrity: sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==} dev: false - /@types/estree/0.0.48: + /@types/estree@0.0.48: resolution: {integrity: sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==} dev: false - /@types/express-serve-static-core/4.17.21: + /@types/express-serve-static-core@4.17.21: resolution: {integrity: sha512-gwCiEZqW6f7EoR8TTEfalyEhb1zA5jQJnRngr97+3pzMaO1RKoI1w2bw07TK72renMUVWcWS5mLI6rk1NqN0nA==} dependencies: '@types/node': 15.12.4 @@ -6516,7 +7655,7 @@ packages: '@types/range-parser': 1.2.3 dev: false - /@types/express/4.17.12: + /@types/express@4.17.12: resolution: {integrity: sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q==} dependencies: '@types/body-parser': 1.19.0 @@ -6525,36 +7664,36 @@ packages: '@types/serve-static': 1.13.9 dev: false - /@types/extract-files/8.1.0: + /@types/extract-files@8.1.0: resolution: {integrity: sha512-ulxvlFU71yLVV3JxdBgryASAIp+aZQuQOpkhU1SznJlcWz0qsJCWHqdJqP6Lprs3blqGS5FH5GbBkU0977+Wew==} dev: false - /@types/faker/5.5.6: + /@types/faker@5.5.6: resolution: {integrity: sha512-UCRj0kLg4sXs2XFVm48OU/wIjyJZkpRkwxhRGVQb5l5GmemkeW22WTz9iiDhYPBUqTzDsIWzhFRuF/4DD5+q2Q==} dev: true - /@types/fs-capacitor/2.0.0: + /@types/fs-capacitor@2.0.0: resolution: {integrity: sha512-FKVPOCFbhCvZxpVAMhdBdTfVfXUpsh15wFHgqOKxh9N9vzWZVuWCSijZ5T4U34XYNnuj2oduh6xcs1i+LPI+BQ==} dependencies: '@types/node': 15.12.4 dev: false - /@types/github-slugger/1.3.0: + /@types/github-slugger@1.3.0: resolution: {integrity: sha512-J/rMZa7RqiH/rT29TEVZO4nBoDP9XJOjnbbIofg7GQKs4JIduEO3WLpte+6WeUz/TcrXKlY+bM7FYrp8yFB+3g==} dev: false - /@types/glob/7.1.3: + /@types/glob@7.1.3: resolution: {integrity: sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==} dependencies: '@types/minimatch': 3.0.4 '@types/node': 15.12.4 - /@types/graceful-fs/4.1.5: + /@types/graceful-fs@4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: '@types/node': 15.12.4 - /@types/graphql-upload/8.0.5: + /@types/graphql-upload@8.0.5: resolution: {integrity: sha512-h01wGd+0wzEGZhTi5609xTRheTtHaDOIG21NEb6UP2O9FcyU6FeMiTq2rLzjtN3JL2b0HKhwYhIzEe8XLTPerw==} dependencies: '@types/express': 4.17.12 @@ -6563,74 +7702,79 @@ packages: graphql: 15.5.1 dev: false - /@types/hast/2.3.1: + /@types/hast@2.3.1: resolution: {integrity: sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q==} dependencies: '@types/unist': 2.0.3 dev: false - /@types/history/4.7.8: + /@types/history@4.7.8: resolution: {integrity: sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==} dev: false - /@types/html-minifier-terser/5.1.1: + /@types/html-minifier-terser@5.1.1: resolution: {integrity: sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==} dev: false - /@types/http-assert/1.5.1: + /@types/http-assert@1.5.1: resolution: {integrity: sha512-PGAK759pxyfXE78NbKxyfRcWYA/KwW17X290cNev/qAsn9eQIxkH4shoNBafH37wewhDG/0p1cHPbK6+SzZjWQ==} dev: false - /@types/http-errors/1.8.0: + /@types/http-errors@1.8.0: resolution: {integrity: sha512-2aoSC4UUbHDj2uCsCxcG/vRMXey/m17bC7UwitVm5hn22nI8O8Y9iDpA76Orc+DWkQ4zZrOKEshCqR/jSuXAHA==} dev: false - /@types/isomorphic-form-data/2.0.0: + /@types/isomorphic-form-data@2.0.0: resolution: {integrity: sha512-A8DxJ9mtMuWuKIQImQkz+hewSFLbvUPtSVl32rHAdL+22Xn0CWPvk2zjuWSFOM8+p/YYoB5MmQThcJshp3no7A==} dependencies: form-data: 2.5.1 - /@types/istanbul-lib-coverage/2.0.3: + /@types/istanbul-lib-coverage@2.0.3: resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} - /@types/istanbul-lib-report/3.0.0: + /@types/istanbul-lib-report@3.0.0: resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} dependencies: '@types/istanbul-lib-coverage': 2.0.3 - /@types/istanbul-reports/3.0.1: + /@types/istanbul-reports@3.0.1: resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/jest/26.0.23: + /@types/jest@26.0.23: resolution: {integrity: sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==} dependencies: jest-diff: 26.6.2 pretty-format: 26.6.2 - /@types/js-cookie/2.2.6: + /@types/js-cookie@2.2.6: resolution: {integrity: sha512-+oY0FDTO2GYKEV0YPvSshGq9t7YozVkgvXLty7zogQNuCxBhT9/3INX9Q7H1aRZ4SUDRXAKlJuA4EA5nTt7SNw==} dev: false - /@types/json-schema/7.0.7: + /@types/json-schema@7.0.7: resolution: {integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==} - /@types/json5/0.0.29: + /@types/json5@0.0.29: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} dev: false - /@types/keygrip/1.0.2: + /@types/keygrip@1.0.2: resolution: {integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==} dev: false - /@types/koa-compose/3.2.5: + /@types/keyv@3.1.4: + resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} + dependencies: + '@types/node': 15.12.4 + + /@types/koa-compose@3.2.5: resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} dependencies: '@types/koa': 2.13.3 dev: false - /@types/koa/2.13.3: + /@types/koa@2.13.3: resolution: {integrity: sha512-TaujBV+Dhe/FvmSMZJtCFBms+bqQacgUebk/M2C2tq8iGmHE/DDf4DcW2Hc7NqusVZmy5xzrWOjtdPKNP+fTfw==} dependencies: '@types/accepts': 1.3.5 @@ -6643,107 +7787,107 @@ packages: '@types/node': 15.12.4 dev: false - /@types/lodash-es/4.17.4: + /@types/lodash-es@4.17.4: resolution: {integrity: sha512-BBz79DCJbD2CVYZH67MBeHZRX++HF+5p8Mo5MzjZi64Wac39S3diedJYHZtScbRVf4DjZyN6LzA0SB0zy+HSSQ==} dependencies: '@types/lodash': 4.14.170 dev: true - /@types/lodash.mergewith/4.6.6: + /@types/lodash.mergewith@4.6.6: resolution: {integrity: sha512-RY/8IaVENjG19rxTZu9Nukqh0W2UrYgmBj5sdns4hWRZaV8PqR7wIKHFKzvOTjo4zVRV7sVI+yFhAJql12Kfqg==} dependencies: '@types/lodash': 4.14.170 dev: false - /@types/lodash/4.14.170: + /@types/lodash@4.14.170: resolution: {integrity: sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q==} - /@types/mdast/3.0.3: + /@types/mdast@3.0.3: resolution: {integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==} dependencies: '@types/unist': 2.0.3 dev: false - /@types/mdx-js__react/1.5.3: + /@types/mdx-js__react@1.5.3: resolution: {integrity: sha512-flP0BpS5rXnEbkU5ih79ARaI/+rK10Iee+zxTaWYtoiyc2+f1EJ8EnYgMmXHdAuI7OX4J9/hdoXfrfrri0AT+Q==} dependencies: '@types/react': 17.0.11 dev: true - /@types/mime/1.3.2: + /@types/mime@1.3.2: resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} dev: false - /@types/minimatch/3.0.4: + /@types/minimatch@3.0.4: resolution: {integrity: sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==} - /@types/minimist/1.2.1: + /@types/minimist@1.2.1: resolution: {integrity: sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==} dev: true - /@types/mkdirp/1.0.1: + /@types/mkdirp@1.0.1: resolution: {integrity: sha512-HkGSK7CGAXncr8Qn/0VqNtExEE+PHMWb+qlR1faHMao7ng6P3tAaoWWBMdva0gL5h4zprjIO89GJOLXsMcDm1Q==} dependencies: '@types/node': 15.12.4 dev: true - /@types/ms/0.7.31: + /@types/ms@0.7.31: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node/15.12.4: + /@types/node@15.12.4: resolution: {integrity: sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==} - /@types/nodemon/1.19.0: + /@types/nodemon@1.19.0: resolution: {integrity: sha512-nf0PKjNv3wo0pyhlPkHjfpU2oUYMdOIsCXceiFG6kvhYxbTwn2ne9mz2iWvJ/4QtCrJUEPJLNXuyGleyTacdaw==} dependencies: '@types/node': 15.12.4 dev: true - /@types/normalize-package-data/2.4.0: + /@types/normalize-package-data@2.4.0: resolution: {integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==} - /@types/parse-json/4.0.0: + /@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} - /@types/parse5/5.0.3: + /@types/parse5@5.0.3: resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==} dev: false - /@types/prettier/2.3.0: + /@types/prettier@2.3.0: resolution: {integrity: sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==} - /@types/prop-types/15.7.3: + /@types/prop-types@15.7.3: resolution: {integrity: sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==} - /@types/q/1.5.4: + /@types/q@1.5.4: resolution: {integrity: sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==} dev: false - /@types/qs/6.9.6: + /@types/qs@6.9.6: resolution: {integrity: sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA==} dev: false - /@types/randomstring/1.1.6: + /@types/randomstring@1.1.6: resolution: {integrity: sha512-XRIZIMTxjcUukqQcYBdpFWGbcRDyNBXrvTEtTYgFMIbBNUVt+9mCKsU+jUUDLeFO/RXopUgR5OLiBqbY18vSHQ==} dev: true - /@types/range-parser/1.2.3: + /@types/range-parser@1.2.3: resolution: {integrity: sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==} dev: false - /@types/react-dom/17.0.8: + /@types/react-dom@17.0.8: resolution: {integrity: sha512-0ohAiJAx1DAUEcY9UopnfwCE9sSMDGnY/oXjWMax6g3RpzmTt2GMyMVAXcbn0mo8XAff0SbQJl2/SBU+hjSZ1A==} dependencies: '@types/react': 17.0.11 - /@types/react-helmet/6.1.1: + /@types/react-helmet@6.1.1: resolution: {integrity: sha512-VmSCMz6jp/06DABoY60vQa++h1YFt0PfAI23llxBJHbowqFgLUL0dhS1AQeVPNqYfRp9LAfokrfWACTNeobOrg==} dependencies: '@types/react': 17.0.11 dev: false - /@types/react-router-dom/5.1.7: + /@types/react-router-dom@5.1.7: resolution: {integrity: sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==} dependencies: '@types/history': 4.7.8 @@ -6751,114 +7895,119 @@ packages: '@types/react-router': 5.1.15 dev: false - /@types/react-router/5.1.15: + /@types/react-router@5.1.15: resolution: {integrity: sha512-z3UlMG/x91SFEVmmvykk9FLTliDvfdIUky4k2rCfXWQ0NKbrP8o9BTCaCTPuYsB8gDkUnUmkcA2vYlm2DR+HAA==} dependencies: '@types/history': 4.7.8 '@types/react': 17.0.11 dev: false - /@types/react-test-renderer/17.0.1: + /@types/react-test-renderer@17.0.1: resolution: {integrity: sha512-3Fi2O6Zzq/f3QR9dRnlnHso9bMl7weKCviFmfF6B4LS1Uat6Hkm15k0ZAQuDz+UBq6B3+g+NM6IT2nr5QgPzCw==} dependencies: '@types/react': 17.0.11 dev: true - /@types/react/17.0.11: + /@types/react@17.0.11: resolution: {integrity: sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==} dependencies: '@types/prop-types': 15.7.3 '@types/scheduler': 0.16.1 csstype: 3.0.8 - /@types/resolve/0.0.8: + /@types/resolve@0.0.8: resolution: {integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==} dependencies: '@types/node': 15.12.4 dev: false - /@types/rimraf/3.0.0: + /@types/responselike@1.0.3: + resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} + dependencies: + '@types/node': 15.12.4 + + /@types/rimraf@3.0.0: resolution: {integrity: sha512-7WhJ0MdpFgYQPXlF4Dx+DhgvlPCfz/x5mHaeDQAKhcenvQP1KCpLQ18JklAqeGMYSAT2PxLpzd0g2/HE7fj7hQ==} dependencies: '@types/glob': 7.1.3 '@types/node': 15.12.4 dev: true - /@types/sax/1.2.1: + /@types/sax@1.2.1: resolution: {integrity: sha512-dqYdvN7Sbw8QT/0Ci5rhjE4/iCMJEM0Y9rHpCu+gGXD9Lwbz28t6HI2yegsB6BoV1sShRMU6lAmAcgRjmFy7LA==} dependencies: '@types/node': 15.12.4 dev: false - /@types/scheduler/0.16.1: + /@types/scheduler@0.16.1: resolution: {integrity: sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==} - /@types/semver/6.2.2: + /@types/semver@6.2.2: resolution: {integrity: sha512-RxAwYt4rGwK5GyoRwuP0jT6ZHAVTdz2EqgsHmX0PYNjGsko+OeT4WFXXTs/lM3teJUJodM+SNtAL5/pXIJ61IQ==} dev: true - /@types/serve-static/1.13.9: + /@types/serve-static@1.13.9: resolution: {integrity: sha512-ZFqF6qa48XsPdjXV5Gsz0Zqmux2PerNd3a/ktL45mHpa19cuMi/cL8tcxdAx497yRh+QtYPuofjT9oWw9P7nkA==} dependencies: '@types/mime': 1.3.2 '@types/node': 15.12.4 dev: false - /@types/source-list-map/0.1.2: + /@types/source-list-map@0.1.2: resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} dev: false - /@types/stack-utils/2.0.0: + /@types/stack-utils@2.0.0: resolution: {integrity: sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==} - /@types/strip-bom/3.0.0: + /@types/strip-bom@3.0.0: resolution: {integrity: sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I=} dev: true - /@types/strip-json-comments/0.0.30: + /@types/strip-json-comments@0.0.30: resolution: {integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==} dev: true - /@types/tapable/1.0.7: + /@types/tapable@1.0.7: resolution: {integrity: sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==} dev: false - /@types/testing-library__jest-dom/5.14.0: + /@types/testing-library__jest-dom@5.14.0: resolution: {integrity: sha512-l2P2GO+hFF4Liye+fAajT1qBqvZOiL79YMpEvgGs1xTK7hECxBI8Wz4J7ntACJNiJ9r0vXQqYovroXRLPDja6A==} dependencies: '@types/jest': 26.0.23 - /@types/tinycolor2/1.4.2: + /@types/tinycolor2@1.4.2: resolution: {integrity: sha512-PeHg/AtdW6aaIO2a+98Xj7rWY4KC1E6yOy7AFknJQ7VXUGNrMlyxDFxJo7HqLtjQms/ZhhQX52mLVW/EX3JGOw==} dev: false - /@types/tsc-watch/4.2.0: + /@types/tsc-watch@4.2.0: resolution: {integrity: sha512-hND5B6WVQcO9QdgSdRHeougv4EAEeg5UYMrVACbFfFJ/EaEbdJgYd+mHtIVwgrHSf1eucQRxuFQ9b2jIlnsT7A==} dependencies: '@types/node': 15.12.4 dev: true - /@types/uglify-js/3.13.0: + /@types/uglify-js@3.13.0: resolution: {integrity: sha512-EGkrJD5Uy+Pg0NUR8uA4bJ5WMfljyad0G+784vLCNUkD+QwOJXUbBYExXfVGf7YtyzdQp3L/XMYcliB987kL5Q==} dependencies: source-map: 0.6.1 dev: false - /@types/unist/2.0.3: + /@types/unist@2.0.3: resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} dev: false - /@types/wait-on/5.3.0: + /@types/wait-on@5.3.0: resolution: {integrity: sha512-shduy6IRDu8ccaILJ2N7qj/43FsOpzQslIaaG0Pa4WVdIoUpnTxxViJgbEAW4xAOsHbsu9IBOF2DzLNkmYM0MQ==} dependencies: '@types/node': 15.12.4 dev: true - /@types/warning/3.0.0: + /@types/warning@3.0.0: resolution: {integrity: sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=} dev: false - /@types/webpack-sources/2.1.0: + /@types/webpack-sources@2.1.0: resolution: {integrity: sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==} dependencies: '@types/node': 15.12.4 @@ -6866,7 +8015,7 @@ packages: source-map: 0.7.3 dev: false - /@types/webpack/4.41.29: + /@types/webpack@4.41.29: resolution: {integrity: sha512-6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q==} dependencies: '@types/node': 15.12.4 @@ -6877,27 +8026,33 @@ packages: source-map: 0.6.1 dev: false - /@types/ws/7.4.5: + /@types/ws@7.4.5: resolution: {integrity: sha512-8mbDgtc8xpxDDem5Gwj76stBDJX35KQ3YBoayxlqUQcL5BZUthiqP/VQ4PQnLHqM4PmlbyO74t98eJpURO+gPA==} dependencies: '@types/node': 15.12.4 dev: true - /@types/yargs-parser/20.2.0: + /@types/yargs-parser@20.2.0: resolution: {integrity: sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==} - /@types/yargs/15.0.13: + /@types/yargs@15.0.13: resolution: {integrity: sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==} dependencies: '@types/yargs-parser': 20.2.0 - /@types/yargs/16.0.3: + /@types/yargs@16.0.3: resolution: {integrity: sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==} dependencies: '@types/yargs-parser': 20.2.0 dev: false - /@typescript-eslint/eslint-plugin/4.27.0_b7b1357bbf6753e7455d6ef3191d413d: + /@types/yargs@17.0.32: + resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} + dependencies: + '@types/yargs-parser': 20.2.0 + dev: false + + /@typescript-eslint/eslint-plugin@4.27.0(@typescript-eslint/parser@4.27.0)(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-DsLqxeUfLVNp3AO7PC3JyaddmEHTtI9qTSAs+RB6ja27QvIM0TA8Cizn1qcS6vOu+WDLFJzkwkgweiyFhssDdQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -6908,22 +8063,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.27.0_eslint@7.29.0+typescript@4.3.4 - '@typescript-eslint/parser': 4.27.0_eslint@7.29.0+typescript@4.3.4 + '@typescript-eslint/experimental-utils': 4.27.0(eslint@7.29.0)(typescript@4.3.4) + '@typescript-eslint/parser': 4.27.0(eslint@7.29.0)(typescript@4.3.4) '@typescript-eslint/scope-manager': 4.27.0 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) eslint: 7.29.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.4 + tsutils: 3.21.0(typescript@4.3.4) typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/experimental-utils/3.10.1_eslint@7.29.0+typescript@4.3.4: + /@typescript-eslint/experimental-utils@3.10.1(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -6931,7 +8086,7 @@ packages: dependencies: '@types/json-schema': 7.0.7 '@typescript-eslint/types': 3.10.1 - '@typescript-eslint/typescript-estree': 3.10.1_typescript@4.3.4 + '@typescript-eslint/typescript-estree': 3.10.1(typescript@4.3.4) eslint: 7.29.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 @@ -6940,7 +8095,7 @@ packages: - typescript dev: false - /@typescript-eslint/experimental-utils/4.27.0_eslint@7.29.0+typescript@4.3.4: + /@typescript-eslint/experimental-utils@4.27.0(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-n5NlbnmzT2MXlyT+Y0Jf0gsmAQzCnQSWXKy4RGSXVStjDvS5we9IWbh7qRVKdGcxT0WYlgcCYUK/HRg7xFhvjQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -6949,16 +8104,16 @@ packages: '@types/json-schema': 7.0.7 '@typescript-eslint/scope-manager': 4.27.0 '@typescript-eslint/types': 4.27.0 - '@typescript-eslint/typescript-estree': 4.27.0_typescript@4.3.4 + '@typescript-eslint/typescript-estree': 4.27.0(typescript@4.3.4) eslint: 7.29.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.29.0 + eslint-utils: 3.0.0(eslint@7.29.0) transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/parser/4.27.0_eslint@7.29.0+typescript@4.3.4: + /@typescript-eslint/parser@4.27.0(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-XpbxL+M+gClmJcJ5kHnUpBGmlGdgNvy6cehgR6ufyxkEJMGP25tZKCaKyC0W/JVpuhU3VU1RBn7SYUPKSMqQvQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -6970,15 +8125,15 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.27.0 '@typescript-eslint/types': 4.27.0 - '@typescript-eslint/typescript-estree': 4.27.0_typescript@4.3.4 - debug: 4.3.1 + '@typescript-eslint/typescript-estree': 4.27.0(typescript@4.3.4) + debug: 4.3.1(supports-color@7.2.0) eslint: 7.29.0 typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager/4.27.0: + /@typescript-eslint/scope-manager@4.27.0: resolution: {integrity: sha512-DY73jK6SEH6UDdzc6maF19AHQJBFVRf6fgAXHPXCGEmpqD4vYgPEzqpFz1lf/daSbOcMpPPj9tyXXDPW2XReAw==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: @@ -6986,17 +8141,17 @@ packages: '@typescript-eslint/visitor-keys': 4.27.0 dev: false - /@typescript-eslint/types/3.10.1: + /@typescript-eslint/types@3.10.1: resolution: {integrity: sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/types/4.27.0: + /@typescript-eslint/types@4.27.0: resolution: {integrity: sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: false - /@typescript-eslint/typescript-estree/3.10.1_typescript@4.3.4: + /@typescript-eslint/typescript-estree@3.10.1(typescript@4.3.4): resolution: {integrity: sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -7007,18 +8162,18 @@ packages: dependencies: '@typescript-eslint/types': 3.10.1 '@typescript-eslint/visitor-keys': 3.10.1 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) glob: 7.1.7 is-glob: 4.0.1 lodash: 4.17.21 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.4 + tsutils: 3.21.0(typescript@4.3.4) typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/typescript-estree/4.27.0_typescript@4.3.4: + /@typescript-eslint/typescript-estree@4.27.0(typescript@4.3.4): resolution: {integrity: sha512-KH03GUsUj41sRLLEy2JHstnezgpS5VNhrJouRdmh6yNdQ+yl8w5LrSwBkExM+jWwCJa7Ct2c8yl8NdtNRyQO6g==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -7029,24 +8184,24 @@ packages: dependencies: '@typescript-eslint/types': 4.27.0 '@typescript-eslint/visitor-keys': 4.27.0 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) globby: 11.0.4 is-glob: 4.0.1 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.4 + tsutils: 3.21.0(typescript@4.3.4) typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/visitor-keys/3.10.1: + /@typescript-eslint/visitor-keys@3.10.1: resolution: {integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: eslint-visitor-keys: 1.3.0 dev: false - /@typescript-eslint/visitor-keys/4.27.0: + /@typescript-eslint/visitor-keys@4.27.0: resolution: {integrity: sha512-es0GRYNZp0ieckZ938cEANfEhsfHrzuLrePukLKtY3/KPXcq1Xd555Mno9/GOgXhKzn0QfkDLVgqWO3dGY80bg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: @@ -7054,55 +8209,55 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /@webassemblyjs/ast/1.11.0: + /@webassemblyjs/ast@1.11.0: resolution: {integrity: sha512-kX2W49LWsbthrmIRMbQZuQDhGtjyqXfEmmHyEi4XWnSZtPmxY0+3anPIzsnRb45VH/J55zlOfWvZuY47aJZTJg==} dependencies: '@webassemblyjs/helper-numbers': 1.11.0 '@webassemblyjs/helper-wasm-bytecode': 1.11.0 dev: false - /@webassemblyjs/ast/1.9.0: + /@webassemblyjs/ast@1.9.0: resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} dependencies: '@webassemblyjs/helper-module-context': 1.9.0 '@webassemblyjs/helper-wasm-bytecode': 1.9.0 '@webassemblyjs/wast-parser': 1.9.0 - /@webassemblyjs/floating-point-hex-parser/1.11.0: + /@webassemblyjs/floating-point-hex-parser@1.11.0: resolution: {integrity: sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA==} dev: false - /@webassemblyjs/floating-point-hex-parser/1.9.0: + /@webassemblyjs/floating-point-hex-parser@1.9.0: resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} - /@webassemblyjs/helper-api-error/1.11.0: + /@webassemblyjs/helper-api-error@1.11.0: resolution: {integrity: sha512-baT/va95eXiXb2QflSx95QGT5ClzWpGaa8L7JnJbgzoYeaA27FCvuBXU758l+KXWRndEmUXjP0Q5fibhavIn8w==} dev: false - /@webassemblyjs/helper-api-error/1.9.0: + /@webassemblyjs/helper-api-error@1.9.0: resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} - /@webassemblyjs/helper-buffer/1.11.0: + /@webassemblyjs/helper-buffer@1.11.0: resolution: {integrity: sha512-u9HPBEl4DS+vA8qLQdEQ6N/eJQ7gT7aNvMIo8AAWvAl/xMrcOSiI2M0MAnMCy3jIFke7bEee/JwdX1nUpCtdyA==} dev: false - /@webassemblyjs/helper-buffer/1.9.0: + /@webassemblyjs/helper-buffer@1.9.0: resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} - /@webassemblyjs/helper-code-frame/1.9.0: + /@webassemblyjs/helper-code-frame@1.9.0: resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==} dependencies: '@webassemblyjs/wast-printer': 1.9.0 - /@webassemblyjs/helper-fsm/1.9.0: + /@webassemblyjs/helper-fsm@1.9.0: resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==} - /@webassemblyjs/helper-module-context/1.9.0: + /@webassemblyjs/helper-module-context@1.9.0: resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==} dependencies: '@webassemblyjs/ast': 1.9.0 - /@webassemblyjs/helper-numbers/1.11.0: + /@webassemblyjs/helper-numbers@1.11.0: resolution: {integrity: sha512-DhRQKelIj01s5IgdsOJMKLppI+4zpmcMQ3XboFPLwCpSNH6Hqo1ritgHgD0nqHeSYqofA6aBN/NmXuGjM1jEfQ==} dependencies: '@webassemblyjs/floating-point-hex-parser': 1.11.0 @@ -7110,14 +8265,14 @@ packages: '@xtuc/long': 4.2.2 dev: false - /@webassemblyjs/helper-wasm-bytecode/1.11.0: + /@webassemblyjs/helper-wasm-bytecode@1.11.0: resolution: {integrity: sha512-MbmhvxXExm542tWREgSFnOVo07fDpsBJg3sIl6fSp9xuu75eGz5lz31q7wTLffwL3Za7XNRCMZy210+tnsUSEA==} dev: false - /@webassemblyjs/helper-wasm-bytecode/1.9.0: + /@webassemblyjs/helper-wasm-bytecode@1.9.0: resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} - /@webassemblyjs/helper-wasm-section/1.11.0: + /@webassemblyjs/helper-wasm-section@1.11.0: resolution: {integrity: sha512-3Eb88hcbfY/FCukrg6i3EH8H2UsD7x8Vy47iVJrP967A9JGqgBVL9aH71SETPx1JrGsOUVLo0c7vMCN22ytJew==} dependencies: '@webassemblyjs/ast': 1.11.0 @@ -7126,7 +8281,7 @@ packages: '@webassemblyjs/wasm-gen': 1.11.0 dev: false - /@webassemblyjs/helper-wasm-section/1.9.0: + /@webassemblyjs/helper-wasm-section@1.9.0: resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -7134,36 +8289,36 @@ packages: '@webassemblyjs/helper-wasm-bytecode': 1.9.0 '@webassemblyjs/wasm-gen': 1.9.0 - /@webassemblyjs/ieee754/1.11.0: + /@webassemblyjs/ieee754@1.11.0: resolution: {integrity: sha512-KXzOqpcYQwAfeQ6WbF6HXo+0udBNmw0iXDmEK5sFlmQdmND+tr773Ti8/5T/M6Tl/413ArSJErATd8In3B+WBA==} dependencies: '@xtuc/ieee754': 1.2.0 dev: false - /@webassemblyjs/ieee754/1.9.0: + /@webassemblyjs/ieee754@1.9.0: resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==} dependencies: '@xtuc/ieee754': 1.2.0 - /@webassemblyjs/leb128/1.11.0: + /@webassemblyjs/leb128@1.11.0: resolution: {integrity: sha512-aqbsHa1mSQAbeeNcl38un6qVY++hh8OpCOzxhixSYgbRfNWcxJNJQwe2rezK9XEcssJbbWIkblaJRwGMS9zp+g==} dependencies: '@xtuc/long': 4.2.2 dev: false - /@webassemblyjs/leb128/1.9.0: + /@webassemblyjs/leb128@1.9.0: resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==} dependencies: '@xtuc/long': 4.2.2 - /@webassemblyjs/utf8/1.11.0: + /@webassemblyjs/utf8@1.11.0: resolution: {integrity: sha512-A/lclGxH6SpSLSyFowMzO/+aDEPU4hvEiooCMXQPcQFPPJaYcPQNKGOCLUySJsYJ4trbpr+Fs08n4jelkVTGVw==} dev: false - /@webassemblyjs/utf8/1.9.0: + /@webassemblyjs/utf8@1.9.0: resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} - /@webassemblyjs/wasm-edit/1.11.0: + /@webassemblyjs/wasm-edit@1.11.0: resolution: {integrity: sha512-JHQ0damXy0G6J9ucyKVXO2j08JVJ2ntkdJlq1UTiUrIgfGMmA7Ik5VdC/L8hBK46kVJgujkBIoMtT8yVr+yVOQ==} dependencies: '@webassemblyjs/ast': 1.11.0 @@ -7176,7 +8331,7 @@ packages: '@webassemblyjs/wast-printer': 1.11.0 dev: false - /@webassemblyjs/wasm-edit/1.9.0: + /@webassemblyjs/wasm-edit@1.9.0: resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -7188,7 +8343,7 @@ packages: '@webassemblyjs/wasm-parser': 1.9.0 '@webassemblyjs/wast-printer': 1.9.0 - /@webassemblyjs/wasm-gen/1.11.0: + /@webassemblyjs/wasm-gen@1.11.0: resolution: {integrity: sha512-BEUv1aj0WptCZ9kIS30th5ILASUnAPEvE3tVMTrItnZRT9tXCLW2LEXT8ezLw59rqPP9klh9LPmpU+WmRQmCPQ==} dependencies: '@webassemblyjs/ast': 1.11.0 @@ -7198,7 +8353,7 @@ packages: '@webassemblyjs/utf8': 1.11.0 dev: false - /@webassemblyjs/wasm-gen/1.9.0: + /@webassemblyjs/wasm-gen@1.9.0: resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -7207,7 +8362,7 @@ packages: '@webassemblyjs/leb128': 1.9.0 '@webassemblyjs/utf8': 1.9.0 - /@webassemblyjs/wasm-opt/1.11.0: + /@webassemblyjs/wasm-opt@1.11.0: resolution: {integrity: sha512-tHUSP5F4ywyh3hZ0+fDQuWxKx3mJiPeFufg+9gwTpYp324mPCQgnuVKwzLTZVqj0duRDovnPaZqDwoyhIO8kYg==} dependencies: '@webassemblyjs/ast': 1.11.0 @@ -7216,7 +8371,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.0 dev: false - /@webassemblyjs/wasm-opt/1.9.0: + /@webassemblyjs/wasm-opt@1.9.0: resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -7224,7 +8379,7 @@ packages: '@webassemblyjs/wasm-gen': 1.9.0 '@webassemblyjs/wasm-parser': 1.9.0 - /@webassemblyjs/wasm-parser/1.11.0: + /@webassemblyjs/wasm-parser@1.11.0: resolution: {integrity: sha512-6L285Sgu9gphrcpDXINvm0M9BskznnzJTE7gYkjDbxET28shDqp27wpruyx3C2S/dvEwiigBwLA1cz7lNUi0kw==} dependencies: '@webassemblyjs/ast': 1.11.0 @@ -7235,7 +8390,7 @@ packages: '@webassemblyjs/utf8': 1.11.0 dev: false - /@webassemblyjs/wasm-parser/1.9.0: + /@webassemblyjs/wasm-parser@1.9.0: resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -7245,7 +8400,7 @@ packages: '@webassemblyjs/leb128': 1.9.0 '@webassemblyjs/utf8': 1.9.0 - /@webassemblyjs/wast-parser/1.9.0: + /@webassemblyjs/wast-parser@1.9.0: resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -7255,34 +8410,34 @@ packages: '@webassemblyjs/helper-fsm': 1.9.0 '@xtuc/long': 4.2.2 - /@webassemblyjs/wast-printer/1.11.0: + /@webassemblyjs/wast-printer@1.11.0: resolution: {integrity: sha512-Fg5OX46pRdTgB7rKIUojkh9vXaVN6sGYCnEiJN1GYkb0RPwShZXp6KTDqmoMdQPKhcroOXh3fEzmkWmCYaKYhQ==} dependencies: '@webassemblyjs/ast': 1.11.0 '@xtuc/long': 4.2.2 dev: false - /@webassemblyjs/wast-printer/1.9.0: + /@webassemblyjs/wast-printer@1.9.0: resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==} dependencies: '@webassemblyjs/ast': 1.9.0 '@webassemblyjs/wast-parser': 1.9.0 '@xtuc/long': 4.2.2 - /@xobotyi/scrollbar-width/1.9.5: + /@xobotyi/scrollbar-width@1.9.5: resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==} dev: false - /@xtuc/ieee754/1.2.0: + /@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} - /@xtuc/long/4.2.2: + /@xtuc/long@4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - /@zeit/schemas/2.6.0: + /@zeit/schemas@2.6.0: resolution: {integrity: sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==} - /JSONStream/1.3.5: + /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true dependencies: @@ -7290,30 +8445,36 @@ packages: through: 2.3.8 dev: true - /abab/2.0.5: + /abab@2.0.5: resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} - /abbrev/1.1.1: + /abbrev@1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - /abstract-logging/2.0.1: - resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} + /abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + dependencies: + event-target-shim: 5.0.1 dev: false - /accepts/1.3.7: + /abstract-logging@2.0.1: + resolution: {integrity: sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==} + + /accepts@1.3.7: resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} engines: {node: '>= 0.6'} dependencies: mime-types: 2.1.31 negotiator: 0.6.2 - /acorn-globals/6.0.0: + /acorn-globals@6.0.0: resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} dependencies: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-jsx/5.3.1_acorn@7.4.1: + /acorn-jsx@5.3.1(acorn@7.4.1): resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -7321,35 +8482,40 @@ packages: acorn: 7.4.1 dev: false - /acorn-walk/7.2.0: + /acorn-walk@7.2.0: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} - /acorn-walk/8.1.0: + /acorn-walk@8.1.0: resolution: {integrity: sha512-mjmzmv12YIG/G8JQdQuz2MUDShEJ6teYpT5bmWA4q7iwoGen8xtt3twF3OvzIUl+Q06aWIjvnwQUKvQ6TtMRjg==} engines: {node: '>=0.4.0'} - /acorn/6.4.2: + /acorn@6.4.2: resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} engines: {node: '>=0.4.0'} hasBin: true - /acorn/7.4.1: + /acorn@7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} hasBin: true - /acorn/8.4.0: + /acorn@8.11.3: + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} + engines: {node: '>=0.4.0'} + hasBin: true + + /acorn@8.4.0: resolution: {integrity: sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==} engines: {node: '>=0.4.0'} hasBin: true - /address/1.1.2: + /address@1.1.2: resolution: {integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==} engines: {node: '>= 0.12.0'} dev: false - /adjust-sourcemap-loader/3.0.0: + /adjust-sourcemap-loader@3.0.0: resolution: {integrity: sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==} engines: {node: '>=8.9'} dependencies: @@ -7357,36 +8523,36 @@ packages: regex-parser: 2.2.11 dev: false - /agent-base/6.0.2: + /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) transitivePeerDependencies: - supports-color - /aggregate-error/3.1.0: + /aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 - /ajv-errors/1.0.1_ajv@6.12.6: + /ajv-errors@1.0.1(ajv@6.12.6): resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} peerDependencies: ajv: '>=5.0.0' dependencies: ajv: 6.12.6 - /ajv-keywords/3.5.2_ajv@6.12.6: + /ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} peerDependencies: ajv: ^6.9.1 dependencies: ajv: 6.12.6 - /ajv/6.12.6: + /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: fast-deep-equal: 3.1.3 @@ -7394,7 +8560,7 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/6.5.3: + /ajv@6.5.3: resolution: {integrity: sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==} dependencies: fast-deep-equal: 2.0.1 @@ -7402,7 +8568,7 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/8.6.0: + /ajv@8.6.0: resolution: {integrity: sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==} dependencies: fast-deep-equal: 3.1.3 @@ -7411,7 +8577,7 @@ packages: uri-js: 4.4.1 dev: false - /alce/1.2.0: + /alce@1.2.0: resolution: {integrity: sha1-qL4trKrEJJRhLxjcCdtpHz3qSqs=} engines: {node: '>=0.8.0'} dependencies: @@ -7419,7 +8585,7 @@ packages: estraverse: 1.9.3 dev: true - /algoliasearch-helper/3.5.3_algoliasearch@4.9.3: + /algoliasearch-helper@3.5.3(algoliasearch@4.9.3): resolution: {integrity: sha512-DtSlOKAJ6TGkQD6u58g6/ABdMmHf3pAj6xVL5hJF+D4z9ldDRf/f5v6puNIxGOlJRwGVvFGyz34beYNqhLDUbQ==} peerDependencies: algoliasearch: '>= 3.1 < 5' @@ -7428,7 +8594,7 @@ packages: events: 1.1.1 dev: false - /algoliasearch/4.9.3: + /algoliasearch@4.9.3: resolution: {integrity: sha512-VLl9pYXhVB397xTW369sy13qw3m1hHzCfj9zSdeDDYVwTxHiiok/QvhPKAMIzjqyUoY07O8j+941UxYZjugsMQ==} dependencies: '@algolia/cache-browser-local-storage': 4.9.3 @@ -7447,16 +8613,16 @@ packages: '@algolia/transporter': 4.9.3 dev: false - /alphanum-sort/1.0.2: + /alphanum-sort@1.0.2: resolution: {integrity: sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=} - /altair-exported-types/4.0.6: + /altair-exported-types@4.0.6: resolution: {integrity: sha512-3CBJgT1Bn+r6sH7f4V02gzVjcjHG1It6qaDQs0Tum78ObTkJdsLUKqSIODAeGh3K6BZrWaJKFmYPpAbJsAUu+g==} dependencies: uuid: 3.4.0 dev: false - /altair-fastify-plugin/4.0.6_fastify@3.18.0: + /altair-fastify-plugin@4.0.6(fastify@3.18.0): resolution: {integrity: sha512-hghFfji1wKkrxATgEWMVqy7ydcj/nJ17+dqF56c759pjClEb7KDoXuvgBFwqZRC3K+kx8UklHQWjjuN0Vm1SAA==} peerDependencies: fastify: ^3.1.1 @@ -7465,198 +8631,227 @@ packages: fastify: 3.18.0 fastify-plugin: 2.3.4 fastify-static: 3.4.0 + transitivePeerDependencies: + - supports-color dev: false - /altair-static/4.0.6: + /altair-static@4.0.6: resolution: {integrity: sha512-KDxH8OYUiwz2UWlJy4bhYjaVMhWfQ6OCE2HdIIq8+c/ar+8w4nM5vYI9fQxLbGjkHRn2ukh3pZt8fXm6YqehLQ==} engines: {node: '>= 6.9.1'} dependencies: altair-exported-types: 4.0.6 dev: false - /anser/1.4.9: + /anser@1.4.9: resolution: {integrity: sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==} dev: false - /ansi-align/2.0.0: + /ansi-align@2.0.0: resolution: {integrity: sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=} dependencies: string-width: 2.1.1 - /ansi-align/3.0.0: + /ansi-align@3.0.0: resolution: {integrity: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==} dependencies: string-width: 3.1.0 - /ansi-colors/3.2.4: + /ansi-colors@3.2.4: resolution: {integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==} engines: {node: '>=6'} dev: false - /ansi-colors/4.1.1: + /ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} engines: {node: '>=6'} - /ansi-escapes/3.2.0: + /ansi-escapes@3.2.0: resolution: {integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==} engines: {node: '>=4'} dev: true - /ansi-escapes/4.3.2: + /ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} engines: {node: '>=8'} dependencies: type-fest: 0.21.3 - /ansi-html/0.0.7: + /ansi-fragments@0.2.1: + resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} + dependencies: + colorette: 1.2.2 + slice-ansi: 2.1.0 + strip-ansi: 5.2.0 + dev: false + + /ansi-html@0.0.7: resolution: {integrity: sha1-gTWEAhliqenm/QOflA0S9WynhZ4=} engines: {'0': node >= 0.8.0} hasBin: true dev: false - /ansi-regex/2.1.1: + /ansi-regex@2.1.1: resolution: {integrity: sha1-w7M6te42DYbg5ijwRorn7yfWVN8=} engines: {node: '>=0.10.0'} - /ansi-regex/3.0.0: + /ansi-regex@3.0.0: resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=} engines: {node: '>=4'} - /ansi-regex/4.1.0: + /ansi-regex@4.1.0: resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} engines: {node: '>=6'} - /ansi-regex/5.0.0: + /ansi-regex@5.0.0: resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} engines: {node: '>=8'} - /ansi-styles/2.2.1: + /ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + dev: false + + /ansi-styles@2.2.1: resolution: {integrity: sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=} engines: {node: '>=0.10.0'} dev: true - /ansi-styles/3.2.1: + /ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} dependencies: color-convert: 1.9.3 - /ansi-styles/4.3.0: + /ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} dependencies: color-convert: 2.0.1 - /ansi-styles/5.2.0: + /ansi-styles@5.2.0: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} dev: false - /ansicolors/0.3.2: + /ansicolors@0.3.2: resolution: {integrity: sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=} dev: true - /any-promise/1.3.0: + /any-promise@1.3.0: resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} - /any-shell-escape/0.1.1: + /any-shell-escape@0.1.1: resolution: {integrity: sha1-1Vq5ciRMcaml4asIefML8RCAaVk=} dev: true - /anymatch/2.0.0: + /anymatch@2.0.0: resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: micromatch: 3.1.10 normalize-path: 2.1.1 + transitivePeerDependencies: + - supports-color + + /anymatch@2.0.0(supports-color@6.1.0): + resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} + dependencies: + micromatch: 3.1.10(supports-color@6.1.0) + normalize-path: 2.1.1 + transitivePeerDependencies: + - supports-color + dev: false - /anymatch/3.1.2: + /anymatch@3.1.2: resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.0 - /aproba/1.2.0: + /appdirsjs@1.2.7: + resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==} + dev: false + + /aproba@1.2.0: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} - /arch/2.2.0: + /arch@2.2.0: resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} - /archy/1.0.0: + /archy@1.0.0: resolution: {integrity: sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=} - dev: false - /arg/2.0.0: + /arg@2.0.0: resolution: {integrity: sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==} - /arg/4.1.3: + /arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} - /arg/5.0.0: + /arg@5.0.0: resolution: {integrity: sha512-4P8Zm2H+BRS+c/xX1LrHw0qKpEhdlZjLCgWy+d78T9vqa2Z2SiD2wMrYuWIAFy5IZUD7nnNXroRttz+0RzlrzQ==} dev: false - /argparse/1.0.10: + /argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 - /argparse/2.0.1: + /argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - /aria-hidden/1.1.3: + /aria-hidden@1.1.3: resolution: {integrity: sha512-RhVWFtKH5BiGMycI72q2RAFMLQi8JP9bLuQXgR5a8Znp7P5KOIADSJeyfI8PCVxLEp067B2HbP5JIiI/PXIZeA==} engines: {node: '>=8.5.0'} dependencies: tslib: 1.14.1 dev: false - /aria-query/4.2.2: + /aria-query@4.2.2: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: '@babel/runtime': 7.14.6 '@babel/runtime-corejs3': 7.14.6 - /arity-n/1.0.4: + /arity-n@1.0.4: resolution: {integrity: sha1-2edrEXM+CFacCEeuezmyhgswt0U=} dev: false - /arr-diff/4.0.0: + /arr-diff@4.0.0: resolution: {integrity: sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=} engines: {node: '>=0.10.0'} - /arr-flatten/1.1.0: + /arr-flatten@1.1.0: resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} engines: {node: '>=0.10.0'} - /arr-union/3.1.0: + /arr-union@3.1.0: resolution: {integrity: sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=} engines: {node: '>=0.10.0'} - /array-differ/1.0.0: + /array-differ@1.0.0: resolution: {integrity: sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=} engines: {node: '>=0.10.0'} dev: true - /array-differ/3.0.0: + /array-differ@3.0.0: resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} engines: {node: '>=8'} - /array-find-index/1.0.2: + /array-find-index@1.0.2: resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=} engines: {node: '>=0.10.0'} dev: true - /array-flatten/1.1.1: + /array-flatten@1.1.1: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} dev: false - /array-flatten/2.1.2: + /array-flatten@2.1.2: resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} dev: false - /array-includes/3.1.3: + /array-includes@3.1.3: resolution: {integrity: sha512-gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==} engines: {node: '>= 0.4'} dependencies: @@ -7667,30 +8862,30 @@ packages: is-string: 1.0.6 dev: false - /array-union/1.0.2: + /array-union@1.0.2: resolution: {integrity: sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=} engines: {node: '>=0.10.0'} dependencies: array-uniq: 1.0.3 - /array-union/2.1.0: + /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - /array-uniq/1.0.2: + /array-uniq@1.0.2: resolution: {integrity: sha1-X8w3OSB3VyPP1k1lxkvvU7+eum0=} engines: {node: '>=0.10.0'} dev: false - /array-uniq/1.0.3: + /array-uniq@1.0.3: resolution: {integrity: sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=} engines: {node: '>=0.10.0'} - /array-unique/0.3.2: + /array-unique@0.3.2: resolution: {integrity: sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=} engines: {node: '>=0.10.0'} - /array.prototype.flat/1.2.4: + /array.prototype.flat@1.2.4: resolution: {integrity: sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==} engines: {node: '>= 0.4'} dependencies: @@ -7699,7 +8894,7 @@ packages: es-abstract: 1.18.3 dev: false - /array.prototype.flatmap/1.2.4: + /array.prototype.flatmap@1.2.4: resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} engines: {node: '>= 0.4'} dependencies: @@ -7709,7 +8904,7 @@ packages: function-bind: 1.1.1 dev: false - /array.prototype.map/1.0.3: + /array.prototype.map@1.0.3: resolution: {integrity: sha512-nNcb30v0wfDyIe26Yif3PcV1JXQp4zEeEfupG7L4SRjnD6HLbO5b2a7eVSba53bOx4YCHYMBHt+Fp4vYstneRA==} engines: {node: '>= 0.4'} dependencies: @@ -7719,20 +8914,20 @@ packages: es-array-method-boxes-properly: 1.0.0 is-string: 1.0.6 - /arrify/1.0.1: + /arrify@1.0.1: resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} engines: {node: '>=0.10.0'} dev: true - /arrify/2.0.1: + /arrify@2.0.1: resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} engines: {node: '>=8'} - /asap/2.0.6: + /asap@2.0.6: resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} dev: false - /asn1.js/5.4.1: + /asn1.js@5.4.1: resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} dependencies: bn.js: 4.12.0 @@ -7740,13 +8935,13 @@ packages: minimalistic-assert: 1.0.1 safer-buffer: 2.1.2 - /assert/1.5.0: + /assert@1.5.0: resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} dependencies: object-assign: 4.1.1 util: 0.10.3 - /assert/2.0.0: + /assert@2.0.0: resolution: {integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==} dependencies: es6-object-assign: 1.1.0 @@ -7755,64 +8950,75 @@ packages: util: 0.12.3 dev: false - /assign-symbols/1.0.0: + /assign-symbols@1.0.0: resolution: {integrity: sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=} engines: {node: '>=0.10.0'} - /ast-types-flow/0.0.7: + /ast-types-flow@0.0.7: resolution: {integrity: sha1-9wtzXGvKGlycItmCw+Oef+ujva0=} dev: false - /ast-types/0.13.2: + /ast-types@0.13.2: resolution: {integrity: sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==} engines: {node: '>=4'} dev: false - /astral-regex/2.0.0: + /ast-types@0.15.2: + resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} + engines: {node: '>=4'} + dependencies: + tslib: 2.3.0 + dev: false + + /astral-regex@1.0.0: + resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} + engines: {node: '>=4'} + dev: false + + /astral-regex@2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} dev: false - /async-each/1.0.3: + /async-each@1.0.3: resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} - /async-limiter/1.0.1: + /async-limiter@1.0.1: resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} dev: false - /async/0.9.2: + /async@0.9.2: resolution: {integrity: sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=} dev: true - /async/2.6.3: + /async@2.6.3: resolution: {integrity: sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==} dependencies: lodash: 4.17.21 - /asynckit/0.4.0: + /asynckit@0.4.0: resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} - /at-least-node/1.0.0: + /at-least-node@1.0.0: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} engines: {node: '>= 4.0.0'} dev: false - /atob/2.1.2: + /atob@2.1.2: resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} engines: {node: '>= 4.5.0'} hasBin: true - /atomic-sleep/1.0.0: + /atomic-sleep@1.0.0: resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} engines: {node: '>=8.0.0'} - dev: false - /auto-bind/4.0.0: + /auto-bind@4.0.0: resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==} engines: {node: '>=8'} dev: false - /autoprefixer/10.2.6_postcss@8.3.5: + /autoprefixer@10.2.6(postcss@8.3.5): resolution: {integrity: sha512-8lChSmdU6dCNMCQopIf4Pe5kipkAGj/fvTMslCsih0uHpOrXOPUEVOmYMMqmw3cekQkSD7EhIeuYl5y0BLdKqg==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -7828,7 +9034,7 @@ packages: postcss-value-parser: 4.1.0 dev: false - /autoprefixer/9.8.6: + /autoprefixer@9.8.6: resolution: {integrity: sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==} hasBin: true dependencies: @@ -7841,47 +9047,46 @@ packages: postcss-value-parser: 4.1.0 dev: false - /available-typed-arrays/1.0.4: + /available-typed-arrays@1.0.4: resolution: {integrity: sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==} engines: {node: '>= 0.4'} dev: false - /avvio/7.2.2: + /avvio@7.2.2: resolution: {integrity: sha512-XW2CMCmZaCmCCsIaJaLKxAzPwF37fXi1KGxNOvedOpeisLdmxZnblGc3hpHWYnlP+KOUxZsazh43WXNHgXpbqw==} dependencies: archy: 1.0.0 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) fastq: 1.11.0 queue-microtask: 1.2.3 transitivePeerDependencies: - supports-color - dev: false - /axe-core/4.2.2: + /axe-core@4.2.2: resolution: {integrity: sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==} engines: {node: '>=4'} dev: false - /axios/0.21.1: - resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} - dependencies: - follow-redirects: 1.14.1 - transitivePeerDependencies: - - debug - - /axios/0.21.1_debug@3.2.7: + /axios@0.21.1(debug@3.2.7): resolution: {integrity: sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==} dependencies: - follow-redirects: 1.14.1_debug@3.2.7 + follow-redirects: 1.14.1(debug@3.2.7) transitivePeerDependencies: - debug - dev: true - /axobject-query/2.2.0: + /axobject-query@2.2.0: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: false - /babel-eslint/10.1.0_eslint@7.29.0: + /babel-core@7.0.0-bridge.0(@babel/core@7.14.6): + resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.6 + dev: false + + /babel-eslint@10.1.0(eslint@7.29.0): resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} engines: {node: '>=6'} deprecated: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. @@ -7899,14 +9104,14 @@ packages: - supports-color dev: false - /babel-extract-comments/1.0.0: + /babel-extract-comments@1.0.0: resolution: {integrity: sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==} engines: {node: '>=4'} dependencies: babylon: 6.18.0 dev: false - /babel-jest/26.6.3_@babel+core@7.12.3: + /babel-jest@26.6.3(@babel/core@7.12.3): resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -7917,7 +9122,7 @@ packages: '@jest/types': 26.6.2 '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.12.3 + babel-preset-jest: 26.6.2(@babel/core@7.12.3) chalk: 4.1.1 graceful-fs: 4.2.6 slash: 3.0.0 @@ -7925,7 +9130,7 @@ packages: - supports-color dev: false - /babel-jest/26.6.3_@babel+core@7.14.6: + /babel-jest@26.6.3(@babel/core@7.14.6): resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -7936,14 +9141,14 @@ packages: '@jest/types': 26.6.2 '@types/babel__core': 7.1.14 babel-plugin-istanbul: 6.0.0 - babel-preset-jest: 26.6.2_@babel+core@7.14.6 + babel-preset-jest: 26.6.2(@babel/core@7.14.6) chalk: 4.1.1 graceful-fs: 4.2.6 slash: 3.0.0 transitivePeerDependencies: - supports-color - /babel-loader/8.1.0_427212bc1158d185e577033f19ca0757: + /babel-loader@8.1.0(@babel/core@7.12.3)(webpack@4.44.2): resolution: {integrity: sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==} engines: {node: '>= 6.9'} peerDependencies: @@ -7959,7 +9164,7 @@ packages: webpack: 4.44.2 dev: false - /babel-loader/8.2.2_45ce778302d7701309b6da7f1a1707f7: + /babel-loader@8.2.2(@babel/core@7.14.6)(webpack@5.39.1): resolution: {integrity: sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==} engines: {node: '>= 8.9'} peerDependencies: @@ -7974,7 +9179,7 @@ packages: webpack: 5.39.1 dev: false - /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9: + /babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.12.9): resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==} peerDependencies: '@babel/core': ^7.11.6 @@ -7984,25 +9189,25 @@ packages: '@mdx-js/util': 1.6.22 dev: false - /babel-plugin-dynamic-import-node/2.3.0: + /babel-plugin-dynamic-import-node@2.3.0: resolution: {integrity: sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==} dependencies: object.assign: 4.1.2 dev: false - /babel-plugin-dynamic-import-node/2.3.3: + /babel-plugin-dynamic-import-node@2.3.3: resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} dependencies: object.assign: 4.1.2 dev: false - /babel-plugin-extract-import-names/1.6.22: + /babel-plugin-extract-import-names@1.6.22: resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==} dependencies: '@babel/helper-plugin-utils': 7.10.4 dev: false - /babel-plugin-istanbul/6.0.0: + /babel-plugin-istanbul@6.0.0: resolution: {integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==} engines: {node: '>=8'} dependencies: @@ -8014,7 +9219,7 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-jest-hoist/26.6.2: + /babel-plugin-jest-hoist@26.6.2: resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} engines: {node: '>= 10.14.2'} dependencies: @@ -8023,7 +9228,7 @@ packages: '@types/babel__core': 7.1.14 '@types/babel__traverse': 7.11.1 - /babel-plugin-macros/2.8.0: + /babel-plugin-macros@2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: '@babel/runtime': 7.14.6 @@ -8031,7 +9236,7 @@ packages: resolve: 1.20.0 dev: false - /babel-plugin-named-asset-import/0.3.7_@babel+core@7.12.3: + /babel-plugin-named-asset-import@0.3.7(@babel/core@7.12.3): resolution: {integrity: sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw==} peerDependencies: '@babel/core': ^7.1.0 @@ -8039,142 +9244,150 @@ packages: '@babel/core': 7.12.3 dev: false - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.14.6: + /babel-plugin-polyfill-corejs2@0.2.2(@babel/core@7.14.6): resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.14.5 '@babel/core': 7.14.6 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.6 + '@babel/helper-define-polyfill-provider': 0.2.3(@babel/core@7.14.6) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.2.3_@babel+core@7.14.6: + /babel-plugin-polyfill-corejs3@0.2.3(@babel/core@7.14.6): resolution: {integrity: sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.6 + '@babel/helper-define-polyfill-provider': 0.2.3(@babel/core@7.14.6) core-js-compat: 3.15.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.14.6: + /babel-plugin-polyfill-regenerator@0.2.2(@babel/core@7.14.6): resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.14.6 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.6 + '@babel/helper-define-polyfill-provider': 0.2.3(@babel/core@7.14.6) transitivePeerDependencies: - supports-color dev: false - /babel-plugin-syntax-jsx/6.18.0: + /babel-plugin-syntax-jsx@6.18.0: resolution: {integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=} dev: false - /babel-plugin-syntax-object-rest-spread/6.13.0: + /babel-plugin-syntax-object-rest-spread@6.13.0: resolution: {integrity: sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=} dev: false - /babel-plugin-syntax-trailing-function-commas/7.0.0-beta.0: + /babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} dev: false - /babel-plugin-transform-object-rest-spread/6.26.0: + /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.14.6): + resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} + dependencies: + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.14.6) + transitivePeerDependencies: + - '@babel/core' + dev: false + + /babel-plugin-transform-object-rest-spread@6.26.0: resolution: {integrity: sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=} dependencies: babel-plugin-syntax-object-rest-spread: 6.13.0 babel-runtime: 6.26.0 dev: false - /babel-plugin-transform-react-remove-prop-types/0.4.24: + /babel-plugin-transform-react-remove-prop-types@0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.12.3: + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.12.3): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.12.3 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.12.3 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.12.3 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.12.3 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.12.3 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.12.3 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.12.3 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.12.3 - dev: false - - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.14.6: + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.3) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.12.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.12.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.12.3) + dev: false + + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.14.6): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.14.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.6 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.6 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.14.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.14.6 - - /babel-preset-fbjs/3.4.0_@babel+core@7.14.6: + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.14.6) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.14.6) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.14.6) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.14.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.14.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.14.6) + + /babel-preset-fbjs@3.4.0(@babel/core@7.14.6): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.14.6 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-proposal-object-rest-spread': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.6 - '@babel/plugin-syntax-flow': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-block-scoping': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-classes': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-destructuring': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-flow-strip-types': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-modules-commonjs': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-react-display-name': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-react-jsx': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.14.6 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.14.6 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-class-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-object-rest-spread': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.14.6) + '@babel/plugin-syntax-flow': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-syntax-jsx': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.14.6) + '@babel/plugin-transform-arrow-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-block-scoped-functions': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-block-scoping': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-classes': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-computed-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-destructuring': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-flow-strip-types': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-for-of': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-function-name': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-member-expression-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-commonjs': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-object-super': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-parameters': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-property-literals': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-display-name': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-react-jsx': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-shorthand-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-spread': 7.14.6(@babel/core@7.14.6) + '@babel/plugin-transform-template-literals': 7.14.5(@babel/core@7.14.6) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color dev: false - /babel-preset-jest/26.6.2_@babel+core@7.12.3: + /babel-preset-jest@26.6.2(@babel/core@7.12.3): resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -8182,10 +9395,10 @@ packages: dependencies: '@babel/core': 7.12.3 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.12.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.12.3) dev: false - /babel-preset-jest/26.6.2_@babel+core@7.14.6: + /babel-preset-jest@26.6.2(@babel/core@7.14.6): resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -8193,23 +9406,24 @@ packages: dependencies: '@babel/core': 7.14.6 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.14.6 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.14.6) - /babel-preset-react-app/10.0.0: + /babel-preset-react-app@10.0.0: resolution: {integrity: sha512-itL2z8v16khpuKutx5IH8UdCdSTuzrOhRFTEdIhveZ2i1iBKDrVE0ATa4sFVy+02GLucZNVBWtoarXBy0Msdpg==} dependencies: '@babel/core': 7.12.3 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-decorators': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-numeric-separator': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-transform-flow-strip-types': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-transform-react-display-name': 7.12.1_@babel+core@7.12.3 - '@babel/plugin-transform-runtime': 7.12.1_@babel+core@7.12.3 - '@babel/preset-env': 7.12.1_@babel+core@7.12.3 - '@babel/preset-react': 7.12.1_@babel+core@7.12.3 - '@babel/preset-typescript': 7.12.1_@babel+core@7.12.3 + '@babel/plugin-proposal-class-properties': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-decorators': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-numeric-separator': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-optional-chaining': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.12.3) + '@babel/plugin-transform-flow-strip-types': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-transform-react-display-name': 7.12.1(@babel/core@7.12.3) + '@babel/plugin-transform-runtime': 7.12.1(@babel/core@7.12.3) + '@babel/preset-env': 7.12.1(@babel/core@7.12.3) + '@babel/preset-react': 7.12.1(@babel/core@7.12.3) + '@babel/preset-typescript': 7.12.1(@babel/core@7.12.3) '@babel/runtime': 7.12.1 babel-plugin-macros: 2.8.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 @@ -8217,25 +9431,32 @@ packages: - supports-color dev: false - /babel-runtime/6.26.0: + /babel-runtime@6.26.0: resolution: {integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4=} dependencies: core-js: 2.6.12 regenerator-runtime: 0.11.1 - /babylon/6.18.0: + /babylon@6.18.0: resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} hasBin: true dev: false - /bail/1.0.5: + /bail@1.0.5: resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==} dev: false - /balanced-match/1.0.2: + /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - /base/0.11.2: + /base16@1.0.0: + resolution: {integrity: sha1-4pf2DX7BAUp6lxo568ipjAtoHnA=} + dev: false + + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + /base@0.11.2: resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} engines: {node: '>=0.10.0'} dependencies: @@ -8247,29 +9468,22 @@ packages: mixin-deep: 1.3.2 pascalcase: 0.1.1 - /base16/1.0.0: - resolution: {integrity: sha1-4pf2DX7BAUp6lxo568ipjAtoHnA=} - dev: false - - /base64-js/1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - - /batch/0.6.1: + /batch@0.6.1: resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} dev: false - /before-after-hook/2.2.2: + /before-after-hook@2.2.2: resolution: {integrity: sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==} dev: true - /better-path-resolve/1.0.0: + /better-path-resolve@1.0.0: resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} engines: {node: '>=4'} dependencies: is-windows: 1.0.2 dev: true - /bfj/7.0.2: + /bfj@7.0.2: resolution: {integrity: sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==} engines: {node: '>= 8.0.0'} dependencies: @@ -8279,86 +9493,69 @@ packages: tryer: 1.0.1 dev: false - /big.js/5.2.2: + /big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - /binary-extensions/1.13.1: + /binary-extensions@1.13.1: resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} engines: {node: '>=0.10.0'} - /binary-extensions/2.2.0: + /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - /binaryextensions/2.3.0: + /binaryextensions@2.3.0: resolution: {integrity: sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg==} engines: {node: '>=0.8'} dev: true - /bindings/1.5.0: + /bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} + requiresBuild: true dependencies: file-uri-to-path: 1.0.0 optional: true - /bl/4.1.0: + /bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.0 - dev: true - /bluebird/3.7.2: + /bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - /bn.js/4.12.0: + /bn.js@4.12.0: resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} - /bn.js/5.2.0: + /bn.js@5.2.0: resolution: {integrity: sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==} - /bob-esbuild-cli/0.1.27_83f53b0a0c5616d3fa00ed4e30b9ce1b: - resolution: {integrity: sha512-l3Hv3BRdlMZlqV+k2QPIu1/eYwiYE2x46W4SyJvEvJAslzFdeULzhZi7tlfbd9DzUYhis7Y0oEUzIdBydv7agw==} - engines: {node: '>=12.0.0'} - hasBin: true - dependencies: - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 - '@oclif/errors': 1.3.4 - '@oclif/parser': 3.8.5 - '@oclif/plugin-help': 3.2.2 - bob-esbuild: 0.1.27_83f53b0a0c5616d3fa00ed4e30b9ce1b - transitivePeerDependencies: - - '@types/node' - - supports-color - - typescript - dev: true - - /bob-esbuild-cli/0.1.27_typescript@4.3.4: + /bob-esbuild-cli@0.1.27(@types/node@15.12.4)(typescript@4.3.4): resolution: {integrity: sha512-l3Hv3BRdlMZlqV+k2QPIu1/eYwiYE2x46W4SyJvEvJAslzFdeULzhZi7tlfbd9DzUYhis7Y0oEUzIdBydv7agw==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0) + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 '@oclif/parser': 3.8.5 '@oclif/plugin-help': 3.2.2 - bob-esbuild: 0.1.27_typescript@4.3.4 + bob-esbuild: 0.1.27(@types/node@15.12.4)(typescript@4.3.4) transitivePeerDependencies: - '@types/node' - supports-color - typescript dev: true - /bob-esbuild-plugin/0.1.21_9022d103f94e2b660de7f3613965ffe2: + /bob-esbuild-plugin@0.1.21(@types/node@15.12.4)(rollup@2.52.1): resolution: {integrity: sha512-EKA95lpeKpmfG0AnDXOHsTtc73n/Eqhnrdom1eNbzPN/CIiWwRMV+2pMYeLjNxNJ7kWzB81Fsqa4UULe7Ra9QQ==} peerDependencies: - '@types/node': ^15.6.1 + '@types/node': ^15.12.4 rollup: ^2.50.3 dependencies: - '@rollup/pluginutils': 4.1.0_rollup@2.52.1 + '@rollup/pluginutils': 4.1.0(rollup@2.52.1) '@types/node': 15.12.4 esbuild: 0.12.9 joycon: 3.0.1 @@ -8366,26 +9563,13 @@ packages: rollup: 2.52.1 dev: true - /bob-esbuild-plugin/0.1.21_rollup@2.52.1: - resolution: {integrity: sha512-EKA95lpeKpmfG0AnDXOHsTtc73n/Eqhnrdom1eNbzPN/CIiWwRMV+2pMYeLjNxNJ7kWzB81Fsqa4UULe7Ra9QQ==} - peerDependencies: - '@types/node': ^15.6.1 - rollup: ^2.50.3 - dependencies: - '@rollup/pluginutils': 4.1.0_rollup@2.52.1 - esbuild: 0.12.9 - joycon: 3.0.1 - jsonc-parser: 3.0.0 - rollup: 2.52.1 - dev: true - - /bob-esbuild/0.1.27_83f53b0a0c5616d3fa00ed4e30b9ce1b: + /bob-esbuild@0.1.27(@types/node@15.12.4)(typescript@4.3.4): resolution: {integrity: sha512-N+Hwganwx5rKjTjtmamKjuOJ3A9bFB7dMU9t6rbtMj9VQ7z135/r5gWe6PHqdpU3DwMbnUFHZnvmAmJe9ji8Hw==} peerDependencies: - typescript: ^4.3.3 + typescript: ^4.2.4 dependencies: '@pnpm/exportable-manifest': 2.1.4 - bob-esbuild-plugin: 0.1.21_9022d103f94e2b660de7f3613965ffe2 + bob-esbuild-plugin: 0.1.21(@types/node@15.12.4)(rollup@2.52.1) builtin-modules: 3.2.0 chalk: 4.1.1 cosmiconfig: 7.0.0 @@ -8400,7 +9584,7 @@ packages: rimraf: 3.0.2 rollup: 2.52.1 rollup-plugin-delete: 2.0.0 - rollup-plugin-node-externals: 2.2.0_builtin-modules@3.2.0 + rollup-plugin-node-externals: 2.2.0(builtin-modules@3.2.0) sucrase: 3.18.2 tree-kill: 1.2.2 tsconfig: 7.0.0 @@ -8410,44 +9594,31 @@ packages: - supports-color dev: true - /bob-esbuild/0.1.27_typescript@4.3.4: - resolution: {integrity: sha512-N+Hwganwx5rKjTjtmamKjuOJ3A9bFB7dMU9t6rbtMj9VQ7z135/r5gWe6PHqdpU3DwMbnUFHZnvmAmJe9ji8Hw==} - peerDependencies: - typescript: ^4.3.3 + /body-parser@1.19.0: + resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} + engines: {node: '>= 0.8'} dependencies: - '@pnpm/exportable-manifest': 2.1.4 - bob-esbuild-plugin: 0.1.21_rollup@2.52.1 - builtin-modules: 3.2.0 - chalk: 4.1.1 - cosmiconfig: 7.0.0 - date-fns: 2.22.1 - esbuild: 0.12.9 - execa: 5.1.1 - folder-hash: 4.0.1 - fs-extra: 10.0.0 - globby: 11.0.4 - lodash.get: 4.4.2 - oclif: 1.18.0 - rimraf: 3.0.2 - rollup: 2.52.1 - rollup-plugin-delete: 2.0.0 - rollup-plugin-node-externals: 2.2.0_builtin-modules@3.2.0 - sucrase: 3.18.2 - tree-kill: 1.2.2 - tsconfig: 7.0.0 - typescript: 4.3.4 + bytes: 3.1.0 + content-type: 1.0.4 + debug: 2.6.9(supports-color@5.5.0) + depd: 1.1.2 + http-errors: 1.7.2 + iconv-lite: 0.4.24 + on-finished: 2.3.0 + qs: 6.7.0 + raw-body: 2.4.0 + type-is: 1.6.18 transitivePeerDependencies: - - '@types/node' - supports-color - dev: true + dev: false - /body-parser/1.19.0: + /body-parser@1.19.0(supports-color@6.1.0): resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} engines: {node: '>= 0.8'} dependencies: bytes: 3.1.0 content-type: 1.0.4 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) depd: 1.1.2 http-errors: 1.7.2 iconv-lite: 0.4.24 @@ -8455,9 +9626,11 @@ packages: qs: 6.7.0 raw-body: 2.4.0 type-is: 1.6.18 + transitivePeerDependencies: + - supports-color dev: false - /bonjour/3.5.0: + /bonjour@3.5.0: resolution: {integrity: sha1-jokKGD2O6aI5OzhExpGkK897yfU=} dependencies: array-flatten: 2.1.2 @@ -8468,10 +9641,10 @@ packages: multicast-dns-service-types: 1.1.0 dev: false - /boolbase/1.0.0: + /boolbase@1.0.0: resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} - /boxen/1.3.0: + /boxen@1.3.0: resolution: {integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==} engines: {node: '>=4'} dependencies: @@ -8483,7 +9656,7 @@ packages: term-size: 1.2.0 widest-line: 2.0.1 - /boxen/4.2.0: + /boxen@4.2.0: resolution: {integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==} engines: {node: '>=8'} dependencies: @@ -8496,7 +9669,7 @@ packages: type-fest: 0.8.1 widest-line: 3.1.0 - /boxen/5.0.1: + /boxen@5.0.1: resolution: {integrity: sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==} engines: {node: '>=10'} dependencies: @@ -8510,13 +9683,13 @@ packages: wrap-ansi: 7.0.0 dev: false - /brace-expansion/1.1.11: + /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - /braces/2.3.2: + /braces@2.3.2: resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} dependencies: @@ -8530,26 +9703,46 @@ packages: snapdragon-node: 2.1.1 split-string: 3.1.0 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + /braces@2.3.2(supports-color@6.1.0): + resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} + engines: {node: '>=0.10.0'} + dependencies: + arr-flatten: 1.1.0 + array-unique: 0.3.2 + extend-shallow: 2.0.1 + fill-range: 4.0.0 + isobject: 3.0.1 + repeat-element: 1.1.4 + snapdragon: 0.8.2(supports-color@6.1.0) + snapdragon-node: 2.1.1 + split-string: 3.1.0 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: false - /braces/3.0.2: + /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} dependencies: fill-range: 7.0.1 - /breakword/1.0.5: + /breakword@1.0.5: resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} dependencies: wcwidth: 1.0.1 dev: true - /brorand/1.1.0: + /brorand@1.1.0: resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} - /browser-process-hrtime/1.0.0: + /browser-process-hrtime@1.0.0: resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} - /browserify-aes/1.2.0: + /browserify-aes@1.2.0: resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} dependencies: buffer-xor: 1.0.3 @@ -8559,14 +9752,14 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 - /browserify-cipher/1.0.1: + /browserify-cipher@1.0.1: resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} dependencies: browserify-aes: 1.2.0 browserify-des: 1.0.2 evp_bytestokey: 1.0.3 - /browserify-des/1.0.2: + /browserify-des@1.0.2: resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} dependencies: cipher-base: 1.0.4 @@ -8574,13 +9767,13 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 - /browserify-rsa/4.1.0: + /browserify-rsa@4.1.0: resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} dependencies: bn.js: 5.2.0 randombytes: 2.1.0 - /browserify-sign/4.2.1: + /browserify-sign@4.2.1: resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} dependencies: bn.js: 5.2.0 @@ -8593,12 +9786,12 @@ packages: readable-stream: 3.6.0 safe-buffer: 5.2.1 - /browserify-zlib/0.2.0: + /browserify-zlib@0.2.0: resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} dependencies: pako: 1.0.11 - /browserslist/4.14.2: + /browserslist@4.14.2: resolution: {integrity: sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -8609,7 +9802,7 @@ packages: node-releases: 1.1.73 dev: false - /browserslist/4.16.6: + /browserslist@4.16.6: resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -8620,104 +9813,113 @@ packages: escalade: 3.1.1 node-releases: 1.1.73 - /bs-logger/0.2.6: + /browserslist@4.23.0: + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001588 + electron-to-chromium: 1.4.673 + node-releases: 2.0.14 + update-browserslist-db: 1.0.13(browserslist@4.23.0) + dev: false + + /bs-logger@0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} engines: {node: '>= 6'} dependencies: fast-json-stable-stringify: 2.1.0 dev: false - /bser/2.1.1: + /bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: node-int64: 0.4.0 - /buffer-alloc-unsafe/1.1.0: + /buffer-alloc-unsafe@1.1.0: resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} dev: true - /buffer-alloc/1.2.0: + /buffer-alloc@1.2.0: resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} dependencies: buffer-alloc-unsafe: 1.1.0 buffer-fill: 1.0.0 dev: true - /buffer-fill/1.0.0: + /buffer-fill@1.0.0: resolution: {integrity: sha1-+PeLdniYiO858gXNY39o5wISKyw=} dev: true - /buffer-from/1.1.1: + /buffer-from@1.1.1: resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==} - /buffer-indexof/1.1.1: + /buffer-indexof@1.1.1: resolution: {integrity: sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==} dev: false - /buffer-xor/1.0.3: + /buffer-xor@1.0.3: resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} - /buffer/4.9.2: + /buffer@4.9.2: resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 isarray: 1.0.0 - /buffer/5.6.0: + /buffer@5.6.0: resolution: {integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false - /buffer/5.7.1: + /buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: true - /bufferutil/4.0.3: + /bufferutil@4.0.3: resolution: {integrity: sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==} requiresBuild: true dependencies: node-gyp-build: 4.2.3 - dev: false - /builtin-modules/3.2.0: + /builtin-modules@3.2.0: resolution: {integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==} engines: {node: '>=6'} - /builtin-status-codes/3.0.0: + /builtin-status-codes@3.0.0: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} - /busboy/0.3.1: + /busboy@0.3.1: resolution: {integrity: sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==} engines: {node: '>=4.5.0'} dependencies: dicer: 0.3.0 dev: false - /bytes-iec/3.1.1: + /bytes-iec@3.1.1: resolution: {integrity: sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==} engines: {node: '>= 0.8'} dev: true - /bytes/3.0.0: + /bytes@3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} - /bytes/3.1.0: + /bytes@3.1.0: resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} engines: {node: '>= 0.8'} dev: false - /cac/6.7.3: + /cac@6.7.3: resolution: {integrity: sha512-ECVqVZh74qgSuZG9YOt2OJPI3wGcf+EwwuF/XIOYqZBD0KZYLtgPWqFPxmDPQ6joxI1nOlvVgRV6VT53Ooyocg==} engines: {node: '>=8'} - /cacache/12.0.4: + /cacache@12.0.4: resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} dependencies: bluebird: 3.7.2 @@ -8730,13 +9932,13 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.5 move-concurrently: 1.0.1 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 y18n: 4.0.3 - /cacache/15.2.0: + /cacache@15.2.0: resolution: {integrity: sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==} engines: {node: '>= 10'} dependencies: @@ -8752,14 +9954,16 @@ packages: minipass-pipeline: 1.2.4 mkdirp: 1.0.4 p-map: 4.0.0 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 3.0.2 ssri: 8.0.1 tar: 6.1.0 unique-filename: 1.1.1 + transitivePeerDependencies: + - bluebird dev: false - /cache-base/1.0.1: + /cache-base@1.0.1: resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} engines: {node: '>=0.10.0'} dependencies: @@ -8773,7 +9977,7 @@ packages: union-value: 1.0.1 unset-value: 1.0.0 - /cacheable-request/6.1.0: + /cacheable-request@6.1.0: resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==} engines: {node: '>=8'} dependencies: @@ -8785,52 +9989,52 @@ packages: normalize-url: 4.5.1 responselike: 1.0.2 - /call-bind/1.0.2: + /call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 get-intrinsic: 1.1.1 - /call-me-maybe/1.0.1: + /call-me-maybe@1.0.1: resolution: {integrity: sha1-JtII6onje1y95gJQoV8DHBak1ms=} dev: true - /caller-callsite/2.0.0: + /caller-callsite@2.0.0: resolution: {integrity: sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=} engines: {node: '>=4'} dependencies: callsites: 2.0.0 dev: false - /caller-path/2.0.0: + /caller-path@2.0.0: resolution: {integrity: sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=} engines: {node: '>=4'} dependencies: caller-callsite: 2.0.0 dev: false - /callsites/2.0.0: + /callsites@2.0.0: resolution: {integrity: sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=} engines: {node: '>=4'} dev: false - /callsites/3.1.0: + /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - /camel-case/4.1.2: + /camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 tslib: 2.3.0 dev: false - /camelcase-css/2.0.1: + /camelcase-css@2.0.1: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} engines: {node: '>= 6'} dev: false - /camelcase-keys/2.1.0: + /camelcase-keys@2.1.0: resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=} engines: {node: '>=0.10.0'} dependencies: @@ -8838,7 +10042,7 @@ packages: map-obj: 1.0.1 dev: true - /camelcase-keys/6.2.2: + /camelcase-keys@6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} dependencies: @@ -8847,24 +10051,24 @@ packages: quick-lru: 4.0.1 dev: true - /camelcase/2.1.1: + /camelcase@2.1.1: resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=} engines: {node: '>=0.10.0'} dev: true - /camelcase/4.1.0: + /camelcase@4.1.0: resolution: {integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=} engines: {node: '>=4'} - /camelcase/5.3.1: + /camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - /camelcase/6.2.0: + /camelcase@6.2.0: resolution: {integrity: sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==} engines: {node: '>=10'} - /caniuse-api/3.0.0: + /caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.16.6 @@ -8872,10 +10076,14 @@ packages: lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001239: + /caniuse-lite@1.0.30001239: resolution: {integrity: sha512-cyBkXJDMeI4wthy8xJ2FvDU6+0dtcZSJW3voUF8+e9f1bBeuvyZfc3PNbkOETyhbR+dGCPzn9E7MA3iwzusOhQ==} - /capital-case/1.0.4: + /caniuse-lite@1.0.30001588: + resolution: {integrity: sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ==} + dev: false + + /capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: no-case: 3.0.4 @@ -8883,18 +10091,18 @@ packages: upper-case-first: 2.0.2 dev: false - /capture-exit/2.0.0: + /capture-exit@2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: rsvp: 4.8.5 - /capture-stack-trace/1.0.1: + /capture-stack-trace@1.0.1: resolution: {integrity: sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==} engines: {node: '>=0.10.0'} dev: true - /cardinal/2.1.1: + /cardinal@2.1.1: resolution: {integrity: sha1-fMEFXYItISlU0HsIXeolHMe8VQU=} hasBin: true dependencies: @@ -8902,17 +10110,17 @@ packages: redeyed: 2.1.1 dev: true - /case-sensitive-paths-webpack-plugin/2.3.0: + /case-sensitive-paths-webpack-plugin@2.3.0: resolution: {integrity: sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==} engines: {node: '>=4'} dev: false - /ccount/1.1.0: + /ccount@1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: false - /chalk/1.1.3: - resolution: {integrity: sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=} + /chalk@1.1.3: + resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} engines: {node: '>=0.10.0'} dependencies: ansi-styles: 2.2.1 @@ -8922,7 +10130,7 @@ packages: supports-color: 2.0.0 dev: true - /chalk/2.4.1: + /chalk@2.4.1: resolution: {integrity: sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==} engines: {node: '>=4'} dependencies: @@ -8930,7 +10138,7 @@ packages: escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk/2.4.2: + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} dependencies: @@ -8938,14 +10146,14 @@ packages: escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk/3.0.0: + /chalk@3.0.0: resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} engines: {node: '>=8'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk/4.0.0: + /chalk@4.0.0: resolution: {integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==} engines: {node: '>=10'} dependencies: @@ -8953,14 +10161,22 @@ packages: supports-color: 7.2.0 dev: false - /chalk/4.1.1: + /chalk@4.1.1: resolution: {integrity: sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==} engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - /change-case-all/1.0.14: + /chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: false + + /change-case-all@1.0.14: resolution: {integrity: sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==} dependencies: change-case: 4.1.2 @@ -8975,7 +10191,7 @@ packages: upper-case-first: 2.0.2 dev: false - /change-case/4.1.2: + /change-case@4.1.2: resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} dependencies: camel-case: 4.1.2 @@ -8992,7 +10208,7 @@ packages: tslib: 2.3.0 dev: false - /changesets-github-release/0.0.1: + /changesets-github-release@0.0.1: resolution: {integrity: sha512-/OjZHmvfp69UHqPkQCBYxMBibJ0DrXfM8WGK3ff1mcXI+ia2yrfC0h8xcjZGwLOaCK7bS2K7XQidCKQIOfh/Uw==} hasBin: true dependencies: @@ -9002,31 +10218,31 @@ packages: github-release-cli: 2.0.0 dev: true - /char-regex/1.0.2: + /char-regex@1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} - /character-entities-legacy/1.1.4: + /character-entities-legacy@1.1.4: resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} dev: false - /character-entities/1.2.4: + /character-entities@1.2.4: resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} dev: false - /character-reference-invalid/1.1.4: + /character-reference-invalid@1.1.4: resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} dev: false - /chardet/0.7.0: + /chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: true - /check-types/11.1.2: + /check-types@11.1.2: resolution: {integrity: sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==} dev: false - /cheerio/0.22.0: + /cheerio@0.22.0: resolution: {integrity: sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=} engines: {node: '>= 0.6'} dependencies: @@ -9048,7 +10264,7 @@ packages: lodash.some: 4.6.0 dev: false - /chokidar/2.1.8: + /chokidar@2.1.8: resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. dependencies: @@ -9065,8 +10281,32 @@ packages: upath: 1.2.0 optionalDependencies: fsevents: 1.2.13 + transitivePeerDependencies: + - supports-color + optional: true + + /chokidar@2.1.8(supports-color@6.1.0): + resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} + deprecated: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. + dependencies: + anymatch: 2.0.0(supports-color@6.1.0) + async-each: 1.0.3 + braces: 2.3.2(supports-color@6.1.0) + glob-parent: 3.1.0 + inherits: 2.0.4 + is-binary-path: 1.0.1 + is-glob: 4.0.1 + normalize-path: 3.0.0 + path-is-absolute: 1.0.1 + readdirp: 2.2.1(supports-color@6.1.0) + upath: 1.2.0 + optionalDependencies: + fsevents: 1.2.13 + transitivePeerDependencies: + - supports-color + dev: false - /chokidar/3.5.1: + /chokidar@3.5.1: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} dependencies: @@ -9081,7 +10321,7 @@ packages: fsevents: 2.3.2 dev: false - /chokidar/3.5.2: + /chokidar@3.5.2: resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} engines: {node: '>= 8.10.0'} dependencies: @@ -9095,39 +10335,65 @@ packages: optionalDependencies: fsevents: 2.3.2 - /chownr/1.1.4: + /chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - /chownr/2.0.0: + /chownr@2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} engines: {node: '>=10'} dev: false - /chrome-trace-event/1.0.3: + /chrome-launcher@0.15.2: + resolution: {integrity: sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==} + engines: {node: '>=12.13.0'} + hasBin: true + dependencies: + '@types/node': 15.12.4 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + transitivePeerDependencies: + - supports-color + dev: false + + /chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} - /ci-info/2.0.0: + /chromium-edge-launcher@1.0.0: + resolution: {integrity: sha512-pgtgjNKZ7i5U++1g1PWv75umkHvhVTDOQIZ+sjeUX9483S7Y6MUvO0lrd7ShGlQlFHMN4SwKTCq/X8hWrbv2KA==} + dependencies: + '@types/node': 15.12.4 + escape-string-regexp: 4.0.0 + is-wsl: 2.2.0 + lighthouse-logger: 1.4.2 + mkdirp: 1.0.4 + rimraf: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: false + + /ci-info@2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} - /ci-info/3.2.0: + /ci-info@3.2.0: resolution: {integrity: sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==} dev: false - /ci-job-number/1.2.2: + /ci-job-number@1.2.2: resolution: {integrity: sha512-CLOGsVDrVamzv8sXJGaILUVI6dsuAkouJP/n6t+OxLPeeA4DDby7zn9SB6EUpa1H7oIKoE+rMmkW80zYsFfUjA==} dev: true - /cipher-base/1.0.4: + /cipher-base@1.0.4: resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - /cjs-module-lexer/0.6.0: + /cjs-module-lexer@0.6.0: resolution: {integrity: sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==} - /class-utils/0.3.6: + /class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} engines: {node: '>=0.10.0'} dependencies: @@ -9136,51 +10402,50 @@ packages: isobject: 3.0.1 static-extend: 0.1.2 - /classnames/2.2.6: + /classnames@2.2.6: resolution: {integrity: sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==} dev: false - /clean-css/4.2.3: + /clean-css@4.2.3: resolution: {integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==} engines: {node: '>= 4.0'} dependencies: source-map: 0.6.1 dev: false - /clean-css/5.1.2: + /clean-css@5.1.2: resolution: {integrity: sha512-QcaGg9OuMo+0Ds933yLOY+gHPWbxhxqF0HDexmToPf8pczvmvZGYzd+QqWp9/mkucAOKViI+dSFOqoZIvXbeBw==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 dev: false - /clean-stack/2.2.0: + /clean-stack@2.2.0: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} - /clean-stack/3.0.1: + /clean-stack@3.0.1: resolution: {integrity: sha512-lR9wNiMRcVQjSB3a7xXGLuz4cr4wJuuXlaAEbRutGowQTmlp7R72/DOgN21e8jdwblMWl9UOJMJXarX94pzKdg==} engines: {node: '>=10'} dependencies: escape-string-regexp: 4.0.0 dev: true - /cli-boxes/1.0.0: + /cli-boxes@1.0.0: resolution: {integrity: sha1-T6kXw+WclKAEzWH47lCdplFocUM=} engines: {node: '>=0.10.0'} - /cli-boxes/2.2.1: + /cli-boxes@2.2.1: resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} engines: {node: '>=6'} - /cli-cursor/3.1.0: + /cli-cursor@3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 - dev: true - /cli-progress/3.9.0: + /cli-progress@3.9.0: resolution: {integrity: sha512-g7rLWfhAo/7pF+a/STFH/xPyosaL1zgADhI0OM83hl3c7S43iGvJWEAV2QuDOnQ8i6EMBj/u4+NTd0d5L+4JfA==} engines: {node: '>=4'} dependencies: @@ -9188,19 +10453,18 @@ packages: string-width: 4.2.2 dev: true - /cli-spinners/2.6.0: + /cli-spinners@2.6.0: resolution: {integrity: sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==} engines: {node: '>=6'} - dev: true - /cli-table/0.3.6: + /cli-table@0.3.6: resolution: {integrity: sha512-ZkNZbnZjKERTY5NwC2SeMeLeifSPq/pubeRoTpdr3WchLlnZg6hEgvHkK5zL7KNFdd9PmHN8lxrENUwI3cE8vQ==} engines: {node: '>= 0.2.0'} dependencies: colors: 1.0.3 dev: true - /cli-ux/4.9.3: + /cli-ux@4.9.3: resolution: {integrity: sha512-/1owvF0SZ5Gn54cgrikJ0QskgTzeg30HGjkmjFoaHDJzAqFpuX1DBpFR8aLvsE1J5s9MgeYRENQK4BFwOag5VA==} engines: {node: '>=8.0.0'} dependencies: @@ -9227,11 +10491,11 @@ packages: tslib: 1.14.1 dev: true - /cli-ux/5.5.1: + /cli-ux@5.5.1(@oclif/config@1.17.0): resolution: {integrity: sha512-t3DT1U1C3rArLGYLpKa3m9dr/8uKZRI8HRm/rXKL7UTjm4c+Yd9zHNWg1tP8uaJkUbhmvx5SQHwb3VWpPUVdHQ==} engines: {node: '>=8.0.0'} dependencies: - '@oclif/command': 1.8.0_supports-color@7.2.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0)(supports-color@7.2.0) '@oclif/errors': 1.3.4 '@oclif/linewrap': 1.0.0 '@oclif/screen': 1.0.4 @@ -9257,15 +10521,18 @@ packages: supports-color: 7.2.0 supports-hyperlinks: 2.2.0 tslib: 2.3.0 + transitivePeerDependencies: + - '@oclif/config' dev: true - /cli-width/3.0.0: + /cli-width@3.0.0: resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} engines: {node: '>= 10'} dev: true - /clipboard/2.0.8: + /clipboard@2.0.8: resolution: {integrity: sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==} + requiresBuild: true dependencies: good-listener: 1.2.2 select: 1.1.2 @@ -9273,14 +10540,14 @@ packages: dev: false optional: true - /clipboardy/1.2.3: + /clipboardy@1.2.3: resolution: {integrity: sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA==} engines: {node: '>=4'} dependencies: arch: 2.2.0 execa: 0.8.0 - /cliui/5.0.0: + /cliui@5.0.0: resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} dependencies: string-width: 3.1.0 @@ -9288,14 +10555,14 @@ packages: wrap-ansi: 5.1.0 dev: false - /cliui/6.0.0: + /cliui@6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: string-width: 4.2.2 strip-ansi: 6.0.0 wrap-ansi: 6.2.0 - /cliui/7.0.4: + /cliui@7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.2 @@ -9303,12 +10570,21 @@ packages: wrap-ansi: 7.0.0 dev: true - /clone-buffer/1.0.0: + /cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: false + + /clone-buffer@1.0.0: resolution: {integrity: sha1-4+JbIHrE5wGvch4staFnksrD3Fg=} engines: {node: '>= 0.10'} dev: true - /clone-deep/4.0.1: + /clone-deep@4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} dependencies: @@ -9316,26 +10592,25 @@ packages: kind-of: 6.0.3 shallow-clone: 3.0.1 - /clone-response/1.0.2: + /clone-response@1.0.2: resolution: {integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=} dependencies: mimic-response: 1.0.1 - /clone-stats/1.0.0: + /clone-stats@1.0.0: resolution: {integrity: sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=} dev: true - /clone/1.0.4: + /clone@1.0.4: resolution: {integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4=} engines: {node: '>=0.8'} - dev: true - /clone/2.1.2: + /clone@2.1.2: resolution: {integrity: sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=} engines: {node: '>=0.8'} dev: true - /cloneable-readable/1.1.3: + /cloneable-readable@1.1.3: resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} dependencies: inherits: 2.0.4 @@ -9343,16 +10618,16 @@ packages: readable-stream: 2.3.7 dev: true - /clsx/1.1.1: + /clsx@1.1.1: resolution: {integrity: sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==} engines: {node: '>=6'} dev: false - /co/4.6.0: + /co@4.6.0: resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - /coa/2.0.2: + /coa@2.0.2: resolution: {integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==} engines: {node: '>= 4.0'} dependencies: @@ -9361,166 +10636,194 @@ packages: q: 1.5.1 dev: false - /code-point-at/1.1.0: + /code-point-at@1.1.0: resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} engines: {node: '>=0.10.0'} dev: true - /collapse-white-space/1.0.6: + /collapse-white-space@1.0.6: resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==} dev: false - /collect-v8-coverage/1.0.1: + /collect-v8-coverage@1.0.1: resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} - /collection-visit/1.0.0: + /collection-visit@1.0.0: resolution: {integrity: sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=} engines: {node: '>=0.10.0'} dependencies: map-visit: 1.0.0 object-visit: 1.0.1 - /color-convert/1.9.3: + /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 - /color-convert/2.0.1: + /color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 - /color-name/1.1.3: + /color-name@1.1.3: resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} - /color-name/1.1.4: + /color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - /color-string/1.5.5: + /color-string@1.5.5: resolution: {integrity: sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg==} dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 dev: false - /color/3.1.3: + /color@3.1.3: resolution: {integrity: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==} dependencies: color-convert: 1.9.3 color-string: 1.5.5 dev: false - /colord/2.0.1: + /colord@2.0.1: resolution: {integrity: sha512-vm5YpaWamD0Ov6TSG0GGmUIwstrWcfKQV/h2CmbR7PbNu41+qdB5PW9lpzhjedrpm08uuYvcXi0Oel1RLZIJuA==} - /colorette/1.2.2: + /colorette@1.2.2: resolution: {integrity: sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==} - /colors/1.0.3: + /colors@1.0.3: resolution: {integrity: sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=} engines: {node: '>=0.1.90'} dev: true - /colors/1.4.0: + /colors@1.4.0: resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} engines: {node: '>=0.1.90'} - /combine-promises/1.1.0: + /combine-promises@1.1.0: resolution: {integrity: sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==} engines: {node: '>=10'} dev: false - /combined-stream/1.0.8: + /combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 - /comma-separated-tokens/1.0.8: + /comma-separated-tokens@1.0.8: resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==} dev: false - /commander/2.20.3: + /command-exists@1.2.9: + resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} + dev: false + + /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - /commander/2.6.0: + /commander@2.6.0: resolution: {integrity: sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=} engines: {node: '>= 0.6.x'} dev: true - /commander/4.1.1: + /commander@4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} - /commander/5.1.0: + /commander@5.1.0: resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} engines: {node: '>= 6'} dev: false - /commander/6.2.1: + /commander@6.2.1: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} engines: {node: '>= 6'} - /commander/7.2.0: + /commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} - /common-tags/1.8.0: + /commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + dev: false + + /common-tags@1.8.0: resolution: {integrity: sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==} engines: {node: '>=4.0.0'} - /commondir/1.0.1: + /commondir@1.0.1: resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} - /component-emitter/1.3.0: + /component-emitter@1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} - /compose-function/3.0.3: + /compose-function@3.0.3: resolution: {integrity: sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=} dependencies: arity-n: 1.0.4 dev: false - /compressible/2.0.18: + /compressible@2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.48.0 - /compression/1.7.3: + /compression@1.7.3: resolution: {integrity: sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==} engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.7 bytes: 3.0.0 compressible: 2.0.18 - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) + on-headers: 1.0.2 + safe-buffer: 5.1.2 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + + /compression@1.7.4: + resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} + engines: {node: '>= 0.8.0'} + dependencies: + accepts: 1.3.7 + bytes: 3.0.0 + compressible: 2.0.18 + debug: 2.6.9(supports-color@5.5.0) on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: false - /compression/1.7.4: + /compression@1.7.4(supports-color@6.1.0): resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.7 bytes: 3.0.0 compressible: 2.0.18 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: false - /compute-scroll-into-view/1.0.14: + /compute-scroll-into-view@1.0.14: resolution: {integrity: sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ==} dev: false - /concat-map/0.0.1: + /concat-map@0.0.1: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} - /concat-stream/1.6.2: + /concat-stream@1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} engines: {'0': node >= 0.8} dependencies: @@ -9529,7 +10832,7 @@ packages: readable-stream: 2.3.7 typedarray: 0.0.6 - /concurrently/3.6.1: + /concurrently@3.6.1: resolution: {integrity: sha512-/+ugz+gwFSEfTGUxn0KHkY+19XPRTXR8+7oUK/HxgiN1n7FjeJmkrbSiXAJfyQ0zORgJYPaenmymwon51YXH9Q==} engines: {node: '>=4.0.0'} hasBin: true @@ -9545,7 +10848,7 @@ packages: tree-kill: 1.2.2 dev: true - /concurrently/6.2.0: + /concurrently@6.2.0: resolution: {integrity: sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==} engines: {node: '>=10.0.0'} hasBin: true @@ -9561,7 +10864,7 @@ packages: yargs: 16.2.0 dev: true - /configstore/5.0.1: + /configstore@5.0.1: resolution: {integrity: sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==} engines: {node: '>=8'} dependencies: @@ -9572,23 +10875,35 @@ packages: write-file-atomic: 3.0.3 xdg-basedir: 4.0.0 - /confusing-browser-globals/1.0.10: + /confusing-browser-globals@1.0.10: resolution: {integrity: sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==} dev: false - /connect-history-api-fallback/1.6.0: + /connect-history-api-fallback@1.6.0: resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} engines: {node: '>=0.8'} dev: false - /consola/2.15.3: + /connect@3.7.0: + resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} + engines: {node: '>= 0.10.0'} + dependencies: + debug: 2.6.9(supports-color@5.5.0) + finalhandler: 1.1.2 + parseurl: 1.3.3 + utils-merge: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /consola@2.15.3: resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} dev: false - /console-browserify/1.2.0: + /console-browserify@1.2.0: resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} - /constant-case/3.0.4: + /constant-case@3.0.4: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} dependencies: no-case: 3.0.4 @@ -9596,52 +10911,56 @@ packages: upper-case: 2.0.2 dev: false - /constants-browserify/1.0.0: + /constants-browserify@1.0.0: resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=} - /content-disposition/0.5.2: + /content-disposition@0.5.2: resolution: {integrity: sha1-DPaLud318r55YcOoUXjLhdunjLQ=} engines: {node: '>= 0.6'} - /content-disposition/0.5.3: + /content-disposition@0.5.3: resolution: {integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==} engines: {node: '>= 0.6'} dependencies: safe-buffer: 5.1.2 - /content-type/1.0.4: + /content-type@1.0.4: resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} engines: {node: '>= 0.6'} - /convert-source-map/0.3.5: + /convert-source-map@0.3.5: resolution: {integrity: sha1-8dgClQr33SYxof6+BZZVDIarMZA=} dev: false - /convert-source-map/1.7.0: + /convert-source-map@1.7.0: resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} dependencies: safe-buffer: 5.1.2 dev: false - /convert-source-map/1.8.0: + /convert-source-map@1.8.0: resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} dependencies: safe-buffer: 5.1.2 - /cookie-signature/1.0.6: + /convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: false + + /cookie-signature@1.0.6: resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} dev: false - /cookie/0.4.0: + /cookie@0.4.0: resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} engines: {node: '>= 0.6'} dev: false - /cookie/0.4.1: + /cookie@0.4.1: resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} engines: {node: '>= 0.6'} - /copy-concurrently/1.0.5: + /copy-concurrently@1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} dependencies: aproba: 1.2.0 @@ -9651,22 +10970,22 @@ packages: rimraf: 2.7.1 run-queue: 1.0.3 - /copy-descriptor/0.1.1: + /copy-descriptor@0.1.1: resolution: {integrity: sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=} engines: {node: '>=0.10.0'} - /copy-text-to-clipboard/3.0.1: + /copy-text-to-clipboard@3.0.1: resolution: {integrity: sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q==} engines: {node: '>=12'} dev: false - /copy-to-clipboard/3.3.1: + /copy-to-clipboard@3.3.1: resolution: {integrity: sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==} dependencies: toggle-selection: 1.0.6 dev: false - /copy-webpack-plugin/8.1.1_webpack@5.39.1: + /copy-webpack-plugin@8.1.1(webpack@5.39.1): resolution: {integrity: sha512-rYM2uzRxrLRpcyPqGceRBDpxxUV8vcDqIKxAUKfcnFpcrPxT5+XvhTxv7XLjo5AvEJFPdAE3zCogG2JVahqgSQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9682,31 +11001,31 @@ packages: webpack: 5.39.1 dev: false - /core-js-compat/3.15.0: + /core-js-compat@3.15.0: resolution: {integrity: sha512-8X6lWsG+s7IfOKzV93a7fRYfWRZobOfjw5V5rrq43Vh/W+V6qYxl7Akalsvgab4PFT/4L/pjQbdBUEM36NXKrw==} dependencies: browserslist: 4.16.6 semver: 7.0.0 dev: false - /core-js-pure/3.15.0: + /core-js-pure@3.15.0: resolution: {integrity: sha512-RO+LFAso8DB6OeBX9BAcEGvyth36QtxYon1OyVsITNVtSKr/Hos0BXZwnsOJ7o+O6KHtK+O+cJIEj9NGg6VwFA==} requiresBuild: true - /core-js/2.6.12: + /core-js@2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.15.0: + /core-js@3.15.0: resolution: {integrity: sha512-GUbtPllXMYRzIgHNZ4dTYTcUemls2cni83Q4Q/TrFONHfhcg9oEGOtaGHfb0cpzec60P96UKPvMkjX1jET8rUw==} requiresBuild: true dev: false - /core-util-is/1.0.2: + /core-util-is@1.0.2: resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} - /cosmiconfig/5.2.1: + /cosmiconfig@5.2.1: resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} engines: {node: '>=4'} dependencies: @@ -9716,7 +11035,7 @@ packages: parse-json: 4.0.0 dev: false - /cosmiconfig/6.0.0: + /cosmiconfig@6.0.0: resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} engines: {node: '>=8'} dependencies: @@ -9727,7 +11046,7 @@ packages: yaml: 1.10.2 dev: false - /cosmiconfig/7.0.0: + /cosmiconfig@7.0.0: resolution: {integrity: sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==} engines: {node: '>=10'} dependencies: @@ -9737,7 +11056,7 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cp-file/3.2.0: + /cp-file@3.2.0: resolution: {integrity: sha1-b4NhYlRiTwrViqSqjQdvAmvn4Yg=} engines: {node: '>=0.10.0'} dependencies: @@ -9750,7 +11069,7 @@ packages: readable-stream: 2.3.7 dev: true - /cpy-cli/1.0.1: + /cpy-cli@1.0.1: resolution: {integrity: sha1-Z/taSi3sKMqKv/N13kuecfanVhw=} engines: {node: '>=4'} hasBin: true @@ -9759,7 +11078,7 @@ packages: meow: 3.7.0 dev: true - /cpy/4.0.1: + /cpy@4.0.1: resolution: {integrity: sha1-tnJn66LzlgugalphrJQDNCKDNCQ=} engines: {node: '>=0.10.0'} dependencies: @@ -9771,20 +11090,20 @@ packages: pinkie-promise: 2.0.1 dev: true - /create-ecdh/4.0.4: + /create-ecdh@4.0.4: resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} dependencies: bn.js: 4.12.0 elliptic: 6.5.4 - /create-error-class/3.0.2: + /create-error-class@3.0.2: resolution: {integrity: sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=} engines: {node: '>=0.10.0'} dependencies: capture-stack-trace: 1.0.1 dev: true - /create-hash/1.2.0: + /create-hash@1.2.0: resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} dependencies: cipher-base: 1.0.4 @@ -9793,7 +11112,7 @@ packages: ripemd160: 2.0.2 sha.js: 2.4.11 - /create-hmac/1.1.7: + /create-hmac@1.1.7: resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} dependencies: cipher-base: 1.0.4 @@ -9803,10 +11122,10 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 - /create-require/1.1.1: + /create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} - /cross-env/3.2.4: + /cross-env@3.2.4: resolution: {integrity: sha1-ngWF8neGTtQhznVvgamA/w1piro=} engines: {node: '>=4.0'} hasBin: true @@ -9815,27 +11134,27 @@ packages: is-windows: 1.0.2 dev: true - /cross-env/7.0.3: + /cross-env@7.0.3: resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} hasBin: true dependencies: cross-spawn: 7.0.3 - /cross-fetch/3.1.4: + /cross-fetch@3.1.4: resolution: {integrity: sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==} dependencies: node-fetch: 2.6.1 dev: false - /cross-spawn/5.1.0: + /cross-spawn@5.1.0: resolution: {integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=} dependencies: lru-cache: 4.1.5 shebang-command: 1.2.0 which: 1.3.1 - /cross-spawn/6.0.5: + /cross-spawn@6.0.5: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} engines: {node: '>=4.8'} dependencies: @@ -9845,7 +11164,7 @@ packages: shebang-command: 1.2.0 which: 1.3.1 - /cross-spawn/7.0.3: + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} dependencies: @@ -9853,7 +11172,7 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /crypto-browserify/3.12.0: + /crypto-browserify@3.12.0: resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} dependencies: browserify-cipher: 1.0.1 @@ -9868,16 +11187,16 @@ packages: randombytes: 2.1.0 randomfill: 1.0.4 - /crypto-random-string/1.0.0: + /crypto-random-string@1.0.0: resolution: {integrity: sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=} engines: {node: '>=4'} dev: false - /crypto-random-string/2.0.0: + /crypto-random-string@2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - /css-blank-pseudo/0.1.4: + /css-blank-pseudo@0.1.4: resolution: {integrity: sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==} engines: {node: '>=6.0.0'} hasBin: true @@ -9885,19 +11204,19 @@ packages: postcss: 7.0.36 dev: false - /css-box-model/1.2.1: + /css-box-model@1.2.1: resolution: {integrity: sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==} dependencies: tiny-invariant: 1.1.0 dev: false - /css-color-names/0.0.4: + /css-color-names@0.0.4: resolution: {integrity: sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=} - /css-color-names/1.0.1: + /css-color-names@1.0.1: resolution: {integrity: sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==} - /css-declaration-sorter/4.0.1: + /css-declaration-sorter@4.0.1: resolution: {integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==} engines: {node: '>4'} dependencies: @@ -9905,7 +11224,7 @@ packages: timsort: 0.3.0 dev: false - /css-declaration-sorter/6.0.3_postcss@8.3.5: + /css-declaration-sorter@6.0.3(postcss@8.3.5): resolution: {integrity: sha512-52P95mvW1SMzuRZegvpluT6yEv0FqQusydKQPZsNN5Q7hh8EwQvN8E2nwuJ16BBvNN6LcoIZXu/Bk58DAhrrxw==} engines: {node: '>= 10'} peerDependencies: @@ -9914,7 +11233,7 @@ packages: postcss: 8.3.5 timsort: 0.3.0 - /css-has-pseudo/0.10.0: + /css-has-pseudo@0.10.0: resolution: {integrity: sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==} engines: {node: '>=6.0.0'} hasBin: true @@ -9923,14 +11242,14 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /css-in-js-utils/2.0.1: + /css-in-js-utils@2.0.1: resolution: {integrity: sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==} dependencies: hyphenate-style-name: 1.0.4 isobject: 3.0.1 dev: false - /css-loader/4.3.0_webpack@4.44.2: + /css-loader@4.3.0(webpack@4.44.2): resolution: {integrity: sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -9951,45 +11270,45 @@ packages: webpack: 4.44.2 dev: false - /css-loader/5.2.6_webpack@4.46.0: + /css-loader@5.2.6(webpack@4.46.0): resolution: {integrity: sha512-0wyN5vXMQZu6BvjbrPdUJvkCzGEO24HC7IS7nW4llc6BBFC+zwR9CKtYGv63Puzsg10L/o12inMY5/2ByzfD6w==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.5 + icss-utils: 5.1.0(postcss@8.3.5) loader-utils: 2.0.0 postcss: 8.3.5 - postcss-modules-extract-imports: 3.0.0_postcss@8.3.5 - postcss-modules-local-by-default: 4.0.0_postcss@8.3.5 - postcss-modules-scope: 3.0.0_postcss@8.3.5 - postcss-modules-values: 4.0.0_postcss@8.3.5 + postcss-modules-extract-imports: 3.0.0(postcss@8.3.5) + postcss-modules-local-by-default: 4.0.0(postcss@8.3.5) + postcss-modules-scope: 3.0.0(postcss@8.3.5) + postcss-modules-values: 4.0.0(postcss@8.3.5) postcss-value-parser: 4.1.0 schema-utils: 3.0.0 semver: 7.3.5 webpack: 4.46.0 dev: true - /css-loader/5.2.6_webpack@5.39.1: + /css-loader@5.2.6(webpack@5.39.1): resolution: {integrity: sha512-0wyN5vXMQZu6BvjbrPdUJvkCzGEO24HC7IS7nW4llc6BBFC+zwR9CKtYGv63Puzsg10L/o12inMY5/2ByzfD6w==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.5 + icss-utils: 5.1.0(postcss@8.3.5) loader-utils: 2.0.0 postcss: 8.3.5 - postcss-modules-extract-imports: 3.0.0_postcss@8.3.5 - postcss-modules-local-by-default: 4.0.0_postcss@8.3.5 - postcss-modules-scope: 3.0.0_postcss@8.3.5 - postcss-modules-values: 4.0.0_postcss@8.3.5 + postcss-modules-extract-imports: 3.0.0(postcss@8.3.5) + postcss-modules-local-by-default: 4.0.0(postcss@8.3.5) + postcss-modules-scope: 3.0.0(postcss@8.3.5) + postcss-modules-values: 4.0.0(postcss@8.3.5) postcss-value-parser: 4.1.0 schema-utils: 3.0.0 semver: 7.3.5 webpack: 5.39.1 dev: false - /css-minimizer-webpack-plugin/2.0.0_clean-css@5.1.2+webpack@5.39.1: + /css-minimizer-webpack-plugin@2.0.0(clean-css@5.1.2)(webpack@5.39.1): resolution: {integrity: sha512-cG/uc94727tx5pBNtb1Sd7gvUPzwmcQi1lkpfqTpdkuNq75hJCw7bIVsCNijLm4dhDcr1atvuysl2rZqOG8Txw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -10003,7 +11322,7 @@ packages: optional: true dependencies: clean-css: 5.1.2 - cssnano: 5.0.6_postcss@8.3.5 + cssnano: 5.0.6(postcss@8.3.5) jest-worker: 26.6.2 p-limit: 3.1.0 postcss: 8.3.5 @@ -10013,7 +11332,7 @@ packages: webpack: 5.39.1 dev: false - /css-prefers-color-scheme/3.1.1: + /css-prefers-color-scheme@3.1.1: resolution: {integrity: sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==} engines: {node: '>=6.0.0'} hasBin: true @@ -10021,11 +11340,11 @@ packages: postcss: 7.0.36 dev: false - /css-select-base-adapter/0.1.1: + /css-select-base-adapter@0.1.1: resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} dev: false - /css-select/1.2.0: + /css-select@1.2.0: resolution: {integrity: sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=} dependencies: boolbase: 1.0.0 @@ -10034,7 +11353,7 @@ packages: nth-check: 1.0.2 dev: false - /css-select/2.1.0: + /css-select@2.1.0: resolution: {integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==} dependencies: boolbase: 1.0.0 @@ -10043,7 +11362,7 @@ packages: nth-check: 1.0.2 dev: false - /css-select/3.1.2: + /css-select@3.1.2: resolution: {integrity: sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA==} dependencies: boolbase: 1.0.0 @@ -10052,7 +11371,7 @@ packages: domutils: 2.7.0 nth-check: 2.0.0 - /css-select/4.1.3: + /css-select@4.1.3: resolution: {integrity: sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==} dependencies: boolbase: 1.0.0 @@ -10062,7 +11381,7 @@ packages: nth-check: 2.0.0 dev: false - /css-tree/1.0.0-alpha.37: + /css-tree@1.0.0-alpha.37: resolution: {integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==} engines: {node: '>=8.0.0'} dependencies: @@ -10070,35 +11389,35 @@ packages: source-map: 0.6.1 dev: false - /css-tree/1.1.3: + /css-tree@1.1.3: resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} engines: {node: '>=8.0.0'} dependencies: mdn-data: 2.0.14 source-map: 0.6.1 - /css-what/2.1.3: + /css-what@2.1.3: resolution: {integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==} dev: false - /css-what/3.4.2: + /css-what@3.4.2: resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} engines: {node: '>= 6'} dev: false - /css-what/4.0.0: + /css-what@4.0.0: resolution: {integrity: sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==} engines: {node: '>= 6'} - /css-what/5.0.1: + /css-what@5.0.1: resolution: {integrity: sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==} engines: {node: '>= 6'} dev: false - /css.escape/1.5.1: + /css.escape@1.5.1: resolution: {integrity: sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=} - /css/2.2.4: + /css@2.2.4: resolution: {integrity: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==} dependencies: inherits: 2.0.4 @@ -10107,44 +11426,44 @@ packages: urix: 0.1.0 dev: false - /css/3.0.0: + /css@3.0.0: resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} dependencies: inherits: 2.0.4 source-map: 0.6.1 source-map-resolve: 0.6.0 - /cssdb/4.4.0: + /cssdb@4.4.0: resolution: {integrity: sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==} dev: false - /cssesc/2.0.0: + /cssesc@2.0.0: resolution: {integrity: sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==} engines: {node: '>=4'} hasBin: true dev: false - /cssesc/3.0.0: + /cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} hasBin: true - /cssnano-preset-advanced/5.1.3_postcss@8.3.5: + /cssnano-preset-advanced@5.1.3(postcss@8.3.5): resolution: {integrity: sha512-pS4+Q2Hoo/FevZs2JqA2BG8Vn5o5VeXgj+z6kGndKTq3RFYvlKeJ1ZPnLXo9zyYKwmSqWW0rWqtGxxmigIte0Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - autoprefixer: 10.2.6_postcss@8.3.5 - cssnano-preset-default: 5.1.3_postcss@8.3.5 + autoprefixer: 10.2.6(postcss@8.3.5) + cssnano-preset-default: 5.1.3(postcss@8.3.5) postcss: 8.3.5 - postcss-discard-unused: 5.0.1_postcss@8.3.5 - postcss-merge-idents: 5.0.1_postcss@8.3.5 - postcss-reduce-idents: 5.0.1_postcss@8.3.5 - postcss-zindex: 5.0.1_postcss@8.3.5 + postcss-discard-unused: 5.0.1(postcss@8.3.5) + postcss-merge-idents: 5.0.1(postcss@8.3.5) + postcss-reduce-idents: 5.0.1(postcss@8.3.5) + postcss-zindex: 5.0.1(postcss@8.3.5) dev: false - /cssnano-preset-default/4.0.8: + /cssnano-preset-default@4.0.8: resolution: {integrity: sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==} engines: {node: '>=6.9.0'} dependencies: @@ -10180,44 +11499,44 @@ packages: postcss-unique-selectors: 4.0.1 dev: false - /cssnano-preset-default/5.1.3_postcss@8.3.5: + /cssnano-preset-default@5.1.3(postcss@8.3.5): resolution: {integrity: sha512-qo9tX+t4yAAZ/yagVV3b+QBKeLklQbmgR3wI7mccrDcR+bEk9iHgZN1E7doX68y9ThznLya3RDmR+nc7l6/2WQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.0.3_postcss@8.3.5 - cssnano-utils: 2.0.1_postcss@8.3.5 + css-declaration-sorter: 6.0.3(postcss@8.3.5) + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 - postcss-calc: 8.0.0_postcss@8.3.5 - postcss-colormin: 5.2.0_postcss@8.3.5 - postcss-convert-values: 5.0.1_postcss@8.3.5 - postcss-discard-comments: 5.0.1_postcss@8.3.5 - postcss-discard-duplicates: 5.0.1_postcss@8.3.5 - postcss-discard-empty: 5.0.1_postcss@8.3.5 - postcss-discard-overridden: 5.0.1_postcss@8.3.5 - postcss-merge-longhand: 5.0.2_postcss@8.3.5 - postcss-merge-rules: 5.0.2_postcss@8.3.5 - postcss-minify-font-values: 5.0.1_postcss@8.3.5 - postcss-minify-gradients: 5.0.1_postcss@8.3.5 - postcss-minify-params: 5.0.1_postcss@8.3.5 - postcss-minify-selectors: 5.1.0_postcss@8.3.5 - postcss-normalize-charset: 5.0.1_postcss@8.3.5 - postcss-normalize-display-values: 5.0.1_postcss@8.3.5 - postcss-normalize-positions: 5.0.1_postcss@8.3.5 - postcss-normalize-repeat-style: 5.0.1_postcss@8.3.5 - postcss-normalize-string: 5.0.1_postcss@8.3.5 - postcss-normalize-timing-functions: 5.0.1_postcss@8.3.5 - postcss-normalize-unicode: 5.0.1_postcss@8.3.5 - postcss-normalize-url: 5.0.2_postcss@8.3.5 - postcss-normalize-whitespace: 5.0.1_postcss@8.3.5 - postcss-ordered-values: 5.0.2_postcss@8.3.5 - postcss-reduce-initial: 5.0.1_postcss@8.3.5 - postcss-reduce-transforms: 5.0.1_postcss@8.3.5 - postcss-svgo: 5.0.2_postcss@8.3.5 - postcss-unique-selectors: 5.0.1_postcss@8.3.5 - - /cssnano-preset-simple/2.0.0_postcss@8.2.13: + postcss-calc: 8.0.0(postcss@8.3.5) + postcss-colormin: 5.2.0(postcss@8.3.5) + postcss-convert-values: 5.0.1(postcss@8.3.5) + postcss-discard-comments: 5.0.1(postcss@8.3.5) + postcss-discard-duplicates: 5.0.1(postcss@8.3.5) + postcss-discard-empty: 5.0.1(postcss@8.3.5) + postcss-discard-overridden: 5.0.1(postcss@8.3.5) + postcss-merge-longhand: 5.0.2(postcss@8.3.5) + postcss-merge-rules: 5.0.2(postcss@8.3.5) + postcss-minify-font-values: 5.0.1(postcss@8.3.5) + postcss-minify-gradients: 5.0.1(postcss@8.3.5) + postcss-minify-params: 5.0.1(postcss@8.3.5) + postcss-minify-selectors: 5.1.0(postcss@8.3.5) + postcss-normalize-charset: 5.0.1(postcss@8.3.5) + postcss-normalize-display-values: 5.0.1(postcss@8.3.5) + postcss-normalize-positions: 5.0.1(postcss@8.3.5) + postcss-normalize-repeat-style: 5.0.1(postcss@8.3.5) + postcss-normalize-string: 5.0.1(postcss@8.3.5) + postcss-normalize-timing-functions: 5.0.1(postcss@8.3.5) + postcss-normalize-unicode: 5.0.1(postcss@8.3.5) + postcss-normalize-url: 5.0.2(postcss@8.3.5) + postcss-normalize-whitespace: 5.0.1(postcss@8.3.5) + postcss-ordered-values: 5.0.2(postcss@8.3.5) + postcss-reduce-initial: 5.0.1(postcss@8.3.5) + postcss-reduce-transforms: 5.0.1(postcss@8.3.5) + postcss-svgo: 5.0.2(postcss@8.3.5) + postcss-unique-selectors: 5.0.1(postcss@8.3.5) + + /cssnano-preset-simple@2.0.0(postcss@8.2.13): resolution: {integrity: sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==} peerDependencies: postcss: ^8.2.1 @@ -10226,38 +11545,38 @@ packages: postcss: 8.2.13 dev: false - /cssnano-simple/2.0.0_postcss@8.2.13: + /cssnano-simple@2.0.0(postcss@8.2.13): resolution: {integrity: sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==} peerDependencies: postcss: ^8.2.2 dependencies: - cssnano-preset-simple: 2.0.0_postcss@8.2.13 + cssnano-preset-simple: 2.0.0(postcss@8.2.13) postcss: 8.2.13 dev: false - /cssnano-util-get-arguments/4.0.0: + /cssnano-util-get-arguments@4.0.0: resolution: {integrity: sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=} engines: {node: '>=6.9.0'} dev: false - /cssnano-util-get-match/4.0.0: + /cssnano-util-get-match@4.0.0: resolution: {integrity: sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=} engines: {node: '>=6.9.0'} dev: false - /cssnano-util-raw-cache/4.0.1: + /cssnano-util-raw-cache@4.0.1: resolution: {integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.36 dev: false - /cssnano-util-same-parent/4.0.1: + /cssnano-util-same-parent@4.0.1: resolution: {integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==} engines: {node: '>=6.9.0'} dev: false - /cssnano-utils/2.0.1_postcss@8.3.5: + /cssnano-utils@2.0.1(postcss@8.3.5): resolution: {integrity: sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -10265,7 +11584,7 @@ packages: dependencies: postcss: 8.3.5 - /cssnano/4.1.11: + /cssnano@4.1.11: resolution: {integrity: sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==} engines: {node: '>=6.9.0'} dependencies: @@ -10275,51 +11594,51 @@ packages: postcss: 7.0.36 dev: false - /cssnano/5.0.6_postcss@8.3.5: + /cssnano@5.0.6(postcss@8.3.5): resolution: {integrity: sha512-NiaLH/7yqGksFGsFNvSRe2IV/qmEBAeDE64dYeD8OBrgp6lE8YoMeQJMtsv5ijo6MPyhuoOvFhI94reahBRDkw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: cosmiconfig: 7.0.0 - cssnano-preset-default: 5.1.3_postcss@8.3.5 + cssnano-preset-default: 5.1.3(postcss@8.3.5) is-resolvable: 1.1.0 postcss: 8.3.5 - /csso/4.2.0: + /csso@4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} dependencies: css-tree: 1.1.3 - /cssom/0.3.8: + /cssom@0.3.8: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} - /cssom/0.4.4: + /cssom@0.4.4: resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} - /cssstyle/2.3.0: + /cssstyle@2.3.0: resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} engines: {node: '>=8'} dependencies: cssom: 0.3.8 - /csstype/3.0.8: + /csstype@3.0.8: resolution: {integrity: sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==} - /csv-generate/3.4.0: + /csv-generate@3.4.0: resolution: {integrity: sha512-D6yi7c6lL70cpTx3TQIVWKrfxuLiKa0pBizu0zi7fSRXlhmE7u674gk9k1IjCEnxKq2t6xzbXnxcOmSdBbE8vQ==} dev: true - /csv-parse/4.16.0: + /csv-parse@4.16.0: resolution: {integrity: sha512-Zb4tGPANH4SW0LgC9+s9Mnequs9aqn7N3/pCqNbVjs2XhEF6yWNU2Vm4OGl1v2Go9nw8rXt87Cm2QN/o6Vpqgg==} dev: true - /csv-stringify/5.6.2: + /csv-stringify@5.6.2: resolution: {integrity: sha512-n3rIVbX6ylm1YsX2NEug9IaPV8xRnT+9/NNZbrA/bcHgOSSeqtWla6XnI/xmyu57wIw+ASCAoX1oM6EZtqJV0A==} dev: true - /csv/5.5.0: + /csv@5.5.0: resolution: {integrity: sha512-32tcuxdb4HW3zbk8NBcVQb8/7xuJB5sv+q4BuQ6++E/K6JvHvWoCHcGzB5Au95vVikNH4ztE0XNC/Bws950cfA==} engines: {node: '>= 0.1.90'} dependencies: @@ -10329,38 +11648,38 @@ packages: stream-transform: 2.1.0 dev: true - /currently-unhandled/0.4.1: + /currently-unhandled@0.4.1: resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} engines: {node: '>=0.10.0'} dependencies: array-find-index: 1.0.2 dev: true - /cyclist/1.0.1: + /cyclist@1.0.1: resolution: {integrity: sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=} - /d/1.0.1: + /d@1.0.1: resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} dependencies: es5-ext: 0.10.53 type: 1.2.0 dev: false - /damerau-levenshtein/1.0.7: + /damerau-levenshtein@1.0.7: resolution: {integrity: sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==} dev: false - /dargs/6.1.0: + /dargs@6.1.0: resolution: {integrity: sha512-5dVBvpBLBnPwSsYXqfybFyehMmC/EenKEcf23AhCTgTf48JFBbmJKqoZBsERDnjL0FyiVTYWdFsRfTLHxLyKdQ==} engines: {node: '>=6'} dev: true - /data-uri-to-buffer/3.0.1: + /data-uri-to-buffer@3.0.1: resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} engines: {node: '>= 6'} dev: false - /data-urls/2.0.0: + /data-urls@2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} dependencies: @@ -10368,44 +11687,73 @@ packages: whatwg-mimetype: 2.3.0 whatwg-url: 8.6.0 - /dataloader/2.0.0: + /dataloader@2.0.0: resolution: {integrity: sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ==} dev: false - /date-fns/1.30.1: + /date-fns@1.30.1: resolution: {integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==} dev: true - /date-fns/2.22.1: + /date-fns@2.22.1: resolution: {integrity: sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==} engines: {node: '>=0.11'} - /dateformat/3.0.3: + /dateformat@3.0.3: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /debug/2.6.9: + /dayjs@1.11.10: + resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + dev: false + + /debug@2.6.9(supports-color@5.5.0): + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.0.0 + supports-color: 5.5.0 + + /debug@2.6.9(supports-color@6.1.0): resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.0.0 + supports-color: 6.1.0 + dev: false - /debug/3.2.7: + /debug@3.2.7(supports-color@5.5.0): resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true dependencies: ms: 2.1.3 + supports-color: 5.5.0 - /debug/4.3.1: - resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} - engines: {node: '>=6.0'} + /debug@3.2.7(supports-color@6.1.0): + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: supports-color: '*' peerDependenciesMeta: supports-color: optional: true dependencies: - ms: 2.1.2 + ms: 2.1.3 + supports-color: 6.1.0 + dev: false - /debug/4.3.1_supports-color@6.1.0: + /debug@4.3.1(supports-color@6.1.0): resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} engines: {node: '>=6.0'} peerDependencies: @@ -10418,7 +11766,7 @@ packages: supports-color: 6.1.0 dev: false - /debug/4.3.1_supports-color@7.2.0: + /debug@4.3.1(supports-color@7.2.0): resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} engines: {node: '>=6.0'} peerDependencies: @@ -10429,9 +11777,8 @@ packages: dependencies: ms: 2.1.2 supports-color: 7.2.0 - dev: true - /decamelize-keys/1.1.0: + /decamelize-keys@1.1.0: resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=} engines: {node: '>=0.10.0'} dependencies: @@ -10439,28 +11786,28 @@ packages: map-obj: 1.0.1 dev: true - /decamelize/1.2.0: + /decamelize@1.2.0: resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} engines: {node: '>=0.10.0'} - /decimal.js/10.2.1: + /decimal.js@10.2.1: resolution: {integrity: sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==} - /decode-uri-component/0.2.0: + /decode-uri-component@0.2.0: resolution: {integrity: sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=} engines: {node: '>=0.10'} - /decompress-response/3.3.0: + /decompress-response@3.3.0: resolution: {integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=} engines: {node: '>=4'} dependencies: mimic-response: 1.0.1 - /dedent/0.7.0: + /dedent@0.7.0: resolution: {integrity: sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=} dev: false - /deep-assign/3.0.0: + /deep-assign@3.0.0: resolution: {integrity: sha512-YX2i9XjJ7h5q/aQ/IM9PEwEnDqETAIYbggmdDB3HLTlSgo1CxPsj6pvhPG68rq6SVE0+p+6Ywsm5fTYNrYtBWw==} engines: {node: '>=0.10.0'} deprecated: Check out `lodash.merge` or `merge-options` instead. @@ -10468,7 +11815,7 @@ packages: is-obj: 1.0.1 dev: false - /deep-equal/1.1.1: + /deep-equal@1.1.1: resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==} dependencies: is-arguments: 1.1.0 @@ -10479,18 +11826,23 @@ packages: regexp.prototype.flags: 1.3.1 dev: false - /deep-extend/0.6.0: + /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} - /deep-is/0.1.3: + /deep-is@0.1.3: resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=} - /deepmerge/4.2.2: + /deepmerge@4.2.2: resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} engines: {node: '>=0.10.0'} - /default-gateway/4.2.0: + /deepmerge@4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + dev: false + + /default-gateway@4.2.0: resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==} engines: {node: '>=6'} dependencies: @@ -10498,46 +11850,45 @@ packages: ip-regex: 2.1.0 dev: false - /defaults/1.0.3: + /defaults@1.0.3: resolution: {integrity: sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=} dependencies: clone: 1.0.4 - dev: true - /defer-to-connect/1.1.3: + /defer-to-connect@1.1.3: resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==} - /define-lazy-prop/2.0.0: + /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} dev: false - /define-properties/1.1.3: + /define-properties@1.1.3: resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} engines: {node: '>= 0.4'} dependencies: object-keys: 1.1.1 - /define-property/0.2.5: + /define-property@0.2.5: resolution: {integrity: sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 0.1.6 - /define-property/1.0.0: + /define-property@1.0.0: resolution: {integrity: sha1-dp66rz9KY6rTr56NMEybvnm/sOY=} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 1.0.2 - /define-property/2.0.2: + /define-property@2.0.2: resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 1.0.2 isobject: 3.0.1 - /del/4.1.1: + /del@4.1.1: resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} engines: {node: '>=6'} dependencies: @@ -10550,7 +11901,7 @@ packages: rimraf: 2.7.1 dev: false - /del/5.1.0: + /del@5.1.0: resolution: {integrity: sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==} engines: {node: '>=8'} dependencies: @@ -10564,7 +11915,7 @@ packages: slash: 3.0.0 dev: true - /del/6.0.0: + /del@6.0.0: resolution: {integrity: sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==} engines: {node: '>=10'} dependencies: @@ -10578,110 +11929,119 @@ packages: slash: 3.0.0 dev: false - /delayed-stream/1.0.0: + /delayed-stream@1.0.0: resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} engines: {node: '>=0.4.0'} - /delegate/3.2.0: + /delegate@3.2.0: resolution: {integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==} + requiresBuild: true dev: false optional: true - /depd/1.1.2: + /denodeify@1.2.1: + resolution: {integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==} + dev: false + + /depd@1.1.2: resolution: {integrity: sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=} engines: {node: '>= 0.6'} - /dependency-graph/0.11.0: + /dependency-graph@0.11.0: resolution: {integrity: sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==} engines: {node: '>= 0.6.0'} dev: false - /deprecation/2.3.1: + /deprecation@2.3.1: resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} dev: true - /des.js/1.0.1: + /des.js@1.0.1: resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 - /destroy/1.0.4: + /destroy@1.0.4: resolution: {integrity: sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=} - /detab/2.0.4: + /detab@2.0.4: resolution: {integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==} dependencies: repeat-string: 1.6.1 dev: false - /detect-conflict/1.0.1: + /detect-conflict@1.0.1: resolution: {integrity: sha1-CIZXpmqWHAUBnbfEIwiDsca0F24=} dev: true - /detect-indent/6.1.0: + /detect-indent@6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} dev: true - /detect-newline/3.1.0: + /detect-newline@3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} - /detect-node-es/1.1.0: + /detect-node-es@1.1.0: resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} dev: false - /detect-node/2.1.0: + /detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} dev: false - /detect-port-alt/1.1.6: + /detect-port-alt@1.1.6: resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==} engines: {node: '>= 4.2.1'} hasBin: true dependencies: address: 1.1.2 - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color dev: false - /detect-port/1.3.0: + /detect-port@1.3.0: resolution: {integrity: sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==} engines: {node: '>= 4.2.1'} hasBin: true dependencies: address: 1.1.2 - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color dev: false - /dicer/0.3.0: + /dicer@0.3.0: resolution: {integrity: sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==} engines: {node: '>=4.5.0'} dependencies: streamsearch: 0.1.2 dev: false - /diff-sequences/26.6.2: + /diff-sequences@26.6.2: resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} engines: {node: '>= 10.14.2'} - /diff/3.5.0: + /diff@3.5.0: resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} engines: {node: '>=0.3.1'} dev: true - /diff/4.0.2: + /diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} - /diffie-hellman/5.0.3: + /diffie-hellman@5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: bn.js: 4.12.0 miller-rabin: 4.0.1 randombytes: 2.1.0 - /dir-glob/2.0.0: + /dir-glob@2.0.0: resolution: {integrity: sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==} engines: {node: '>=4'} dependencies: @@ -10689,171 +12049,171 @@ packages: path-type: 3.0.0 dev: true - /dir-glob/2.2.2: + /dir-glob@2.2.2: resolution: {integrity: sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==} engines: {node: '>=4'} dependencies: path-type: 3.0.0 dev: true - /dir-glob/3.0.1: + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} dependencies: path-type: 4.0.0 - /dns-equal/1.0.0: + /dns-equal@1.0.0: resolution: {integrity: sha1-s55/HabrCnW6nBcySzR1PEfgZU0=} dev: false - /dns-packet/1.3.4: + /dns-packet@1.3.4: resolution: {integrity: sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==} dependencies: ip: 1.1.5 safe-buffer: 5.2.1 dev: false - /dns-txt/2.0.2: + /dns-txt@2.0.2: resolution: {integrity: sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=} dependencies: buffer-indexof: 1.1.1 dev: false - /doctrine/2.1.0: + /doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 dev: false - /doctrine/3.0.0: + /doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: false - /docusaurus-plugin-typedoc/0.12.1_268a27dd7e600f92b9cf7df46f5efa43: + /docusaurus-plugin-typedoc@0.12.1(typedoc-plugin-markdown@3.10.0)(typedoc@0.20.37): resolution: {integrity: sha512-m8VNiz2Q+5AhMPWJ2+eHYFTYSY1FvNDmXWt/s2kgH7k9CUGSBUx3pVgFNXLeVkgmh7Omuog903lv0lo5B2MX7A==} peerDependencies: typedoc: '>=0.20.19' typedoc-plugin-markdown: '>=3.6.0' dependencies: - typedoc: 0.20.37_typescript@4.3.4 - typedoc-plugin-markdown: 3.10.0_typedoc@0.20.37 + typedoc: 0.20.37(typescript@4.3.4) + typedoc-plugin-markdown: 3.10.0(typedoc@0.20.37) dev: false - /dom-accessibility-api/0.5.6: + /dom-accessibility-api@0.5.6: resolution: {integrity: sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==} - /dom-converter/0.2.0: + /dom-converter@0.2.0: resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} dependencies: utila: 0.4.0 dev: false - /dom-serializer/0.1.1: + /dom-serializer@0.1.1: resolution: {integrity: sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==} dependencies: domelementtype: 1.3.1 entities: 1.1.2 dev: false - /dom-serializer/1.3.2: + /dom-serializer@1.3.2: resolution: {integrity: sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==} dependencies: domelementtype: 2.2.0 domhandler: 4.2.0 entities: 2.2.0 - /domain-browser/1.2.0: + /domain-browser@1.2.0: resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} engines: {node: '>=0.4', npm: '>=1.2'} - /domain-browser/4.19.0: + /domain-browser@4.19.0: resolution: {integrity: sha512-fRA+BaAWOR/yr/t7T9E9GJztHPeFjj8U35ajyAjCDtAAnTn1Rc1f6W6VGPJrO1tkQv9zWu+JRof7z6oQtiYVFQ==} engines: {node: '>=10'} dev: false - /domelementtype/1.3.1: + /domelementtype@1.3.1: resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} dev: false - /domelementtype/2.2.0: + /domelementtype@2.2.0: resolution: {integrity: sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==} - /domexception/2.0.1: + /domexception@2.0.1: resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} engines: {node: '>=8'} dependencies: webidl-conversions: 5.0.0 - /domhandler/2.4.2: + /domhandler@2.4.2: resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==} dependencies: domelementtype: 1.3.1 dev: false - /domhandler/4.2.0: + /domhandler@4.2.0: resolution: {integrity: sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==} engines: {node: '>= 4'} dependencies: domelementtype: 2.2.0 - /domutils/1.5.1: + /domutils@1.5.1: resolution: {integrity: sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=} dependencies: dom-serializer: 0.1.1 domelementtype: 1.3.1 dev: false - /domutils/1.7.0: + /domutils@1.7.0: resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} dependencies: dom-serializer: 0.1.1 domelementtype: 1.3.1 dev: false - /domutils/2.7.0: + /domutils@2.7.0: resolution: {integrity: sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==} dependencies: dom-serializer: 1.3.2 domelementtype: 2.2.0 domhandler: 4.2.0 - /dot-case/3.0.4: + /dot-case@3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 tslib: 2.3.0 dev: false - /dot-prop/5.3.0: + /dot-prop@5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} dependencies: is-obj: 2.0.0 - /dotenv-expand/5.1.0: + /dotenv-expand@5.1.0: resolution: {integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==} dev: false - /dotenv/8.2.0: + /dotenv@8.2.0: resolution: {integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==} engines: {node: '>=8'} dev: false - /dotenv/8.6.0: + /dotenv@8.6.0: resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} engines: {node: '>=10'} dev: false - /dotenv/9.0.2: + /dotenv@9.0.2: resolution: {integrity: sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==} engines: {node: '>=10'} dev: true - /download-stats/0.3.4: + /download-stats@0.3.4: resolution: {integrity: sha512-ic2BigbyUWx7/CBbsfGjf71zUNZB4edBGC3oRliSzsoNmvyVx3Ycfp1w3vp2Y78Ee0eIIkjIEO5KzW0zThDGaA==} engines: {node: '>=0.10.0'} dependencies: @@ -10862,13 +12222,13 @@ packages: moment: 2.29.1 dev: true - /duplexer/0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - - /duplexer3/0.1.4: + /duplexer3@0.1.4: resolution: {integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=} - /duplexify/3.7.1: + /duplexer@0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + + /duplexify@3.7.1: resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} dependencies: end-of-stream: 1.4.4 @@ -10876,7 +12236,7 @@ packages: readable-stream: 2.3.7 stream-shift: 1.0.1 - /editions/2.3.1: + /editions@2.3.1: resolution: {integrity: sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==} engines: {node: '>=0.8'} dependencies: @@ -10884,15 +12244,15 @@ packages: semver: 6.3.0 dev: true - /ee-first/1.1.1: + /ee-first@1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /ejs/2.7.4: + /ejs@2.7.4: resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} engines: {node: '>=0.10.0'} requiresBuild: true - /ejs/3.1.6: + /ejs@3.1.6: resolution: {integrity: sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==} engines: {node: '>=0.10.0'} hasBin: true @@ -10900,10 +12260,14 @@ packages: jake: 10.8.2 dev: true - /electron-to-chromium/1.3.752: + /electron-to-chromium@1.3.752: resolution: {integrity: sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A==} - /elliptic/6.5.4: + /electron-to-chromium@1.4.673: + resolution: {integrity: sha512-zjqzx4N7xGdl5468G+vcgzDhaHkaYgVcf9MqgexcTqsl2UHSCmOj/Bi3HAprg4BZCpC7HyD8a6nZl6QAZf72gw==} + dev: false + + /elliptic@6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} dependencies: bn.js: 4.12.0 @@ -10914,56 +12278,56 @@ packages: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - /emittery/0.7.2: + /emittery@0.7.2: resolution: {integrity: sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==} engines: {node: '>=10'} - /emoji-regex/6.1.1: + /emoji-regex@6.1.1: resolution: {integrity: sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=} - /emoji-regex/7.0.3: + /emoji-regex@7.0.3: resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} - /emoji-regex/8.0.0: + /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - /emoji-regex/9.2.2: + /emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: false - /emojis-list/2.1.0: + /emojis-list@2.1.0: resolution: {integrity: sha1-TapNnbAPmBmIDHn6RXrlsJof04k=} engines: {node: '>= 0.10'} dev: false - /emojis-list/3.0.0: + /emojis-list@3.0.0: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} engines: {node: '>= 4'} - /emoticon/3.2.0: + /emoticon@3.2.0: resolution: {integrity: sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==} dev: false - /encodeurl/1.0.2: + /encodeurl@1.0.2: resolution: {integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=} engines: {node: '>= 0.8'} - /encoding-negotiator/2.0.1: + /encoding-negotiator@2.0.1: resolution: {integrity: sha512-GSK7qphNR4iPcejfAlZxKDoz3xMhnspwImK+Af5WhePS9jUpK/Oh7rUdyENWu+9rgDflOCTmAojBsgsvM8neAQ==} engines: {node: '>=10.13.0'} - /encoding/0.1.13: + /encoding@0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} dependencies: iconv-lite: 0.6.3 dev: false - /end-of-stream/1.4.4: + /end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: once: 1.4.0 - /enhanced-resolve/4.5.0: + /enhanced-resolve@4.5.0: resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} engines: {node: '>=6.9.0'} dependencies: @@ -10971,7 +12335,7 @@ packages: memory-fs: 0.5.0 tapable: 1.1.3 - /enhanced-resolve/5.8.2: + /enhanced-resolve@5.8.2: resolution: {integrity: sha512-F27oB3WuHDzvR2DOGNTaYy0D5o0cnrv8TeI482VM4kYgQd/FT9lUQwuNsJ0oOHtBUq7eiW5ytqzp7nBFknL+GA==} engines: {node: '>=10.13.0'} dependencies: @@ -10979,48 +12343,62 @@ packages: tapable: 2.2.0 dev: false - /enquirer/2.3.6: + /enquirer@2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.1 - /entities/1.1.2: + /entities@1.1.2: resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} dev: false - /entities/2.2.0: + /entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} - /errlop/2.2.0: + /envinfo@7.11.1: + resolution: {integrity: sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==} + engines: {node: '>=4'} + hasBin: true + dev: false + + /errlop@2.2.0: resolution: {integrity: sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw==} engines: {node: '>=0.8'} dev: true - /errno/0.1.8: + /errno@0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true dependencies: prr: 1.0.1 - /error-ex/1.3.2: + /error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: is-arrayish: 0.2.1 - /error-stack-parser/2.0.6: + /error-stack-parser@2.0.6: resolution: {integrity: sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==} dependencies: stackframe: 1.2.0 dev: false - /error/7.2.1: + /error@7.2.1: resolution: {integrity: sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==} dependencies: string-template: 0.2.1 dev: true - /es-abstract/1.18.3: + /errorhandler@1.5.1: + resolution: {integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==} + engines: {node: '>= 0.8'} + dependencies: + accepts: 1.3.7 + escape-html: 1.0.3 + dev: false + + /es-abstract@1.18.3: resolution: {integrity: sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==} engines: {node: '>= 0.4'} dependencies: @@ -11041,10 +12419,10 @@ packages: string.prototype.trimstart: 1.0.4 unbox-primitive: 1.0.1 - /es-array-method-boxes-properly/1.0.0: + /es-array-method-boxes-properly@1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} - /es-get-iterator/1.1.2: + /es-get-iterator@1.1.2: resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} dependencies: call-bind: 1.0.2 @@ -11056,11 +12434,11 @@ packages: is-string: 1.0.6 isarray: 2.0.5 - /es-module-lexer/0.4.1: + /es-module-lexer@0.4.1: resolution: {integrity: sha512-ooYciCUtfw6/d2w56UVeqHPcoCFAiJdz5XOkYpv/Txl1HMUozpXjz/2RIQgqwKdXNDPSF1W7mJCFse3G+HDyAA==} dev: false - /es-to-primitive/1.2.1: + /es-to-primitive@1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} dependencies: @@ -11068,7 +12446,7 @@ packages: is-date-object: 1.0.4 is-symbol: 1.0.4 - /es5-ext/0.10.53: + /es5-ext@0.10.53: resolution: {integrity: sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==} dependencies: es6-iterator: 2.0.3 @@ -11076,7 +12454,7 @@ packages: next-tick: 1.0.0 dev: false - /es6-iterator/2.0.3: + /es6-iterator@2.0.3: resolution: {integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c=} dependencies: d: 1.0.1 @@ -11084,46 +12462,46 @@ packages: es6-symbol: 3.1.3 dev: false - /es6-object-assign/1.1.0: + /es6-object-assign@1.1.0: resolution: {integrity: sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=} dev: false - /es6-symbol/3.1.3: + /es6-symbol@3.1.3: resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==} dependencies: d: 1.0.1 ext: 1.4.0 dev: false - /esbuild/0.12.9: + /esbuild@0.12.9: resolution: {integrity: sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==} hasBin: true requiresBuild: true - /escalade/3.1.1: + /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} - /escape-goat/2.1.1: + /escape-goat@2.1.1: resolution: {integrity: sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==} engines: {node: '>=8'} - /escape-html/1.0.3: + /escape-html@1.0.3: resolution: {integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=} - /escape-string-regexp/1.0.5: + /escape-string-regexp@1.0.5: resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} engines: {node: '>=0.8.0'} - /escape-string-regexp/2.0.0: + /escape-string-regexp@2.0.0: resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} engines: {node: '>=8'} - /escape-string-regexp/4.0.0: + /escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /escodegen/2.0.0: + /escodegen@2.0.0: resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} engines: {node: '>=6.0'} hasBin: true @@ -11135,7 +12513,7 @@ packages: optionalDependencies: source-map: 0.6.1 - /eslint-config-react-app/6.0.0_10006b47b49c359b7229bcc1d6626cb0: + /eslint-config-react-app@6.0.0(@typescript-eslint/eslint-plugin@4.27.0)(@typescript-eslint/parser@4.27.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.7.2)(eslint-plugin-import@2.23.4)(eslint-plugin-jest@24.3.6)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.2.0)(eslint-plugin-react@7.24.0)(eslint-plugin-testing-library@3.10.2)(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -11150,42 +12528,66 @@ packages: eslint-plugin-react: ^7.20.3 eslint-plugin-react-hooks: ^4.0.8 eslint-plugin-testing-library: ^3.9.0 + typescript: '*' peerDependenciesMeta: eslint-plugin-jest: optional: true eslint-plugin-testing-library: optional: true + typescript: + optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.27.0_b7b1357bbf6753e7455d6ef3191d413d - '@typescript-eslint/parser': 4.27.0_eslint@7.29.0+typescript@4.3.4 - babel-eslint: 10.1.0_eslint@7.29.0 + '@typescript-eslint/eslint-plugin': 4.27.0(@typescript-eslint/parser@4.27.0)(eslint@7.29.0)(typescript@4.3.4) + '@typescript-eslint/parser': 4.27.0(eslint@7.29.0)(typescript@4.3.4) + babel-eslint: 10.1.0(eslint@7.29.0) confusing-browser-globals: 1.0.10 eslint: 7.29.0 - eslint-plugin-flowtype: 5.7.2_eslint@7.29.0 - eslint-plugin-import: 2.23.4_eslint@7.29.0 - eslint-plugin-jest: 24.3.6_c2d2ebe88994b8faf8d0e772eddf3b2d - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.29.0 - eslint-plugin-react: 7.24.0_eslint@7.29.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.29.0 - eslint-plugin-testing-library: 3.10.2_eslint@7.29.0+typescript@4.3.4 + eslint-plugin-flowtype: 5.7.2(eslint@7.29.0) + eslint-plugin-import: 2.23.4(@typescript-eslint/parser@4.27.0)(eslint@7.29.0) + eslint-plugin-jest: 24.3.6(@typescript-eslint/eslint-plugin@4.27.0)(eslint@7.29.0)(typescript@4.3.4) + eslint-plugin-jsx-a11y: 6.4.1(eslint@7.29.0) + eslint-plugin-react: 7.24.0(eslint@7.29.0) + eslint-plugin-react-hooks: 4.2.0(eslint@7.29.0) + eslint-plugin-testing-library: 3.10.2(eslint@7.29.0)(typescript@4.3.4) + typescript: 4.3.4 dev: false - /eslint-import-resolver-node/0.3.4: + /eslint-import-resolver-node@0.3.4: resolution: {integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) resolve: 1.20.0 + transitivePeerDependencies: + - supports-color dev: false - /eslint-module-utils/2.6.1: + /eslint-module-utils@2.6.1(@typescript-eslint/parser@4.27.0)(eslint-import-resolver-node@0.3.4): resolution: {integrity: sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==} engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true dependencies: - debug: 3.2.7 + '@typescript-eslint/parser': 4.27.0(eslint@7.29.0)(typescript@4.3.4) + debug: 3.2.7(supports-color@5.5.0) + eslint-import-resolver-node: 0.3.4 pkg-dir: 2.0.0 + transitivePeerDependencies: + - supports-color dev: false - /eslint-plugin-flowtype/5.7.2_eslint@7.29.0: + /eslint-plugin-flowtype@5.7.2(eslint@7.29.0): resolution: {integrity: sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -11196,19 +12598,24 @@ packages: string-natural-compare: 3.0.1 dev: false - /eslint-plugin-import/2.23.4_eslint@7.29.0: + /eslint-plugin-import@2.23.4(@typescript-eslint/parser@4.27.0)(eslint@7.29.0): resolution: {integrity: sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==} engines: {node: '>=4'} peerDependencies: + '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true dependencies: + '@typescript-eslint/parser': 4.27.0(eslint@7.29.0)(typescript@4.3.4) array-includes: 3.1.3 array.prototype.flat: 1.2.4 - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) doctrine: 2.1.0 eslint: 7.29.0 eslint-import-resolver-node: 0.3.4 - eslint-module-utils: 2.6.1 + eslint-module-utils: 2.6.1(@typescript-eslint/parser@4.27.0)(eslint-import-resolver-node@0.3.4) find-up: 2.1.0 has: 1.0.3 is-core-module: 2.4.0 @@ -11218,9 +12625,13 @@ packages: read-pkg-up: 3.0.0 resolve: 1.20.0 tsconfig-paths: 3.9.0 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color dev: false - /eslint-plugin-jest/24.3.6_c2d2ebe88994b8faf8d0e772eddf3b2d: + /eslint-plugin-jest@24.3.6(@typescript-eslint/eslint-plugin@4.27.0)(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==} engines: {node: '>=10'} peerDependencies: @@ -11230,15 +12641,15 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 4.27.0_b7b1357bbf6753e7455d6ef3191d413d - '@typescript-eslint/experimental-utils': 4.27.0_eslint@7.29.0+typescript@4.3.4 + '@typescript-eslint/eslint-plugin': 4.27.0(@typescript-eslint/parser@4.27.0)(eslint@7.29.0)(typescript@4.3.4) + '@typescript-eslint/experimental-utils': 4.27.0(eslint@7.29.0)(typescript@4.3.4) eslint: 7.29.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-jsx-a11y/6.4.1_eslint@7.29.0: + /eslint-plugin-jsx-a11y@6.4.1(eslint@7.29.0): resolution: {integrity: sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==} engines: {node: '>=4.0'} peerDependencies: @@ -11258,7 +12669,7 @@ packages: language-tags: 1.0.5 dev: false - /eslint-plugin-react-hooks/4.2.0_eslint@7.29.0: + /eslint-plugin-react-hooks@4.2.0(eslint@7.29.0): resolution: {integrity: sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==} engines: {node: '>=10'} peerDependencies: @@ -11267,7 +12678,7 @@ packages: eslint: 7.29.0 dev: false - /eslint-plugin-react/7.24.0_eslint@7.29.0: + /eslint-plugin-react@7.24.0(eslint@7.29.0): resolution: {integrity: sha512-KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==} engines: {node: '>=4'} peerDependencies: @@ -11288,27 +12699,27 @@ packages: string.prototype.matchall: 4.0.5 dev: false - /eslint-plugin-testing-library/3.10.2_eslint@7.29.0+typescript@4.3.4: + /eslint-plugin-testing-library@3.10.2(eslint@7.29.0)(typescript@4.3.4): resolution: {integrity: sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==} engines: {node: ^10.12.0 || >=12.0.0, npm: '>=6'} peerDependencies: eslint: ^5 || ^6 || ^7 dependencies: - '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.29.0+typescript@4.3.4 + '@typescript-eslint/experimental-utils': 3.10.1(eslint@7.29.0)(typescript@4.3.4) eslint: 7.29.0 transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-scope/4.0.3: + /eslint-scope@4.0.3: resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} engines: {node: '>=4.0.0'} dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - /eslint-scope/5.1.1: + /eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} dependencies: @@ -11316,14 +12727,14 @@ packages: estraverse: 4.3.0 dev: false - /eslint-utils/2.1.0: + /eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} dependencies: eslint-visitor-keys: 1.3.0 dev: false - /eslint-utils/3.0.0_eslint@7.29.0: + /eslint-utils@3.0.0(eslint@7.29.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: @@ -11333,17 +12744,17 @@ packages: eslint-visitor-keys: 2.1.0 dev: false - /eslint-visitor-keys/1.3.0: + /eslint-visitor-keys@1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} engines: {node: '>=4'} dev: false - /eslint-visitor-keys/2.1.0: + /eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} dev: false - /eslint-webpack-plugin/2.5.4_eslint@7.29.0+webpack@4.44.2: + /eslint-webpack-plugin@2.5.4(eslint@7.29.0)(webpack@4.44.2): resolution: {integrity: sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -11360,7 +12771,7 @@ packages: webpack: 4.44.2 dev: false - /eslint/7.29.0: + /eslint@7.29.0: resolution: {integrity: sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true @@ -11370,7 +12781,7 @@ packages: ajv: 6.12.6 chalk: 4.1.1 cross-spawn: 7.0.3 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 @@ -11398,7 +12809,7 @@ packages: optionator: 0.9.1 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.3.2 + semver: 7.3.5 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 table: 6.7.1 @@ -11408,84 +12819,84 @@ packages: - supports-color dev: false - /espree/7.3.1: + /espree@7.3.1: resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: acorn: 7.4.1 - acorn-jsx: 5.3.1_acorn@7.4.1 + acorn-jsx: 5.3.1(acorn@7.4.1) eslint-visitor-keys: 1.3.0 dev: false - /esprima/1.2.5: + /esprima@1.2.5: resolution: {integrity: sha1-CZNQL+r2aBODJXVvMPmlH+7sEek=} engines: {node: '>=0.4.0'} hasBin: true dev: true - /esprima/4.0.1: + /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} hasBin: true - /esquery/1.4.0: + /esquery@1.4.0: resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} engines: {node: '>=0.10'} dependencies: estraverse: 5.2.0 dev: false - /esrecurse/4.3.0: + /esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} dependencies: estraverse: 5.2.0 - /estraverse/1.9.3: + /estraverse@1.9.3: resolution: {integrity: sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q=} engines: {node: '>=0.10.0'} dev: true - /estraverse/4.3.0: + /estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} - /estraverse/5.2.0: + /estraverse@5.2.0: resolution: {integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==} engines: {node: '>=4.0'} - /estree-walker/0.6.1: + /estree-walker@0.6.1: resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==} dev: false - /estree-walker/1.0.1: + /estree-walker@1.0.1: resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} - /estree-walker/2.0.2: + /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: true - /esutils/2.0.3: + /esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - /eta/1.12.2: + /eta@1.12.2: resolution: {integrity: sha512-Z05sK2DRWAfBhG/2cwAOWuMoQIYaVYJCQrz2g2O/ekUjzWHNBv9L1pnblVDoDkKSb/AZ5tWZ0N/v4iaIU4+HjA==} engines: {node: '>=6.0.0'} dev: false - /etag/1.8.1: + /etag@1.8.1: resolution: {integrity: sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=} engines: {node: '>= 0.6'} - /eval/0.1.6: + /eval@0.1.6: resolution: {integrity: sha512-o0XUw+5OGkXw4pJZzQoXUk+H87DHuC+7ZE//oSrRGtatTmr12oTnLfg6QOq9DyTt0c/p4TwzgmkKrBzWTSizyQ==} engines: {node: '>= 0.8'} dependencies: require-like: 0.1.2 dev: false - /event-stream/3.3.4: + /event-stream@3.3.4: resolution: {integrity: sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=} dependencies: duplexer: 0.1.2 @@ -11497,39 +12908,44 @@ packages: through: 2.3.8 dev: true - /eventemitter3/4.0.7: + /event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + dev: false + + /eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} dev: false - /events.on/1.0.1: + /events.on@1.0.1: resolution: {integrity: sha512-yT4htzImIQAf7mFV3heqTRNVwysZIgQjrribiCYQk152gcG6shz/WU/6xVGr0oDzkzcDPhMcCYy4lEKBiadSRA==} - /events/1.1.1: + /events@1.1.1: resolution: {integrity: sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=} engines: {node: '>=0.4.x'} dev: false - /events/3.3.0: + /events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - /eventsource/1.1.0: + /eventsource@1.1.0: resolution: {integrity: sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==} engines: {node: '>=0.12.0'} dependencies: original: 1.0.2 dev: false - /evp_bytestokey/1.0.3: + /evp_bytestokey@1.0.3: resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 - /exec-sh/0.3.6: + /exec-sh@0.3.6: resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} - /execa/0.10.0: + /execa@0.10.0: resolution: {integrity: sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==} engines: {node: '>=4'} dependencies: @@ -11542,7 +12958,7 @@ packages: strip-eof: 1.0.0 dev: true - /execa/0.7.0: + /execa@0.7.0: resolution: {integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=} engines: {node: '>=4'} dependencies: @@ -11554,7 +12970,7 @@ packages: signal-exit: 3.0.3 strip-eof: 1.0.0 - /execa/0.8.0: + /execa@0.8.0: resolution: {integrity: sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=} engines: {node: '>=4'} dependencies: @@ -11566,7 +12982,7 @@ packages: signal-exit: 3.0.3 strip-eof: 1.0.0 - /execa/1.0.0: + /execa@1.0.0: resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} engines: {node: '>=6'} dependencies: @@ -11578,7 +12994,7 @@ packages: signal-exit: 3.0.3 strip-eof: 1.0.0 - /execa/3.4.0: + /execa@3.4.0: resolution: {integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==} engines: {node: ^8.12.0 || >=9.7.0} dependencies: @@ -11594,7 +13010,7 @@ packages: strip-final-newline: 2.0.0 dev: true - /execa/4.1.0: + /execa@4.1.0: resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} engines: {node: '>=10'} dependencies: @@ -11608,7 +13024,7 @@ packages: signal-exit: 3.0.3 strip-final-newline: 2.0.0 - /execa/5.1.1: + /execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} dependencies: @@ -11622,23 +13038,40 @@ packages: signal-exit: 3.0.3 strip-final-newline: 2.0.0 - /exit/0.1.2: + /exit@0.1.2: resolution: {integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=} engines: {node: '>= 0.8.0'} - /expand-brackets/2.1.4: + /expand-brackets@2.1.4: resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} engines: {node: '>=0.10.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) define-property: 0.2.5 extend-shallow: 2.0.1 posix-character-classes: 0.1.1 regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + /expand-brackets@2.1.4(supports-color@6.1.0): + resolution: {integrity: sha1-t3c14xXOMPa27/D4OwQVGiJEliI=} + engines: {node: '>=0.10.0'} + dependencies: + debug: 2.6.9(supports-color@6.1.0) + define-property: 0.2.5 + extend-shallow: 2.0.1 + posix-character-classes: 0.1.1 + regex-not: 1.0.2 + snapdragon: 0.8.2(supports-color@6.1.0) + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: false - /expect/26.6.2: + /expect@26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} dependencies: @@ -11649,7 +13082,7 @@ packages: jest-message-util: 26.6.2 jest-regex-util: 26.0.0 - /express/4.17.1: + /express@4.17.1: resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} engines: {node: '>= 0.10.0'} dependencies: @@ -11660,7 +13093,7 @@ packages: content-type: 1.0.4 cookie: 0.4.0 cookie-signature: 1.0.6 - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) depd: 1.1.2 encodeurl: 1.0.2 escape-html: 1.0.3 @@ -11683,40 +13116,80 @@ packages: type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: false + + /express@4.17.1(supports-color@6.1.0): + resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} + engines: {node: '>= 0.10.0'} + dependencies: + accepts: 1.3.7 + array-flatten: 1.1.1 + body-parser: 1.19.0(supports-color@6.1.0) + content-disposition: 0.5.3 + content-type: 1.0.4 + cookie: 0.4.0 + cookie-signature: 1.0.6 + debug: 2.6.9(supports-color@6.1.0) + depd: 1.1.2 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.1.2(supports-color@6.1.0) + fresh: 0.5.2 + merge-descriptors: 1.0.1 + methods: 1.1.2 + on-finished: 2.3.0 + parseurl: 1.3.3 + path-to-regexp: 0.1.7 + proxy-addr: 2.0.7 + qs: 6.7.0 + range-parser: 1.2.1 + safe-buffer: 5.1.2 + send: 0.17.1(supports-color@6.1.0) + serve-static: 1.14.1(supports-color@6.1.0) + setprototypeof: 1.1.1 + statuses: 1.5.0 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color dev: false - /ext/1.4.0: + /ext@1.4.0: resolution: {integrity: sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==} dependencies: type: 2.5.0 dev: false - /extend-object/1.0.0: + /extend-object@1.0.0: resolution: {integrity: sha1-QlFPhAFdE1bK9Rh5ad+yvBvaCCM=} dev: true - /extend-shallow/2.0.1: + /extend-shallow@2.0.1: resolution: {integrity: sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=} engines: {node: '>=0.10.0'} dependencies: is-extendable: 0.1.1 - /extend-shallow/3.0.2: + /extend-shallow@3.0.2: resolution: {integrity: sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=} engines: {node: '>=0.10.0'} dependencies: assign-symbols: 1.0.0 is-extendable: 1.0.1 - /extend/3.0.2: + /extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} dev: false - /extendable-error/0.1.7: + /extendable-error@0.1.7: resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} dev: true - /external-editor/3.1.0: + /external-editor@3.1.0: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} engines: {node: '>=4'} dependencies: @@ -11725,7 +13198,7 @@ packages: tmp: 0.0.33 dev: true - /extglob/2.0.4: + /extglob@2.0.4: resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} engines: {node: '>=0.10.0'} dependencies: @@ -11737,37 +13210,54 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + /extglob@2.0.4(supports-color@6.1.0): + resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} + engines: {node: '>=0.10.0'} + dependencies: + array-unique: 0.3.2 + define-property: 1.0.0 + expand-brackets: 2.1.4(supports-color@6.1.0) + extend-shallow: 2.0.1 + fragment-cache: 0.2.1 + regex-not: 1.0.2 + snapdragon: 0.8.2(supports-color@6.1.0) + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: false - /extract-files/9.0.0: + /extract-files@9.0.0: resolution: {integrity: sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==} engines: {node: ^10.17.0 || ^12.0.0 || >= 13.7.0} dev: false - /extract-stack/1.0.0: + /extract-stack@1.0.0: resolution: {integrity: sha1-uXrK+UQe6iMyUpYktzL8WhyBZfo=} engines: {node: '>=4'} dev: true - /extract-stack/2.0.0: + /extract-stack@2.0.0: resolution: {integrity: sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==} engines: {node: '>=8'} dev: true - /faker/5.5.3: + /faker@5.5.3: resolution: {integrity: sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==} dev: false - /fast-decode-uri-component/1.0.1: + /fast-decode-uri-component@1.0.1: resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} - dev: false - /fast-deep-equal/2.0.1: + /fast-deep-equal@2.0.1: resolution: {integrity: sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=} - /fast-deep-equal/3.1.3: + /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - /fast-glob/2.2.7: + /fast-glob@2.2.7: resolution: {integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==} engines: {node: '>=4.0.0'} dependencies: @@ -11777,9 +13267,11 @@ packages: is-glob: 4.0.1 merge2: 1.4.1 micromatch: 3.1.10 + transitivePeerDependencies: + - supports-color dev: true - /fast-glob/3.2.5: + /fast-glob@3.2.5: resolution: {integrity: sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==} engines: {node: '>=8'} dependencies: @@ -11790,17 +13282,17 @@ packages: micromatch: 4.0.4 picomatch: 2.3.0 - /fast-json-stable-stringify/2.1.0: + /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - /fast-json-stringify/1.21.0: + /fast-json-stringify@1.21.0: resolution: {integrity: sha512-xY6gyjmHN3AK1Y15BCbMpeO9+dea5ePVsp3BouHCdukcx0hOHbXwFhRodhcI0NpZIgDChSeAKkHW9YjKvhwKBA==} dependencies: ajv: 6.12.6 deepmerge: 4.2.2 string-similarity: 4.0.4 - /fast-json-stringify/2.7.6: + /fast-json-stringify@2.7.6: resolution: {integrity: sha512-ezem8qpAgpad6tXeUhK0aSCS8Fi2vjxTorI9i5M+xrq6UUbTl7/bBTxL1SjRI2zy+qpPkdD4+UblUCQdxRpvIg==} engines: {node: '>= 10.0.0'} dependencies: @@ -11808,66 +13300,72 @@ packages: deepmerge: 4.2.2 rfdc: 1.3.0 string-similarity: 4.0.4 - dev: false - /fast-levenshtein/2.0.6: + /fast-levenshtein@2.0.6: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} - /fast-redact/3.0.1: + /fast-redact@3.0.1: resolution: {integrity: sha512-kYpn4Y/valC9MdrISg47tZOpYBNoTXKgT9GYXFpHN/jYFs+lFkPoisY+LcBODdKVMY96ATzvzsWv+ES/4Kmufw==} engines: {node: '>=6'} - dev: false - /fast-safe-stringify/2.0.7: + /fast-safe-stringify@2.0.7: resolution: {integrity: sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==} - dev: false - /fast-shallow-equal/1.0.0: + /fast-shallow-equal@1.0.0: resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==} dev: false - /fast-url-parser/1.1.3: + /fast-url-parser@1.1.3: resolution: {integrity: sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=} dependencies: punycode: 1.4.1 - /fastest-stable-stringify/2.0.2: + /fast-xml-parser@4.3.4: + resolution: {integrity: sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==} + hasBin: true + dependencies: + strnum: 1.0.5 + dev: false + + /fastest-stable-stringify@2.0.2: resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} dev: false - /fastify-error/0.3.1: + /fastify-error@0.3.1: resolution: {integrity: sha512-oCfpcsDndgnDVgiI7bwFKAun2dO+4h84vBlkWsWnz/OUK9Reff5UFoFl241xTiLeHWX/vU9zkDVXqYUxjOwHcQ==} - /fastify-nextjs/5.4.1_next@10.2.3: + /fastify-nextjs@5.4.1(next@10.2.3): resolution: {integrity: sha512-Qy3kbp95iyajuh89leNlv7xYQzvo7xR6K4WZ6C9cF35y5KLNcG+5mzmO0uxBeC05iwr+3hjE1GuItTAb5JD0JQ==} engines: {node: '>=10'} peerDependencies: next: 9.x.x || 10.x.x dependencies: fastify-plugin: 3.0.0 - next: 10.2.3_2dbe935e140170ce01c975771f1adcbd + next: 10.2.3(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4) under-pressure: 5.7.0 dev: false - /fastify-plugin/2.3.4: + /fastify-plugin@2.3.4: resolution: {integrity: sha512-I+Oaj6p9oiRozbam30sh39BiuiqBda7yK2nmSPVwDCfIBlKnT8YB3MY+pRQc2Fcd07bf6KPGklHJaQ2Qu81TYQ==} dependencies: semver: 7.3.5 dev: false - /fastify-plugin/3.0.0: + /fastify-plugin@3.0.0: resolution: {integrity: sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==} - /fastify-static/3.4.0: + /fastify-static@3.4.0: resolution: {integrity: sha512-5y9xTNiPTj6/jDwzH6CqBIcI3/yZtocUiHoLud2NYPfHSOLlS6eW6DTheiU8b9WWlfmHfqOjwFFBdhiH1+nBhg==} dependencies: fastify-plugin: 3.0.0 glob: 7.1.7 readable-stream: 3.6.0 send: 0.17.1 + transitivePeerDependencies: + - supports-color dev: false - /fastify-static/4.2.2: + /fastify-static@4.2.2: resolution: {integrity: sha512-C631EuGdMlUzFXuuP4SqXBoQEiit9S0uYRd97cF2mFhgStvZvQKIjtzUk/GMQu6EfEdm0ddj3UAc0C6dVeNyKA==} dependencies: content-disposition: 0.5.3 @@ -11876,21 +13374,22 @@ packages: glob: 7.1.7 readable-stream: 3.6.0 send: 0.17.1 + transitivePeerDependencies: + - supports-color - /fastify-warning/0.2.0: + /fastify-warning@0.2.0: resolution: {integrity: sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==} - dev: false - /fastify-websocket/3.2.0: + /fastify-websocket@3.2.0(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-O1I04Y6aV2rkO+RRMYQzIe2h7omA20p+Nk/HAdJmfHvNErY7OCani06+rDMmQCKYbZT6RWrsy13U+GrJPhSO6Q==} dependencies: fastify-plugin: 3.0.0 - ws: 7.5.0 + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil - utf-8-validate - /fastify/3.18.0: + /fastify@3.18.0: resolution: {integrity: sha512-D4A5ns+j1NW1PUCYZ0KwThcNCB13JVAXol/zdFFr59A4fIstlk0XACu1Yun0Sxe2a86vd2rG2Q3OmsFVqsQ0LQ==} engines: {node: '>=10.16.0'} dependencies: @@ -11912,42 +13411,41 @@ packages: tiny-lru: 7.0.6 transitivePeerDependencies: - supports-color - dev: false - /fastparallel/2.4.0: + /fastparallel@2.4.0: resolution: {integrity: sha512-sacwQ7wwKlQXsa7TN24UvMBLZNLmVcPhmxccC9riFqb3N+fSczJL8eWdnZodZ/KijGVgNBBfvF/NeXER08uXnQ==} dependencies: reusify: 1.0.4 xtend: 4.0.2 - /fastq/1.11.0: + /fastq@1.11.0: resolution: {integrity: sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==} dependencies: reusify: 1.0.4 - /faye-websocket/0.11.4: + /faye-websocket@0.11.4: resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} engines: {node: '>=0.8.0'} dependencies: websocket-driver: 0.7.4 dev: false - /fb-watchman/2.0.1: + /fb-watchman@2.0.1: resolution: {integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==} dependencies: bser: 2.1.1 - /fbemitter/3.0.0: + /fbemitter@3.0.0: resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==} dependencies: fbjs: 3.0.0 dev: false - /fbjs-css-vars/1.0.2: + /fbjs-css-vars@1.0.2: resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==} dev: false - /fbjs/3.0.0: + /fbjs@3.0.0: resolution: {integrity: sha512-dJd4PiDOFuhe7vk4F80Mba83Vr2QuK86FoxtgPmzBqEJahncp+13YCmfoa53KHCo6OnlXLG7eeMWPfB5CrpVKg==} dependencies: cross-fetch: 3.1.4 @@ -11959,30 +13457,30 @@ packages: ua-parser-js: 0.7.28 dev: false - /feed/4.2.2: + /feed@4.2.2: resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==} engines: {node: '>=0.4.0'} dependencies: xml-js: 1.6.11 dev: false - /figgy-pudding/3.5.2: + /figgy-pudding@3.5.2: resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} - /figures/3.2.0: + /figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 - /file-entry-cache/6.0.1: + /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 dev: false - /file-loader/6.1.1_webpack@4.44.2: + /file-loader@6.1.1(webpack@4.44.2): resolution: {integrity: sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -11993,17 +13491,7 @@ packages: webpack: 4.44.2 dev: false - /file-loader/6.2.0: - resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} - engines: {node: '>= 10.13.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - loader-utils: 2.0.0 - schema-utils: 3.0.0 - dev: false - - /file-loader/6.2.0_webpack@4.46.0: + /file-loader@6.2.0(webpack@4.46.0): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12014,7 +13502,7 @@ packages: webpack: 4.46.0 dev: true - /file-loader/6.2.0_webpack@5.39.1: + /file-loader@6.2.0(webpack@5.39.1): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12025,7 +13513,7 @@ packages: webpack: 5.39.1 dev: false - /file-type/14.7.1: + /file-type@14.7.1: resolution: {integrity: sha512-sXAMgFk67fQLcetXustxfKX+PZgHIUFn96Xld9uH8aXPdX3xOp0/jg9OdouVTvQrf7mrn+wAa4jN/y9fUOOiRA==} engines: {node: '>=8'} dependencies: @@ -12035,27 +13523,28 @@ packages: typedarray-to-buffer: 3.1.5 dev: true - /file-type/3.9.0: + /file-type@3.9.0: resolution: {integrity: sha1-JXoHg4TR24CHvESdEH1SpSZyuek=} engines: {node: '>=0.10.0'} dev: true - /file-uri-to-path/1.0.0: + /file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} + requiresBuild: true optional: true - /filelist/1.0.2: + /filelist@1.0.2: resolution: {integrity: sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==} dependencies: minimatch: 3.0.4 dev: true - /filesize/6.1.0: + /filesize@6.1.0: resolution: {integrity: sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==} engines: {node: '>= 0.4.0'} dev: false - /fill-range/4.0.0: + /fill-range@4.0.0: resolution: {integrity: sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=} engines: {node: '>=0.10.0'} dependencies: @@ -12064,31 +13553,48 @@ packages: repeat-string: 1.6.1 to-regex-range: 2.1.1 - /fill-range/7.0.1: + /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 - /filter-console/0.1.1: + /filter-console@0.1.1: resolution: {integrity: sha512-zrXoV1Uaz52DqPs+qEwNJWJFAWZpYJ47UNmpN9q4j+/EYsz85uV0DC9k8tRND5kYmoVzL0W+Y75q4Rg8sRJCdg==} engines: {node: '>=8'} dev: true - /finalhandler/1.1.2: + /finalhandler@1.1.2: + resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} + engines: {node: '>= 0.8'} + dependencies: + debug: 2.6.9(supports-color@5.5.0) + encodeurl: 1.0.2 + escape-html: 1.0.3 + on-finished: 2.3.0 + parseurl: 1.3.3 + statuses: 1.5.0 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: false + + /finalhandler@1.1.2(supports-color@6.1.0): resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} engines: {node: '>= 0.8'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) encodeurl: 1.0.2 escape-html: 1.0.3 on-finished: 2.3.0 parseurl: 1.3.3 statuses: 1.5.0 unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color dev: false - /find-cache-dir/2.1.0: + /find-cache-dir@2.1.0: resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} engines: {node: '>=6'} dependencies: @@ -12096,7 +13602,7 @@ packages: make-dir: 2.1.0 pkg-dir: 3.0.0 - /find-cache-dir/3.3.1: + /find-cache-dir@3.3.1: resolution: {integrity: sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==} engines: {node: '>=8'} dependencies: @@ -12105,7 +13611,7 @@ packages: pkg-dir: 4.2.0 dev: false - /find-my-way/4.3.0: + /find-my-way@4.3.0: resolution: {integrity: sha512-uVmpziK3XJrP2PhD2CpMcSPnDZ69f5xESh7OuqgtaHVHszDMlwCS59oVczD1BGZTI6pMm/mrUwi0yfVLfbNC6Q==} engines: {node: '>=10'} dependencies: @@ -12113,13 +13619,12 @@ packages: fast-deep-equal: 3.1.3 safe-regex2: 2.0.0 semver-store: 0.3.0 - dev: false - /find-root/1.1.0: + /find-root@1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} dev: false - /find-up/1.1.2: + /find-up@1.1.2: resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=} engines: {node: '>=0.10.0'} dependencies: @@ -12127,54 +13632,54 @@ packages: pinkie-promise: 2.0.1 dev: true - /find-up/2.1.0: + /find-up@2.1.0: resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=} engines: {node: '>=4'} dependencies: locate-path: 2.0.0 dev: false - /find-up/3.0.0: + /find-up@3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} dependencies: locate-path: 3.0.0 - /find-up/4.1.0: + /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 - /find-up/5.0.0: + /find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 - /find-yarn-workspace-root/2.0.0: - resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} + /find-yarn-workspace-root2@1.2.16: + resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} dependencies: micromatch: 4.0.4 + pkg-dir: 4.2.0 dev: true - /find-yarn-workspace-root2/1.2.16: - resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} + /find-yarn-workspace-root@2.0.0: + resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} dependencies: micromatch: 4.0.4 - pkg-dir: 4.2.0 dev: true - /first-chunk-stream/2.0.0: + /first-chunk-stream@2.0.0: resolution: {integrity: sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA=} engines: {node: '>=0.10.0'} dependencies: readable-stream: 2.3.7 dev: true - /fkill/7.1.1: + /fkill@7.1.1: resolution: {integrity: sha512-jFPrW3qmbPQxjbKUMGPTXbpWoX5plS0BMotAB7q9jwInFd/YdrY40/5Szt4gFroF2BfXHIVuMdQC40X8IcgL3w==} engines: {node: '>=10'} dependencies: @@ -12187,7 +13692,7 @@ packages: taskkill: 3.1.0 dev: true - /flat-cache/3.0.4: + /flat-cache@3.0.4: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: @@ -12195,25 +13700,33 @@ packages: rimraf: 3.0.2 dev: false - /flatstr/1.0.12: + /flatstr@1.0.12: resolution: {integrity: sha512-4zPxDyhCyiN2wIAtSLI6gc82/EjqZc1onI4Mz/l0pWrAlsSfYH/2ZIcU+e3oA2wDwbzIWNKwa23F8rh6+DRWkw==} - dev: false - /flatted/3.1.1: + /flatted@3.1.1: resolution: {integrity: sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==} dev: false - /flatten/1.0.3: + /flatten@1.0.3: resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==} dev: false - /flush-write-stream/1.1.1: + /flow-enums-runtime@0.0.6: + resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} + dev: false + + /flow-parser@0.206.0: + resolution: {integrity: sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==} + engines: {node: '>=0.4.0'} + dev: false + + /flush-write-stream@1.1.1: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: inherits: 2.0.4 readable-stream: 2.3.7 - /flux/4.0.1_react@17.0.2: + /flux@4.0.1(react@17.0.2): resolution: {integrity: sha512-emk4RCvJ8RzNP2lNpphKnG7r18q8elDYNAPx7xn+bDeOIo9FFfxEfIQ2y6YbQNmnsGD3nH1noxtLE64Puz1bRQ==} peerDependencies: react: ^15.0.2 || ^16.0.0 || ^17.0.0 @@ -12223,26 +13736,26 @@ packages: react: 17.0.2 dev: false - /focus-lock/0.8.1: + /focus-lock@0.8.1: resolution: {integrity: sha512-/LFZOIo82WDsyyv7h7oc0MJF9ACOvDRdx9rWPZ2pgMfNWu/z8hQDBtOchuB/0BVLmuFOZjV02YwUVzNsWx/EzA==} engines: {node: '>=10'} dependencies: tslib: 1.14.1 dev: false - /folder-hash/4.0.1: + /folder-hash@4.0.1: resolution: {integrity: sha512-oF1MGtGAPezYJJRMRPzTwtDYwZdQ16UTnthsVAxjVZnlrQ36WuF6YxSgyZxnoUEK6JNPX+04FCFAkw5CzE5OMw==} engines: {node: '>=10.10.0'} hasBin: true dependencies: - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) graceful-fs: 4.2.6 minimatch: 3.0.4 transitivePeerDependencies: - supports-color dev: true - /follow-redirects/1.14.1: + /follow-redirects@1.14.1(debug@3.2.7): resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==} engines: {node: '>=4.0'} peerDependencies: @@ -12250,8 +13763,10 @@ packages: peerDependenciesMeta: debug: optional: true + dependencies: + debug: 3.2.7(supports-color@5.5.0) - /follow-redirects/1.14.1_debug@3.2.7: + /follow-redirects@1.14.1(debug@4.3.1): resolution: {integrity: sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==} engines: {node: '>=4.0'} peerDependencies: @@ -12260,20 +13775,58 @@ packages: debug: optional: true dependencies: - debug: 3.2.7 - dev: true + debug: 4.3.1(supports-color@6.1.0) + dev: false - /for-in/1.0.2: + /for-in@1.0.2: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} engines: {node: '>=0.10.0'} - /foreach/2.0.5: + /foreach@2.0.5: resolution: {integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k=} dev: false - /fork-ts-checker-webpack-plugin/4.1.6: + /fork-ts-checker-webpack-plugin@4.1.6(eslint@7.29.0)(typescript@4.3.4)(webpack@4.44.2): + resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} + engines: {node: '>=6.11.5', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: ^4.2.4 + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true + dependencies: + '@babel/code-frame': 7.10.4 + chalk: 2.4.2 + eslint: 7.29.0 + micromatch: 3.1.10 + minimatch: 3.0.4 + semver: 5.7.1 + tapable: 1.1.3 + typescript: 4.3.4 + webpack: 4.44.2 + worker-rpc: 0.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /fork-ts-checker-webpack-plugin@4.1.6(typescript@4.3.4)(webpack@5.39.1): resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} + peerDependencies: + eslint: '>= 6' + typescript: ^4.2.4 + vue-template-compiler: '*' + webpack: '>= 4' + peerDependenciesMeta: + eslint: + optional: true + vue-template-compiler: + optional: true dependencies: '@babel/code-frame': 7.10.4 chalk: 2.4.2 @@ -12281,10 +13834,14 @@ packages: minimatch: 3.0.4 semver: 5.7.1 tapable: 1.1.3 + typescript: 4.3.4 + webpack: 5.39.1 worker-rpc: 0.1.1 + transitivePeerDependencies: + - supports-color dev: false - /form-data/2.5.1: + /form-data@2.5.1: resolution: {integrity: sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==} engines: {node: '>= 0.12'} dependencies: @@ -12292,7 +13849,7 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.31 - /form-data/3.0.1: + /form-data@3.0.1: resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} engines: {node: '>= 6'} dependencies: @@ -12300,22 +13857,21 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.31 - /forwarded/0.2.0: + /forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} - dev: false - /fraction.js/4.1.1: + /fraction.js@4.1.1: resolution: {integrity: sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==} dev: false - /fragment-cache/0.2.1: + /fragment-cache@0.2.1: resolution: {integrity: sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=} engines: {node: '>=0.10.0'} dependencies: map-cache: 0.2.2 - /framer-motion/4.1.17_react-dom@17.0.2+react@17.0.2: + /framer-motion@4.1.17(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-thx1wvKzblzbs0XaK2X0G1JuwIdARcoNOW7VVwjO8BUltzXPyONGAElLu6CiCScsOQRI7FIk/45YTFtJw5Yozw==} peerDependencies: react: '>=16.8 || ^17.0.0' @@ -12325,43 +13881,43 @@ packages: hey-listen: 1.0.8 popmotion: 9.3.6 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) style-value-types: 4.1.4 tslib: 2.3.0 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 dev: false - /framesync/5.3.0: + /framesync@5.3.0: resolution: {integrity: sha512-oc5m68HDO/tuK2blj7ZcdEBRx3p1PjrgHazL8GYEpvULhrtGIFbQArN6cQS2QhW8mitffaB+VYzMjDqBxxQeoA==} dependencies: tslib: 2.3.0 dev: false - /fresh/0.5.2: + /fresh@0.5.2: resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} engines: {node: '>= 0.6'} - /from/0.1.7: - resolution: {integrity: sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=} - dev: true - - /from2/2.3.0: + /from2@2.3.0: resolution: {integrity: sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=} dependencies: inherits: 2.0.4 readable-stream: 2.3.7 - /fs-capacitor/6.2.0: + /from@0.1.7: + resolution: {integrity: sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=} + dev: true + + /fs-capacitor@6.2.0: resolution: {integrity: sha512-nKcE1UduoSKX27NSZlg879LdQc94OtbOsEmKMN2MBNudXREvijRKx2GEBsTMTfws+BrbkJoEuynbGSVRSpauvw==} engines: {node: '>=10'} dev: false - /fs-constants/1.0.0: + /fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} dev: true - /fs-extra/10.0.0: + /fs-extra@10.0.0: resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} engines: {node: '>=12'} dependencies: @@ -12369,7 +13925,7 @@ packages: jsonfile: 6.1.0 universalify: 2.0.0 - /fs-extra/6.0.1: + /fs-extra@6.0.1: resolution: {integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==} dependencies: graceful-fs: 4.2.6 @@ -12377,7 +13933,7 @@ packages: universalify: 0.1.2 dev: true - /fs-extra/7.0.1: + /fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} dependencies: @@ -12385,7 +13941,7 @@ packages: jsonfile: 4.0.0 universalify: 0.1.2 - /fs-extra/8.1.0: + /fs-extra@8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} dependencies: @@ -12393,7 +13949,7 @@ packages: jsonfile: 4.0.0 universalify: 0.1.2 - /fs-extra/9.1.0: + /fs-extra@9.1.0: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} engines: {node: '>=10'} dependencies: @@ -12403,14 +13959,14 @@ packages: universalify: 2.0.0 dev: false - /fs-minipass/2.1.0: + /fs-minipass@2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: minipass: 3.1.3 dev: false - /fs-write-stream-atomic/1.0.10: + /fs-write-stream-atomic@1.0.10: resolution: {integrity: sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=} dependencies: graceful-fs: 4.2.6 @@ -12418,116 +13974,119 @@ packages: imurmurhash: 0.1.4 readable-stream: 2.3.7 - /fs.realpath/1.0.0: + /fs.realpath@1.0.0: resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} - /fsevents/1.2.13: + /fsevents@1.2.13: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 requiresBuild: true dependencies: bindings: 1.5.0 nan: 2.14.2 optional: true - /fsevents/2.3.2: + /fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] + requiresBuild: true optional: true - /function-bind/1.1.1: + /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} - /functional-red-black-tree/1.0.1: + /functional-red-black-tree@1.0.1: resolution: {integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=} dev: false - /generate-function/2.3.1: + /generate-function@2.3.1: resolution: {integrity: sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==} dependencies: is-property: 1.0.2 - /gensync/1.0.0-beta.2: + /gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} - /get-caller-file/2.0.5: + /get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - /get-intrinsic/1.1.1: + /get-intrinsic@1.1.1: resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} dependencies: function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.2 - /get-nonce/1.0.1: + /get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} engines: {node: '>=6'} dev: false - /get-orientation/1.1.2: + /get-orientation@1.1.2: resolution: {integrity: sha512-/pViTfifW+gBbh/RnlFYHINvELT9Znt+SYyDKAUL6uV6By019AK/s+i9XP4jSwq7lwP38Fd8HVeTxym3+hkwmQ==} dependencies: stream-parser: 0.3.1 + transitivePeerDependencies: + - supports-color dev: false - /get-own-enumerable-property-symbols/3.0.2: + /get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: false - /get-package-type/0.1.0: + /get-package-type@0.1.0: resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} engines: {node: '>=8.0.0'} - /get-port/5.1.1: + /get-port@5.1.1: resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} engines: {node: '>=8'} - /get-stdin/4.0.1: + /get-stdin@4.0.1: resolution: {integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=} engines: {node: '>=0.10.0'} dev: true - /get-stdin/5.0.1: + /get-stdin@5.0.1: resolution: {integrity: sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=} engines: {node: '>=0.12.0'} dev: true - /get-stdin/7.0.0: + /get-stdin@7.0.0: resolution: {integrity: sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==} engines: {node: '>=8'} dev: true - /get-stream/3.0.0: + /get-stream@3.0.0: resolution: {integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=} engines: {node: '>=4'} - /get-stream/4.1.0: + /get-stream@4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} engines: {node: '>=6'} dependencies: pump: 3.0.0 - /get-stream/5.2.0: + /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} dependencies: pump: 3.0.0 - /get-stream/6.0.1: + /get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - /get-value/2.0.6: + /get-value@2.0.6: resolution: {integrity: sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=} engines: {node: '>=0.10.0'} - /gh-got/5.0.0: + /gh-got@5.0.0: resolution: {integrity: sha1-7pW+NxBv2HSKlvjR20uuqJ4b+oo=} engines: {node: '>=4'} dependencies: @@ -12535,7 +14094,7 @@ packages: is-plain-obj: 1.1.0 dev: true - /gh-got/6.0.0: + /gh-got@6.0.0: resolution: {integrity: sha512-F/mS+fsWQMo1zfgG9MD8KWvTWPPzzhuVwY++fhQ5Ggd+0P+CAMHtzMZhNxG+TqGfHDChJKsbh6otfMGqO2AKBw==} engines: {node: '>=4'} dependencies: @@ -12543,7 +14102,7 @@ packages: is-plain-obj: 1.1.0 dev: true - /github-release-cli/2.0.0: + /github-release-cli@2.0.0: resolution: {integrity: sha512-azpB8Dh1PNWPEHC5tJSleTaVqYGHOLynadgSv1amZFAsy/R0tYIBQ1mpZo9gUa0KWNfF72bI69uivxuFuC1cyQ==} hasBin: true dependencies: @@ -12558,46 +14117,46 @@ packages: url-parse: 1.5.1 dev: true - /github-slugger/1.3.0: + /github-slugger@1.3.0: resolution: {integrity: sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==} dependencies: emoji-regex: 6.1.1 - /github-username/3.0.0: + /github-username@3.0.0: resolution: {integrity: sha1-CnciGbMTB0NCnyRW0L3T21Xc57E=} engines: {node: '>=4'} dependencies: gh-got: 5.0.0 dev: true - /github-username/4.1.0: + /github-username@4.1.0: resolution: {integrity: sha1-y+KABBiDIG2kISrp5LXxacML9Bc=} engines: {node: '>=4'} dependencies: gh-got: 6.0.0 dev: true - /glob-parent/3.1.0: + /glob-parent@3.1.0: resolution: {integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=} dependencies: is-glob: 3.1.0 path-dirname: 1.0.2 - /glob-parent/5.1.2: + /glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} dependencies: is-glob: 4.0.1 - /glob-to-regexp/0.3.0: + /glob-to-regexp@0.3.0: resolution: {integrity: sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=} dev: true - /glob-to-regexp/0.4.1: + /glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: false - /glob/6.0.4: + /glob@6.0.4: resolution: {integrity: sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=} dependencies: inflight: 1.0.6 @@ -12607,7 +14166,7 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob/7.1.6: + /glob@7.1.6: resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} dependencies: fs.realpath: 1.0.0 @@ -12617,7 +14176,7 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob/7.1.7: + /glob@7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} dependencies: fs.realpath: 1.0.0 @@ -12627,27 +14186,27 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /global-dirs/2.1.0: + /global-dirs@2.1.0: resolution: {integrity: sha512-MG6kdOUh/xBnyo9cJFeIKkLEc1AyFq42QTU4XiX51i2NEdxLxLWXIjEjmqKeSuKR7pAZjTqUVoT2b2huxVLgYQ==} engines: {node: '>=8'} dependencies: ini: 1.3.7 - /global-dirs/3.0.0: + /global-dirs@3.0.0: resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==} engines: {node: '>=10'} dependencies: ini: 2.0.0 dev: false - /global-modules/2.0.0: + /global-modules@2.0.0: resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} engines: {node: '>=6'} dependencies: global-prefix: 3.0.0 dev: false - /global-prefix/3.0.0: + /global-prefix@3.0.0: resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} engines: {node: '>=6'} dependencies: @@ -12656,18 +14215,18 @@ packages: which: 1.3.1 dev: false - /globals/11.12.0: + /globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.9.0: + /globals@13.9.0: resolution: {integrity: sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: false - /globby/10.0.2: + /globby@10.0.2: resolution: {integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==} engines: {node: '>=8'} dependencies: @@ -12681,7 +14240,7 @@ packages: slash: 3.0.0 dev: true - /globby/11.0.1: + /globby@11.0.1: resolution: {integrity: sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==} engines: {node: '>=10'} dependencies: @@ -12693,7 +14252,7 @@ packages: slash: 3.0.0 dev: false - /globby/11.0.3: + /globby@11.0.3: resolution: {integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==} engines: {node: '>=10'} dependencies: @@ -12705,7 +14264,7 @@ packages: slash: 3.0.0 dev: false - /globby/11.0.4: + /globby@11.0.4: resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} engines: {node: '>=10'} dependencies: @@ -12716,7 +14275,7 @@ packages: merge2: 1.4.1 slash: 3.0.0 - /globby/4.1.0: + /globby@4.1.0: resolution: {integrity: sha1-CA9UVJ7BuCpsYOYx/ILhIR2+lfg=} engines: {node: '>=0.10.0'} dependencies: @@ -12728,7 +14287,7 @@ packages: pinkie-promise: 2.0.1 dev: true - /globby/6.1.0: + /globby@6.1.0: resolution: {integrity: sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=} engines: {node: '>=0.10.0'} dependencies: @@ -12739,7 +14298,7 @@ packages: pinkie-promise: 2.0.1 dev: false - /globby/8.0.2: + /globby@8.0.2: resolution: {integrity: sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==} engines: {node: '>=4'} dependencies: @@ -12750,9 +14309,11 @@ packages: ignore: 3.3.10 pify: 3.0.0 slash: 1.0.0 + transitivePeerDependencies: + - supports-color dev: true - /globby/9.2.0: + /globby@9.2.0: resolution: {integrity: sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==} engines: {node: '>=6'} dependencies: @@ -12764,19 +14325,24 @@ packages: ignore: 4.0.6 pify: 4.0.1 slash: 2.0.0 + transitivePeerDependencies: + - supports-color dev: true - /good-listener/1.2.2: + /good-listener@1.2.2: resolution: {integrity: sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=} + requiresBuild: true dependencies: delegate: 3.2.0 dev: false optional: true - /got/6.7.1: + /got@6.7.1: resolution: {integrity: sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=} engines: {node: '>=4'} dependencies: + '@types/keyv': 3.1.4 + '@types/responselike': 1.0.3 create-error-class: 3.0.2 duplexer3: 0.1.4 get-stream: 3.0.0 @@ -12790,10 +14356,12 @@ packages: url-parse-lax: 1.0.0 dev: true - /got/7.1.0: + /got@7.1.0: resolution: {integrity: sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==} engines: {node: '>=4'} dependencies: + '@types/keyv': 3.1.4 + '@types/responselike': 1.0.3 decompress-response: 3.3.0 duplexer3: 0.1.4 get-stream: 3.0.0 @@ -12810,12 +14378,14 @@ packages: url-to-options: 1.0.1 dev: true - /got/9.6.0: + /got@9.6.0: resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} engines: {node: '>=8.6'} dependencies: '@sindresorhus/is': 0.14.0 '@szmarczak/http-timer': 1.1.2 + '@types/keyv': 3.1.4 + '@types/responselike': 1.0.3 cacheable-request: 6.1.0 decompress-response: 3.3.0 duplexer3: 0.1.4 @@ -12826,14 +14396,18 @@ packages: to-readable-stream: 1.0.0 url-parse-lax: 3.0.0 - /graceful-fs/4.2.6: + /graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + dev: false + + /graceful-fs@4.2.6: resolution: {integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==} - /grapheme-splitter/1.0.4: + /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /graphql-jit/0.5.1_graphql@15.5.1: + /graphql-jit@0.5.1(graphql@15.5.1): resolution: {integrity: sha512-gzgnlu9/R/SnMnPe7MGQWh6sIpK7Tva2mT2ulhUenD0GZD1izbakevGGRT6ApTMenCOiClSVcugDNziXC5KKYg==} peerDependencies: graphql: '>=15' @@ -12846,7 +14420,7 @@ packages: lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 - /graphql-tag/2.12.4_graphql@15.5.1: + /graphql-tag@2.12.4(graphql@15.5.1): resolution: {integrity: sha512-VV1U4O+9x99EkNpNmCUV5RZwq6MnK4+pGbRYWG+lA/m3uo7TSqJF81OkcOP148gFP6fzdl7JWYBrwWVTS9jXww==} engines: {node: '>=10'} peerDependencies: @@ -12856,7 +14430,7 @@ packages: tslib: 2.3.0 dev: false - /graphql-upload/11.0.0_graphql@15.5.1: + /graphql-upload@11.0.0(graphql@15.5.1): resolution: {integrity: sha512-zsrDtu5gCbQFDWsNa5bMB4nf1LpKX9KDgh+f8oL1288ijV4RxeckhVozAjqjXAfRpxOHD1xOESsh6zq8SjdgjA==} engines: {node: ^10.13.0 || ^12.0.0 || >= 13.7.0} peerDependencies: @@ -12870,11 +14444,11 @@ packages: object-path: 0.11.5 dev: false - /graphql/15.5.1: + /graphql@15.5.1: resolution: {integrity: sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==} engines: {node: '>= 10.x'} - /gray-matter/4.0.3: + /gray-matter@4.0.3: resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} engines: {node: '>=6.0'} dependencies: @@ -12884,17 +14458,18 @@ packages: strip-bom-string: 1.0.0 dev: false - /grouped-queue/1.1.0: + /grouped-queue@1.1.0: resolution: {integrity: sha512-rZOFKfCqLhsu5VqjBjEWiwrYqJR07KxIkH4mLZlNlGDfntbb4FbMyGFP14TlvRPrU9S3Hnn/sgxbC5ZeN0no3Q==} dependencies: lodash: 4.17.21 dev: true - /growly/1.3.0: + /growly@1.3.0: resolution: {integrity: sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=} + requiresBuild: true optional: true - /gzip-size/5.1.1: + /gzip-size@5.1.1: resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} engines: {node: '>=6'} dependencies: @@ -12902,17 +14477,17 @@ packages: pify: 4.0.1 dev: false - /gzip-size/6.0.0: + /gzip-size@6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} engines: {node: '>=10'} dependencies: duplexer: 0.1.2 - /handle-thing/2.0.1: + /handle-thing@2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} dev: false - /handlebars/4.7.7: + /handlebars@4.7.7: resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} engines: {node: '>=0.4.7'} hasBin: true @@ -12925,58 +14500,58 @@ packages: uglify-js: 3.13.9 dev: false - /hard-rejection/2.1.0: + /hard-rejection@2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} dev: true - /harmony-reflect/1.6.2: + /harmony-reflect@1.6.2: resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} dev: false - /has-ansi/2.0.0: + /has-ansi@2.0.0: resolution: {integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=} engines: {node: '>=0.10.0'} dependencies: ansi-regex: 2.1.1 dev: true - /has-bigints/1.0.1: + /has-bigints@1.0.1: resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} - /has-flag/1.0.0: + /has-flag@1.0.0: resolution: {integrity: sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=} engines: {node: '>=0.10.0'} dev: true - /has-flag/2.0.0: + /has-flag@2.0.0: resolution: {integrity: sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=} engines: {node: '>=0.10.0'} dev: true - /has-flag/3.0.0: + /has-flag@3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} engines: {node: '>=4'} - /has-flag/4.0.0: + /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - /has-symbol-support-x/1.4.2: + /has-symbol-support-x@1.4.2: resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} dev: true - /has-symbols/1.0.2: + /has-symbols@1.0.2: resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==} engines: {node: '>= 0.4'} - /has-to-string-tag-x/1.4.1: + /has-to-string-tag-x@1.4.1: resolution: {integrity: sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==} dependencies: has-symbol-support-x: 1.4.2 dev: true - /has-value/0.3.1: + /has-value@0.3.1: resolution: {integrity: sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=} engines: {node: '>=0.10.0'} dependencies: @@ -12984,7 +14559,7 @@ packages: has-values: 0.1.4 isobject: 2.1.0 - /has-value/1.0.0: + /has-value@1.0.0: resolution: {integrity: sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=} engines: {node: '>=0.10.0'} dependencies: @@ -12992,28 +14567,28 @@ packages: has-values: 1.0.0 isobject: 3.0.1 - /has-values/0.1.4: + /has-values@0.1.4: resolution: {integrity: sha1-bWHeldkd/Km5oCCJrThL/49it3E=} engines: {node: '>=0.10.0'} - /has-values/1.0.0: + /has-values@1.0.0: resolution: {integrity: sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=} engines: {node: '>=0.10.0'} dependencies: is-number: 3.0.0 kind-of: 4.0.0 - /has-yarn/2.1.0: + /has-yarn@2.1.0: resolution: {integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==} engines: {node: '>=8'} - /has/1.0.3: + /has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 - /hash-base/3.1.0: + /hash-base@3.1.0: resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} engines: {node: '>=4'} dependencies: @@ -13021,13 +14596,13 @@ packages: readable-stream: 3.6.0 safe-buffer: 5.2.1 - /hash.js/1.1.7: + /hash.js@1.1.7: resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 - /hast-to-hyperscript/9.0.1: + /hast-to-hyperscript@9.0.1: resolution: {integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==} dependencies: '@types/unist': 2.0.3 @@ -13039,7 +14614,7 @@ packages: web-namespaces: 1.1.4 dev: false - /hast-util-from-parse5/5.0.3: + /hast-util-from-parse5@5.0.3: resolution: {integrity: sha512-gOc8UB99F6eWVWFtM9jUikjN7QkWxB3nY0df5Z0Zq1/Nkwl5V4hAAsl0tmwlgWl/1shlTF8DnNYLO8X6wRV9pA==} dependencies: ccount: 1.1.0 @@ -13049,7 +14624,7 @@ packages: xtend: 4.0.2 dev: false - /hast-util-from-parse5/6.0.1: + /hast-util-from-parse5@6.0.1: resolution: {integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==} dependencies: '@types/parse5': 5.0.3 @@ -13060,11 +14635,11 @@ packages: web-namespaces: 1.1.4 dev: false - /hast-util-parse-selector/2.2.5: + /hast-util-parse-selector@2.2.5: resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==} dev: false - /hast-util-raw/6.0.1: + /hast-util-raw@6.0.1: resolution: {integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==} dependencies: '@types/hast': 2.3.1 @@ -13079,7 +14654,7 @@ packages: zwitch: 1.0.5 dev: false - /hast-util-to-parse5/6.0.0: + /hast-util-to-parse5@6.0.0: resolution: {integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==} dependencies: hast-to-hyperscript: 9.0.1 @@ -13089,7 +14664,7 @@ packages: zwitch: 1.0.5 dev: false - /hastscript/5.1.2: + /hastscript@5.1.2: resolution: {integrity: sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==} dependencies: comma-separated-tokens: 1.0.8 @@ -13098,7 +14673,7 @@ packages: space-separated-tokens: 1.1.5 dev: false - /hastscript/6.0.0: + /hastscript@6.0.0: resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==} dependencies: '@types/hast': 2.3.1 @@ -13108,26 +14683,53 @@ packages: space-separated-tokens: 1.1.5 dev: false - /he/1.2.0: + /he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true dev: false - /header-case/2.0.4: + /header-case@2.0.4: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} dependencies: capital-case: 1.0.4 tslib: 2.3.0 dev: false - /hex-color-regex/1.1.0: + /hermes-estree@0.15.0: + resolution: {integrity: sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ==} + dev: false + + /hermes-estree@0.16.0: + resolution: {integrity: sha512-XCoTuBU8S+Jg8nFzaqgy6pNEYo0WYkbMmuJldb3svzpJ2SNUYJDg28b1ltoDMo7k3YlJwPRg7ZS3JTWV3DkDZA==} + dev: false + + /hermes-parser@0.15.0: + resolution: {integrity: sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q==} + dependencies: + hermes-estree: 0.15.0 + dev: false + + /hermes-parser@0.16.0: + resolution: {integrity: sha512-tdJJntb45DUpv8j7ybHfq8NfIQgz8AgaD+PVFyfjK+O+v2N5zbsSDtlvQN2uxCghoTkQL86BEs9oi8IPrUE9Pg==} + dependencies: + hermes-estree: 0.16.0 + dev: false + + /hermes-profile-transformer@0.0.6: + resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} + engines: {node: '>=8'} + dependencies: + source-map: 0.7.3 + dev: false + + /hex-color-regex@1.1.0: resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} - /hey-listen/1.0.8: + /hey-listen@1.0.8: resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} dev: false - /history/4.10.1: + /history@4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: '@babel/runtime': 7.14.6 @@ -13138,35 +14740,35 @@ packages: value-equal: 1.0.1 dev: false - /hmac-drbg/1.0.1: + /hmac-drbg@1.0.1: resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=} dependencies: hash.js: 1.1.7 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - /hoist-non-react-statics/3.3.2: + /hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: react-is: 16.13.1 dev: false - /hoopy/0.1.4: + /hoopy@0.1.4: resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} engines: {node: '>= 6.0.0'} dev: false - /hosted-git-info/2.8.9: + /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} - /hosted-git-info/4.0.2: + /hosted-git-info@4.0.2: resolution: {integrity: sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: true - /hpack.js/2.1.6: + /hpack.js@2.1.6: resolution: {integrity: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=} dependencies: inherits: 2.0.4 @@ -13175,26 +14777,26 @@ packages: wbuf: 1.7.3 dev: false - /hsl-regex/1.0.0: + /hsl-regex@1.0.0: resolution: {integrity: sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=} - /hsla-regex/1.0.0: + /hsla-regex@1.0.0: resolution: {integrity: sha1-wc56MWjIxmFAM6S194d/OyJfnDg=} - /html-encoding-sniffer/2.0.1: + /html-encoding-sniffer@2.0.1: resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} engines: {node: '>=10'} dependencies: whatwg-encoding: 1.0.5 - /html-entities/1.4.0: + /html-entities@1.4.0: resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} dev: false - /html-escaper/2.0.2: + /html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - /html-minifier-terser/5.1.1: + /html-minifier-terser@5.1.1: resolution: {integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==} engines: {node: '>=6'} hasBin: true @@ -13208,16 +14810,16 @@ packages: terser: 4.8.0 dev: false - /html-tags/3.1.0: + /html-tags@3.1.0: resolution: {integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==} engines: {node: '>=8'} dev: false - /html-void-elements/1.0.5: + /html-void-elements@1.0.5: resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} dev: false - /html-webpack-plugin/4.5.0_webpack@4.44.2: + /html-webpack-plugin@4.5.0(webpack@4.44.2): resolution: {integrity: sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==} engines: {node: '>=6.9'} peerDependencies: @@ -13235,7 +14837,7 @@ packages: webpack: 4.44.2 dev: false - /html-webpack-plugin/5.3.1_webpack@5.39.1: + /html-webpack-plugin@5.3.1(webpack@5.39.1): resolution: {integrity: sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==} engines: {node: '>=10.13.0'} peerDependencies: @@ -13249,7 +14851,7 @@ packages: webpack: 5.39.1 dev: false - /htmlparser2/3.10.1: + /htmlparser2@3.10.1: resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} dependencies: domelementtype: 1.3.1 @@ -13260,7 +14862,7 @@ packages: readable-stream: 3.6.0 dev: false - /htmlparser2/6.1.0: + /htmlparser2@6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} dependencies: domelementtype: 2.2.0 @@ -13269,15 +14871,15 @@ packages: entities: 2.2.0 dev: false - /http-cache-semantics/4.1.0: + /http-cache-semantics@4.1.0: resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} - /http-call/5.3.0: + /http-call@5.3.0: resolution: {integrity: sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w==} engines: {node: '>=8.0.0'} dependencies: content-type: 1.0.4 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) is-retry-allowed: 1.2.0 is-stream: 2.0.0 parse-json: 4.0.0 @@ -13286,11 +14888,11 @@ packages: - supports-color dev: true - /http-deceiver/1.2.7: + /http-deceiver@1.2.7: resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=} dev: false - /http-errors/1.6.3: + /http-errors@1.6.3: resolution: {integrity: sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=} engines: {node: '>= 0.6'} dependencies: @@ -13300,7 +14902,7 @@ packages: statuses: 1.5.0 dev: false - /http-errors/1.7.2: + /http-errors@1.7.2: resolution: {integrity: sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==} engines: {node: '>= 0.6'} dependencies: @@ -13311,7 +14913,7 @@ packages: toidentifier: 1.0.0 dev: false - /http-errors/1.7.3: + /http-errors@1.7.3: resolution: {integrity: sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==} engines: {node: '>= 0.6'} dependencies: @@ -13321,7 +14923,7 @@ packages: statuses: 1.5.0 toidentifier: 1.0.0 - /http-errors/1.8.0: + /http-errors@1.8.0: resolution: {integrity: sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==} engines: {node: '>= 0.6'} dependencies: @@ -13332,107 +14934,108 @@ packages: toidentifier: 1.0.0 dev: false - /http-link-header/1.0.3: + /http-link-header@1.0.3: resolution: {integrity: sha512-nARK1wSKoBBrtcoESlHBx36c1Ln/gnbNQi1eB6MeTUefJIT3NvUOsV15bClga0k38f0q/kN5xxrGSDS3EFnm9w==} engines: {node: '>=4.0.0'} dev: true - /http-parser-js/0.5.3: + /http-parser-js@0.5.3: resolution: {integrity: sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==} dev: false - /http-proxy-agent/4.0.1: + /http-proxy-agent@4.0.1: resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} engines: {node: '>= 6'} dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) transitivePeerDependencies: - supports-color - /http-proxy-middleware/0.19.1_debug@4.3.1: + /http-proxy-middleware@0.19.1(debug@4.3.1)(supports-color@6.1.0): resolution: {integrity: sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==} engines: {node: '>=4.0.0'} dependencies: - http-proxy: 1.18.1_debug@4.3.1 + http-proxy: 1.18.1(debug@4.3.1) is-glob: 4.0.1 lodash: 4.17.21 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) transitivePeerDependencies: - debug + - supports-color dev: false - /http-proxy/1.18.1_debug@4.3.1: + /http-proxy@1.18.1(debug@4.3.1): resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.14.1 + follow-redirects: 1.14.1(debug@4.3.1) requires-port: 1.0.0 transitivePeerDependencies: - debug dev: false - /https-browserify/1.0.0: + /https-browserify@1.0.0: resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=} - /https-proxy-agent/5.0.0: + /https-proxy-agent@5.0.0: resolution: {integrity: sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==} engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) transitivePeerDependencies: - supports-color - /human-id/1.0.2: + /human-id@1.0.2: resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} dev: true - /human-signals/1.1.1: + /human-signals@1.1.1: resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} engines: {node: '>=8.12.0'} - /human-signals/2.1.0: + /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - /husky/6.0.0: + /husky@6.0.0: resolution: {integrity: sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==} hasBin: true dev: true - /hyperlinker/1.0.0: + /hyperlinker@1.0.0: resolution: {integrity: sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==} engines: {node: '>=4'} dev: true - /hyphenate-style-name/1.0.4: + /hyphenate-style-name@1.0.4: resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==} dev: false - /iconv-lite/0.4.24: + /iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 - /iconv-lite/0.6.3: + /iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 dev: false - /icss-utils/4.1.1: + /icss-utils@4.1.1: resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} engines: {node: '>= 6'} dependencies: postcss: 7.0.36 dev: false - /icss-utils/5.1.0_postcss@8.3.5: + /icss-utils@5.1.0(postcss@8.3.5): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -13440,61 +15043,69 @@ packages: dependencies: postcss: 8.3.5 - /identity-obj-proxy/3.0.0: + /identity-obj-proxy@3.0.0: resolution: {integrity: sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=} engines: {node: '>=4'} dependencies: harmony-reflect: 1.6.2 dev: false - /ieee754/1.2.1: + /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - /iferr/0.1.5: + /iferr@0.1.5: resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=} - /ignore-by-default/1.0.1: + /ignore-by-default@1.0.1: resolution: {integrity: sha1-SMptcvbGo68Aqa1K5odr44ieKwk=} - /ignore/3.3.10: + /ignore@3.3.10: resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} dev: true - /ignore/4.0.6: + /ignore@4.0.6: resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} engines: {node: '>= 4'} - /ignore/5.1.8: + /ignore@5.1.8: resolution: {integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==} engines: {node: '>= 4'} - /immediate/3.0.6: + /image-size@1.1.1: + resolution: {integrity: sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==} + engines: {node: '>=16.x'} + hasBin: true + dependencies: + queue: 6.0.2 + dev: false + + /immediate@3.0.6: resolution: {integrity: sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=} dev: false - /immer/8.0.1: + /immer@8.0.1: resolution: {integrity: sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==} dev: false - /immutable/3.7.6: + /immutable@3.7.6: resolution: {integrity: sha1-E7TTyxK++hVIKib+Gy665kAHHks=} engines: {node: '>=0.8.0'} dev: false - /import-cwd/2.1.0: + /import-cwd@2.1.0: resolution: {integrity: sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=} engines: {node: '>=4'} dependencies: import-from: 2.1.0 dev: false - /import-cwd/3.0.0: + /import-cwd@3.0.0: resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==} engines: {node: '>=8'} dependencies: import-from: 3.0.0 - /import-fresh/2.0.0: + /import-fresh@2.0.0: resolution: {integrity: sha1-2BNVwVYS04bGH53dOSLUMEgipUY=} engines: {node: '>=4'} dependencies: @@ -13502,31 +15113,31 @@ packages: resolve-from: 3.0.0 dev: false - /import-fresh/3.3.0: + /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - /import-from/2.1.0: + /import-from@2.1.0: resolution: {integrity: sha1-M1238qev/VOqpHHUuAId7ja387E=} engines: {node: '>=4'} dependencies: resolve-from: 3.0.0 dev: false - /import-from/3.0.0: + /import-from@3.0.0: resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==} engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 - /import-lazy/2.1.0: + /import-lazy@2.1.0: resolution: {integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=} engines: {node: '>=4'} - /import-local/2.0.0: + /import-local@2.0.0: resolution: {integrity: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==} engines: {node: '>=6'} hasBin: true @@ -13535,7 +15146,7 @@ packages: resolve-cwd: 2.0.0 dev: false - /import-local/3.0.2: + /import-local@3.0.2: resolution: {integrity: sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==} engines: {node: '>=8'} hasBin: true @@ -13543,75 +15154,75 @@ packages: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - /imurmurhash/0.1.4: + /imurmurhash@0.1.4: resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} engines: {node: '>=0.8.19'} - /indent-string/2.1.0: + /indent-string@2.1.0: resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=} engines: {node: '>=0.10.0'} dependencies: repeating: 2.0.1 dev: true - /indent-string/3.2.0: + /indent-string@3.2.0: resolution: {integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=} engines: {node: '>=4'} dev: true - /indent-string/4.0.0: + /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} - /indexes-of/1.0.1: + /indexes-of@1.0.1: resolution: {integrity: sha1-8w9xbI4r00bHtn0985FVZqfAVgc=} dev: false - /infer-owner/1.0.4: + /infer-owner@1.0.4: resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} - /infima/0.2.0-alpha.26: + /infima@0.2.0-alpha.26: resolution: {integrity: sha512-0/Dt+89mf8xW+9/hKGmynK+WOAsiy0QydVJL0qie6WK57yGIQv+SjJrhMybKndnmkZBQ+Vlt0tWPnTakx8X2Qw==} engines: {node: '>=12'} dev: false - /inflight/1.0.6: + /inflight@1.0.6: resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} dependencies: once: 1.4.0 wrappy: 1.0.2 - /inherits/2.0.1: + /inherits@2.0.1: resolution: {integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=} - /inherits/2.0.3: + /inherits@2.0.3: resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=} - /inherits/2.0.4: + /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - /ini/1.3.7: + /ini@1.3.7: resolution: {integrity: sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==} - /ini/1.3.8: + /ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - /ini/2.0.0: + /ini@2.0.0: resolution: {integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==} engines: {node: '>=10'} dev: false - /inline-style-parser/0.1.1: + /inline-style-parser@0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} dev: false - /inline-style-prefixer/6.0.0: + /inline-style-prefixer@6.0.0: resolution: {integrity: sha512-XTHvRUS4ZJNzC1GixJRmOlWSS45fSt+DJoyQC9ytj0WxQfcgofQtDtyKKYxHUqEsWCs+LIWftPF1ie7+i012Fg==} dependencies: css-in-js-utils: 2.0.1 dev: false - /inquirer/7.3.3: + /inquirer@7.3.3: resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} engines: {node: '>=8.0.0'} dependencies: @@ -13630,7 +15241,7 @@ packages: through: 2.3.8 dev: true - /internal-ip/4.3.0: + /internal-ip@4.3.0: resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} engines: {node: '>=6'} dependencies: @@ -13638,7 +15249,7 @@ packages: ipaddr.js: 1.9.1 dev: false - /internal-slot/1.0.3: + /internal-slot@1.0.3: resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} engines: {node: '>= 0.4'} dependencies: @@ -13647,40 +15258,39 @@ packages: side-channel: 1.0.4 dev: false - /interpret/1.4.0: + /interpret@1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} - /invariant/2.2.4: + /invariant@2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: loose-envify: 1.4.0 dev: false - /ip-regex/2.1.0: + /ip-regex@2.1.0: resolution: {integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=} engines: {node: '>=4'} dev: false - /ip/1.1.5: + /ip@1.1.5: resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=} dev: false - /ipaddr.js/1.9.1: + /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} - dev: false - /is-absolute-url/2.1.0: + /is-absolute-url@2.1.0: resolution: {integrity: sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=} engines: {node: '>=0.10.0'} dev: false - /is-absolute-url/3.0.3: + /is-absolute-url@3.0.3: resolution: {integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==} engines: {node: '>=8'} - /is-absolute/1.0.0: + /is-absolute@1.0.0: resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} engines: {node: '>=0.10.0'} dependencies: @@ -13688,89 +15298,89 @@ packages: is-windows: 1.0.2 dev: false - /is-accessor-descriptor/0.1.6: + /is-accessor-descriptor@0.1.6: resolution: {integrity: sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /is-accessor-descriptor/1.0.0: + /is-accessor-descriptor@1.0.0: resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 6.0.3 - /is-alphabetical/1.0.4: + /is-alphabetical@1.0.4: resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} dev: false - /is-alphanumerical/1.0.4: + /is-alphanumerical@1.0.4: resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} dependencies: is-alphabetical: 1.0.4 is-decimal: 1.0.4 dev: false - /is-arguments/1.1.0: + /is-arguments@1.1.0: resolution: {integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - /is-arrayish/0.2.1: + /is-arrayish@0.2.1: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} - /is-arrayish/0.3.2: + /is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} dev: false - /is-bigint/1.0.2: + /is-bigint@1.0.2: resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==} - /is-binary-path/1.0.1: + /is-binary-path@1.0.1: resolution: {integrity: sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=} engines: {node: '>=0.10.0'} dependencies: binary-extensions: 1.13.1 - /is-binary-path/2.1.0: + /is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 - /is-boolean-object/1.1.1: + /is-boolean-object@1.1.1: resolution: {integrity: sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - /is-buffer/1.1.6: + /is-buffer@1.1.6: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} - /is-buffer/2.0.5: + /is-buffer@2.0.5: resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} engines: {node: '>=4'} dev: false - /is-callable/1.2.3: + /is-callable@1.2.3: resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==} engines: {node: '>= 0.4'} - /is-ci/2.0.0: + /is-ci@2.0.0: resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} hasBin: true dependencies: ci-info: 2.0.0 - /is-ci/3.0.0: + /is-ci@3.0.0: resolution: {integrity: sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==} hasBin: true dependencies: ci-info: 3.2.0 dev: false - /is-color-stop/1.1.0: + /is-color-stop@1.1.0: resolution: {integrity: sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=} dependencies: css-color-names: 0.0.4 @@ -13780,32 +15390,32 @@ packages: rgb-regex: 1.0.1 rgba-regex: 1.0.0 - /is-core-module/2.4.0: + /is-core-module@2.4.0: resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} dependencies: has: 1.0.3 - /is-data-descriptor/0.1.4: + /is-data-descriptor@0.1.4: resolution: {integrity: sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /is-data-descriptor/1.0.0: + /is-data-descriptor@1.0.0: resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 6.0.3 - /is-date-object/1.0.4: + /is-date-object@1.0.4: resolution: {integrity: sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==} engines: {node: '>= 0.4'} - /is-decimal/1.0.4: + /is-decimal@1.0.4: resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} dev: false - /is-descriptor/0.1.6: + /is-descriptor@0.1.6: resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} engines: {node: '>=0.10.0'} dependencies: @@ -13813,7 +15423,7 @@ packages: is-data-descriptor: 0.1.4 kind-of: 5.1.0 - /is-descriptor/1.0.2: + /is-descriptor@1.0.2: resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} engines: {node: '>=0.10.0'} dependencies: @@ -13821,83 +15431,83 @@ packages: is-data-descriptor: 1.0.0 kind-of: 6.0.3 - /is-directory/0.3.1: + /is-directory@0.3.1: resolution: {integrity: sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=} engines: {node: '>=0.10.0'} dev: false - /is-docker/2.2.1: + /is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true - /is-extendable/0.1.1: + /is-extendable@0.1.1: resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} engines: {node: '>=0.10.0'} - /is-extendable/1.0.1: + /is-extendable@1.0.1: resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} engines: {node: '>=0.10.0'} dependencies: is-plain-object: 2.0.4 - /is-extglob/2.1.1: + /is-extglob@2.1.1: resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} engines: {node: '>=0.10.0'} - /is-finite/1.1.0: + /is-finite@1.1.0: resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} engines: {node: '>=0.10.0'} dev: true - /is-fullwidth-code-point/1.0.0: + /is-fullwidth-code-point@1.0.0: resolution: {integrity: sha1-754xOG8DGn8NZDr4L95QxFfvAMs=} engines: {node: '>=0.10.0'} dependencies: number-is-nan: 1.0.1 dev: true - /is-fullwidth-code-point/2.0.0: + /is-fullwidth-code-point@2.0.0: resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} engines: {node: '>=4'} - /is-fullwidth-code-point/3.0.0: + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} - /is-generator-fn/2.1.0: + /is-generator-fn@2.1.0: resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} engines: {node: '>=6'} - /is-generator-function/1.0.9: + /is-generator-function@1.0.9: resolution: {integrity: sha512-ZJ34p1uvIfptHCN7sFTjGibB9/oBg17sHqzDLfuwhvmN/qLVvIQXRQ8licZQ35WJ8KuEQt/etnnzQFI9C9Ue/A==} engines: {node: '>= 0.4'} dev: false - /is-glob/3.1.0: + /is-glob@3.1.0: resolution: {integrity: sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 - /is-glob/4.0.1: + /is-glob@4.0.1: resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 - /is-hexadecimal/1.0.4: + /is-hexadecimal@1.0.4: resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} dev: false - /is-installed-globally/0.3.2: + /is-installed-globally@0.3.2: resolution: {integrity: sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==} engines: {node: '>=8'} dependencies: global-dirs: 2.1.0 is-path-inside: 3.0.3 - /is-installed-globally/0.4.0: + /is-installed-globally@0.4.0: resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} engines: {node: '>=10'} dependencies: @@ -13905,25 +15515,24 @@ packages: is-path-inside: 3.0.3 dev: false - /is-interactive/1.0.0: + /is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} - dev: true - /is-lower-case/2.0.2: + /is-lower-case@2.0.2: resolution: {integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==} dependencies: tslib: 2.3.0 dev: false - /is-map/2.0.2: + /is-map@2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} - /is-module/1.0.0: + /is-module@1.0.0: resolution: {integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=} dev: false - /is-nan/1.3.2: + /is-nan@1.3.2: resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} engines: {node: '>= 0.4'} dependencies: @@ -13931,166 +15540,166 @@ packages: define-properties: 1.1.3 dev: false - /is-negative-zero/2.0.1: + /is-negative-zero@2.0.1: resolution: {integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==} engines: {node: '>= 0.4'} - /is-npm/4.0.0: + /is-npm@4.0.0: resolution: {integrity: sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==} engines: {node: '>=8'} - /is-npm/5.0.0: + /is-npm@5.0.0: resolution: {integrity: sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==} engines: {node: '>=10'} dev: false - /is-number-object/1.0.5: + /is-number-object@1.0.5: resolution: {integrity: sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==} engines: {node: '>= 0.4'} - /is-number/3.0.0: + /is-number@3.0.0: resolution: {integrity: sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /is-number/7.0.0: + /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - /is-obj/1.0.1: + /is-obj@1.0.1: resolution: {integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8=} engines: {node: '>=0.10.0'} dev: false - /is-obj/2.0.0: + /is-obj@2.0.0: resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} engines: {node: '>=8'} - /is-object/1.0.2: + /is-object@1.0.2: resolution: {integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==} dev: true - /is-path-cwd/2.2.0: + /is-path-cwd@2.2.0: resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} engines: {node: '>=6'} - /is-path-in-cwd/2.1.0: + /is-path-in-cwd@2.1.0: resolution: {integrity: sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==} engines: {node: '>=6'} dependencies: is-path-inside: 2.1.0 dev: false - /is-path-inside/2.1.0: + /is-path-inside@2.1.0: resolution: {integrity: sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==} engines: {node: '>=6'} dependencies: path-is-inside: 1.0.2 dev: false - /is-path-inside/3.0.3: + /is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} - /is-plain-obj/1.1.0: + /is-plain-obj@1.1.0: resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=} engines: {node: '>=0.10.0'} - /is-plain-obj/2.1.0: + /is-plain-obj@2.1.0: resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} engines: {node: '>=8'} - /is-plain-object/2.0.4: + /is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 - /is-plain-object/5.0.0: + /is-plain-object@5.0.0: resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} engines: {node: '>=0.10.0'} dev: true - /is-potential-custom-element-name/1.0.1: + /is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} - /is-property/1.0.2: + /is-property@1.0.2: resolution: {integrity: sha1-V/4cTkhHTt1lsJkR8msc1Ald2oQ=} - /is-redirect/1.0.0: + /is-redirect@1.0.0: resolution: {integrity: sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=} engines: {node: '>=0.10.0'} dev: true - /is-regex/1.1.3: + /is-regex@1.1.3: resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-symbols: 1.0.2 - /is-regexp/1.0.0: + /is-regexp@1.0.0: resolution: {integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk=} engines: {node: '>=0.10.0'} dev: false - /is-relative/1.0.0: + /is-relative@1.0.0: resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} engines: {node: '>=0.10.0'} dependencies: is-unc-path: 1.0.0 dev: false - /is-resolvable/1.1.0: + /is-resolvable@1.1.0: resolution: {integrity: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==} - /is-retry-allowed/1.2.0: + /is-retry-allowed@1.2.0: resolution: {integrity: sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==} engines: {node: '>=0.10.0'} dev: true - /is-root/2.1.0: + /is-root@2.1.0: resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==} engines: {node: '>=6'} dev: false - /is-scoped/1.0.0: + /is-scoped@1.0.0: resolution: {integrity: sha1-RJypgpnnEwOCViieyytUDcQ3yzA=} engines: {node: '>=4'} dependencies: scoped-regex: 1.0.0 dev: true - /is-set/2.0.2: + /is-set@2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} - /is-stream/1.1.0: + /is-stream@1.1.0: resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} engines: {node: '>=0.10.0'} - /is-stream/2.0.0: + /is-stream@2.0.0: resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} engines: {node: '>=8'} - /is-string/1.0.6: + /is-string@1.0.6: resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} engines: {node: '>= 0.4'} - /is-subdir/1.2.0: + /is-subdir@1.2.0: resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} engines: {node: '>=4'} dependencies: better-path-resolve: 1.0.0 dev: true - /is-symbol/1.0.4: + /is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.2 - /is-typed-array/1.1.5: + /is-typed-array@1.1.5: resolution: {integrity: sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug==} engines: {node: '>= 0.4'} dependencies: @@ -14101,116 +15710,115 @@ packages: has-symbols: 1.0.2 dev: false - /is-typedarray/1.0.0: + /is-typedarray@1.0.0: resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} - /is-unc-path/1.0.0: + /is-unc-path@1.0.0: resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} engines: {node: '>=0.10.0'} dependencies: unc-path-regex: 0.1.2 dev: false - /is-unicode-supported/0.1.0: + /is-unicode-supported@0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} - dev: true - /is-upper-case/2.0.2: + /is-upper-case@2.0.2: resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==} dependencies: tslib: 2.3.0 dev: false - /is-utf8/0.2.1: + /is-utf8@0.2.1: resolution: {integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=} dev: true - /is-whitespace-character/1.0.4: + /is-whitespace-character@1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} dev: false - /is-windows/1.0.2: + /is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} - /is-word-character/1.0.4: + /is-word-character@1.0.4: resolution: {integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==} dev: false - /is-wsl/1.1.0: + /is-wsl@1.1.0: resolution: {integrity: sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=} engines: {node: '>=4'} - /is-wsl/2.2.0: + /is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 - /is-yarn-global/0.3.0: + /is-yarn-global@0.3.0: resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==} - /isarray/0.0.1: + /isarray@0.0.1: resolution: {integrity: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=} dev: false - /isarray/1.0.0: + /isarray@1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} - /isarray/2.0.5: + /isarray@2.0.5: resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - /isbinaryfile/3.0.3: + /isbinaryfile@3.0.3: resolution: {integrity: sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==} engines: {node: '>=0.6.0'} dependencies: buffer-alloc: 1.2.0 dev: true - /isbinaryfile/4.0.8: + /isbinaryfile@4.0.8: resolution: {integrity: sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==} engines: {node: '>= 8.0.0'} dev: true - /isexe/2.0.0: + /isexe@2.0.0: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} - /isobject/2.1.0: + /isobject@2.1.0: resolution: {integrity: sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=} engines: {node: '>=0.10.0'} dependencies: isarray: 1.0.0 - /isobject/3.0.1: + /isobject@3.0.1: resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=} engines: {node: '>=0.10.0'} - /isobject/4.0.0: + /isobject@4.0.0: resolution: {integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==} engines: {node: '>=0.10.0'} dev: false - /isomorphic-unfetch/3.1.0: + /isomorphic-unfetch@3.1.0: resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==} dependencies: node-fetch: 2.6.1 unfetch: 4.2.0 dev: true - /isomorphic-ws/4.0.1_ws@7.5.0: + /isomorphic-ws@4.0.1(ws@7.5.0): resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} peerDependencies: ws: '*' dependencies: - ws: 7.5.0 + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) dev: false - /istanbul-lib-coverage/3.0.0: + /istanbul-lib-coverage@3.0.0: resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} engines: {node: '>=8'} - /istanbul-lib-instrument/4.0.3: + /istanbul-lib-instrument@4.0.3: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: @@ -14221,7 +15829,7 @@ packages: transitivePeerDependencies: - supports-color - /istanbul-lib-report/3.0.0: + /istanbul-lib-report@3.0.0: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: @@ -14229,24 +15837,24 @@ packages: make-dir: 3.1.0 supports-color: 7.2.0 - /istanbul-lib-source-maps/4.0.0: + /istanbul-lib-source-maps@4.0.0: resolution: {integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==} engines: {node: '>=8'} dependencies: - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) istanbul-lib-coverage: 3.0.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color - /istanbul-reports/3.0.2: + /istanbul-reports@3.0.2: resolution: {integrity: sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.0 - /istextorbinary/2.6.0: + /istextorbinary@2.6.0: resolution: {integrity: sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==} engines: {node: '>=0.12'} dependencies: @@ -14255,7 +15863,7 @@ packages: textextensions: 2.6.0 dev: true - /isurl/1.0.0: + /isurl@1.0.0: resolution: {integrity: sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==} engines: {node: '>= 4'} dependencies: @@ -14263,16 +15871,16 @@ packages: is-object: 1.0.2 dev: true - /iterate-iterator/1.0.1: + /iterate-iterator@1.0.1: resolution: {integrity: sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw==} - /iterate-value/1.0.2: + /iterate-value@1.0.2: resolution: {integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==} dependencies: es-get-iterator: 1.1.2 iterate-iterator: 1.0.1 - /jake/10.8.2: + /jake@10.8.2: resolution: {integrity: sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==} hasBin: true dependencies: @@ -14282,7 +15890,7 @@ packages: minimatch: 3.0.4 dev: true - /jest-changed-files/26.6.2: + /jest-changed-files@26.6.2: resolution: {integrity: sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -14290,7 +15898,7 @@ packages: execa: 4.1.0 throat: 5.0.0 - /jest-circus/26.6.0: + /jest-circus@26.6.0(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==} engines: {node: '>= 10.14.2'} dependencies: @@ -14308,8 +15916,8 @@ packages: jest-each: 26.6.2 jest-matcher-utils: 26.6.2 jest-message-util: 26.6.2 - jest-runner: 26.6.3 - jest-runtime: 26.6.3 + jest-runner: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + jest-runtime: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-snapshot: 26.6.2 jest-util: 26.6.2 pretty-format: 26.6.2 @@ -14323,12 +15931,12 @@ packages: - utf-8-validate dev: false - /jest-cli/26.6.3: + /jest-cli@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==} engines: {node: '>= 10.14.2'} hasBin: true dependencies: - '@jest/core': 26.6.3 + '@jest/core': 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 chalk: 4.1.1 @@ -14336,7 +15944,7 @@ packages: graceful-fs: 4.2.6 import-local: 3.0.2 is-ci: 2.0.0 - jest-config: 26.6.3 + jest-config: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-util: 26.6.2 jest-validate: 26.6.2 prompts: 2.4.1 @@ -14348,162 +15956,41 @@ packages: - ts-node - utf-8-validate - /jest-cli/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==} + /jest-config@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==} engines: {node: '>= 10.14.2'} - hasBin: true + peerDependencies: + ts-node: '>=9.0.0' + peerDependenciesMeta: + ts-node: + optional: true dependencies: - '@jest/core': 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - '@jest/test-result': 26.6.2 + '@babel/core': 7.14.6 + '@jest/test-sequencer': 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) '@jest/types': 26.6.2 + babel-jest: 26.6.3(@babel/core@7.14.6) chalk: 4.1.1 - exit: 0.1.2 + deepmerge: 4.2.2 + glob: 7.1.7 graceful-fs: 4.2.6 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-util: 26.6.2 - jest-validate: 26.6.2 - prompts: 2.4.1 - yargs: 15.4.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: false - - /jest-cli/26.6.3_ts-node@9.1.1: - resolution: {integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==} - engines: {node: '>= 10.14.2'} - hasBin: true - dependencies: - '@jest/core': 26.6.3_ts-node@9.1.1 - '@jest/test-result': 26.6.2 - '@jest/types': 26.6.2 - chalk: 4.1.1 - exit: 0.1.2 - graceful-fs: 4.2.6 - import-local: 3.0.2 - is-ci: 2.0.0 - jest-config: 26.6.3_ts-node@9.1.1 - jest-util: 26.6.2 - jest-validate: 26.6.2 - prompts: 2.4.1 - yargs: 15.4.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - - /jest-config/26.6.3: - resolution: {integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==} - engines: {node: '>= 10.14.2'} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - '@babel/core': 7.14.6 - '@jest/test-sequencer': 26.6.3 - '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.14.6 - chalk: 4.1.1 - deepmerge: 4.2.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-environment-jsdom: 26.6.2 - jest-environment-node: 26.6.2 - jest-get-type: 26.3.0 - jest-jasmine2: 26.6.3 - jest-regex-util: 26.0.0 - jest-resolve: 26.6.2 - jest-util: 26.6.2 - jest-validate: 26.6.2 - micromatch: 4.0.4 - pretty-format: 26.6.2 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - - /jest-config/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==} - engines: {node: '>= 10.14.2'} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - '@babel/core': 7.14.6 - '@jest/test-sequencer': 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.14.6 - chalk: 4.1.1 - deepmerge: 4.2.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-environment-jsdom: 26.6.2_72ef9f06cb99540da679cbf1bf7a3256 - jest-environment-node: 26.6.2 - jest-get-type: 26.3.0 - jest-jasmine2: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-regex-util: 26.0.0 - jest-resolve: 26.6.2 - jest-util: 26.6.2 - jest-validate: 26.6.2 - micromatch: 4.0.4 - pretty-format: 26.6.2 - ts-node: 9.1.1_typescript@4.3.4 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: false - - /jest-config/26.6.3_ts-node@9.1.1: - resolution: {integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==} - engines: {node: '>= 10.14.2'} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - '@babel/core': 7.14.6 - '@jest/test-sequencer': 26.6.3_ts-node@9.1.1 - '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.14.6 - chalk: 4.1.1 - deepmerge: 4.2.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-environment-jsdom: 26.6.2 + jest-environment-jsdom: 26.6.2(bufferutil@4.0.3)(utf-8-validate@5.0.5) jest-environment-node: 26.6.2 jest-get-type: 26.3.0 - jest-jasmine2: 26.6.3_ts-node@9.1.1 + jest-jasmine2: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-regex-util: 26.0.0 jest-resolve: 26.6.2 jest-util: 26.6.2 jest-validate: 26.6.2 micromatch: 4.0.4 pretty-format: 26.6.2 - ts-node: 9.1.1_typescript@4.3.4 + ts-node: 9.1.1(typescript@4.3.4) transitivePeerDependencies: - bufferutil - canvas - supports-color - utf-8-validate - dev: true - /jest-diff/26.6.2: + /jest-diff@26.6.2: resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} engines: {node: '>= 10.14.2'} dependencies: @@ -14512,13 +15999,13 @@ packages: jest-get-type: 26.3.0 pretty-format: 26.6.2 - /jest-docblock/26.0.0: + /jest-docblock@26.0.0: resolution: {integrity: sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==} engines: {node: '>= 10.14.2'} dependencies: detect-newline: 3.1.0 - /jest-each/26.6.2: + /jest-each@26.6.2: resolution: {integrity: sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==} engines: {node: '>= 10.14.2'} dependencies: @@ -14528,7 +16015,7 @@ packages: jest-util: 26.6.2 pretty-format: 26.6.2 - /jest-environment-jsdom/26.6.2: + /jest-environment-jsdom@26.6.2(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==} engines: {node: '>= 10.14.2'} dependencies: @@ -14538,15 +16025,15 @@ packages: '@types/node': 15.12.4 jest-mock: 26.6.2 jest-util: 26.6.2 - jsdom: 16.6.0 + jsdom: 16.6.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil - canvas - supports-color - utf-8-validate - /jest-environment-jsdom/26.6.2_72ef9f06cb99540da679cbf1bf7a3256: - resolution: {integrity: sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==} + /jest-environment-node@26.6.2: + resolution: {integrity: sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==} engines: {node: '>= 10.14.2'} dependencies: '@jest/environment': 26.6.2 @@ -14555,30 +16042,29 @@ packages: '@types/node': 15.12.4 jest-mock: 26.6.2 jest-util: 26.6.2 - jsdom: 16.6.0_72ef9f06cb99540da679cbf1bf7a3256 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - utf-8-validate - dev: false - /jest-environment-node/26.6.2: - resolution: {integrity: sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==} - engines: {node: '>= 10.14.2'} + /jest-environment-node@29.7.0: + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 26.6.2 - '@jest/fake-timers': 26.6.2 - '@jest/types': 26.6.2 + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 15.12.4 - jest-mock: 26.6.2 - jest-util: 26.6.2 + jest-mock: 29.7.0 + jest-util: 29.7.0 + dev: false - /jest-get-type/26.3.0: + /jest-get-type@26.3.0: resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} engines: {node: '>= 10.14.2'} - /jest-haste-map/26.6.2: + /jest-get-type@29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: false + + /jest-haste-map@26.6.2: resolution: {integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==} engines: {node: '>= 10.14.2'} dependencies: @@ -14597,37 +16083,10 @@ packages: walker: 1.0.7 optionalDependencies: fsevents: 2.3.2 - - /jest-jasmine2/26.6.3: - resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} - engines: {node: '>= 10.14.2'} - dependencies: - '@babel/traverse': 7.14.5 - '@jest/environment': 26.6.2 - '@jest/source-map': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/types': 26.6.2 - '@types/node': 15.12.4 - chalk: 4.1.1 - co: 4.6.0 - expect: 26.6.2 - is-generator-fn: 2.1.0 - jest-each: 26.6.2 - jest-matcher-utils: 26.6.2 - jest-message-util: 26.6.2 - jest-runtime: 26.6.3 - jest-snapshot: 26.6.2 - jest-util: 26.6.2 - pretty-format: 26.6.2 - throat: 5.0.0 transitivePeerDependencies: - - bufferutil - - canvas - supports-color - - ts-node - - utf-8-validate - /jest-jasmine2/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: + /jest-jasmine2@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: @@ -14644,7 +16103,7 @@ packages: jest-each: 26.6.2 jest-matcher-utils: 26.6.2 jest-message-util: 26.6.2 - jest-runtime: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 + jest-runtime: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-snapshot: 26.6.2 jest-util: 26.6.2 pretty-format: 26.6.2 @@ -14655,46 +16114,15 @@ packages: - supports-color - ts-node - utf-8-validate - dev: false - /jest-jasmine2/26.6.3_ts-node@9.1.1: - resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} - engines: {node: '>= 10.14.2'} - dependencies: - '@babel/traverse': 7.14.5 - '@jest/environment': 26.6.2 - '@jest/source-map': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/types': 26.6.2 - '@types/node': 15.12.4 - chalk: 4.1.1 - co: 4.6.0 - expect: 26.6.2 - is-generator-fn: 2.1.0 - jest-each: 26.6.2 - jest-matcher-utils: 26.6.2 - jest-message-util: 26.6.2 - jest-runtime: 26.6.3_ts-node@9.1.1 - jest-snapshot: 26.6.2 - jest-util: 26.6.2 - pretty-format: 26.6.2 - throat: 5.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - - /jest-leak-detector/26.6.2: + /jest-leak-detector@26.6.2: resolution: {integrity: sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==} engines: {node: '>= 10.14.2'} dependencies: jest-get-type: 26.3.0 pretty-format: 26.6.2 - /jest-matcher-utils/26.6.2: + /jest-matcher-utils@26.6.2: resolution: {integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==} engines: {node: '>= 10.14.2'} dependencies: @@ -14703,7 +16131,7 @@ packages: jest-get-type: 26.3.0 pretty-format: 26.6.2 - /jest-message-util/26.6.2: + /jest-message-util@26.6.2: resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} engines: {node: '>= 10.14.2'} dependencies: @@ -14717,7 +16145,7 @@ packages: slash: 3.0.0 stack-utils: 2.0.3 - /jest-message-util/27.0.2: + /jest-message-util@27.0.2: resolution: {integrity: sha512-rTqWUX42ec2LdMkoUPOzrEd1Tcm+R1KfLOmFK+OVNo4MnLsEaxO5zPDb2BbdSmthdM/IfXxOZU60P/WbWF8BTw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -14732,14 +16160,38 @@ packages: stack-utils: 2.0.3 dev: false - /jest-mock/26.6.2: + /jest-message-util@29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/code-frame': 7.14.5 + '@jest/types': 29.6.3 + '@types/stack-utils': 2.0.0 + chalk: 4.1.1 + graceful-fs: 4.2.11 + micromatch: 4.0.4 + pretty-format: 29.7.0 + slash: 3.0.0 + stack-utils: 2.0.3 + dev: false + + /jest-mock@26.6.2: resolution: {integrity: sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 '@types/node': 15.12.4 - /jest-pnp-resolver/1.2.2_jest-resolve@26.6.0: + /jest-mock@29.7.0: + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + '@types/node': 15.12.4 + jest-util: 29.7.0 + dev: false + + /jest-pnp-resolver@1.2.2(jest-resolve@26.6.0): resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -14751,7 +16203,7 @@ packages: jest-resolve: 26.6.0 dev: false - /jest-pnp-resolver/1.2.2_jest-resolve@26.6.2: + /jest-pnp-resolver@1.2.2(jest-resolve@26.6.2): resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -14762,51 +16214,53 @@ packages: dependencies: jest-resolve: 26.6.2 - /jest-regex-util/26.0.0: + /jest-regex-util@26.0.0: resolution: {integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==} engines: {node: '>= 10.14.2'} - /jest-regex-util/27.0.1: + /jest-regex-util@27.0.1: resolution: {integrity: sha512-6nY6QVcpTgEKQy1L41P4pr3aOddneK17kn3HJw6SdwGiKfgCGTvH02hVXL0GU8GEKtPH83eD2DIDgxHXOxVohQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dev: false - /jest-resolve-dependencies/26.6.3: + /jest-resolve-dependencies@26.6.3: resolution: {integrity: sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 jest-regex-util: 26.0.0 jest-snapshot: 26.6.2 + transitivePeerDependencies: + - supports-color - /jest-resolve/26.6.0: + /jest-resolve@26.6.0: resolution: {integrity: sha512-tRAz2bwraHufNp+CCmAD8ciyCpXCs1NQxB5EJAmtCFy6BN81loFEGWKzYu26Y62lAJJe4X4jg36Kf+NsQyiStQ==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 chalk: 4.1.1 graceful-fs: 4.2.6 - jest-pnp-resolver: 1.2.2_jest-resolve@26.6.0 + jest-pnp-resolver: 1.2.2(jest-resolve@26.6.0) jest-util: 26.6.2 read-pkg-up: 7.0.1 resolve: 1.18.1 slash: 3.0.0 dev: false - /jest-resolve/26.6.2: + /jest-resolve@26.6.2: resolution: {integrity: sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 chalk: 4.1.1 graceful-fs: 4.2.6 - jest-pnp-resolver: 1.2.2_jest-resolve@26.6.2 + jest-pnp-resolver: 1.2.2(jest-resolve@26.6.2) jest-util: 26.6.2 read-pkg-up: 7.0.1 resolve: 1.20.0 slash: 3.0.0 - /jest-runner/26.6.3: + /jest-runner@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -14819,168 +16273,25 @@ packages: emittery: 0.7.2 exit: 0.1.2 graceful-fs: 4.2.6 - jest-config: 26.6.3 + jest-config: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-docblock: 26.0.0 jest-haste-map: 26.6.2 jest-leak-detector: 26.6.2 - jest-message-util: 26.6.2 - jest-resolve: 26.6.2 - jest-runtime: 26.6.3 - jest-util: 26.6.2 - jest-worker: 26.6.2 - source-map-support: 0.5.19 - throat: 5.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - - /jest-runner/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==} - engines: {node: '>= 10.14.2'} - dependencies: - '@jest/console': 26.6.2 - '@jest/environment': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/types': 26.6.2 - '@types/node': 15.12.4 - chalk: 4.1.1 - emittery: 0.7.2 - exit: 0.1.2 - graceful-fs: 4.2.6 - jest-config: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-docblock: 26.0.0 - jest-haste-map: 26.6.2 - jest-leak-detector: 26.6.2 - jest-message-util: 26.6.2 - jest-resolve: 26.6.2 - jest-runtime: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-util: 26.6.2 - jest-worker: 26.6.2 - source-map-support: 0.5.19 - throat: 5.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: false - - /jest-runner/26.6.3_ts-node@9.1.1: - resolution: {integrity: sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==} - engines: {node: '>= 10.14.2'} - dependencies: - '@jest/console': 26.6.2 - '@jest/environment': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/types': 26.6.2 - '@types/node': 15.12.4 - chalk: 4.1.1 - emittery: 0.7.2 - exit: 0.1.2 - graceful-fs: 4.2.6 - jest-config: 26.6.3_ts-node@9.1.1 - jest-docblock: 26.0.0 - jest-haste-map: 26.6.2 - jest-leak-detector: 26.6.2 - jest-message-util: 26.6.2 - jest-resolve: 26.6.2 - jest-runtime: 26.6.3_ts-node@9.1.1 - jest-util: 26.6.2 - jest-worker: 26.6.2 - source-map-support: 0.5.19 - throat: 5.0.0 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - dev: true - - /jest-runtime/26.6.3: - resolution: {integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==} - engines: {node: '>= 10.14.2'} - hasBin: true - dependencies: - '@jest/console': 26.6.2 - '@jest/environment': 26.6.2 - '@jest/fake-timers': 26.6.2 - '@jest/globals': 26.6.2 - '@jest/source-map': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/transform': 26.6.2 - '@jest/types': 26.6.2 - '@types/yargs': 15.0.13 - chalk: 4.1.1 - cjs-module-lexer: 0.6.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-config: 26.6.3 - jest-haste-map: 26.6.2 - jest-message-util: 26.6.2 - jest-mock: 26.6.2 - jest-regex-util: 26.0.0 - jest-resolve: 26.6.2 - jest-snapshot: 26.6.2 - jest-util: 26.6.2 - jest-validate: 26.6.2 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - - /jest-runtime/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==} - engines: {node: '>= 10.14.2'} - hasBin: true - dependencies: - '@jest/console': 26.6.2 - '@jest/environment': 26.6.2 - '@jest/fake-timers': 26.6.2 - '@jest/globals': 26.6.2 - '@jest/source-map': 26.6.2 - '@jest/test-result': 26.6.2 - '@jest/transform': 26.6.2 - '@jest/types': 26.6.2 - '@types/yargs': 15.0.13 - chalk: 4.1.1 - cjs-module-lexer: 0.6.0 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.1.7 - graceful-fs: 4.2.6 - jest-config: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - jest-haste-map: 26.6.2 - jest-message-util: 26.6.2 - jest-mock: 26.6.2 - jest-regex-util: 26.0.0 - jest-resolve: 26.6.2 - jest-snapshot: 26.6.2 - jest-util: 26.6.2 - jest-validate: 26.6.2 - slash: 3.0.0 - strip-bom: 4.0.0 - yargs: 15.4.1 + jest-message-util: 26.6.2 + jest-resolve: 26.6.2 + jest-runtime: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + jest-util: 26.6.2 + jest-worker: 26.6.2 + source-map-support: 0.5.19 + throat: 5.0.0 transitivePeerDependencies: - bufferutil - canvas - supports-color - ts-node - utf-8-validate - dev: false - /jest-runtime/26.6.3_ts-node@9.1.1: + /jest-runtime@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==} engines: {node: '>= 10.14.2'} hasBin: true @@ -15000,7 +16311,7 @@ packages: exit: 0.1.2 glob: 7.1.7 graceful-fs: 4.2.6 - jest-config: 26.6.3_ts-node@9.1.1 + jest-config: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-haste-map: 26.6.2 jest-message-util: 26.6.2 jest-mock: 26.6.2 @@ -15018,16 +16329,15 @@ packages: - supports-color - ts-node - utf-8-validate - dev: true - /jest-serializer/26.6.2: + /jest-serializer@26.6.2: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: '@types/node': 15.12.4 graceful-fs: 4.2.6 - /jest-snapshot/26.6.2: + /jest-snapshot@26.6.2: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: @@ -15047,8 +16357,10 @@ packages: natural-compare: 1.4.0 pretty-format: 26.6.2 semver: 7.3.5 + transitivePeerDependencies: + - supports-color - /jest-util/26.6.2: + /jest-util@26.6.2: resolution: {integrity: sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==} engines: {node: '>= 10.14.2'} dependencies: @@ -15059,7 +16371,7 @@ packages: is-ci: 2.0.0 micromatch: 4.0.4 - /jest-util/27.0.2: + /jest-util@27.0.2: resolution: {integrity: sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -15071,7 +16383,31 @@ packages: picomatch: 2.3.0 dev: false - /jest-validate/26.6.2: + /jest-util@27.5.1: + resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@jest/types': 27.5.1 + '@types/node': 15.12.4 + chalk: 4.1.1 + ci-info: 3.2.0 + graceful-fs: 4.2.11 + picomatch: 2.3.0 + dev: false + + /jest-util@29.7.0: + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + '@types/node': 15.12.4 + chalk: 4.1.1 + ci-info: 3.2.0 + graceful-fs: 4.2.11 + picomatch: 2.3.0 + dev: false + + /jest-validate@26.6.2: resolution: {integrity: sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -15082,15 +16418,27 @@ packages: leven: 3.1.0 pretty-format: 26.6.2 - /jest-watch-typeahead/0.6.1_jest@26.6.3: + /jest-validate@29.7.0: + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.3 + camelcase: 6.2.0 + chalk: 4.1.1 + jest-get-type: 29.6.3 + leven: 3.1.0 + pretty-format: 29.7.0 + dev: false + + /jest-watch-typeahead@0.6.1(jest@26.6.3): resolution: {integrity: sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==} engines: {node: '>=10'} peerDependencies: - jest: ^26.0.0 + jest: ^26.6.3 dependencies: ansi-escapes: 4.3.2 chalk: 4.1.1 - jest: 26.6.3 + jest: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-regex-util: 26.0.0 jest-watcher: 26.6.2 slash: 3.0.0 @@ -15098,15 +16446,15 @@ packages: strip-ansi: 6.0.0 dev: false - /jest-watch-typeahead/0.6.4_jest@26.6.3: + /jest-watch-typeahead@0.6.4(jest@26.6.3): resolution: {integrity: sha512-tGxriteVJqonyrDj/xZHa0E2glKMiglMLQqISLCjxLUfeueRBh9VoRF2FKQyYO2xOqrWDTg7781zUejx411ZXA==} engines: {node: '>=10'} peerDependencies: - jest: ^26.0.0 || ^27.0.0 + jest: ^26.6.3 dependencies: ansi-escapes: 4.3.2 chalk: 4.1.1 - jest: 26.6.3 + jest: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-regex-util: 27.0.1 jest-watcher: 27.0.2 slash: 3.0.0 @@ -15114,7 +16462,7 @@ packages: strip-ansi: 6.0.0 dev: false - /jest-watcher/26.6.2: + /jest-watcher@26.6.2: resolution: {integrity: sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -15126,7 +16474,7 @@ packages: jest-util: 26.6.2 string-length: 4.0.2 - /jest-watcher/27.0.2: + /jest-watcher@27.0.2: resolution: {integrity: sha512-8nuf0PGuTxWj/Ytfw5fyvNn/R80iXY8QhIT0ofyImUvdnoaBdT6kob0GmhXR+wO+ALYVnh8bQxN4Tjfez0JgkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -15139,7 +16487,7 @@ packages: string-length: 4.0.2 dev: false - /jest-worker/24.9.0: + /jest-worker@24.9.0: resolution: {integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==} engines: {node: '>= 6'} dependencies: @@ -15147,7 +16495,7 @@ packages: supports-color: 6.1.0 dev: false - /jest-worker/26.6.2: + /jest-worker@26.6.2: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: @@ -15155,7 +16503,7 @@ packages: merge-stream: 2.0.0 supports-color: 7.2.0 - /jest-worker/27.0.0-next.5: + /jest-worker@27.0.0-next.5: resolution: {integrity: sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -15164,7 +16512,7 @@ packages: supports-color: 8.1.1 dev: false - /jest-worker/27.0.2: + /jest-worker@27.0.2: resolution: {integrity: sha512-EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg==} engines: {node: '>= 10.13.0'} dependencies: @@ -15173,54 +16521,31 @@ packages: supports-color: 8.1.1 dev: false - /jest/26.6.3: - resolution: {integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==} - engines: {node: '>= 10.14.2'} - hasBin: true - dependencies: - '@jest/core': 26.6.3 - import-local: 3.0.2 - jest-cli: 26.6.3 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate - - /jest/26.6.3_f08c36f5b29888a2cee6694088d3f0e6: - resolution: {integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==} - engines: {node: '>= 10.14.2'} - hasBin: true + /jest-worker@27.5.1: + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} dependencies: - '@jest/core': 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - import-local: 3.0.2 - jest-cli: 26.6.3_f08c36f5b29888a2cee6694088d3f0e6 - transitivePeerDependencies: - - bufferutil - - canvas - - supports-color - - ts-node - - utf-8-validate + '@types/node': 15.12.4 + merge-stream: 2.0.0 + supports-color: 8.1.1 dev: false - /jest/26.6.3_ts-node@9.1.1: + /jest@26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==} engines: {node: '>= 10.14.2'} hasBin: true dependencies: - '@jest/core': 26.6.3_ts-node@9.1.1 + '@jest/core': 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) import-local: 3.0.2 - jest-cli: 26.6.3_ts-node@9.1.1 + jest-cli: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil - canvas - supports-color - ts-node - utf-8-validate - dev: true - /joi/17.4.0: + /joi@17.4.0: resolution: {integrity: sha512-F4WiW2xaV6wc1jxete70Rw4V/VuMd6IN+a5ilZsxG4uYtUXWu2kq9W5P2dz30e7Gmw8RCbY/u/uk+dMPma9tAg==} dependencies: '@hapi/hoek': 9.2.0 @@ -15229,72 +16554,69 @@ packages: '@sideway/formula': 3.0.0 '@sideway/pinpoint': 2.0.0 - /joycon/3.0.1: + /joycon@3.0.1: resolution: {integrity: sha512-SJcJNBg32dGgxhPtM0wQqxqV0ax9k/9TaUskGDSJkSFSQOEWWvQ3zzWdGQRIUry2j1zA5+ReH13t0Mf3StuVZA==} engines: {node: '>=10'} - /js-cookie/2.2.1: + /js-cookie@2.2.1: resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==} dev: false - /js-tokens/4.0.0: + /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - /js-yaml/3.14.1: + /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: argparse: 1.0.10 esprima: 4.0.1 - /js-yaml/4.1.0: + /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 - /jsdom/16.6.0: - resolution: {integrity: sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==} - engines: {node: '>=10'} + /jsc-android@250231.0.0: + resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} + dev: false + + /jsc-safe-url@0.2.4: + resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==} + dev: false + + /jscodeshift@0.14.0(@babel/preset-env@7.14.5): + resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} + hasBin: true peerDependencies: - canvas: ^2.5.0 - peerDependenciesMeta: - canvas: - optional: true + '@babel/preset-env': ^7.1.6 dependencies: - abab: 2.0.5 - acorn: 8.4.0 - acorn-globals: 6.0.0 - cssom: 0.4.4 - cssstyle: 2.3.0 - data-urls: 2.0.0 - decimal.js: 10.2.1 - domexception: 2.0.1 - escodegen: 2.0.0 - form-data: 3.0.1 - html-encoding-sniffer: 2.0.1 - http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.0 - is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.0 - parse5: 6.0.1 - saxes: 5.0.1 - symbol-tree: 3.2.4 - tough-cookie: 4.0.0 - w3c-hr-time: 1.0.2 - w3c-xmlserializer: 2.0.0 - webidl-conversions: 6.1.0 - whatwg-encoding: 1.0.5 - whatwg-mimetype: 2.3.0 - whatwg-url: 8.6.0 - ws: 7.5.0 - xml-name-validator: 3.0.0 + '@babel/core': 7.14.6 + '@babel/parser': 7.23.9 + '@babel/plugin-proposal-class-properties': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-proposal-optional-chaining': 7.14.5(@babel/core@7.14.6) + '@babel/plugin-transform-modules-commonjs': 7.14.5(@babel/core@7.14.6) + '@babel/preset-env': 7.14.5(@babel/core@7.14.6) + '@babel/preset-flow': 7.23.3(@babel/core@7.14.6) + '@babel/preset-typescript': 7.14.5(@babel/core@7.14.6) + '@babel/register': 7.23.7(@babel/core@7.14.6) + babel-core: 7.0.0-bridge.0(@babel/core@7.14.6) + chalk: 4.1.2 + flow-parser: 0.206.0 + graceful-fs: 4.2.6 + micromatch: 4.0.4 + neo-async: 2.6.2 + node-dir: 0.1.17 + recast: 0.21.5 + temp: 0.8.4 + write-file-atomic: 2.4.3 transitivePeerDependencies: - - bufferutil - supports-color - - utf-8-validate + dev: false - /jsdom/16.6.0_72ef9f06cb99540da679cbf1bf7a3256: + /jsdom@16.6.0(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-Ty1vmF4NHJkolaEmdjtxTfSfkdb8Ywarwf63f+F8/mDD1uLSSWDxDuMiZxiPhwunLrn9LOSVItWj4bLYsLN3Dg==} engines: {node: '>=10'} peerDependencies: @@ -15328,86 +16650,91 @@ packages: whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.6.0 - ws: 7.5.0_72ef9f06cb99540da679cbf1bf7a3256 + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: false - /jsesc/0.5.0: + /jsesc@0.5.0: resolution: {integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=} hasBin: true dev: false - /jsesc/2.5.2: + /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} hasBin: true - /json-buffer/3.0.0: + /json-buffer@3.0.0: resolution: {integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=} - /json-parse-better-errors/1.0.2: + /json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - /json-parse-even-better-errors/2.3.1: + /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - /json-schema-traverse/0.4.1: + /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - /json-schema-traverse/1.0.0: + /json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: false - /json-schema/0.2.5: + /json-schema@0.2.5: resolution: {integrity: sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==} - /json-stable-stringify-without-jsonify/1.0.1: - resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} + /json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: false - /json3/3.3.3: + /json3@3.3.3: resolution: {integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==} dev: false - /json5/1.0.1: + /json5@1.0.1: resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true dependencies: minimist: 1.2.5 - /json5/2.2.0: + /json5@2.2.0: resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} engines: {node: '>=6'} hasBin: true dependencies: minimist: 1.2.5 - /jsonc-parser/3.0.0: + /json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + dev: false + + /jsonc-parser@3.0.0: resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==} dev: true - /jsonfile/4.0.0: + /jsonfile@4.0.0: resolution: {integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=} optionalDependencies: graceful-fs: 4.2.6 - /jsonfile/6.1.0: + /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.0 optionalDependencies: graceful-fs: 4.2.6 - /jsonparse/1.3.1: + /jsonparse@1.3.1: resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=} engines: {'0': node >= 0.2.0} dev: true - /jsx-ast-utils/3.2.0: + /jsx-ast-utils@3.2.0: resolution: {integrity: sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==} engines: {node: '>=4.0'} dependencies: @@ -15415,85 +16742,85 @@ packages: object.assign: 4.1.2 dev: false - /keyv/3.1.0: + /keyv@3.1.0: resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==} dependencies: json-buffer: 3.0.0 - /killable/1.0.1: + /killable@1.0.1: resolution: {integrity: sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==} dev: false - /kind-of/3.2.2: + /kind-of@3.2.2: resolution: {integrity: sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 - /kind-of/4.0.0: + /kind-of@4.0.0: resolution: {integrity: sha1-IIE989cSkosgc3hpGkUGb65y3Vc=} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 - /kind-of/5.1.0: + /kind-of@5.1.0: resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} engines: {node: '>=0.10.0'} - /kind-of/6.0.3: + /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - /kleur/3.0.3: + /kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - /klona/2.0.4: + /klona@2.0.4: resolution: {integrity: sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==} engines: {node: '>= 8'} dev: false - /language-subtag-registry/0.3.21: + /language-subtag-registry@0.3.21: resolution: {integrity: sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==} dev: false - /language-tags/1.0.5: + /language-tags@1.0.5: resolution: {integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=} dependencies: language-subtag-registry: 0.3.21 dev: false - /last-call-webpack-plugin/3.0.0: + /last-call-webpack-plugin@3.0.0: resolution: {integrity: sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==} dependencies: lodash: 4.17.21 webpack-sources: 1.4.3 - /latest-version/5.1.0: + /latest-version@5.1.0: resolution: {integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==} engines: {node: '>=8'} dependencies: package-json: 6.5.0 - /lazy-cache/2.0.2: + /lazy-cache@2.0.2: resolution: {integrity: sha1-uRkKT5EzVGlIQIWfio9whNiCImQ=} engines: {node: '>=0.10.0'} dependencies: set-getter: 0.1.1 dev: true - /leven/3.1.0: + /leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} - /levn/0.3.0: + /levn@0.3.0: resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 type-check: 0.3.2 - /levn/0.4.1: + /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} dependencies: @@ -15501,13 +16828,13 @@ packages: type-check: 0.4.0 dev: false - /lie/3.1.1: + /lie@3.1.1: resolution: {integrity: sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=} dependencies: immediate: 3.0.6 dev: false - /light-my-request/4.4.1: + /light-my-request@4.4.1: resolution: {integrity: sha512-FDNRF2mYjthIRWE7O8d/X7AzDx4otQHl4/QXbu3Q/FRwBFcgb+ZoDaUd5HwN53uQXLAiw76osN+Va0NEaOW6rQ==} dependencies: ajv: 6.12.6 @@ -15515,16 +16842,24 @@ packages: fastify-warning: 0.2.0 readable-stream: 3.6.0 set-cookie-parser: 2.4.8 + + /lighthouse-logger@1.4.2: + resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==} + dependencies: + debug: 2.6.9(supports-color@5.5.0) + marky: 1.2.5 + transitivePeerDependencies: + - supports-color dev: false - /lilconfig/2.0.3: + /lilconfig@2.0.3: resolution: {integrity: sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==} engines: {node: '>=10'} - /lines-and-columns/1.1.6: + /lines-and-columns@1.1.6: resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} - /load-json-file/1.1.0: + /load-json-file@1.1.0: resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=} engines: {node: '>=0.10.0'} dependencies: @@ -15535,7 +16870,7 @@ packages: strip-bom: 2.0.0 dev: true - /load-json-file/4.0.0: + /load-json-file@4.0.0: resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} engines: {node: '>=4'} dependencies: @@ -15544,7 +16879,7 @@ packages: pify: 3.0.0 strip-bom: 3.0.0 - /load-json-file/6.2.0: + /load-json-file@6.2.0: resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} engines: {node: '>=8'} dependencies: @@ -15554,7 +16889,7 @@ packages: type-fest: 0.6.0 dev: true - /load-yaml-file/0.2.0: + /load-yaml-file@0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} dependencies: @@ -15564,16 +16899,16 @@ packages: strip-bom: 3.0.0 dev: true - /loader-runner/2.4.0: + /loader-runner@2.4.0: resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} - /loader-runner/4.2.0: + /loader-runner@4.2.0: resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} engines: {node: '>=6.11.5'} dev: false - /loader-utils/1.2.3: + /loader-utils@1.2.3: resolution: {integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==} engines: {node: '>=4.0.0'} dependencies: @@ -15582,7 +16917,7 @@ packages: json5: 1.0.1 dev: false - /loader-utils/1.4.0: + /loader-utils@1.4.0: resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} engines: {node: '>=4.0.0'} dependencies: @@ -15590,7 +16925,7 @@ packages: emojis-list: 3.0.0 json5: 1.0.1 - /loader-utils/2.0.0: + /loader-utils@2.0.0: resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} engines: {node: '>=8.9.0'} dependencies: @@ -15598,13 +16933,13 @@ packages: emojis-list: 3.0.0 json5: 2.2.0 - /localforage/1.9.0: + /localforage@1.9.0: resolution: {integrity: sha512-rR1oyNrKulpe+VM9cYmcFn6tsHuokyVHFaCM3+osEmxaHTbEk8oQu6eGDfS6DQLWi/N67XRmB8ECG37OES368g==} dependencies: lie: 3.1.1 dev: false - /locate-path/2.0.0: + /locate-path@2.0.0: resolution: {integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=} engines: {node: '>=4'} dependencies: @@ -15612,165 +16947,177 @@ packages: path-exists: 3.0.0 dev: false - /locate-path/3.0.0: + /locate-path@3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} engines: {node: '>=6'} dependencies: p-locate: 3.0.0 path-exists: 3.0.0 - /locate-path/5.0.0: + /locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} dependencies: p-locate: 4.1.0 - /locate-path/6.0.0: + /locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} dependencies: p-locate: 5.0.0 - /lodash-es/4.17.21: + /lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} dev: false - /lodash._reinterpolate/3.0.0: + /lodash._reinterpolate@3.0.0: resolution: {integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=} - /lodash.assignin/4.2.0: + /lodash.assignin@4.2.0: resolution: {integrity: sha1-uo31+4QesKPoBEIysOJjqNxqKKI=} dev: false - /lodash.bind/4.2.1: + /lodash.bind@4.2.1: resolution: {integrity: sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=} dev: false - /lodash.clonedeep/4.5.0: - resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=} + /lodash.clonedeep@4.5.0: + resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==} dev: false - /lodash.curry/4.1.1: + /lodash.curry@4.1.1: resolution: {integrity: sha1-JI42By7ekGUB11lmIAqG2riyMXA=} dev: false - /lodash.debounce/4.0.8: + /lodash.debounce@4.0.8: resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} dev: false - /lodash.defaults/4.2.0: + /lodash.defaults@4.2.0: resolution: {integrity: sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=} dev: false - /lodash.filter/4.6.0: + /lodash.filter@4.6.0: resolution: {integrity: sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=} dev: false - /lodash.flatten/4.4.0: + /lodash.flatten@4.4.0: resolution: {integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=} dev: false - /lodash.flow/3.5.0: + /lodash.flow@3.5.0: resolution: {integrity: sha1-h79AKSuM+D5OjOGjrkIJ4gBxZ1o=} dev: false - /lodash.foreach/4.5.0: + /lodash.foreach@4.5.0: resolution: {integrity: sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=} dev: false - /lodash.get/4.4.2: + /lodash.get@4.4.2: resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} dev: true - /lodash.map/4.6.0: + /lodash.map@4.6.0: resolution: {integrity: sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=} dev: false - /lodash.memoize/4.1.2: + /lodash.memoize@4.1.2: resolution: {integrity: sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=} - /lodash.merge/4.6.2: + /lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - /lodash.mergewith/4.6.2: + /lodash.mergewith@4.6.2: resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} - /lodash.pick/4.4.0: + /lodash.pick@4.4.0: resolution: {integrity: sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=} dev: false - /lodash.reduce/4.6.0: + /lodash.reduce@4.6.0: resolution: {integrity: sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=} dev: false - /lodash.reject/4.6.0: + /lodash.reject@4.6.0: resolution: {integrity: sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU=} dev: false - /lodash.some/4.6.0: + /lodash.some@4.6.0: resolution: {integrity: sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=} dev: false - /lodash.sortby/4.7.0: + /lodash.sortby@4.7.0: resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=} dev: false - /lodash.startcase/4.4.0: + /lodash.startcase@4.4.0: resolution: {integrity: sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg=} dev: true - /lodash.template/4.5.0: + /lodash.template@4.5.0: resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} dependencies: lodash._reinterpolate: 3.0.0 lodash.templatesettings: 4.2.0 - /lodash.templatesettings/4.2.0: + /lodash.templatesettings@4.2.0: resolution: {integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==} dependencies: lodash._reinterpolate: 3.0.0 - /lodash.toarray/4.4.0: + /lodash.throttle@4.1.1: + resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} + dev: false + + /lodash.toarray@4.4.0: resolution: {integrity: sha1-JMS/zWsvuji/0FlNsRedjptlZWE=} dev: false - /lodash.truncate/4.4.2: - resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=} + /lodash.truncate@4.4.2: + resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} dev: false - /lodash.uniq/4.5.0: + /lodash.uniq@4.5.0: resolution: {integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=} - /lodash/4.17.21: + /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - /log-symbols/2.2.0: + /log-symbols@2.2.0: resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==} engines: {node: '>=4'} dependencies: chalk: 2.4.2 dev: true - /log-symbols/4.1.0: + /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: chalk: 4.1.1 is-unicode-supported: 0.1.0 - dev: true - /loglevel/1.7.1: + /logkitty@0.7.1: + resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==} + hasBin: true + dependencies: + ansi-fragments: 0.2.1 + dayjs: 1.11.10 + yargs: 15.4.1 + dev: false + + /loglevel@1.7.1: resolution: {integrity: sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==} engines: {node: '>= 0.6.0'} dev: false - /loose-envify/1.4.0: + /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true dependencies: js-tokens: 4.0.0 - /loud-rejection/1.6.0: + /loud-rejection@1.6.0: resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} engines: {node: '>=0.10.0'} dependencies: @@ -15778,139 +17125,143 @@ packages: signal-exit: 3.0.3 dev: true - /lower-case-first/2.0.2: + /lower-case-first@2.0.2: resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==} dependencies: tslib: 2.3.0 dev: false - /lower-case/2.0.2: + /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: tslib: 2.3.0 dev: false - /lowercase-keys/1.0.1: + /lowercase-keys@1.0.1: resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} engines: {node: '>=0.10.0'} - /lowercase-keys/2.0.0: + /lowercase-keys@2.0.0: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} - /lru-cache/4.1.5: + /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: pseudomap: 1.0.2 yallist: 2.1.2 - /lru-cache/5.1.1: + /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 - /lru-cache/6.0.0: + /lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} dependencies: yallist: 4.0.0 - /lunr/2.3.9: + /lunr@2.3.9: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} dev: false - /lz-string/1.4.4: + /lz-string@1.4.4: resolution: {integrity: sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=} hasBin: true - /magic-string/0.25.7: + /magic-string@0.25.7: resolution: {integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==} dependencies: sourcemap-codec: 1.4.8 dev: false - /make-dir/1.3.0: + /make-dir@1.3.0: resolution: {integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==} engines: {node: '>=4'} dependencies: pify: 3.0.0 dev: true - /make-dir/2.1.0: + /make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} dependencies: pify: 4.0.1 semver: 5.7.1 - /make-dir/3.1.0: + /make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} dependencies: semver: 6.3.0 - /make-error/1.3.6: + /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} - /makeerror/1.0.11: + /makeerror@1.0.11: resolution: {integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=} dependencies: tmpl: 1.0.4 - /map-cache/0.2.2: + /map-cache@0.2.2: resolution: {integrity: sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=} engines: {node: '>=0.10.0'} - /map-obj/1.0.1: + /map-obj@1.0.1: resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} engines: {node: '>=0.10.0'} dev: true - /map-obj/4.2.1: + /map-obj@4.2.1: resolution: {integrity: sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==} engines: {node: '>=8'} dev: true - /map-stream/0.1.0: + /map-stream@0.1.0: resolution: {integrity: sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=} dev: true - /map-visit/1.0.0: + /map-visit@1.0.0: resolution: {integrity: sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=} engines: {node: '>=0.10.0'} dependencies: object-visit: 1.0.1 - /markdown-escapes/1.0.4: + /markdown-escapes@1.0.4: resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} dev: false - /marked/2.0.7: + /marked@2.0.7: resolution: {integrity: sha512-BJXxkuIfJchcXOJWTT2DOL+yFWifFv2yGYOUzvXg8Qz610QKw+sHCvTMYwA+qWGhlA2uivBezChZ/pBy1tWdkQ==} engines: {node: '>= 8.16.2'} hasBin: true dev: false - /md5.js/1.3.5: + /marky@1.2.5: + resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} + dev: false + + /md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} dependencies: hash-base: 3.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 - /mdast-squeeze-paragraphs/4.0.0: + /mdast-squeeze-paragraphs@4.0.0: resolution: {integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==} dependencies: unist-util-remove: 2.1.0 dev: false - /mdast-util-definitions/4.0.0: + /mdast-util-definitions@4.0.0: resolution: {integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==} dependencies: unist-util-visit: 2.0.3 dev: false - /mdast-util-to-hast/10.0.1: + /mdast-util-to-hast@10.0.1: resolution: {integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==} dependencies: '@types/mdast': 3.0.3 @@ -15923,27 +17274,27 @@ packages: unist-util-visit: 2.0.3 dev: false - /mdast-util-to-string/2.0.0: + /mdast-util-to-string@2.0.0: resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} dev: false - /mdn-data/2.0.14: + /mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} - /mdn-data/2.0.4: + /mdn-data@2.0.4: resolution: {integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==} dev: false - /mdurl/1.0.1: + /mdurl@1.0.1: resolution: {integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=} dev: false - /media-typer/0.3.0: + /media-typer@0.3.0: resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} engines: {node: '>= 0.6'} dev: false - /mem-fs-editor/5.1.0: + /mem-fs-editor@5.1.0: resolution: {integrity: sha512-2Yt2GCYEbcotYbIJagmow4gEtHDqzpq5XN94+yAx/NT5+bGqIjkXnm3KCUQfE6kRfScGp9IZknScoGRKu8L78w==} dependencies: commondir: 1.0.1 @@ -15957,9 +17308,11 @@ packages: rimraf: 2.7.1 through2: 2.0.5 vinyl: 2.2.1 + transitivePeerDependencies: + - supports-color dev: true - /mem-fs-editor/6.0.0: + /mem-fs-editor@6.0.0: resolution: {integrity: sha512-e0WfJAMm8Gv1mP5fEq/Blzy6Lt1VbLg7gNnZmZak7nhrBTibs+c6nQ4SKs/ZyJYHS1mFgDJeopsLAv7Ow0FMFg==} dependencies: commondir: 1.0.1 @@ -15973,9 +17326,11 @@ packages: rimraf: 2.7.1 through2: 3.0.2 vinyl: 2.2.1 + transitivePeerDependencies: + - supports-color dev: true - /mem-fs-editor/7.1.0: + /mem-fs-editor@7.1.0: resolution: {integrity: sha512-BH6QEqCXSqGeX48V7zu+e3cMwHU7x640NB8Zk8VNvVZniz+p4FK60pMx/3yfkzo6miI6G3a8pH6z7FeuIzqrzA==} engines: {node: '>=10.0.0'} dependencies: @@ -15990,9 +17345,11 @@ packages: rimraf: 3.0.2 through2: 3.0.2 vinyl: 2.2.1 + transitivePeerDependencies: + - supports-color dev: true - /mem-fs/1.2.0: + /mem-fs@1.2.0: resolution: {integrity: sha512-b8g0jWKdl8pM0LqAPdK9i8ERL7nYrzmJfRhxMiWH2uYdfYnb7uXnmwVb0ZGe7xyEl4lj+nLIU3yf4zPUT+XsVQ==} dependencies: through2: 3.0.2 @@ -16000,20 +17357,24 @@ packages: vinyl-file: 3.0.0 dev: true - /memory-fs/0.4.1: + /memoize-one@5.2.1: + resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} + dev: false + + /memory-fs@0.4.1: resolution: {integrity: sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=} dependencies: errno: 0.1.8 readable-stream: 2.3.7 - /memory-fs/0.5.0: + /memory-fs@0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dependencies: errno: 0.1.8 readable-stream: 2.3.7 - /meow/3.7.0: + /meow@3.7.0: resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=} engines: {node: '>=0.10.0'} dependencies: @@ -16029,7 +17390,7 @@ packages: trim-newlines: 1.0.0 dev: true - /meow/6.1.1: + /meow@6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} dependencies: @@ -16046,61 +17407,61 @@ packages: yargs-parser: 18.1.3 dev: true - /mercurius-codegen/1.6.1_e15cc30c630d02788036ead81a7796d6: + /mercurius-codegen@1.6.1(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1): resolution: {integrity: sha512-ovxX52Cjm8f+2htoPt+6MZV5AHQR974ORfWLJAXq08sPLZDF6EZNthOcZVqrrf3fGwCINCkaQDQ/5ebSFMJ6Aw==} peerDependencies: fastify: ^3.8.0 graphql: ^15.4.0 mercurius: ^7.0.0 || ^6.4.0 dependencies: - '@graphql-codegen/core': 1.17.10_graphql@15.5.1 - '@graphql-codegen/plugin-helpers': 1.18.7_graphql@15.5.1 - '@graphql-codegen/typed-document-node': 1.18.7_graphql@15.5.1 - '@graphql-codegen/typescript': 1.22.2_graphql@15.5.1 - '@graphql-codegen/typescript-operations': 1.18.1_graphql@15.5.1 - '@graphql-codegen/typescript-resolvers': 1.19.3_graphql@15.5.1 - '@graphql-tools/load-files': 6.3.2_graphql@15.5.1 - '@graphql-tools/utils': 7.10.0_graphql@15.5.1 - '@graphql-typed-document-node/core': 3.1.0_graphql@15.5.1 + '@graphql-codegen/core': 1.17.10(graphql@15.5.1) + '@graphql-codegen/plugin-helpers': 1.18.7(graphql@15.5.1) + '@graphql-codegen/typed-document-node': 1.18.7(graphql@15.5.1) + '@graphql-codegen/typescript': 1.22.2(graphql@15.5.1) + '@graphql-codegen/typescript-operations': 1.18.1(graphql@15.5.1) + '@graphql-codegen/typescript-resolvers': 1.19.3(graphql@15.5.1) + '@graphql-tools/load-files': 6.3.2(graphql@15.5.1) + '@graphql-tools/utils': 7.10.0(graphql@15.5.1) + '@graphql-typed-document-node/core': 3.1.0(graphql@15.5.1) chokidar: 3.5.2 fastify: 3.18.0 graphql: 15.5.1 - mercurius: 7.9.1 + mercurius: 7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) mkdirp: 1.0.4 prettier: 2.3.1 transitivePeerDependencies: - supports-color dev: false - /mercurius-integration-testing/3.1.3_e15cc30c630d02788036ead81a7796d6: + /mercurius-integration-testing@3.1.3(bufferutil@4.0.3)(fastify@3.18.0)(graphql@15.5.1)(mercurius@7.9.1)(utf-8-validate@5.0.5): resolution: {integrity: sha512-HTmiLD4IgZosVv9v3IzDFUIQ4xsiOfTC19T5QbaOLYNWJR5gpua78JpDYD06XDMrPOdAGYJy3zE0hsYaWCiVXg==} peerDependencies: fastify: ^3.7.0 graphql: ^15.3.0 mercurius: ^7.0.0 || ^6.4.0 dependencies: - '@graphql-typed-document-node/core': 3.1.0_graphql@15.5.1 + '@graphql-typed-document-node/core': 3.1.0(graphql@15.5.1) cookie: 0.4.1 fastify: 3.18.0 get-port: 5.1.1 graphql: 15.5.1 - mercurius: 7.9.1 - ws: 7.5.0 + mercurius: 7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil - utf-8-validate - /mercurius-upload/1.1.1_graphql@15.5.1: + /mercurius-upload@1.1.1(graphql@15.5.1): resolution: {integrity: sha512-l/XTYLWAMl23dhBmM1/2qOtiImQoHSGmDrAls/OOYApdGkcVJ2NovZq6Ft5VtoEsLUbcqkhCVDEDHr5PczXndw==} dependencies: '@types/graphql-upload': 8.0.5 fastify-plugin: 2.3.4 - graphql-upload: 11.0.0_graphql@15.5.1 + graphql-upload: 11.0.0(graphql@15.5.1) transitivePeerDependencies: - graphql dev: false - /mercurius/7.9.1: + /mercurius@7.9.1(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-x6/6W6eV3QpWOjzvF5DiqBpEL2b+SuCKJzQPXuDHgjflrNLDZAFuAJ57K52DX71vrysn0eOH7Ck9qbLgB2GPpQ==} dependencies: '@types/isomorphic-form-data': 2.0.0 @@ -16109,9 +17470,9 @@ packages: fastify-error: 0.3.1 fastify-plugin: 3.0.0 fastify-static: 4.2.2 - fastify-websocket: 3.2.0 + fastify-websocket: 3.2.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) graphql: 15.5.1 - graphql-jit: 0.5.1_graphql@15.5.1 + graphql-jit: 0.5.1(graphql@15.5.1) mqemitter: 4.4.1 p-map: 4.0.0 promise.allsettled: 1.0.4 @@ -16120,32 +17481,281 @@ packages: single-user-cache: 0.4.0 tiny-lru: 7.0.6 undici: 3.3.6 - ws: 7.5.0 + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + /merge-descriptors@1.0.1: + resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} + dev: false + + /merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + + /merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + /methods@1.1.2: + resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=} + engines: {node: '>= 0.6'} + dev: false + + /metro-babel-transformer@0.79.1: + resolution: {integrity: sha512-WvE/At9r0LoNoxGgGhULV4H5ieuLs8AHfVUtTpHaOpgE326BwHNiUYaWuCpaM/BTTlajQltK/U1t+MqbbvFG9A==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.23.9 + hermes-parser: 0.15.0 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-cache-key@0.79.1: + resolution: {integrity: sha512-/u48AuINgakqYEymRrD6MzKCSYU/JEXrqGX4x6gVHVa99TKPeg5SBi3MIjpZz/tWGpcQHCKItfjLD48YhEJr3Q==} + engines: {node: '>=18'} + dev: false + + /metro-cache@0.79.1: + resolution: {integrity: sha512-uRlo1cYewW9t6KuRED0G/iCnlqPc5Hq+I2VELBiJr4lBYwCz8P1KwcdzgSUpAzcZBcarq6rI9JqVPvV4t6P3YQ==} + engines: {node: '>=18'} + dependencies: + metro-core: 0.79.1 + rimraf: 3.0.2 + dev: false + + /metro-config@0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-gleXbytiPTsO88DDUuaprKQLfaOVfoj6L7yw1u6MRXmQdebK3TmWUajqnLdWDQ/D0+JBWfrkFhLjnWXHsA8Cgw==} + engines: {node: '>=18'} + dependencies: + connect: 3.7.0 + cosmiconfig: 5.2.1 + jest-validate: 29.7.0 + metro: 0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + metro-cache: 0.79.1 + metro-core: 0.79.1 + metro-runtime: 0.79.1 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /metro-core@0.79.1: + resolution: {integrity: sha512-tPlpLLOKT5D5HSFQBrvgU2gupecCA0YcnQQVOByuLjY5JMXUBU7HISHv5gpbJTUt9KlPQ8OhZV/x6ivyXaVSQg==} + engines: {node: '>=18'} + dependencies: + lodash.throttle: 4.1.1 + metro-resolver: 0.79.1 + dev: false + + /metro-file-map@0.79.1: + resolution: {integrity: sha512-PpPhfkj1Bj448f+5vZaaImJWFSsf6XveYGdRsfwvskcYlMsFBl4OX1WyGTJCCCzrtIOH5y1V3OADI/HS563sCA==} + engines: {node: '>=18'} + dependencies: + anymatch: 3.1.2 + debug: 2.6.9(supports-color@5.5.0) + fb-watchman: 2.0.1 + graceful-fs: 4.2.6 + invariant: 2.2.4 + jest-util: 27.5.1 + jest-worker: 27.5.1 + micromatch: 4.0.4 + node-abort-controller: 3.1.1 + nullthrows: 1.1.1 + walker: 1.0.7 + optionalDependencies: + fsevents: 2.3.2 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-minify-terser@0.79.1: + resolution: {integrity: sha512-69zOvPazJFKE6tHlOF8PQcvXUfoXgeHreVaggjuqnCREMWBjEkTH9jOn8M3oB0JgKmEUBb4bzFr7Oz1kC7Jc3g==} + engines: {node: '>=18'} + dependencies: + terser: 5.27.1 + dev: false + + /metro-resolver@0.79.1: + resolution: {integrity: sha512-hiea5co7c5rhrdD5xYohBq2Sw20Ytzie71raIW9SsXKBKzsS0zAbrwNFW5z71lDUnp719vhobnDXJ+yE7Kq9Gg==} + engines: {node: '>=18'} + dev: false + + /metro-runtime@0.79.1: + resolution: {integrity: sha512-RRBFPjaex8/Q6M+4V0oOYrd4mDG0iNkRMSdT5iojUe9pF24pRmqwG2gm3NBBgh4UAzYPI0NsJ6AB8JTmchfCAg==} + engines: {node: '>=18'} + dependencies: + '@babel/runtime': 7.14.6 + react-refresh: 0.4.3 + dev: false + + /metro-runtime@0.80.6: + resolution: {integrity: sha512-21GQVd0pp2nACoK0C2PL8mBsEhIFUFFntYrWRlYNHtPQoqDzddrPEIgkyaABGXGued+dZoBlFQl+LASlmmfkvw==} + engines: {node: '>=18'} + dependencies: + '@babel/runtime': 7.14.6 + dev: false + + /metro-source-map@0.79.1: + resolution: {integrity: sha512-Rlgld4cfWUFs5NdAErSzWfX9C4eYLPXTBBmhTHaiQEgRb0ydrfhOcofT0gYTHzp6t9lW30IO5wxlzl6gU/nOjA==} + engines: {node: '>=18'} + dependencies: + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + invariant: 2.2.4 + metro-symbolicate: 0.79.1 + nullthrows: 1.1.1 + ob1: 0.79.1 + source-map: 0.5.7 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-source-map@0.80.6: + resolution: {integrity: sha512-lqDuSLctWy9Qccu4Zl0YB1PzItpsqcKGb1nK0aDY+lzJ26X65OCib2VzHlj+xj7e4PiIKOfsvDCczCBz4cnxdg==} + engines: {node: '>=18'} + dependencies: + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + invariant: 2.2.4 + metro-symbolicate: 0.80.6 + nullthrows: 1.1.1 + ob1: 0.80.6 + source-map: 0.5.7 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-symbolicate@0.79.1: + resolution: {integrity: sha512-cB7Yxh5SKs24EsTaONpaEPoFC6H1ya0BeAR1Ety1qeeV/gFmC8YvkwFj9S8sy6whwIf4dM9xLF2iv7Ug78C4JA==} + engines: {node: '>=18'} + hasBin: true + dependencies: + invariant: 2.2.4 + metro-source-map: 0.79.1 + nullthrows: 1.1.1 + source-map: 0.5.7 + through2: 2.0.5 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-symbolicate@0.80.6: + resolution: {integrity: sha512-SGwKeBi+lK7NmM5+EcW6DyRRa9HmGSvH0LJtlT4XoRMbpxzsLYs0qUEA+olD96pOIP+ta7I8S30nQr2ttqgO8A==} + engines: {node: '>=18'} + hasBin: true + dependencies: + invariant: 2.2.4 + metro-source-map: 0.80.6 + nullthrows: 1.1.1 + source-map: 0.5.7 + through2: 2.0.5 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-transform-plugins@0.79.1: + resolution: {integrity: sha512-kGDpBJGpijC/OVrpngCiyvzrT6sfSPqFOiyEzU02j+8UCmxKCofbdv62nT97dzseR+iWkzFPcCbq8Nc7/CFwwA==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.23.9 + '@babel/generator': 7.23.6 + '@babel/template': 7.14.5 + '@babel/traverse': 7.23.9 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + dev: false + + /metro-transform-worker@0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-WA15xo7EvJgutlhRKldgPTtwOWur4xDO5uQc5e/vZuhGtahcV0b4v2lXp+t3z5gs9DBqajsczce1A+3pY9wcQQ==} + engines: {node: '>=18'} + dependencies: + '@babel/core': 7.23.9 + '@babel/generator': 7.23.6 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 + metro: 0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + metro-babel-transformer: 0.79.1 + metro-cache: 0.79.1 + metro-cache-key: 0.79.1 + metro-source-map: 0.79.1 + metro-transform-plugins: 0.79.1 + nullthrows: 1.1.1 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /metro@0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-PDzLQn4fpV4cs6brPi3zSu3zOA3kG+x6algazYGz1FzrOIsIT+L0Hd294+V4xN73EjLrSD5vD5hNsWlBxRk/PA==} + engines: {node: '>=18'} + hasBin: true + dependencies: + '@babel/code-frame': 7.14.5 + '@babel/core': 7.23.9 + '@babel/generator': 7.23.6 + '@babel/parser': 7.23.9 + '@babel/template': 7.14.5 + '@babel/traverse': 7.23.9 + '@babel/types': 7.23.9 + accepts: 1.3.7 + chalk: 4.1.1 + ci-info: 2.0.0 + connect: 3.7.0 + debug: 2.6.9(supports-color@5.5.0) + denodeify: 1.2.1 + error-stack-parser: 2.0.6 + graceful-fs: 4.2.6 + hermes-parser: 0.15.0 + image-size: 1.1.1 + invariant: 2.2.4 + jest-worker: 27.5.1 + jsc-safe-url: 0.2.4 + lodash.throttle: 4.1.1 + metro-babel-transformer: 0.79.1 + metro-cache: 0.79.1 + metro-cache-key: 0.79.1 + metro-config: 0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + metro-core: 0.79.1 + metro-file-map: 0.79.1 + metro-minify-terser: 0.79.1 + metro-resolver: 0.79.1 + metro-runtime: 0.79.1 + metro-source-map: 0.79.1 + metro-symbolicate: 0.79.1 + metro-transform-plugins: 0.79.1 + metro-transform-worker: 0.79.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + mime-types: 2.1.31 + node-fetch: 2.6.1 + nullthrows: 1.1.1 + rimraf: 3.0.2 + serialize-error: 2.1.0 + source-map: 0.5.7 + strip-ansi: 6.0.0 + throat: 5.0.0 + ws: 7.5.9(bufferutil@4.0.3)(utf-8-validate@5.0.5) + yargs: 17.7.2 transitivePeerDependencies: - bufferutil + - supports-color - utf-8-validate - - /merge-descriptors/1.0.1: - resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} - dev: false - - /merge-stream/2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} - - /merge2/1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} - - /methods/1.1.2: - resolution: {integrity: sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=} - engines: {node: '>= 0.6'} dev: false - /microevent.ts/0.1.1: + /microevent.ts@0.1.1: resolution: {integrity: sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==} dev: false - /micromatch/3.1.10: + /micromatch@3.1.10: resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} engines: {node: '>=0.10.0'} dependencies: @@ -16162,64 +17772,87 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + /micromatch@3.1.10(supports-color@6.1.0): + resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + braces: 2.3.2(supports-color@6.1.0) + define-property: 2.0.2 + extend-shallow: 3.0.2 + extglob: 2.0.4(supports-color@6.1.0) + fragment-cache: 0.2.1 + kind-of: 6.0.3 + nanomatch: 1.2.13(supports-color@6.1.0) + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2(supports-color@6.1.0) + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: false - /micromatch/4.0.4: + /micromatch@4.0.4: resolution: {integrity: sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==} engines: {node: '>=8.6'} dependencies: braces: 3.0.2 picomatch: 2.3.0 - /miller-rabin/4.0.1: + /miller-rabin@4.0.1: resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} hasBin: true dependencies: bn.js: 4.12.0 brorand: 1.1.0 - /mime-db/1.33.0: + /mime-db@1.33.0: resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==} engines: {node: '>= 0.6'} - /mime-db/1.48.0: + /mime-db@1.48.0: resolution: {integrity: sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==} engines: {node: '>= 0.6'} - /mime-types/2.1.18: + /mime-types@2.1.18: resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.33.0 - /mime-types/2.1.31: + /mime-types@2.1.31: resolution: {integrity: sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.48.0 - /mime/1.6.0: + /mime@1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} hasBin: true - /mime/2.5.2: + /mime@2.5.2: resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} engines: {node: '>=4.0.0'} hasBin: true - /mimic-fn/2.1.0: + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - /mimic-response/1.0.1: + /mimic-response@1.0.1: resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} engines: {node: '>=4'} - /min-indent/1.0.1: + /min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - /mini-create-react-context/0.4.1_prop-types@15.7.2+react@17.0.2: + /mini-create-react-context@0.4.1(prop-types@15.7.2)(react@17.0.2): resolution: {integrity: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==} peerDependencies: prop-types: ^15.0.0 @@ -16231,7 +17864,7 @@ packages: tiny-warning: 1.0.3 dev: false - /mini-css-extract-plugin/0.11.3_webpack@4.44.2: + /mini-css-extract-plugin@0.11.3(webpack@4.44.2): resolution: {integrity: sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -16244,7 +17877,7 @@ packages: webpack-sources: 1.4.3 dev: false - /mini-css-extract-plugin/1.6.0_webpack@5.39.1: + /mini-css-extract-plugin@1.6.0(webpack@5.39.1): resolution: {integrity: sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -16256,18 +17889,18 @@ packages: webpack-sources: 1.4.3 dev: false - /minimalistic-assert/1.0.1: + /minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - /minimalistic-crypto-utils/1.0.1: + /minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=} - /minimatch/3.0.4: + /minimatch@3.0.4: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: brace-expansion: 1.1.11 - /minimist-options/4.1.0: + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} dependencies: @@ -16276,38 +17909,38 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.5: + /minimist@1.2.5: resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} - /minipass-collect/1.0.2: + /minipass-collect@1.0.2: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: minipass: 3.1.3 dev: false - /minipass-flush/1.0.5: + /minipass-flush@1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: minipass: 3.1.3 dev: false - /minipass-pipeline/1.2.4: + /minipass-pipeline@1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: minipass: 3.1.3 dev: false - /minipass/3.1.3: + /minipass@3.1.3: resolution: {integrity: sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 dev: false - /minizlib/2.1.2: + /minizlib@2.1.2: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: @@ -16315,7 +17948,7 @@ packages: yallist: 4.0.0 dev: false - /mississippi/3.0.0: + /mississippi@3.0.0: resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} engines: {node: '>=4.0.0'} dependencies: @@ -16330,42 +17963,42 @@ packages: stream-each: 1.2.3 through2: 2.0.5 - /mixin-deep/1.3.2: + /mixin-deep@1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} dependencies: for-in: 1.0.2 is-extendable: 1.0.1 - /mixme/0.5.1: + /mixme@0.5.1: resolution: {integrity: sha512-NaeZIckeBFT7i0XBEpGyFcAE0/bLcQ9MHErTpnU3bLWVE5WZbxG5Y3fDsMxYGifTo5khDA42OquXCC2ngKJB+g==} engines: {node: '>= 8.0.0'} dev: true - /mkdirp-classic/0.5.3: + /mkdirp-classic@0.5.3: resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} dev: true - /mkdirp/0.5.5: + /mkdirp@0.5.5: resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} hasBin: true dependencies: minimist: 1.2.5 - /mkdirp/1.0.4: + /mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} hasBin: true - /module-alias/2.2.2: + /module-alias@2.2.2: resolution: {integrity: sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==} dev: false - /moment/2.29.1: + /moment@2.29.1: resolution: {integrity: sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==} dev: true - /move-concurrently/1.0.1: + /move-concurrently@1.0.1: resolution: {integrity: sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=} dependencies: aproba: 1.2.0 @@ -16375,34 +18008,34 @@ packages: rimraf: 2.7.1 run-queue: 1.0.3 - /mqemitter/4.4.1: + /mqemitter@4.4.1: resolution: {integrity: sha512-tXSsyzhsD70Jc7WFz1tjbfczGOAyObMhJ8O15ZFkpDI+g9ENmWFUo5BseAuS9HCxNnFtnMWo4lHh7yDi5CjVTQ==} engines: {node: '>=10'} dependencies: fastparallel: 2.4.0 qlobber: 5.0.3 - /mri/1.1.6: + /mri@1.1.6: resolution: {integrity: sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==} engines: {node: '>=4'} - /ms/2.0.0: + /ms@2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} - /ms/2.1.1: + /ms@2.1.1: resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} - /ms/2.1.2: + /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - /ms/2.1.3: + /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /multicast-dns-service-types/1.1.0: + /multicast-dns-service-types@1.1.0: resolution: {integrity: sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=} dev: false - /multicast-dns/6.2.3: + /multicast-dns@6.2.3: resolution: {integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==} hasBin: true dependencies: @@ -16410,7 +18043,7 @@ packages: thunky: 1.1.0 dev: false - /multimatch/2.1.0: + /multimatch@2.1.0: resolution: {integrity: sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis=} engines: {node: '>=0.10.0'} dependencies: @@ -16420,7 +18053,7 @@ packages: minimatch: 3.0.4 dev: true - /multimatch/4.0.0: + /multimatch@4.0.0: resolution: {integrity: sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==} engines: {node: '>=8'} dependencies: @@ -16430,22 +18063,23 @@ packages: arrify: 2.0.1 minimatch: 3.0.4 - /mute-stream/0.0.8: + /mute-stream@0.0.8: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: true - /mz/2.7.0: + /mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} dependencies: any-promise: 1.3.0 object-assign: 4.1.1 thenify-all: 1.6.0 - /nan/2.14.2: + /nan@2.14.2: resolution: {integrity: sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==} + requiresBuild: true optional: true - /nano-css/5.3.1_react-dom@17.0.2+react@17.0.2: + /nano-css@5.3.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ENPIyNzANQRyYVvb62ajDd7PAyIgS2LIUnT9ewih4yrXSZX4hKoUwssy8WjUH++kEOA5wUTMgNnV7ko5n34kUA==} peerDependencies: react: '*' @@ -16456,19 +18090,19 @@ packages: fastest-stable-stringify: 2.0.2 inline-style-prefixer: 6.0.0 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) rtl-css-js: 1.14.1 sourcemap-codec: 1.4.8 stacktrace-js: 2.0.2 stylis: 4.0.10 dev: false - /nanoid/3.1.23: + /nanoid@3.1.23: resolution: {integrity: sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanomatch/1.2.13: + /nanomatch@1.2.13: resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} dependencies: @@ -16483,49 +18117,70 @@ packages: regex-not: 1.0.2 snapdragon: 0.8.2 to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + /nanomatch@1.2.13(supports-color@6.1.0): + resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} + engines: {node: '>=0.10.0'} + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + fragment-cache: 0.2.1 + is-windows: 1.0.2 + kind-of: 6.0.3 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2(supports-color@6.1.0) + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + dev: false - /native-url/0.2.6: + /native-url@0.2.6: resolution: {integrity: sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==} dependencies: querystring: 0.2.1 dev: false - /native-url/0.3.4: + /native-url@0.3.4: resolution: {integrity: sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==} dependencies: querystring: 0.2.1 dev: false - /natural-compare/1.4.0: + /natural-compare@1.4.0: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} - /natural-orderby/2.0.3: + /natural-orderby@2.0.3: resolution: {integrity: sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==} dev: true - /ncp/2.0.0: + /ncp@2.0.0: resolution: {integrity: sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=} hasBin: true dev: true - /negotiator/0.6.2: + /negotiator@0.6.2: resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} engines: {node: '>= 0.6'} - /neo-async/2.6.2: + /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /nested-error-stacks/1.0.2: + /nested-error-stacks@1.0.2: resolution: {integrity: sha1-GfYZWRUZ8JZ2mlupqG5u7sgjw88=} dependencies: inherits: 2.0.4 dev: true - /next-tick/1.0.0: + /next-tick@1.0.0: resolution: {integrity: sha1-yobR/ogoFpsBICCOPchCS524NCw=} dev: false - /next/10.2.3_2dbe935e140170ce01c975771f1adcbd: + /next@10.2.3(react-dom@17.0.2)(react@17.0.2)(typescript@4.3.4): resolution: {integrity: sha512-dkM1mIfnORtGyzw/Yme8RdqNxlCMZyi4Lqj56F01/yHbe1ZtOaJ0cyqqRB4RGiPhjGGh0319f8ddjDyO1605Ow==} engines: {node: '>=10.13.0'} hasBin: true @@ -16547,8 +18202,8 @@ packages: '@hapi/accept': 5.0.2 '@next/env': 10.2.3 '@next/polyfill-module': 10.2.3 - '@next/react-dev-overlay': 10.2.3_react-dom@17.0.2+react@17.0.2 - '@next/react-refresh-utils': 10.2.3_react-refresh@0.8.3 + '@next/react-dev-overlay': 10.2.3(react-dom@17.0.2)(react@17.0.2) + '@next/react-refresh-utils': 10.2.3(react-refresh@0.8.3) '@opentelemetry/api': 0.14.0 assert: 2.0.0 ast-types: 0.13.2 @@ -16560,7 +18215,7 @@ packages: chokidar: 3.5.1 constants-browserify: 1.0.0 crypto-browserify: 3.12.0 - cssnano-simple: 2.0.0_postcss@8.2.13 + cssnano-simple: 2.0.0(postcss@8.2.13) domain-browser: 4.19.0 encoding: 0.1.13 etag: 1.8.1 @@ -16575,81 +18230,97 @@ packages: os-browserify: 0.3.0 p-limit: 3.1.0 path-browserify: 1.0.1 - pnp-webpack-plugin: 1.6.4_typescript@4.3.4 + pnp-webpack-plugin: 1.6.4(typescript@4.3.4) postcss: 8.2.13 process: 0.11.10 prop-types: 15.7.2 querystring-es3: 0.2.1 raw-body: 2.4.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 16.13.1 react-refresh: 0.8.3 stream-browserify: 3.0.0 stream-http: 3.1.1 string_decoder: 1.3.0 - styled-jsx: 3.3.2_react@17.0.2 + styled-jsx: 3.3.2(react@17.0.2) timers-browserify: 2.0.12 tty-browserify: 0.0.1 - use-subscription: 1.5.1_react@17.0.2 + use-subscription: 1.5.1(react@17.0.2) util: 0.12.3 vm-browserify: 1.1.2 watchpack: 2.1.1 transitivePeerDependencies: + - supports-color - typescript - webpack dev: false - /nice-try/1.0.5: + /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - /no-case/3.0.4: + /no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 tslib: 2.3.0 dev: false - /node-cleanup/2.1.2: + /nocache@3.0.4: + resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==} + engines: {node: '>=12.0.0'} + dev: false + + /node-abort-controller@3.1.1: + resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + dev: false + + /node-cleanup@2.1.2: resolution: {integrity: sha1-esGavSl+Caf3KnFUXZUbUX5N3iw=} dev: true - /node-emoji/1.10.0: + /node-dir@0.1.17: + resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} + engines: {node: '>= 0.10.5'} + dependencies: + minimatch: 3.0.4 + dev: false + + /node-emoji@1.10.0: resolution: {integrity: sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw==} dependencies: lodash.toarray: 4.4.0 dev: false - /node-fetch/2.6.1: + /node-fetch@2.6.1: resolution: {integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==} engines: {node: 4.x || >=6.0.0} - /node-forge/0.10.0: + /node-forge@0.10.0: resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} engines: {node: '>= 6.0.0'} dev: false - /node-gyp-build/4.2.3: + /node-gyp-build@4.2.3: resolution: {integrity: sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==} hasBin: true - dev: false - /node-html-parser/1.4.9: + /node-html-parser@1.4.9: resolution: {integrity: sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==} dependencies: he: 1.2.0 dev: false - /node-int64/0.4.0: + /node-int64@0.4.0: resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} - /node-json-db/1.3.0: + /node-json-db@1.3.0: resolution: {integrity: sha512-3IK9KuqfKdK12zFKtzmnD6Y5J9qL0TY0gnnZ5XKpzdhCP019zOxPxGCaH6cmIqiho2ymFgcTMKQeJvYkbBFraQ==} dependencies: mkdirp: 1.0.4 dev: false - /node-libs-browser/2.2.1: + /node-libs-browser@2.2.1: resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==} dependencies: assert: 1.5.0 @@ -16676,12 +18347,13 @@ packages: util: 0.11.1 vm-browserify: 1.1.2 - /node-modules-regexp/1.0.0: + /node-modules-regexp@1.0.0: resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} engines: {node: '>=0.10.0'} - /node-notifier/8.0.2: + /node-notifier@8.0.2: resolution: {integrity: sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==} + requiresBuild: true dependencies: growly: 1.3.0 is-wsl: 2.2.0 @@ -16691,33 +18363,42 @@ packages: which: 2.0.2 optional: true - /node-releases/1.1.73: + /node-releases@1.1.73: resolution: {integrity: sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==} - /nodemon/2.0.7: + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + dev: false + + /node-stream-zip@1.15.0: + resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} + engines: {node: '>=0.12.0'} + dev: false + + /nodemon@2.0.7: resolution: {integrity: sha512-XHzK69Awgnec9UzHr1kc8EomQh4sjTQ8oRf8TsGrSmHDx9/UmiGG9E/mM3BuTfNeFwdNBvrqQq/RHL0xIeyFOA==} engines: {node: '>=8.10.0'} hasBin: true requiresBuild: true dependencies: chokidar: 3.5.2 - debug: 3.2.7 + debug: 3.2.7(supports-color@5.5.0) ignore-by-default: 1.0.1 minimatch: 3.0.4 pstree.remy: 1.1.8 semver: 5.7.1 supports-color: 5.5.0 touch: 3.1.0 - undefsafe: 2.0.3 + undefsafe: 2.0.3(supports-color@5.5.0) update-notifier: 4.1.3 - /nopt/1.0.10: + /nopt@1.0.10: resolution: {integrity: sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=} hasBin: true dependencies: abbrev: 1.1.1 - /normalize-package-data/2.5.0: + /normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 @@ -16725,7 +18406,7 @@ packages: semver: 5.7.1 validate-npm-package-license: 3.0.4 - /normalize-package-data/3.0.2: + /normalize-package-data@3.0.2: resolution: {integrity: sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==} engines: {node: '>=10'} dependencies: @@ -16735,22 +18416,22 @@ packages: validate-npm-package-license: 3.0.4 dev: true - /normalize-path/2.1.1: + /normalize-path@2.1.1: resolution: {integrity: sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=} engines: {node: '>=0.10.0'} dependencies: remove-trailing-separator: 1.1.0 - /normalize-path/3.0.0: + /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - /normalize-range/0.1.2: + /normalize-range@0.1.2: resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=} engines: {node: '>=0.10.0'} dev: false - /normalize-url/1.9.1: + /normalize-url@1.9.1: resolution: {integrity: sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=} engines: {node: '>=4'} dependencies: @@ -16760,55 +18441,55 @@ packages: sort-keys: 1.1.2 dev: false - /normalize-url/3.3.0: + /normalize-url@3.3.0: resolution: {integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==} engines: {node: '>=6'} dev: false - /normalize-url/4.5.1: + /normalize-url@4.5.1: resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==} engines: {node: '>=8'} - /normalize-url/6.0.1: + /normalize-url@6.0.1: resolution: {integrity: sha512-VU4pzAuh7Kip71XEmO9aNREYAdMHFGTVj/i+CaTImS8x0i1d3jUZkXhqluy/PRgjPLMgsLQulYY3PJ/aSbSjpQ==} engines: {node: '>=10'} - /npm-api/1.0.1_debug@3.2.7: + /npm-api@1.0.1(debug@3.2.7): resolution: {integrity: sha512-4sITrrzEbPcr0aNV28QyOmgn6C9yKiF8k92jn4buYAK8wmA5xo1qL3II5/gT1r7wxbXBflSduZ2K3FbtOrtGkA==} engines: {node: '>=10.0'} dependencies: + JSONStream: 1.3.5 clone-deep: 4.0.1 download-stats: 0.3.4 - JSONStream: 1.3.5 moment: 2.29.1 node-fetch: 2.6.1 - paged-request: 2.0.2_debug@3.2.7 + paged-request: 2.0.2(debug@3.2.7) transitivePeerDependencies: - debug dev: true - /npm-run-path/2.0.2: + /npm-run-path@2.0.2: resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} engines: {node: '>=4'} dependencies: path-key: 2.0.1 - /npm-run-path/4.0.1: + /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} dependencies: path-key: 3.1.1 - /npm-to-yarn/1.0.1: + /npm-to-yarn@1.0.1: resolution: {integrity: sha512-bp8T8oNMfLW+N/fE0itFfSu7RReytwhqNd9skbkfHfzGYC+5CCdzS2HnaXz6JiG4AlK2eA0qlT6NJN1SoFvcWQ==} engines: {node: '>=6.0.0'} dev: false - /nprogress/0.2.0: + /nprogress@0.2.0: resolution: {integrity: sha1-y480xTIT2JVyP8urkH6UIq28r7E=} dev: false - /nps-utils/1.7.0: + /nps-utils@1.7.0: resolution: {integrity: sha512-wq/gUxTR3sgLYTLHlUKwMG2paUV3QdfwMj5aifWpQ60Vv9RQzA6pXDkwrAlMA8SNqoz8FwaGPc1X/7I+qjuYwg==} dependencies: any-shell-escape: 0.1.1 @@ -16823,38 +18504,48 @@ packages: rimraf: 2.7.1 dev: true - /nth-check/1.0.2: + /nth-check@1.0.2: resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==} dependencies: boolbase: 1.0.0 dev: false - /nth-check/2.0.0: + /nth-check@2.0.0: resolution: {integrity: sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==} dependencies: boolbase: 1.0.0 - /nullthrows/1.1.1: + /nullthrows@1.1.1: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} dev: false - /num2fraction/1.2.2: + /num2fraction@1.2.2: resolution: {integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=} dev: false - /number-is-nan/1.0.1: + /number-is-nan@1.0.1: resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} engines: {node: '>=0.10.0'} dev: true - /nwsapi/2.2.0: + /nwsapi@2.2.0: resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} - /object-assign/4.1.1: + /ob1@0.79.1: + resolution: {integrity: sha512-Z05NdP9uwS6UWoqNQDqx/VuVBD7rhMBqCB52js9HRct5IsU/lcSC/9Rv4J977wcOrSmaYTXQa2HRkUg4QAIS3g==} + engines: {node: '>=18'} + dev: false + + /ob1@0.80.6: + resolution: {integrity: sha512-nlLGZPMQ/kbmkdIb5yvVzep1jKUII2x6ehNsHpgy71jpnJMW7V+KsB3AjYI2Ajb7UqMAMNjlssg6FUodrEMYzg==} + engines: {node: '>=18'} + dev: false + + /object-assign@4.1.1: resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} - /object-copy/0.1.0: + /object-copy@0.1.0: resolution: {integrity: sha1-fn2Fi3gb18mRpBupde04EnVOmYw=} engines: {node: '>=0.10.0'} dependencies: @@ -16862,10 +18553,10 @@ packages: define-property: 0.2.5 kind-of: 3.2.2 - /object-inspect/1.10.3: + /object-inspect@1.10.3: resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} - /object-is/1.1.5: + /object-is@1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} engines: {node: '>= 0.4'} dependencies: @@ -16873,27 +18564,27 @@ packages: define-properties: 1.1.3 dev: false - /object-keys/1.1.1: + /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} - /object-path/0.11.5: + /object-path@0.11.5: resolution: {integrity: sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==} engines: {node: '>= 10.12.0'} dev: false - /object-treeify/1.1.33: + /object-treeify@1.1.33: resolution: {integrity: sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==} engines: {node: '>= 10'} dev: true - /object-visit/1.0.1: + /object-visit@1.0.1: resolution: {integrity: sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 - /object.assign/4.1.2: + /object.assign@4.1.2: resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} engines: {node: '>= 0.4'} dependencies: @@ -16902,7 +18593,7 @@ packages: has-symbols: 1.0.2 object-keys: 1.1.1 - /object.entries/1.1.4: + /object.entries@1.1.4: resolution: {integrity: sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==} engines: {node: '>= 0.4'} dependencies: @@ -16911,7 +18602,7 @@ packages: es-abstract: 1.18.3 dev: false - /object.fromentries/2.0.4: + /object.fromentries@2.0.4: resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} engines: {node: '>= 0.4'} dependencies: @@ -16921,7 +18612,7 @@ packages: has: 1.0.3 dev: false - /object.getownpropertydescriptors/2.1.2: + /object.getownpropertydescriptors@2.1.2: resolution: {integrity: sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==} engines: {node: '>= 0.8'} dependencies: @@ -16930,13 +18621,13 @@ packages: es-abstract: 1.18.3 dev: false - /object.pick/1.3.0: + /object.pick@1.3.0: resolution: {integrity: sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 - /object.values/1.1.4: + /object.values@1.1.4: resolution: {integrity: sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==} engines: {node: '>= 0.4'} dependencies: @@ -16945,24 +18636,24 @@ packages: es-abstract: 1.18.3 dev: false - /obuf/1.1.2: + /obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} dev: false - /oclif/1.18.0: + /oclif@1.18.0: resolution: {integrity: sha512-GLnwhESkPqM2cElRSZ9KwoUJ9OPiQEFaUM8xbBQDcygapuYcTIpcCj6hCsDhnLzSJj2DDgqDjmQlNeT29LUr0g==} engines: {node: '>=8.0.0'} hasBin: true dependencies: - '@oclif/command': 1.8.0 - '@oclif/config': 1.17.0 + '@oclif/command': 1.8.0(@oclif/config@1.17.0) + '@oclif/config': 1.17.0(supports-color@7.2.0) '@oclif/errors': 1.3.4 '@oclif/fixpack': 2.3.0 '@oclif/plugin-help': 3.2.2 - '@oclif/plugin-not-found': 1.2.4 + '@oclif/plugin-not-found': 1.2.4(@oclif/config@1.17.0) '@oclif/plugin-warn-if-update-available': 1.7.0 - cli-ux: 5.5.1 - debug: 4.3.1 + cli-ux: 5.5.1(@oclif/config@1.17.0) + debug: 4.3.1(supports-color@7.2.0) find-yarn-workspace-root: 2.0.0 fs-extra: 8.1.0 github-slugger: 1.3.0 @@ -16979,34 +18670,34 @@ packages: - supports-color dev: true - /on-finished/2.3.0: + /on-finished@2.3.0: resolution: {integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=} engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 - /on-headers/1.0.2: + /on-headers@1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} - /once/1.4.0: + /once@1.4.0: resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} dependencies: wrappy: 1.0.2 - /onetime/5.1.2: + /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 - /onigasm/2.2.5: + /onigasm@2.2.5: resolution: {integrity: sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==} dependencies: lru-cache: 5.1.1 dev: false - /open-cli/6.0.1: + /open-cli@6.0.1: resolution: {integrity: sha512-A5h8MF3GrT1efn9TiO9LPajDnLtuEiGQT5G8TxWObBlgt1cZJF1YbQo/kNtsD1bJb7HxnT6SaSjzeLq0Rfhygw==} engines: {node: '>=10'} hasBin: true @@ -17018,14 +18709,21 @@ packages: temp-write: 4.0.0 dev: true - /open/7.4.2: + /open@6.4.0: + resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==} + engines: {node: '>=8'} + dependencies: + is-wsl: 1.1.0 + dev: false + + /open@7.4.2: resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 is-wsl: 2.2.0 - /open/8.2.1: + /open@8.2.1: resolution: {integrity: sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==} engines: {node: '>=12'} dependencies: @@ -17034,11 +18732,11 @@ packages: is-wsl: 2.2.0 dev: false - /opener/1.5.2: + /opener@1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true - /opn-cli/3.1.0: + /opn-cli@3.1.0: resolution: {integrity: sha1-+BmubK4LQRvQFJuFYP5siK2tIPg=} engines: {node: '>=4'} hasBin: true @@ -17050,7 +18748,7 @@ packages: temp-write: 2.1.0 dev: true - /opn/4.0.2: + /opn@4.0.2: resolution: {integrity: sha1-erwi5kTf9jsKltWrfyeQwPAavJU=} engines: {node: '>=0.10.0'} dependencies: @@ -17058,14 +18756,14 @@ packages: pinkie-promise: 2.0.1 dev: true - /opn/5.5.0: + /opn@5.5.0: resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} engines: {node: '>=4'} dependencies: is-wsl: 1.1.0 dev: false - /optimize-css-assets-webpack-plugin/5.0.4_webpack@4.44.2: + /optimize-css-assets-webpack-plugin@5.0.4(webpack@4.44.2): resolution: {integrity: sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==} peerDependencies: webpack: ^4.0.0 @@ -17075,18 +18773,18 @@ packages: webpack: 4.44.2 dev: false - /optimize-css-assets-webpack-plugin/6.0.0_webpack@4.46.0: + /optimize-css-assets-webpack-plugin@6.0.0(webpack@4.46.0): resolution: {integrity: sha512-XKVxJuCBSslP1Eyuf1uVtZT3Pkp6jEIkmg7BMcNU/pq6XAnDXTINkYFWmiQWt8+j//FO4dIDd4v+gn0m5VWJIw==} peerDependencies: webpack: ^4.0.0 dependencies: - cssnano: 5.0.6_postcss@8.3.5 + cssnano: 5.0.6(postcss@8.3.5) last-call-webpack-plugin: 3.0.0 postcss: 8.3.5 webpack: 4.46.0 dev: true - /optionator/0.8.3: + /optionator@0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} engines: {node: '>= 0.8.0'} dependencies: @@ -17097,7 +18795,7 @@ packages: type-check: 0.3.2 word-wrap: 1.2.3 - /optionator/0.9.1: + /optionator@0.9.1: resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} engines: {node: '>= 0.8.0'} dependencies: @@ -17109,7 +18807,7 @@ packages: word-wrap: 1.2.3 dev: false - /ora/5.4.1: + /ora@5.4.1: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} dependencies: @@ -17122,140 +18820,139 @@ packages: log-symbols: 4.1.0 strip-ansi: 6.0.0 wcwidth: 1.0.1 - dev: true - /original/1.0.2: + /original@1.0.2: resolution: {integrity: sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==} dependencies: url-parse: 1.5.1 dev: false - /os-browserify/0.3.0: + /os-browserify@0.3.0: resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} - /os-tmpdir/1.0.2: + /os-tmpdir@1.0.2: resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=} engines: {node: '>=0.10.0'} dev: true - /outdent/0.5.0: + /outdent@0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} dev: true - /p-cancelable/0.3.0: + /p-cancelable@0.3.0: resolution: {integrity: sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==} engines: {node: '>=4'} dev: true - /p-cancelable/1.1.0: + /p-cancelable@1.1.0: resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==} engines: {node: '>=6'} - /p-each-series/2.2.0: + /p-each-series@2.2.0: resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} engines: {node: '>=8'} - /p-filter/2.1.0: + /p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} dependencies: p-map: 2.1.0 dev: true - /p-finally/1.0.0: + /p-finally@1.0.0: resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} engines: {node: '>=4'} - /p-finally/2.0.1: + /p-finally@2.0.1: resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} engines: {node: '>=8'} dev: true - /p-limit/1.3.0: + /p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} dependencies: p-try: 1.0.0 dev: false - /p-limit/2.3.0: + /p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} dependencies: p-try: 2.2.0 - /p-limit/3.1.0: + /p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 - /p-locate/2.0.0: + /p-locate@2.0.0: resolution: {integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=} engines: {node: '>=4'} dependencies: p-limit: 1.3.0 dev: false - /p-locate/3.0.0: + /p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} dependencies: p-limit: 2.3.0 - /p-locate/4.1.0: + /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} dependencies: p-limit: 2.3.0 - /p-locate/5.0.0: + /p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} dependencies: p-limit: 3.1.0 - /p-map/2.1.0: + /p-map@2.1.0: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} - /p-map/3.0.0: + /p-map@3.0.0: resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} engines: {node: '>=8'} dependencies: aggregate-error: 3.1.0 dev: true - /p-map/4.0.0: + /p-map@4.0.0: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 - /p-retry/3.0.1: + /p-retry@3.0.1: resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} engines: {node: '>=6'} dependencies: retry: 0.12.0 dev: false - /p-timeout/1.2.1: + /p-timeout@1.2.1: resolution: {integrity: sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=} engines: {node: '>=4'} dependencies: p-finally: 1.0.0 dev: true - /p-try/1.0.0: + /p-try@1.0.0: resolution: {integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=} engines: {node: '>=4'} dev: false - /p-try/2.2.0: + /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - /package-json/6.5.0: + /package-json@6.5.0: resolution: {integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==} engines: {node: '>=8'} dependencies: @@ -17264,43 +18961,43 @@ packages: registry-url: 5.1.0 semver: 6.3.0 - /pad-component/0.0.1: + /pad-component@0.0.1: resolution: {integrity: sha1-rR8izhvw/cDW3dkIrxfzUaQEuKw=} dev: true - /paged-request/2.0.2_debug@3.2.7: + /paged-request@2.0.2(debug@3.2.7): resolution: {integrity: sha512-NWrGqneZImDdcMU/7vMcAOo1bIi5h/pmpJqe7/jdsy85BA/s5MSaU/KlpxwW/IVPmIwBcq2uKPrBWWhEWhtxag==} engines: {node: '>=8'} dependencies: - axios: 0.21.1_debug@3.2.7 + axios: 0.21.1(debug@3.2.7) transitivePeerDependencies: - debug dev: true - /pako/1.0.11: + /pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} - /parallel-transform/1.2.0: + /parallel-transform@1.2.0: resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} dependencies: cyclist: 1.0.1 inherits: 2.0.4 readable-stream: 2.3.7 - /param-case/3.0.4: + /param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 tslib: 2.3.0 dev: false - /parent-module/1.0.1: + /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} dependencies: callsites: 3.1.0 - /parse-asn1/5.1.6: + /parse-asn1@5.1.6: resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} dependencies: asn1.js: 5.4.1 @@ -17309,7 +19006,7 @@ packages: pbkdf2: 3.1.2 safe-buffer: 5.2.1 - /parse-entities/2.0.0: + /parse-entities@2.0.0: resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} dependencies: character-entities: 1.2.4 @@ -17320,7 +19017,7 @@ packages: is-hexadecimal: 1.0.4 dev: false - /parse-filepath/1.0.2: + /parse-filepath@1.0.2: resolution: {integrity: sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=} engines: {node: '>=0.8'} dependencies: @@ -17329,21 +19026,21 @@ packages: path-root: 0.1.1 dev: false - /parse-json/2.2.0: + /parse-json@2.2.0: resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=} engines: {node: '>=0.10.0'} dependencies: error-ex: 1.3.2 dev: true - /parse-json/4.0.0: + /parse-json@4.0.0: resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} engines: {node: '>=4'} dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 - /parse-json/5.2.0: + /parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: @@ -17352,116 +19049,116 @@ packages: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.1.6 - /parse-numeric-range/1.2.0: + /parse-numeric-range@1.2.0: resolution: {integrity: sha512-1q2tXpAOplPxcl8vrIGPWz1dJxxfmdRkCFcpxxMBerDnGuuHalOWF/xj9L8Nn5XoTUoB/6F0CeQBp2fMgkOYFg==} dev: false - /parse5/5.1.1: + /parse5@5.1.1: resolution: {integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==} dev: false - /parse5/6.0.1: + /parse5@6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - /parseurl/1.3.3: + /parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} dev: false - /pascal-case/3.1.2: + /pascal-case@3.1.2: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 tslib: 2.3.0 dev: false - /pascalcase/0.1.1: + /pascalcase@0.1.1: resolution: {integrity: sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=} engines: {node: '>=0.10.0'} - /password-prompt/1.1.2: + /password-prompt@1.1.2: resolution: {integrity: sha512-bpuBhROdrhuN3E7G/koAju0WjVw9/uQOG5Co5mokNj0MiOSBVZS1JTwM4zl55hu0WFmIEFvO9cU9sJQiBIYeIA==} dependencies: ansi-escapes: 3.2.0 cross-spawn: 6.0.5 dev: true - /path-browserify/0.0.1: + /path-browserify@0.0.1: resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} - /path-browserify/1.0.1: + /path-browserify@1.0.1: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} dev: false - /path-case/3.0.4: + /path-case@3.0.4: resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} dependencies: dot-case: 3.0.4 tslib: 2.3.0 dev: false - /path-dirname/1.0.2: + /path-dirname@1.0.2: resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=} - /path-exists/2.1.0: + /path-exists@2.1.0: resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=} engines: {node: '>=0.10.0'} dependencies: pinkie-promise: 2.0.1 dev: true - /path-exists/3.0.0: + /path-exists@3.0.0: resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=} engines: {node: '>=4'} - /path-exists/4.0.0: + /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - /path-is-absolute/1.0.1: + /path-is-absolute@1.0.1: resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} engines: {node: '>=0.10.0'} - /path-is-inside/1.0.2: + /path-is-inside@1.0.2: resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=} - /path-key/2.0.1: + /path-key@2.0.1: resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} engines: {node: '>=4'} - /path-key/3.1.1: + /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} - /path-parse/1.0.7: + /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - /path-root-regex/0.1.2: + /path-root-regex@0.1.2: resolution: {integrity: sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=} engines: {node: '>=0.10.0'} dev: false - /path-root/0.1.1: + /path-root@0.1.1: resolution: {integrity: sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=} engines: {node: '>=0.10.0'} dependencies: path-root-regex: 0.1.2 dev: false - /path-to-regexp/0.1.7: + /path-to-regexp@0.1.7: resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=} dev: false - /path-to-regexp/1.8.0: + /path-to-regexp@1.8.0: resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==} dependencies: isarray: 0.0.1 dev: false - /path-to-regexp/2.2.1: + /path-to-regexp@2.2.1: resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==} - /path-type/1.1.0: + /path-type@1.1.0: resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=} engines: {node: '>=0.10.0'} dependencies: @@ -17470,23 +19167,23 @@ packages: pinkie-promise: 2.0.1 dev: true - /path-type/3.0.0: + /path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} dependencies: pify: 3.0.0 - /path-type/4.0.0: + /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - /pause-stream/0.0.11: + /pause-stream@0.0.11: resolution: {integrity: sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=} dependencies: through: 2.3.8 dev: true - /pbkdf2/3.1.2: + /pbkdf2@3.1.2: resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} engines: {node: '>=0.12'} dependencies: @@ -17496,53 +19193,56 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 - /peek-readable/3.1.3: + /peek-readable@3.1.3: resolution: {integrity: sha512-mpAcysyRJxmICBcBa5IXH7SZPvWkcghm6Fk8RekoS3v+BpbSzlZzuWbMx+GXrlUwESi9qHar4nVEZNMKylIHvg==} engines: {node: '>=8'} dev: true - /performance-now/2.1.0: + /performance-now@2.1.0: resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} dev: false - /picomatch/2.3.0: + /picocolors@1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + dev: false + + /picomatch@2.3.0: resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} - /pid-port/0.1.1: + /pid-port@0.1.1: resolution: {integrity: sha512-boqPJtSgZC6KOgXKNPC+/XR3xwVtpOtaLa7JLcdf8jfVe0ZM2TwllBXxxLUO8GQbOLJ4/hEtf2+L1QCKbaoHUg==} engines: {node: '>=10'} dependencies: execa: 5.1.1 dev: true - /pify/2.3.0: + /pify@2.3.0: resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} engines: {node: '>=0.10.0'} - /pify/3.0.0: + /pify@3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} engines: {node: '>=4'} - /pify/4.0.1: + /pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} - /pinkie-promise/2.0.1: + /pinkie-promise@2.0.1: resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=} engines: {node: '>=0.10.0'} dependencies: pinkie: 2.0.4 - /pinkie/2.0.4: + /pinkie@2.0.4: resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=} engines: {node: '>=0.10.0'} - /pino-std-serializers/3.2.0: + /pino-std-serializers@3.2.0: resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==} - dev: false - /pino/6.11.3: + /pino@6.11.3: resolution: {integrity: sha512-drPtqkkSf0ufx2gaea3TryFiBHdNIdXKf5LN0hTM82SXI4xVIve2wLwNg92e1MT6m3jASLu6VO7eGY6+mmGeyw==} hasBin: true dependencies: @@ -17552,60 +19252,64 @@ packages: pino-std-serializers: 3.2.0 quick-format-unescaped: 4.0.3 sonic-boom: 1.4.1 - dev: false - /pirates/4.0.1: + /pirates@4.0.1: resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} engines: {node: '>= 6'} dependencies: node-modules-regexp: 1.0.0 - /pkg-dir/2.0.0: + /pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + dev: false + + /pkg-dir@2.0.0: resolution: {integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=} engines: {node: '>=4'} dependencies: find-up: 2.1.0 dev: false - /pkg-dir/3.0.0: + /pkg-dir@3.0.0: resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} engines: {node: '>=6'} dependencies: find-up: 3.0.0 - /pkg-dir/4.2.0: + /pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} dependencies: find-up: 4.1.0 - /pkg-up/2.0.0: + /pkg-up@2.0.0: resolution: {integrity: sha1-yBmscoBZpGHKscOImivjxJoATX8=} engines: {node: '>=4'} dependencies: find-up: 2.1.0 dev: false - /pkg-up/3.1.0: + /pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} dependencies: find-up: 3.0.0 dev: false - /platform/1.3.6: + /platform@1.3.6: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} dev: false - /pnp-webpack-plugin/1.6.4_typescript@4.3.4: + /pnp-webpack-plugin@1.6.4(typescript@4.3.4): resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.3.4 + ts-pnp: 1.2.0(typescript@4.3.4) transitivePeerDependencies: - typescript - /popmotion/9.3.6: + /popmotion@9.3.6: resolution: {integrity: sha512-ZTbXiu6zIggXzIliMi8LGxXBF5ST+wkpXGEjeTUDUOCdSQ356hij/xjeUdv0F8zCQNeqB1+PR5/BB+gC+QLAPw==} dependencies: framesync: 5.3.0 @@ -17614,27 +19318,29 @@ packages: tslib: 2.3.0 dev: false - /portfinder/1.0.28: + /portfinder@1.0.28(supports-color@6.1.0): resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==} engines: {node: '>= 0.12.0'} dependencies: async: 2.6.3 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) mkdirp: 0.5.5 + transitivePeerDependencies: + - supports-color dev: false - /posix-character-classes/0.1.1: + /posix-character-classes@0.1.1: resolution: {integrity: sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=} engines: {node: '>=0.10.0'} - /postcss-attribute-case-insensitive/4.0.2: + /postcss-attribute-case-insensitive@4.0.2: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: postcss: 7.0.36 postcss-selector-parser: 6.0.6 dev: false - /postcss-browser-comments/3.0.0_browserslist@4.16.6: + /postcss-browser-comments@3.0.0(browserslist@4.16.6): resolution: {integrity: sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==} engines: {node: '>=8.0.0'} peerDependencies: @@ -17644,7 +19350,7 @@ packages: postcss: 7.0.36 dev: false - /postcss-calc/7.0.5: + /postcss-calc@7.0.5: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: postcss: 7.0.36 @@ -17652,7 +19358,7 @@ packages: postcss-value-parser: 4.1.0 dev: false - /postcss-calc/8.0.0_postcss@8.3.5: + /postcss-calc@8.0.0(postcss@8.3.5): resolution: {integrity: sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==} peerDependencies: postcss: ^8.2.2 @@ -17661,7 +19367,7 @@ packages: postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 - /postcss-color-functional-notation/2.0.1: + /postcss-color-functional-notation@2.0.1: resolution: {integrity: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==} engines: {node: '>=6.0.0'} dependencies: @@ -17669,7 +19375,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-color-gray/5.0.0: + /postcss-color-gray@5.0.0: resolution: {integrity: sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==} engines: {node: '>=6.0.0'} dependencies: @@ -17678,7 +19384,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-color-hex-alpha/5.0.3: + /postcss-color-hex-alpha@5.0.3: resolution: {integrity: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==} engines: {node: '>=6.0.0'} dependencies: @@ -17686,7 +19392,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-color-mod-function/3.0.3: + /postcss-color-mod-function@3.0.3: resolution: {integrity: sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==} engines: {node: '>=6.0.0'} dependencies: @@ -17695,7 +19401,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-color-rebeccapurple/4.0.1: + /postcss-color-rebeccapurple@4.0.1: resolution: {integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==} engines: {node: '>=6.0.0'} dependencies: @@ -17703,7 +19409,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-colormin/4.0.3: + /postcss-colormin@4.0.3: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: @@ -17714,7 +19420,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-colormin/5.2.0_postcss@8.3.5: + /postcss-colormin@5.2.0(postcss@8.3.5): resolution: {integrity: sha512-+HC6GfWU3upe5/mqmxuqYZ9B2Wl4lcoUUNkoaX59nEWV4EtADCMiBqui111Bu8R8IvaZTmqmxrqOAqjbHIwXPw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17726,7 +19432,7 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-convert-values/4.0.1: + /postcss-convert-values@4.0.1: resolution: {integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==} engines: {node: '>=6.9.0'} dependencies: @@ -17734,7 +19440,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-convert-values/5.0.1_postcss@8.3.5: + /postcss-convert-values@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-C3zR1Do2BkKkCgC0g3sF8TS0koF2G+mN8xxayZx3f10cIRmTaAnpgpRQZjNekTZxM2ciSPoh2IWJm0VZx8NoQg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17743,14 +19449,14 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-custom-media/7.0.8: + /postcss-custom-media@7.0.8: resolution: {integrity: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-custom-properties/8.0.11: + /postcss-custom-properties@8.0.11: resolution: {integrity: sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==} engines: {node: '>=6.0.0'} dependencies: @@ -17758,7 +19464,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-custom-selectors/5.1.2: + /postcss-custom-selectors@5.1.2: resolution: {integrity: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==} engines: {node: '>=6.0.0'} dependencies: @@ -17766,7 +19472,7 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /postcss-dir-pseudo-class/5.0.0: + /postcss-dir-pseudo-class@5.0.0: resolution: {integrity: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==} engines: {node: '>=4.0.0'} dependencies: @@ -17774,14 +19480,14 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /postcss-discard-comments/4.0.2: + /postcss-discard-comments@4.0.2: resolution: {integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-discard-comments/5.0.1_postcss@8.3.5: + /postcss-discard-comments@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-lgZBPTDvWrbAYY1v5GYEv8fEO/WhKOu/hmZqmCYfrpD6eyDWWzAOsl2rF29lpvziKO02Gc5GJQtlpkTmakwOWg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17789,14 +19495,14 @@ packages: dependencies: postcss: 8.3.5 - /postcss-discard-duplicates/4.0.2: + /postcss-discard-duplicates@4.0.2: resolution: {integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-discard-duplicates/5.0.1_postcss@8.3.5: + /postcss-discard-duplicates@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-svx747PWHKOGpAXXQkCc4k/DsWo+6bc5LsVrAsw+OU+Ibi7klFZCyX54gjYzX4TH+f2uzXjRviLARxkMurA2bA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17804,14 +19510,14 @@ packages: dependencies: postcss: 8.3.5 - /postcss-discard-empty/4.0.1: + /postcss-discard-empty@4.0.1: resolution: {integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-discard-empty/5.0.1_postcss@8.3.5: + /postcss-discard-empty@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-vfU8CxAQ6YpMxV2SvMcMIyF2LX1ZzWpy0lqHDsOdaKKLQVQGVP1pzhrI9JlsO65s66uQTfkQBKBD/A5gp9STFw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17819,14 +19525,14 @@ packages: dependencies: postcss: 8.3.5 - /postcss-discard-overridden/4.0.1: + /postcss-discard-overridden@4.0.1: resolution: {integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-discard-overridden/5.0.1_postcss@8.3.5: + /postcss-discard-overridden@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-Y28H7y93L2BpJhrdUR2SR2fnSsT+3TVx1NmVQLbcnZWwIUpJ7mfcTC6Za9M2PG6w8j7UQRfzxqn8jU2VwFxo3Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17834,7 +19540,7 @@ packages: dependencies: postcss: 8.3.5 - /postcss-discard-unused/5.0.1_postcss@8.3.5: + /postcss-discard-unused@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-tD6xR/xyZTwfhKYRw0ylfCY8wbfhrjpKAMnDKRTLMy2fNW5hl0hoV6ap5vo2JdCkuHkP3CHw72beO4Y8pzFdww==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -17844,7 +19550,7 @@ packages: postcss-selector-parser: 6.0.6 dev: false - /postcss-double-position-gradients/1.0.0: + /postcss-double-position-gradients@1.0.0: resolution: {integrity: sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==} engines: {node: '>=6.0.0'} dependencies: @@ -17852,7 +19558,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-env-function/2.0.2: + /postcss-env-function@2.0.2: resolution: {integrity: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==} engines: {node: '>=6.0.0'} dependencies: @@ -17860,40 +19566,40 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-flexbugs-fixes/4.2.1: + /postcss-flexbugs-fixes@4.2.1: resolution: {integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==} dependencies: postcss: 7.0.36 dev: false - /postcss-focus-visible/4.0.0: + /postcss-focus-visible@4.0.0: resolution: {integrity: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-focus-within/3.0.0: + /postcss-focus-within@3.0.0: resolution: {integrity: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-font-variant/4.0.1: + /postcss-font-variant@4.0.1: resolution: {integrity: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==} dependencies: postcss: 7.0.36 dev: false - /postcss-gap-properties/2.0.0: + /postcss-gap-properties@2.0.0: resolution: {integrity: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-image-set-function/3.0.1: + /postcss-image-set-function@3.0.1: resolution: {integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==} engines: {node: '>=6.0.0'} dependencies: @@ -17901,13 +19607,13 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-initial/3.0.4: + /postcss-initial@3.0.4: resolution: {integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==} dependencies: postcss: 7.0.36 dev: false - /postcss-lab-function/2.0.1: + /postcss-lab-function@2.0.1: resolution: {integrity: sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==} engines: {node: '>=6.0.0'} dependencies: @@ -17916,7 +19622,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-load-config/2.1.2: + /postcss-load-config@2.1.2: resolution: {integrity: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==} engines: {node: '>= 4'} dependencies: @@ -17924,21 +19630,7 @@ packages: import-cwd: 2.1.0 dev: false - /postcss-load-config/3.1.0: - resolution: {integrity: sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==} - engines: {node: '>= 10'} - peerDependencies: - ts-node: '>=9.0.0' - peerDependenciesMeta: - ts-node: - optional: true - dependencies: - import-cwd: 3.0.0 - lilconfig: 2.0.3 - yaml: 1.10.2 - dev: true - - /postcss-load-config/3.1.0_ts-node@9.1.1: + /postcss-load-config@3.1.0(ts-node@9.1.1): resolution: {integrity: sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==} engines: {node: '>= 10'} peerDependencies: @@ -17949,11 +19641,10 @@ packages: dependencies: import-cwd: 3.0.0 lilconfig: 2.0.3 - ts-node: 9.1.1_typescript@4.3.4 + ts-node: 9.1.1(typescript@4.3.4) yaml: 1.10.2 - dev: false - /postcss-loader/3.0.0: + /postcss-loader@3.0.0: resolution: {integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==} engines: {node: '>= 6'} dependencies: @@ -17963,7 +19654,7 @@ packages: schema-utils: 1.0.0 dev: false - /postcss-loader/5.3.0_postcss@8.3.5+webpack@5.39.1: + /postcss-loader@5.3.0(postcss@8.3.5)(webpack@5.39.1): resolution: {integrity: sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17977,32 +19668,32 @@ packages: webpack: 5.39.1 dev: false - /postcss-logical/3.0.0: + /postcss-logical@3.0.0: resolution: {integrity: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-media-minmax/4.0.0: + /postcss-media-minmax@4.0.0: resolution: {integrity: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-merge-idents/5.0.1_postcss@8.3.5: + /postcss-merge-idents@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-xu8ueVU0RszbI2gKkxR6mluupsOSSLvt8q4gA2fcKFkA+x6SlH3cb4cFHpDvcRCNFbUmCR/VUub+Y6zPOjPx+Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 dev: false - /postcss-merge-longhand/4.0.11: + /postcss-merge-longhand@4.0.11: resolution: {integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==} engines: {node: '>=6.9.0'} dependencies: @@ -18012,7 +19703,7 @@ packages: stylehacks: 4.0.3 dev: false - /postcss-merge-longhand/5.0.2_postcss@8.3.5: + /postcss-merge-longhand@5.0.2(postcss@8.3.5): resolution: {integrity: sha512-BMlg9AXSI5G9TBT0Lo/H3PfUy63P84rVz3BjCFE9e9Y9RXQZD3+h3YO1kgTNsNJy7bBc1YQp8DmSnwLIW5VPcw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18021,9 +19712,9 @@ packages: css-color-names: 1.0.1 postcss: 8.3.5 postcss-value-parser: 4.1.0 - stylehacks: 5.0.1_postcss@8.3.5 + stylehacks: 5.0.1(postcss@8.3.5) - /postcss-merge-rules/4.0.3: + /postcss-merge-rules@4.0.3: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: @@ -18035,7 +19726,7 @@ packages: vendors: 1.0.4 dev: false - /postcss-merge-rules/5.0.2_postcss@8.3.5: + /postcss-merge-rules@5.0.2(postcss@8.3.5): resolution: {integrity: sha512-5K+Md7S3GwBewfB4rjDeol6V/RZ8S+v4B66Zk2gChRqLTCC8yjnHQ601omj9TKftS19OPGqZ/XzoqpzNQQLwbg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18043,12 +19734,12 @@ packages: dependencies: browserslist: 4.16.6 caniuse-api: 3.0.0 - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-selector-parser: 6.0.6 vendors: 1.0.4 - /postcss-minify-font-values/4.0.2: + /postcss-minify-font-values@4.0.2: resolution: {integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==} engines: {node: '>=6.9.0'} dependencies: @@ -18056,7 +19747,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-minify-font-values/5.0.1_postcss@8.3.5: + /postcss-minify-font-values@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-7JS4qIsnqaxk+FXY1E8dHBDmraYFWmuL6cgt0T1SWGRO5bzJf8sUoelwa4P88LEWJZweHevAiDKxHlofuvtIoA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18065,7 +19756,7 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-minify-gradients/4.0.2: + /postcss-minify-gradients@4.0.2: resolution: {integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==} engines: {node: '>=6.9.0'} dependencies: @@ -18075,18 +19766,18 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-minify-gradients/5.0.1_postcss@8.3.5: + /postcss-minify-gradients@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-odOwBFAIn2wIv+XYRpoN2hUV3pPQlgbJ10XeXPq8UY2N+9ZG42xu45lTn/g9zZ+d70NKSQD6EOi6UiCMu3FN7g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) is-color-stop: 1.1.0 postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-minify-params/4.0.2: + /postcss-minify-params@4.0.2: resolution: {integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==} engines: {node: '>=6.9.0'} dependencies: @@ -18098,7 +19789,7 @@ packages: uniqs: 2.0.0 dev: false - /postcss-minify-params/5.0.1_postcss@8.3.5: + /postcss-minify-params@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-4RUC4k2A/Q9mGco1Z8ODc7h+A0z7L7X2ypO1B6V8057eVK6mZ6xwz6QN64nHuHLbqbclkX1wyzRnIrdZehTEHw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18106,12 +19797,12 @@ packages: dependencies: alphanum-sort: 1.0.2 browserslist: 4.16.6 - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 uniqs: 2.0.0 - /postcss-minify-selectors/4.0.2: + /postcss-minify-selectors@4.0.2: resolution: {integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==} engines: {node: '>=6.9.0'} dependencies: @@ -18121,7 +19812,7 @@ packages: postcss-selector-parser: 3.1.2 dev: false - /postcss-minify-selectors/5.1.0_postcss@8.3.5: + /postcss-minify-selectors@5.1.0(postcss@8.3.5): resolution: {integrity: sha512-NzGBXDa7aPsAcijXZeagnJBKBPMYLaJJzB8CQh6ncvyl2sIndLVWfbcDi0SBjRWk5VqEjXvf8tYwzoKf4Z07og==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18131,14 +19822,14 @@ packages: postcss: 8.3.5 postcss-selector-parser: 6.0.6 - /postcss-modules-extract-imports/2.0.0: + /postcss-modules-extract-imports@2.0.0: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} engines: {node: '>= 6'} dependencies: postcss: 7.0.36 dev: false - /postcss-modules-extract-imports/3.0.0_postcss@8.3.5: + /postcss-modules-extract-imports@3.0.0(postcss@8.3.5): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -18146,7 +19837,7 @@ packages: dependencies: postcss: 8.3.5 - /postcss-modules-local-by-default/3.0.3: + /postcss-modules-local-by-default@3.0.3: resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} engines: {node: '>= 6'} dependencies: @@ -18156,18 +19847,18 @@ packages: postcss-value-parser: 4.1.0 dev: false - /postcss-modules-local-by-default/4.0.0_postcss@8.3.5: + /postcss-modules-local-by-default@4.0.0(postcss@8.3.5): resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.5 + icss-utils: 5.1.0(postcss@8.3.5) postcss: 8.3.5 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 - /postcss-modules-scope/2.2.0: + /postcss-modules-scope@2.2.0: resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} engines: {node: '>= 6'} dependencies: @@ -18175,7 +19866,7 @@ packages: postcss-selector-parser: 6.0.6 dev: false - /postcss-modules-scope/3.0.0_postcss@8.3.5: + /postcss-modules-scope@3.0.0(postcss@8.3.5): resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -18184,37 +19875,37 @@ packages: postcss: 8.3.5 postcss-selector-parser: 6.0.6 - /postcss-modules-values/3.0.0: + /postcss-modules-values@3.0.0: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} dependencies: icss-utils: 4.1.1 postcss: 7.0.36 dev: false - /postcss-modules-values/4.0.0_postcss@8.3.5: + /postcss-modules-values@4.0.0(postcss@8.3.5): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.3.5 + icss-utils: 5.1.0(postcss@8.3.5) postcss: 8.3.5 - /postcss-nesting/7.0.1: + /postcss-nesting@7.0.1: resolution: {integrity: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-normalize-charset/4.0.1: + /postcss-normalize-charset@4.0.1: resolution: {integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-normalize-charset/5.0.1_postcss@8.3.5: + /postcss-normalize-charset@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-6J40l6LNYnBdPSk+BHZ8SF+HAkS4q2twe5jnocgd+xWpz/mx/5Sa32m3W1AA8uE8XaXN+eg8trIlfu8V9x61eg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18222,7 +19913,7 @@ packages: dependencies: postcss: 8.3.5 - /postcss-normalize-display-values/4.0.2: + /postcss-normalize-display-values@4.0.2: resolution: {integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==} engines: {node: '>=6.9.0'} dependencies: @@ -18231,17 +19922,17 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-display-values/5.0.1_postcss@8.3.5: + /postcss-normalize-display-values@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-uupdvWk88kLDXi5HEyI9IaAJTE3/Djbcrqq8YgjvAVuzgVuqIk3SuJWUisT2gaJbZm1H9g5k2w1xXilM3x8DjQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-positions/4.0.2: + /postcss-normalize-positions@4.0.2: resolution: {integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==} engines: {node: '>=6.9.0'} dependencies: @@ -18251,7 +19942,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-positions/5.0.1_postcss@8.3.5: + /postcss-normalize-positions@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-rvzWAJai5xej9yWqlCb1OWLd9JjW2Ex2BCPzUJrbaXmtKtgfL8dBMOOMTX6TnvQMtjk3ei1Lswcs78qKO1Skrg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18260,7 +19951,7 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-repeat-style/4.0.2: + /postcss-normalize-repeat-style@4.0.2: resolution: {integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==} engines: {node: '>=6.9.0'} dependencies: @@ -18270,17 +19961,17 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-repeat-style/5.0.1_postcss@8.3.5: + /postcss-normalize-repeat-style@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-syZ2itq0HTQjj4QtXZOeefomckiV5TaUO6ReIEabCh3wgDs4Mr01pkif0MeVwKyU/LHEkPJnpwFKRxqWA/7O3w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-string/4.0.2: + /postcss-normalize-string@4.0.2: resolution: {integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==} engines: {node: '>=6.9.0'} dependencies: @@ -18289,7 +19980,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-string/5.0.1_postcss@8.3.5: + /postcss-normalize-string@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-Ic8GaQ3jPMVl1OEn2U//2pm93AXUcF3wz+OriskdZ1AOuYV25OdgS7w9Xu2LO5cGyhHCgn8dMXh9bO7vi3i9pA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18298,7 +19989,7 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-timing-functions/4.0.2: + /postcss-normalize-timing-functions@4.0.2: resolution: {integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==} engines: {node: '>=6.9.0'} dependencies: @@ -18307,17 +19998,17 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-timing-functions/5.0.1_postcss@8.3.5: + /postcss-normalize-timing-functions@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-cPcBdVN5OsWCNEo5hiXfLUnXfTGtSFiBU9SK8k7ii8UD7OLuznzgNRYkLZow11BkQiiqMcgPyh4ZqXEEUrtQ1Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-unicode/4.0.1: + /postcss-normalize-unicode@4.0.1: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: @@ -18326,7 +20017,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-unicode/5.0.1_postcss@8.3.5: + /postcss-normalize-unicode@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-kAtYD6V3pK0beqrU90gpCQB7g6AOfP/2KIPCVBKJM2EheVsBQmx/Iof+9zR9NFKLAx4Pr9mDhogB27pmn354nA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18336,7 +20027,7 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-url/4.0.1: + /postcss-normalize-url@4.0.1: resolution: {integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==} engines: {node: '>=6.9.0'} dependencies: @@ -18346,7 +20037,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-url/5.0.2_postcss@8.3.5: + /postcss-normalize-url@5.0.2(postcss@8.3.5): resolution: {integrity: sha512-k4jLTPUxREQ5bpajFQZpx8bCF2UrlqOTzP9kEqcEnOfwsRshWs2+oAFIHfDQB8GO2PaUaSE0NlTAYtbluZTlHQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18357,7 +20048,7 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize-whitespace/4.0.2: + /postcss-normalize-whitespace@4.0.2: resolution: {integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==} engines: {node: '>=6.9.0'} dependencies: @@ -18365,7 +20056,7 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-normalize-whitespace/5.0.1_postcss@8.3.5: + /postcss-normalize-whitespace@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-iPklmI5SBnRvwceb/XH568yyzK0qRVuAG+a1HFUsFRf11lEJTiQQa03a4RSCQvLKdcpX7XsI1Gen9LuLoqwiqA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18374,18 +20065,18 @@ packages: postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-normalize/8.0.1: + /postcss-normalize@8.0.1: resolution: {integrity: sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==} engines: {node: '>=8.0.0'} dependencies: '@csstools/normalize.css': 10.1.0 browserslist: 4.16.6 postcss: 7.0.36 - postcss-browser-comments: 3.0.0_browserslist@4.16.6 + postcss-browser-comments: 3.0.0(browserslist@4.16.6) sanitize.css: 10.0.0 dev: false - /postcss-ordered-values/4.1.2: + /postcss-ordered-values@4.1.2: resolution: {integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==} engines: {node: '>=6.9.0'} dependencies: @@ -18394,30 +20085,30 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-ordered-values/5.0.2_postcss@8.3.5: + /postcss-ordered-values@5.0.2(postcss@8.3.5): resolution: {integrity: sha512-8AFYDSOYWebJYLyJi3fyjl6CqMEG/UVworjiyK1r573I56kb3e879sCJLGvR3merj+fAdPpVplXKQZv+ey6CgQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-overflow-shorthand/2.0.0: + /postcss-overflow-shorthand@2.0.0: resolution: {integrity: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.36 dev: false - /postcss-page-break/2.0.0: + /postcss-page-break@2.0.0: resolution: {integrity: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==} dependencies: postcss: 7.0.36 dev: false - /postcss-place/4.0.1: + /postcss-place@4.0.1: resolution: {integrity: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==} engines: {node: '>=6.0.0'} dependencies: @@ -18425,7 +20116,7 @@ packages: postcss-values-parser: 2.0.1 dev: false - /postcss-preset-env/6.7.0: + /postcss-preset-env@6.7.0: resolution: {integrity: sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==} engines: {node: '>=6.0.0'} dependencies: @@ -18468,7 +20159,7 @@ packages: postcss-selector-not: 4.0.1 dev: false - /postcss-pseudo-class-any-link/6.0.0: + /postcss-pseudo-class-any-link@6.0.0: resolution: {integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==} engines: {node: '>=6.0.0'} dependencies: @@ -18476,7 +20167,7 @@ packages: postcss-selector-parser: 5.0.0 dev: false - /postcss-reduce-idents/5.0.1_postcss@8.3.5: + /postcss-reduce-idents@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-6Rw8iIVFbqtaZExgWK1rpVgP7DPFRPh0DDFZxJ/ADNqPiH10sPCoq5tgo6kLiTyfh9sxjKYjXdc8udLEcPOezg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18486,7 +20177,7 @@ packages: postcss-value-parser: 4.1.0 dev: false - /postcss-reduce-initial/4.0.3: + /postcss-reduce-initial@4.0.3: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: @@ -18496,7 +20187,7 @@ packages: postcss: 7.0.36 dev: false - /postcss-reduce-initial/5.0.1_postcss@8.3.5: + /postcss-reduce-initial@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-zlCZPKLLTMAqA3ZWH57HlbCjkD55LX9dsRyxlls+wfuRfqCi5mSlZVan0heX5cHr154Dq9AfbH70LyhrSAezJw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18506,7 +20197,7 @@ packages: caniuse-api: 3.0.0 postcss: 8.3.5 - /postcss-reduce-transforms/4.0.2: + /postcss-reduce-transforms@4.0.2: resolution: {integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==} engines: {node: '>=6.9.0'} dependencies: @@ -18516,44 +20207,44 @@ packages: postcss-value-parser: 3.3.1 dev: false - /postcss-reduce-transforms/5.0.1_postcss@8.3.5: + /postcss-reduce-transforms@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-a//FjoPeFkRuAguPscTVmRQUODP+f3ke2HqFNgGPwdYnpeC29RZdCBvGRGTsKpMURb/I3p6jdKoBQ2zI+9Q7kA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 2.0.1_postcss@8.3.5 + cssnano-utils: 2.0.1(postcss@8.3.5) postcss: 8.3.5 postcss-value-parser: 4.1.0 - /postcss-replace-overflow-wrap/3.0.0: + /postcss-replace-overflow-wrap@3.0.0: resolution: {integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==} dependencies: postcss: 7.0.36 dev: false - /postcss-safe-parser/5.0.2: + /postcss-safe-parser@5.0.2: resolution: {integrity: sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==} engines: {node: '>=10.0'} dependencies: postcss: 8.3.5 dev: false - /postcss-selector-matches/4.0.0: + /postcss-selector-matches@4.0.0: resolution: {integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==} dependencies: balanced-match: 1.0.2 postcss: 7.0.36 dev: false - /postcss-selector-not/4.0.1: + /postcss-selector-not@4.0.1: resolution: {integrity: sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==} dependencies: balanced-match: 1.0.2 postcss: 7.0.36 dev: false - /postcss-selector-parser/3.1.2: + /postcss-selector-parser@3.1.2: resolution: {integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==} engines: {node: '>=8'} dependencies: @@ -18562,7 +20253,7 @@ packages: uniq: 1.0.1 dev: false - /postcss-selector-parser/5.0.0: + /postcss-selector-parser@5.0.0: resolution: {integrity: sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==} engines: {node: '>=4'} dependencies: @@ -18571,14 +20262,14 @@ packages: uniq: 1.0.1 dev: false - /postcss-selector-parser/6.0.6: + /postcss-selector-parser@6.0.6: resolution: {integrity: sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-sort-media-queries/3.11.12_postcss@8.3.5: + /postcss-sort-media-queries@3.11.12(postcss@8.3.5): resolution: {integrity: sha512-PNhEOWR/btZ0bNNRqqdW4TWxBPQ1mu2I6/Zpco80vBUDSyEjtduUAorY0Vm68rvDlGea3+sgEnQ36iQ1A/gG8Q==} engines: {node: '>=10.0.0'} peerDependencies: @@ -18588,7 +20279,7 @@ packages: sort-css-media-queries: 1.5.4 dev: false - /postcss-svgo/4.0.3: + /postcss-svgo@4.0.3: resolution: {integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==} engines: {node: '>=6.9.0'} dependencies: @@ -18597,7 +20288,7 @@ packages: svgo: 1.3.2 dev: false - /postcss-svgo/5.0.2_postcss@8.3.5: + /postcss-svgo@5.0.2(postcss@8.3.5): resolution: {integrity: sha512-YzQuFLZu3U3aheizD+B1joQ94vzPfE6BNUcSYuceNxlVnKKsOtdo6hL9/zyC168Q8EwfLSgaDSalsUGa9f2C0A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18607,7 +20298,7 @@ packages: postcss-value-parser: 4.1.0 svgo: 2.3.0 - /postcss-unique-selectors/4.0.1: + /postcss-unique-selectors@4.0.1: resolution: {integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==} engines: {node: '>=6.9.0'} dependencies: @@ -18616,7 +20307,7 @@ packages: uniqs: 2.0.0 dev: false - /postcss-unique-selectors/5.0.1_postcss@8.3.5: + /postcss-unique-selectors@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-gwi1NhHV4FMmPn+qwBNuot1sG1t2OmacLQ/AX29lzyggnjd+MnVD5uqQmpXO3J17KGL2WAxQruj1qTd3H0gG/w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18627,14 +20318,14 @@ packages: postcss-selector-parser: 6.0.6 uniqs: 2.0.0 - /postcss-value-parser/3.3.1: + /postcss-value-parser@3.3.1: resolution: {integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==} dev: false - /postcss-value-parser/4.1.0: + /postcss-value-parser@4.1.0: resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} - /postcss-values-parser/2.0.1: + /postcss-values-parser@2.0.1: resolution: {integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==} engines: {node: '>=6.14.4'} dependencies: @@ -18643,7 +20334,7 @@ packages: uniq: 1.0.1 dev: false - /postcss-zindex/5.0.1_postcss@8.3.5: + /postcss-zindex@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-nwgtJJys+XmmSGoYCcgkf/VczP8Mp/0OfSv3v0+fw0uABY4yxw+eFs0Xp9nAZHIKnS5j+e9ywQ+RD+ONyvl5pA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -18652,7 +20343,7 @@ packages: postcss: 8.3.5 dev: false - /postcss/7.0.21: + /postcss@7.0.21: resolution: {integrity: sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==} engines: {node: '>=6.0.0'} dependencies: @@ -18661,7 +20352,7 @@ packages: supports-color: 6.1.0 dev: false - /postcss/7.0.36: + /postcss@7.0.36: resolution: {integrity: sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==} engines: {node: '>=6.0.0'} dependencies: @@ -18670,7 +20361,7 @@ packages: supports-color: 6.1.0 dev: false - /postcss/8.2.13: + /postcss@8.2.13: resolution: {integrity: sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -18679,7 +20370,7 @@ packages: source-map: 0.6.1 dev: false - /postcss/8.3.5: + /postcss@8.3.5: resolution: {integrity: sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -18687,7 +20378,7 @@ packages: nanoid: 3.1.23 source-map-js: 0.6.2 - /preferred-pm/3.0.3: + /preferred-pm@3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} engines: {node: '>=10'} dependencies: @@ -18697,40 +20388,40 @@ packages: which-pm: 2.0.0 dev: true - /prelude-ls/1.1.2: + /prelude-ls@1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} engines: {node: '>= 0.8.0'} - /prelude-ls/1.2.1: + /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} dev: false - /prepend-http/1.0.4: + /prepend-http@1.0.4: resolution: {integrity: sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=} engines: {node: '>=0.10.0'} - /prepend-http/2.0.0: + /prepend-http@2.0.0: resolution: {integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=} engines: {node: '>=4'} - /prettier/2.3.1: + /prettier@2.3.1: resolution: {integrity: sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==} engines: {node: '>=10.13.0'} hasBin: true - /pretty-bytes/5.6.0: + /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} - /pretty-error/2.1.2: + /pretty-error@2.1.2: resolution: {integrity: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==} dependencies: lodash: 4.17.21 renderkid: 2.0.7 dev: false - /pretty-format/26.6.2: + /pretty-format@26.6.2: resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} engines: {node: '>= 10'} dependencies: @@ -18739,7 +20430,7 @@ packages: ansi-styles: 4.3.0 react-is: 17.0.2 - /pretty-format/27.0.2: + /pretty-format@27.0.2: resolution: {integrity: sha512-mXKbbBPnYTG7Yra9qFBtqj+IXcsvxsvOBco3QHxtxTl+hHKq6QdzMZ+q0CtL4ORHZgwGImRr2XZUX2EWzORxig==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -18749,12 +20440,21 @@ packages: react-is: 17.0.2 dev: false - /pretty-quick/3.1.1_prettier@2.3.1: + /pretty-format@29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.6.3 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: false + + /pretty-quick@3.1.1(prettier@2.3.1): resolution: {integrity: sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ==} engines: {node: '>=10.13'} hasBin: true peerDependencies: - prettier: '>=2.0.0' + prettier: ^2.2.1 dependencies: chalk: 3.0.0 execa: 4.1.0 @@ -18764,12 +20464,12 @@ packages: multimatch: 4.0.0 prettier: 2.3.1 - /pretty-time/1.1.0: + /pretty-time@1.1.0: resolution: {integrity: sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==} engines: {node: '>=4'} dev: false - /prism-react-renderer/1.2.1_react@17.0.2: + /prism-react-renderer@1.2.1(react@17.0.2): resolution: {integrity: sha512-w23ch4f75V1Tnz8DajsYKvY5lF7H1+WvzvLUcF0paFxkTHSp42RS0H5CttdN2Q8RR3DRGZ9v5xD/h3n8C8kGmg==} peerDependencies: react: '>=0.14.9' @@ -18777,35 +20477,42 @@ packages: react: 17.0.2 dev: false - /prismjs/1.23.0: + /prismjs@1.23.0: resolution: {integrity: sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA==} optionalDependencies: clipboard: 2.0.8 dev: false - /process-exists/4.0.0: + /process-exists@4.0.0: resolution: {integrity: sha512-BnlcYPiZjSW+fye12g9B7UeCzMAOdMkxuTz3zcytJ2BHwYZf2RoKvuuwUcJLeXlGj58x9YQrvhT21PmKhUc4UQ==} engines: {node: '>=10'} dependencies: ps-list: 6.3.0 dev: true - /process-nextick-args/2.0.1: + /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - /process/0.11.10: + /process@0.11.10: resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=} engines: {node: '>= 0.6.0'} - /progress/2.0.3: + /progress@2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} dev: false - /promise-inflight/1.0.1: + /promise-inflight@1.0.1(bluebird@3.7.2): resolution: {integrity: sha1-mEcocL8igTL8vdhoEputEsPAKeM=} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + dependencies: + bluebird: 3.7.2 - /promise.allsettled/1.0.4: + /promise.allsettled@1.0.4: resolution: {integrity: sha512-o73CbvQh/OnPFShxHcHxk0baXR2a1m4ozb85ha0H14VEoi/EJJLa9mnPfEWJx9RjA9MLfhdjZ8I6HhWtBa64Ag==} engines: {node: '>= 0.4'} dependencies: @@ -18816,19 +20523,25 @@ packages: get-intrinsic: 1.1.1 iterate-value: 1.0.2 - /promise/7.3.1: + /promise@7.3.1: resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 dev: false - /promise/8.1.0: + /promise@8.1.0: resolution: {integrity: sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==} dependencies: asap: 2.0.6 dev: false - /prompts/2.4.0: + /promise@8.3.0: + resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} + dependencies: + asap: 2.0.6 + dev: false + + /prompts@2.4.0: resolution: {integrity: sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==} engines: {node: '>= 6'} dependencies: @@ -18836,14 +20549,22 @@ packages: sisteransi: 1.0.5 dev: false - /prompts/2.4.1: + /prompts@2.4.1: resolution: {integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==} engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 - /prop-types/15.7.2: + /prompts@2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + dev: false + + /prop-types@15.7.2: resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} dependencies: loose-envify: 1.4.0 @@ -18851,34 +20572,33 @@ packages: react-is: 16.13.1 dev: false - /property-information/5.6.0: + /property-information@5.6.0: resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==} dependencies: xtend: 4.0.2 dev: false - /proxy-addr/2.0.7: + /proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 - dev: false - /prr/1.0.1: + /prr@1.0.1: resolution: {integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY=} - /ps-list/6.3.0: + /ps-list@6.3.0: resolution: {integrity: sha512-qau0czUSB0fzSlBOQt0bo+I2v6R+xiQdj78e1BR/Qjfl5OHWJ/urXi8+ilw1eHe+5hSeDI1wrwVTgDp2wst4oA==} engines: {node: '>=8'} dev: true - /ps-list/7.2.0: + /ps-list@7.2.0: resolution: {integrity: sha512-v4Bl6I3f2kJfr5o80ShABNHAokIgY+wFDTQfE+X3zWYgSGQOCBeYptLZUpoOALBqO5EawmDN/tjTldJesd0ujQ==} engines: {node: '>=10'} dev: true - /ps-tree/1.2.0: + /ps-tree@1.2.0: resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==} engines: {node: '>= 0.10'} hasBin: true @@ -18886,16 +20606,16 @@ packages: event-stream: 3.3.4 dev: true - /pseudomap/1.0.2: + /pseudomap@1.0.2: resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=} - /psl/1.8.0: + /psl@1.8.0: resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} - /pstree.remy/1.1.8: + /pstree.remy@1.1.8: resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} - /public-encrypt/4.0.3: + /public-encrypt@4.0.3: resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} dependencies: bn.js: 4.12.0 @@ -18905,60 +20625,60 @@ packages: randombytes: 2.1.0 safe-buffer: 5.2.1 - /pump/2.0.1: + /pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 - /pump/3.0.0: + /pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 - /pumpify/1.5.1: + /pumpify@1.5.1: resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} dependencies: duplexify: 3.7.1 inherits: 2.0.4 pump: 2.0.1 - /punycode/1.3.2: + /punycode@1.3.2: resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=} - /punycode/1.4.1: + /punycode@1.4.1: resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=} - /punycode/2.1.1: + /punycode@2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} - /pupa/2.1.1: + /pupa@2.1.1: resolution: {integrity: sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==} engines: {node: '>=8'} dependencies: escape-goat: 2.1.1 - /pure-color/1.3.0: + /pure-color@1.3.0: resolution: {integrity: sha1-H+Bk+wrIUfDeYTIKi/eWg2Qi8z4=} dev: false - /q/1.5.1: + /q@1.5.1: resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} dev: false - /qlobber/5.0.3: + /qlobber@5.0.3: resolution: {integrity: sha512-wW4GTZPePyh0RgOsM18oDyOUlXfurVRgoNyJfS+y7VWPyd0GYhQp5T2tycZFZjonH+hngxIfklGJhTP/ghidgQ==} engines: {node: '>= 8'} - /qqjs/0.3.11: + /qqjs@0.3.11: resolution: {integrity: sha512-pB2X5AduTl78J+xRSxQiEmga1jQV0j43jOPs/MTgTLApGFEOn6NgdE2dEjp7nvDtjkIOZbvFIojAiYUx6ep3zg==} engines: {node: '>=8.0.0'} dependencies: chalk: 2.4.2 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) execa: 0.10.0 fs-extra: 6.0.1 get-stream: 5.2.0 @@ -18974,12 +20694,12 @@ packages: - supports-color dev: true - /qs/6.7.0: + /qs@6.7.0: resolution: {integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==} engines: {node: '>=0.6'} dev: false - /query-string/4.3.4: + /query-string@4.3.4: resolution: {integrity: sha1-u7aTucqRXCMlFbIosaArYJBD2+s=} engines: {node: '>=0.10.0'} dependencies: @@ -18987,60 +20707,65 @@ packages: strict-uri-encode: 1.1.0 dev: false - /querystring-es3/0.2.1: + /querystring-es3@0.2.1: resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} engines: {node: '>=0.4.x'} - /querystring/0.2.0: + /querystring@0.2.0: resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=} engines: {node: '>=0.4.x'} - /querystring/0.2.1: + /querystring@0.2.1: resolution: {integrity: sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==} engines: {node: '>=0.4.x'} dev: false - /querystringify/2.2.0: + /querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} - /queue-microtask/1.2.3: + /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - /quick-format-unescaped/4.0.3: - resolution: {integrity: sha512-MaL/oqh02mhEo5m5J2rwsVL23Iw2PEaGVHgT2vFt8AAsr0lfvQA5dpXo9TPu0rz7tSBdUPgkbam0j/fj5ZM8yg==} + /queue@6.0.2: + resolution: {integrity: sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==} + dependencies: + inherits: 2.0.4 dev: false - /quick-lru/4.0.1: + /quick-format-unescaped@4.0.3: + resolution: {integrity: sha512-MaL/oqh02mhEo5m5J2rwsVL23Iw2PEaGVHgT2vFt8AAsr0lfvQA5dpXo9TPu0rz7tSBdUPgkbam0j/fj5ZM8yg==} + + /quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} dev: true - /raf/3.4.1: + /raf@3.4.1: resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} dependencies: performance-now: 2.1.0 dev: false - /ramda/0.27.1: + /ramda@0.27.1: resolution: {integrity: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==} dev: true - /randombytes/2.0.3: + /randombytes@2.0.3: resolution: {integrity: sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew=} dev: false - /randombytes/2.1.0: + /randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 - /randomfill/1.0.4: + /randomfill@1.0.4: resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} dependencies: randombytes: 2.1.0 safe-buffer: 5.2.1 - /randomstring/1.2.1: + /randomstring@1.2.1: resolution: {integrity: sha512-eMnfell9XuU3jfCx3f4xCaFAt0YMFPZhx9R3PSStmLarDKg5j5vivqKhf/8pvG+VX/YkxsckHK/VPUrKa5V07A==} hasBin: true dependencies: @@ -19048,15 +20773,15 @@ packages: randombytes: 2.0.3 dev: false - /range-parser/1.2.0: + /range-parser@1.2.0: resolution: {integrity: sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=} engines: {node: '>= 0.6'} - /range-parser/1.2.1: + /range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - /raw-body/2.4.0: + /raw-body@2.4.0: resolution: {integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==} engines: {node: '>= 0.8'} dependencies: @@ -19066,7 +20791,7 @@ packages: unpipe: 1.0.0 dev: false - /raw-body/2.4.1: + /raw-body@2.4.1: resolution: {integrity: sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==} engines: {node: '>= 0.8'} dependencies: @@ -19076,7 +20801,7 @@ packages: unpipe: 1.0.0 dev: false - /rc/1.2.8: + /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true dependencies: @@ -19085,7 +20810,7 @@ packages: minimist: 1.2.5 strip-json-comments: 2.0.1 - /react-app-polyfill/2.0.0: + /react-app-polyfill@2.0.0: resolution: {integrity: sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==} engines: {node: '>=10'} dependencies: @@ -19097,7 +20822,7 @@ packages: whatwg-fetch: 3.6.2 dev: false - /react-base16-styling/0.6.0: + /react-base16-styling@0.6.0: resolution: {integrity: sha1-7yFW1mz0E5aVyKFniGy2nqZgeSw=} dependencies: base16: 1.0.0 @@ -19106,7 +20831,7 @@ packages: pure-color: 1.3.0 dev: false - /react-clientside-effect/1.2.5_react@17.0.2: + /react-clientside-effect@1.2.5(react@17.0.2): resolution: {integrity: sha512-2bL8qFW1TGBHozGGbVeyvnggRpMjibeZM2536AKNENLECutp2yfs44IL8Hmpn8qjFQ2K7A9PnYf3vc7aQq/cPA==} peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 @@ -19115,9 +20840,57 @@ packages: react: 17.0.2 dev: false - /react-dev-utils/11.0.4: + /react-dev-utils@11.0.4(eslint@7.29.0)(typescript@4.3.4)(webpack@4.44.2): + resolution: {integrity: sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A==} + engines: {node: '>=10'} + peerDependencies: + typescript: ^4.2.4 + webpack: '>=4' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@babel/code-frame': 7.10.4 + address: 1.1.2 + browserslist: 4.14.2 + chalk: 2.4.2 + cross-spawn: 7.0.3 + detect-port-alt: 1.1.6 + escape-string-regexp: 2.0.0 + filesize: 6.1.0 + find-up: 4.1.0 + fork-ts-checker-webpack-plugin: 4.1.6(eslint@7.29.0)(typescript@4.3.4)(webpack@4.44.2) + global-modules: 2.0.0 + globby: 11.0.1 + gzip-size: 5.1.1 + immer: 8.0.1 + is-root: 2.1.0 + loader-utils: 2.0.0 + open: 7.4.2 + pkg-up: 3.1.0 + prompts: 2.4.0 + react-error-overlay: 6.0.9 + recursive-readdir: 2.2.2 + shell-quote: 1.7.2 + strip-ansi: 6.0.0 + text-table: 0.2.0 + typescript: 4.3.4 + webpack: 4.44.2 + transitivePeerDependencies: + - eslint + - supports-color + - vue-template-compiler + dev: false + + /react-dev-utils@11.0.4(typescript@4.3.4)(webpack@5.39.1): resolution: {integrity: sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A==} engines: {node: '>=10'} + peerDependencies: + typescript: ^4.2.4 + webpack: '>=4' + peerDependenciesMeta: + typescript: + optional: true dependencies: '@babel/code-frame': 7.10.4 address: 1.1.2 @@ -19128,7 +20901,7 @@ packages: escape-string-regexp: 2.0.0 filesize: 6.1.0 find-up: 4.1.0 - fork-ts-checker-webpack-plugin: 4.1.6 + fork-ts-checker-webpack-plugin: 4.1.6(typescript@4.3.4)(webpack@5.39.1) global-modules: 2.0.0 globby: 11.0.1 gzip-size: 5.1.1 @@ -19143,9 +20916,25 @@ packages: shell-quote: 1.7.2 strip-ansi: 6.0.0 text-table: 0.2.0 + typescript: 4.3.4 + webpack: 5.39.1 + transitivePeerDependencies: + - eslint + - supports-color + - vue-template-compiler + dev: false + + /react-devtools-core@5.0.0(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-SAAMLacNDfFjMJjmbXURNWtrTyARi9xTqGkY48Btw5cIWlr1wgxfWYZKxoUZav1qqmhbpgTzSmmF+cpMHGHY3A==} + dependencies: + shell-quote: 1.7.2 + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) + transitivePeerDependencies: + - bufferutil + - utf-8-validate dev: false - /react-dom/17.0.2_react@17.0.2: + /react-dom@17.0.2(react@17.0.2): resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} peerDependencies: react: 17.0.2 @@ -19155,7 +20944,7 @@ packages: react: 17.0.2 scheduler: 0.20.2 - /react-error-boundary/3.1.3_react@17.0.2: + /react-error-boundary@3.1.3(react@17.0.2): resolution: {integrity: sha512-A+F9HHy9fvt9t8SNDlonq01prnU8AmkjvGKV4kk8seB9kU3xMEO8J/PQlLVmoOIDODl5U2kufSBs4vrWIqhsAA==} engines: {node: '>=10', npm: '>=6'} peerDependencies: @@ -19164,15 +20953,15 @@ packages: '@babel/runtime': 7.14.6 react: 17.0.2 - /react-error-overlay/6.0.9: + /react-error-overlay@6.0.9: resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} dev: false - /react-fast-compare/3.2.0: + /react-fast-compare@3.2.0: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.5.0_189cc19b8edfe5959338b863f6e5c247: + /react-focus-lock@2.5.0(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-XLxj6uTXgz0US8TmqNU2jMfnXwZG0mH2r/afQqvPEaX6nyEll5LHVcEXk2XDUQ34RVeLPkO/xK5x6c/qiuSq/A==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -19181,14 +20970,14 @@ packages: focus-lock: 0.8.1 prop-types: 15.7.2 react: 17.0.2 - react-clientside-effect: 1.2.5_react@17.0.2 - use-callback-ref: 1.2.5_189cc19b8edfe5959338b863f6e5c247 - use-sidecar: 1.0.5_react@17.0.2 + react-clientside-effect: 1.2.5(react@17.0.2) + use-callback-ref: 1.2.5(@types/react@17.0.11)(react@17.0.2) + use-sidecar: 1.0.5(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /react-helmet/6.1.0_react@17.0.2: + /react-helmet@6.1.0(react@17.0.2): resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} peerDependencies: react: '>=16.3.0' @@ -19197,10 +20986,10 @@ packages: prop-types: 15.7.2 react: 17.0.2 react-fast-compare: 3.2.0 - react-side-effect: 2.1.1_react@17.0.2 + react-side-effect: 2.1.1(react@17.0.2) dev: false - /react-icons/4.2.0_react@17.0.2: + /react-icons@4.2.0(react@17.0.2): resolution: {integrity: sha512-rmzEDFt+AVXRzD7zDE21gcxyBizD/3NqjbX6cmViAgdqfJ2UiLer8927/QhhrXQV7dEj/1EGuOTPp7JnLYVJKQ==} peerDependencies: react: '*' @@ -19208,7 +20997,7 @@ packages: react: 17.0.2 dev: false - /react-intersection-observer/8.32.0_react@17.0.2: + /react-intersection-observer@8.32.0(react@17.0.2): resolution: {integrity: sha512-RlC6FvS3MFShxTn4FHAy904bVjX5Nn4/eTjUkurW0fHK+M/fyQdXuyCy9+L7yjA+YMGogzzSJNc7M4UtfSKvtw==} peerDependencies: react: ^15.0.0 || ^16.0.0 || ^17.0.0|| ^18.0.0 @@ -19216,34 +21005,38 @@ packages: react: 17.0.2 dev: false - /react-is/16.13.1: + /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: false - /react-is/17.0.2: + /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - /react-json-view/1.21.3_7a759d72fcbc11ce03c9de110c21df82: + /react-is@18.2.0: + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + dev: false + + /react-json-view@1.21.3(@types/react@17.0.11)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==} peerDependencies: react: ^17.0.0 || ^16.3.0 || ^15.5.4 react-dom: ^17.0.0 || ^16.3.0 || ^15.5.4 dependencies: - flux: 4.0.1_react@17.0.2 + flux: 4.0.1(react@17.0.2) react: 17.0.2 react-base16-styling: 0.6.0 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 - react-textarea-autosize: 8.3.3_189cc19b8edfe5959338b863f6e5c247 + react-textarea-autosize: 8.3.3(@types/react@17.0.11)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /react-lifecycles-compat/3.0.4: + /react-lifecycles-compat@3.0.4: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-loadable-ssr-addon-v5-slorber/1.0.1_745846e29c40a6acfc93cc75b516842c: + /react-loadable-ssr-addon-v5-slorber@1.0.1(react-loadable@5.5.0)(webpack@5.39.1): resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==} engines: {node: '>=10.13.0'} peerDependencies: @@ -19251,11 +21044,11 @@ packages: webpack: '>=4.41.1 || 5.x' dependencies: '@babel/runtime': 7.14.6 - react-loadable: 5.5.0_react@17.0.2 + react-loadable: 5.5.0(react@17.0.2) webpack: 5.39.1 dev: false - /react-loadable/5.5.0_react@17.0.2: + /react-loadable@5.5.0(react@17.0.2): resolution: {integrity: sha512-C8Aui0ZpMd4KokxRdVAm2bQtI03k2RMRNzOB+IipV3yxFTSVICv7WoUr5L9ALB5BmKO1iHgZtWM8EvYG83otdg==} peerDependencies: react: '*' @@ -19264,12 +21057,76 @@ packages: react: 17.0.2 dev: false - /react-refresh/0.8.3: + /react-native@1000.0.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5)(bufferutil@4.0.3)(react@17.0.2)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-EU4dtWSyykjp56/UD5OqhH+iaiqKlIo3VVP5WzNWhVUc+n8nd9bDFjetsH4AHTJtYVbK/YkMdGEjOsehdOEPzg==} + engines: {node: '>=18'} + deprecated: This version of React Native was accidentally published and should not be used in production + hasBin: true + peerDependencies: + react: 18.2.0 + dependencies: + '@jest/create-cache-key-function': 29.7.0 + '@react-native-community/cli': 13.5.1(bufferutil@4.0.3)(utf-8-validate@5.0.5) + '@react-native-community/cli-platform-android': 13.5.1 + '@react-native-community/cli-platform-ios': 13.5.1 + '@react-native/assets-registry': 0.74.0 + '@react-native/codegen': 0.74.0(@babel/preset-env@7.14.5) + '@react-native/community-cli-plugin': 0.74.0(@babel/core@7.14.6)(@babel/preset-env@7.14.5)(bufferutil@4.0.3)(utf-8-validate@5.0.5) + '@react-native/gradle-plugin': 0.74.0 + '@react-native/js-polyfills': 0.74.0 + '@react-native/normalize-colors': 0.74.1 + '@react-native/virtualized-lists': 0.74.0(react-native@1000.0.0) + abort-controller: 3.0.0 + anser: 1.4.9 + ansi-regex: 5.0.0 + base64-js: 1.5.1 + chalk: 4.1.1 + event-target-shim: 5.0.1 + flow-enums-runtime: 0.0.6 + invariant: 2.2.4 + jest-environment-node: 29.7.0 + jsc-android: 250231.0.0 + memoize-one: 5.2.1 + metro-runtime: 0.80.6 + metro-source-map: 0.80.6 + mkdirp: 0.5.5 + nullthrows: 1.1.1 + pretty-format: 26.6.2 + promise: 8.3.0 + react: 17.0.2 + react-devtools-core: 5.0.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) + react-refresh: 0.14.0 + react-shallow-renderer: 16.15.0(react@17.0.2) + regenerator-runtime: 0.13.7 + scheduler: 0.24.0-canary-efb381bbf-20230505 + stacktrace-parser: 0.1.10 + whatwg-fetch: 3.6.2 + ws: 6.2.2(bufferutil@4.0.3)(utf-8-validate@5.0.5) + yargs: 17.7.2 + transitivePeerDependencies: + - '@babel/core' + - '@babel/preset-env' + - bufferutil + - supports-color + - utf-8-validate + dev: false + + /react-refresh@0.14.0: + resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} + engines: {node: '>=0.10.0'} + dev: false + + /react-refresh@0.4.3: + resolution: {integrity: sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==} + engines: {node: '>=0.10.0'} + dev: false + + /react-refresh@0.8.3: resolution: {integrity: sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==} engines: {node: '>=0.10.0'} dev: false - /react-remove-scroll-bar/2.2.0_189cc19b8edfe5959338b863f6e5c247: + /react-remove-scroll-bar@2.2.0(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-UU9ZBP1wdMR8qoUs7owiVcpaPwsQxUDC2lypP6mmixaGlARZa7ZIBx1jcuObLdhMOvCsnZcvetOho0wzPa9PYg==} engines: {node: '>=8.5.0'} peerDependencies: @@ -19281,11 +21138,11 @@ packages: dependencies: '@types/react': 17.0.11 react: 17.0.2 - react-style-singleton: 2.1.1_189cc19b8edfe5959338b863f6e5c247 + react-style-singleton: 2.1.1(@types/react@17.0.11)(react@17.0.2) tslib: 1.14.1 dev: false - /react-remove-scroll/2.4.1_189cc19b8edfe5959338b863f6e5c247: + /react-remove-scroll@2.4.1(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-K7XZySEzOHMTq7dDwcHsZA6Y7/1uX5RsWhRXVYv8rdh+y9Qz2nMwl9RX/Mwnj/j7JstCGmxyfyC0zbVGXYh3mA==} engines: {node: '>=8.5.0'} peerDependencies: @@ -19297,14 +21154,14 @@ packages: dependencies: '@types/react': 17.0.11 react: 17.0.2 - react-remove-scroll-bar: 2.2.0_189cc19b8edfe5959338b863f6e5c247 - react-style-singleton: 2.1.1_189cc19b8edfe5959338b863f6e5c247 + react-remove-scroll-bar: 2.2.0(@types/react@17.0.11)(react@17.0.2) + react-style-singleton: 2.1.1(@types/react@17.0.11)(react@17.0.2) tslib: 1.14.1 - use-callback-ref: 1.2.5_189cc19b8edfe5959338b863f6e5c247 - use-sidecar: 1.0.5_react@17.0.2 + use-callback-ref: 1.2.5(@types/react@17.0.11)(react@17.0.2) + use-sidecar: 1.0.5(react@17.0.2) dev: false - /react-router-config/5.1.1_react-router@5.2.0+react@17.0.2: + /react-router-config@5.1.1(react-router@5.2.0)(react@17.0.2): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15' @@ -19312,10 +21169,10 @@ packages: dependencies: '@babel/runtime': 7.14.6 react: 17.0.2 - react-router: 5.2.0_react@17.0.2 + react-router: 5.2.0(react@17.0.2) dev: false - /react-router-dom/5.2.0_react@17.0.2: + /react-router-dom@5.2.0(react@17.0.2): resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} peerDependencies: react: '>=15' @@ -19325,12 +21182,12 @@ packages: loose-envify: 1.4.0 prop-types: 15.7.2 react: 17.0.2 - react-router: 5.2.0_react@17.0.2 + react-router: 5.2.0(react@17.0.2) tiny-invariant: 1.1.0 tiny-warning: 1.0.3 dev: false - /react-router/5.2.0_react@17.0.2: + /react-router@5.2.0(react@17.0.2): resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==} peerDependencies: react: '>=15' @@ -19339,7 +21196,7 @@ packages: history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 - mini-create-react-context: 0.4.1_prop-types@15.7.2+react@17.0.2 + mini-create-react-context: 0.4.1(prop-types@15.7.2)(react@17.0.2) path-to-regexp: 1.8.0 prop-types: 15.7.2 react: 17.0.2 @@ -19348,54 +21205,55 @@ packages: tiny-warning: 1.0.3 dev: false - /react-scripts/4.0.3_react@17.0.2+typescript@4.3.4: + /react-scripts@4.0.3(bufferutil@4.0.3)(eslint@7.29.0)(react@17.0.2)(ts-node@9.1.1)(typescript@4.3.4)(utf-8-validate@5.0.5): resolution: {integrity: sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true peerDependencies: + eslint: '*' react: '>= 16' - typescript: ^3.2.1 || ^4 + typescript: ^4.2.4 peerDependenciesMeta: typescript: optional: true dependencies: '@babel/core': 7.12.3 - '@pmmmwh/react-refresh-webpack-plugin': 0.4.3_9f0995138d24e525eb86c097d82409c0 + '@pmmmwh/react-refresh-webpack-plugin': 0.4.3(react-refresh@0.8.3)(webpack-dev-server@3.11.1)(webpack@4.44.2) '@svgr/webpack': 5.5.0 - '@typescript-eslint/eslint-plugin': 4.27.0_b7b1357bbf6753e7455d6ef3191d413d - '@typescript-eslint/parser': 4.27.0_eslint@7.29.0+typescript@4.3.4 - babel-eslint: 10.1.0_eslint@7.29.0 - babel-jest: 26.6.3_@babel+core@7.12.3 - babel-loader: 8.1.0_427212bc1158d185e577033f19ca0757 - babel-plugin-named-asset-import: 0.3.7_@babel+core@7.12.3 + '@typescript-eslint/eslint-plugin': 4.27.0(@typescript-eslint/parser@4.27.0)(eslint@7.29.0)(typescript@4.3.4) + '@typescript-eslint/parser': 4.27.0(eslint@7.29.0)(typescript@4.3.4) + babel-eslint: 10.1.0(eslint@7.29.0) + babel-jest: 26.6.3(@babel/core@7.12.3) + babel-loader: 8.1.0(@babel/core@7.12.3)(webpack@4.44.2) + babel-plugin-named-asset-import: 0.3.7(@babel/core@7.12.3) babel-preset-react-app: 10.0.0 bfj: 7.0.2 camelcase: 6.2.0 case-sensitive-paths-webpack-plugin: 2.3.0 - css-loader: 4.3.0_webpack@4.44.2 + css-loader: 4.3.0(webpack@4.44.2) dotenv: 8.2.0 dotenv-expand: 5.1.0 eslint: 7.29.0 - eslint-config-react-app: 6.0.0_10006b47b49c359b7229bcc1d6626cb0 - eslint-plugin-flowtype: 5.7.2_eslint@7.29.0 - eslint-plugin-import: 2.23.4_eslint@7.29.0 - eslint-plugin-jest: 24.3.6_c2d2ebe88994b8faf8d0e772eddf3b2d - eslint-plugin-jsx-a11y: 6.4.1_eslint@7.29.0 - eslint-plugin-react: 7.24.0_eslint@7.29.0 - eslint-plugin-react-hooks: 4.2.0_eslint@7.29.0 - eslint-plugin-testing-library: 3.10.2_eslint@7.29.0+typescript@4.3.4 - eslint-webpack-plugin: 2.5.4_eslint@7.29.0+webpack@4.44.2 - file-loader: 6.1.1_webpack@4.44.2 + eslint-config-react-app: 6.0.0(@typescript-eslint/eslint-plugin@4.27.0)(@typescript-eslint/parser@4.27.0)(babel-eslint@10.1.0)(eslint-plugin-flowtype@5.7.2)(eslint-plugin-import@2.23.4)(eslint-plugin-jest@24.3.6)(eslint-plugin-jsx-a11y@6.4.1)(eslint-plugin-react-hooks@4.2.0)(eslint-plugin-react@7.24.0)(eslint-plugin-testing-library@3.10.2)(eslint@7.29.0)(typescript@4.3.4) + eslint-plugin-flowtype: 5.7.2(eslint@7.29.0) + eslint-plugin-import: 2.23.4(@typescript-eslint/parser@4.27.0)(eslint@7.29.0) + eslint-plugin-jest: 24.3.6(@typescript-eslint/eslint-plugin@4.27.0)(eslint@7.29.0)(typescript@4.3.4) + eslint-plugin-jsx-a11y: 6.4.1(eslint@7.29.0) + eslint-plugin-react: 7.24.0(eslint@7.29.0) + eslint-plugin-react-hooks: 4.2.0(eslint@7.29.0) + eslint-plugin-testing-library: 3.10.2(eslint@7.29.0)(typescript@4.3.4) + eslint-webpack-plugin: 2.5.4(eslint@7.29.0)(webpack@4.44.2) + file-loader: 6.1.1(webpack@4.44.2) fs-extra: 9.1.0 - html-webpack-plugin: 4.5.0_webpack@4.44.2 + html-webpack-plugin: 4.5.0(webpack@4.44.2) identity-obj-proxy: 3.0.0 - jest: 26.6.3 - jest-circus: 26.6.0 + jest: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) + jest-circus: 26.6.0(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-resolve: 26.6.0 - jest-watch-typeahead: 0.6.1_jest@26.6.3 - mini-css-extract-plugin: 0.11.3_webpack@4.44.2 - optimize-css-assets-webpack-plugin: 5.0.4_webpack@4.44.2 - pnp-webpack-plugin: 1.6.4_typescript@4.3.4 + jest-watch-typeahead: 0.6.1(jest@26.6.3) + mini-css-extract-plugin: 0.11.3(webpack@4.44.2) + optimize-css-assets-webpack-plugin: 5.0.4(webpack@4.44.2) + pnp-webpack-plugin: 1.6.4(typescript@4.3.4) postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 postcss-normalize: 8.0.1 @@ -19404,27 +21262,30 @@ packages: prompts: 2.4.0 react: 17.0.2 react-app-polyfill: 2.0.0 - react-dev-utils: 11.0.4 + react-dev-utils: 11.0.4(eslint@7.29.0)(typescript@4.3.4)(webpack@4.44.2) react-refresh: 0.8.3 resolve: 1.18.1 resolve-url-loader: 3.1.3 - sass-loader: 10.2.0_webpack@4.44.2 + sass-loader: 10.2.0(webpack@4.44.2) semver: 7.3.2 - style-loader: 1.3.0_webpack@4.44.2 - terser-webpack-plugin: 4.2.3_webpack@4.44.2 - ts-pnp: 1.2.0_typescript@4.3.4 + style-loader: 1.3.0(webpack@4.44.2) + terser-webpack-plugin: 4.2.3(webpack@4.44.2) + ts-pnp: 1.2.0(typescript@4.3.4) typescript: 4.3.4 - url-loader: 4.1.1_file-loader@6.1.1+webpack@4.44.2 + url-loader: 4.1.1(file-loader@6.1.1)(webpack@4.44.2) webpack: 4.44.2 - webpack-dev-server: 3.11.1_webpack@4.44.2 - webpack-manifest-plugin: 2.2.0_webpack@4.44.2 - workbox-webpack-plugin: 5.1.4_webpack@4.44.2 + webpack-dev-server: 3.11.1(bufferutil@4.0.3)(utf-8-validate@5.0.5)(webpack@4.44.2) + webpack-manifest-plugin: 2.2.0(webpack@4.44.2) + workbox-webpack-plugin: 5.1.4(webpack@4.44.2) optionalDependencies: fsevents: 2.3.2 transitivePeerDependencies: - '@types/webpack' + - bluebird - bufferutil - canvas + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - fibers - node-sass - sass @@ -19433,13 +21294,14 @@ packages: - ts-node - type-fest - utf-8-validate + - vue-template-compiler - webpack-cli - webpack-command - webpack-hot-middleware - webpack-plugin-serve dev: false - /react-shallow-renderer/16.14.1_react@17.0.2: + /react-shallow-renderer@16.14.1(react@17.0.2): resolution: {integrity: sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==} peerDependencies: react: ^16.0.0 || ^17.0.0 @@ -19449,7 +21311,17 @@ packages: react-is: 17.0.2 dev: true - /react-side-effect/2.1.1_react@17.0.2: + /react-shallow-renderer@16.15.0(react@17.0.2): + resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} + peerDependencies: + react: ^16.0.0 || ^17.0.0 || ^18.0.0 + dependencies: + object-assign: 4.1.1 + react: 17.0.2 + react-is: 17.0.2 + dev: false + + /react-side-effect@2.1.1(react@17.0.2): resolution: {integrity: sha512-2FoTQzRNTncBVtnzxFOk2mCpcfxQpenBMbk5kSVBg5UcPqV9fRbgY2zhb7GTWWOlpFmAxhClBDlIq8Rsubz1yQ==} peerDependencies: react: ^16.3.0 || ^17.0.0 @@ -19457,7 +21329,7 @@ packages: react: 17.0.2 dev: false - /react-ssr-prepass/1.4.0_react@17.0.2: + /react-ssr-prepass@1.4.0(react@17.0.2): resolution: {integrity: sha512-0SzdmiQUtHvhxCabHg9BI/pkJfijGkQ0jQL6fC4YFy7idaDOuaiQLsajIkkNxffFXtJFHIWFITlve2WB88e0Jw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -19465,7 +21337,7 @@ packages: react: 17.0.2 dev: false - /react-style-singleton/2.1.1_189cc19b8edfe5959338b863f6e5c247: + /react-style-singleton@2.1.1(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-jNRp07Jza6CBqdRKNgGhT3u9umWvils1xsuMOjZlghBDH2MU0PL2WZor4PGYjXpnRCa9DQSlHMs/xnABWOwYbA==} engines: {node: '>=8.5.0'} peerDependencies: @@ -19482,7 +21354,7 @@ packages: tslib: 1.14.1 dev: false - /react-test-renderer/17.0.2_react@17.0.2: + /react-test-renderer@17.0.2(react@17.0.2): resolution: {integrity: sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==} peerDependencies: react: 17.0.2 @@ -19490,11 +21362,11 @@ packages: object-assign: 4.1.1 react: 17.0.2 react-is: 17.0.2 - react-shallow-renderer: 16.14.1_react@17.0.2 + react-shallow-renderer: 16.14.1(react@17.0.2) scheduler: 0.20.2 dev: true - /react-textarea-autosize/8.3.3_189cc19b8edfe5959338b863f6e5c247: + /react-textarea-autosize@8.3.3(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ==} engines: {node: '>=10'} peerDependencies: @@ -19502,13 +21374,13 @@ packages: dependencies: '@babel/runtime': 7.14.6 react: 17.0.2 - use-composed-ref: 1.1.0_react@17.0.2 - use-latest: 1.2.0_189cc19b8edfe5959338b863f6e5c247 + use-composed-ref: 1.1.0(react@17.0.2) + use-latest: 1.2.0(@types/react@17.0.11)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /react-universal-interface/0.6.2_react@17.0.2+tslib@2.3.0: + /react-universal-interface@0.6.2(react@17.0.2)(tslib@2.3.0): resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} peerDependencies: react: '*' @@ -19518,7 +21390,7 @@ packages: tslib: 2.3.0 dev: false - /react-use/17.2.4_react-dom@17.0.2+react@17.0.2: + /react-use@17.2.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-vQGpsAM0F5UIlshw5UI8ULGPS4yn5rm7/qvn3T1Gnkrz7YRMEEMh+ynKcmRloOyiIeLvKWiQjMiwRGtdbgs5qQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -19530,10 +21402,10 @@ packages: fast-deep-equal: 3.1.3 fast-shallow-equal: 1.0.0 js-cookie: 2.2.1 - nano-css: 5.3.1_react-dom@17.0.2+react@17.0.2 + nano-css: 5.3.1(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-universal-interface: 0.6.2_react@17.0.2+tslib@2.3.0 + react-dom: 17.0.2(react@17.0.2) + react-universal-interface: 0.6.2(react@17.0.2)(tslib@2.3.0) resize-observer-polyfill: 1.5.1 screenfull: 5.1.0 set-harmonic-interval: 1.0.1 @@ -19542,14 +21414,14 @@ packages: tslib: 2.3.0 dev: false - /react/17.0.2: + /react@17.0.2: resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /read-chunk/3.2.0: + /read-chunk@3.2.0: resolution: {integrity: sha512-CEjy9LCzhmD7nUpJ1oVOE6s/hBkejlcJEgLQHVnQznOSilOPb+kpKktlLfFDK3/WP43+F80xkUTM2VOkYoSYvQ==} engines: {node: '>=6'} dependencies: @@ -19557,7 +21429,7 @@ packages: with-open-file: 0.1.7 dev: true - /read-pkg-up/1.0.1: + /read-pkg-up@1.0.1: resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=} engines: {node: '>=0.10.0'} dependencies: @@ -19565,7 +21437,7 @@ packages: read-pkg: 1.1.0 dev: true - /read-pkg-up/3.0.0: + /read-pkg-up@3.0.0: resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=} engines: {node: '>=4'} dependencies: @@ -19573,7 +21445,7 @@ packages: read-pkg: 3.0.0 dev: false - /read-pkg-up/4.0.0: + /read-pkg-up@4.0.0: resolution: {integrity: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==} engines: {node: '>=6'} dependencies: @@ -19581,7 +21453,7 @@ packages: read-pkg: 3.0.0 dev: true - /read-pkg-up/5.0.0: + /read-pkg-up@5.0.0: resolution: {integrity: sha512-XBQjqOBtTzyol2CpsQOw8LHV0XbDZVG7xMMjmXAJomlVY03WOBRmYgDJETlvcg0H63AJvPRwT7GFi5rvOzUOKg==} engines: {node: '>=8'} dependencies: @@ -19589,7 +21461,7 @@ packages: read-pkg: 5.2.0 dev: true - /read-pkg-up/7.0.1: + /read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} dependencies: @@ -19597,7 +21469,7 @@ packages: read-pkg: 5.2.0 type-fest: 0.8.1 - /read-pkg/1.1.0: + /read-pkg@1.1.0: resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=} engines: {node: '>=0.10.0'} dependencies: @@ -19606,7 +21478,7 @@ packages: path-type: 1.1.0 dev: true - /read-pkg/3.0.0: + /read-pkg@3.0.0: resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} engines: {node: '>=4'} dependencies: @@ -19614,7 +21486,7 @@ packages: normalize-package-data: 2.5.0 path-type: 3.0.0 - /read-pkg/5.2.0: + /read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: @@ -19623,7 +21495,7 @@ packages: parse-json: 5.2.0 type-fest: 0.6.0 - /read-yaml-file/1.1.0: + /read-yaml-file@1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} dependencies: @@ -19633,7 +21505,7 @@ packages: strip-bom: 3.0.0 dev: true - /read-yaml-file/2.1.0: + /read-yaml-file@2.1.0: resolution: {integrity: sha512-UkRNRIwnhG+y7hpqnycCL/xbTk7+ia9VuVTC0S+zVbwd65DI9eUpRMfsWIGrCWxTU/mi+JW8cHQCrv+zfCbEPQ==} engines: {node: '>=10.13'} dependencies: @@ -19641,7 +21513,7 @@ packages: strip-bom: 4.0.0 dev: true - /readable-stream/2.3.7: + /readable-stream@2.3.7: resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} dependencies: core-util-is: 1.0.2 @@ -19652,7 +21524,7 @@ packages: string_decoder: 1.1.1 util-deprecate: 1.0.2 - /readable-stream/3.6.0: + /readable-stream@3.6.0: resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} engines: {node: '>= 6'} dependencies: @@ -19660,49 +21532,77 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readable-web-to-node-stream/2.0.0: + /readable-web-to-node-stream@2.0.0: resolution: {integrity: sha512-+oZJurc4hXpaaqsN68GoZGQAQIA3qr09Or4fqEsargABnbe5Aau8hFn6ISVleT3cpY/0n/8drn7huyyEvTbghA==} dev: true - /readdirp/2.2.1: + /readdirp@2.2.1: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} dependencies: graceful-fs: 4.2.6 micromatch: 3.1.10 readable-stream: 2.3.7 + transitivePeerDependencies: + - supports-color + optional: true + + /readdirp@2.2.1(supports-color@6.1.0): + resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} + engines: {node: '>=0.10'} + dependencies: + graceful-fs: 4.2.6 + micromatch: 3.1.10(supports-color@6.1.0) + readable-stream: 2.3.7 + transitivePeerDependencies: + - supports-color + dev: false - /readdirp/3.5.0: + /readdirp@3.5.0: resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.0 dev: false - /readdirp/3.6.0: + /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.0 - /reading-time/1.3.0: + /reading-time@1.3.0: resolution: {integrity: sha512-RJ8J5O6UvrclfZpcPSPuKusrdRfoY7uXXoYOOdeswZNtSkQaewT3919yz6RyloDBR+iwcUyz5zGOUjhgvfuv3g==} dev: false - /rechoir/0.6.2: + /readline@1.3.0: + resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==} + dev: false + + /recast@0.21.5: + resolution: {integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==} + engines: {node: '>= 4'} + dependencies: + ast-types: 0.15.2 + esprima: 4.0.1 + source-map: 0.6.1 + tslib: 2.3.0 + dev: false + + /rechoir@0.6.2: resolution: {integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=} engines: {node: '>= 0.10'} dependencies: resolve: 1.20.0 - /recursive-readdir/2.2.2: + /recursive-readdir@2.2.2: resolution: {integrity: sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==} engines: {node: '>=0.10.0'} dependencies: minimatch: 3.0.4 dev: false - /redent/1.0.0: + /redent@1.0.0: resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=} engines: {node: '>=0.10.0'} dependencies: @@ -19710,54 +21610,54 @@ packages: strip-indent: 1.0.1 dev: true - /redent/3.0.0: + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 - /redeyed/2.1.1: + /redeyed@2.1.1: resolution: {integrity: sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=} dependencies: esprima: 4.0.1 dev: true - /regenerate-unicode-properties/8.2.0: + /regenerate-unicode-properties@8.2.0: resolution: {integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 dev: false - /regenerate/1.4.2: + /regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false - /regenerator-runtime/0.11.1: + /regenerator-runtime@0.11.1: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - /regenerator-runtime/0.13.7: + /regenerator-runtime@0.13.7: resolution: {integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==} - /regenerator-transform/0.14.5: + /regenerator-transform@0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: '@babel/runtime': 7.14.6 dev: false - /regex-not/1.0.2: + /regex-not@1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} dependencies: extend-shallow: 3.0.2 safe-regex: 1.1.0 - /regex-parser/2.2.11: + /regex-parser@2.2.11: resolution: {integrity: sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==} dev: false - /regexp.prototype.flags/1.3.1: + /regexp.prototype.flags@1.3.1: resolution: {integrity: sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==} engines: {node: '>= 0.4'} dependencies: @@ -19765,12 +21665,12 @@ packages: define-properties: 1.1.3 dev: false - /regexpp/3.2.0: + /regexpp@3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} dev: false - /regexpu-core/4.7.1: + /regexpu-core@4.7.1: resolution: {integrity: sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==} engines: {node: '>=4'} dependencies: @@ -19782,42 +21682,42 @@ packages: unicode-match-property-value-ecmascript: 1.2.0 dev: false - /registry-auth-token/3.3.2: + /registry-auth-token@3.3.2: resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==} dependencies: rc: 1.2.8 safe-buffer: 5.2.1 - /registry-auth-token/4.2.1: + /registry-auth-token@4.2.1: resolution: {integrity: sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==} engines: {node: '>=6.0.0'} dependencies: rc: 1.2.8 - /registry-url/3.1.0: + /registry-url@3.1.0: resolution: {integrity: sha1-PU74cPc93h138M+aOBQyRE4XSUI=} engines: {node: '>=0.10.0'} dependencies: rc: 1.2.8 - /registry-url/5.1.0: + /registry-url@5.1.0: resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==} engines: {node: '>=8'} dependencies: rc: 1.2.8 - /regjsgen/0.5.2: + /regjsgen@0.5.2: resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==} dev: false - /regjsparser/0.6.9: + /regjsparser@0.6.9: resolution: {integrity: sha512-ZqbNRz1SNjLAiYuwY0zoXW8Ne675IX5q+YHioAGbCw4X96Mjl2+dcX9B2ciaeyYjViDAfvIjFpQjJgLttTEERQ==} hasBin: true dependencies: jsesc: 0.5.0 dev: false - /rehype-parse/6.0.2: + /rehype-parse@6.0.2: resolution: {integrity: sha512-0S3CpvpTAgGmnz8kiCyFLGuW5yA4OQhyNTm/nwPopZ7+PI11WnGl1TTWTGv/2hPEe/g2jRLlhVVSsoDH8waRug==} dependencies: hast-util-from-parse5: 5.0.3 @@ -19825,12 +21725,12 @@ packages: xtend: 4.0.2 dev: false - /relateurl/0.2.7: + /relateurl@0.2.7: resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=} engines: {node: '>= 0.10'} dev: false - /relay-compiler/10.1.0_graphql@15.5.1: + /relay-compiler@10.1.0(graphql@15.5.1): resolution: {integrity: sha512-HPqc3N3tNgEgUH5+lTr5lnLbgnsZMt+MRiyS0uAVNhuPY2It0X1ZJG+9qdA3L9IqKFUNwVn6zTO7RArjMZbARQ==} hasBin: true peerDependencies: @@ -19842,7 +21742,7 @@ packages: '@babel/runtime': 7.14.6 '@babel/traverse': 7.14.5 '@babel/types': 7.14.5 - babel-preset-fbjs: 3.4.0_@babel+core@7.14.6 + babel-preset-fbjs: 3.4.0(@babel/core@7.14.6) chalk: 4.1.1 fb-watchman: 2.0.1 fbjs: 3.0.0 @@ -19857,14 +21757,14 @@ packages: - supports-color dev: false - /relay-runtime/10.1.0: + /relay-runtime@10.1.0: resolution: {integrity: sha512-bxznLnQ1ST6APN/cFi7l0FpjbZVchWQjjhj9mAuJBuUqNNCh9uV+UTRhpQF7Q8ycsPp19LHTpVyGhYb0ustuRQ==} dependencies: '@babel/runtime': 7.14.6 fbjs: 3.0.0 dev: false - /remark-admonitions/1.2.1: + /remark-admonitions@1.2.1: resolution: {integrity: sha512-Ji6p68VDvD+H1oS95Fdx9Ar5WA2wcDA4kwrrhVU7fGctC6+d3uiMICu7w7/2Xld+lnU7/gi+432+rRbup5S8ow==} dependencies: rehype-parse: 6.0.2 @@ -19872,7 +21772,7 @@ packages: unist-util-visit: 2.0.3 dev: false - /remark-emoji/2.2.0: + /remark-emoji@2.2.0: resolution: {integrity: sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==} dependencies: emoticon: 3.2.0 @@ -19880,17 +21780,17 @@ packages: unist-util-visit: 2.0.3 dev: false - /remark-footnotes/2.0.0: + /remark-footnotes@2.0.0: resolution: {integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==} dev: false - /remark-mdx/1.6.22: + /remark-mdx@1.6.22: resolution: {integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==} dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@7.12.9) + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9) '@mdx-js/util': 1.6.22 is-alphabetical: 1.0.4 remark-parse: 8.0.3 @@ -19899,7 +21799,7 @@ packages: - supports-color dev: false - /remark-parse/8.0.3: + /remark-parse@8.0.3: resolution: {integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==} dependencies: ccount: 1.1.0 @@ -19920,16 +21820,16 @@ packages: xtend: 4.0.2 dev: false - /remark-squeeze-paragraphs/4.0.0: + /remark-squeeze-paragraphs@4.0.0: resolution: {integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==} dependencies: mdast-squeeze-paragraphs: 4.0.0 dev: false - /remove-trailing-separator/1.1.0: + /remove-trailing-separator@1.1.0: resolution: {integrity: sha1-wkvOKig62tW8P1jg1IJJuSN52O8=} - /renderkid/2.0.7: + /renderkid@2.0.7: resolution: {integrity: sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==} dependencies: css-select: 4.1.3 @@ -19939,80 +21839,80 @@ packages: strip-ansi: 3.0.1 dev: false - /repeat-element/1.1.4: + /repeat-element@1.1.4: resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} engines: {node: '>=0.10.0'} - /repeat-string/1.6.1: + /repeat-string@1.6.1: resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} engines: {node: '>=0.10'} - /repeating/2.0.1: + /repeating@2.0.1: resolution: {integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=} engines: {node: '>=0.10.0'} dependencies: is-finite: 1.1.0 dev: true - /replace-ext/1.0.1: + /replace-ext@1.0.1: resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} engines: {node: '>= 0.10'} dev: true - /require-directory/2.1.1: + /require-directory@2.1.1: resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} engines: {node: '>=0.10.0'} - /require-from-string/2.0.2: + /require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} dev: false - /require-like/0.1.2: + /require-like@0.1.2: resolution: {integrity: sha1-rW8wwTvs15cBDEaK+ndcDAprR/o=} dev: false - /require-main-filename/2.0.0: + /require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} - /requires-port/1.0.0: + /requires-port@1.0.0: resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} - /resize-observer-polyfill/1.5.1: + /resize-observer-polyfill@1.5.1: resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==} dev: false - /resolve-cwd/2.0.0: + /resolve-cwd@2.0.0: resolution: {integrity: sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=} engines: {node: '>=4'} dependencies: resolve-from: 3.0.0 dev: false - /resolve-cwd/3.0.0: + /resolve-cwd@3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 - /resolve-from/3.0.0: + /resolve-from@3.0.0: resolution: {integrity: sha1-six699nWiBvItuZTM17rywoYh0g=} engines: {node: '>=4'} dev: false - /resolve-from/4.0.0: + /resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} - /resolve-from/5.0.0: + /resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} - /resolve-pathname/3.0.0: + /resolve-pathname@3.0.0: resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} dev: false - /resolve-url-loader/3.1.3: + /resolve-url-loader@3.1.3: resolution: {integrity: sha512-WbDSNFiKPPLem1ln+EVTE+bFUBdTTytfQZWbmghroaFNFaAVmGq0Saqw6F/306CwgPXsGwXVxbODE+3xAo/YbA==} engines: {node: '>=6.0.0'} dependencies: @@ -20028,101 +21928,105 @@ packages: source-map: 0.6.1 dev: false - /resolve-url/0.2.1: + /resolve-url@0.2.1: resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=} deprecated: https://github.com/lydell/resolve-url#deprecated - /resolve/1.18.1: + /resolve@1.18.1: resolution: {integrity: sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==} dependencies: is-core-module: 2.4.0 path-parse: 1.0.7 dev: false - /resolve/1.20.0: + /resolve@1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: is-core-module: 2.4.0 path-parse: 1.0.7 - /resolve/2.0.0-next.3: + /resolve@2.0.0-next.3: resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} dependencies: is-core-module: 2.4.0 path-parse: 1.0.7 dev: false - /responselike/1.0.2: + /responselike@1.0.2: resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=} dependencies: lowercase-keys: 1.0.1 - /restore-cursor/3.1.0: + /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} dependencies: onetime: 5.1.2 signal-exit: 3.0.3 - dev: true - /ret/0.1.15: + /ret@0.1.15: resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} engines: {node: '>=0.12'} - /ret/0.2.2: + /ret@0.2.2: resolution: {integrity: sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==} engines: {node: '>=4'} - dev: false - /retry/0.12.0: + /retry@0.12.0: resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=} engines: {node: '>= 4'} dev: false - /reusify/1.0.4: + /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - /rework-visit/1.0.0: + /rework-visit@1.0.0: resolution: {integrity: sha1-mUWygD8hni96ygCtuLyfZA+ELJo=} dev: false - /rework/1.0.1: + /rework@1.0.1: resolution: {integrity: sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=} dependencies: convert-source-map: 0.3.5 css: 2.2.4 dev: false - /rfdc/1.3.0: + /rfdc@1.3.0: resolution: {integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==} - dev: false - /rgb-regex/1.0.1: + /rgb-regex@1.0.1: resolution: {integrity: sha1-wODWiC3w4jviVKR16O3UGRX+rrE=} - /rgba-regex/1.0.0: + /rgba-regex@1.0.0: resolution: {integrity: sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=} - /rimraf/2.7.1: + /rimraf@2.6.3: + resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} + hasBin: true + dependencies: + glob: 7.1.7 + dev: false + + /rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true dependencies: glob: 7.1.7 - /rimraf/3.0.2: + /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.1.7 - /ripemd160/2.0.2: + /ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} dependencies: hash-base: 3.1.0 inherits: 2.0.4 - /rollup-plugin-babel/4.4.0_@babel+core@7.14.6+rollup@1.32.1: + /rollup-plugin-babel@4.4.0(@babel/core@7.14.6)(rollup@1.32.1): resolution: {integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. peerDependencies: @@ -20135,14 +22039,14 @@ packages: rollup-pluginutils: 2.8.2 dev: false - /rollup-plugin-delete/2.0.0: + /rollup-plugin-delete@2.0.0: resolution: {integrity: sha512-/VpLMtDy+8wwRlDANuYmDa9ss/knGsAgrDhM+tEwB1npHwNu4DYNmDfUL55csse/GHs9Q+SMT/rw9uiaZ3pnzA==} engines: {node: '>=10'} dependencies: del: 5.1.0 dev: true - /rollup-plugin-node-externals/2.2.0_builtin-modules@3.2.0: + /rollup-plugin-node-externals@2.2.0(builtin-modules@3.2.0): resolution: {integrity: sha512-WM7TtQ76GdsLceEGmZzQzn1afj8JgOQT5VLs1Y9RMqowM/8eK2mBj/Lv7hoE833U75QsUZIRirYUtFatu51RJA==} engines: {node: '>=8.0.0'} peerDependencies: @@ -20152,7 +22056,7 @@ packages: find-up: 4.1.0 dev: true - /rollup-plugin-terser/5.3.1_rollup@1.32.1: + /rollup-plugin-terser@5.3.1(rollup@1.32.1): resolution: {integrity: sha512-1pkwkervMJQGFYvM9nscrUoncPwiKR/K+bHdjv6PFgRo3cgPHoRT83y2Aa3GvINj4539S15t/tpFPb775TDs6w==} peerDependencies: rollup: '>=0.66.0 <3' @@ -20165,13 +22069,13 @@ packages: terser: 4.8.0 dev: false - /rollup-pluginutils/2.8.2: + /rollup-pluginutils@2.8.2: resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} dependencies: estree-walker: 0.6.1 dev: false - /rollup/1.32.1: + /rollup@1.32.1: resolution: {integrity: sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==} hasBin: true dependencies: @@ -20180,30 +22084,32 @@ packages: acorn: 7.4.1 dev: false - /rollup/2.52.1: + /rollup@2.52.1: resolution: {integrity: sha512-/SPqz8UGnp4P1hq6wc9gdTqA2bXQXGx13TtoL03GBm6qGRI6Hm3p4Io7GeiHNLl0BsQAne1JNYY+q/apcY933w==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: fsevents: 2.3.2 - /rsvp/4.8.5: + /rsvp@4.8.5: resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} engines: {node: 6.* || >= 7.*} - /rtl-css-js/1.14.1: + /rtl-css-js@1.14.1: resolution: {integrity: sha512-G9N1s/6329FpJr8k9e1U/Lg0IDWThv99sb7k0IrXHjSnubxe01h52/ajsPRafJK1/2Vqrhz3VKLe3E1dx6jS9Q==} dependencies: '@babel/runtime': 7.14.6 dev: false - /rtl-detect/1.0.3: + /rtl-detect@1.0.3: resolution: {integrity: sha512-2sMcZO60tL9YDEFe24gqddg3hJ+xSmJFN8IExcQUxeHxQzydQrN6GHPL+yAWgzItXSI7es53hcZC9pJneuZDKA==} dev: false - /rtlcss/3.2.0: + /rtlcss@3.2.0(postcss@8.3.5): resolution: {integrity: sha512-nV3UmaTmA5TkP2dYOR16ULu6FkMOqZRbiXbFZnmWIN9coPfx3gin31VGOPV7vrVMPjNds7pCS2UYy0mwQUdFCQ==} hasBin: true + peerDependencies: + postcss: ^8.2.4 dependencies: chalk: 4.1.1 find-up: 5.0.0 @@ -20212,55 +22118,54 @@ packages: strip-json-comments: 3.1.1 dev: false - /run-async/2.4.1: + /run-async@2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} dev: true - /run-parallel/1.2.0: + /run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 - /run-queue/1.0.3: + /run-queue@1.0.3: resolution: {integrity: sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=} dependencies: aproba: 1.2.0 - /rx/2.3.24: + /rx@2.3.24: resolution: {integrity: sha1-FPlQpCF9fjXapxu8vljv9o6ksrc=} dev: true - /rxjs/6.6.7: + /rxjs@6.6.7: resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} engines: {npm: '>=2.0.0'} dependencies: tslib: 1.14.1 - /safe-buffer/5.1.2: + /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} - /safe-buffer/5.2.1: + /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - /safe-regex/1.1.0: - resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} - dependencies: - ret: 0.1.15 - - /safe-regex2/2.0.0: + /safe-regex2@2.0.0: resolution: {integrity: sha512-PaUSFsUaNNuKwkBijoAPHAK6/eM6VirvyPWlZ7BAQy4D+hCvh4B6lIG+nPdhbFfIbP+gTGBcrdsOaUs0F+ZBOQ==} dependencies: ret: 0.2.2 - dev: false - /safe-stable-stringify/1.1.1: + /safe-regex@1.1.0: + resolution: {integrity: sha1-QKNmnzsHfR6UPURinhV91IAjvy4=} + dependencies: + ret: 0.1.15 + + /safe-stable-stringify@1.1.1: resolution: {integrity: sha512-ERq4hUjKDbJfE4+XtZLFPCDi8Vb1JqaxAPTxWFLBx8XcAlf9Bda/ZJdVezs/NAfsMQScyIlUMx+Yeu7P7rx5jw==} - /safer-buffer/2.1.2: + /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sane/4.1.0: + /sane@4.1.0: resolution: {integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==} engines: {node: 6.* || 8.* || >= 10.*} hasBin: true @@ -20274,12 +22179,14 @@ packages: micromatch: 3.1.10 minimist: 1.2.5 walker: 1.0.7 + transitivePeerDependencies: + - supports-color - /sanitize.css/10.0.0: + /sanitize.css@10.0.0: resolution: {integrity: sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==} dev: false - /sass-loader/10.2.0_webpack@4.44.2: + /sass-loader@10.2.0(webpack@4.44.2): resolution: {integrity: sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -20303,58 +22210,64 @@ packages: webpack: 4.44.2 dev: false - /sax/1.2.4: + /sax@1.2.4: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: false - /saxes/5.0.1: + /saxes@5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} engines: {node: '>=10'} dependencies: xmlchars: 2.2.0 - /scheduler/0.20.2: + /scheduler@0.20.2: resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /schema-utils/1.0.0: + /scheduler@0.24.0-canary-efb381bbf-20230505: + resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} + dependencies: + loose-envify: 1.4.0 + dev: false + + /schema-utils@1.0.0: resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} engines: {node: '>= 4'} dependencies: ajv: 6.12.6 - ajv-errors: 1.0.1_ajv@6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-errors: 1.0.1(ajv@6.12.6) + ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils/2.7.1: + /schema-utils@2.7.1: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} engines: {node: '>= 8.9.0'} dependencies: '@types/json-schema': 7.0.7 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) dev: false - /schema-utils/3.0.0: + /schema-utils@3.0.0: resolution: {integrity: sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==} engines: {node: '>= 10.13.0'} dependencies: '@types/json-schema': 7.0.7 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) - /scoped-regex/1.0.0: + /scoped-regex@1.0.0: resolution: {integrity: sha1-o0a7Gs1CB65wvXwMfKnlZra63bg=} engines: {node: '>=4'} dev: true - /screenfull/5.1.0: + /screenfull@5.1.0: resolution: {integrity: sha512-dYaNuOdzr+kc6J6CFcBrzkLCfyGcMg+gWkJ8us93IQ7y1cevhQAugFsaCdMHb6lw8KV3xPzSxzH7zM1dQap9mA==} engines: {node: '>=0.10.0'} dev: false - /section-matter/1.0.0: + /section-matter@1.0.0: resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} engines: {node: '>=4'} dependencies: @@ -20362,65 +22275,98 @@ packages: kind-of: 6.0.3 dev: false - /secure-json-parse/2.4.0: + /secure-json-parse@2.4.0: resolution: {integrity: sha512-Q5Z/97nbON5t/L/sH6mY2EacfjVGwrCcSi5D3btRO2GZ8pf1K1UN7Z9H5J57hjVU2Qzxr1xO+FmBhOvEkzCMmg==} - /select-hose/2.0.0: + /select-hose@2.0.0: resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} dev: false - /select/1.1.2: + /select@1.1.2: resolution: {integrity: sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=} + requiresBuild: true dev: false optional: true - /selfsigned/1.10.11: + /selfsigned@1.10.11: resolution: {integrity: sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==} dependencies: node-forge: 0.10.0 dev: false - /semver-diff/3.1.1: + /semver-diff@3.1.1: resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==} engines: {node: '>=8'} dependencies: semver: 6.3.0 - /semver-store/0.3.0: + /semver-store@0.3.0: resolution: {integrity: sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg==} - dev: false - /semver/5.7.1: + /semver@5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true - /semver/6.3.0: + /semver@6.3.0: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: true - /semver/7.0.0: + /semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + dev: false + + /semver@7.0.0: resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} hasBin: true dev: false - /semver/7.3.2: + /semver@7.3.2: resolution: {integrity: sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==} engines: {node: '>=10'} hasBin: true dev: false - /semver/7.3.5: + /semver@7.3.5: resolution: {integrity: sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 - /send/0.17.1: + /semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: false + + /send@0.17.1: + resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} + engines: {node: '>= 0.8.0'} + dependencies: + debug: 2.6.9(supports-color@5.5.0) + depd: 1.1.2 + destroy: 1.0.4 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 1.7.3 + mime: 1.6.0 + ms: 2.1.1 + on-finished: 2.3.0 + range-parser: 1.2.1 + statuses: 1.5.0 + transitivePeerDependencies: + - supports-color + + /send@0.17.1(supports-color@6.1.0): resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} engines: {node: '>= 0.8.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) depd: 1.1.2 destroy: 1.0.4 encodeurl: 1.0.2 @@ -20433,8 +22379,11 @@ packages: on-finished: 2.3.0 range-parser: 1.2.1 statuses: 1.5.0 + transitivePeerDependencies: + - supports-color + dev: false - /sentence-case/3.0.4: + /sentence-case@3.0.4: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} dependencies: no-case: 3.0.4 @@ -20442,25 +22391,30 @@ packages: upper-case-first: 2.0.2 dev: false - /serialize-error/8.1.0: + /serialize-error@2.1.0: + resolution: {integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==} + engines: {node: '>=0.10.0'} + dev: false + + /serialize-error@8.1.0: resolution: {integrity: sha512-3NnuWfM6vBYoy5gZFvHiYsVbafvI9vZv/+jlIigFn4oP4zjNPK3LhcY0xSCgeb1a5L8jO71Mit9LlNoi2UfDDQ==} engines: {node: '>=10'} dependencies: type-fest: 0.20.2 dev: false - /serialize-javascript/4.0.0: + /serialize-javascript@4.0.0: resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: randombytes: 2.1.0 - /serialize-javascript/5.0.1: + /serialize-javascript@5.0.1: resolution: {integrity: sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==} dependencies: randombytes: 2.1.0 dev: false - /serve-handler/6.1.3: + /serve-handler@6.1.3: resolution: {integrity: sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==} dependencies: bytes: 3.0.0 @@ -20472,20 +22426,22 @@ packages: path-to-regexp: 2.2.1 range-parser: 1.2.0 - /serve-index/1.9.1: + /serve-index@1.9.1(supports-color@6.1.0): resolution: {integrity: sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=} engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.7 batch: 0.6.1 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) escape-html: 1.0.3 http-errors: 1.6.3 mime-types: 2.1.31 parseurl: 1.3.3 + transitivePeerDependencies: + - supports-color dev: false - /serve-static/1.14.1: + /serve-static@1.14.1: resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} engines: {node: '>= 0.8.0'} dependencies: @@ -20493,9 +22449,23 @@ packages: escape-html: 1.0.3 parseurl: 1.3.3 send: 0.17.1 + transitivePeerDependencies: + - supports-color + dev: false + + /serve-static@1.14.1(supports-color@6.1.0): + resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} + engines: {node: '>= 0.8.0'} + dependencies: + encodeurl: 1.0.2 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.17.1(supports-color@6.1.0) + transitivePeerDependencies: + - supports-color dev: false - /serve/11.3.2: + /serve@11.3.2: resolution: {integrity: sha512-yKWQfI3xbj/f7X1lTBg91fXBP0FqjJ4TEi+ilES5yzH0iKJpN5LjNb1YzIfQg9Rqn4ECUS2SOf2+Kmepogoa5w==} hasBin: true dependencies: @@ -20508,27 +22478,28 @@ packages: compression: 1.7.3 serve-handler: 6.1.3 update-check: 1.5.2 + transitivePeerDependencies: + - supports-color - /set-blocking/2.0.0: + /set-blocking@2.0.0: resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} - /set-cookie-parser/2.4.8: + /set-cookie-parser@2.4.8: resolution: {integrity: sha512-edRH8mBKEWNVIVMKejNnuJxleqYE/ZSdcT8/Nem9/mmosx12pctd80s2Oy00KNZzrogMZS5mauK2/ymL1bvlvg==} - dev: false - /set-getter/0.1.1: + /set-getter@0.1.1: resolution: {integrity: sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==} engines: {node: '>=0.10.0'} dependencies: to-object-path: 0.3.0 dev: true - /set-harmonic-interval/1.0.1: + /set-harmonic-interval@1.0.1: resolution: {integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==} engines: {node: '>=6.9'} dev: false - /set-value/2.0.1: + /set-value@2.0.1: resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} engines: {node: '>=0.10.0'} dependencies: @@ -20537,58 +22508,62 @@ packages: is-plain-object: 2.0.4 split-string: 3.1.0 - /setimmediate/1.0.5: + /setimmediate@1.0.5: resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=} - /setprototypeof/1.1.0: + /setprototypeof@1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} dev: false - /setprototypeof/1.1.1: + /setprototypeof@1.1.1: resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} - /setprototypeof/1.2.0: + /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: false - /sha.js/2.4.11: + /sha.js@2.4.11: resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} hasBin: true dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - /shallow-clone/3.0.1: + /shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} dependencies: kind-of: 6.0.3 - /shebang-command/1.2.0: + /shebang-command@1.2.0: resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 - /shebang-command/2.0.0: + /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 - /shebang-regex/1.0.0: + /shebang-regex@1.0.0: resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} engines: {node: '>=0.10.0'} - /shebang-regex/3.0.0: + /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote/1.7.2: + /shell-quote@1.7.2: resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==} dev: false - /shelljs/0.8.4: + /shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: false + + /shelljs@0.8.4: resolution: {integrity: sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==} engines: {node: '>=4'} hasBin: true @@ -20597,18 +22572,19 @@ packages: interpret: 1.4.0 rechoir: 0.6.2 - /shellwords/0.1.1: + /shellwords@0.1.1: resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} + requiresBuild: true optional: true - /shiki/0.9.3: + /shiki@0.9.3: resolution: {integrity: sha512-NEjg1mVbAUrzRv2eIcUt3TG7X9svX7l3n3F5/3OdFq+/BxUdmBOeKGiH4icZJBLHy354Shnj6sfBTemea2e7XA==} dependencies: onigasm: 2.2.5 vscode-textmate: 5.4.0 dev: false - /side-channel/1.0.4: + /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 @@ -20616,25 +22592,25 @@ packages: object-inspect: 1.10.3 dev: false - /signal-exit/3.0.3: + /signal-exit@3.0.3: resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} - /signedsource/1.0.0: + /signedsource@1.0.0: resolution: {integrity: sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=} dev: false - /simple-swizzle/0.2.2: + /simple-swizzle@0.2.2: resolution: {integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=} dependencies: is-arrayish: 0.3.2 dev: false - /single-user-cache/0.4.0: + /single-user-cache@0.4.0: resolution: {integrity: sha512-aUJDbwD+ZEVqffkFCy71xgiLT0/KHE0Fmi3+lsVoWcURI/gmSU3nwc9b9Kq34ZXZR9MqFw2YdS3r1r6UjYMyTg==} dependencies: safe-stable-stringify: 1.1.1 - /sirv/1.0.12: + /sirv@1.0.12: resolution: {integrity: sha512-+jQoCxndz7L2tqQL4ZyzfDhky0W/4ZJip3XoOuxyQWnAwMxindLl3Xv1qT4x1YX/re0leShvTm8Uk0kQspGhBg==} engines: {node: '>= 10'} dependencies: @@ -20642,10 +22618,10 @@ packages: mime: 2.5.2 totalist: 1.1.0 - /sisteransi/1.0.5: + /sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - /sitemap/7.0.0: + /sitemap@7.0.0: resolution: {integrity: sha512-Ud0jrRQO2k7fEtPAM+cQkBKoMvxQyPKNXKDLn8tRVHxRCsdDQ2JZvw+aZ5IRYYQVAV9iGxEar6boTwZzev+x3g==} engines: {node: '>=12.0.0', npm: '>=5.6.0'} hasBin: true @@ -20656,7 +22632,7 @@ packages: sax: 1.2.4 dev: false - /size-limit/4.12.0: + /size-limit@4.12.0: resolution: {integrity: sha512-LwlUDPxFJbJDIJsBE5bKo8kFMuxmuewBMDjgfSoQwnO27V8DSK+j6881nsrX3GoM3bJMFIeEq56thqBEdYC8bw==} engines: {node: ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -20671,21 +22647,30 @@ packages: read-pkg-up: 7.0.1 dev: true - /slash/1.0.0: + /slash@1.0.0: resolution: {integrity: sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=} engines: {node: '>=0.10.0'} dev: true - /slash/2.0.0: + /slash@2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} dev: true - /slash/3.0.0: + /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - /slice-ansi/4.0.0: + /slice-ansi@2.1.0: + resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} + engines: {node: '>=6'} + dependencies: + ansi-styles: 3.2.1 + astral-regex: 1.0.0 + is-fullwidth-code-point: 2.0.0 + dev: false + + /slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} dependencies: @@ -20694,7 +22679,7 @@ packages: is-fullwidth-code-point: 3.0.0 dev: false - /smartwrap/1.2.5: + /smartwrap@1.2.5: resolution: {integrity: sha512-bzWRwHwu0RnWjwU7dFy7tF68pDAx/zMSu3g7xr9Nx5J0iSImYInglwEVExyHLxXljy6PWMjkSAbwF7t2mPnRmg==} deprecated: Backported compatibility to node > 6 hasBin: true @@ -20706,14 +22691,14 @@ packages: yargs: 15.4.1 dev: true - /snake-case/3.0.4: + /snake-case@3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} dependencies: dot-case: 3.0.4 tslib: 2.3.0 dev: false - /snapdragon-node/2.1.1: + /snapdragon-node@2.1.1: resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} engines: {node: '>=0.10.0'} dependencies: @@ -20721,37 +22706,57 @@ packages: isobject: 3.0.1 snapdragon-util: 3.0.1 - /snapdragon-util/3.0.1: + /snapdragon-util@3.0.1: resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /snapdragon/0.8.2: + /snapdragon@0.8.2: + resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} + engines: {node: '>=0.10.0'} + dependencies: + base: 0.11.2 + debug: 2.6.9(supports-color@5.5.0) + define-property: 0.2.5 + extend-shallow: 2.0.1 + map-cache: 0.2.2 + source-map: 0.5.7 + source-map-resolve: 0.5.3 + use: 3.1.1 + transitivePeerDependencies: + - supports-color + + /snapdragon@0.8.2(supports-color@6.1.0): resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} engines: {node: '>=0.10.0'} dependencies: base: 0.11.2 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) define-property: 0.2.5 extend-shallow: 2.0.1 map-cache: 0.2.2 source-map: 0.5.7 source-map-resolve: 0.5.3 use: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: false - /sockjs-client/1.5.1: + /sockjs-client@1.5.1(supports-color@6.1.0): resolution: {integrity: sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) eventsource: 1.1.0 faye-websocket: 0.11.4 inherits: 2.0.4 json3: 3.3.3 url-parse: 1.5.1 + transitivePeerDependencies: + - supports-color dev: false - /sockjs/0.3.21: + /sockjs@0.3.21: resolution: {integrity: sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==} dependencies: faye-websocket: 0.11.4 @@ -20759,47 +22764,46 @@ packages: websocket-driver: 0.7.4 dev: false - /sonic-boom/1.4.1: + /sonic-boom@1.4.1: resolution: {integrity: sha512-LRHh/A8tpW7ru89lrlkU4AszXt1dbwSjVWguGrmlxE7tawVmDBlI1PILMkXAxJTwqhgsEeTHzj36D5CmHgQmNg==} dependencies: atomic-sleep: 1.0.0 flatstr: 1.0.12 - dev: false - /sort-css-media-queries/1.5.4: + /sort-css-media-queries@1.5.4: resolution: {integrity: sha512-YP5W/h4Sid/YP7Lp87ejJ5jP13/Mtqt2vx33XyhO+IAugKlufRPbOrPlIiEUuxmpNBSBd3EeeQpFhdu3RfI2Ag==} engines: {node: '>= 6.3.0'} dev: false - /sort-keys/1.1.2: + /sort-keys@1.1.2: resolution: {integrity: sha1-RBttTTRnmPG05J6JIK37oOVD+a0=} engines: {node: '>=0.10.0'} dependencies: is-plain-obj: 1.1.0 dev: false - /sort-keys/4.2.0: + /sort-keys@4.2.0: resolution: {integrity: sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==} engines: {node: '>=8'} dependencies: is-plain-obj: 2.1.0 dev: true - /sort-pjson/1.0.3: + /sort-pjson@1.0.3: resolution: {integrity: sha512-h/xRX+8zuV9tbnbkRwmdNNyyJbjzVTh8YFpMgEgGU2umFDFg2EDfWKtA5YOfnBwT4YoZfJf6hrc0yuXLUvUDFA==} engines: {node: '>=8.0.0'} dependencies: '@oclif/fixpack': 2.3.0 dev: true - /source-list-map/2.0.1: + /source-list-map@2.0.1: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} - /source-map-js/0.6.2: + /source-map-js@0.6.2: resolution: {integrity: sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==} engines: {node: '>=0.10.0'} - /source-map-resolve/0.5.3: + /source-map-resolve@0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} dependencies: atob: 2.1.2 @@ -20808,86 +22812,93 @@ packages: source-map-url: 0.4.1 urix: 0.1.0 - /source-map-resolve/0.6.0: + /source-map-resolve@0.6.0: resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} dependencies: atob: 2.1.2 decode-uri-component: 0.2.0 - /source-map-support/0.5.19: + /source-map-support@0.5.19: resolution: {integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==} dependencies: buffer-from: 1.1.1 source-map: 0.6.1 - /source-map-url/0.4.1: + /source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + dependencies: + buffer-from: 1.1.1 + source-map: 0.6.1 + dev: false + + /source-map-url@0.4.1: resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} - /source-map/0.5.6: + /source-map@0.5.6: resolution: {integrity: sha1-dc449SvwczxafwwRjYEzSiu19BI=} engines: {node: '>=0.10.0'} dev: false - /source-map/0.5.7: + /source-map@0.5.7: resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=} engines: {node: '>=0.10.0'} - /source-map/0.6.1: + /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - /source-map/0.7.3: + /source-map@0.7.3: resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} engines: {node: '>= 8'} - /source-map/0.8.0-beta.0: + /source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} dependencies: whatwg-url: 7.1.0 dev: false - /sourcemap-codec/1.4.8: + /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} dev: false - /space-separated-tokens/1.1.5: + /space-separated-tokens@1.1.5: resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==} dev: false - /spawn-command/0.0.2-1: + /spawn-command@0.0.2-1: resolution: {integrity: sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=} dev: true - /spawndamnit/2.0.0: + /spawndamnit@2.0.0: resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==} dependencies: cross-spawn: 5.1.0 signal-exit: 3.0.3 dev: true - /spdx-correct/3.1.1: + /spdx-correct@3.1.1: resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.9 - /spdx-exceptions/2.3.0: + /spdx-exceptions@2.3.0: resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} - /spdx-expression-parse/3.0.1: + /spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.9 - /spdx-license-ids/3.0.9: + /spdx-license-ids@3.0.9: resolution: {integrity: sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==} - /spdy-transport/3.0.0_supports-color@6.1.0: + /spdy-transport@3.0.0(supports-color@6.1.0): resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.1(supports-color@6.1.0) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -20897,79 +22908,79 @@ packages: - supports-color dev: false - /spdy/4.0.2_supports-color@6.1.0: + /spdy@4.0.2(supports-color@6.1.0): resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.1(supports-color@6.1.0) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 - spdy-transport: 3.0.0_supports-color@6.1.0 + spdy-transport: 3.0.0(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: false - /split-string/3.1.0: + /split-string@3.1.0: resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} engines: {node: '>=0.10.0'} dependencies: extend-shallow: 3.0.2 - /split/0.3.3: + /split@0.3.3: resolution: {integrity: sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=} dependencies: through: 2.3.8 dev: true - /sponge-case/1.0.1: + /sponge-case@1.0.1: resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==} dependencies: tslib: 2.3.0 dev: false - /sprintf-js/1.0.3: + /sprintf-js@1.0.3: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} - /ssri/6.0.2: + /ssri@6.0.2: resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} dependencies: figgy-pudding: 3.5.2 - /ssri/8.0.1: + /ssri@8.0.1: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: minipass: 3.1.3 dev: false - /stable/0.1.8: + /stable@0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} - /stack-generator/2.0.5: + /stack-generator@2.0.5: resolution: {integrity: sha512-/t1ebrbHkrLrDuNMdeAcsvynWgoH/i4o8EGGfX7dEYDoTXOYVAkEpFdtshlvabzc6JlJ8Kf9YdFEoz7JkzGN9Q==} dependencies: stackframe: 1.2.0 dev: false - /stack-utils/2.0.3: + /stack-utils@2.0.3: resolution: {integrity: sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==} engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 - /stackframe/1.2.0: + /stackframe@1.2.0: resolution: {integrity: sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==} dev: false - /stacktrace-gps/3.0.4: + /stacktrace-gps@3.0.4: resolution: {integrity: sha512-qIr8x41yZVSldqdqe6jciXEaSCKw1U8XTXpjDuy0ki/apyTn/r3w9hDAAQOhZdxvsC93H+WwwEu5cq5VemzYeg==} dependencies: source-map: 0.5.6 stackframe: 1.2.0 dev: false - /stacktrace-js/2.0.2: + /stacktrace-js@2.0.2: resolution: {integrity: sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==} dependencies: error-stack-parser: 2.0.6 @@ -20977,60 +22988,60 @@ packages: stacktrace-gps: 3.0.4 dev: false - /stacktrace-parser/0.1.10: + /stacktrace-parser@0.1.10: resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} engines: {node: '>=6'} dependencies: type-fest: 0.7.1 dev: false - /state-toggle/1.0.3: + /state-toggle@1.0.3: resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==} dev: false - /static-extend/0.1.2: + /static-extend@0.1.2: resolution: {integrity: sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=} engines: {node: '>=0.10.0'} dependencies: define-property: 0.2.5 object-copy: 0.1.0 - /statuses/1.5.0: + /statuses@1.5.0: resolution: {integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=} engines: {node: '>= 0.6'} - /std-env/2.3.0: + /std-env@2.3.0: resolution: {integrity: sha512-4qT5B45+Kjef2Z6pE0BkskzsH0GO7GrND0wGlTM1ioUe3v0dGYx9ZJH0Aro/YyA8fqQ5EyIKDRjZojJYMFTflw==} dependencies: ci-info: 3.2.0 dev: false - /stream-browserify/2.0.2: + /stream-browserify@2.0.2: resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} dependencies: inherits: 2.0.4 readable-stream: 2.3.7 - /stream-browserify/3.0.0: + /stream-browserify@3.0.0: resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} dependencies: inherits: 2.0.4 readable-stream: 3.6.0 dev: false - /stream-combiner/0.0.4: + /stream-combiner@0.0.4: resolution: {integrity: sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=} dependencies: duplexer: 0.1.2 dev: true - /stream-each/1.2.3: + /stream-each@1.2.3: resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} dependencies: end-of-stream: 1.4.4 stream-shift: 1.0.1 - /stream-http/2.8.3: + /stream-http@2.8.3: resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} dependencies: builtin-status-codes: 3.0.0 @@ -21039,7 +23050,7 @@ packages: to-arraybuffer: 1.0.1 xtend: 4.0.2 - /stream-http/3.1.1: + /stream-http@3.1.1: resolution: {integrity: sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==} dependencies: builtin-status-codes: 3.0.0 @@ -21048,59 +23059,61 @@ packages: xtend: 4.0.2 dev: false - /stream-parser/0.3.1: + /stream-parser@0.3.1: resolution: {integrity: sha1-FhhUhpRCACGhGC/wrxkRwSl2F3M=} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color dev: false - /stream-shift/1.0.1: + /stream-shift@1.0.1: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} - /stream-transform/2.1.0: + /stream-transform@2.1.0: resolution: {integrity: sha512-bwQO+75rzQbug7e5OOHnOR3FgbJ0fCjHmDIdynkwUaFzleBXugGmv2dx3sX3aIHUQRLjrcisRPgN9BWl63uGgw==} dependencies: mixme: 0.5.1 dev: true - /streamsearch/0.1.2: + /streamsearch@0.1.2: resolution: {integrity: sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=} engines: {node: '>=0.8.0'} dev: false - /strict-uri-encode/1.1.0: + /strict-uri-encode@1.1.0: resolution: {integrity: sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=} engines: {node: '>=0.10.0'} dev: false - /string-argv/0.1.2: + /string-argv@0.1.2: resolution: {integrity: sha512-mBqPGEOMNJKXRo7z0keX0wlAhbBAjilUdPW13nN0PecVryZxdHIeM7TqbsSUA7VYuS00HGC6mojP7DlQzfa9ZA==} engines: {node: '>=0.6.19'} dev: true - /string-hash/1.1.3: + /string-hash@1.1.3: resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=} dev: false - /string-length/4.0.2: + /string-length@4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} dependencies: char-regex: 1.0.2 strip-ansi: 6.0.0 - /string-natural-compare/3.0.1: + /string-natural-compare@3.0.1: resolution: {integrity: sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==} dev: false - /string-similarity/4.0.4: + /string-similarity@4.0.4: resolution: {integrity: sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==} - /string-template/0.2.1: + /string-template@0.2.1: resolution: {integrity: sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=} dev: true - /string-width/1.0.2: + /string-width@1.0.2: resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} engines: {node: '>=0.10.0'} dependencies: @@ -21109,14 +23122,14 @@ packages: strip-ansi: 3.0.1 dev: true - /string-width/2.1.1: + /string-width@2.1.1: resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} engines: {node: '>=4'} dependencies: is-fullwidth-code-point: 2.0.0 strip-ansi: 4.0.0 - /string-width/3.1.0: + /string-width@3.1.0: resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} engines: {node: '>=6'} dependencies: @@ -21124,7 +23137,7 @@ packages: is-fullwidth-code-point: 2.0.0 strip-ansi: 5.2.0 - /string-width/4.2.2: + /string-width@4.2.2: resolution: {integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==} engines: {node: '>=8'} dependencies: @@ -21132,7 +23145,16 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.0 - /string.prototype.matchall/4.0.5: + /string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + dev: false + + /string.prototype.matchall@4.0.5: resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} dependencies: call-bind: 1.0.2 @@ -21145,29 +23167,29 @@ packages: side-channel: 1.0.4 dev: false - /string.prototype.trimend/1.0.4: + /string.prototype.trimend@1.0.4: resolution: {integrity: sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - /string.prototype.trimstart/1.0.4: + /string.prototype.trimstart@1.0.4: resolution: {integrity: sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - /string_decoder/1.1.1: + /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 - /string_decoder/1.3.0: + /string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 - /stringify-object/3.3.0: + /stringify-object@3.3.0: resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} engines: {node: '>=4'} dependencies: @@ -21176,38 +23198,45 @@ packages: is-regexp: 1.0.0 dev: false - /strip-ansi/3.0.1: + /strip-ansi@3.0.1: resolution: {integrity: sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=} engines: {node: '>=0.10.0'} dependencies: ansi-regex: 2.1.1 - /strip-ansi/4.0.0: + /strip-ansi@4.0.0: resolution: {integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=} engines: {node: '>=4'} dependencies: ansi-regex: 3.0.0 - /strip-ansi/5.2.0: + /strip-ansi@5.2.0: resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} engines: {node: '>=6'} dependencies: ansi-regex: 4.1.0 - /strip-ansi/6.0.0: + /strip-ansi@6.0.0: resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.0 - /strip-bom-buf/1.0.0: + /strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.1 + dev: false + + /strip-bom-buf@1.0.0: resolution: {integrity: sha1-HLRar1dTD0yvhsf3UXnSyaUd1XI=} engines: {node: '>=4'} dependencies: is-utf8: 0.2.1 dev: true - /strip-bom-stream/2.0.0: + /strip-bom-stream@2.0.0: resolution: {integrity: sha1-+H217yYT9paKpUWr/h7HKLaoKco=} engines: {node: '>=0.10.0'} dependencies: @@ -21215,27 +23244,27 @@ packages: strip-bom: 2.0.0 dev: true - /strip-bom-string/1.0.0: + /strip-bom-string@1.0.0: resolution: {integrity: sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=} engines: {node: '>=0.10.0'} dev: false - /strip-bom/2.0.0: + /strip-bom@2.0.0: resolution: {integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=} engines: {node: '>=0.10.0'} dependencies: is-utf8: 0.2.1 dev: true - /strip-bom/3.0.0: + /strip-bom@3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} - /strip-bom/4.0.0: + /strip-bom@4.0.0: resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} engines: {node: '>=8'} - /strip-comments/1.0.2: + /strip-comments@1.0.2: resolution: {integrity: sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==} engines: {node: '>=4'} dependencies: @@ -21243,15 +23272,15 @@ packages: babel-plugin-transform-object-rest-spread: 6.26.0 dev: false - /strip-eof/1.0.0: + /strip-eof@1.0.0: resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} engines: {node: '>=0.10.0'} - /strip-final-newline/2.0.0: + /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} - /strip-indent/1.0.1: + /strip-indent@1.0.1: resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=} engines: {node: '>=0.10.0'} hasBin: true @@ -21259,22 +23288,26 @@ packages: get-stdin: 4.0.1 dev: true - /strip-indent/3.0.0: + /strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} dependencies: min-indent: 1.0.1 - /strip-json-comments/2.0.1: + /strip-json-comments@2.0.1: resolution: {integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo=} engines: {node: '>=0.10.0'} - /strip-json-comments/3.1.1: + /strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} dev: false - /strtok3/6.0.8: + /strnum@1.0.5: + resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} + dev: false + + /strtok3@6.0.8: resolution: {integrity: sha512-QLgv+oiXwXgCgp2PdPPa+Jpp4D9imK9e/0BsyfeFMr6QL6wMVqoVn9+OXQ9I7MZbmUzN6lmitTJ09uwS2OmGcw==} engines: {node: '>=8'} dependencies: @@ -21283,7 +23316,7 @@ packages: peek-readable: 3.1.3 dev: true - /style-loader/1.3.0_webpack@4.44.2: + /style-loader@1.3.0(webpack@4.44.2): resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -21294,7 +23327,7 @@ packages: webpack: 4.44.2 dev: false - /style-loader/2.0.0_webpack@4.46.0: + /style-loader@2.0.0(webpack@4.46.0): resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -21305,20 +23338,20 @@ packages: webpack: 4.46.0 dev: true - /style-to-object/0.3.0: + /style-to-object@0.3.0: resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} dependencies: inline-style-parser: 0.1.1 dev: false - /style-value-types/4.1.4: + /style-value-types@4.1.4: resolution: {integrity: sha512-LCJL6tB+vPSUoxgUBt9juXIlNJHtBMy8jkXzUJSBzeHWdBu6lhzHqCvLVkXFGsFIlNa2ln1sQHya/gzaFmB2Lg==} dependencies: hey-listen: 1.0.8 tslib: 2.3.0 dev: false - /styled-jsx/3.3.2_react@17.0.2: + /styled-jsx@3.3.2(react@17.0.2): resolution: {integrity: sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==} peerDependencies: react: 15.x.x || 16.x.x || 17.x.x @@ -21331,10 +23364,10 @@ packages: source-map: 0.7.3 string-hash: 1.1.3 stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 + stylis-rule-sheet: 0.0.10(stylis@3.5.4) dev: false - /stylehacks/4.0.3: + /stylehacks@4.0.3: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: @@ -21343,7 +23376,7 @@ packages: postcss-selector-parser: 3.1.2 dev: false - /stylehacks/5.0.1_postcss@8.3.5: + /stylehacks@5.0.1(postcss@8.3.5): resolution: {integrity: sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -21353,7 +23386,7 @@ packages: postcss: 8.3.5 postcss-selector-parser: 6.0.6 - /stylis-rule-sheet/0.0.10_stylis@3.5.4: + /stylis-rule-sheet@0.0.10(stylis@3.5.4): resolution: {integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==} peerDependencies: stylis: ^3.5.0 @@ -21361,15 +23394,15 @@ packages: stylis: 3.5.4 dev: false - /stylis/3.5.4: + /stylis@3.5.4: resolution: {integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==} dev: false - /stylis/4.0.10: + /stylis@4.0.10: resolution: {integrity: sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==} dev: false - /sucrase/3.18.2: + /sucrase@3.18.2: resolution: {integrity: sha512-xCFP35OA6uAtBUVB8jPSftiR2Udjh0d9JkQnUOYppILpN4rBSk0yxiy67GVzD3XsFGIB6LlyIfhCABtwlopMSw==} engines: {node: '>=8'} hasBin: true @@ -21381,44 +23414,48 @@ packages: pirates: 4.0.1 ts-interface-checker: 0.1.13 - /supports-color/2.0.0: + /sudo-prompt@9.2.1: + resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} + dev: false + + /supports-color@2.0.0: resolution: {integrity: sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=} engines: {node: '>=0.8.0'} dev: true - /supports-color/3.2.3: + /supports-color@3.2.3: resolution: {integrity: sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=} engines: {node: '>=0.8.0'} dependencies: has-flag: 1.0.0 dev: true - /supports-color/5.5.0: + /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} dependencies: has-flag: 3.0.0 - /supports-color/6.1.0: + /supports-color@6.1.0: resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} engines: {node: '>=6'} dependencies: has-flag: 3.0.0 dev: false - /supports-color/7.2.0: + /supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 - /supports-color/8.1.1: + /supports-color@8.1.1: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} dependencies: has-flag: 4.0.0 - /supports-hyperlinks/1.0.1: + /supports-hyperlinks@1.0.1: resolution: {integrity: sha512-HHi5kVSefKaJkGYXbDuKbUGRVxqnWGn3J2e39CYcNJEfWciGq2zYtOhXLTlvrOZW1QU7VX67w7fMmWafHX9Pfw==} engines: {node: '>=4'} dependencies: @@ -21426,18 +23463,18 @@ packages: supports-color: 5.5.0 dev: true - /supports-hyperlinks/2.2.0: + /supports-hyperlinks@2.2.0: resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 - /svg-parser/2.0.4: + /svg-parser@2.0.4: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} dev: false - /svgo/1.3.2: + /svgo@1.3.2: resolution: {integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==} engines: {node: '>=4.0.0'} hasBin: true @@ -21457,7 +23494,7 @@ packages: util.promisify: 1.0.1 dev: false - /svgo/2.3.0: + /svgo@2.3.0: resolution: {integrity: sha512-fz4IKjNO6HDPgIQxu4IxwtubtbSfGEAJUq/IXyTPIkGhWck/faiiwfkvsB8LnBkKLvSoyNNIY6d13lZprJMc9Q==} engines: {node: '>=10.13.0'} hasBin: true @@ -21470,16 +23507,16 @@ packages: csso: 4.2.0 stable: 0.1.8 - /swap-case/2.0.2: + /swap-case@2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} dependencies: tslib: 2.3.0 dev: false - /symbol-tree/3.2.4: + /symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - /table/6.7.1: + /table@6.7.1: resolution: {integrity: sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==} engines: {node: '>=10.0.0'} dependencies: @@ -21491,23 +23528,23 @@ packages: strip-ansi: 6.0.0 dev: false - /taketalk/1.0.0: + /taketalk@1.0.0: resolution: {integrity: sha1-tNTw3u0gauffd1sSnqLKbeUvJt0=} dependencies: get-stdin: 4.0.1 minimist: 1.2.5 dev: true - /tapable/1.1.3: + /tapable@1.1.3: resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} engines: {node: '>=6'} - /tapable/2.2.0: + /tapable@2.2.0: resolution: {integrity: sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==} engines: {node: '>=6'} dev: false - /tar-fs/2.1.1: + /tar-fs@2.1.1: resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} dependencies: chownr: 1.1.4 @@ -21516,7 +23553,7 @@ packages: tar-stream: 2.2.0 dev: true - /tar-stream/2.2.0: + /tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} engines: {node: '>=6'} dependencies: @@ -21527,7 +23564,7 @@ packages: readable-stream: 3.6.0 dev: true - /tar/6.1.0: + /tar@6.1.0: resolution: {integrity: sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==} engines: {node: '>= 10'} dependencies: @@ -21539,7 +23576,7 @@ packages: yallist: 4.0.0 dev: false - /taskkill/3.1.0: + /taskkill@3.1.0: resolution: {integrity: sha512-5KcOFzPvd1nGFVrmB7H4+QAWVjYOf//+QTbOj0GpXbqtqbKGWVczG+rq6VhXAtdtlKLTs16NAmHRyF5vbggQ2w==} engines: {node: '>=8'} dependencies: @@ -21547,11 +23584,16 @@ packages: execa: 3.4.0 dev: true - /temp-dir/1.0.0: + /temp-dir@1.0.0: resolution: {integrity: sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=} engines: {node: '>=4'} - /temp-write/2.1.0: + /temp-dir@2.0.0: + resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} + engines: {node: '>=8'} + dev: false + + /temp-write@2.1.0: resolution: {integrity: sha1-WYkJGODvCdVIqqNC9L00CdhATpY=} engines: {node: '>=0.10.0'} dependencies: @@ -21563,7 +23605,7 @@ packages: uuid: 2.0.3 dev: true - /temp-write/4.0.0: + /temp-write@4.0.0: resolution: {integrity: sha512-HIeWmj77uOOHb0QX7siN3OtwV3CTntquin6TNVg6SHOqCP3hYKmox90eeFOGaY1MqJ9WYDDjkyZrW6qS5AWpbw==} engines: {node: '>=8'} dependencies: @@ -21574,7 +23616,14 @@ packages: uuid: 3.4.0 dev: true - /tempy/0.3.0: + /temp@0.8.4: + resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} + engines: {node: '>=6.0.0'} + dependencies: + rimraf: 2.6.3 + dev: false + + /tempy@0.3.0: resolution: {integrity: sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==} engines: {node: '>=8'} dependencies: @@ -21583,24 +23632,24 @@ packages: unique-string: 1.0.0 dev: false - /term-size/1.2.0: + /term-size@1.2.0: resolution: {integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=} engines: {node: '>=4'} dependencies: execa: 0.7.0 - /term-size/2.2.1: + /term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} - /terminal-link/2.1.1: + /terminal-link@2.1.1: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} dependencies: ansi-escapes: 4.3.2 supports-hyperlinks: 2.2.0 - /terser-webpack-plugin/1.4.5_webpack@4.44.2: + /terser-webpack-plugin@1.4.5(webpack@4.44.2): resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -21618,7 +23667,7 @@ packages: worker-farm: 1.7.0 dev: false - /terser-webpack-plugin/1.4.5_webpack@4.46.0: + /terser-webpack-plugin@1.4.5(webpack@4.46.0): resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -21636,7 +23685,7 @@ packages: worker-farm: 1.7.0 dev: true - /terser-webpack-plugin/4.2.3_webpack@4.44.2: + /terser-webpack-plugin@4.2.3(webpack@4.44.2): resolution: {integrity: sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -21652,9 +23701,11 @@ packages: terser: 5.7.0 webpack: 4.44.2 webpack-sources: 1.4.3 + transitivePeerDependencies: + - bluebird dev: false - /terser-webpack-plugin/5.1.3_webpack@5.39.1: + /terser-webpack-plugin@5.1.3(webpack@5.39.1): resolution: {integrity: sha512-cxGbMqr6+A2hrIB5ehFIF+F/iST5ZOxvOmy9zih9ySbP1C2oEWQSOUS+2SNBTjzx5xLKO4xnod9eywdfq1Nb9A==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -21669,26 +23720,39 @@ packages: webpack: 5.39.1 dev: false - /terser/4.8.0: + /terser@4.8.0: resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: + acorn: 8.11.3 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.19 - /terser/5.7.0: + /terser@5.27.1: + resolution: {integrity: sha512-29wAr6UU/oQpnTw5HoadwjUZnFQXGdOfj0LjZ4sVxzqwHh/QVkvr7m8y9WoR4iN3FRitVduTc6KdjcW38Npsug==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.5 + acorn: 8.11.3 + commander: 2.20.3 + source-map-support: 0.5.21 + dev: false + + /terser@5.7.0: resolution: {integrity: sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==} engines: {node: '>=10'} hasBin: true dependencies: + acorn: 8.11.3 commander: 2.20.3 source-map: 0.7.3 source-map-support: 0.5.19 dev: false - /test-exclude/6.0.0: + /test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} dependencies: @@ -21696,156 +23760,157 @@ packages: glob: 7.1.7 minimatch: 3.0.4 - /text-table/0.2.0: + /text-table@0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} - /textextensions/2.6.0: + /textextensions@2.6.0: resolution: {integrity: sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ==} engines: {node: '>=0.8'} dev: true - /thenify-all/1.6.0: + /thenify-all@1.6.0: resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} engines: {node: '>=0.8'} dependencies: thenify: 3.3.1 - /thenify/3.3.1: + /thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} dependencies: any-promise: 1.3.0 - /throat/5.0.0: + /throat@5.0.0: resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} - /throttle-debounce/3.0.1: + /throttle-debounce@3.0.1: resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} engines: {node: '>=10'} dev: false - /through/2.3.8: - resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} - dev: true - - /through2/2.0.5: + /through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: readable-stream: 2.3.7 xtend: 4.0.2 - /through2/3.0.2: + /through2@3.0.2: resolution: {integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==} dependencies: inherits: 2.0.4 readable-stream: 3.6.0 dev: true - /thunky/1.1.0: + /through@2.3.8: + resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + dev: true + + /thunky@1.1.0: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} dev: false - /timed-out/4.0.1: + /timed-out@4.0.1: resolution: {integrity: sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=} engines: {node: '>=0.10.0'} dev: true - /timers-browserify/2.0.12: + /timers-browserify@2.0.12: resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} engines: {node: '>=0.6.0'} dependencies: setimmediate: 1.0.5 - /timsort/0.3.0: + /timsort@0.3.0: resolution: {integrity: sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=} - /tiny-emitter/2.1.0: + /tiny-emitter@2.1.0: resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} + requiresBuild: true dev: false optional: true - /tiny-invariant/1.1.0: + /tiny-invariant@1.1.0: resolution: {integrity: sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw==} dev: false - /tiny-lru/7.0.6: + /tiny-lru@7.0.6: resolution: {integrity: sha512-zNYO0Kvgn5rXzWpL0y3RS09sMK67eGaQj9805jlK9G6pSadfriTczzLHFXa/xcW4mIRfmlB9HyQ/+SgL0V1uow==} engines: {node: '>=6'} - /tiny-warning/1.0.3: + /tiny-warning@1.0.3: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} dev: false - /tinycolor2/1.4.2: + /tinycolor2@1.4.2: resolution: {integrity: sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==} dev: false - /title-case/3.0.3: + /title-case@3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} dependencies: tslib: 2.3.0 dev: false - /tmp-promise/3.0.2: + /tmp-promise@3.0.2: resolution: {integrity: sha512-OyCLAKU1HzBjL6Ev3gxUeraJNlbNingmi8IrHHEsYH8LTmEuhvYfqvhn2F/je+mjf4N58UmZ96OMEy1JanSCpA==} dependencies: tmp: 0.2.1 dev: true - /tmp/0.0.33: + /tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 dev: true - /tmp/0.1.0: + /tmp@0.1.0: resolution: {integrity: sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==} engines: {node: '>=6'} dependencies: rimraf: 2.7.1 dev: true - /tmp/0.2.1: + /tmp@0.2.1: resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} engines: {node: '>=8.17.0'} dependencies: rimraf: 3.0.2 dev: true - /tmpl/1.0.4: + /tmpl@1.0.4: resolution: {integrity: sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=} - /to-arraybuffer/1.0.1: + /to-arraybuffer@1.0.1: resolution: {integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=} - /to-fast-properties/2.0.0: + /to-fast-properties@2.0.0: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} - /to-object-path/0.3.0: + /to-object-path@0.3.0: resolution: {integrity: sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /to-readable-stream/1.0.0: + /to-readable-stream@1.0.0: resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==} engines: {node: '>=6'} - /to-regex-range/2.1.1: + /to-regex-range@2.1.1: resolution: {integrity: sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=} engines: {node: '>=0.10.0'} dependencies: is-number: 3.0.0 repeat-string: 1.6.1 - /to-regex-range/5.0.1: + /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 - /to-regex/3.0.2: + /to-regex@3.0.2: resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} engines: {node: '>=0.10.0'} dependencies: @@ -21854,15 +23919,15 @@ packages: regex-not: 1.0.2 safe-regex: 1.1.0 - /toggle-selection/1.0.6: + /toggle-selection@1.0.6: resolution: {integrity: sha1-bkWxJj8gF/oKzH2J14sVuL932jI=} dev: false - /toidentifier/1.0.0: + /toidentifier@1.0.0: resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} engines: {node: '>=0.6'} - /token-types/2.1.1: + /token-types@2.1.1: resolution: {integrity: sha512-wnQcqlreS6VjthyHO3Y/kpK/emflxDBNhlNUPfh7wE39KnuDdOituXomIbyI79vBtF0Ninpkh72mcuRHo+RG3Q==} engines: {node: '>=0.1.98'} dependencies: @@ -21870,17 +23935,17 @@ packages: ieee754: 1.2.1 dev: true - /totalist/1.1.0: + /totalist@1.1.0: resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} engines: {node: '>=6'} - /touch/3.1.0: + /touch@3.1.0: resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} hasBin: true dependencies: nopt: 1.0.10 - /tough-cookie/4.0.0: + /tough-cookie@4.0.0: resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} engines: {node: '>=6'} dependencies: @@ -21888,76 +23953,76 @@ packages: punycode: 2.1.1 universalify: 0.1.2 - /tr46/1.0.1: + /tr46@1.0.1: resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=} dependencies: punycode: 2.1.1 dev: false - /tr46/2.1.0: + /tr46@2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} dependencies: punycode: 2.1.1 - /tree-kill/1.2.2: + /tree-kill@1.2.2: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true - /treeify/1.1.0: + /treeify@1.1.0: resolution: {integrity: sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==} engines: {node: '>=0.6'} dev: true - /trim-newlines/1.0.0: + /trim-newlines@1.0.0: resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=} engines: {node: '>=0.10.0'} dev: true - /trim-newlines/3.0.1: + /trim-newlines@3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} dev: true - /trim-trailing-lines/1.1.4: + /trim-trailing-lines@1.1.4: resolution: {integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==} dev: false - /trim/0.0.1: + /trim@0.0.1: resolution: {integrity: sha1-WFhUf2spB1fulczMZm+1AITEYN0=} dev: false - /trough/1.0.5: + /trough@1.0.5: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} dev: false - /tryer/1.0.1: + /tryer@1.0.1: resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} dev: false - /ts-easing/0.2.0: + /ts-easing@0.2.0: resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==} dev: false - /ts-essentials/2.0.12: + /ts-essentials@2.0.12: resolution: {integrity: sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w==} dev: false - /ts-interface-checker/0.1.13: + /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-jest/26.5.6_jest@26.6.3+typescript@4.3.4: + /ts-jest@26.5.6(jest@26.6.3)(typescript@4.3.4): resolution: {integrity: sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==} engines: {node: '>= 10'} hasBin: true peerDependencies: - jest: '>=26 <27' - typescript: '>=3.8 <5.0' + jest: ^26.6.3 + typescript: ^4.2.4 dependencies: bs-logger: 0.2.6 buffer-from: 1.1.1 fast-json-stable-stringify: 2.1.0 - jest: 26.6.3 + jest: 26.6.3(bufferutil@4.0.3)(ts-node@9.1.1)(utf-8-validate@5.0.5) jest-util: 26.6.2 json5: 2.2.0 lodash: 4.17.21 @@ -21968,12 +24033,12 @@ packages: yargs-parser: 20.2.9 dev: false - /ts-node/9.1.1_typescript@4.3.4: + /ts-node@9.1.1(typescript@4.3.4): resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==} engines: {node: '>=10.0.0'} hasBin: true peerDependencies: - typescript: '>=2.7' + typescript: ^4.2.4 dependencies: arg: 4.1.3 create-require: 1.1.1 @@ -21983,7 +24048,7 @@ packages: typescript: 4.3.4 yn: 3.1.1 - /ts-pnp/1.2.0_typescript@4.3.4: + /ts-pnp@1.2.0(typescript@4.3.4): resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -21994,12 +24059,12 @@ packages: dependencies: typescript: 4.3.4 - /tsc-watch/4.4.0_typescript@4.3.4: + /tsc-watch@4.4.0(typescript@4.3.4): resolution: {integrity: sha512-+0Yey6ptOOXAnt44OKTk2/EnQnmA0auL7VWXm9d9abMS4tabt0Xdr9B4AK6OJbWAre9ZdLA81+Nk8sz9unptyA==} engines: {node: '>=8.17.0'} hasBin: true peerDependencies: - typescript: '*' + typescript: ^4.2.4 dependencies: cross-spawn: 7.0.3 node-cleanup: 2.1.2 @@ -22009,7 +24074,7 @@ packages: typescript: 4.3.4 dev: true - /tsconfig-paths/3.9.0: + /tsconfig-paths@3.9.0: resolution: {integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==} dependencies: '@types/json5': 0.0.29 @@ -22018,7 +24083,7 @@ packages: strip-bom: 3.0.0 dev: false - /tsconfig/7.0.0: + /tsconfig@7.0.0: resolution: {integrity: sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==} dependencies: '@types/strip-bom': 3.0.0 @@ -22027,57 +24092,29 @@ packages: strip-json-comments: 2.0.1 dev: true - /tslib/1.14.1: + /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib/2.0.3: + /tslib@2.0.3: resolution: {integrity: sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==} dev: false - /tslib/2.1.0: + /tslib@2.1.0: resolution: {integrity: sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==} dev: false - /tslib/2.2.0: + /tslib@2.2.0: resolution: {integrity: sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==} dev: false - /tslib/2.3.0: + /tslib@2.3.0: resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==} - /tsup/4.11.2_ts-node@9.1.1+typescript@4.3.4: - resolution: {integrity: sha512-cp+gy0TGzFm/3PkPNeiZ2Fvi4MKI8jj6Xq6gVpSQ+Og+6GPqfws2K4zYo11OJoccuk2LnlJIJt8xwnoYCVGpSA==} - hasBin: true - peerDependencies: - typescript: ^4.2.3 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - cac: 6.7.3 - chalk: 4.1.1 - chokidar: 3.5.2 - debug: 4.3.1 - esbuild: 0.12.9 - execa: 5.1.1 - globby: 11.0.4 - joycon: 3.0.1 - postcss-load-config: 3.1.0_ts-node@9.1.1 - resolve-from: 5.0.0 - rollup: 2.52.1 - sucrase: 3.18.2 - tree-kill: 1.2.2 - typescript: 4.3.4 - transitivePeerDependencies: - - supports-color - - ts-node - dev: false - - /tsup/4.11.2_typescript@4.3.4: + /tsup@4.11.2(ts-node@9.1.1)(typescript@4.3.4): resolution: {integrity: sha512-cp+gy0TGzFm/3PkPNeiZ2Fvi4MKI8jj6Xq6gVpSQ+Og+6GPqfws2K4zYo11OJoccuk2LnlJIJt8xwnoYCVGpSA==} hasBin: true peerDependencies: - typescript: ^4.2.3 + typescript: ^4.2.4 peerDependenciesMeta: typescript: optional: true @@ -22085,12 +24122,12 @@ packages: cac: 6.7.3 chalk: 4.1.1 chokidar: 3.5.2 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) esbuild: 0.12.9 execa: 5.1.1 globby: 11.0.4 joycon: 3.0.1 - postcss-load-config: 3.1.0 + postcss-load-config: 3.1.0(ts-node@9.1.1) resolve-from: 5.0.0 rollup: 2.52.1 sucrase: 3.18.2 @@ -22099,26 +24136,25 @@ packages: transitivePeerDependencies: - supports-color - ts-node - dev: true - /tsutils/3.21.0_typescript@4.3.4: + /tsutils@3.21.0(typescript@4.3.4): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + typescript: ^4.2.4 dependencies: tslib: 1.14.1 typescript: 4.3.4 dev: false - /tty-browserify/0.0.0: + /tty-browserify@0.0.0: resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} - /tty-browserify/0.0.1: + /tty-browserify@0.0.1: resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} dev: false - /tty-table/2.8.13: + /tty-table@2.8.13: resolution: {integrity: sha512-eVV/+kB6fIIdx+iUImhXrO22gl7f6VmmYh0Zbu6C196fe1elcHXd7U6LcLXu0YoVPc2kNesWiukYcdK8ZmJ6aQ==} engines: {node: '>=8.16.0'} hasBin: true @@ -22131,62 +24167,62 @@ packages: yargs: 15.4.1 dev: true - /tunnel-agent/0.6.0: + /tunnel-agent@0.6.0: resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} dependencies: safe-buffer: 5.2.1 dev: true - /type-check/0.3.2: + /type-check@0.3.2: resolution: {integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 - /type-check/0.4.0: + /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: false - /type-detect/4.0.8: + /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} - /type-fest/0.13.1: + /type-fest@0.13.1: resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} engines: {node: '>=10'} dev: true - /type-fest/0.20.2: + /type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} dev: false - /type-fest/0.21.3: + /type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} - /type-fest/0.3.1: + /type-fest@0.3.1: resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} engines: {node: '>=6'} dev: false - /type-fest/0.6.0: + /type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} - /type-fest/0.7.1: + /type-fest@0.7.1: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} dev: false - /type-fest/0.8.1: + /type-fest@0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} - /type-is/1.6.18: + /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} dependencies: @@ -22194,43 +24230,43 @@ packages: mime-types: 2.1.31 dev: false - /type/1.2.0: + /type@1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} dev: false - /type/2.5.0: + /type@2.5.0: resolution: {integrity: sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==} dev: false - /typedarray-to-buffer/3.1.5: + /typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: is-typedarray: 1.0.0 - /typedarray/0.0.6: + /typedarray@0.0.6: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} - /typedoc-default-themes/0.12.10: + /typedoc-default-themes@0.12.10: resolution: {integrity: sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==} engines: {node: '>= 8'} dev: false - /typedoc-plugin-markdown/3.10.0_typedoc@0.20.37: + /typedoc-plugin-markdown@3.10.0(typedoc@0.20.37): resolution: {integrity: sha512-FYset/F0zFuoTVn3ljUEH+CShMe95JPMnFOTFuqxJViztmgIIvGiygcQz2DKjdEv+fHTohrvjq30KGPkuv+6Qg==} engines: {node: '>= 12.20.0'} peerDependencies: typedoc: '>=0.21.0' dependencies: handlebars: 4.7.7 - typedoc: 0.20.37_typescript@4.3.4 + typedoc: 0.20.37(typescript@4.3.4) dev: false - /typedoc/0.20.37_typescript@4.3.4: + /typedoc@0.20.37(typescript@4.3.4): resolution: {integrity: sha512-9+qDhdc4X00qTNOtii6QX2z7ndAeWVOso7w3MPSoSJdXlVhpwPfm1yEp4ooKuWA9fiQILR8FKkyjmeqa13hBbw==} engines: {node: '>= 10.8.0'} hasBin: true peerDependencies: - typescript: 3.9.x || 4.0.x || 4.1.x || 4.2.x + typescript: ^4.2.4 dependencies: colors: 1.4.0 fs-extra: 9.1.0 @@ -22246,23 +24282,24 @@ packages: typescript: 4.3.4 dev: false - /typescript/4.3.4: + /typescript@4.3.4: resolution: {integrity: sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==} engines: {node: '>=4.2.0'} hasBin: true - /ua-parser-js/0.7.28: + /ua-parser-js@0.7.28: resolution: {integrity: sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==} dev: false - /uglify-js/3.13.9: + /uglify-js@3.13.9: resolution: {integrity: sha512-wZbyTQ1w6Y7fHdt8sJnHfSIuWeDgk6B5rCb4E/AM6QNNPbOMIZph21PW5dRB3h7Df0GszN+t7RuUH6sWK5bF0g==} engines: {node: '>=0.8.0'} hasBin: true + requiresBuild: true dev: false optional: true - /unbox-primitive/1.0.1: + /unbox-primitive@1.0.1: resolution: {integrity: sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==} dependencies: function-bind: 1.1.1 @@ -22270,17 +24307,19 @@ packages: has-symbols: 1.0.2 which-boxed-primitive: 1.0.2 - /unc-path-regex/0.1.2: + /unc-path-regex@0.1.2: resolution: {integrity: sha1-5z3T17DXxe2G+6xrCufYxqadUPo=} engines: {node: '>=0.10.0'} dev: false - /undefsafe/2.0.3: + /undefsafe@2.0.3(supports-color@5.5.0): resolution: {integrity: sha512-nrXZwwXrD/T/JXeygJqdCO6NZZ1L66HrxM/Z7mIq2oPanoN0F1nLx3lwJMu6AwJY69hdixaFQOuoYsMjE5/C2A==} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@5.5.0) + transitivePeerDependencies: + - supports-color - /under-pressure/5.7.0: + /under-pressure@5.7.0: resolution: {integrity: sha512-tR5fyBSB+4FqW5BzDXfLd9S7XbOV1ukRf0sOPu1ClJLKqjvqyF6LEEyaBkA8lMKyuLe2Pz72OHxV5zYGyd7N+w==} engines: {node: '>=10'} dependencies: @@ -22288,26 +24327,26 @@ packages: fastify-plugin: 3.0.0 dev: false - /undici/3.3.6: + /undici@3.3.6: resolution: {integrity: sha512-/j3YTZ5AobMB4ZrTY72mzM54uFUX32v0R/JRW9G2vOyF1uSKYAx+WT8dMsAcRS13TOFISv094TxIyWYk+WEPsA==} - /unfetch/4.2.0: + /unfetch@4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} dev: true - /unherit/1.1.3: + /unherit@1.1.3: resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==} dependencies: inherits: 2.0.4 xtend: 4.0.2 dev: false - /unicode-canonical-property-names-ecmascript/1.0.4: + /unicode-canonical-property-names-ecmascript@1.0.4: resolution: {integrity: sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==} engines: {node: '>=4'} dev: false - /unicode-match-property-ecmascript/1.0.4: + /unicode-match-property-ecmascript@1.0.4: resolution: {integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==} engines: {node: '>=4'} dependencies: @@ -22315,19 +24354,20 @@ packages: unicode-property-aliases-ecmascript: 1.1.0 dev: false - /unicode-match-property-value-ecmascript/1.2.0: + /unicode-match-property-value-ecmascript@1.2.0: resolution: {integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==} engines: {node: '>=4'} dev: false - /unicode-property-aliases-ecmascript/1.1.0: + /unicode-property-aliases-ecmascript@1.1.0: resolution: {integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==} engines: {node: '>=4'} dev: false - /unified/8.4.2: + /unified@8.4.2: resolution: {integrity: sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==} dependencies: + '@types/unist': 2.0.3 bail: 1.0.5 extend: 3.0.2 is-plain-obj: 2.1.0 @@ -22335,9 +24375,10 @@ packages: vfile: 4.2.1 dev: false - /unified/9.2.0: + /unified@9.2.0: resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==} dependencies: + '@types/unist': 2.0.3 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 @@ -22346,7 +24387,7 @@ packages: vfile: 4.2.1 dev: false - /union-value/1.0.1: + /union-value@1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} dependencies: @@ -22355,78 +24396,78 @@ packages: is-extendable: 0.1.1 set-value: 2.0.1 - /uniq/1.0.1: + /uniq@1.0.1: resolution: {integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=} dev: false - /uniqs/2.0.0: + /uniqs@2.0.0: resolution: {integrity: sha1-/+3ks2slKQaW5uFl1KWe25mOawI=} - /unique-filename/1.1.1: + /unique-filename@1.1.1: resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} dependencies: unique-slug: 2.0.2 - /unique-slug/2.0.2: + /unique-slug@2.0.2: resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} dependencies: imurmurhash: 0.1.4 - /unique-string/1.0.0: + /unique-string@1.0.0: resolution: {integrity: sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=} engines: {node: '>=4'} dependencies: crypto-random-string: 1.0.0 dev: false - /unique-string/2.0.0: + /unique-string@2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} dependencies: crypto-random-string: 2.0.0 - /unist-builder/2.0.3: + /unist-builder@2.0.3: resolution: {integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==} dev: false - /unist-util-generated/1.1.6: + /unist-util-generated@1.1.6: resolution: {integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==} dev: false - /unist-util-is/4.1.0: + /unist-util-is@4.1.0: resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==} dev: false - /unist-util-position/3.1.0: + /unist-util-position@3.1.0: resolution: {integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==} dev: false - /unist-util-remove-position/2.0.1: + /unist-util-remove-position@2.0.1: resolution: {integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==} dependencies: unist-util-visit: 2.0.3 dev: false - /unist-util-remove/2.1.0: + /unist-util-remove@2.1.0: resolution: {integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==} dependencies: unist-util-is: 4.1.0 dev: false - /unist-util-stringify-position/2.0.3: + /unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} dependencies: '@types/unist': 2.0.3 dev: false - /unist-util-visit-parents/3.1.1: + /unist-util-visit-parents@3.1.1: resolution: {integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==} dependencies: '@types/unist': 2.0.3 unist-util-is: 4.1.0 dev: false - /unist-util-visit/2.0.3: + /unist-util-visit@2.0.3: resolution: {integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==} dependencies: '@types/unist': 2.0.3 @@ -22434,62 +24475,73 @@ packages: unist-util-visit-parents: 3.1.1 dev: false - /universal-user-agent/6.0.0: + /universal-user-agent@6.0.0: resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} dev: true - /universalify/0.1.2: + /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} - /universalify/2.0.0: + /universalify@2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} - /unixify/1.0.0: + /unixify@1.0.0: resolution: {integrity: sha1-OmQcjC/7zk2mg6XHDwOkYpQMIJA=} engines: {node: '>=0.10.0'} dependencies: normalize-path: 2.1.1 dev: false - /unpipe/1.0.0: + /unpipe@1.0.0: resolution: {integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=} engines: {node: '>= 0.8'} dev: false - /unquote/1.1.1: + /unquote@1.1.1: resolution: {integrity: sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=} dev: false - /unset-value/1.0.0: + /unset-value@1.0.0: resolution: {integrity: sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=} engines: {node: '>=0.10.0'} dependencies: has-value: 0.3.1 isobject: 3.0.1 - /untildify/3.0.3: + /untildify@3.0.3: resolution: {integrity: sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==} engines: {node: '>=4'} dev: true - /unzip-response/2.0.1: + /unzip-response@2.0.1: resolution: {integrity: sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=} engines: {node: '>=4'} dev: true - /upath/1.2.0: + /upath@1.2.0: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} - /update-check/1.5.2: + /update-browserslist-db@1.0.13(browserslist@4.23.0): + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.23.0 + escalade: 3.1.1 + picocolors: 1.0.0 + dev: false + + /update-check@1.5.2: resolution: {integrity: sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==} dependencies: registry-auth-token: 3.3.2 registry-url: 3.1.0 - /update-notifier/4.1.3: + /update-notifier@4.1.3: resolution: {integrity: sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==} engines: {node: '>=8'} dependencies: @@ -22507,7 +24559,7 @@ packages: semver-diff: 3.1.1 xdg-basedir: 4.0.0 - /update-notifier/5.1.0: + /update-notifier@5.1.0: resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==} engines: {node: '>=10'} dependencies: @@ -22527,28 +24579,28 @@ packages: xdg-basedir: 4.0.0 dev: false - /upper-case-first/2.0.2: + /upper-case-first@2.0.2: resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} dependencies: tslib: 2.3.0 dev: false - /upper-case/2.0.2: + /upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} dependencies: tslib: 2.3.0 dev: false - /uri-js/4.4.1: + /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.1.1 - /urix/0.1.0: + /urix@0.1.0: resolution: {integrity: sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=} deprecated: Please see https://github.com/lydell/urix#deprecated - /url-loader/4.1.1_file-loader@6.1.1+webpack@4.44.2: + /url-loader@4.1.1(file-loader@6.1.1)(webpack@4.44.2): resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -22558,30 +24610,14 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.1.1_webpack@4.44.2 + file-loader: 6.1.1(webpack@4.44.2) loader-utils: 2.0.0 mime-types: 2.1.31 schema-utils: 3.0.0 webpack: 4.44.2 dev: false - /url-loader/4.1.1_file-loader@6.2.0: - resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} - engines: {node: '>= 10.13.0'} - peerDependencies: - file-loader: '*' - webpack: ^4.0.0 || ^5.0.0 - peerDependenciesMeta: - file-loader: - optional: true - dependencies: - file-loader: 6.2.0 - loader-utils: 2.0.0 - mime-types: 2.1.31 - schema-utils: 3.0.0 - dev: false - - /url-loader/4.1.1_file-loader@6.2.0+webpack@5.39.1: + /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.39.1): resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -22591,44 +24627,44 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0_webpack@5.39.1 + file-loader: 6.2.0(webpack@5.39.1) loader-utils: 2.0.0 mime-types: 2.1.31 schema-utils: 3.0.0 webpack: 5.39.1 dev: false - /url-parse-lax/1.0.0: + /url-parse-lax@1.0.0: resolution: {integrity: sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=} engines: {node: '>=0.10.0'} dependencies: prepend-http: 1.0.4 dev: true - /url-parse-lax/3.0.0: + /url-parse-lax@3.0.0: resolution: {integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=} engines: {node: '>=4'} dependencies: prepend-http: 2.0.0 - /url-parse/1.5.1: + /url-parse@1.5.1: resolution: {integrity: sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==} dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - /url-to-options/1.0.1: + /url-to-options@1.0.1: resolution: {integrity: sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=} engines: {node: '>= 4'} dev: true - /url/0.11.0: + /url@0.11.0: resolution: {integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=} dependencies: punycode: 1.3.2 querystring: 0.2.0 - /use-callback-ref/1.2.5_189cc19b8edfe5959338b863f6e5c247: + /use-callback-ref@1.2.5(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-gN3vgMISAgacF7sqsLPByqoePooY3n2emTH59Ur5d/M8eg4WTWu1xp8i8DHjohftIyEx0S08RiYxbffr4j8Peg==} engines: {node: '>=8.5.0'} peerDependencies: @@ -22642,7 +24678,7 @@ packages: react: 17.0.2 dev: false - /use-composed-ref/1.1.0_react@17.0.2: + /use-composed-ref@1.1.0(react@17.0.2): resolution: {integrity: sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -22651,7 +24687,7 @@ packages: ts-essentials: 2.0.12 dev: false - /use-error-boundary/2.0.4_react@17.0.2: + /use-error-boundary@2.0.4(react@17.0.2): resolution: {integrity: sha512-bBDGoJSrdWCAQdjGKQHT7+j5iTQwqT2v6j1LROfvu1N9PoE9X0kJFzWp5dbr+lnoDMQSeeDj8MgUO0jtbDeNcg==} peerDependencies: react: ^16.13.1 @@ -22659,7 +24695,7 @@ packages: react: 17.0.2 dev: false - /use-isomorphic-layout-effect/1.1.1_189cc19b8edfe5959338b863f6e5c247: + /use-isomorphic-layout-effect@1.1.1(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==} peerDependencies: '@types/react': '*' @@ -22672,7 +24708,7 @@ packages: react: 17.0.2 dev: false - /use-latest/1.2.0_189cc19b8edfe5959338b863f6e5c247: + /use-latest@1.2.0(@types/react@17.0.11)(react@17.0.2): resolution: {integrity: sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw==} peerDependencies: '@types/react': '*' @@ -22683,10 +24719,10 @@ packages: dependencies: '@types/react': 17.0.11 react: 17.0.2 - use-isomorphic-layout-effect: 1.1.1_189cc19b8edfe5959338b863f6e5c247 + use-isomorphic-layout-effect: 1.1.1(@types/react@17.0.11)(react@17.0.2) dev: false - /use-sidecar/1.0.5_react@17.0.2: + /use-sidecar@1.0.5(react@17.0.2): resolution: {integrity: sha512-k9jnrjYNwN6xYLj1iaGhonDghfvmeTmYjAiGvOr7clwKfPjMXJf4/HOr7oT5tJwYafgp2tG2l3eZEOfoELiMcA==} engines: {node: '>=8.5.0'} peerDependencies: @@ -22697,7 +24733,7 @@ packages: tslib: 1.14.1 dev: false - /use-subscription/1.5.1_react@17.0.2: + /use-subscription@1.5.1(react@17.0.2): resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -22706,28 +24742,27 @@ packages: react: 17.0.2 dev: false - /use/3.1.1: + /use@3.1.1: resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} engines: {node: '>=0.10.0'} - /utf-8-validate/5.0.5: + /utf-8-validate@5.0.5: resolution: {integrity: sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==} requiresBuild: true dependencies: node-gyp-build: 4.2.3 - dev: false - /util-deprecate/1.0.2: + /util-deprecate@1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} - /util.promisify/1.0.0: + /util.promisify@1.0.0: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: define-properties: 1.1.3 object.getownpropertydescriptors: 2.1.2 dev: false - /util.promisify/1.0.1: + /util.promisify@1.0.1: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: define-properties: 1.1.3 @@ -22736,17 +24771,17 @@ packages: object.getownpropertydescriptors: 2.1.2 dev: false - /util/0.10.3: + /util@0.10.3: resolution: {integrity: sha1-evsa/lCAUkZInj23/g7TeTNqwPk=} dependencies: inherits: 2.0.1 - /util/0.11.1: + /util@0.11.1: resolution: {integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==} dependencies: inherits: 2.0.3 - /util/0.12.3: + /util@0.12.3: resolution: {integrity: sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==} dependencies: inherits: 2.0.4 @@ -22757,40 +24792,41 @@ packages: which-typed-array: 1.1.4 dev: false - /utila/0.4.0: + /utila@0.4.0: resolution: {integrity: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=} dev: false - /utility-types/3.10.0: + /utility-types@3.10.0: resolution: {integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==} engines: {node: '>= 4'} dev: false - /utils-merge/1.0.1: + /utils-merge@1.0.1: resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} engines: {node: '>= 0.4.0'} dev: false - /uuid/2.0.3: + /uuid@2.0.3: resolution: {integrity: sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho=} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. dev: true - /uuid/3.4.0: + /uuid@3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true - /uuid/8.3.2: + /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true + requiresBuild: true optional: true - /v8-compile-cache/2.3.0: + /v8-compile-cache@2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} dev: false - /v8-to-istanbul/7.1.2: + /v8-to-istanbul@7.1.2: resolution: {integrity: sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==} engines: {node: '>=10.10.0'} dependencies: @@ -22798,40 +24834,40 @@ packages: convert-source-map: 1.8.0 source-map: 0.7.3 - /validate-npm-package-license/3.0.4: + /validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 - /value-equal/1.0.1: + /value-equal@1.0.1: resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==} dev: false - /value-or-promise/1.0.6: + /value-or-promise@1.0.6: resolution: {integrity: sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg==} engines: {node: '>=12'} dev: false - /vary/1.1.2: + /vary@1.1.2: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} - /vendors/1.0.4: + /vendors@1.0.4: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} - /vfile-location/3.2.0: + /vfile-location@3.2.0: resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==} dev: false - /vfile-message/2.0.4: + /vfile-message@2.0.4: resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==} dependencies: '@types/unist': 2.0.3 unist-util-stringify-position: 2.0.3 dev: false - /vfile/4.2.1: + /vfile@4.2.1: resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==} dependencies: '@types/unist': 2.0.3 @@ -22840,7 +24876,7 @@ packages: vfile-message: 2.0.4 dev: false - /vinyl-file/3.0.0: + /vinyl-file@3.0.0: resolution: {integrity: sha1-sQTZ5ECf+jJfqt1SBkLQo7SIs2U=} engines: {node: '>=4'} dependencies: @@ -22851,7 +24887,7 @@ packages: vinyl: 2.2.1 dev: true - /vinyl/2.2.1: + /vinyl@2.2.1: resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} engines: {node: '>= 0.10'} dependencies: @@ -22863,34 +24899,38 @@ packages: replace-ext: 1.0.1 dev: true - /vm-browserify/1.1.2: + /vlq@1.0.1: + resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} + dev: false + + /vm-browserify@1.1.2: resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} - /vscode-textmate/5.4.0: + /vscode-textmate@5.4.0: resolution: {integrity: sha512-c0Q4zYZkcLizeYJ3hNyaVUM2AA8KDhNCA3JvXY8CeZSJuBdAy3bAvSbv46RClC4P3dSO9BdwhnKEx2zOo6vP/w==} dev: false - /w3c-hr-time/1.0.2: + /w3c-hr-time@1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} dependencies: browser-process-hrtime: 1.0.0 - /w3c-xmlserializer/2.0.0: + /w3c-xmlserializer@2.0.0: resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} engines: {node: '>=10'} dependencies: xml-name-validator: 3.0.0 - /wait-for-expect/3.0.2: + /wait-for-expect@3.0.2: resolution: {integrity: sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag==} dev: false - /wait-on/5.3.0: + /wait-on@5.3.0: resolution: {integrity: sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg==} engines: {node: '>=8.9.0'} hasBin: true dependencies: - axios: 0.21.1 + axios: 0.21.1(debug@3.2.7) joi: 17.4.0 lodash: 4.17.21 minimist: 1.2.5 @@ -22898,24 +24938,27 @@ packages: transitivePeerDependencies: - debug - /walker/1.0.7: + /walker@1.0.7: resolution: {integrity: sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=} dependencies: makeerror: 1.0.11 - /warning/4.0.3: + /warning@4.0.3: resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} dependencies: loose-envify: 1.4.0 dev: false - /watchpack-chokidar2/2.0.1: + /watchpack-chokidar2@2.0.1: resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==} + requiresBuild: true dependencies: chokidar: 2.1.8 + transitivePeerDependencies: + - supports-color optional: true - /watchpack/1.7.5: + /watchpack@1.7.5: resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} dependencies: graceful-fs: 4.2.6 @@ -22923,8 +24966,10 @@ packages: optionalDependencies: chokidar: 3.5.2 watchpack-chokidar2: 2.0.1 + transitivePeerDependencies: + - supports-color - /watchpack/2.1.1: + /watchpack@2.1.1: resolution: {integrity: sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==} engines: {node: '>=10.13.0'} dependencies: @@ -22932,7 +24977,7 @@ packages: graceful-fs: 4.2.6 dev: false - /watchpack/2.2.0: + /watchpack@2.2.0: resolution: {integrity: sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==} engines: {node: '>=10.13.0'} dependencies: @@ -22940,39 +24985,38 @@ packages: graceful-fs: 4.2.6 dev: false - /wbuf/1.7.3: + /wbuf@1.7.3: resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==} dependencies: minimalistic-assert: 1.0.1 dev: false - /wcwidth/1.0.1: + /wcwidth@1.0.1: resolution: {integrity: sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=} dependencies: defaults: 1.0.3 - dev: true - /web-namespaces/1.1.4: + /web-namespaces@1.1.4: resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==} dev: false - /web-vitals/1.1.2: + /web-vitals@1.1.2: resolution: {integrity: sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==} dev: false - /webidl-conversions/4.0.2: + /webidl-conversions@4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} dev: false - /webidl-conversions/5.0.0: + /webidl-conversions@5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} - /webidl-conversions/6.1.0: + /webidl-conversions@6.1.0: resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} engines: {node: '>=10.4'} - /webpack-bundle-analyzer/4.4.2: + /webpack-bundle-analyzer@4.4.2(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==} engines: {node: '>= 10.13.0'} hasBin: true @@ -22985,12 +25029,12 @@ packages: lodash: 4.17.21 opener: 1.5.2 sirv: 1.0.12 - ws: 7.5.0 + ws: 7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5) transitivePeerDependencies: - bufferutil - utf-8-validate - /webpack-dev-middleware/3.7.3_webpack@4.44.2: + /webpack-dev-middleware@3.7.3(webpack@4.44.2): resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} engines: {node: '>= 6'} peerDependencies: @@ -23004,7 +25048,7 @@ packages: webpack-log: 2.0.0 dev: false - /webpack-dev-middleware/3.7.3_webpack@5.39.1: + /webpack-dev-middleware@3.7.3(webpack@5.39.1): resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} engines: {node: '>= 6'} peerDependencies: @@ -23018,7 +25062,7 @@ packages: webpack-log: 2.0.0 dev: false - /webpack-dev-server/3.11.1_webpack@4.44.2: + /webpack-dev-server@3.11.1(bufferutil@4.0.3)(utf-8-validate@5.0.5)(webpack@4.44.2): resolution: {integrity: sha512-u4R3mRzZkbxQVa+MBWi2uVpB5W59H3ekZAJsQlKUTdl7Elcah2EhygTPLmeFXybQkf9i2+L0kn7ik9SnXa6ihQ==} engines: {node: '>= 6.11.5'} hasBin: true @@ -23031,14 +25075,14 @@ packages: dependencies: ansi-html: 0.0.7 bonjour: 3.5.0 - chokidar: 2.1.8 - compression: 1.7.4 + chokidar: 2.1.8(supports-color@6.1.0) + compression: 1.7.4(supports-color@6.1.0) connect-history-api-fallback: 1.6.0 - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.1(supports-color@6.1.0) del: 4.1.1 - express: 4.17.1 + express: 4.17.1(supports-color@6.1.0) html-entities: 1.4.0 - http-proxy-middleware: 0.19.1_debug@4.3.1 + http-proxy-middleware: 0.19.1(debug@4.3.1)(supports-color@6.1.0) import-local: 2.0.0 internal-ip: 4.3.0 ip: 1.1.5 @@ -23047,25 +25091,28 @@ packages: loglevel: 1.7.1 opn: 5.5.0 p-retry: 3.0.1 - portfinder: 1.0.28 + portfinder: 1.0.28(supports-color@6.1.0) schema-utils: 1.0.0 selfsigned: 1.10.11 semver: 6.3.0 - serve-index: 1.9.1 + serve-index: 1.9.1(supports-color@6.1.0) sockjs: 0.3.21 - sockjs-client: 1.5.1 - spdy: 4.0.2_supports-color@6.1.0 + sockjs-client: 1.5.1(supports-color@6.1.0) + spdy: 4.0.2(supports-color@6.1.0) strip-ansi: 3.0.1 supports-color: 6.1.0 url: 0.11.0 webpack: 4.44.2 - webpack-dev-middleware: 3.7.3_webpack@4.44.2 + webpack-dev-middleware: 3.7.3(webpack@4.44.2) webpack-log: 2.0.0 - ws: 6.2.2 + ws: 6.2.2(bufferutil@4.0.3)(utf-8-validate@5.0.5) yargs: 13.3.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate dev: false - /webpack-dev-server/3.11.2_webpack@5.39.1: + /webpack-dev-server@3.11.2(bufferutil@4.0.3)(utf-8-validate@5.0.5)(webpack@5.39.1): resolution: {integrity: sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==} engines: {node: '>= 6.11.5'} hasBin: true @@ -23078,14 +25125,14 @@ packages: dependencies: ansi-html: 0.0.7 bonjour: 3.5.0 - chokidar: 2.1.8 - compression: 1.7.4 + chokidar: 2.1.8(supports-color@6.1.0) + compression: 1.7.4(supports-color@6.1.0) connect-history-api-fallback: 1.6.0 - debug: 4.3.1_supports-color@6.1.0 + debug: 4.3.1(supports-color@6.1.0) del: 4.1.1 - express: 4.17.1 + express: 4.17.1(supports-color@6.1.0) html-entities: 1.4.0 - http-proxy-middleware: 0.19.1_debug@4.3.1 + http-proxy-middleware: 0.19.1(debug@4.3.1)(supports-color@6.1.0) import-local: 2.0.0 internal-ip: 4.3.0 ip: 1.1.5 @@ -23094,25 +25141,28 @@ packages: loglevel: 1.7.1 opn: 5.5.0 p-retry: 3.0.1 - portfinder: 1.0.28 + portfinder: 1.0.28(supports-color@6.1.0) schema-utils: 1.0.0 selfsigned: 1.10.11 semver: 6.3.0 - serve-index: 1.9.1 + serve-index: 1.9.1(supports-color@6.1.0) sockjs: 0.3.21 - sockjs-client: 1.5.1 - spdy: 4.0.2_supports-color@6.1.0 + sockjs-client: 1.5.1(supports-color@6.1.0) + spdy: 4.0.2(supports-color@6.1.0) strip-ansi: 3.0.1 supports-color: 6.1.0 url: 0.11.0 webpack: 5.39.1 - webpack-dev-middleware: 3.7.3_webpack@5.39.1 + webpack-dev-middleware: 3.7.3(webpack@5.39.1) webpack-log: 2.0.0 - ws: 6.2.2 + ws: 6.2.2(bufferutil@4.0.3)(utf-8-validate@5.0.5) yargs: 13.3.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate dev: false - /webpack-log/2.0.0: + /webpack-log@2.0.0: resolution: {integrity: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==} engines: {node: '>= 6'} dependencies: @@ -23120,7 +25170,7 @@ packages: uuid: 3.4.0 dev: false - /webpack-manifest-plugin/2.2.0_webpack@4.44.2: + /webpack-manifest-plugin@2.2.0(webpack@4.44.2): resolution: {integrity: sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==} engines: {node: '>=6.11.5'} peerDependencies: @@ -23133,7 +25183,7 @@ packages: webpack: 4.44.2 dev: false - /webpack-merge/5.8.0: + /webpack-merge@5.8.0: resolution: {integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==} engines: {node: '>=10.0.0'} dependencies: @@ -23141,13 +25191,13 @@ packages: wildcard: 2.0.0 dev: false - /webpack-sources/1.4.3: + /webpack-sources@1.4.3: resolution: {integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==} dependencies: source-list-map: 2.0.1 source-map: 0.6.1 - /webpack-sources/2.3.0: + /webpack-sources@2.3.0: resolution: {integrity: sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==} engines: {node: '>=10.13.0'} dependencies: @@ -23155,7 +25205,7 @@ packages: source-map: 0.6.1 dev: false - /webpack/4.44.2: + /webpack@4.44.2: resolution: {integrity: sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==} engines: {node: '>=6.11.5'} hasBin: true @@ -23174,7 +25224,7 @@ packages: '@webassemblyjs/wasm-parser': 1.9.0 acorn: 6.4.2 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) chrome-trace-event: 1.0.3 enhanced-resolve: 4.5.0 eslint-scope: 4.0.3 @@ -23188,12 +25238,14 @@ packages: node-libs-browser: 2.2.1 schema-utils: 1.0.0 tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.44.2 + terser-webpack-plugin: 1.4.5(webpack@4.44.2) watchpack: 1.7.5 webpack-sources: 1.4.3 + transitivePeerDependencies: + - supports-color dev: false - /webpack/4.46.0: + /webpack@4.46.0: resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} engines: {node: '>=6.11.5'} hasBin: true @@ -23212,7 +25264,7 @@ packages: '@webassemblyjs/wasm-parser': 1.9.0 acorn: 6.4.2 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) chrome-trace-event: 1.0.3 enhanced-resolve: 4.5.0 eslint-scope: 4.0.3 @@ -23226,12 +25278,14 @@ packages: node-libs-browser: 2.2.1 schema-utils: 1.0.0 tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) watchpack: 1.7.5 webpack-sources: 1.4.3 + transitivePeerDependencies: + - supports-color dev: true - /webpack/5.39.1: + /webpack@5.39.1: resolution: {integrity: sha512-ulOvoNCh2PvTUa+zbpRuEb1VPeQnhxpnHleMPVVCq3QqnaFogjsLyps+o42OviQFoaGtTQYrUqDXu1QNkvUPzw==} engines: {node: '>=10.13.0'} hasBin: true @@ -23261,12 +25315,12 @@ packages: neo-async: 2.6.2 schema-utils: 3.0.0 tapable: 2.2.0 - terser-webpack-plugin: 5.1.3_webpack@5.39.1 + terser-webpack-plugin: 5.1.3(webpack@5.39.1) watchpack: 2.2.0 webpack-sources: 2.3.0 dev: false - /webpackbar/5.0.0-3_webpack@5.39.1: + /webpackbar@5.0.0-3(webpack@5.39.1): resolution: {integrity: sha512-viW6KCYjMb0NPoDrw2jAmLXU2dEOhRrtku28KmOfeE1vxbfwCYuTbTaMhnkrCZLFAFyY9Q49Z/jzYO80Dw5b8g==} engines: {node: '>=10'} peerDependencies: @@ -23283,7 +25337,7 @@ packages: wrap-ansi: 7.0.0 dev: false - /websocket-driver/0.7.4: + /websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: @@ -23292,24 +25346,24 @@ packages: websocket-extensions: 0.1.4 dev: false - /websocket-extensions/0.1.4: + /websocket-extensions@0.1.4: resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==} engines: {node: '>=0.8.0'} dev: false - /whatwg-encoding/1.0.5: + /whatwg-encoding@1.0.5: resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} dependencies: iconv-lite: 0.4.24 - /whatwg-fetch/3.6.2: + /whatwg-fetch@3.6.2: resolution: {integrity: sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==} dev: false - /whatwg-mimetype/2.3.0: + /whatwg-mimetype@2.3.0: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} - /whatwg-url/7.1.0: + /whatwg-url@7.1.0: resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} dependencies: lodash.sortby: 4.7.0 @@ -23317,7 +25371,7 @@ packages: webidl-conversions: 4.0.2 dev: false - /whatwg-url/8.6.0: + /whatwg-url@8.6.0: resolution: {integrity: sha512-os0KkeeqUOl7ccdDT1qqUcS4KH4tcBTSKK5Nl5WKb2lyxInIZ/CpjkqKa1Ss12mjfdcRX9mHmPPs7/SxG1Hbdw==} engines: {node: '>=10'} dependencies: @@ -23325,7 +25379,7 @@ packages: tr46: 2.1.0 webidl-conversions: 6.1.0 - /which-boxed-primitive/1.0.2: + /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.2 @@ -23334,10 +25388,10 @@ packages: is-string: 1.0.6 is-symbol: 1.0.4 - /which-module/2.0.0: + /which-module@2.0.0: resolution: {integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=} - /which-pm/2.0.0: + /which-pm@2.0.0: resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} engines: {node: '>=8.15'} dependencies: @@ -23345,7 +25399,7 @@ packages: path-exists: 4.0.0 dev: true - /which-typed-array/1.1.4: + /which-typed-array@1.1.4: resolution: {integrity: sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA==} engines: {node: '>= 0.4'} dependencies: @@ -23358,36 +25412,36 @@ packages: is-typed-array: 1.1.5 dev: false - /which/1.3.1: + /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true dependencies: isexe: 2.0.0 - /which/2.0.2: + /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 - /widest-line/2.0.1: + /widest-line@2.0.1: resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==} engines: {node: '>=4'} dependencies: string-width: 2.1.1 - /widest-line/3.1.0: + /widest-line@3.1.0: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} dependencies: string-width: 4.2.2 - /wildcard/2.0.0: + /wildcard@2.0.0: resolution: {integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==} dev: false - /with-open-file/0.1.7: + /with-open-file@0.1.7: resolution: {integrity: sha512-ecJS2/oHtESJ1t3ZfMI3B7KIDKyfN0O16miWxdn30zdh66Yd3LsRFebXZXq6GU4xfxLf6nVxp9kIqElb5fqczA==} engines: {node: '>=6'} dependencies: @@ -23396,36 +25450,36 @@ packages: pify: 4.0.1 dev: true - /word-wrap/1.2.3: + /word-wrap@1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'} - /wordwrap/1.0.0: + /wordwrap@1.0.0: resolution: {integrity: sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=} dev: false - /workbox-background-sync/5.1.4: + /workbox-background-sync@5.1.4: resolution: {integrity: sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-broadcast-update/5.1.4: + /workbox-broadcast-update@5.1.4: resolution: {integrity: sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-build/5.1.4: + /workbox-build@5.1.4: resolution: {integrity: sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==} engines: {node: '>=8.0.0'} dependencies: '@babel/core': 7.14.6 - '@babel/preset-env': 7.14.5_@babel+core@7.14.6 + '@babel/preset-env': 7.14.5(@babel/core@7.14.6) '@babel/runtime': 7.14.6 '@hapi/joi': 15.1.1 - '@rollup/plugin-node-resolve': 7.1.3_rollup@1.32.1 - '@rollup/plugin-replace': 2.4.2_rollup@1.32.1 + '@rollup/plugin-node-resolve': 7.1.3(rollup@1.32.1) + '@rollup/plugin-replace': 2.4.2(rollup@1.32.1) '@surma/rollup-plugin-off-main-thread': 1.4.2 common-tags: 1.8.0 fast-json-stable-stringify: 2.1.0 @@ -23434,8 +25488,8 @@ packages: lodash.template: 4.5.0 pretty-bytes: 5.6.0 rollup: 1.32.1 - rollup-plugin-babel: 4.4.0_@babel+core@7.14.6+rollup@1.32.1 - rollup-plugin-terser: 5.3.1_rollup@1.32.1 + rollup-plugin-babel: 4.4.0(@babel/core@7.14.6)(rollup@1.32.1) + rollup-plugin-terser: 5.3.1(rollup@1.32.1) source-map: 0.7.3 source-map-url: 0.4.1 stringify-object: 3.3.0 @@ -23460,23 +25514,23 @@ packages: - supports-color dev: false - /workbox-cacheable-response/5.1.4: + /workbox-cacheable-response@5.1.4: resolution: {integrity: sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-core/5.1.4: + /workbox-core@5.1.4: resolution: {integrity: sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg==} dev: false - /workbox-expiration/5.1.4: + /workbox-expiration@5.1.4: resolution: {integrity: sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-google-analytics/5.1.4: + /workbox-google-analytics@5.1.4: resolution: {integrity: sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==} dependencies: workbox-background-sync: 5.1.4 @@ -23485,49 +25539,49 @@ packages: workbox-strategies: 5.1.4 dev: false - /workbox-navigation-preload/5.1.4: + /workbox-navigation-preload@5.1.4: resolution: {integrity: sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-precaching/5.1.4: + /workbox-precaching@5.1.4: resolution: {integrity: sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-range-requests/5.1.4: + /workbox-range-requests@5.1.4: resolution: {integrity: sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-routing/5.1.4: + /workbox-routing@5.1.4: resolution: {integrity: sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==} dependencies: workbox-core: 5.1.4 dev: false - /workbox-strategies/5.1.4: + /workbox-strategies@5.1.4: resolution: {integrity: sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==} dependencies: workbox-core: 5.1.4 workbox-routing: 5.1.4 dev: false - /workbox-streams/5.1.4: + /workbox-streams@5.1.4: resolution: {integrity: sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==} dependencies: workbox-core: 5.1.4 workbox-routing: 5.1.4 dev: false - /workbox-sw/5.1.4: + /workbox-sw@5.1.4: resolution: {integrity: sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA==} dev: false - /workbox-webpack-plugin/5.1.4_webpack@4.44.2: + /workbox-webpack-plugin@5.1.4(webpack@4.44.2): resolution: {integrity: sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==} engines: {node: '>=8.0.0'} peerDependencies: @@ -23544,24 +25598,24 @@ packages: - supports-color dev: false - /workbox-window/5.1.4: + /workbox-window@5.1.4: resolution: {integrity: sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==} dependencies: workbox-core: 5.1.4 dev: false - /worker-farm/1.7.0: + /worker-farm@1.7.0: resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==} dependencies: errno: 0.1.8 - /worker-rpc/0.1.1: + /worker-rpc@0.1.1: resolution: {integrity: sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==} dependencies: microevent.ts: 0.1.1 dev: false - /wrap-ansi/2.1.0: + /wrap-ansi@2.1.0: resolution: {integrity: sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=} engines: {node: '>=0.10.0'} dependencies: @@ -23569,7 +25623,7 @@ packages: strip-ansi: 3.0.1 dev: true - /wrap-ansi/4.0.0: + /wrap-ansi@4.0.0: resolution: {integrity: sha512-uMTsj9rDb0/7kk1PbcbCcwvHUxp60fGDB/NNXpVa0Q+ic/e7y5+BwTxKfQ33VYgDppSwi/FBzpetYzo8s6tfbg==} engines: {node: '>=6'} dependencies: @@ -23578,7 +25632,7 @@ packages: strip-ansi: 4.0.0 dev: true - /wrap-ansi/5.1.0: + /wrap-ansi@5.1.0: resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} engines: {node: '>=6'} dependencies: @@ -23587,7 +25641,7 @@ packages: strip-ansi: 5.2.0 dev: false - /wrap-ansi/6.2.0: + /wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} dependencies: @@ -23595,7 +25649,7 @@ packages: string-width: 4.2.2 strip-ansi: 6.0.0 - /wrap-ansi/7.0.0: + /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} dependencies: @@ -23603,10 +25657,18 @@ packages: string-width: 4.2.2 strip-ansi: 6.0.0 - /wrappy/1.0.2: + /wrappy@1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} - /write-file-atomic/3.0.3: + /write-file-atomic@2.4.3: + resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} + dependencies: + graceful-fs: 4.2.6 + imurmurhash: 0.1.4 + signal-exit: 3.0.3 + dev: false + + /write-file-atomic@3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} dependencies: imurmurhash: 0.1.4 @@ -23614,7 +25676,7 @@ packages: signal-exit: 3.0.3 typedarray-to-buffer: 3.1.5 - /write-json-file/4.3.0: + /write-json-file@4.3.0: resolution: {integrity: sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ==} engines: {node: '>=8.3'} dependencies: @@ -23626,7 +25688,7 @@ packages: write-file-atomic: 3.0.3 dev: true - /write-yaml-file/4.2.0: + /write-yaml-file@4.2.0: resolution: {integrity: sha512-LwyucHy0uhWqbrOkh9cBluZBeNVxzHjDaE9mwepZG3n3ZlbM4v3ndrFw51zW/NXYFFqP+QWZ72ihtLWTh05e4Q==} engines: {node: '>=10.13'} dependencies: @@ -23634,13 +25696,23 @@ packages: write-file-atomic: 3.0.3 dev: true - /ws/6.2.2: + /ws@6.2.2(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ^5.0.2 + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true dependencies: async-limiter: 1.0.1 + bufferutil: 4.0.3 + utf-8-validate: 5.0.5 dev: false - /ws/7.5.0: + /ws@7.5.0(bufferutil@4.0.3)(utf-8-validate@5.0.5): resolution: {integrity: sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==} engines: {node: '>=8.3.0'} peerDependencies: @@ -23651,9 +25723,12 @@ packages: optional: true utf-8-validate: optional: true + dependencies: + bufferutil: 4.0.3 + utf-8-validate: 5.0.5 - /ws/7.5.0_72ef9f06cb99540da679cbf1bf7a3256: - resolution: {integrity: sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw==} + /ws@7.5.9(bufferutil@4.0.3)(utf-8-validate@5.0.5): + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -23668,67 +25743,76 @@ packages: utf-8-validate: 5.0.5 dev: false - /xdg-basedir/4.0.0: + /xdg-basedir@4.0.0: resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==} engines: {node: '>=8'} - /xml-js/1.6.11: + /xml-js@1.6.11: resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==} hasBin: true dependencies: sax: 1.2.4 dev: false - /xml-name-validator/3.0.0: + /xml-name-validator@3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} - /xmlchars/2.2.0: + /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} - /xtend/4.0.2: + /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} - /y18n/4.0.3: + /y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} - /y18n/5.0.8: + /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} - dev: true - /yallist/2.1.2: + /yallist@2.1.2: resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=} - /yallist/3.1.1: + /yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - /yallist/4.0.0: + /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - /yaml/1.10.2: + /yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - /yargs-parser/13.1.2: + /yaml@2.3.4: + resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} + engines: {node: '>= 14'} + dev: false + + /yargs-parser@13.1.2: resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 dev: false - /yargs-parser/18.1.3: + /yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 - /yargs-parser/20.2.9: + /yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} - /yargs/13.3.2: + /yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + dev: false + + /yargs@13.3.2: resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} dependencies: cliui: 5.0.0 @@ -23743,7 +25827,7 @@ packages: yargs-parser: 13.1.2 dev: false - /yargs/15.4.1: + /yargs@15.4.1: resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} engines: {node: '>=8'} dependencies: @@ -23759,7 +25843,7 @@ packages: y18n: 4.0.3 yargs-parser: 18.1.3 - /yargs/16.2.0: + /yargs@16.2.0: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} dependencies: @@ -23772,11 +25856,24 @@ packages: yargs-parser: 20.2.9 dev: true - /yeoman-environment/2.10.3: + /yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + 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.1.1 + dev: false + + /yeoman-environment@2.10.3: resolution: {integrity: sha512-pLIhhU9z/G+kjOXmJ2bPFm3nejfbH+f1fjYRSOteEXDBrv1EoJE/e+kuHixSXfCYfTkxjYsvRaDX+1QykLCnpQ==} dependencies: chalk: 2.4.2 - debug: 3.2.7 + debug: 3.2.7(supports-color@5.5.0) diff: 3.5.0 escape-string-regexp: 1.0.5 execa: 4.1.0 @@ -23788,7 +25885,7 @@ packages: log-symbols: 2.2.0 mem-fs: 1.2.0 mem-fs-editor: 6.0.0 - npm-api: 1.0.1_debug@3.2.7 + npm-api: 1.0.1(debug@3.2.7) semver: 7.3.5 strip-ansi: 4.0.0 text-table: 0.2.0 @@ -23798,7 +25895,7 @@ packages: - supports-color dev: true - /yeoman-generator/3.2.0: + /yeoman-generator@3.2.0: resolution: {integrity: sha512-iR/qb2je3GdXtSfxgvOXxUW0Cp8+C6LaZaNlK2BAICzFNzwHtM10t/QBwz5Ea9nk6xVDQNj4Q889TjCXGuIv8w==} engines: {node: '>=6'} dependencies: @@ -23808,7 +25905,7 @@ packages: cross-spawn: 6.0.5 dargs: 6.1.0 dateformat: 3.0.3 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) detect-conflict: 1.0.1 error: 7.2.1 find-up: 3.0.0 @@ -23831,7 +25928,7 @@ packages: - supports-color dev: true - /yeoman-generator/4.13.0: + /yeoman-generator@4.13.0: resolution: {integrity: sha512-f2/5N5IR3M2Ozm+QocvZQudlQITv2DwI6Mcxfy7R7gTTzaKgvUpgo/pQMJ+WQKm0KN0YMWCFOZpj0xFGxevc1w==} engines: {node: '>=10'} dependencies: @@ -23841,7 +25938,7 @@ packages: cross-spawn: 6.0.5 dargs: 6.1.0 dateformat: 3.0.3 - debug: 4.3.1 + debug: 4.3.1(supports-color@7.2.0) diff: 4.0.2 error: 7.2.1 find-up: 3.0.0 @@ -23867,15 +25964,15 @@ packages: - supports-color dev: true - /yn/3.1.1: + /yn@3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} - /yocto-queue/0.1.0: + /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /yosay/2.0.2: + /yosay@2.0.2: resolution: {integrity: sha512-avX6nz2esp7IMXGag4gu6OyQBsMh/SEn+ZybGu3yKPlOTE6z9qJrzG/0X5vCq/e0rPFy0CUYCze0G5hL310ibA==} engines: {node: '>=4'} hasBin: true @@ -23891,6 +25988,6 @@ packages: wrap-ansi: 2.1.0 dev: true - /zwitch/1.0.5: + /zwitch@1.0.5: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} dev: false