From 15b39161707d8bc56cdeb14f5bc0ef7f334a3af7 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 8 May 2022 09:59:34 -0400 Subject: [PATCH] Updates --- .github/workflows/CI.yml | 8 +- README.md | 4 + package.json | 13 +- .../README.md | 2 +- pnpm-lock.yaml | 3556 ++++------------- 5 files changed, 715 insertions(+), 2868 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cf6daf22..12ffefb4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,9 +19,9 @@ jobs: cache: 'pnpm' - run: pnpm install - run: pnpm run format:check - - run: pnpm run build:all - - run: pnpm run lint:all - - name: Run pnpm test:all + - run: pnpm run build:since + - run: pnpm run lint:since + - name: Run pnpm test:since uses: GabrielBB/xvfb-action@v1 with: - run: pnpm run test:all + run: pnpm run test:since diff --git a/README.md b/README.md index 8569d9b6..d1af9c91 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ It can be used as a browser extension (for [Chrome](https://chrome.google.com/we - [Recipes](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/Recipes.md) - [FAQ](https://github.com/reduxjs/redux-devtools/blob/main/extension/docs/FAQ.md) +## Development + +This is a monorepo powered by [pnpm](https://pnpm.io/) and [Nx](https://nx.dev/). [Install pnpm](https://pnpm.io/installation) and run `pnpm install` to get started. Each package's dependencies need to be built before the package itself can be built. You can either build all the packages (i.e., `pnpm run build:all`) or use Nx commands to build only the packages necessary for the packages you're working on (i.e., `pnpm nx build remotedev-redux-devtools-extension`). + ## Backers Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/redux-devtools-extension#backer)] diff --git a/package.json b/package.json index 55b2fe93..9106cb1f 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,18 @@ "jest": "^27.5.1", "prettier": "2.6.2", "typescript": "~4.5.5", - "nx": "14.1.4", - "@nrwl/nx-cloud": "latest" + "nx": "^14.1.4", + "@nrwl/nx-cloud": "^14.0.3" }, "scripts": { "format": "prettier --write .", - "build:all": "nx run-many --target=build --all", - "lint:all": "nx run-many --target=lint --all", - "test:all": "nx run-many --target=test --all", "format:check": "prettier --check .", + "build:all": "nx run-many --target=build --all", + "build:since": "nx affected --target=build", + "lint:all": "nx run-many --target=lint --all", + "lint:since": "nx affected --target=lint", + "test:all": "nx run-many --target=test --all", + "test:since": "nx affected --target=test", "release": "pnpm build:all && changeset publish" }, "workspaces": [ diff --git a/packages/redux-devtools-rtk-query-monitor/README.md b/packages/redux-devtools-rtk-query-monitor/README.md index 2c4bea67..fbf12d5c 100644 --- a/packages/redux-devtools-rtk-query-monitor/README.md +++ b/packages/redux-devtools-rtk-query-monitor/README.md @@ -91,7 +91,7 @@ Alternatively, you can use it together with [`DockMonitor`](https://github.com/r #### Start Demo ```bash -yarn lerna run start --stream --scope @redux-devtools/rtk-query-monitor +pnpm nx start rtk-query-demo ```
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bef26ab3..30acf315 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: 5.4 +lockfileVersion: 5.3 overrides: '@babel/highlight>chalk': Methuselah96/chalk#v2-without-process @@ -10,7 +10,7 @@ importers: '@babel/core': ^7.17.10 '@babel/eslint-parser': ^7.17.0 '@changesets/cli': ^2.22.0 - '@nrwl/nx-cloud': latest + '@nrwl/nx-cloud': ^14.0.3 '@typescript-eslint/eslint-plugin': ^5.22.0 '@typescript-eslint/parser': ^5.22.0 eslint: ^8.14.0 @@ -19,24 +19,22 @@ importers: eslint-plugin-react: ~7.28.0 eslint-plugin-react-hooks: ^4.5.0 jest: ^27.5.1 - lerna: ^4.0.0 - nx: 14.1.4 + nx: ^14.1.4 prettier: 2.6.2 typescript: ~4.5.5 devDependencies: '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@changesets/cli': 2.22.0 '@nrwl/nx-cloud': 14.0.3 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 - lerna: 4.0.0 nx: 14.1.4_typescript@4.5.5 prettier: 2.6.2 typescript: 4.5.5 @@ -125,10 +123,10 @@ importers: react-icons: 4.3.1_react@17.0.2 react-is: 17.0.2 react-json-tree: link:../packages/react-json-tree - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 redux-persist: 6.0.0_react@17.0.2+redux@4.2.0 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 devDependencies: '@babel/core': 7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 @@ -136,14 +134,14 @@ importers: '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@babel/register': 7.17.7_@babel+core@7.17.10 '@testing-library/jest-dom': 5.16.4 - '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m + '@testing-library/react': 12.1.5_react-dom@17.0.2+react@17.0.2 '@types/chrome': 0.0.184 '@types/lodash': 4.14.182 '@types/react': 17.0.45 '@types/react-dom': 17.0.16 '@types/react-redux': 7.1.24 '@types/styled-components': 5.1.25 - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db bestzip: 2.2.1 chromedriver: 100.0.0 copy-webpack-plugin: 9.1.0_webpack@5.72.0 @@ -151,13 +149,13 @@ importers: css-loader: 6.7.1_webpack@5.72.0 electron: 18.2.0 eslint: 8.15.0 - eslint-config-airbnb: 19.0.4_c4azxlrdb26xwmsd7uoymvk3ju - eslint-plugin-import: 2.26.0_eslint@8.15.0 + eslint-config-airbnb: 19.0.4_17019bae230ebd7b3243fd1d86555b4d + eslint-plugin-import: 2.26.0_f340230f306732139172ba983d5555be eslint-plugin-jsx-a11y: 6.5.1_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 file-loader: 6.2.0_webpack@5.72.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 immutable: 4.0.0 jest: 27.5.1 path-browserify: 1.0.1 @@ -169,7 +167,7 @@ importers: selenium-webdriver: 4.1.2 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.72.0 - ts-jest: 27.1.4_z7s2idua2tap7lbsfc3ti4ge5m + ts-jest: 27.1.4_cfe5a40e80d4c0ffac3228b73470c4eb typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 webpack-cli: 4.9.2_webpack@5.72.0 @@ -214,22 +212,22 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@rollup/plugin-babel': 5.3.1_ddp4whfhauf2n5cf6yj7gaerwe + '@rollup/plugin-babel': 5.3.1_18dfcb1ca7050ba6f445f613f30091b1 '@rollup/plugin-commonjs': 22.0.0_rollup@2.72.1 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.72.1 '@types/ramda': 0.28.12 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 rimraf: 3.0.2 rollup: 2.72.1 rollup-plugin-terser: 7.0.2_rollup@2.72.1 - rollup-plugin-typescript2: 0.31.2_qn3dijuqynmbighxheglnoge7a + rollup-plugin-typescript2: 0.31.2_rollup@2.72.1+typescript@4.5.5 tslib: 2.4.0 typescript: 4.5.5 @@ -262,19 +260,19 @@ importers: '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@types/node': 16.11.33 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/d3tooltip: specifiers: @@ -308,24 +306,24 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@rollup/plugin-babel': 5.3.1_ddp4whfhauf2n5cf6yj7gaerwe + '@rollup/plugin-babel': 5.3.1_18dfcb1ca7050ba6f445f613f30091b1 '@rollup/plugin-commonjs': 22.0.0_rollup@2.72.1 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.72.1 '@types/d3': 3.5.47 '@types/ramda': 0.28.12 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 d3: 3.5.17 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 rimraf: 3.0.2 rollup: 2.72.1 rollup-plugin-terser: 7.0.2_rollup@2.72.1 - rollup-plugin-typescript2: 0.31.2_qn3dijuqynmbighxheglnoge7a + rollup-plugin-typescript2: 0.31.2_rollup@2.72.1+typescript@4.5.5 tslib: 2.4.0 typescript: 4.5.5 @@ -364,27 +362,27 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@rollup/plugin-babel': 5.3.1_ddp4whfhauf2n5cf6yj7gaerwe + '@rollup/plugin-babel': 5.3.1_18dfcb1ca7050ba6f445f613f30091b1 '@rollup/plugin-commonjs': 22.0.0_rollup@2.72.1 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.72.1 '@types/jest': 27.5.0 '@types/lodash': 4.14.182 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 immutable: 4.0.0 jest: 27.5.1 rimraf: 3.0.2 rollup: 2.72.1 rollup-plugin-terser: 7.0.2_rollup@2.72.1 - rollup-plugin-typescript2: 0.31.2_qn3dijuqynmbighxheglnoge7a - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + rollup-plugin-typescript2: 0.31.2_rollup@2.72.1+typescript@4.5.5 + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 tslib: 2.4.0 typescript: 4.5.5 @@ -426,21 +424,21 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@types/color': 3.0.3 '@types/jest': 27.5.0 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/react-dock: @@ -483,7 +481,7 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 @@ -492,18 +490,18 @@ importers: '@types/lodash.debounce': 4.0.7 '@types/react': 17.0.45 '@types/react-test-renderer': 17.0.2 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 react-test-renderer: 17.0.2_react@17.0.2 rimraf: 3.0.2 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/react-dock/demo: @@ -540,12 +538,12 @@ importers: webpack-dev-server: ^4.8.1 dependencies: react: 17.0.2 - react-bootstrap: 2.3.1_k2mvpji5i2ojml6m4ftklg47pa + react-bootstrap: 2.3.1_569957a51d469c962fcce166a59b9f78 react-dock: link:.. react-dom: 17.0.2_react@17.0.2 react-icons: 4.3.1_react@17.0.2 react-is: 17.0.2 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 devDependencies: '@babel/core': 7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 @@ -555,21 +553,21 @@ importers: '@types/react': 17.0.45 '@types/react-dom': 17.0.16 '@types/styled-components': 5.1.25 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/react-json-tree: specifiers: @@ -617,22 +615,22 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@rollup/plugin-babel': 5.3.1_ddp4whfhauf2n5cf6yj7gaerwe + '@rollup/plugin-babel': 5.3.1_18dfcb1ca7050ba6f445f613f30091b1 '@rollup/plugin-commonjs': 22.0.0_rollup@2.72.1 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.72.1 '@types/jest': 27.5.0 '@types/react': 17.0.45 '@types/react-test-renderer': 17.0.2 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 @@ -641,8 +639,8 @@ importers: rimraf: 3.0.2 rollup: 2.72.1 rollup-plugin-terser: 7.0.2_rollup@2.72.1 - rollup-plugin-typescript2: 0.31.2_qn3dijuqynmbighxheglnoge7a - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + rollup-plugin-typescript2: 0.31.2_rollup@2.72.1+typescript@4.5.5 + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 tslib: 2.4.0 typescript: 4.5.5 @@ -689,21 +687,21 @@ importers: '@types/node': 16.11.33 '@types/react': 17.0.45 '@types/react-dom': 17.0.16 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools: specifiers: @@ -748,7 +746,7 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 @@ -758,20 +756,20 @@ importers: '@types/node': 16.11.33 '@types/react': 17.0.45 '@types/react-redux': 7.1.24 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/redux-devtools-app: @@ -860,7 +858,7 @@ importers: '@redux-devtools/rtk-query-monitor': link:../redux-devtools-rtk-query-monitor '@redux-devtools/slider-monitor': link:../redux-devtools-slider-monitor '@redux-devtools/ui': link:../redux-devtools-ui - '@reduxjs/toolkit': 1.8.1_bjryulbxll5jujtwpu5a2wm2cy + '@reduxjs/toolkit': 1.8.1_react-redux@7.2.8+react@17.0.2 '@types/prop-types': 15.7.5 d3-state-visualizer: link:../d3-state-visualizer javascript-stringify: 2.1.0 @@ -871,21 +869,21 @@ importers: prop-types: 15.8.1 react-icons: 4.3.1_react@17.0.2 react-is: 17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 redux-persist: 6.0.0_react@17.0.2+redux@4.2.0 socketcluster-client: 14.3.2 devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@rjsf/core': 4.2.0_react@17.0.2 '@testing-library/jest-dom': 5.16.4 - '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m + '@testing-library/react': 12.1.5_react-dom@17.0.2+react@17.0.2 '@types/jest': 27.5.0 '@types/jsan': 3.1.2 '@types/json-schema': 7.0.11 @@ -898,17 +896,17 @@ importers: '@types/styled-components': 5.1.25 '@types/testing-library__jest-dom': 5.14.3 '@types/webpack-env': 1.16.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.0 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-loader: 3.1.0_webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 jest: 27.5.1_ts-node@10.7.0 @@ -917,13 +915,13 @@ importers: react-dom: 17.0.2_react@17.0.2 rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.72.0 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools-chart-monitor: specifiers: @@ -964,15 +962,15 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@redux-devtools/core': link:../redux-devtools '@types/react': 17.0.45 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 @@ -1039,7 +1037,7 @@ importers: dependencies: '@redux-devtools/app': link:../redux-devtools-app '@types/react': 17.0.45 - apollo-server-express: 3.7.0_ohhcy65vavujazdrg547ul2pme + apollo-server-express: 3.7.0_express@4.18.1+graphql@16.4.0 body-parser: 1.20.0 chalk: 4.1.2 cors: 2.8.5 @@ -1059,7 +1057,7 @@ importers: semver: 7.3.7 socketcluster: 14.4.2 sqlite3: 5.0.8 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 uuid: 8.3.2 devDependencies: '@types/body-parser': 1.19.2 @@ -1078,17 +1076,17 @@ importers: '@types/styled-components': 5.1.25 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 14.3.2 supertest: 6.2.3 - ts-jest: 27.1.4_azqi2oje2kbssb74jok2y777ti + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/redux-devtools-dock-monitor: @@ -1127,7 +1125,7 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 @@ -1135,8 +1133,8 @@ importers: '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 17.0.45 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 @@ -1167,12 +1165,12 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 redux: 4.2.0 @@ -1244,7 +1242,7 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 @@ -1257,8 +1255,8 @@ importers: '@types/react': 17.0.45 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 @@ -1324,25 +1322,25 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor - '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m + '@testing-library/react': 12.1.5_react-dom@17.0.2+react@17.0.2 '@types/es6template': 1.0.0 '@types/jest': 27.5.0 '@types/jsan': 3.1.2 '@types/object-path': 0.11.1 '@types/react': 17.0.45 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 @@ -1350,7 +1348,7 @@ importers: react-dom: 17.0.2_react@17.0.2 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/redux-devtools-inspector-monitor-test-tab/demo: @@ -1409,18 +1407,18 @@ importers: '@redux-devtools/inspector-monitor': link:../../redux-devtools-inspector-monitor '@redux-devtools/inspector-monitor-test-tab': link:.. '@redux-devtools/ui': link:../../redux-devtools-ui - connected-react-router: 6.9.2_abys5ohxshl7dqumbxomuxugba + connected-react-router: 6.9.2_00712eb8f791d7f1c28c0ddcca5e8608 history: 4.10.1 immutable: 4.0.0 lodash.shuffle: 4.2.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-is: 17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 react-router: 5.3.1_react@17.0.2 redux: 4.2.0 redux-logger: 3.0.6 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 devDependencies: '@babel/core': 7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 @@ -1436,23 +1434,23 @@ importers: '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.25 '@types/webpack-env': 1.16.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.0 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 style-loader: 3.3.1_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools-inspector-monitor-trace-tab: specifiers: @@ -1509,14 +1507,14 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@redux-devtools/core': link:../redux-devtools '@redux-devtools/inspector-monitor': link:../redux-devtools-inspector-monitor - '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m + '@testing-library/react': 12.1.5_react-dom@17.0.2+react@17.0.2 '@types/babel__code-frame': 7.0.3 '@types/html-entities': 1.3.4 '@types/jest': 27.5.0 @@ -1525,11 +1523,11 @@ importers: '@types/react': 17.0.45 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 @@ -1538,7 +1536,7 @@ importers: react-test-renderer: 17.0.2_react@17.0.2 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/redux-devtools-inspector-monitor/demo: @@ -1592,14 +1590,14 @@ importers: '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/inspector-monitor': link:.. base16: 1.0.0 - connected-react-router: 6.9.2_abys5ohxshl7dqumbxomuxugba + connected-react-router: 6.9.2_00712eb8f791d7f1c28c0ddcca5e8608 history: 4.10.1 immutable: 4.0.0 lodash.shuffle: 4.2.0 react: 17.0.2 - react-bootstrap: 2.3.1_k2mvpji5i2ojml6m4ftklg47pa + react-bootstrap: 2.3.1_569957a51d469c962fcce166a59b9f78 react-dom: 17.0.2_react@17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 react-router: 5.3.1_react@17.0.2 redux: 4.2.0 redux-logger: 3.0.6 @@ -1618,21 +1616,21 @@ importers: '@types/react-router': 5.1.18 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.16.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools-instrument: specifiers: @@ -1664,23 +1662,23 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@types/jest': 27.5.0 '@types/lodash': 4.14.182 '@types/node': 16.11.33 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.5.5 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/redux-devtools-log-monitor: @@ -1724,15 +1722,15 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@redux-devtools/core': link:../redux-devtools '@types/react': 17.0.45 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 @@ -1779,7 +1777,7 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 @@ -1787,8 +1785,8 @@ importers: '@types/node': 16.11.33 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 13.0.5 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 redux: 4.2.0 @@ -1851,7 +1849,7 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 @@ -1861,8 +1859,8 @@ importers: '@types/hex-rgba': 1.0.1 '@types/lodash.debounce': 4.0.7 '@types/react': 17.0.45 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 @@ -1924,23 +1922,23 @@ importers: webpack-dev-server: ^4.8.1 dependencies: '@babel/runtime': 7.17.9 - '@chakra-ui/react': 1.8.8_qaq3qtwi74meo7khtwcm3ybelq - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa - '@emotion/styled': 11.8.1_og5tf3euret46fl7avbeeylhee + '@chakra-ui/react': 1.8.8_8021b84ec8ff18477d479d84cde0245c + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 + '@emotion/styled': 11.8.1_71bb32ec948927cf157f054242616721 '@mswjs/data': 0.10.0 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. - '@reduxjs/toolkit': 1.8.1_bjryulbxll5jujtwpu5a2wm2cy - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + '@reduxjs/toolkit': 1.8.1_react-redux@7.2.8+react@17.0.2 + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 msw: 0.39.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-icons: 4.3.1_react@17.0.2 react-is: 17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 react-router-dom: 5.3.1_react@17.0.2 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 devDependencies: '@babel/core': 7.17.10 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 @@ -1954,9 +1952,9 @@ importers: '@types/react-redux': 7.1.24 '@types/react-router-dom': 5.3.3 '@types/styled-components': 5.1.25 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db copy-webpack-plugin: 9.1.0_webpack@5.72.0 cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.0 @@ -1964,14 +1962,14 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 style-loader: 3.3.1_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools-serialize: specifiers: @@ -2001,21 +1999,21 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@types/jest': 27.5.0 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 immutable: 4.0.0 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 packages/redux-devtools-slider-monitor: @@ -2059,16 +2057,16 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@redux-devtools/core': link:../redux-devtools - '@rollup/plugin-babel': 5.3.1_ddp4whfhauf2n5cf6yj7gaerwe + '@rollup/plugin-babel': 5.3.1_18dfcb1ca7050ba6f445f613f30091b1 '@types/react': 17.0.45 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 @@ -2077,7 +2075,7 @@ importers: redux: 4.2.0 rimraf: 3.0.2 rollup: 2.72.1 - rollup-plugin-typescript2: 0.31.2_qn3dijuqynmbighxheglnoge7a + rollup-plugin-typescript2: 0.31.2_rollup@2.72.1+typescript@4.5.5 tslib: 2.4.0 typescript: 4.5.5 @@ -2135,9 +2133,9 @@ importers: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-is: 17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 todomvc-app-css: 2.4.2 devDependencies: '@babel/core': 7.17.10 @@ -2152,23 +2150,23 @@ importers: '@types/react-redux': 7.1.24 '@types/styled-components': 5.1.25 '@types/webpack-env': 1.16.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.0 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 style-loader: 3.3.1_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools-ui: specifiers: @@ -2242,33 +2240,33 @@ importers: color: 4.2.3 prop-types: 15.8.1 react-icons: 4.3.1_react@17.0.2 - react-select: 5.3.1_cgmcp4y3anqoviq4hre22lv2k4 + react-select: 5.3.1_119827f31b0360eaa21c3c49ad2eba57 redux-devtools-themes: 1.0.0 simple-element-resize-detector: 1.3.0 devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@storybook/addon-essentials': 6.4.22_hktp22lckj5ec5f6rl6iwnb2nm - '@storybook/react': 6.4.22_k67rkmisze4dhiq6kenp47whgu + '@storybook/addon-essentials': 6.4.22_3aa6fd6962527a4174be8afc8b343a6b + '@storybook/react': 6.4.22_57bf153112c93833a21e511afe7ec735 '@testing-library/dom': 8.13.0 - '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m - '@testing-library/user-event': 13.5.0_tlwynutqiyp5mns3woioasuxnq + '@testing-library/react': 12.1.5_react-dom@17.0.2+react@17.0.2 + '@testing-library/user-event': 13.5.0_@testing-library+dom@8.13.0 '@types/color': 3.0.3 '@types/jest': 27.5.0 '@types/react': 17.0.45 '@types/styled-components': 5.1.25 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db csstype: 3.0.11 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-jest: 26.1.5_qenbln6urgkgnkquyjqs5o2zre + eslint-plugin-jest: 26.1.5_811a15b7d4899466aa14c2612ebb5989 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 jest: 27.5.1 @@ -2277,13 +2275,13 @@ importers: react-dom: 17.0.2_react@17.0.2 react-is: 17.0.2 rimraf: 3.0.2 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 stylelint: 14.8.2 stylelint-config-prettier: 9.0.3_stylelint@14.8.2 stylelint-config-standard: 25.0.0_stylelint@14.8.2 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.4_qibfzi6pqxnvkzgq6a2hlm326a + ts-jest: 27.1.4_82025ca3cf85db5564d0f03475b37af0 typescript: 4.5.5 webpack: 5.72.0 @@ -2328,15 +2326,15 @@ importers: devDependencies: '@babel/cli': 7.17.10_@babel+core@7.17.10 '@babel/core': 7.17.10 - '@babel/eslint-parser': 7.17.0_annt2i75qyqp7sfsklqkwkfeaa + '@babel/eslint-parser': 7.17.0_035b3d23fd8620ffc8b252e0ab28a400 '@babel/plugin-transform-runtime': 7.17.10_@babel+core@7.17.10 '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@types/jsan': 3.1.2 '@types/lodash': 4.14.182 '@types/node': 16.11.33 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 rimraf: 3.0.2 @@ -2385,7 +2383,7 @@ importers: prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 devDependencies: @@ -2399,21 +2397,21 @@ importers: '@types/react-dom': 17.0.16 '@types/react-redux': 7.1.24 '@types/webpack-env': 1.16.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages/redux-devtools/examples/todomvc: specifiers: @@ -2463,7 +2461,7 @@ importers: prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 todomvc-app-css: 2.4.2 devDependencies: @@ -2478,23 +2476,23 @@ importers: '@types/react-dom': 17.0.16 '@types/react-redux': 7.1.24 '@types/webpack-env': 1.16.4 - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.72.0 eslint: 8.15.0 eslint-config-prettier: 8.5.0_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 - fork-ts-checker-webpack-plugin: 7.2.11_esqjcmzo5pizlbillhrxoayzsy + fork-ts-checker-webpack-plugin: 7.2.11_typescript@4.5.5+webpack@5.72.0 html-webpack-plugin: 5.5.0_webpack@5.72.0 style-loader: 3.3.1_webpack@5.72.0 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa typescript: 4.5.5 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 packages: @@ -2623,7 +2621,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.17.0_annt2i75qyqp7sfsklqkwkfeaa: + /@babel/eslint-parser/7.17.0_035b3d23fd8620ffc8b252e0ab28a400: resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -4046,7 +4044,7 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/1.4.11_incjhkcqypgck3reh3u2lo73g4: + /@chakra-ui/accordion/1.4.11_434493a850c3cc256e243ee9a5bbfb37: resolution: {integrity: sha512-d/gvSgGwcZaJXxXqGmecpAgko/tUYb5vR0E0B2/V/z9AVbS8ei//fbiO9+8Ouyl/K46oWHWYj5vt8iTadlZleg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4055,24 +4053,24 @@ packages: dependencies: '@chakra-ui/descendant': 2.1.3_react@17.0.2 '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y - '@chakra-ui/transition': 1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde + '@chakra-ui/transition': 1.4.8_framer-motion@6.3.3+react@17.0.2 '@chakra-ui/utils': 1.10.4 - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 dev: false - /@chakra-ui/alert/1.3.7_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/alert/1.3.7_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-fFpJYBpHOIK/BX4BVl/xafYiDBUW+Bq/gUYDOo4iAiO4vHgxo74oa+yOwSRNlNjAgIX7pi2ridsYQALKyWyxxQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -4082,36 +4080,36 @@ packages: peerDependencies: '@chakra-ui/system': '>=1.0.0' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/theme-tools': 1.3.6_@chakra-ui+system@1.12.1 dev: false - /@chakra-ui/avatar/1.3.11_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/avatar/1.3.11_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-/eRRK48Er92/QWAfWhxsJIN0gZBBvk+ew4Hglo+pxt3/NDnfTF2yPE7ZN29Dl6daPNbyTOpoksMwaU2mZIqLgA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/image': 1.1.10_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/image': 1.1.10_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/breadcrumb/1.3.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/breadcrumb/1.3.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-iXxienBO6RUnJEcDvyDWyRt+mzPyl7/b6N8i0vrjGKGLpgtayJFvIdo33tFcvx6TCy7V9hiE3HTtZnNomWdR6A==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/button/1.5.10_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/button/1.5.10_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-IVEOrleI378CckAa3b3CTUHMPZRfpy6LPwn1Mx3sMpHEkDTKu8zJcjgEvCE8HYzNC1KbwBsa1PfTgk40ui6EtA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4119,26 +4117,26 @@ packages: dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/spinner': 1.2.6_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/spinner': 1.2.6_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/checkbox/1.7.1_incjhkcqypgck3reh3u2lo73g4: + /@chakra-ui/checkbox/1.7.1_434493a850c3cc256e243ee9a5bbfb37: resolution: {integrity: sha512-9Io97yn8OrdaIynCj+3Z/neJV7lTT1MtcdYh3BKMd7WnoJDkRY/GlBM8zsdgC5Wvm+ZQ1M83t0YvRPKLLzusyA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' framer-motion: 3.x || 4.x || 5.x || 6.x react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + '@chakra-ui/visually-hidden': 1.1.6_ec02b824bed6ab9ca8725186341c5110 + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 dev: false @@ -4152,14 +4150,14 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/close-button/1.2.7_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/close-button/1.2.7_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-cYTxfgrIlPU4IZm1sehZXxx/TNQBk9c3LBPvTpywEM8GVRGINh4YLq8WiMaPtO+TDNBnKoWS/jS4IHnR+abADw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -4175,13 +4173,13 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/control-box/1.1.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/control-box/1.1.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-EUcq5f854puG6ZA6wAWl4107OPl8+bj4MMHJCa48BB0qec0U8HCEtxQGnFwJmaYLalIAjMfHuY3OwO2A3Hi9hA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -4196,13 +4194,13 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/css-reset/1.1.3_qy3iey4iudt25gp34xnq4xoic4: + /@chakra-ui/css-reset/1.1.3_8636826388a0e7ae99fbe5db0e5dc817: resolution: {integrity: sha512-AgfrE7bRTJvNi/4zIfacI/kBHmHmHEIeQtHwCvk/0qM9V2gK1VM3ctYlnibf7BTh17F/UszweOGRb1lHSPfWjw==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=16.8.6' dependencies: - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 react: 17.0.2 dev: false @@ -4215,7 +4213,7 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/editable/1.4.2_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/editable/1.4.2_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-a5zKghA/IvG7yNkmFl7Z9c2KSsf0FgyijsNPTg/4S5jxyz13QJtoTg40tdpyaxHHCT25y25iUcV4FYCj6Jd01w==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4223,33 +4221,33 @@ packages: dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/focus-lock/1.2.6_hx2b44akkvgcgvvtmk7ds2qk6q: + /@chakra-ui/focus-lock/1.2.6_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-ZJNE1oNdUM1aGWuCJ+bxFa/d3EwxzfMWzTKzSvKDK50GWoUQQ10xFTT9nY/yFpkcwhBvx1KavxKf44mIhIbSog==} peerDependencies: react: '>=16.8.6' dependencies: '@chakra-ui/utils': 1.10.4 react: 17.0.2 - react-focus-lock: 2.5.2_hx2b44akkvgcgvvtmk7ds2qk6q + react-focus-lock: 2.5.2_3df41e700a554c2356b362be396a0af4 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/1.6.0_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/form-control/1.6.0_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-MtUE98aocP2QTgvyyJ/ABuG33mhT3Ox56phKreG3HzbUKByMwrbQSm1QcAgyYdqSZ9eKB2tXx+qgGNh+avAfDA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -4266,51 +4264,51 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/icon/2.0.5_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/icon/2.0.5_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-ZrqRvCCIxGr4qFd/r1pmtd9tobRmv8KAxV7ygFoc/t4vOSKTcVIjhE12gsI3FzgvXM15ZFVwsxa1zodwgo5neQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/image/1.1.10_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/image/1.1.10_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-PJZmhQ/R1PgdMyCRjALfoyq1FNh/WzMAw70sliHLtLcb9hBXniwQZuckYfUshCkUoFBj/ow9d4byn9Culdpk7Q==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/input/1.4.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/input/1.4.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-Ljy/NbOhh9cNQxKTWQRsT4aQiXs2vVya+Cj5NpMAz08NFFjPZovsTawhI7m6ejT5Vsh76QYjh2rOLLI3fWqQQw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/layout/1.8.0_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/layout/1.8.0_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-GJtEKez5AZu0XQTxI6a6jwA/hMDD36pP0HBxBOGuHP1hWCebDzMjraiMfWiP9w7hKERFE4j19kocHxIXyocfJA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -4324,7 +4322,7 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/media-query/2.0.4_sxr25aaor3bltw4csjjk62xw3q: + /@chakra-ui/media-query/2.0.4_95e3ae800e8ec2b9db829252af6af6dc: resolution: {integrity: sha512-kn6g/L0IFFUHz2v4yiCsBnhg9jUeA7525Z+AWl+BPtvryi7i9J+AJ27y/QAge7vUGy4dwDeFyxOZTs2oZ9/BsA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4332,13 +4330,13 @@ packages: react: '>=16.8.6' dependencies: '@chakra-ui/react-env': 1.1.6_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/theme': 1.14.1_@chakra-ui+system@1.12.1 '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/menu/1.8.11_incjhkcqypgck3reh3u2lo73g4: + /@chakra-ui/menu/1.8.11_434493a850c3cc256e243ee9a5bbfb37: resolution: {integrity: sha512-8K65xItPsdMvSfuGWYIGigOF/QMcy7+D48UIEO/Hu0u0ckd11/JXbpSIFPddH5fYedclJ18PGRohTne487OVjQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4350,14 +4348,14 @@ packages: '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/popper': 2.4.3_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y - '@chakra-ui/transition': 1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde + '@chakra-ui/transition': 1.4.8_framer-motion@6.3.3+react@17.0.2 '@chakra-ui/utils': 1.10.4 - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 dev: false - /@chakra-ui/modal/1.11.1_segnavngbi5yeclrl7sdvlhpbq: + /@chakra-ui/modal/1.11.1_910cd055a60a3b8209715fe43aacef0c: resolution: {integrity: sha512-B2BBDonHb04vbPLAWgko1JYBwgW8ZNSLyhTJK+rbrCsRSgazuLTcwq4hdyJqrYNWtaQEfSwpAXqJ7joMZdv59A==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4365,40 +4363,40 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/close-button': 1.2.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/focus-lock': 1.2.6_hx2b44akkvgcgvvtmk7ds2qk6q + '@chakra-ui/close-button': 1.2.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/focus-lock': 1.2.6_3df41e700a554c2356b362be396a0af4 '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/portal': 1.3.10_sfoxds7t5ydpegc3knd667wn6m + '@chakra-ui/portal': 1.3.10_react-dom@17.0.2+react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y - '@chakra-ui/transition': 1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde + '@chakra-ui/transition': 1.4.8_framer-motion@6.3.3+react@17.0.2 '@chakra-ui/utils': 1.10.4 aria-hidden: 1.1.3 - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + framer-motion: 6.3.3_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_hx2b44akkvgcgvvtmk7ds2qk6q + react-remove-scroll: 2.4.1_3df41e700a554c2356b362be396a0af4 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/1.4.7_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/number-input/1.4.7_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-LorGRZFMipom8vCUEbLi2s7bTHF2Fgiu766W0jTbzMje+8Z1ZoRQunH9OZWQnxnWQTUfUM2KBW8KwToYh1ojfQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: '@chakra-ui/counter': 1.2.10_react@17.0.2 - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/pin-input/1.7.10_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/pin-input/1.7.10_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-Uz5vFK+ZevQtdYHBkddSFCrY44bweXLanpSv9X/D0pWpdML09qfPiKX4ydGzfRoS2u4L8NUtN86IcvdOQLhHQg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4407,25 +4405,25 @@ packages: '@chakra-ui/descendant': 2.1.3_react@17.0.2 '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/popover/1.11.9_incjhkcqypgck3reh3u2lo73g4: + /@chakra-ui/popover/1.11.9_434493a850c3cc256e243ee9a5bbfb37: resolution: {integrity: sha512-hJ1/Lwukox3ryTN7W1wnj+nE44utfLwQYvfUSdatt5dznnh8k0P6Wx7Hmjm1cYffRavBhqzwua/QZDWjJN9N0g==} peerDependencies: '@chakra-ui/system': '>=1.0.0' framer-motion: 3.x || 4.x || 5.x || 6.x react: '>=16.8.6' dependencies: - '@chakra-ui/close-button': 1.2.7_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/close-button': 1.2.7_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/popper': 2.4.3_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 dev: false @@ -4439,7 +4437,7 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/portal/1.3.10_sfoxds7t5ydpegc3knd667wn6m: + /@chakra-ui/portal/1.3.10_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-t2KQ6MXbyf1qFYxWw/bs//CnwD+Clq7mbsP1Y7g+THCz2FvlLlMj45BWocLB30NoNyA8WCS2zyMBszW2/qvDiA==} peerDependencies: react: '>=16.8.6' @@ -4452,19 +4450,19 @@ packages: react-dom: 17.0.2_react@17.0.2 dev: false - /@chakra-ui/progress/1.2.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/progress/1.2.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-thaHRIYTVktgV78vJMNwzfCX+ickhSpn2bun6FtGVUphFx4tjV+ggz+IGohm6AH2hapskoR1mQU2iNZb6BK0hQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/theme-tools': 1.3.6_@chakra-ui+system@1.12.1 '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/provider/1.7.14_rikzftoujo3cmwul4lespwcm6i: + /@chakra-ui/provider/1.7.14_8a1592cdd44bb6265a8be2c927d84cf2: resolution: {integrity: sha512-FCA33CZy/jFzExglKMioeri8sr9NtDTcNVPnx95ZJiA7WpfFo0xuZ6/fMC4DwIQPkJKbSIZBXYLZ3U10Ntylrw==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4472,30 +4470,30 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/css-reset': 1.1.3_qy3iey4iudt25gp34xnq4xoic4 + '@chakra-ui/css-reset': 1.1.3_8636826388a0e7ae99fbe5db0e5dc817 '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/portal': 1.3.10_sfoxds7t5ydpegc3knd667wn6m + '@chakra-ui/portal': 1.3.10_react-dom@17.0.2+react@17.0.2 '@chakra-ui/react-env': 1.1.6_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa - '@emotion/styled': 11.8.1_og5tf3euret46fl7avbeeylhee + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 + '@emotion/styled': 11.8.1_71bb32ec948927cf157f054242616721 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /@chakra-ui/radio/1.5.1_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/radio/1.5.1_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-zO5eShz+j68A7935jJ2q5u3brX/bjPEGh9Pj2+bnKbmC9Vva6jEzBSJsAx9n4WbkAzR3xDMGWsbpivFp8X1tJw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/visually-hidden': 1.1.6_ec02b824bed6ab9ca8725186341c5110 react: 17.0.2 dev: false @@ -4517,7 +4515,7 @@ packages: react: 17.0.2 dev: false - /@chakra-ui/react/1.8.8_qaq3qtwi74meo7khtwcm3ybelq: + /@chakra-ui/react/1.8.8_8021b84ec8ff18477d479d84cde0245c: resolution: {integrity: sha512-/XqL25J0i0h+usAXBngn/RTG2u1oQRzbhHe9tNHwFyNbx/izIADhQW/6ji06QU0KtaRIU77XvgSAyTtMJY1KmA==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4526,75 +4524,75 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/accordion': 1.4.11_incjhkcqypgck3reh3u2lo73g4 - '@chakra-ui/alert': 1.3.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/avatar': 1.3.11_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/breadcrumb': 1.3.6_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/button': 1.5.10_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/checkbox': 1.7.1_incjhkcqypgck3reh3u2lo73g4 - '@chakra-ui/close-button': 1.2.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/control-box': 1.1.6_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/accordion': 1.4.11_434493a850c3cc256e243ee9a5bbfb37 + '@chakra-ui/alert': 1.3.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/avatar': 1.3.11_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/breadcrumb': 1.3.6_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/button': 1.5.10_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/checkbox': 1.7.1_434493a850c3cc256e243ee9a5bbfb37 + '@chakra-ui/close-button': 1.2.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/control-box': 1.1.6_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/counter': 1.2.10_react@17.0.2 - '@chakra-ui/css-reset': 1.1.3_qy3iey4iudt25gp34xnq4xoic4 - '@chakra-ui/editable': 1.4.2_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/css-reset': 1.1.3_8636826388a0e7ae99fbe5db0e5dc817 + '@chakra-ui/editable': 1.4.2_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/image': 1.1.10_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/input': 1.4.6_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/layout': 1.8.0_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/image': 1.1.10_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/input': 1.4.6_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/layout': 1.8.0_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/live-region': 1.1.6_react@17.0.2 - '@chakra-ui/media-query': 2.0.4_sxr25aaor3bltw4csjjk62xw3q - '@chakra-ui/menu': 1.8.11_incjhkcqypgck3reh3u2lo73g4 - '@chakra-ui/modal': 1.11.1_segnavngbi5yeclrl7sdvlhpbq - '@chakra-ui/number-input': 1.4.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/pin-input': 1.7.10_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/popover': 1.11.9_incjhkcqypgck3reh3u2lo73g4 + '@chakra-ui/media-query': 2.0.4_95e3ae800e8ec2b9db829252af6af6dc + '@chakra-ui/menu': 1.8.11_434493a850c3cc256e243ee9a5bbfb37 + '@chakra-ui/modal': 1.11.1_910cd055a60a3b8209715fe43aacef0c + '@chakra-ui/number-input': 1.4.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/pin-input': 1.7.10_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/popover': 1.11.9_434493a850c3cc256e243ee9a5bbfb37 '@chakra-ui/popper': 2.4.3_react@17.0.2 - '@chakra-ui/portal': 1.3.10_sfoxds7t5ydpegc3knd667wn6m - '@chakra-ui/progress': 1.2.6_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/provider': 1.7.14_rikzftoujo3cmwul4lespwcm6i - '@chakra-ui/radio': 1.5.1_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/portal': 1.3.10_react-dom@17.0.2+react@17.0.2 + '@chakra-ui/progress': 1.2.6_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/provider': 1.7.14_8a1592cdd44bb6265a8be2c927d84cf2 + '@chakra-ui/radio': 1.5.1_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/react-env': 1.1.6_react@17.0.2 - '@chakra-ui/select': 1.2.11_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/skeleton': 1.2.14_4duuylh6eevzah5xrjjxhtcphy - '@chakra-ui/slider': 1.5.11_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/spinner': 1.2.6_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/stat': 1.2.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/switch': 1.3.10_incjhkcqypgck3reh3u2lo73g4 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y - '@chakra-ui/table': 1.3.6_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/tabs': 1.6.10_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/tag': 1.2.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/textarea': 1.2.11_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/select': 1.2.11_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/skeleton': 1.2.14_e0e94c2cfe212b901fb78a5373cc4f3e + '@chakra-ui/slider': 1.5.11_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/spinner': 1.2.6_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/stat': 1.2.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/switch': 1.3.10_434493a850c3cc256e243ee9a5bbfb37 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde + '@chakra-ui/table': 1.3.6_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/tabs': 1.6.10_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/tag': 1.2.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/textarea': 1.2.11_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/theme': 1.14.1_@chakra-ui+system@1.12.1 - '@chakra-ui/toast': 1.5.9_5ffc2rozbqlsnpdetoqsxkvzae - '@chakra-ui/tooltip': 1.5.1_5ffc2rozbqlsnpdetoqsxkvzae - '@chakra-ui/transition': 1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74 + '@chakra-ui/toast': 1.5.9_e94a2d45d90c1726bc649ba12baab901 + '@chakra-ui/tooltip': 1.5.1_e94a2d45d90c1726bc649ba12baab901 + '@chakra-ui/transition': 1.4.8_framer-motion@6.3.3+react@17.0.2 '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa - '@emotion/styled': 11.8.1_og5tf3euret46fl7avbeeylhee - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + '@chakra-ui/visually-hidden': 1.1.6_ec02b824bed6ab9ca8725186341c5110 + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 + '@emotion/styled': 11.8.1_71bb32ec948927cf157f054242616721 + framer-motion: 6.3.3_react-dom@17.0.2+react@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.2.11_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/select/1.2.11_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-6Tis1+ZrRjQeWhQfziQn3ZdPphV5ccafpZOhiPdTcM2J1XcXOlII+9rHxvaW+jx7zQ5ly5o8kd7iXzalDgl5wA==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/skeleton/1.2.14_4duuylh6eevzah5xrjjxhtcphy: + /@chakra-ui/skeleton/1.2.14_e0e94c2cfe212b901fb78a5373cc4f3e: resolution: {integrity: sha512-R0v4DfQ2yjXCJf9SzhTmDb2PLx5//LxsRbjjgRa8qJCR4MZaGswPrekp4dP8YjY8aEYzuZbvHU12T3vqZBk2GA==} peerDependencies: '@chakra-ui/theme': '>=1.0.0' @@ -4603,16 +4601,16 @@ packages: react: '>=16.8.6' dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/media-query': 2.0.4_sxr25aaor3bltw4csjjk62xw3q - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/media-query': 2.0.4_95e3ae800e8ec2b9db829252af6af6dc + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/theme': 1.14.1_@chakra-ui+system@1.12.1 '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa - '@emotion/styled': 11.8.1_og5tf3euret46fl7avbeeylhee + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 + '@emotion/styled': 11.8.1_71bb32ec948927cf157f054242616721 react: 17.0.2 dev: false - /@chakra-ui/slider/1.5.11_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/slider/1.5.11_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-THkGU2BsA6XMosXcEVQkWVRftqUIAKCb+y4iEpR3C2ztqL7Fl/CbIGwyr5majhPhKc275rb8dfxwp8R0L0ZIiQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4620,33 +4618,33 @@ packages: dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/spinner/1.2.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/spinner/1.2.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-GoUCccN120fGRVgUtfuwcEjeoaxffB+XsgpxX7jhWloXf8b6lkqm68bsxX4Ybb2vGN1fANI98/45JmrnddZO/A==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/visually-hidden': 1.1.6_ec02b824bed6ab9ca8725186341c5110 react: 17.0.2 dev: false - /@chakra-ui/stat/1.2.7_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/stat/1.2.7_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-m76jumFW1N+mCG4ytrUz9Mh09nZtS4OQcADEvOslfdI5StwwuzasTA1tueaelPzdhBioMwFUWL05Fr1fXbPJ/Q==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/visually-hidden': 1.1.6_ec02b824bed6ab9ca8725186341c5110 react: 17.0.2 dev: false @@ -4657,21 +4655,21 @@ packages: csstype: 3.0.9 dev: false - /@chakra-ui/switch/1.3.10_incjhkcqypgck3reh3u2lo73g4: + /@chakra-ui/switch/1.3.10_434493a850c3cc256e243ee9a5bbfb37: resolution: {integrity: sha512-V6qDLY6oECCbPyu7alWWOAhSBI4+SAuT6XW/zEQbelkwuUOiGO1ax67rTXOmZ59A2AaV1gqQFxDh8AcbvwO5XQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' framer-motion: 3.x || 4.x || 5.x || 6.x react: '>=16.8.6' dependencies: - '@chakra-ui/checkbox': 1.7.1_incjhkcqypgck3reh3u2lo73g4 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/checkbox': 1.7.1_434493a850c3cc256e243ee9a5bbfb37 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 dev: false - /@chakra-ui/system/1.12.1_bgqmsvm4hz6izcmpcwescmz73y: + /@chakra-ui/system/1.12.1_09a0c9559c3e7c8c898f158921333fde: resolution: {integrity: sha512-Rp09/rMuPA3hF38OJxeQciGO9N0Ie1GxwHRAw1AFA/TY3fVyK9pNI5oN+J/1cAxq7v9yKdIr1YfnruJTI9xfEg==} peerDependencies: '@emotion/react': ^11.0.0 @@ -4682,24 +4680,24 @@ packages: '@chakra-ui/react-utils': 1.2.3_react@17.0.2 '@chakra-ui/styled-system': 1.19.0 '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa - '@emotion/styled': 11.8.1_og5tf3euret46fl7avbeeylhee + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 + '@emotion/styled': 11.8.1_71bb32ec948927cf157f054242616721 react: 17.0.2 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/1.3.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/table/1.3.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-7agZAgAeDFKviqStvixqnLAH54+setzhx67EztioZTr5Xu+6hQ4rotfJbu8L4i587pcbNg98kCEXEkidjw0XRQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/tabs/1.6.10_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/tabs/1.6.10_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-ClOOHT3Wnf3l9X4F2S6ysPsHMDgKSTgkXpB9Qe0odwpT49ZXNjSAYYaXzO16l+Eq/m2u1HzLkXVsL42HIeOiNQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4709,31 +4707,31 @@ packages: '@chakra-ui/descendant': 2.1.3_react@17.0.2 '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/tag/1.2.7_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/tag/1.2.7_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-RKrKOol4i/CnpFfo3T9LMm1abaqM+5Bs0soQLbo1iJBbBACY09sWXrQYvveQ2GYzU/OrAUloHqqmKjyVGOlNtg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/icon': 2.0.5_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/icon': 2.0.5_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false - /@chakra-ui/textarea/1.2.11_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/textarea/1.2.11_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-RDWbMyC87/AFRX98EnVum5eig/7hhcvS1BrqW5lvmTgrpr7KVr80Dfa8hUj58Iq37Z7AqZijDPkBn/zg7bPdIg==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/form-control': 1.6.0_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/form-control': 1.6.0_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -4743,7 +4741,7 @@ packages: peerDependencies: '@chakra-ui/system': '>=1.0.0' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 '@ctrl/tinycolor': 3.4.1 dev: false @@ -4754,12 +4752,12 @@ packages: '@chakra-ui/system': '>=1.0.0' dependencies: '@chakra-ui/anatomy': 1.3.0_@chakra-ui+system@1.12.1 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/theme-tools': 1.3.6_@chakra-ui+system@1.12.1 '@chakra-ui/utils': 1.10.4 dev: false - /@chakra-ui/toast/1.5.9_5ffc2rozbqlsnpdetoqsxkvzae: + /@chakra-ui/toast/1.5.9_e94a2d45d90c1726bc649ba12baab901: resolution: {integrity: sha512-rns04bGdMcG7Ijg45L+PfuEW4rCd0Ycraix4EJQhcl9RXI18G9sphmlp9feidhZAkI6Ukafq1YvyvkBfkKnIzQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4767,20 +4765,20 @@ packages: react: '>=16.8.6' react-dom: '>=16.8.6' dependencies: - '@chakra-ui/alert': 1.3.7_5qblqjf622vzzkdskgddihcrca - '@chakra-ui/close-button': 1.2.7_5qblqjf622vzzkdskgddihcrca + '@chakra-ui/alert': 1.3.7_ec02b824bed6ab9ca8725186341c5110 + '@chakra-ui/close-button': 1.2.7_ec02b824bed6ab9ca8725186341c5110 '@chakra-ui/hooks': 1.9.1_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/theme': 1.14.1_@chakra-ui+system@1.12.1 - '@chakra-ui/transition': 1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74 + '@chakra-ui/transition': 1.4.8_framer-motion@6.3.3+react@17.0.2 '@chakra-ui/utils': 1.10.4 - '@reach/alert': 0.13.2_sfoxds7t5ydpegc3knd667wn6m - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + '@reach/alert': 0.13.2_react-dom@17.0.2+react@17.0.2 + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /@chakra-ui/tooltip/1.5.1_5ffc2rozbqlsnpdetoqsxkvzae: + /@chakra-ui/tooltip/1.5.1_e94a2d45d90c1726bc649ba12baab901: resolution: {integrity: sha512-EUAlDdlCBt63VpEVtj/RkFjHQVN/xA9gEAumngQdi1Sp+OXPYCBM9GwSY0NwrM1RfKBnhPSH9wz7FwredJWeaw==} peerDependencies: '@chakra-ui/system': '>=1.0.0' @@ -4790,24 +4788,24 @@ packages: dependencies: '@chakra-ui/hooks': 1.9.1_react@17.0.2 '@chakra-ui/popper': 2.4.3_react@17.0.2 - '@chakra-ui/portal': 1.3.10_sfoxds7t5ydpegc3knd667wn6m + '@chakra-ui/portal': 1.3.10_react-dom@17.0.2+react@17.0.2 '@chakra-ui/react-utils': 1.2.3_react@17.0.2 - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6_5qblqjf622vzzkdskgddihcrca - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + '@chakra-ui/visually-hidden': 1.1.6_ec02b824bed6ab9ca8725186341c5110 + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: false - /@chakra-ui/transition/1.4.8_tz5ov5ixqq7rkjq2pbaydc2e74: + /@chakra-ui/transition/1.4.8_framer-motion@6.3.3+react@17.0.2: resolution: {integrity: sha512-5uc8LEuCH7+0h++wqAav/EktTHOjbLDSTXQlU9fzPIlNNgyf2eXrHVN2AGMGKiMR9Z4gS7umQjZ54r0w/mZ/Fw==} peerDependencies: framer-motion: 3.x || 4.x || 5.x || 6.x react: '>=16.8.6' dependencies: '@chakra-ui/utils': 1.10.4 - framer-motion: 6.3.3_sfoxds7t5ydpegc3knd667wn6m + framer-motion: 6.3.3_react-dom@17.0.2+react@17.0.2 react: 17.0.2 dev: false @@ -4820,13 +4818,13 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/1.1.6_5qblqjf622vzzkdskgddihcrca: + /@chakra-ui/visually-hidden/1.1.6_ec02b824bed6ab9ca8725186341c5110: resolution: {integrity: sha512-Xzy5bA0UA+IyMgwJizQYSEdgz8cC/tHdmFB3CniXzmpKTSK8mJddeEBl+cGbXHBzxEUhH7xF1eaS41O+0ezWEQ==} peerDependencies: '@chakra-ui/system': '>=1.0.0' react: '>=16.8.6' dependencies: - '@chakra-ui/system': 1.12.1_bgqmsvm4hz6izcmpcwescmz73y + '@chakra-ui/system': 1.12.1_09a0c9559c3e7c8c898f158921333fde '@chakra-ui/utils': 1.10.4 react: 17.0.2 dev: false @@ -5148,7 +5146,7 @@ packages: /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} - /@emotion/react/11.9.0_agi5j56rhwhfr3kfyspeqe6asa: + /@emotion/react/11.9.0_0191d4f7d13d8e58ed45c49e4813c090: resolution: {integrity: sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -5200,7 +5198,7 @@ packages: resolution: {integrity: sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==} dev: false - /@emotion/styled-base/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: + /@emotion/styled-base/10.3.0_316248eb6686a2fd4fbadcfd00de37f3: resolution: {integrity: sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==} peerDependencies: '@emotion/core': ^10.0.28 @@ -5214,19 +5212,19 @@ packages: react: 17.0.2 dev: true - /@emotion/styled/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: + /@emotion/styled/10.3.0_316248eb6686a2fd4fbadcfd00de37f3: resolution: {integrity: sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==} peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0' dependencies: '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled-base': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/styled-base': 10.3.0_316248eb6686a2fd4fbadcfd00de37f3 babel-plugin-emotion: 10.2.2 react: 17.0.2 dev: true - /@emotion/styled/11.8.1_og5tf3euret46fl7avbeeylhee: + /@emotion/styled/11.8.1_71bb32ec948927cf157f054242616721: resolution: {integrity: sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -5243,7 +5241,7 @@ packages: '@babel/runtime': 7.17.9 '@emotion/babel-plugin': 11.9.2_@babel+core@7.17.10 '@emotion/is-prop-valid': 1.1.2 - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 '@emotion/serialize': 1.0.3 '@emotion/utils': 1.1.0 '@types/react': 17.0.45 @@ -5345,11 +5343,6 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@hutson/parse-repository-url/3.0.2: - resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} - engines: {node: '>=6.9.0'} - dev: true - /@istanbuljs/load-nyc-config/1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} @@ -5670,699 +5663,6 @@ packages: resolution: {integrity: sha512-nkalE/f1RvRGChwBnEIoBfSEYOXnCRdleKuv6+lePbMDrMZXeDQnqak5XDOeBgrPPyPfAdcCu/B5z+v3VhplGg==} dev: true - /@lerna/add/4.0.0: - resolution: {integrity: sha512-cpmAH1iS3k8JBxNvnMqrGTTjbY/ZAiKa1ChJzFevMYY3eeqbvhsBKnBcxjRXtdrJ6bd3dCQM+ZtK+0i682Fhng==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/bootstrap': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/filter-options': 4.0.0 - '@lerna/npm-conf': 4.0.0 - '@lerna/validation-error': 4.0.0 - dedent: 0.7.0 - npm-package-arg: 8.1.5 - p-map: 4.0.0 - pacote: 11.3.5 - semver: 7.3.7 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - - /@lerna/bootstrap/4.0.0: - resolution: {integrity: sha512-RkS7UbeM2vu+kJnHzxNRCLvoOP9yGNgkzRdy4UV2hNalD7EP41bLvRVOwRYQ7fhc2QcbhnKNdOBihYRL0LcKtw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/command': 4.0.0 - '@lerna/filter-options': 4.0.0 - '@lerna/has-npm-version': 4.0.0 - '@lerna/npm-install': 4.0.0 - '@lerna/package-graph': 4.0.0 - '@lerna/pulse-till-done': 4.0.0 - '@lerna/rimraf-dir': 4.0.0 - '@lerna/run-lifecycle': 4.0.0 - '@lerna/run-topologically': 4.0.0 - '@lerna/symlink-binary': 4.0.0 - '@lerna/symlink-dependencies': 4.0.0 - '@lerna/validation-error': 4.0.0 - dedent: 0.7.0 - get-port: 5.1.1 - multimatch: 5.0.0 - npm-package-arg: 8.1.5 - npmlog: 4.1.2 - p-map: 4.0.0 - p-map-series: 2.1.0 - p-waterfall: 2.1.1 - read-package-tree: 5.3.1 - semver: 7.3.7 - dev: true - - /@lerna/changed/4.0.0: - resolution: {integrity: sha512-cD+KuPRp6qiPOD+BO6S6SN5cARspIaWSOqGBpGnYzLb4uWT8Vk4JzKyYtc8ym1DIwyoFXHosXt8+GDAgR8QrgQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/collect-updates': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/listable': 4.0.0 - '@lerna/output': 4.0.0 - dev: true - - /@lerna/check-working-tree/4.0.0: - resolution: {integrity: sha512-/++bxM43jYJCshBiKP5cRlCTwSJdRSxVmcDAXM+1oUewlZJVSVlnks5eO0uLxokVFvLhHlC5kHMc7gbVFPHv6Q==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/collect-uncommitted': 4.0.0 - '@lerna/describe-ref': 4.0.0 - '@lerna/validation-error': 4.0.0 - dev: true - - /@lerna/child-process/4.0.0: - resolution: {integrity: sha512-XtCnmCT9eyVsUUHx6y/CTBYdV9g2Cr/VxyseTWBgfIur92/YKClfEtJTbOh94jRT62hlKLqSvux/UhxXVh613Q==} - engines: {node: '>= 10.18.0'} - dependencies: - chalk: 4.1.2 - execa: 5.1.1 - strong-log-transformer: 2.1.0 - dev: true - - /@lerna/clean/4.0.0: - resolution: {integrity: sha512-uugG2iN9k45ITx2jtd8nEOoAtca8hNlDCUM0N3lFgU/b1mEQYAPRkqr1qs4FLRl/Y50ZJ41wUz1eazS+d/0osA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/command': 4.0.0 - '@lerna/filter-options': 4.0.0 - '@lerna/prompt': 4.0.0 - '@lerna/pulse-till-done': 4.0.0 - '@lerna/rimraf-dir': 4.0.0 - p-map: 4.0.0 - p-map-series: 2.1.0 - p-waterfall: 2.1.1 - dev: true - - /@lerna/cli/4.0.0: - resolution: {integrity: sha512-Neaw3GzFrwZiRZv2g7g6NwFjs3er1vhraIniEs0jjVLPMNC4eata0na3GfE5yibkM/9d3gZdmihhZdZ3EBdvYA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/global-options': 4.0.0 - dedent: 0.7.0 - npmlog: 4.1.2 - yargs: 16.2.0 - dev: true - - /@lerna/collect-uncommitted/4.0.0: - resolution: {integrity: sha512-ufSTfHZzbx69YNj7KXQ3o66V4RC76ffOjwLX0q/ab//61bObJ41n03SiQEhSlmpP+gmFbTJ3/7pTe04AHX9m/g==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - chalk: 4.1.2 - npmlog: 4.1.2 - dev: true - - /@lerna/collect-updates/4.0.0: - resolution: {integrity: sha512-bnNGpaj4zuxsEkyaCZLka9s7nMs58uZoxrRIPJ+nrmrZYp1V5rrd+7/NYTuunOhY2ug1sTBvTAxj3NZQ+JKnOw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/describe-ref': 4.0.0 - minimatch: 3.1.2 - npmlog: 4.1.2 - slash: 3.0.0 - dev: true - - /@lerna/command/4.0.0: - resolution: {integrity: sha512-LM9g3rt5FsPNFqIHUeRwWXLNHJ5NKzOwmVKZ8anSp4e1SPrv2HNc1V02/9QyDDZK/w+5POXH5lxZUI1CHaOK/A==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/package-graph': 4.0.0 - '@lerna/project': 4.0.0 - '@lerna/validation-error': 4.0.0 - '@lerna/write-log-file': 4.0.0 - clone-deep: 4.0.1 - dedent: 0.7.0 - execa: 5.1.1 - is-ci: 2.0.0 - npmlog: 4.1.2 - dev: true - - /@lerna/conventional-commits/4.0.0: - resolution: {integrity: sha512-CSUQRjJHFrH8eBn7+wegZLV3OrNc0Y1FehYfYGhjLE2SIfpCL4bmfu/ViYuHh9YjwHaA+4SX6d3hR+xkeseKmw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/validation-error': 4.0.0 - conventional-changelog-angular: 5.0.13 - conventional-changelog-core: 4.2.4 - conventional-recommended-bump: 6.1.0 - fs-extra: 9.1.0 - get-stream: 6.0.1 - lodash.template: 4.5.0 - npm-package-arg: 8.1.5 - npmlog: 4.1.2 - pify: 5.0.0 - semver: 7.3.7 - dev: true - - /@lerna/create-symlink/4.0.0: - resolution: {integrity: sha512-I0phtKJJdafUiDwm7BBlEUOtogmu8+taxq6PtIrxZbllV9hWg59qkpuIsiFp+no7nfRVuaasNYHwNUhDAVQBig==} - engines: {node: '>= 10.18.0'} - dependencies: - cmd-shim: 4.1.0 - fs-extra: 9.1.0 - npmlog: 4.1.2 - dev: true - - /@lerna/create/4.0.0: - resolution: {integrity: sha512-mVOB1niKByEUfxlbKTM1UNECWAjwUdiioIbRQZEeEabtjCL69r9rscIsjlGyhGWCfsdAG5wfq4t47nlDXdLLag==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/npm-conf': 4.0.0 - '@lerna/validation-error': 4.0.0 - dedent: 0.7.0 - fs-extra: 9.1.0 - globby: 11.1.0 - init-package-json: 2.0.5 - npm-package-arg: 8.1.5 - p-reduce: 2.1.0 - pacote: 11.3.5 - pify: 5.0.0 - semver: 7.3.7 - slash: 3.0.0 - validate-npm-package-license: 3.0.4 - validate-npm-package-name: 3.0.0 - whatwg-url: 8.7.0 - yargs-parser: 20.2.4 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - - /@lerna/describe-ref/4.0.0: - resolution: {integrity: sha512-eTU5+xC4C5Gcgz+Ey4Qiw9nV2B4JJbMulsYJMW8QjGcGh8zudib7Sduj6urgZXUYNyhYpRs+teci9M2J8u+UvQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - npmlog: 4.1.2 - dev: true - - /@lerna/diff/4.0.0: - resolution: {integrity: sha512-jYPKprQVg41+MUMxx6cwtqsNm0Yxx9GDEwdiPLwcUTFx+/qKCEwifKNJ1oGIPBxyEHX2PFCOjkK39lHoj2qiag==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/validation-error': 4.0.0 - npmlog: 4.1.2 - dev: true - - /@lerna/exec/4.0.0: - resolution: {integrity: sha512-VGXtL/b/JfY84NB98VWZpIExfhLOzy0ozm/0XaS4a2SmkAJc5CeUfrhvHxxkxiTBLkU+iVQUyYEoAT0ulQ8PCw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/filter-options': 4.0.0 - '@lerna/profiler': 4.0.0 - '@lerna/run-topologically': 4.0.0 - '@lerna/validation-error': 4.0.0 - p-map: 4.0.0 - dev: true - - /@lerna/filter-options/4.0.0: - resolution: {integrity: sha512-vV2ANOeZhOqM0rzXnYcFFCJ/kBWy/3OA58irXih9AMTAlQLymWAK0akWybl++sUJ4HB9Hx12TOqaXbYS2NM5uw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/collect-updates': 4.0.0 - '@lerna/filter-packages': 4.0.0 - dedent: 0.7.0 - npmlog: 4.1.2 - dev: true - - /@lerna/filter-packages/4.0.0: - resolution: {integrity: sha512-+4AJIkK7iIiOaqCiVTYJxh/I9qikk4XjNQLhE3kixaqgMuHl1NQ99qXRR0OZqAWB9mh8Z1HA9bM5K1HZLBTOqA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/validation-error': 4.0.0 - multimatch: 5.0.0 - npmlog: 4.1.2 - dev: true - - /@lerna/get-npm-exec-opts/4.0.0: - resolution: {integrity: sha512-yvmkerU31CTWS2c7DvmAWmZVeclPBqI7gPVr5VATUKNWJ/zmVcU4PqbYoLu92I9Qc4gY1TuUplMNdNuZTSL7IQ==} - engines: {node: '>= 10.18.0'} - dependencies: - npmlog: 4.1.2 - dev: true - - /@lerna/get-packed/4.0.0: - resolution: {integrity: sha512-rfWONRsEIGyPJTxFzC8ECb3ZbsDXJbfqWYyeeQQDrJRPnEJErlltRLPLgC2QWbxFgFPsoDLeQmFHJnf0iDfd8w==} - engines: {node: '>= 10.18.0'} - dependencies: - fs-extra: 9.1.0 - ssri: 8.0.1 - tar: 6.1.11 - dev: true - - /@lerna/github-client/4.0.0: - resolution: {integrity: sha512-2jhsldZtTKXYUBnOm23Lb0Fx8G4qfSXF9y7UpyUgWUj+YZYd+cFxSuorwQIgk5P4XXrtVhsUesIsli+BYSThiw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 18.12.0 - git-url-parse: 11.6.0 - npmlog: 4.1.2 - transitivePeerDependencies: - - encoding - dev: true - - /@lerna/gitlab-client/4.0.0: - resolution: {integrity: sha512-OMUpGSkeDWFf7BxGHlkbb35T7YHqVFCwBPSIR6wRsszY8PAzCYahtH3IaJzEJyUg6vmZsNl0FSr3pdA2skhxqA==} - engines: {node: '>= 10.18.0'} - dependencies: - node-fetch: 2.6.7 - npmlog: 4.1.2 - whatwg-url: 8.7.0 - transitivePeerDependencies: - - encoding - dev: true - - /@lerna/global-options/4.0.0: - resolution: {integrity: sha512-TRMR8afAHxuYBHK7F++Ogop2a82xQjoGna1dvPOY6ltj/pEx59pdgcJfYcynYqMkFIk8bhLJJN9/ndIfX29FTQ==} - engines: {node: '>= 10.18.0'} - dev: true - - /@lerna/has-npm-version/4.0.0: - resolution: {integrity: sha512-LQ3U6XFH8ZmLCsvsgq1zNDqka0Xzjq5ibVN+igAI5ccRWNaUsE/OcmsyMr50xAtNQMYMzmpw5GVLAivT2/YzCg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - semver: 7.3.7 - dev: true - - /@lerna/import/4.0.0: - resolution: {integrity: sha512-FaIhd+4aiBousKNqC7TX1Uhe97eNKf5/SC7c5WZANVWtC7aBWdmswwDt3usrzCNpj6/Wwr9EtEbYROzxKH8ffg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/prompt': 4.0.0 - '@lerna/pulse-till-done': 4.0.0 - '@lerna/validation-error': 4.0.0 - dedent: 0.7.0 - fs-extra: 9.1.0 - p-map-series: 2.1.0 - dev: true - - /@lerna/info/4.0.0: - resolution: {integrity: sha512-8Uboa12kaCSZEn4XRfPz5KU9XXoexSPS4oeYGj76s2UQb1O1GdnEyfjyNWoUl1KlJ2i/8nxUskpXIftoFYH0/Q==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/command': 4.0.0 - '@lerna/output': 4.0.0 - envinfo: 7.8.1 - dev: true - - /@lerna/init/4.0.0: - resolution: {integrity: sha512-wY6kygop0BCXupzWj5eLvTUqdR7vIAm0OgyV9WHpMYQGfs1V22jhztt8mtjCloD/O0nEe4tJhdG62XU5aYmPNQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/command': 4.0.0 - fs-extra: 9.1.0 - p-map: 4.0.0 - write-json-file: 4.3.0 - dev: true - - /@lerna/link/4.0.0: - resolution: {integrity: sha512-KlvPi7XTAcVOByfaLlOeYOfkkDcd+bejpHMCd1KcArcFTwijOwXOVi24DYomIeHvy6HsX/IUquJ4PPUJIeB4+w==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/command': 4.0.0 - '@lerna/package-graph': 4.0.0 - '@lerna/symlink-dependencies': 4.0.0 - p-map: 4.0.0 - slash: 3.0.0 - dev: true - - /@lerna/list/4.0.0: - resolution: {integrity: sha512-L2B5m3P+U4Bif5PultR4TI+KtW+SArwq1i75QZ78mRYxPc0U/piau1DbLOmwrdqr99wzM49t0Dlvl6twd7GHFg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/command': 4.0.0 - '@lerna/filter-options': 4.0.0 - '@lerna/listable': 4.0.0 - '@lerna/output': 4.0.0 - dev: true - - /@lerna/listable/4.0.0: - resolution: {integrity: sha512-/rPOSDKsOHs5/PBLINZOkRIX1joOXUXEtyUs5DHLM8q6/RP668x/1lFhw6Dx7/U+L0+tbkpGtZ1Yt0LewCLgeQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/query-graph': 4.0.0 - chalk: 4.1.2 - columnify: 1.6.0 - dev: true - - /@lerna/log-packed/4.0.0: - resolution: {integrity: sha512-+dpCiWbdzgMAtpajLToy9PO713IHoE6GV/aizXycAyA07QlqnkpaBNZ8DW84gHdM1j79TWockGJo9PybVhrrZQ==} - engines: {node: '>= 10.18.0'} - dependencies: - byte-size: 7.0.1 - columnify: 1.6.0 - has-unicode: 2.0.1 - npmlog: 4.1.2 - dev: true - - /@lerna/npm-conf/4.0.0: - resolution: {integrity: sha512-uS7H02yQNq3oejgjxAxqq/jhwGEE0W0ntr8vM3EfpCW1F/wZruwQw+7bleJQ9vUBjmdXST//tk8mXzr5+JXCfw==} - engines: {node: '>= 10.18.0'} - dependencies: - config-chain: 1.1.13 - pify: 5.0.0 - dev: true - - /@lerna/npm-dist-tag/4.0.0: - resolution: {integrity: sha512-F20sg28FMYTgXqEQihgoqSfwmq+Id3zT23CnOwD+XQMPSy9IzyLf1fFVH319vXIw6NF6Pgs4JZN2Qty6/CQXGw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/otplease': 4.0.0 - npm-package-arg: 8.1.5 - npm-registry-fetch: 9.0.0 - npmlog: 4.1.2 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - - /@lerna/npm-install/4.0.0: - resolution: {integrity: sha512-aKNxq2j3bCH3eXl3Fmu4D54s/YLL9WSwV8W7X2O25r98wzrO38AUN6AB9EtmAx+LV/SP15et7Yueg9vSaanRWg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/get-npm-exec-opts': 4.0.0 - fs-extra: 9.1.0 - npm-package-arg: 8.1.5 - npmlog: 4.1.2 - signal-exit: 3.0.7 - write-pkg: 4.0.0 - dev: true - - /@lerna/npm-publish/4.0.0: - resolution: {integrity: sha512-vQb7yAPRo5G5r77DRjHITc9piR9gvEKWrmfCH7wkfBnGWEqu7n8/4bFQ7lhnkujvc8RXOsYpvbMQkNfkYibD/w==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/otplease': 4.0.0 - '@lerna/run-lifecycle': 4.0.0 - fs-extra: 9.1.0 - libnpmpublish: 4.0.2 - npm-package-arg: 8.1.5 - npmlog: 4.1.2 - pify: 5.0.0 - read-package-json: 3.0.1 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - - /@lerna/npm-run-script/4.0.0: - resolution: {integrity: sha512-Jmyh9/IwXJjOXqKfIgtxi0bxi1pUeKe5bD3S81tkcy+kyng/GNj9WSqD5ZggoNP2NP//s4CLDAtUYLdP7CU9rA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - '@lerna/get-npm-exec-opts': 4.0.0 - npmlog: 4.1.2 - dev: true - - /@lerna/otplease/4.0.0: - resolution: {integrity: sha512-Sgzbqdk1GH4psNiT6hk+BhjOfIr/5KhGBk86CEfHNJTk9BK4aZYyJD4lpDbDdMjIV4g03G7pYoqHzH765T4fxw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/prompt': 4.0.0 - dev: true - - /@lerna/output/4.0.0: - resolution: {integrity: sha512-Un1sHtO1AD7buDQrpnaYTi2EG6sLF+KOPEAMxeUYG5qG3khTs2Zgzq5WE3dt2N/bKh7naESt20JjIW6tBELP0w==} - engines: {node: '>= 10.18.0'} - dependencies: - npmlog: 4.1.2 - dev: true - - /@lerna/pack-directory/4.0.0: - resolution: {integrity: sha512-NJrmZNmBHS+5aM+T8N6FVbaKFScVqKlQFJNY2k7nsJ/uklNKsLLl6VhTQBPwMTbf6Tf7l6bcKzpy7aePuq9UiQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/get-packed': 4.0.0 - '@lerna/package': 4.0.0 - '@lerna/run-lifecycle': 4.0.0 - npm-packlist: 2.2.2 - npmlog: 4.1.2 - tar: 6.1.11 - temp-write: 4.0.0 - dev: true - - /@lerna/package-graph/4.0.0: - resolution: {integrity: sha512-QED2ZCTkfXMKFoTGoccwUzjHtZMSf3UKX14A4/kYyBms9xfFsesCZ6SLI5YeySEgcul8iuIWfQFZqRw+Qrjraw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/prerelease-id-from-version': 4.0.0 - '@lerna/validation-error': 4.0.0 - npm-package-arg: 8.1.5 - npmlog: 4.1.2 - semver: 7.3.7 - dev: true - - /@lerna/package/4.0.0: - resolution: {integrity: sha512-l0M/izok6FlyyitxiQKr+gZLVFnvxRQdNhzmQ6nRnN9dvBJWn+IxxpM+cLqGACatTnyo9LDzNTOj2Db3+s0s8Q==} - engines: {node: '>= 10.18.0'} - dependencies: - load-json-file: 6.2.0 - npm-package-arg: 8.1.5 - write-pkg: 4.0.0 - dev: true - - /@lerna/prerelease-id-from-version/4.0.0: - resolution: {integrity: sha512-GQqguzETdsYRxOSmdFZ6zDBXDErIETWOqomLERRY54f4p+tk4aJjoVdd9xKwehC9TBfIFvlRbL1V9uQGHh1opg==} - engines: {node: '>= 10.18.0'} - dependencies: - semver: 7.3.7 - dev: true - - /@lerna/profiler/4.0.0: - resolution: {integrity: sha512-/BaEbqnVh1LgW/+qz8wCuI+obzi5/vRE8nlhjPzdEzdmWmZXuCKyWSEzAyHOJWw1ntwMiww5dZHhFQABuoFz9Q==} - engines: {node: '>= 10.18.0'} - dependencies: - fs-extra: 9.1.0 - npmlog: 4.1.2 - upath: 2.0.1 - dev: true - - /@lerna/project/4.0.0: - resolution: {integrity: sha512-o0MlVbDkD5qRPkFKlBZsXZjoNTWPyuL58564nSfZJ6JYNmgAptnWPB2dQlAc7HWRZkmnC2fCkEdoU+jioPavbg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/package': 4.0.0 - '@lerna/validation-error': 4.0.0 - cosmiconfig: 7.0.1 - dedent: 0.7.0 - dot-prop: 6.0.1 - glob-parent: 5.1.2 - globby: 11.1.0 - load-json-file: 6.2.0 - npmlog: 4.1.2 - p-map: 4.0.0 - resolve-from: 5.0.0 - write-json-file: 4.3.0 - dev: true - - /@lerna/prompt/4.0.0: - resolution: {integrity: sha512-4Ig46oCH1TH5M7YyTt53fT6TuaKMgqUUaqdgxvp6HP6jtdak6+amcsqB8YGz2eQnw/sdxunx84DfI9XpoLj4bQ==} - engines: {node: '>= 10.18.0'} - dependencies: - inquirer: 7.3.3 - npmlog: 4.1.2 - dev: true - - /@lerna/publish/4.0.0: - resolution: {integrity: sha512-K8jpqjHrChH22qtkytA5GRKIVFEtqBF6JWj1I8dWZtHs4Jywn8yB1jQ3BAMLhqmDJjWJtRck0KXhQQKzDK2UPg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/check-working-tree': 4.0.0 - '@lerna/child-process': 4.0.0 - '@lerna/collect-updates': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/describe-ref': 4.0.0 - '@lerna/log-packed': 4.0.0 - '@lerna/npm-conf': 4.0.0 - '@lerna/npm-dist-tag': 4.0.0 - '@lerna/npm-publish': 4.0.0 - '@lerna/otplease': 4.0.0 - '@lerna/output': 4.0.0 - '@lerna/pack-directory': 4.0.0 - '@lerna/prerelease-id-from-version': 4.0.0 - '@lerna/prompt': 4.0.0 - '@lerna/pulse-till-done': 4.0.0 - '@lerna/run-lifecycle': 4.0.0 - '@lerna/run-topologically': 4.0.0 - '@lerna/validation-error': 4.0.0 - '@lerna/version': 4.0.0 - fs-extra: 9.1.0 - libnpmaccess: 4.0.3 - npm-package-arg: 8.1.5 - npm-registry-fetch: 9.0.0 - npmlog: 4.1.2 - p-map: 4.0.0 - p-pipe: 3.1.0 - pacote: 11.3.5 - semver: 7.3.7 - transitivePeerDependencies: - - bluebird - - encoding - - supports-color - dev: true - - /@lerna/pulse-till-done/4.0.0: - resolution: {integrity: sha512-Frb4F7QGckaybRhbF7aosLsJ5e9WuH7h0KUkjlzSByVycxY91UZgaEIVjS2oN9wQLrheLMHl6SiFY0/Pvo0Cxg==} - engines: {node: '>= 10.18.0'} - dependencies: - npmlog: 4.1.2 - dev: true - - /@lerna/query-graph/4.0.0: - resolution: {integrity: sha512-YlP6yI3tM4WbBmL9GCmNDoeQyzcyg1e4W96y/PKMZa5GbyUvkS2+Jc2kwPD+5KcXou3wQZxSPzR3Te5OenaDdg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/package-graph': 4.0.0 - dev: true - - /@lerna/resolve-symlink/4.0.0: - resolution: {integrity: sha512-RtX8VEUzqT+uLSCohx8zgmjc6zjyRlh6i/helxtZTMmc4+6O4FS9q5LJas2uGO2wKvBlhcD6siibGt7dIC3xZA==} - engines: {node: '>= 10.18.0'} - dependencies: - fs-extra: 9.1.0 - npmlog: 4.1.2 - read-cmd-shim: 2.0.0 - dev: true - - /@lerna/rimraf-dir/4.0.0: - resolution: {integrity: sha512-QNH9ABWk9mcMJh2/muD9iYWBk1oQd40y6oH+f3wwmVGKYU5YJD//+zMiBI13jxZRtwBx0vmBZzkBkK1dR11cBg==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/child-process': 4.0.0 - npmlog: 4.1.2 - path-exists: 4.0.0 - rimraf: 3.0.2 - dev: true - - /@lerna/run-lifecycle/4.0.0: - resolution: {integrity: sha512-IwxxsajjCQQEJAeAaxF8QdEixfI7eLKNm4GHhXHrgBu185JcwScFZrj9Bs+PFKxwb+gNLR4iI5rpUdY8Y0UdGQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/npm-conf': 4.0.0 - npm-lifecycle: 3.1.5 - npmlog: 4.1.2 - dev: true - - /@lerna/run-topologically/4.0.0: - resolution: {integrity: sha512-EVZw9hGwo+5yp+VL94+NXRYisqgAlj0jWKWtAIynDCpghRxCE5GMO3xrQLmQgqkpUl9ZxQFpICgYv5DW4DksQA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/query-graph': 4.0.0 - p-queue: 6.6.2 - dev: true - - /@lerna/run/4.0.0: - resolution: {integrity: sha512-9giulCOzlMPzcZS/6Eov6pxE9gNTyaXk0Man+iCIdGJNMrCnW7Dme0Z229WWP/UoxDKg71F2tMsVVGDiRd8fFQ==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/command': 4.0.0 - '@lerna/filter-options': 4.0.0 - '@lerna/npm-run-script': 4.0.0 - '@lerna/output': 4.0.0 - '@lerna/profiler': 4.0.0 - '@lerna/run-topologically': 4.0.0 - '@lerna/timer': 4.0.0 - '@lerna/validation-error': 4.0.0 - p-map: 4.0.0 - dev: true - - /@lerna/symlink-binary/4.0.0: - resolution: {integrity: sha512-zualodWC4q1QQc1pkz969hcFeWXOsVYZC5AWVtAPTDfLl+TwM7eG/O6oP+Rr3fFowspxo6b1TQ6sYfDV6HXNWA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/create-symlink': 4.0.0 - '@lerna/package': 4.0.0 - fs-extra: 9.1.0 - p-map: 4.0.0 - dev: true - - /@lerna/symlink-dependencies/4.0.0: - resolution: {integrity: sha512-BABo0MjeUHNAe2FNGty1eantWp8u83BHSeIMPDxNq0MuW2K3CiQRaeWT3EGPAzXpGt0+hVzBrA6+OT0GPn7Yuw==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/create-symlink': 4.0.0 - '@lerna/resolve-symlink': 4.0.0 - '@lerna/symlink-binary': 4.0.0 - fs-extra: 9.1.0 - p-map: 4.0.0 - p-map-series: 2.1.0 - dev: true - - /@lerna/timer/4.0.0: - resolution: {integrity: sha512-WFsnlaE7SdOvjuyd05oKt8Leg3ENHICnvX3uYKKdByA+S3g+TCz38JsNs7OUZVt+ba63nC2nbXDlUnuT2Xbsfg==} - engines: {node: '>= 10.18.0'} - dev: true - - /@lerna/validation-error/4.0.0: - resolution: {integrity: sha512-1rBOM5/koiVWlRi3V6dB863E1YzJS8v41UtsHgMr6gB2ncJ2LsQtMKlJpi3voqcgh41H8UsPXR58RrrpPpufyw==} - engines: {node: '>= 10.18.0'} - dependencies: - npmlog: 4.1.2 - dev: true - - /@lerna/version/4.0.0: - resolution: {integrity: sha512-otUgiqs5W9zGWJZSCCMRV/2Zm2A9q9JwSDS7s/tlKq4mWCYriWo7+wsHEA/nPTMDyYyBO5oyZDj+3X50KDUzeA==} - engines: {node: '>= 10.18.0'} - dependencies: - '@lerna/check-working-tree': 4.0.0 - '@lerna/child-process': 4.0.0 - '@lerna/collect-updates': 4.0.0 - '@lerna/command': 4.0.0 - '@lerna/conventional-commits': 4.0.0 - '@lerna/github-client': 4.0.0 - '@lerna/gitlab-client': 4.0.0 - '@lerna/output': 4.0.0 - '@lerna/prerelease-id-from-version': 4.0.0 - '@lerna/prompt': 4.0.0 - '@lerna/run-lifecycle': 4.0.0 - '@lerna/run-topologically': 4.0.0 - '@lerna/validation-error': 4.0.0 - chalk: 4.1.2 - dedent: 0.7.0 - load-json-file: 6.2.0 - minimatch: 3.1.2 - npmlog: 4.1.2 - p-map: 4.0.0 - p-pipe: 3.1.0 - p-reduce: 2.1.0 - p-waterfall: 2.1.1 - semver: 7.3.7 - slash: 3.0.0 - temp-write: 4.0.0 - write-json-file: 4.3.0 - transitivePeerDependencies: - - encoding - dev: true - - /@lerna/write-log-file/4.0.0: - resolution: {integrity: sha512-XRG5BloiArpXRakcnPHmEHJp+4AtnhRtpDIHSghmXD5EichI1uD73J7FgPp30mm2pDRq3FdqB0NbwSEsJ9xFQg==} - engines: {node: '>= 10.18.0'} - dependencies: - npmlog: 4.1.2 - write-file-atomic: 3.0.3 - dev: true - /@manypkg/find-root/1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: @@ -6535,40 +5835,12 @@ packages: fastq: 1.13.0 dev: true - /@npmcli/ci-detect/1.4.0: - resolution: {integrity: sha512-3BGrt6FLjqM6br5AhWRKTr3u5GIVkjRYeAFrMp3HjnfICrg4xOrVRwFavKT6tsp++bq5dluL5t8ME/Nha/6c1Q==} - dev: true - /@npmcli/fs/1.1.1: resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 semver: 7.3.7 - /@npmcli/git/2.1.0: - resolution: {integrity: sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==} - dependencies: - '@npmcli/promise-spawn': 1.3.2 - lru-cache: 6.0.0 - mkdirp: 1.0.4 - npm-pick-manifest: 6.1.1 - promise-inflight: 1.0.1 - promise-retry: 2.0.1 - semver: 7.3.7 - which: 2.0.2 - transitivePeerDependencies: - - bluebird - dev: true - - /@npmcli/installed-package-contents/1.0.7: - resolution: {integrity: sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==} - engines: {node: '>= 10'} - hasBin: true - dependencies: - npm-bundled: 1.1.2 - npm-normalize-package-bin: 1.0.1 - dev: true - /@npmcli/move-file/1.1.2: resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} engines: {node: '>=10'} @@ -6576,25 +5848,6 @@ packages: mkdirp: 1.0.4 rimraf: 3.0.2 - /@npmcli/node-gyp/1.0.3: - resolution: {integrity: sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==} - dev: true - - /@npmcli/promise-spawn/1.3.2: - resolution: {integrity: sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==} - dependencies: - infer-owner: 1.0.4 - dev: true - - /@npmcli/run-script/1.8.6: - resolution: {integrity: sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==} - dependencies: - '@npmcli/node-gyp': 1.0.3 - '@npmcli/promise-spawn': 1.3.2 - node-gyp: 7.1.2 - read-package-json-fast: 2.0.3 - dev: true - /@nrwl/cli/14.1.4_typescript@4.5.5: resolution: {integrity: sha512-XjJe/bnOKDYvvY9IxKdETWTGekRu/cN9wThwwlo8xo4Tqy1VK0MfqpDDALrFYp739NG5Zyuhtbz5+Ko48RK75g==} dependencies: @@ -6627,117 +5880,6 @@ packages: - typescript dev: true - /@octokit/auth-token/2.5.0: - resolution: {integrity: sha512-r5FVUJCOLl19AxiuZD2VRZ/ORjp/4IN98Of6YJoJOkY75CIBuYfmiNHGrDwXr+aLGG55igl9QrxX3hbiXlLb+g==} - dependencies: - '@octokit/types': 6.34.0 - dev: true - - /@octokit/core/3.6.0: - resolution: {integrity: sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==} - dependencies: - '@octokit/auth-token': 2.5.0 - '@octokit/graphql': 4.8.0 - '@octokit/request': 5.6.3 - '@octokit/request-error': 2.1.0 - '@octokit/types': 6.34.0 - before-after-hook: 2.2.2 - universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - dev: true - - /@octokit/endpoint/6.0.12: - resolution: {integrity: sha512-lF3puPwkQWGfkMClXb4k/eUT/nZKQfxinRWJrdZaJO85Dqwo/G0yOC434Jr2ojwafWJMYqFGFa5ms4jJUgujdA==} - dependencies: - '@octokit/types': 6.34.0 - is-plain-object: 5.0.0 - universal-user-agent: 6.0.0 - dev: true - - /@octokit/graphql/4.8.0: - resolution: {integrity: sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==} - dependencies: - '@octokit/request': 5.6.3 - '@octokit/types': 6.34.0 - universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - dev: true - - /@octokit/openapi-types/11.2.0: - resolution: {integrity: sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==} - dev: true - - /@octokit/plugin-enterprise-rest/6.0.1: - resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} - dev: true - - /@octokit/plugin-paginate-rest/2.17.0_@octokit+core@3.6.0: - resolution: {integrity: sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==} - peerDependencies: - '@octokit/core': '>=2' - dependencies: - '@octokit/core': 3.6.0 - '@octokit/types': 6.34.0 - dev: true - - /@octokit/plugin-request-log/1.0.4_@octokit+core@3.6.0: - resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} - peerDependencies: - '@octokit/core': '>=3' - dependencies: - '@octokit/core': 3.6.0 - dev: true - - /@octokit/plugin-rest-endpoint-methods/5.13.0_@octokit+core@3.6.0: - resolution: {integrity: sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==} - peerDependencies: - '@octokit/core': '>=3' - dependencies: - '@octokit/core': 3.6.0 - '@octokit/types': 6.34.0 - deprecation: 2.3.1 - dev: true - - /@octokit/request-error/2.1.0: - resolution: {integrity: sha512-1VIvgXxs9WHSjicsRwq8PlR2LR2x6DwsJAaFgzdi0JfJoGSO8mYI/cHJQ+9FbN21aa+DrgNLnwObmyeSC8Rmpg==} - dependencies: - '@octokit/types': 6.34.0 - deprecation: 2.3.1 - once: 1.4.0 - dev: true - - /@octokit/request/5.6.3: - resolution: {integrity: sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==} - dependencies: - '@octokit/endpoint': 6.0.12 - '@octokit/request-error': 2.1.0 - '@octokit/types': 6.34.0 - is-plain-object: 5.0.0 - node-fetch: 2.6.7 - universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - dev: true - - /@octokit/rest/18.12.0: - resolution: {integrity: sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==} - dependencies: - '@octokit/core': 3.6.0 - '@octokit/plugin-paginate-rest': 2.17.0_@octokit+core@3.6.0 - '@octokit/plugin-request-log': 1.0.4_@octokit+core@3.6.0 - '@octokit/plugin-rest-endpoint-methods': 5.13.0_@octokit+core@3.6.0 - transitivePeerDependencies: - - encoding - dev: true - - /@octokit/types/6.34.0: - resolution: {integrity: sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==} - dependencies: - '@octokit/openapi-types': 11.2.0 - dev: true - /@open-draft/until/1.0.3: resolution: {integrity: sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==} dev: false @@ -6751,7 +5893,7 @@ packages: node-gyp-build: 4.4.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.5_a3gyllrqvxpec3fpybsrposvju: + /@pmmmwh/react-refresh-webpack-plugin/0.5.5_06cd85ae30adde416cafc06517ba554d: resolution: {integrity: sha512-RbG7h6TuP6nFFYKJwbcToA1rjC1FyPg25NR2noAZ0vKI+la01KTSRPkuVPE+U88jXv7javx2JHglUcL1MHcshQ==} engines: {node: '>= 10.13'} peerDependencies: @@ -6836,21 +5978,21 @@ packages: resolution: {integrity: sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=} dev: false - /@reach/alert/0.13.2_sfoxds7t5ydpegc3knd667wn6m: + /@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_sfoxds7t5ydpegc3knd667wn6m - '@reach/visually-hidden': 0.13.2_sfoxds7t5ydpegc3knd667wn6m + '@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.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 tslib: 2.4.0 dev: false - /@reach/utils/0.13.2_sfoxds7t5ydpegc3knd667wn6m: + /@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 @@ -6863,7 +6005,7 @@ packages: warning: 4.0.3 dev: false - /@reach/visually-hidden/0.13.2_sfoxds7t5ydpegc3knd667wn6m: + /@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 @@ -6884,7 +6026,7 @@ packages: react: 17.0.2 dev: false - /@reduxjs/toolkit/1.8.1_bjryulbxll5jujtwpu5a2wm2cy: + /@reduxjs/toolkit/1.8.1_react-redux@7.2.8+react@17.0.2: resolution: {integrity: sha512-Q6mzbTpO9nOYRnkwpDlFOAbQnd3g7zj7CtHAZWz5SzE5lcV97Tf8f3SzOO8BoPOMYBFgfZaqTUZqgGu+a0+Fng==} peerDependencies: react: ^16.9.0 || ^17.0.0 || ^18 @@ -6897,7 +6039,7 @@ packages: dependencies: immer: 9.0.12 react: 17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 redux: 4.2.0 redux-thunk: 2.4.1_redux@4.2.0 reselect: 4.1.5 @@ -6930,7 +6072,7 @@ packages: react: 17.0.2 dev: false - /@restart/ui/1.2.0_sfoxds7t5ydpegc3knd667wn6m: + /@restart/ui/1.2.0_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-oIh2t3tG8drZtZ9SlaV5CY6wGsUViHk8ZajjhcI+74IQHyWy+AnxDv8rJR5wVgsgcgrPBUvGNkC1AEdcGNPaLQ==} peerDependencies: react: '>=16.14.0' @@ -6966,7 +6108,7 @@ packages: react: 17.0.2 react-is: 16.13.1 - /@rollup/plugin-babel/5.3.1_ddp4whfhauf2n5cf6yj7gaerwe: + /@rollup/plugin-babel/5.3.1_18dfcb1ca7050ba6f445f613f30091b1: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -7069,7 +6211,7 @@ packages: resolution: {integrity: sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==} dev: true - /@storybook/addon-actions/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/addon-actions/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-t2w3iLXFul+R/1ekYxIEzUOZZmvEa7EzUAVAuCHP4i6x0jBnTTZ7sAIUVRaxVREPguH5IqI/2OklYhKanty2Yw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7080,12 +6222,12 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 core-js: 3.22.4 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -7104,7 +6246,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-backgrounds/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/addon-backgrounds/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-xQIV1SsjjRXP7P5tUoGKv+pul1EY8lsV7iBXQb5eGbp4AffBj3qoYBSZbX4uiazl21o0MQiQoeIhhaPVaFIIGg==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7115,13 +6257,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 core-js: 3.22.4 global: 4.4.0 memoizerific: 1.11.3 @@ -7134,7 +6276,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-controls/6.4.22_5crbo7byjagziza2flmg67luoa: + /@storybook/addon-controls/6.4.22_e8a2177c38480d94641a2ad86f7d7470: resolution: {integrity: sha512-f/M/W+7UTEUnr/L6scBMvksq+ZA8GTfh3bomE5FtWyOyaFppq9k8daKAvdYNlzXAOrUUsoZVJDgpb20Z2VBiSQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7145,15 +6287,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-common': 6.4.22_zszmn275rgsgc3qhwna6xjnynq + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/core-common': 6.4.22_ccb2c6ebfd89a4616e07b341eba5b86c '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.22 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 core-js: 3.22.4 lodash: 4.17.21 react: 17.0.2 @@ -7169,7 +6311,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.4.22_jyt4ra4f4i2rtvoyqmgajg2oj4: + /@storybook/addon-docs/6.4.22_4e27c88385e23519d5d8830c049b4e4f: resolution: {integrity: sha512-9j+i+W+BGHJuRe4jUrqk6ubCzP4fc1xgFS2o8pakRiZgPn5kUQPdkticmsyh1XeEJifwhqjKJvkEDrcsleytDA==} peerDependencies: '@storybook/angular': 6.4.22 @@ -7225,22 +6367,22 @@ packages: '@mdx-js/loader': 1.6.22_react@17.0.2 '@mdx-js/mdx': 1.6.22 '@mdx-js/react': 1.6.22_react@17.0.2 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/builder-webpack4': 6.4.22_5crbo7byjagziza2flmg67luoa + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/builder-webpack4': 6.4.22_e8a2177c38480d94641a2ad86f7d7470 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core': 6.4.22_unxv4jrndpt5gcanzowuo4eusy + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/core': 6.4.22_a36f5e262d1be7d3080dcbad47709496 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.22 '@storybook/node-logger': 6.4.22 '@storybook/postinstall': 6.4.22 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/react': 6.4.22_k67rkmisze4dhiq6kenp47whgu - '@storybook/source-loader': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/preview-web': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/react': 6.4.22_57bf153112c93833a21e511afe7ec735 + '@storybook/source-loader': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 @@ -7259,7 +6401,7 @@ packages: prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-element-to-jsx-string: 14.3.4_sfoxds7t5ydpegc3knd667wn6m + react-element-to-jsx-string: 14.3.4_react-dom@17.0.2+react@17.0.2 regenerator-runtime: 0.13.9 remark-external-links: 8.0.0 remark-slug: 6.1.0 @@ -7282,7 +6424,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.4.22_hktp22lckj5ec5f6rl6iwnb2nm: + /@storybook/addon-essentials/6.4.22_3aa6fd6962527a4174be8afc8b343a6b: resolution: {integrity: sha512-GTv291fqvWq2wzm7MruBvCGuWaCUiuf7Ca3kzbQ/WqWtve7Y/1PDsqRNQLGZrQxkXU0clXCqY1XtkTrtA3WGFQ==} peerDependencies: '@babel/core': ^7.9.6 @@ -7308,18 +6450,18 @@ packages: optional: true dependencies: '@babel/core': 7.17.10 - '@storybook/addon-actions': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-backgrounds': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-controls': 6.4.22_5crbo7byjagziza2flmg67luoa - '@storybook/addon-docs': 6.4.22_jyt4ra4f4i2rtvoyqmgajg2oj4 - '@storybook/addon-measure': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-outline': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-toolbars': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addon-viewport': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addon-actions': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/addon-backgrounds': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/addon-controls': 6.4.22_e8a2177c38480d94641a2ad86f7d7470 + '@storybook/addon-docs': 6.4.22_4e27c88385e23519d5d8830c049b4e4f + '@storybook/addon-measure': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/addon-outline': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/addon-toolbars': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/addon-viewport': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/node-logger': 6.4.22 - babel-loader: 8.2.5_rb5fcebzp6kx3hqg3ucus54t3m + babel-loader: 8.2.5_887a5110397f957d9e06dd05497793db core-js: 3.22.4 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -7350,7 +6492,7 @@ packages: - webpack-command dev: true - /@storybook/addon-measure/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/addon-measure/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-CjDXoCNIXxNfXfgyJXPc0McjCcwN1scVNtHa9Ckr+zMjiQ8pPHY7wDZCQsG69KTqcWHiVfxKilI82456bcHYhQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7361,10 +6503,10 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 core-js: 3.22.4 @@ -7375,7 +6517,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-outline/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/addon-outline/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-VIMEzvBBRbNnupGU7NV0ahpFFb6nKVRGYWGREjtABdFn2fdKr1YicOHFe/3U7hRGjb5gd+VazSvyUvhaKX9T7Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7386,10 +6528,10 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 core-js: 3.22.4 @@ -7402,7 +6544,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-toolbars/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/addon-toolbars/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-FFyj6XDYpBBjcUu6Eyng7R805LUbVclEfydZjNiByAoDVyCde9Hb4sngFxn/T4fKAfBz/32HKVXd5iq4AHYtLg==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7413,10 +6555,10 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 core-js: 3.22.4 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -7425,7 +6567,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-viewport/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/addon-viewport/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-6jk0z49LemeTblez5u2bYXYr6U+xIdLbywe3G283+PZCBbEDE6eNYy2d2HDL+LbCLbezJBLYPHPalElphjJIcw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7436,12 +6578,12 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 '@storybook/core-events': 6.4.22 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 core-js: 3.22.4 global: 4.4.0 memoizerific: 1.11.3 @@ -7453,19 +6595,19 @@ packages: - '@types/react' dev: true - /@storybook/addons/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/addons/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-P/R+Jsxh7pawKLYo8MtE3QU/ilRFKbtCewV/T1o5U/gm8v7hKQdFz3YdRMAra4QuCY8bQIp7MKd2HrB5aH5a1A==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channels': 6.4.22 '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 '@types/webpack-env': 1.16.4 core-js: 3.22.4 global: 4.4.0 @@ -7474,7 +6616,7 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/api/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/api/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-lAVI3o2hKupYHXFTt+1nqFct942up5dHH6YD7SZZJGyW21dwKC3HK1IzCsTawq3fZAKkgWFgmOO649hKk60yKg==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7484,9 +6626,9 @@ packages: '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/semver': 7.3.2 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 core-js: 3.22.4 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -7501,7 +6643,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.4.22_5crbo7byjagziza2flmg67luoa: + /@storybook/builder-webpack4/6.4.22_e8a2177c38480d94641a2ad86f7d7470: resolution: {integrity: sha512-A+GgGtKGnBneRFSFkDarUIgUTI8pYFdLmUVKEAGdh2hL+vLXAz9A46sEY7C8LQ85XWa8TKy3OTDxqR4+4iWj3A==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7532,26 +6674,26 @@ packages: '@babel/preset-env': 7.17.10_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channel-postmessage': 6.4.22 '@storybook/channels': 6.4.22 - '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa - '@storybook/core-common': 6.4.22_zszmn275rgsgc3qhwna6xjnynq + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 + '@storybook/core-common': 6.4.22_ccb2c6ebfd89a4616e07b341eba5b86c '@storybook/core-events': 6.4.22 '@storybook/node-logger': 6.4.22 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/preview-web': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/router': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/ui': 6.4.22_569957a51d469c962fcce166a59b9f78 '@types/node': 14.18.16 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_usdhdj5awexcm2e5jtwd44bofa + babel-loader: 8.2.5_a48671a7a0b12e26689d4cec3e702e28 babel-plugin-macros: 2.8.0 babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.10 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -7559,7 +6701,7 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_pezxmr4koomlbb23a7k244n3sq + fork-ts-checker-webpack-plugin: 4.1.6_793376478a7398b0875b07d5ae71bb94 glob: 7.2.0 glob-promise: 3.4.0_glob@7.2.0 global: 4.4.0 @@ -7567,7 +6709,7 @@ packages: pnp-webpack-plugin: 1.6.4_typescript@4.5.5 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe + postcss-loader: 4.3.0_postcss@7.0.39+webpack@4.46.0 raw-loader: 4.0.2_webpack@4.46.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -7576,7 +6718,7 @@ packages: terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 typescript: 4.5.5 - url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy + url-loader: 4.1.1_file-loader@6.2.0+webpack@4.46.0 util-deprecate: 1.0.2 webpack: 4.46.0 webpack-dev-middleware: 3.7.3_webpack@4.46.0 @@ -7623,19 +6765,19 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/client-api/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-sO6HJNtrrdit7dNXQcZMdlmmZG1k6TswH3gAyP/DoYajycrTwSJ6ovkarzkO+0QcJ+etgra4TEdTIXiGHBMe/A==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channel-postmessage': 6.4.22 '@storybook/channels': 6.4.22 '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 '@types/qs': 6.9.7 '@types/webpack-env': 1.16.4 core-js: 3.22.4 @@ -7660,7 +6802,7 @@ packages: global: 4.4.0 dev: true - /@storybook/components/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/components/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-dCbXIJF9orMvH72VtAfCQsYbe57OP7fAADtR6YTwfCw9Sm1jFuZr8JbblQ1HcrXEoJG21nOyad3Hm5EYVb/sBw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7669,7 +6811,7 @@ packages: '@popperjs/core': 2.11.5 '@storybook/client-logger': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 '@types/color-convert': 2.0.0 '@types/overlayscrollbars': 1.12.1 '@types/react-syntax-highlighter': 11.0.5 @@ -7684,11 +6826,11 @@ packages: polished: 4.2.2 prop-types: 15.8.1 react: 17.0.2 - react-colorful: 5.5.1_sfoxds7t5ydpegc3knd667wn6m + react-colorful: 5.5.1_react-dom@17.0.2+react@17.0.2 react-dom: 17.0.2_react@17.0.2 - react-popper-tooltip: 3.1.1_sfoxds7t5ydpegc3knd667wn6m + react-popper-tooltip: 3.1.1_react-dom@17.0.2+react@17.0.2 react-syntax-highlighter: 13.5.3_react@17.0.2 - react-textarea-autosize: 8.3.3_hx2b44akkvgcgvvtmk7ds2qk6q + react-textarea-autosize: 8.3.3_3df41e700a554c2356b362be396a0af4 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -7696,7 +6838,7 @@ packages: - '@types/react' dev: true - /@storybook/core-client/6.4.22_igvgvnzitclqqqklrizjjpv56e: + /@storybook/core-client/6.4.22_41aa6ab728989708414b8a3294bebdf1: resolution: {integrity: sha512-uHg4yfCBeM6eASSVxStWRVTZrAnb4FT6X6v/xDqr4uXCpCttZLlBzrSDwPBLNNLtCa7ntRicHM8eGKIOD5lMYQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7707,16 +6849,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channel-postmessage': 6.4.22 '@storybook/channel-websocket': 6.4.22 - '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/preview-web': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/ui': 6.4.22_569957a51d469c962fcce166a59b9f78 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.22.4 @@ -7735,7 +6877,7 @@ packages: - '@types/react' dev: true - /@storybook/core-client/6.4.22_qwqi4fuovfrcyiobz2n6axjspa: + /@storybook/core-client/6.4.22_85a08e168ea9622c21c1ce9be05d3278: resolution: {integrity: sha512-uHg4yfCBeM6eASSVxStWRVTZrAnb4FT6X6v/xDqr4uXCpCttZLlBzrSDwPBLNNLtCa7ntRicHM8eGKIOD5lMYQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7746,16 +6888,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channel-postmessage': 6.4.22 '@storybook/channel-websocket': 6.4.22 - '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/client-api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/preview-web': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/ui': 6.4.22_569957a51d469c962fcce166a59b9f78 airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.22.4 @@ -7774,7 +6916,7 @@ packages: - '@types/react' dev: true - /@storybook/core-common/6.4.22_zszmn275rgsgc3qhwna6xjnynq: + /@storybook/core-common/6.4.22_ccb2c6ebfd89a4616e07b341eba5b86c: resolution: {integrity: sha512-PD3N/FJXPNRHeQS2zdgzYFtqPLdi3MLwAicbnw+U3SokcsspfsAuyYHZOYZgwO8IAEKy6iCc7TpBdiSJZ/vAKQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -7809,7 +6951,7 @@ packages: '@storybook/semver': 7.3.2 '@types/node': 14.18.16 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_usdhdj5awexcm2e5jtwd44bofa + babel-loader: 8.2.5_a48671a7a0b12e26689d4cec3e702e28 babel-plugin-macros: 3.1.0 babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.10 chalk: 4.1.2 @@ -7817,7 +6959,7 @@ packages: express: 4.18.1 file-system-cache: 1.0.5 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_pezxmr4koomlbb23a7k244n3sq + fork-ts-checker-webpack-plugin: 6.5.2_793376478a7398b0875b07d5ae71bb94 fs-extra: 9.1.0 glob: 7.2.0 handlebars: 4.7.7 @@ -7850,7 +6992,7 @@ packages: core-js: 3.22.4 dev: true - /@storybook/core-server/6.4.22_5crbo7byjagziza2flmg67luoa: + /@storybook/core-server/6.4.22_e8a2177c38480d94641a2ad86f7d7470: resolution: {integrity: sha512-wFh3e2fa0un1d4+BJP+nd3FVWUO7uHTqv3OGBfOmzQMKp4NU1zaBNdSQG7Hz6mw0fYPBPZgBjPfsJRwIYLLZyw==} peerDependencies: '@storybook/builder-webpack5': 6.4.22 @@ -7867,16 +7009,16 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.22_5crbo7byjagziza2flmg67luoa - '@storybook/core-client': 6.4.22_igvgvnzitclqqqklrizjjpv56e - '@storybook/core-common': 6.4.22_zszmn275rgsgc3qhwna6xjnynq + '@storybook/builder-webpack4': 6.4.22_e8a2177c38480d94641a2ad86f7d7470 + '@storybook/core-client': 6.4.22_41aa6ab728989708414b8a3294bebdf1 + '@storybook/core-common': 6.4.22_ccb2c6ebfd89a4616e07b341eba5b86c '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.22 - '@storybook/manager-webpack4': 6.4.22_5crbo7byjagziza2flmg67luoa + '@storybook/manager-webpack4': 6.4.22_e8a2177c38480d94641a2ad86f7d7470 '@storybook/node-logger': 6.4.22 '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 '@types/node': 14.18.16 '@types/node-fetch': 2.6.1 '@types/pretty-hrtime': 1.0.1 @@ -7924,7 +7066,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.22_s2tsejn2jzh6soobu577xmypwm: + /@storybook/core/6.4.22_96a72225ba4e4fe939c1a77ffbb30fb3: resolution: {integrity: sha512-KZYJt7GM5NgKFXbPRZZZPEONZ5u/tE/cRbMdkn/zWN3He8+VP+65/tz8hbriI/6m91AWVWkBKrODSkeq59NgRA==} peerDependencies: '@storybook/builder-webpack5': 6.4.22 @@ -7938,8 +7080,8 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.4.22_igvgvnzitclqqqklrizjjpv56e - '@storybook/core-server': 6.4.22_5crbo7byjagziza2flmg67luoa + '@storybook/core-client': 6.4.22_41aa6ab728989708414b8a3294bebdf1 + '@storybook/core-server': 6.4.22_e8a2177c38480d94641a2ad86f7d7470 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 typescript: 4.5.5 @@ -7958,7 +7100,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.22_unxv4jrndpt5gcanzowuo4eusy: + /@storybook/core/6.4.22_a36f5e262d1be7d3080dcbad47709496: resolution: {integrity: sha512-KZYJt7GM5NgKFXbPRZZZPEONZ5u/tE/cRbMdkn/zWN3He8+VP+65/tz8hbriI/6m91AWVWkBKrODSkeq59NgRA==} peerDependencies: '@storybook/builder-webpack5': 6.4.22 @@ -7972,8 +7114,8 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.4.22_qwqi4fuovfrcyiobz2n6axjspa - '@storybook/core-server': 6.4.22_5crbo7byjagziza2flmg67luoa + '@storybook/core-client': 6.4.22_85a08e168ea9622c21c1ce9be05d3278 + '@storybook/core-server': 6.4.22_e8a2177c38480d94641a2ad86f7d7470 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 typescript: 4.5.5 @@ -8022,7 +7164,7 @@ packages: lodash: 4.17.21 dev: true - /@storybook/manager-webpack4/6.4.22_5crbo7byjagziza2flmg67luoa: + /@storybook/manager-webpack4/6.4.22_e8a2177c38480d94641a2ad86f7d7470: resolution: {integrity: sha512-nzhDMJYg0vXdcG0ctwE6YFZBX71+5NYaTGkxg3xT7gbgnP1YFXn9gVODvgq3tPb3gcRapjyOIxUa20rV+r8edA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -8035,15 +7177,15 @@ packages: '@babel/core': 7.17.10 '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core-client': 6.4.22_igvgvnzitclqqqklrizjjpv56e - '@storybook/core-common': 6.4.22_zszmn275rgsgc3qhwna6xjnynq + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/core-client': 6.4.22_41aa6ab728989708414b8a3294bebdf1 + '@storybook/core-common': 6.4.22_ccb2c6ebfd89a4616e07b341eba5b86c '@storybook/node-logger': 6.4.22 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/ui': 6.4.22_569957a51d469c962fcce166a59b9f78 '@types/node': 14.18.16 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_usdhdj5awexcm2e5jtwd44bofa + babel-loader: 8.2.5_a48671a7a0b12e26689d4cec3e702e28 case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.22.4 @@ -8066,7 +7208,7 @@ packages: terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 typescript: 4.5.5 - url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy + url-loader: 4.1.1_file-loader@6.2.0+webpack@4.46.0 util-deprecate: 1.0.2 webpack: 4.46.0 webpack-dev-middleware: 3.7.3_webpack@4.46.0 @@ -8098,18 +7240,18 @@ packages: core-js: 3.22.4 dev: true - /@storybook/preview-web/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/preview-web/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-sWS+sgvwSvcNY83hDtWUUL75O2l2LY/GTAS0Zp2dh3WkObhtuJ/UehftzPZlZmmv7PCwhb4Q3+tZDKzMlFxnKQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channel-postmessage': 6.4.22 '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 ansi-to-html: 0.6.15 core-js: 3.22.4 global: 4.4.0 @@ -8124,7 +7266,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_ulm5vdg34btfvcm7osvrzev2ve: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_typescript@4.5.5+webpack@4.46.0: resolution: {integrity: sha512-mmoRG/rNzAiTbh+vGP8d57dfcR2aP+5/Ll03KKFyfy5FqWFm/Gh7u27ikx1I3LmVMI8n6jh5SdWMkMKon7/tDw==} peerDependencies: typescript: '>= 3.x' @@ -8143,7 +7285,7 @@ packages: - supports-color dev: true - /@storybook/react/6.4.22_k67rkmisze4dhiq6kenp47whgu: + /@storybook/react/6.4.22_57bf153112c93833a21e511afe7ec735: resolution: {integrity: sha512-5BFxtiguOcePS5Ty/UoH7C6odmvBYIZutfiy4R3Ua6FYmtxac5vP9r5KjCz1IzZKT8mCf4X+PuK1YvDrPPROgQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -8161,15 +7303,15 @@ packages: '@babel/core': 7.17.10 '@babel/preset-flow': 7.16.7_@babel+core@7.17.10 '@babel/preset-react': 7.16.7_@babel+core@7.17.10 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.5_a3gyllrqvxpec3fpybsrposvju - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core': 6.4.22_s2tsejn2jzh6soobu577xmypwm - '@storybook/core-common': 6.4.22_zszmn275rgsgc3qhwna6xjnynq + '@pmmmwh/react-refresh-webpack-plugin': 0.5.5_06cd85ae30adde416cafc06517ba554d + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/core': 6.4.22_96a72225ba4e4fe939c1a77ffbb30fb3 + '@storybook/core-common': 6.4.22_ccb2c6ebfd89a4616e07b341eba5b86c '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.22 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_ulm5vdg34btfvcm7osvrzev2ve + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_typescript@4.5.5+webpack@4.46.0 '@storybook/semver': 7.3.2 - '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/store': 6.4.22_react-dom@17.0.2+react@17.0.2 '@types/webpack-env': 1.16.4 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-named-asset-import: 0.3.8_@babel+core@7.17.10 @@ -8207,7 +7349,7 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/router/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-zeuE8ZgFhNerQX8sICQYNYL65QEi3okyzw7ynF58Ud6nRw4fMxSOHcj2T+nZCIU5ufozRL4QWD/Rg9P2s/HtLw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -8224,7 +7366,7 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-router: 6.3.0_react@17.0.2 - react-router-dom: 6.3.0_sfoxds7t5ydpegc3knd667wn6m + react-router-dom: 6.3.0_react-dom@17.0.2+react@17.0.2 ts-dedent: 2.2.0 dev: true @@ -8237,13 +7379,13 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/source-loader/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-O4RxqPgRyOgAhssS6q1Rtc8LiOvPBpC1EqhCYWRV3K+D2EjFarfQMpjgPj18hC+QzpUSfzoBZYqsMECewEuLNw==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 core-js: 3.22.4 @@ -8257,13 +7399,13 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/store/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/store/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-lrmcZtYJLc2emO+1l6AG4Txm9445K6Pyv9cGAuhOJ9Kks0aYe0YtvMkZVVry0RNNAIv6Ypz72zyKc/QK+tZLAQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/client-logger': 6.4.22 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 @@ -8282,7 +7424,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/theming/6.4.22_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/theming/6.4.22_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-NVMKH/jxSPtnMTO4VCN1k47uztq+u9fWv4GSnzq/eezxdGg9ceGL4/lCrNGoNajht9xbrsZ4QvsJ/V2sVGM8wA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -8290,11 +7432,11 @@ packages: dependencies: '@emotion/core': 10.3.1_react@17.0.2 '@emotion/is-prop-valid': 0.8.8 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/styled': 10.3.0_316248eb6686a2fd4fbadcfd00de37f3 '@storybook/client-logger': 6.4.22 core-js: 3.22.4 deep-object-diff: 1.1.7 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0_316248eb6686a2fd4fbadcfd00de37f3 global: 4.4.0 memoizerific: 1.11.3 polished: 4.2.2 @@ -8304,27 +7446,27 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/ui/6.4.22_k2mvpji5i2ojml6m4ftklg47pa: + /@storybook/ui/6.4.22_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-UVjMoyVsqPr+mkS1L7m30O/xrdIEgZ5SCWsvqhmyMUok3F3tRB+6M+OA5Yy+cIVfvObpA7MhxirUT1elCGXsWQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: '@emotion/core': 10.3.1_react@17.0.2 - '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.4.22_react-dom@17.0.2+react@17.0.2 + '@storybook/api': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/channels': 6.4.22 '@storybook/client-logger': 6.4.22 - '@storybook/components': 6.4.22_k2mvpji5i2ojml6m4ftklg47pa + '@storybook/components': 6.4.22_569957a51d469c962fcce166a59b9f78 '@storybook/core-events': 6.4.22 - '@storybook/router': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 6.4.22_react-dom@17.0.2+react@17.0.2 '@storybook/semver': 7.3.2 - '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.4.22_react-dom@17.0.2+react@17.0.2 copy-to-clipboard: 3.3.1 core-js: 3.22.4 core-js-pure: 3.22.4 downshift: 6.1.7_react@17.0.2 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0_316248eb6686a2fd4fbadcfd00de37f3 fuse.js: 3.6.1 global: 4.4.0 lodash: 4.17.21 @@ -8334,8 +7476,8 @@ packages: qs: 6.10.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-draggable: 4.4.5_sfoxds7t5ydpegc3knd667wn6m - react-helmet-async: 1.3.0_sfoxds7t5ydpegc3knd667wn6m + react-draggable: 4.4.5_react-dom@17.0.2+react@17.0.2 + react-helmet-async: 1.3.0_react-dom@17.0.2+react@17.0.2 react-sizeme: 3.0.2 regenerator-runtime: 0.13.9 resolve-from: 5.0.0 @@ -8549,7 +7691,7 @@ packages: redent: 3.0.0 dev: true - /@testing-library/react/12.1.5_sfoxds7t5ydpegc3knd667wn6m: + /@testing-library/react/12.1.5_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==} engines: {node: '>=12'} peerDependencies: @@ -8563,7 +7705,7 @@ packages: react-dom: 17.0.2_react@17.0.2 dev: true - /@testing-library/user-event/13.5.0_tlwynutqiyp5mns3woioasuxnq: + /@testing-library/user-event/13.5.0_@testing-library+dom@8.13.0: resolution: {integrity: sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==} engines: {node: '>=10', npm: '>=6'} peerDependencies: @@ -9394,7 +8536,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.22.0_umywjn5osthxbgslxhl3ewm44y: + /@typescript-eslint/eslint-plugin/5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6: resolution: {integrity: sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9405,10 +8547,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 '@typescript-eslint/scope-manager': 5.22.0 - '@typescript-eslint/type-utils': 5.22.0_euf3tlwxkicdsl26qszea4u6ne - '@typescript-eslint/utils': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/type-utils': 5.22.0_eslint@8.15.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.22.0_eslint@8.15.0+typescript@4.5.5 debug: 4.3.4 eslint: 8.15.0 functional-red-black-tree: 1.0.1 @@ -9421,7 +8563,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.22.0_euf3tlwxkicdsl26qszea4u6ne: + /@typescript-eslint/parser/5.22.0_eslint@8.15.0+typescript@4.5.5: resolution: {integrity: sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9449,7 +8591,7 @@ packages: '@typescript-eslint/visitor-keys': 5.22.0 dev: true - /@typescript-eslint/type-utils/5.22.0_euf3tlwxkicdsl26qszea4u6ne: + /@typescript-eslint/type-utils/5.22.0_eslint@8.15.0+typescript@4.5.5: resolution: {integrity: sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9459,7 +8601,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/utils': 5.22.0_eslint@8.15.0+typescript@4.5.5 debug: 4.3.4 eslint: 8.15.0 tsutils: 3.21.0_typescript@4.5.5 @@ -9494,7 +8636,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.22.0_euf3tlwxkicdsl26qszea4u6ne: + /@typescript-eslint/utils/5.22.0_eslint@8.15.0+typescript@4.5.5: resolution: {integrity: sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9753,14 +8895,14 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest/1.1.1_q7qo2wgeiyigo3znjsjh7f36ue: + /@webpack-cli/configtest/1.1.1_webpack-cli@4.9.2+webpack@5.72.0: resolution: {integrity: sha512-1FBc1f9G4P/AxMqIgfZgeOTuRnwZMten8E7zap5zgpPInnCrP8D4Q81+4CWIch8i/Nf7nXjP0v6CjjbHOrXhKg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 dev: true /@webpack-cli/info/1.4.1_webpack-cli@4.9.2: @@ -9769,10 +8911,10 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 dev: true - /@webpack-cli/serve/1.6.1_efhxflzxrvzsrtpw5o3zelaodm: + /@webpack-cli/serve/1.6.1_214f72af378d7328cdf6ebb7922c0e1b: resolution: {integrity: sha512-gNGTiTrjEVQ0OcVnzsRSqTxaBSr+dmTfm+qJsCDluky8uhdLWep7Gcr62QsAKHTMxjCS/8nEITsmFAhfIx+QSw==} peerDependencies: webpack-cli: 4.x.x @@ -9781,8 +8923,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 dev: true /@webpack-cli/serve/1.6.1_webpack-cli@4.9.2: @@ -9820,20 +8962,13 @@ packages: - '@types/node' dev: true - /JSONStream/1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} - hasBin: true - dependencies: - jsonparse: 1.3.1 - through: 2.3.8 - dev: true - /abab/2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} dev: true /abbrev/1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + dev: false /accepts/1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} @@ -9919,10 +9054,6 @@ packages: hasBin: true dev: true - /add-stream/1.0.0: - resolution: {integrity: sha1-anmQQ3ynNtXhKI25K9MmbV9csqo=} - dev: true - /address/1.2.0: resolution: {integrity: sha512-tNEZYz5G/zYunxFm7sfhAxkXEuLj3K6BKwv6ZURlsF6yiUQ65z0Q2wZW9L5cPUl9ocofGvXOdFYbFHp0+6MOig==} engines: {node: '>= 10.0.0'} @@ -9945,6 +9076,8 @@ packages: humanize-ms: 1.2.1 transitivePeerDependencies: - supports-color + dev: false + optional: true /aggregate-error/3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} @@ -10201,7 +9334,7 @@ packages: graphql: 16.4.0 dev: false - /apollo-server-express/3.7.0_ohhcy65vavujazdrg547ul2pme: + /apollo-server-express/3.7.0_express@4.18.1+graphql@16.4.0: resolution: {integrity: sha512-176LSK7YBxwfleurtbfr5SYMheNNJSHrQa2h4QuosLqhfFJkfTpI2iBW56N737U47QfyueCOvkjNZVq86e3n2g==} engines: {node: '>=12.0'} peerDependencies: @@ -10292,13 +9425,6 @@ packages: zip-stream: 4.1.0 dev: true - /are-we-there-yet/1.1.7: - resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} - dependencies: - delegates: 1.0.0 - readable-stream: 2.3.7 - dev: true - /are-we-there-yet/2.0.0: resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} engines: {node: '>=10'} @@ -10364,11 +9490,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /array-differ/3.0.0: - resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} - engines: {node: '>=8'} - dev: true - /array-flatten/1.1.1: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} @@ -10380,10 +9501,6 @@ packages: resolution: {integrity: sha1-z+nYwmYoudxa7MYqn12PHzUsEZU=} dev: true - /array-ify/1.0.0: - resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} - dev: true - /array-includes/3.1.5: resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} engines: {node: '>= 0.4'} @@ -10471,17 +9588,6 @@ packages: safer-buffer: 2.1.2 dev: true - /asn1/0.2.6: - resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} - dependencies: - safer-buffer: 2.1.2 - dev: true - - /assert-plus/1.0.0: - resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} - engines: {node: '>=0.8'} - dev: true - /assert/1.5.0: resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} dependencies: @@ -10574,14 +9680,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /aws-sign2/0.7.0: - resolution: {integrity: sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=} - dev: true - - /aws4/1.11.0: - resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} - dev: true - /axe-core/4.4.1: resolution: {integrity: sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==} engines: {node: '>=4'} @@ -10626,7 +9724,7 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_rb5fcebzp6kx3hqg3ucus54t3m: + /babel-loader/8.2.5_887a5110397f957d9e06dd05497793db: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: @@ -10641,7 +9739,7 @@ packages: webpack: 5.72.0 dev: true - /babel-loader/8.2.5_usdhdj5awexcm2e5jtwd44bofa: + /babel-loader/8.2.5_a48671a7a0b12e26689d4cec3e702e28: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: @@ -10812,7 +9910,7 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.5_fane7jikarojcev26y27hpbhu4 + styled-components: 5.3.5_281a4fa50a045c9112baf635f3bc27a7 /babel-plugin-syntax-jsx/6.18.0: resolution: {integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=} @@ -10920,16 +10018,6 @@ packages: resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=} dev: true - /bcrypt-pbkdf/1.0.2: - resolution: {integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=} - dependencies: - tweetnacl: 0.14.5 - dev: true - - /before-after-hook/2.2.2: - resolution: {integrity: sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==} - dev: true - /bestzip/2.2.1: resolution: {integrity: sha512-XdAb87RXqOqF7C6UgQG9IqpEHJvS6IOUo0bXWEAebjSSdhDjsbcqFKdHpn5Q7QHz2pGr3Zmw4wgG3LlzdyDz7w==} engines: {node: '>=10'} @@ -11212,20 +10300,6 @@ packages: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: true - /builtins/1.0.3: - resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=} - dev: true - - /byline/5.0.0: - resolution: {integrity: sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=} - engines: {node: '>=0.10.0'} - dev: true - - /byte-size/7.0.1: - resolution: {integrity: sha512-crQdqyCwhokxwV1UyDzLZanhkugAgft7vt0qbbdt60C6Zf3CAiGmtUCylbtYwrU6loOUw3euGrNtW1J651ot1A==} - engines: {node: '>=10'} - dev: true - /bytes/3.0.0: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} @@ -11395,10 +10469,6 @@ packages: engines: {node: '>=4'} dev: true - /caseless/0.12.0: - resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} - dev: true - /ccount/1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: true @@ -11644,6 +10714,7 @@ packages: /cli-width/3.0.0: resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} engines: {node: '>= 10'} + dev: false /cliui/2.1.0: resolution: {integrity: sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=} @@ -11702,23 +10773,11 @@ packages: engines: {node: '>=6'} dev: true - /cmd-shim/4.1.0: - resolution: {integrity: sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw==} - engines: {node: '>=10'} - dependencies: - mkdirp-infer-owner: 2.0.0 - dev: true - /co/4.6.0: resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} dev: true - /code-point-at/1.1.0: - resolution: {integrity: sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=} - engines: {node: '>=0.10.0'} - dev: true - /codemirror/5.65.3: resolution: {integrity: sha512-kCC0iwGZOVZXHEKW3NDTObvM7pTIyowjty4BUqeREROc/3I6bWbgZDA3fGDwlA+rbgRjvnRnfqs9SfXynel1AQ==} dev: false @@ -11782,14 +10841,6 @@ packages: /colorette/2.0.16: resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} - /columnify/1.6.0: - resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} - engines: {node: '>=8.0.0'} - dependencies: - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: true - /combined-stream/1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} @@ -11837,13 +10888,6 @@ packages: resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} dev: true - /compare-func/2.0.0: - resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} - dependencies: - array-ify: 1.0.0 - dot-prop: 5.3.0 - dev: true - /component-emitter/1.2.1: resolution: {integrity: sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=} @@ -11918,21 +10962,12 @@ packages: readable-stream: 2.3.7 typedarray: 0.0.6 - /concat-stream/2.0.0: - resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} - engines: {'0': node >= 6.0} - dependencies: - buffer-from: 1.1.2 - inherits: 2.0.4 - readable-stream: 3.6.0 - typedarray: 0.0.6 - dev: true - /config-chain/1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} dependencies: ini: 1.3.8 proto-list: 1.2.4 + optional: true /confusing-browser-globals/1.0.11: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} @@ -11943,7 +10978,7 @@ packages: engines: {node: '>=0.8'} dev: true - /connected-react-router/6.9.2_abys5ohxshl7dqumbxomuxugba: + /connected-react-router/6.9.2_00712eb8f791d7f1c28c0ddcca5e8608: resolution: {integrity: sha512-bE8kNBiZv9Mivp7pYn9JvLH5ItTjLl45kk1/Vha0rmAK9I/ETb5JPJrAm0h2KCG9qLfv7vqU3Jo4UUDo0oJnQg==} peerDependencies: history: ^4.7.2 @@ -11956,7 +10991,7 @@ packages: lodash.isequalwith: 4.4.0 prop-types: 15.8.1 react: 17.0.2 - react-redux: 7.2.8_sfoxds7t5ydpegc3knd667wn6m + react-redux: 7.2.8_react-dom@17.0.2+react@17.0.2 react-router: 5.3.1_react@17.0.2 redux: 4.2.0 optionalDependencies: @@ -12001,91 +11036,6 @@ packages: ticky: 1.0.1 dev: false - /conventional-changelog-angular/5.0.13: - resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==} - engines: {node: '>=10'} - dependencies: - compare-func: 2.0.0 - q: 1.5.1 - dev: true - - /conventional-changelog-core/4.2.4: - resolution: {integrity: sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==} - engines: {node: '>=10'} - dependencies: - add-stream: 1.0.0 - conventional-changelog-writer: 5.0.1 - conventional-commits-parser: 3.2.4 - dateformat: 3.0.3 - get-pkg-repo: 4.2.1 - git-raw-commits: 2.0.11 - git-remote-origin-url: 2.0.0 - git-semver-tags: 4.1.1 - lodash: 4.17.21 - normalize-package-data: 3.0.3 - q: 1.5.1 - read-pkg: 3.0.0 - read-pkg-up: 3.0.0 - through2: 4.0.2 - dev: true - - /conventional-changelog-preset-loader/2.3.4: - resolution: {integrity: sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==} - engines: {node: '>=10'} - dev: true - - /conventional-changelog-writer/5.0.1: - resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - conventional-commits-filter: 2.0.7 - dateformat: 3.0.3 - handlebars: 4.7.7 - json-stringify-safe: 5.0.1 - lodash: 4.17.21 - meow: 8.1.2 - semver: 6.3.0 - split: 1.0.1 - through2: 4.0.2 - dev: true - - /conventional-commits-filter/2.0.7: - resolution: {integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==} - engines: {node: '>=10'} - dependencies: - lodash.ismatch: 4.4.0 - modify-values: 1.0.1 - dev: true - - /conventional-commits-parser/3.2.4: - resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} - engines: {node: '>=10'} - hasBin: true - dependencies: - is-text-path: 1.0.1 - JSONStream: 1.3.5 - lodash: 4.17.21 - meow: 8.1.2 - split2: 3.2.2 - through2: 4.0.2 - dev: true - - /conventional-recommended-bump/6.1.0: - resolution: {integrity: sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw==} - engines: {node: '>=10'} - hasBin: true - dependencies: - concat-stream: 2.0.0 - conventional-changelog-preset-loader: 2.3.4 - conventional-commits-filter: 2.0.7 - conventional-commits-parser: 3.2.4 - git-raw-commits: 2.0.11 - git-semver-tags: 4.1.1 - meow: 8.1.2 - q: 1.5.1 - dev: true - /convert-source-map/1.8.0: resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} dependencies: @@ -12164,10 +11114,6 @@ packages: requiresBuild: true dev: true - /core-util-is/1.0.2: - resolution: {integrity: sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=} - dev: true - /core-util-is/1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -12502,18 +11448,6 @@ packages: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: true - /dargs/7.0.0: - resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} - engines: {node: '>=8'} - dev: true - - /dashdash/1.14.1: - resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} - engines: {node: '>=0.10'} - dependencies: - assert-plus: 1.0.0 - dev: true - /data-urls/2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} @@ -12528,10 +11462,6 @@ packages: engines: {node: '>=0.11'} dev: false - /dateformat/3.0.3: - resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} - dev: true - /dateformat/4.6.3: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} dev: false @@ -12592,10 +11522,6 @@ packages: ms: 2.1.2 supports-color: 5.5.0 - /debuglog/1.0.1: - resolution: {integrity: sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=} - dev: true - /decamelize-keys/1.1.0: resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=} engines: {node: '>=0.10.0'} @@ -12722,10 +11648,6 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} - /deprecation/2.3.1: - resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} - dev: true - /dequal/2.0.2: resolution: {integrity: sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==} engines: {node: '>=6'} @@ -12748,11 +11670,6 @@ packages: repeat-string: 1.6.1 dev: true - /detect-indent/5.0.0: - resolution: {integrity: sha1-OHHMCmoALow+Wzz38zYmRnXwa50=} - engines: {node: '>=4'} - dev: true - /detect-indent/6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} @@ -12793,13 +11710,6 @@ packages: wrappy: 1.0.2 dev: true - /dezalgo/1.0.4: - resolution: {integrity: sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==} - dependencies: - asap: 2.0.6 - wrappy: 1.0.2 - dev: true - /diff-match-patch/1.0.5: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} dev: false @@ -12937,20 +11847,6 @@ packages: tslib: 2.4.0 dev: true - /dot-prop/5.3.0: - resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} - engines: {node: '>=8'} - dependencies: - is-obj: 2.0.0 - dev: true - - /dot-prop/6.0.1: - resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==} - engines: {node: '>=10'} - dependencies: - is-obj: 2.0.0 - dev: true - /dotenv-expand/5.1.0: resolution: {integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==} dev: true @@ -12985,10 +11881,6 @@ packages: crossvent: 1.5.4 dev: false - /duplexer/0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - dev: true - /duplexer3/0.1.4: resolution: {integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=} @@ -13001,13 +11893,6 @@ packages: stream-shift: 1.0.1 dev: true - /ecc-jsbn/0.1.2: - resolution: {integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=} - dependencies: - jsbn: 0.1.1 - safer-buffer: 2.1.2 - dev: true - /ecdsa-sig-formatter/1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} dependencies: @@ -13073,7 +11958,7 @@ packages: engines: {node: '>= 4'} dev: true - /emotion-theming/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: + /emotion-theming/10.3.0_316248eb6686a2fd4fbadcfd00de37f3: resolution: {integrity: sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==} peerDependencies: '@emotion/core': ^10.0.27 @@ -13095,6 +11980,7 @@ packages: requiresBuild: true dependencies: iconv-lite: 0.6.3 + dev: false optional: true /end-of-stream/1.4.4: @@ -13150,6 +12036,8 @@ packages: /err-code/2.0.3: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + dev: false + optional: true /errno/0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} @@ -13294,7 +12182,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-airbnb-base/15.0.0_gwd37gqv3vjv3xlpl7ju3ag2qu: + /eslint-config-airbnb-base/15.0.0_3587bf9a15dd535ddd6f5fd34d80da85: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -13303,13 +12191,13 @@ packages: dependencies: confusing-browser-globals: 1.0.11 eslint: 8.15.0 - eslint-plugin-import: 2.26.0_eslint@8.15.0 + eslint-plugin-import: 2.26.0_f340230f306732139172ba983d5555be object.assign: 4.1.2 object.entries: 1.1.5 semver: 6.3.0 dev: true - /eslint-config-airbnb/19.0.4_c4azxlrdb26xwmsd7uoymvk3ju: + /eslint-config-airbnb/19.0.4_17019bae230ebd7b3243fd1d86555b4d: resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13320,8 +12208,8 @@ packages: eslint-plugin-react-hooks: ^4.3.0 dependencies: eslint: 8.15.0 - eslint-config-airbnb-base: 15.0.0_gwd37gqv3vjv3xlpl7ju3ag2qu - eslint-plugin-import: 2.26.0_eslint@8.15.0 + eslint-config-airbnb-base: 15.0.0_3587bf9a15dd535ddd6f5fd34d80da85 + eslint-plugin-import: 2.26.0_f340230f306732139172ba983d5555be eslint-plugin-jsx-a11y: 6.5.1_eslint@8.15.0 eslint-plugin-react: 7.28.0_eslint@8.15.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.15.0 @@ -13347,7 +12235,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_ulu2225r2ychl26a37c6o2rfje: + /eslint-module-utils/2.7.3_b12fba4a6c5578e93f1b97ff1f20ebb4: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -13365,6 +12253,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 debug: 3.2.7 eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 @@ -13372,7 +12261,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_eslint@8.15.0: + /eslint-plugin-import/2.26.0_f340230f306732139172ba983d5555be: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -13382,13 +12271,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: + '@typescript-eslint/parser': 5.22.0_eslint@8.15.0+typescript@4.5.5 array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.15.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_ulu2225r2ychl26a37c6o2rfje + eslint-module-utils: 2.7.3_b12fba4a6c5578e93f1b97ff1f20ebb4 has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -13402,7 +12292,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/26.1.5_qenbln6urgkgnkquyjqs5o2zre: + /eslint-plugin-jest/26.1.5_811a15b7d4899466aa14c2612ebb5989: resolution: {integrity: sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -13415,8 +12305,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.22.0_umywjn5osthxbgslxhl3ewm44y - '@typescript-eslint/utils': 5.22.0_euf3tlwxkicdsl26qszea4u6ne + '@typescript-eslint/eslint-plugin': 5.22.0_a33164b7ae94cf709a4bb9d7b2599ce6 + '@typescript-eslint/utils': 5.22.0_eslint@8.15.0+typescript@4.5.5 eslint: 8.15.0 jest: 27.5.1 transitivePeerDependencies: @@ -13844,11 +12734,6 @@ packages: - supports-color dev: true - /extsprintf/1.3.0: - resolution: {integrity: sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=} - engines: {'0': node >=0.6.0} - dev: true - /fast-deep-equal/3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} @@ -14013,11 +12898,6 @@ packages: dependencies: to-regex-range: 5.0.1 - /filter-obj/1.1.0: - resolution: {integrity: sha1-mzERErxsYSehbgFsbF1/GeCAXFs=} - engines: {node: '>=0.10.0'} - dev: true - /finalhandler/1.2.0: resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} engines: {node: '>= 0.8'} @@ -14149,11 +13029,7 @@ packages: signal-exit: 3.0.7 dev: true - /forever-agent/0.6.1: - resolution: {integrity: sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=} - dev: true - - /fork-ts-checker-webpack-plugin/4.1.6_pezxmr4koomlbb23a7k244n3sq: + /fork-ts-checker-webpack-plugin/4.1.6_793376478a7398b0875b07d5ae71bb94: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -14181,7 +13057,7 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_pezxmr4koomlbb23a7k244n3sq: + /fork-ts-checker-webpack-plugin/6.5.2_793376478a7398b0875b07d5ae71bb94: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -14213,7 +13089,7 @@ packages: webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.11_esqjcmzo5pizlbillhrxoayzsy: + /fork-ts-checker-webpack-plugin/7.2.11_typescript@4.5.5+webpack@5.72.0: resolution: {integrity: sha512-2e5+NyTUTE1Xq4fWo7KFEQblCaIvvINQwUX3jRmEGlgCTc1Ecqw/975EfQrQ0GEraxJTnp8KB9d/c8hlCHUMJA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -14239,15 +13115,6 @@ packages: webpack: 5.72.0_webpack-cli@4.9.2 dev: true - /form-data/2.3.3: - resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} - engines: {node: '>= 0.12'} - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: true - /form-data/3.0.1: resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} engines: {node: '>= 6'} @@ -14291,7 +13158,7 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/6.3.3_sfoxds7t5ydpegc3knd667wn6m: + /framer-motion/6.3.3_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-wo0dCnoq5vn4L8YVOPO9W54dliH78vDaX0Lj+bSPUys6Nt5QaehrS3uaYa0q5eVeikUgtTjz070UhQ94thI5Sw==} peerDependencies: react: '>=16.8 || ^17.0.0 || ^18.0.0' @@ -14389,12 +13256,6 @@ packages: universalify: 2.0.0 dev: true - /fs-minipass/1.2.7: - resolution: {integrity: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==} - dependencies: - minipass: 2.9.0 - dev: true - /fs-minipass/2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} @@ -14466,19 +13327,6 @@ packages: engines: {node: '>=6'} dev: true - /gauge/2.7.4: - resolution: {integrity: sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=} - dependencies: - aproba: 1.2.0 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.7 - string-width: 1.0.2 - strip-ansi: 3.0.1 - wide-align: 1.1.5 - dev: true - /gauge/3.0.2: resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} engines: {node: '>=10'} @@ -14537,22 +13385,6 @@ packages: resolution: {integrity: sha1-uuDfq6WIoMYNeDTA2Nwv9g7u8v4=} dev: false - /get-pkg-repo/4.2.1: - resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} - engines: {node: '>=6.9.0'} - hasBin: true - dependencies: - '@hutson/parse-repository-url': 3.0.2 - hosted-git-info: 4.1.0 - through2: 2.0.5 - yargs: 16.2.0 - dev: true - - /get-port/5.1.1: - resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} - engines: {node: '>=8'} - dev: true - /get-stdin/8.0.0: resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} engines: {node: '>=10'} @@ -14591,64 +13423,10 @@ packages: resolution: {integrity: sha512-5eDf9fuSXwxBL6q5HX+dhDj+dslFGWzU5thZ9kNKUkcPtaPdatmUFKwHFrLb/uf/WpA4BHET+AX3Scl56cAjpA==} dev: false - /getpass/0.1.7: - resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} - dependencies: - assert-plus: 1.0.0 - dev: true - /getport/0.1.0: resolution: {integrity: sha1-q93z1dHnfdlnzPorA2oKH7Jv1/c=} dev: false - /git-raw-commits/2.0.11: - resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} - engines: {node: '>=10'} - hasBin: true - dependencies: - dargs: 7.0.0 - lodash: 4.17.21 - meow: 8.1.2 - split2: 3.2.2 - through2: 4.0.2 - dev: true - - /git-remote-origin-url/2.0.0: - resolution: {integrity: sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=} - engines: {node: '>=4'} - dependencies: - gitconfiglocal: 1.0.0 - pify: 2.3.0 - dev: true - - /git-semver-tags/4.1.1: - resolution: {integrity: sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==} - engines: {node: '>=10'} - hasBin: true - dependencies: - meow: 8.1.2 - semver: 6.3.0 - dev: true - - /git-up/4.0.5: - resolution: {integrity: sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==} - dependencies: - is-ssh: 1.3.3 - parse-url: 6.0.0 - dev: true - - /git-url-parse/11.6.0: - resolution: {integrity: sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==} - dependencies: - git-up: 4.0.5 - dev: true - - /gitconfiglocal/1.0.0: - resolution: {integrity: sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=} - dependencies: - ini: 1.3.8 - dev: true - /github-slugger/1.4.0: resolution: {integrity: sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==} dev: true @@ -14870,20 +13648,6 @@ packages: uglify-js: 3.15.4 dev: true - /har-schema/2.0.0: - resolution: {integrity: sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=} - engines: {node: '>=4'} - dev: true - - /har-validator/5.1.5: - resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} - engines: {node: '>=6'} - deprecated: this library is no longer supported - dependencies: - ajv: 6.12.6 - har-schema: 2.0.0 - dev: true - /hard-rejection/2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} @@ -15298,15 +14062,6 @@ packages: - debug dev: true - /http-signature/1.2.0: - resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=} - engines: {node: '>=0.8', npm: '>=1.3.7'} - dependencies: - assert-plus: 1.0.0 - jsprim: 1.4.2 - sshpk: 1.17.0 - dev: true - /https-browserify/1.0.0: resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=} dev: true @@ -15333,6 +14088,8 @@ packages: resolution: {integrity: sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0=} dependencies: ms: 2.1.3 + dev: false + optional: true /hyphenate-style-name/1.0.4: resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==} @@ -15349,6 +14106,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 + dev: false optional: true /icss-utils/4.1.1: @@ -15374,12 +14132,6 @@ packages: resolution: {integrity: sha1-xg7taebY/bazEEofy8ocGS3FtQE=} dev: true - /ignore-walk/3.0.4: - resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==} - dependencies: - minimatch: 3.1.2 - dev: true - /ignore/4.0.6: resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} engines: {node: '>= 4'} @@ -15451,19 +14203,6 @@ packages: /ini/1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - /init-package-json/2.0.5: - resolution: {integrity: sha512-u1uGAtEFu3VA6HNl/yUWw57jmKEMx8SKOxHhxjGnOFUiIlFnohKDFg4ZrPpv9wWqk44nDxGJAtqjdQFm+9XXQA==} - engines: {node: '>=10'} - dependencies: - npm-package-arg: 8.1.5 - promzard: 0.3.0 - read: 1.0.7 - read-package-json: 4.1.2 - semver: 7.3.7 - validate-npm-package-license: 3.0.4 - validate-npm-package-name: 3.0.0 - dev: true - /inline-style-parser/0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} dev: true @@ -15487,25 +14226,6 @@ packages: through: 2.3.8 dev: false - /inquirer/7.3.3: - resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} - engines: {node: '>=8.0.0'} - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - dev: true - /inquirer/8.2.4: resolution: {integrity: sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==} engines: {node: '>=12.0.0'} @@ -15751,13 +14471,6 @@ packages: resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} engines: {node: '>=0.10.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: resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} engines: {node: '>=4'} @@ -15804,6 +14517,8 @@ packages: /is-lambda/1.0.1: resolution: {integrity: sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=} + dev: false + optional: true /is-map/2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} @@ -15840,11 +14555,6 @@ packages: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - /is-obj/2.0.0: - resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} - engines: {node: '>=8'} - dev: true - /is-object/1.0.2: resolution: {integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==} dev: true @@ -15923,12 +14633,6 @@ packages: call-bind: 1.0.2 dev: true - /is-ssh/1.3.3: - resolution: {integrity: sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==} - dependencies: - protocols: 1.4.8 - dev: true - /is-stream/1.1.0: resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} engines: {node: '>=0.10.0'} @@ -15960,13 +14664,6 @@ packages: has-symbols: 1.0.3 dev: true - /is-text-path/1.0.1: - resolution: {integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=} - engines: {node: '>=0.10.0'} - dependencies: - text-extensions: 1.9.0 - dev: true - /is-typedarray/1.0.0: resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} dev: true @@ -16053,10 +14750,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /isstream/0.1.2: - resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} - dev: true - /istanbul-lib-coverage/3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} engines: {node: '>=8'} @@ -16287,7 +14980,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.7.0_f7l2u3dgefqtromdtqudcvv3vi + ts-node: 10.7.0_2fd7aa6c66216138b9839c283156bbaa transitivePeerDependencies: - bufferutil - canvas @@ -16769,10 +15462,6 @@ packages: resolution: {integrity: sha512-wStfgOJqMv4QKktuH273f5fyi3D3vy2pHOiSDGPvpcS/q+wb/M7AK3vkCcaHbkZxDOlDU/lDJgccygKSG2OhtA==} dev: false - /jsbn/0.1.1: - resolution: {integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM=} - dev: true - /jsdom/16.7.0: resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} engines: {node: '>=10'} @@ -16854,16 +15543,13 @@ packages: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: true - /json-schema/0.4.0: - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} - dev: true - /json-stable-stringify-without-jsonify/1.0.1: resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} dev: true /json-stringify-safe/5.0.1: resolution: {integrity: sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=} + optional: true /json5/0.5.1: resolution: {integrity: sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=} @@ -16895,6 +15581,7 @@ packages: chalk: 2.4.2 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile/2.4.0: resolution: {integrity: sha1-NzaitCi4e72gzIO1P6PWM6NcKug=} @@ -16915,11 +15602,6 @@ packages: graceful-fs: 4.2.10 dev: true - /jsonparse/1.3.1: - resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=} - engines: {'0': node >= 0.2.0} - dev: true - /jsonpointer/5.0.0: resolution: {integrity: sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==} engines: {node: '>=0.10.0'} @@ -16940,16 +15622,6 @@ packages: semver: 5.7.1 dev: false - /jsprim/1.4.2: - resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} - engines: {node: '>=0.6.0'} - dependencies: - assert-plus: 1.0.0 - extsprintf: 1.3.0 - json-schema: 0.4.0 - verror: 1.10.0 - dev: true - /jss-plugin-camel-case/10.9.0: resolution: {integrity: sha512-UH6uPpnDk413/r/2Olmw4+y54yEF2lRIV8XIZyuYpgPYTITLlPOsq6XB9qeqv+75SQSg3KLocq5jUBXW8qWWww==} dependencies: @@ -17247,35 +15919,6 @@ packages: readable-stream: 2.3.7 dev: true - /lerna/4.0.0: - resolution: {integrity: sha512-DD/i1znurfOmNJb0OBw66NmNqiM8kF6uIrzrJ0wGE3VNdzeOhz9ziWLYiRaZDGGwgbcjOo6eIfcx9O5Qynz+kg==} - engines: {node: '>= 10.18.0'} - hasBin: true - dependencies: - '@lerna/add': 4.0.0 - '@lerna/bootstrap': 4.0.0 - '@lerna/changed': 4.0.0 - '@lerna/clean': 4.0.0 - '@lerna/cli': 4.0.0 - '@lerna/create': 4.0.0 - '@lerna/diff': 4.0.0 - '@lerna/exec': 4.0.0 - '@lerna/import': 4.0.0 - '@lerna/info': 4.0.0 - '@lerna/init': 4.0.0 - '@lerna/link': 4.0.0 - '@lerna/list': 4.0.0 - '@lerna/publish': 4.0.0 - '@lerna/run': 4.0.0 - '@lerna/version': 4.0.0 - import-local: 3.1.0 - npmlog: 4.1.2 - transitivePeerDependencies: - - bluebird - - encoding - - supports-color - dev: true - /leven/3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} @@ -17297,33 +15940,6 @@ packages: type-check: 0.4.0 dev: true - /libnpmaccess/4.0.3: - resolution: {integrity: sha512-sPeTSNImksm8O2b6/pf3ikv4N567ERYEpeKRPSmqlNt1dTZbvgpJIzg5vAhXHpw2ISBsELFRelk0jEahj1c6nQ==} - engines: {node: '>=10'} - dependencies: - aproba: 2.0.0 - minipass: 3.1.6 - npm-package-arg: 8.1.5 - npm-registry-fetch: 11.0.0 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - - /libnpmpublish/4.0.2: - resolution: {integrity: sha512-+AD7A2zbVeGRCFI2aO//oUmapCwy7GHqPXFJh3qpToSRNU+tXKJ2YFUgjt04LPPAf2dlEH95s6EhIHM1J7bmOw==} - engines: {node: '>=10'} - dependencies: - normalize-package-data: 3.0.3 - npm-package-arg: 8.1.5 - npm-registry-fetch: 11.0.0 - semver: 7.3.7 - ssri: 8.0.1 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - /lie/3.1.1: resolution: {integrity: sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=} dependencies: @@ -17342,26 +15958,6 @@ packages: /linked-list/0.1.0: resolution: {integrity: sha1-eYsP+X0bkqT9CEgPVa6k6dSdN78=} - /load-json-file/4.0.0: - resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} - engines: {node: '>=4'} - dependencies: - graceful-fs: 4.2.10 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - dev: true - - /load-json-file/6.2.0: - resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} - engines: {node: '>=8'} - dependencies: - graceful-fs: 4.2.10 - parse-json: 5.2.0 - strip-bom: 4.0.0 - type-fest: 0.6.0 - dev: true - /load-yaml-file/0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} @@ -17454,10 +16050,6 @@ packages: p-locate: 5.0.0 dev: true - /lodash._reinterpolate/3.0.0: - resolution: {integrity: sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=} - dev: true - /lodash.clonedeep/4.5.0: resolution: {integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=} dev: false @@ -17497,10 +16089,6 @@ packages: resolution: {integrity: sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=} dev: false - /lodash.ismatch/4.4.0: - resolution: {integrity: sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=} - dev: true - /lodash.isnumber/3.0.3: resolution: {integrity: sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=} dev: false @@ -17539,19 +16127,6 @@ packages: resolution: {integrity: sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg=} dev: true - /lodash.template/4.5.0: - resolution: {integrity: sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==} - dependencies: - lodash._reinterpolate: 3.0.0 - lodash.templatesettings: 4.2.0 - dev: true - - /lodash.templatesettings/4.2.0: - resolution: {integrity: sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==} - dependencies: - lodash._reinterpolate: 3.0.0 - dev: true - /lodash.truncate/4.4.2: resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=} dev: true @@ -17674,30 +16249,6 @@ packages: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} dev: true - /make-fetch-happen/8.0.14: - resolution: {integrity: sha512-EsS89h6l4vbfJEtBZnENTOFk8mCRpY5ru36Xe5bcX1KYIli2mkSHqoFsp5O1wMDvTJJzxe/4THpCTtygjeeGWQ==} - engines: {node: '>= 10'} - dependencies: - agentkeepalive: 4.2.1 - cacache: 15.3.0 - http-cache-semantics: 4.1.0 - http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.1 - is-lambda: 1.0.1 - lru-cache: 6.0.0 - minipass: 3.1.6 - minipass-collect: 1.0.2 - minipass-fetch: 1.4.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - promise-retry: 2.0.1 - socks-proxy-agent: 5.0.1 - ssri: 8.0.1 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - /make-fetch-happen/9.1.0: resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==} engines: {node: '>= 10'} @@ -17721,6 +16272,8 @@ packages: transitivePeerDependencies: - bluebird - supports-color + dev: false + optional: true /makeerror/1.0.12: resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} @@ -17880,23 +16433,6 @@ packages: yargs-parser: 18.1.3 dev: true - /meow/8.1.2: - resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} - engines: {node: '>=10'} - dependencies: - '@types/minimist': 1.2.2 - camelcase-keys: 6.2.2 - decamelize-keys: 1.1.0 - hard-rejection: 2.1.0 - minimist-options: 4.1.0 - normalize-package-data: 3.0.3 - read-pkg-up: 7.0.1 - redent: 3.0.0 - trim-newlines: 3.0.1 - type-fest: 0.18.1 - yargs-parser: 20.2.9 - dev: true - /meow/9.0.0: resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} engines: {node: '>=10'} @@ -18017,7 +16553,7 @@ packages: engines: {node: '>=4'} dev: true - /mini-create-react-context/0.4.1_at7mkepldmzoo6silmqc5bca74: + /mini-create-react-context/0.4.1_prop-types@15.8.1+react@17.0.2: resolution: {integrity: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==} peerDependencies: prop-types: ^15.0.0 @@ -18079,6 +16615,8 @@ packages: minizlib: 2.1.2 optionalDependencies: encoding: 0.1.13 + dev: false + optional: true /minipass-flush/1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} @@ -18086,13 +16624,6 @@ packages: dependencies: minipass: 3.1.6 - /minipass-json-stream/1.0.1: - resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} - dependencies: - jsonparse: 1.3.1 - minipass: 3.1.6 - dev: true - /minipass-pipeline/1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} @@ -18104,13 +16635,8 @@ packages: engines: {node: '>=8'} dependencies: minipass: 3.1.6 - - /minipass/2.9.0: - resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} - dependencies: - safe-buffer: 5.2.1 - yallist: 3.1.1 - dev: true + dev: false + optional: true /minipass/3.1.6: resolution: {integrity: sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==} @@ -18118,12 +16644,6 @@ packages: dependencies: yallist: 4.0.0 - /minizlib/1.3.3: - resolution: {integrity: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==} - dependencies: - minipass: 2.9.0 - dev: true - /minizlib/2.1.2: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} @@ -18160,15 +16680,6 @@ packages: engines: {node: '>= 8.0.0'} dev: true - /mkdirp-infer-owner/2.0.0: - resolution: {integrity: sha512-sdqtiFt3lkOaYvTXSRIUjkIdPTcxgv5+fgqYE/5qgwdw12cOrAuzzgzvVExIkH/ul1oeHN3bCLOWSG3XOqbKKw==} - engines: {node: '>=10'} - dependencies: - chownr: 2.0.0 - infer-owner: 1.0.4 - mkdirp: 1.0.4 - dev: true - /mkdirp/0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true @@ -18180,11 +16691,6 @@ packages: engines: {node: '>=10'} hasBin: true - /modify-values/1.0.1: - resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} - engines: {node: '>=0.10.0'} - dev: true - /morgan/1.10.0: resolution: {integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==} engines: {node: '>= 0.8.0'} @@ -18260,23 +16766,13 @@ packages: thunky: 1.1.0 dev: true - /multimatch/5.0.0: - resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} - engines: {node: '>=10'} - dependencies: - '@types/minimatch': 3.0.5 - array-differ: 3.0.0 - array-union: 2.1.0 - arrify: 2.0.1 - minimatch: 3.1.2 - dev: true - /mute-stream/0.0.7: resolution: {integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=} dev: false /mute-stream/0.0.8: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + dev: false /nan/2.15.0: resolution: {integrity: sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==} @@ -18393,41 +16889,6 @@ packages: hasBin: true dev: true - /node-gyp/5.1.1: - resolution: {integrity: sha512-WH0WKGi+a4i4DUt2mHnvocex/xPLp9pYt5R6M2JdFB7pJ7Z34hveZ4nDTGTiLXCkitA9T8HFZjhinBCiVHYcWw==} - engines: {node: '>= 6.0.0'} - hasBin: true - dependencies: - env-paths: 2.2.1 - glob: 7.2.0 - graceful-fs: 4.2.10 - mkdirp: 0.5.6 - nopt: 4.0.3 - npmlog: 4.1.2 - request: 2.88.2 - rimraf: 2.7.1 - semver: 5.7.1 - tar: 4.4.19 - which: 1.3.1 - dev: true - - /node-gyp/7.1.2: - resolution: {integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==} - engines: {node: '>= 10.12.0'} - hasBin: true - dependencies: - env-paths: 2.2.1 - glob: 7.2.0 - graceful-fs: 4.2.10 - nopt: 5.0.0 - npmlog: 4.1.2 - request: 2.88.2 - rimraf: 3.0.2 - semver: 7.3.7 - tar: 6.1.11 - which: 2.0.2 - dev: true - /node-gyp/8.4.1: resolution: {integrity: sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==} engines: {node: '>= 10.12.0'} @@ -18490,20 +16951,13 @@ packages: resolution: {integrity: sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==} dev: true - /nopt/4.0.3: - resolution: {integrity: sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==} - hasBin: true - dependencies: - abbrev: 1.1.1 - osenv: 0.1.5 - dev: true - /nopt/5.0.0: resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} engines: {node: '>=6'} hasBin: true dependencies: abbrev: 1.1.1 + dev: false /normalize-package-data/2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} @@ -18548,17 +17002,6 @@ packages: resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==} engines: {node: '>=8'} - /normalize-url/6.1.0: - resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} - engines: {node: '>=10'} - dev: true - - /npm-bundled/1.1.2: - resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} - dependencies: - npm-normalize-package-bin: 1.0.1 - dev: true - /npm-conf/1.1.3: resolution: {integrity: sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==} engines: {node: '>=4'} @@ -18567,91 +17010,6 @@ packages: pify: 3.0.0 optional: true - /npm-install-checks/4.0.0: - resolution: {integrity: sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==} - engines: {node: '>=10'} - dependencies: - semver: 7.3.7 - dev: true - - /npm-lifecycle/3.1.5: - resolution: {integrity: sha512-lDLVkjfZmvmfvpvBzA4vzee9cn+Me4orq0QF8glbswJVEbIcSNWib7qGOffolysc3teCqbbPZZkzbr3GQZTL1g==} - dependencies: - byline: 5.0.0 - graceful-fs: 4.2.10 - node-gyp: 5.1.1 - resolve-from: 4.0.0 - slide: 1.1.6 - uid-number: 0.0.6 - umask: 1.1.0 - which: 1.3.1 - dev: true - - /npm-normalize-package-bin/1.0.1: - resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} - dev: true - - /npm-package-arg/8.1.5: - resolution: {integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==} - engines: {node: '>=10'} - dependencies: - hosted-git-info: 4.1.0 - semver: 7.3.7 - validate-npm-package-name: 3.0.0 - dev: true - - /npm-packlist/2.2.2: - resolution: {integrity: sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==} - engines: {node: '>=10'} - hasBin: true - dependencies: - glob: 7.2.0 - ignore-walk: 3.0.4 - npm-bundled: 1.1.2 - npm-normalize-package-bin: 1.0.1 - dev: true - - /npm-pick-manifest/6.1.1: - resolution: {integrity: sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==} - dependencies: - npm-install-checks: 4.0.0 - npm-normalize-package-bin: 1.0.1 - npm-package-arg: 8.1.5 - semver: 7.3.7 - dev: true - - /npm-registry-fetch/11.0.0: - resolution: {integrity: sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==} - engines: {node: '>=10'} - dependencies: - make-fetch-happen: 9.1.0 - minipass: 3.1.6 - minipass-fetch: 1.4.1 - minipass-json-stream: 1.0.1 - minizlib: 2.1.2 - npm-package-arg: 8.1.5 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - - /npm-registry-fetch/9.0.0: - resolution: {integrity: sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==} - engines: {node: '>=10'} - dependencies: - '@npmcli/ci-detect': 1.4.0 - lru-cache: 6.0.0 - make-fetch-happen: 8.0.14 - minipass: 3.1.6 - minipass-fetch: 1.4.1 - minipass-json-stream: 1.0.1 - minizlib: 2.1.2 - npm-package-arg: 8.1.5 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - /npm-run-path/2.0.2: resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} engines: {node: '>=4'} @@ -18666,15 +17024,6 @@ packages: path-key: 3.1.1 dev: true - /npmlog/4.1.2: - resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} - dependencies: - are-we-there-yet: 1.1.7 - console-control-strings: 1.1.0 - gauge: 2.7.4 - set-blocking: 2.0.0 - dev: true - /npmlog/5.0.1: resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==} dependencies: @@ -18704,11 +17053,6 @@ packages: resolution: {integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=} dev: true - /number-is-nan/1.0.1: - resolution: {integrity: sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=} - engines: {node: '>=0.10.0'} - dev: true - /nwsapi/2.2.0: resolution: {integrity: sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==} dev: true @@ -18756,10 +17100,6 @@ packages: - typescript dev: true - /oauth-sign/0.9.0: - resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} - dev: true - /object-assign/4.1.1: resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} @@ -18954,22 +17294,10 @@ packages: resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} dev: true - /os-homedir/1.0.2: - resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=} - engines: {node: '>=0.10.0'} - dev: true - /os-tmpdir/1.0.2: resolution: {integrity: sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=} engines: {node: '>=0.10.0'} - /osenv/0.1.5: - resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==} - dependencies: - os-homedir: 1.0.2 - os-tmpdir: 1.0.2 - dev: true - /outdent/0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} dev: true @@ -19061,11 +17389,6 @@ packages: p-limit: 3.1.0 dev: true - /p-map-series/2.1.0: - resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} - engines: {node: '>=8'} - dev: true - /p-map/2.1.0: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} @@ -19084,24 +17407,6 @@ packages: dependencies: aggregate-error: 3.1.0 - /p-pipe/3.1.0: - resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} - engines: {node: '>=8'} - dev: true - - /p-queue/6.6.2: - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} - engines: {node: '>=8'} - dependencies: - eventemitter3: 4.0.7 - p-timeout: 3.2.0 - dev: true - - /p-reduce/2.1.0: - resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} - engines: {node: '>=8'} - dev: true - /p-retry/4.6.2: resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==} engines: {node: '>=8'} @@ -19127,42 +17432,6 @@ packages: engines: {node: '>=6'} dev: true - /p-waterfall/2.1.1: - resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} - engines: {node: '>=8'} - dependencies: - p-reduce: 2.1.0 - dev: true - - /pacote/11.3.5: - resolution: {integrity: sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@npmcli/git': 2.1.0 - '@npmcli/installed-package-contents': 1.0.7 - '@npmcli/promise-spawn': 1.3.2 - '@npmcli/run-script': 1.8.6 - cacache: 15.3.0 - chownr: 2.0.0 - fs-minipass: 2.1.0 - infer-owner: 1.0.4 - minipass: 3.1.6 - mkdirp: 1.0.4 - npm-package-arg: 8.1.5 - npm-packlist: 2.2.2 - npm-pick-manifest: 6.1.1 - npm-registry-fetch: 11.0.0 - promise-retry: 2.0.1 - read-package-json-fast: 2.0.3 - rimraf: 3.0.2 - ssri: 8.0.1 - tar: 6.1.11 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - /pako/1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} dev: true @@ -19209,14 +17478,6 @@ packages: is-hexadecimal: 1.0.4 dev: true - /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 - dev: true - /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -19230,24 +17491,6 @@ packages: resolution: {integrity: sha1-e892WVU242B1Zkvk1ofkvdkQII8=} dev: false - /parse-path/4.0.3: - resolution: {integrity: sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==} - dependencies: - is-ssh: 1.3.3 - protocols: 1.4.8 - qs: 6.10.3 - query-string: 6.14.1 - dev: true - - /parse-url/6.0.0: - resolution: {integrity: sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==} - dependencies: - is-ssh: 1.3.3 - normalize-url: 6.1.0 - parse-path: 4.0.3 - protocols: 1.4.8 - dev: true - /parse5/6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: true @@ -19354,10 +17597,6 @@ packages: /pend/1.2.0: resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=} - /performance-now/2.1.0: - resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} - dev: true - /pg-connection-string/2.5.0: resolution: {integrity: sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==} dev: false @@ -19374,11 +17613,6 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - /pify/2.3.0: - resolution: {integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw=} - engines: {node: '>=0.10.0'} - dev: true - /pify/3.0.0: resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} engines: {node: '>=4'} @@ -19388,11 +17622,6 @@ packages: engines: {node: '>=6'} dev: true - /pify/5.0.0: - resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} - engines: {node: '>=10'} - dev: true - /pirates/4.0.5: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} @@ -19460,7 +17689,7 @@ packages: postcss: 7.0.39 dev: true - /postcss-loader/4.3.0_gzaxsinx64nntyd3vmdqwl7coe: + /postcss-loader/4.3.0_postcss@7.0.39+webpack@4.46.0: resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19711,6 +17940,8 @@ packages: dependencies: err-code: 2.0.3 retry: 0.12.0 + dev: false + optional: true /promise.allsettled/1.0.5: resolution: {integrity: sha512-tVDqeZPoBC0SlzJHzWGZ2NKAguVq2oiYj7gbggbiTvH2itHohijTp7njOUA0aQ/nl+0lr/r6egmhoYu63UZ/pQ==} @@ -19747,12 +17978,6 @@ packages: sisteransi: 1.0.5 dev: true - /promzard/0.3.0: - resolution: {integrity: sha1-JqXW7ox97kyxIggwWs+5O6OCqe4=} - dependencies: - read: 1.0.7 - dev: true - /prop-types-extra/1.1.1_react@17.0.2: resolution: {integrity: sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==} peerDependencies: @@ -19778,10 +18003,7 @@ packages: /proto-list/1.2.4: resolution: {integrity: sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=} - - /protocols/1.4.8: - resolution: {integrity: sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==} - dev: true + optional: true /proxy-addr/2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} @@ -19950,37 +18172,17 @@ packages: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} - /q/1.5.1: - resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=} - engines: {node: '>=0.6.0', teleport: '>=0.2.0'} - dev: true - /qs/6.10.3: resolution: {integrity: sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 - /qs/6.5.3: - resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} - engines: {node: '>=0.6'} - dev: true - /qs/6.9.3: resolution: {integrity: sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==} engines: {node: '>=0.6'} dev: true - /query-string/6.14.1: - resolution: {integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==} - engines: {node: '>=6'} - dependencies: - decode-uri-component: 0.2.0 - filter-obj: 1.1.0 - split-on-first: 1.1.0 - strict-uri-encode: 2.0.0 - dev: true - /querystring-es3/0.2.1: resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} engines: {node: '>=0.4.x'} @@ -20061,7 +18263,7 @@ packages: webpack: 5.72.0_webpack-cli@4.9.2 dev: true - /react-bootstrap/2.3.1_k2mvpji5i2ojml6m4ftklg47pa: + /react-bootstrap/2.3.1_569957a51d469c962fcce166a59b9f78: resolution: {integrity: sha512-+k68LdaSS62Zc/1gr18NC9QpDk/wwhNk+90QgcTMYSA8BzlXC1G2ogWWrz2LFuP2FlmCtVjcr/UXw3mpdxVmWw==} peerDependencies: '@types/react': '>=16.14.8' @@ -20073,7 +18275,7 @@ packages: dependencies: '@babel/runtime': 7.17.9 '@restart/hooks': 0.4.7_react@17.0.2 - '@restart/ui': 1.2.0_sfoxds7t5ydpegc3knd667wn6m + '@restart/ui': 1.2.0_react-dom@17.0.2+react@17.0.2 '@types/react': 17.0.45 '@types/react-transition-group': 4.4.4 classnames: 2.3.1 @@ -20083,7 +18285,7 @@ packages: prop-types-extra: 1.1.1_react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-transition-group: 4.4.2_sfoxds7t5ydpegc3knd667wn6m + react-transition-group: 4.4.2_react-dom@17.0.2+react@17.0.2 uncontrollable: 7.2.1_react@17.0.2 warning: 4.0.3 dev: false @@ -20097,7 +18299,7 @@ packages: react: 17.0.2 dev: false - /react-colorful/5.5.1_sfoxds7t5ydpegc3knd667wn6m: + /react-colorful/5.5.1_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-M1TJH2X3RXEt12sWkpa6hLc/bbYS0H6F4rIqjQZ+RxNBstpY67d9TrFXtqdZwhpmBXcCwEi7stKqFue3ZRkiOg==} peerDependencies: react: '>=16.8.0' @@ -20148,7 +18350,7 @@ packages: react: 17.0.2 scheduler: 0.20.2 - /react-draggable/4.4.5_sfoxds7t5ydpegc3knd667wn6m: + /react-draggable/4.4.5_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==} peerDependencies: react: '>= 16.3.0' @@ -20167,7 +18369,7 @@ packages: dragula: 3.7.2 dev: false - /react-element-to-jsx-string/14.3.4_sfoxds7t5ydpegc3knd667wn6m: + /react-element-to-jsx-string/14.3.4_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==} peerDependencies: react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 @@ -20183,7 +18385,7 @@ packages: /react-fast-compare/3.2.0: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} - /react-focus-lock/2.5.2_hx2b44akkvgcgvvtmk7ds2qk6q: + /react-focus-lock/2.5.2_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-WzpdOnEqjf+/A3EH9opMZWauag7gV0BxFl+EY4ElA4qFqYsUsBLnmo2sELbN5OC30S16GAWMy16B9DLPpdJKAQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -20193,13 +18395,13 @@ packages: prop-types: 15.8.1 react: 17.0.2 react-clientside-effect: 1.2.6_react@17.0.2 - use-callback-ref: 1.3.0_hx2b44akkvgcgvvtmk7ds2qk6q - use-sidecar: 1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q + use-callback-ref: 1.3.0_3df41e700a554c2356b362be396a0af4 + use-sidecar: 1.1.2_3df41e700a554c2356b362be396a0af4 transitivePeerDependencies: - '@types/react' dev: false - /react-helmet-async/1.3.0_sfoxds7t5ydpegc3knd667wn6m: + /react-helmet-async/1.3.0_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 @@ -20243,7 +18445,7 @@ packages: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-popper-tooltip/3.1.1_sfoxds7t5ydpegc3knd667wn6m: + /react-popper-tooltip/3.1.1_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ==} peerDependencies: react: ^16.6.0 || ^17.0.0 @@ -20253,10 +18455,10 @@ packages: '@popperjs/core': 2.11.5 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-popper: 2.3.0_kz2vxbzpsgxv356x2ucg6oykdm + react-popper: 2.3.0_56755b872f91af5df7d7d5046f3b0a1b dev: true - /react-popper/2.3.0_kz2vxbzpsgxv356x2ucg6oykdm: + /react-popper/2.3.0_56755b872f91af5df7d7d5046f3b0a1b: resolution: {integrity: sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==} peerDependencies: '@popperjs/core': ^2.0.0 @@ -20277,7 +18479,7 @@ packages: react-deep-force-update: 1.1.2 dev: true - /react-redux/7.2.8_sfoxds7t5ydpegc3knd667wn6m: + /react-redux/7.2.8_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==} peerDependencies: react: ^16.8.3 || ^17 || ^18 @@ -20303,7 +18505,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar/2.3.1_hx2b44akkvgcgvvtmk7ds2qk6q: + /react-remove-scroll-bar/2.3.1_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-IvGX3mJclEF7+hga8APZczve1UyGMkMG+tjS0o/U1iLgvZRpjFAQEUBJ4JETfvbNlfNnZnoDyWJCICkA15Mghg==} engines: {node: '>=10'} peerDependencies: @@ -20315,11 +18517,11 @@ packages: dependencies: '@types/react': 17.0.45 react: 17.0.2 - react-style-singleton: 2.2.0_hx2b44akkvgcgvvtmk7ds2qk6q + react-style-singleton: 2.2.0_3df41e700a554c2356b362be396a0af4 tslib: 2.4.0 dev: false - /react-remove-scroll/2.4.1_hx2b44akkvgcgvvtmk7ds2qk6q: + /react-remove-scroll/2.4.1_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-K7XZySEzOHMTq7dDwcHsZA6Y7/1uX5RsWhRXVYv8rdh+y9Qz2nMwl9RX/Mwnj/j7JstCGmxyfyC0zbVGXYh3mA==} engines: {node: '>=8.5.0'} peerDependencies: @@ -20331,11 +18533,11 @@ packages: dependencies: '@types/react': 17.0.45 react: 17.0.2 - react-remove-scroll-bar: 2.3.1_hx2b44akkvgcgvvtmk7ds2qk6q - react-style-singleton: 2.2.0_hx2b44akkvgcgvvtmk7ds2qk6q + react-remove-scroll-bar: 2.3.1_3df41e700a554c2356b362be396a0af4 + react-style-singleton: 2.2.0_3df41e700a554c2356b362be396a0af4 tslib: 1.14.1 - use-callback-ref: 1.3.0_hx2b44akkvgcgvvtmk7ds2qk6q - use-sidecar: 1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q + use-callback-ref: 1.3.0_3df41e700a554c2356b362be396a0af4 + use-sidecar: 1.1.2_3df41e700a554c2356b362be396a0af4 dev: false /react-router-dom/5.3.1_react@17.0.2: @@ -20353,7 +18555,7 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router-dom/6.3.0_sfoxds7t5ydpegc3knd667wn6m: + /react-router-dom/6.3.0_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} peerDependencies: react: '>=16.8' @@ -20374,7 +18576,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_at7mkepldmzoo6silmqc5bca74 + mini-create-react-context: 0.4.1_prop-types@15.8.1+react@17.0.2 path-to-regexp: 1.8.0 prop-types: 15.8.1 react: 17.0.2 @@ -20392,7 +18594,7 @@ packages: react: 17.0.2 dev: true - /react-select/5.3.1_cgmcp4y3anqoviq4hre22lv2k4: + /react-select/5.3.1_119827f31b0360eaa21c3c49ad2eba57: resolution: {integrity: sha512-Y195MmhDoDAj/8gTDyYZU1Raf7tmZd81wxM6RkFko4pqJ4Xv0/ilqUMtSn+GYkwmSlTWeMlzh+e+t7PJgtuXPw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -20400,13 +18602,13 @@ packages: dependencies: '@babel/runtime': 7.17.9 '@emotion/cache': 11.7.1 - '@emotion/react': 11.9.0_agi5j56rhwhfr3kfyspeqe6asa + '@emotion/react': 11.9.0_0191d4f7d13d8e58ed45c49e4813c090 '@types/react-transition-group': 4.4.4 memoize-one: 5.2.1 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-transition-group: 4.4.2_sfoxds7t5ydpegc3knd667wn6m + react-transition-group: 4.4.2_react-dom@17.0.2+react@17.0.2 transitivePeerDependencies: - '@babel/core' - '@types/react' @@ -20431,7 +18633,7 @@ packages: throttle-debounce: 3.0.1 dev: true - /react-style-singleton/2.2.0_hx2b44akkvgcgvvtmk7ds2qk6q: + /react-style-singleton/2.2.0_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-nK7mN92DMYZEu3cQcAhfwE48NpzO5RpxjG4okbSqRRbfal9Pk+fG2RdQXTMp+f6all1hB9LIJSt+j7dCYrU11g==} engines: {node: '>=10'} peerDependencies: @@ -20473,7 +18675,7 @@ packages: scheduler: 0.20.2 dev: true - /react-textarea-autosize/8.3.3_hx2b44akkvgcgvvtmk7ds2qk6q: + /react-textarea-autosize/8.3.3_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ==} engines: {node: '>=10'} peerDependencies: @@ -20482,7 +18684,7 @@ packages: '@babel/runtime': 7.17.9 react: 17.0.2 use-composed-ref: 1.3.0_react@17.0.2 - use-latest: 1.2.1_hx2b44akkvgcgvvtmk7ds2qk6q + use-latest: 1.2.1_3df41e700a554c2356b362be396a0af4 transitivePeerDependencies: - '@types/react' dev: true @@ -20498,7 +18700,7 @@ packages: react-proxy: 1.1.8 dev: true - /react-transition-group/4.4.2_sfoxds7t5ydpegc3knd667wn6m: + /react-transition-group/4.4.2_react-dom@17.0.2+react@17.0.2: resolution: {integrity: sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg==} peerDependencies: react: '>=16.6.0' @@ -20519,64 +18721,6 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 - /read-cmd-shim/2.0.0: - resolution: {integrity: sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==} - dev: true - - /read-package-json-fast/2.0.3: - resolution: {integrity: sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==} - engines: {node: '>=10'} - dependencies: - json-parse-even-better-errors: 2.3.1 - npm-normalize-package-bin: 1.0.1 - dev: true - - /read-package-json/2.1.2: - resolution: {integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==} - dependencies: - glob: 7.2.0 - json-parse-even-better-errors: 2.3.1 - normalize-package-data: 2.5.0 - npm-normalize-package-bin: 1.0.1 - dev: true - - /read-package-json/3.0.1: - resolution: {integrity: sha512-aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng==} - engines: {node: '>=10'} - dependencies: - glob: 7.2.0 - json-parse-even-better-errors: 2.3.1 - normalize-package-data: 3.0.3 - npm-normalize-package-bin: 1.0.1 - dev: true - - /read-package-json/4.1.2: - resolution: {integrity: sha512-Dqer4pqzamDE2O4M55xp1qZMuLPqi4ldk2ya648FOMHRjwMzFhuxVrG04wd0c38IsvkVdr3vgHI6z+QTPdAjrQ==} - engines: {node: '>=10'} - dependencies: - glob: 7.2.0 - json-parse-even-better-errors: 2.3.1 - normalize-package-data: 3.0.3 - npm-normalize-package-bin: 1.0.1 - dev: true - - /read-package-tree/5.3.1: - resolution: {integrity: sha512-mLUDsD5JVtlZxjSlPPx1RETkNjjvQYuweKwNVt1Sn8kP5Jh44pvYuUHCp6xSVDZWbNxVxG5lyZJ921aJH61sTw==} - deprecated: The functionality that this package provided is now in @npmcli/arborist - dependencies: - read-package-json: 2.1.2 - readdir-scoped-modules: 1.1.0 - util-promisify: 2.1.0 - dev: true - - /read-pkg-up/3.0.0: - resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=} - engines: {node: '>=4'} - dependencies: - find-up: 2.1.0 - read-pkg: 3.0.0 - dev: true - /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -20586,15 +18730,6 @@ packages: type-fest: 0.8.1 dev: true - /read-pkg/3.0.0: - resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} - engines: {node: '>=4'} - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: true - /read-pkg/5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} @@ -20615,13 +18750,6 @@ packages: strip-bom: 3.0.0 dev: true - /read/1.0.7: - resolution: {integrity: sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=} - engines: {node: '>=0.8'} - dependencies: - mute-stream: 0.0.8 - dev: true - /readable-stream/2.3.7: resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} dependencies: @@ -20647,15 +18775,6 @@ packages: minimatch: 3.1.2 dev: true - /readdir-scoped-modules/1.1.0: - resolution: {integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==} - dependencies: - debuglog: 1.0.1 - dezalgo: 1.0.4 - graceful-fs: 4.2.10 - once: 1.4.0 - dev: true - /readdirp/2.2.1: resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} @@ -20913,33 +19032,6 @@ packages: engines: {node: '>=0.10'} dev: true - /request/2.88.2: - resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} - engines: {node: '>= 6'} - deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 - dependencies: - aws-sign2: 0.7.0 - aws4: 1.11.0 - caseless: 0.12.0 - combined-stream: 1.0.8 - extend: 3.0.2 - forever-agent: 0.6.1 - form-data: 2.3.3 - har-validator: 5.1.5 - http-signature: 1.2.0 - is-typedarray: 1.0.0 - isstream: 0.1.2 - json-stringify-safe: 5.0.1 - mime-types: 2.1.35 - oauth-sign: 0.9.0 - performance-now: 2.1.0 - qs: 6.5.3 - safe-buffer: 5.2.1 - tough-cookie: 2.5.0 - tunnel-agent: 0.6.0 - uuid: 3.4.0 - dev: true - /require-directory/2.1.1: resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} engines: {node: '>=0.10.0'} @@ -21032,6 +19124,8 @@ packages: /retry/0.12.0: resolution: {integrity: sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=} engines: {node: '>= 4'} + dev: false + optional: true /retry/0.13.1: resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==} @@ -21097,7 +19191,7 @@ packages: terser: 5.13.1 dev: true - /rollup-plugin-typescript2/0.31.2_qn3dijuqynmbighxheglnoge7a: + /rollup-plugin-typescript2/0.31.2_rollup@2.72.1+typescript@4.5.5: resolution: {integrity: sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==} peerDependencies: rollup: '>=1.26.3' @@ -21131,6 +19225,7 @@ packages: /run-async/2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} + dev: false /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -21609,13 +19704,11 @@ packages: resolution: {integrity: sha1-CzpmK10Ewxd7GSa+qCsD+Dei70E=} dev: false - /slide/1.1.6: - resolution: {integrity: sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=} - dev: true - /smart-buffer/4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + dev: false + optional: true /smartwrap/1.2.5: resolution: {integrity: sha512-bzWRwHwu0RnWjwU7dFy7tF68pDAx/zMSu3g7xr9Nx5J0iSImYInglwEVExyHLxXljy6PWMjkSAbwF7t2mPnRmg==} @@ -21723,17 +19816,6 @@ packages: websocket-driver: 0.7.4 dev: true - /socks-proxy-agent/5.0.1: - resolution: {integrity: sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==} - engines: {node: '>= 6'} - dependencies: - agent-base: 6.0.2 - debug: 4.3.4 - socks: 2.6.2 - transitivePeerDependencies: - - supports-color - dev: true - /socks-proxy-agent/6.2.0: resolution: {integrity: sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==} engines: {node: '>= 10'} @@ -21743,6 +19825,8 @@ packages: socks: 2.6.2 transitivePeerDependencies: - supports-color + dev: false + optional: true /socks/2.6.2: resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==} @@ -21750,20 +19834,8 @@ packages: dependencies: ip: 1.1.5 smart-buffer: 4.2.0 - - /sort-keys/2.0.0: - resolution: {integrity: sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=} - engines: {node: '>=4'} - dependencies: - is-plain-obj: 1.1.0 - dev: true - - /sort-keys/4.2.0: - resolution: {integrity: sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==} - engines: {node: '>=8'} - dependencies: - is-plain-obj: 2.1.0 - dev: true + dev: false + optional: true /source-list-map/2.0.1: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} @@ -21894,11 +19966,6 @@ packages: hasBin: true dev: true - /split-on-first/1.1.0: - resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==} - engines: {node: '>=6'} - dev: true - /split-string/3.1.0: resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} engines: {node: '>=0.10.0'} @@ -21906,18 +19973,6 @@ packages: extend-shallow: 3.0.2 dev: true - /split/1.0.1: - resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} - dependencies: - through: 2.3.8 - dev: true - - /split2/3.2.2: - resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} - dependencies: - readable-stream: 3.6.0 - dev: true - /sprintf-js/1.0.3: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} dev: true @@ -21944,22 +19999,6 @@ packages: - supports-color dev: false - /sshpk/1.17.0: - resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} - engines: {node: '>=0.10.0'} - hasBin: true - dependencies: - asn1: 0.2.6 - assert-plus: 1.0.0 - bcrypt-pbkdf: 1.0.2 - dashdash: 1.14.1 - ecc-jsbn: 0.1.2 - getpass: 0.1.7 - jsbn: 0.1.1 - safer-buffer: 2.1.2 - tweetnacl: 0.14.5 - dev: true - /ssri/6.0.2: resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} dependencies: @@ -22052,11 +20091,6 @@ packages: events: 3.3.0 dev: false - /strict-uri-encode/2.0.0: - resolution: {integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY=} - engines: {node: '>=4'} - dev: true - /string-length/4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} @@ -22065,15 +20099,6 @@ packages: strip-ansi: 6.0.1 dev: true - /string-width/1.0.2: - resolution: {integrity: sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=} - engines: {node: '>=0.10.0'} - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - dev: true - /string-width/2.1.1: resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} engines: {node: '>=4'} @@ -22199,16 +20224,6 @@ packages: engines: {node: '>=8'} dev: true - /strong-log-transformer/2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} - hasBin: true - dependencies: - duplexer: 0.1.2 - minimist: 1.2.6 - through: 2.3.8 - dev: true - /style-loader/1.3.0_webpack@4.46.0: resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==} engines: {node: '>= 8.9.0'} @@ -22246,7 +20261,7 @@ packages: tslib: 2.4.0 dev: false - /styled-components/5.3.5_fane7jikarojcev26y27hpbhu4: + /styled-components/5.3.5_281a4fa50a045c9112baf635f3bc27a7: resolution: {integrity: sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==} engines: {node: '>=10'} requiresBuild: true @@ -22497,19 +20512,6 @@ packages: readable-stream: 3.6.0 dev: true - /tar/4.4.19: - resolution: {integrity: sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==} - engines: {node: '>=4.5'} - dependencies: - chownr: 1.1.4 - fs-minipass: 1.2.7 - minipass: 2.9.0 - minizlib: 1.3.3 - mkdirp: 0.5.6 - safe-buffer: 5.2.1 - yallist: 3.1.1 - dev: true - /tar/6.1.11: resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==} engines: {node: '>= 10'} @@ -22548,22 +20550,6 @@ packages: memoizerific: 1.11.3 dev: true - /temp-dir/1.0.0: - resolution: {integrity: sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=} - engines: {node: '>=4'} - dev: true - - /temp-write/4.0.0: - resolution: {integrity: sha512-HIeWmj77uOOHb0QX7siN3OtwV3CTntquin6TNVg6SHOqCP3hYKmox90eeFOGaY1MqJ9WYDDjkyZrW6qS5AWpbw==} - engines: {node: '>=8'} - dependencies: - graceful-fs: 4.2.10 - is-stream: 2.0.1 - make-dir: 3.1.0 - temp-dir: 1.0.0 - uuid: 3.4.0 - dev: true - /term-size/2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} @@ -22670,11 +20656,6 @@ packages: minimatch: 3.1.2 dev: true - /text-extensions/1.9.0: - resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} - engines: {node: '>=0.10'} - dev: true - /text-table/0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} dev: true @@ -22690,6 +20671,7 @@ packages: /through/2.3.8: resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + dev: false /through2/2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} @@ -22698,12 +20680,6 @@ packages: xtend: 4.0.2 dev: true - /through2/4.0.2: - resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} - dependencies: - readable-stream: 3.6.0 - dev: true - /thunky/1.1.0: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} dev: true @@ -22812,14 +20788,6 @@ packages: resolution: {integrity: sha1-zu78cXp2xDFvEm0LnbqlXX598Bo=} dev: true - /tough-cookie/2.5.0: - resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} - engines: {node: '>=0.8'} - dependencies: - psl: 1.8.0 - punycode: 2.1.1 - dev: true - /tough-cookie/4.0.0: resolution: {integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==} engines: {node: '>=6'} @@ -22867,41 +20835,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.4_azqi2oje2kbssb74jok2y777ti: - resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.5.0 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.7 - typescript: 4.5.5 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.4_qibfzi6pqxnvkzgq6a2hlm326a: + /ts-jest/27.1.4_82025ca3cf85db5564d0f03475b37af0: resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -22936,7 +20870,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.4_z7s2idua2tap7lbsfc3ti4ge5m: + /ts-jest/27.1.4_cfe5a40e80d4c0ffac3228b73470c4eb: resolution: {integrity: sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -22970,7 +20904,7 @@ packages: yargs-parser: 20.2.9 dev: true - /ts-node/10.7.0_f7l2u3dgefqtromdtqudcvv3vi: + /ts-node/10.7.0_2fd7aa6c66216138b9839c283156bbaa: resolution: {integrity: sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==} hasBin: true peerDependencies: @@ -23063,21 +20997,11 @@ packages: yargs: 15.4.1 dev: true - /tunnel-agent/0.6.0: - resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} - dependencies: - safe-buffer: 5.2.1 - dev: true - /tunnel/0.0.6: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} optional: true - /tweetnacl/0.14.5: - resolution: {integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=} - dev: true - /type-check/0.3.2: resolution: {integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=} engines: {node: '>= 0.8.0'} @@ -23115,11 +21039,6 @@ packages: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} - /type-fest/0.4.1: - resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} - engines: {node: '>=6'} - dev: true - /type-fest/0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} @@ -23184,10 +21103,7 @@ packages: /uid-number/0.0.6: resolution: {integrity: sha1-DqEOgDXo61uOREnwbaHHMGY7qoE=} - - /umask/1.1.0: - resolution: {integrity: sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=} - dev: true + dev: false /unbox-primitive/1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} @@ -23324,10 +21240,6 @@ packages: unist-util-visit-parents: 3.1.1 dev: true - /universal-user-agent/6.0.0: - resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} - dev: true - /universalify/0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -23355,11 +21267,6 @@ packages: dev: true optional: true - /upath/2.0.1: - resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} - engines: {node: '>=4'} - dev: true - /upath2/3.1.12: resolution: {integrity: sha512-yC3eZeCyCXFWjy7Nu4pgjLhXNYjuzuUmJiRgSSw6TJp8Emc+E4951HGPJf+bldFC5SL7oBLeNbtm1fGzXn2gxw==} peerDependencies: @@ -23384,7 +21291,7 @@ packages: deprecated: Please see https://github.com/lydell/urix#deprecated dev: true - /url-loader/4.1.1_lit45vopotvaqup7lrvlnvtxwy: + /url-loader/4.1.1_file-loader@6.2.0+webpack@4.46.0: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -23414,7 +21321,7 @@ packages: querystring: 0.2.0 dev: true - /use-callback-ref/1.3.0_hx2b44akkvgcgvvtmk7ds2qk6q: + /use-callback-ref/1.3.0_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -23437,7 +21344,7 @@ packages: react: 17.0.2 dev: true - /use-isomorphic-layout-effect/1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q: + /use-isomorphic-layout-effect/1.1.2_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -23450,7 +21357,7 @@ packages: react: 17.0.2 dev: true - /use-latest/1.2.1_hx2b44akkvgcgvvtmk7ds2qk6q: + /use-latest/1.2.1_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -23461,10 +21368,10 @@ packages: dependencies: '@types/react': 17.0.45 react: 17.0.2 - use-isomorphic-layout-effect: 1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q + use-isomorphic-layout-effect: 1.1.2_3df41e700a554c2356b362be396a0af4 dev: true - /use-sidecar/1.1.2_hx2b44akkvgcgvvtmk7ds2qk6q: + /use-sidecar/1.1.2_3df41e700a554c2356b362be396a0af4: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -23488,12 +21395,6 @@ packages: /util-deprecate/1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} - /util-promisify/2.1.0: - resolution: {integrity: sha1-PCI2R2xNMsX/PEcAKt18E7moKlM=} - dependencies: - object.getownpropertydescriptors: 2.1.3 - dev: true - /util.promisify/1.0.0: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: @@ -23579,12 +21480,6 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /validate-npm-package-name/3.0.0: - resolution: {integrity: sha1-X6kS2B630MdK/BQN5zF/DKffQ34=} - dependencies: - builtins: 1.0.3 - dev: true - /validate.io-array/1.0.6: resolution: {integrity: sha1-W1osr9j4uFq7L4hroVPy2Tond00=} @@ -23618,15 +21513,6 @@ packages: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} - /verror/1.10.0: - resolution: {integrity: sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=} - engines: {'0': node >=0.6.0} - dependencies: - assert-plus: 1.0.0 - core-util-is: 1.0.2 - extsprintf: 1.3.0 - dev: true - /vfile-location/3.2.0: resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==} dev: true @@ -23742,7 +21628,7 @@ packages: engines: {node: '>=10.4'} dev: true - /webpack-cli/4.9.2_4evrg3m2qioscfus6hwjof6pci: + /webpack-cli/4.9.2_e12b136d9a821d211692f1ec9717cf12: resolution: {integrity: sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -23763,9 +21649,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.1.1_q7qo2wgeiyigo3znjsjh7f36ue + '@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.72.0 '@webpack-cli/info': 1.4.1_webpack-cli@4.9.2 - '@webpack-cli/serve': 1.6.1_efhxflzxrvzsrtpw5o3zelaodm + '@webpack-cli/serve': 1.6.1_214f72af378d7328cdf6ebb7922c0e1b colorette: 2.0.16 commander: 7.2.0 execa: 5.1.1 @@ -23774,7 +21660,7 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-dev-server: 4.9.0_q7qo2wgeiyigo3znjsjh7f36ue + webpack-dev-server: 4.9.0_webpack-cli@4.9.2+webpack@5.72.0 webpack-merge: 5.8.0 dev: true @@ -23799,7 +21685,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.1.1_q7qo2wgeiyigo3znjsjh7f36ue + '@webpack-cli/configtest': 1.1.1_webpack-cli@4.9.2+webpack@5.72.0 '@webpack-cli/info': 1.4.1_webpack-cli@4.9.2 '@webpack-cli/serve': 1.6.1_webpack-cli@4.9.2 colorette: 2.0.16 @@ -23841,7 +21727,7 @@ packages: webpack: 5.72.0_webpack-cli@4.9.2 dev: true - /webpack-dev-server/4.9.0_q7qo2wgeiyigo3znjsjh7f36ue: + /webpack-dev-server/4.9.0_webpack-cli@4.9.2+webpack@5.72.0: resolution: {integrity: sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw==} engines: {node: '>= 12.13.0'} hasBin: true @@ -23879,7 +21765,7 @@ packages: sockjs: 0.3.24 spdy: 4.0.2 webpack: 5.72.0_webpack-cli@4.9.2 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 webpack-dev-middleware: 5.3.1_webpack@5.72.0 ws: 8.6.0 transitivePeerDependencies: @@ -24056,7 +21942,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.1_webpack@5.72.0 watchpack: 2.3.1 - webpack-cli: 4.9.2_4evrg3m2qioscfus6hwjof6pci + webpack-cli: 4.9.2_e12b136d9a821d211692f1ec9717cf12 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -24226,14 +22112,6 @@ packages: /wrappy/1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} - /write-file-atomic/2.4.3: - resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} - dependencies: - graceful-fs: 4.2.10 - imurmurhash: 0.1.4 - signal-exit: 3.0.7 - dev: true - /write-file-atomic/3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} dependencies: @@ -24251,39 +22129,6 @@ packages: signal-exit: 3.0.7 dev: true - /write-json-file/3.2.0: - resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} - engines: {node: '>=6'} - dependencies: - detect-indent: 5.0.0 - graceful-fs: 4.2.10 - make-dir: 2.1.0 - pify: 4.0.1 - sort-keys: 2.0.0 - write-file-atomic: 2.4.3 - dev: true - - /write-json-file/4.3.0: - resolution: {integrity: sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ==} - engines: {node: '>=8.3'} - dependencies: - detect-indent: 6.1.0 - graceful-fs: 4.2.10 - is-plain-obj: 2.1.0 - make-dir: 3.1.0 - sort-keys: 4.2.0 - write-file-atomic: 3.0.3 - dev: true - - /write-pkg/4.0.0: - resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} - engines: {node: '>=8'} - dependencies: - sort-keys: 2.0.0 - type-fest: 0.4.1 - write-json-file: 3.2.0 - dev: true - /ws/7.5.7: resolution: {integrity: sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==} engines: {node: '>=8.3.0'} @@ -24362,11 +22207,6 @@ packages: decamelize: 1.2.0 dev: true - /yargs-parser/20.2.4: - resolution: {integrity: sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==} - engines: {node: '>=10'} - dev: true - /yargs-parser/20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'}