From fa4dbe2a36dfa1d0486de12c247d22a13fe141b8 Mon Sep 17 00:00:00 2001 From: Jandiasnow <88074479@qq.com> Date: Fri, 21 Apr 2023 15:00:40 +0800 Subject: [PATCH] feat: add organization logs (#143) --- package.json | 4 +- pnpm-lock.yaml | 6532 ++++++++++++------------ src/__constants.js | 51 +- src/i18n.js | 10 + src/pages/Browser/index.jsx | 37 +- src/pages/OrganizationDetail/index.jsx | 448 +- src/utils/__utils.js | 199 +- 7 files changed, 3862 insertions(+), 3419 deletions(-) diff --git a/package.json b/package.json index 253ccee..142fe9b 100644 --- a/package.json +++ b/package.json @@ -61,9 +61,11 @@ "@formily/react": "^2.1.4", "@tenx-ui/charts": "1.1.2", "@tenx-ui/icon": "^2.4.18", + "@tenx-ui/logs": "3.0.3", "@tenx-ui/materials": "1.1.4", - "@tenx-ui/utils": "^2.3.0", + "@tenx-ui/utils": "^2.3.1", "@umijs/max": "^4.0.42", + "@yunti/lowcode-datasource-axios-handler": "^1.0.0", "antd": "^5.1.5", "babel-runtime": "^6.26.0", "classnames": "^2.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8cc9b09..3c48b22 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,146 +1,214 @@ -lockfileVersion: 5.4 - -specifiers: - '@alilc/lowcode-datasource-engine': ^1.0.0 - '@alilc/lowcode-datasource-fetch-handler': latest - '@ant-design/icons': ^5.0.0 - '@ant-design/pro-components': ^2.3.52 - '@babel/eslint-parser': ^7.19.1 - '@babel/plugin-proposal-decorators': ^7.20.5 - '@commitlint/cli': ^13.1.0 - '@commitlint/config-conventional': ^13.1.0 - '@formily/antd': ^2.1.4 - '@formily/core': ^2.1.4 - '@formily/react': ^2.1.4 - '@tenx-ui/charts': 1.1.2 - '@tenx-ui/icon': ^2.4.18 - '@tenx-ui/materials': 1.1.4 - '@tenx-ui/utils': ^2.3.0 - '@testing-library/jest-dom': ^5.16.4 - '@testing-library/react': ^13 - '@types/classnames': ^2.2.7 - '@types/express': ^4.17.0 - '@types/history': ^4.7.2 - '@types/jest': ^27 - '@types/lodash': ^4.14.144 - '@types/qs': ^6.5.3 - '@types/react': ^18.0.0 - '@types/react-dom': ^18.0.0 - '@types/testing-library__jest-dom': ^5.14.5 - '@typescript-eslint/eslint-plugin': ^5.45.0 - '@typescript-eslint/parser': ^5.45.0 - '@umijs/max': ^4.0.42 - antd: ^5.1.5 - babel-plugin-import: ^1.13.3 - babel-plugin-transform-react-remove-prop-types: ^0.4.13 - babel-runtime: ^6.26.0 - classnames: ^2.2.5 - commitlint-plugin-function-rules: ^1.3.2 - concurrently: ^7.6.0 - cross-env: ^5.1.4 - dayjs: ^1.11.7 - eslint: ^8.29.0 - eslint-config-egg: ^12.1.0 - eslint-config-prettier: ^8.5.0 - eslint-config-react-app: ^7.0.1 - eslint-plugin-import: ^2.26.0 - eslint-plugin-jsx-a11y: ^6.6.1 - eslint-plugin-react: ^7.31.11 - eslint-plugin-react-hooks: ^4.6.0 - graphql: ^16.6.0 - graphql-request: ^5.1.0 - graphql-tag: ^2.12.6 - husky: ^8.0.1 - jest: ^27 - lint-staged: ^10.0.7 - prettier: ^2.0.5 - prop-types: ^15.7.2 - query-string: ^6.14.1 - react: ^18.1.0 - react-dom: ^18.1.0 - stylelint: ^13.3.3 - stylelint-config-css-modules: ^2.2.0 - stylelint-config-prettier: ^8.0.1 - stylelint-config-standard: ^20.0.0 - swr: ^2.0.0 - ts-node: ^10 - typescript: ^4 +lockfileVersion: '6.0' dependencies: - '@alilc/lowcode-datasource-engine': 1.1.4 - '@alilc/lowcode-datasource-fetch-handler': 1.1.4 - '@ant-design/icons': 5.0.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-components': 2.3.52_gobdu7oqf7subfinaleisgb544 - '@formily/antd': 2.2.16_umkr7xkembx4rnrs36jomvuiga - '@formily/core': 2.2.16 - '@formily/react': 2.2.16_imsf4monu2ro3jsq722crax7fe - '@tenx-ui/charts': 1.1.2_uxg2dbmuxi6z4lw5feefx5zea4 - '@tenx-ui/icon': 2.4.18_4wymetwju2f67kkws2jsebarle - '@tenx-ui/materials': 1.1.4_uxg2dbmuxi6z4lw5feefx5zea4 - '@tenx-ui/utils': 2.3.0_v2m5e27vhdewzwhryxwfaorcca - '@umijs/max': 4.0.44_dubak3sm6kr32wj4hxzec2jvdy - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y - babel-runtime: 6.26.0 - classnames: 2.3.2 - dayjs: 1.11.7 - graphql: 16.6.0 - graphql-request: 5.1.0_graphql@16.6.0 - graphql-tag: 2.12.6_graphql@16.6.0 - query-string: 6.14.1 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - swr: 2.0.0_react@18.2.0 + '@alilc/lowcode-datasource-engine': + specifier: ^1.0.0 + version: 1.1.4 + '@alilc/lowcode-datasource-fetch-handler': + specifier: latest + version: 1.1.4(rax@1.2.3) + '@ant-design/icons': + specifier: ^5.0.0 + version: 5.0.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-components': + specifier: ^2.3.52 + version: 2.3.52(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@formily/antd': + specifier: ^2.1.4 + version: 2.2.16(@ant-design/icons@5.0.0)(@types/react-dom@18.0.10)(@types/react@18.0.26)(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(typescript@4.9.4) + '@formily/core': + specifier: ^2.1.4 + version: 2.2.16 + '@formily/react': + specifier: ^2.1.4 + version: 2.2.16(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(typescript@4.9.4) + '@tenx-ui/charts': + specifier: 1.1.2 + version: 1.1.2(@babel/core@7.20.12)(antd@5.3.0)(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@tenx-ui/icon': + specifier: ^2.4.18 + version: 2.4.18(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@tenx-ui/logs': + specifier: 3.0.3 + version: 3.0.3(antd@5.3.0)(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@tenx-ui/materials': + specifier: 1.1.4 + version: 1.1.4(antd@5.3.0)(classnames@2.3.2)(lodash@4.17.21)(moment@2.29.4)(prop-types@15.8.1)(react-dom@18.2.0)(react-router-dom@6.3.0)(react@18.2.0) + '@tenx-ui/utils': + specifier: ^2.3.1 + version: 2.3.1(lodash@4.17.21)(moment@2.29.4)(prop-types@15.8.1)(react-dom@18.2.0)(react-router-dom@6.3.0)(react@18.2.0) + '@umijs/max': + specifier: ^4.0.42 + version: 4.0.44(@babel/core@7.20.12)(@types/node@18.11.18)(@types/react-dom@18.0.10)(@types/react@18.0.26)(dva@2.5.0-beta.2)(jest@27.5.1)(moment@2.29.4)(postcss@8.4.21)(prettier@2.8.2)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0)(styled-components@5.3.9)(typescript@4.9.4)(vite@3.2.5)(webpack@5.80.0) + '@yunti/lowcode-datasource-axios-handler': + specifier: ^1.0.0 + version: 1.0.0 + antd: + specifier: ^5.1.5 + version: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) + babel-runtime: + specifier: ^6.26.0 + version: 6.26.0 + classnames: + specifier: ^2.2.5 + version: 2.3.2 + dayjs: + specifier: ^1.11.7 + version: 1.11.7 + graphql: + specifier: ^16.6.0 + version: 16.6.0 + graphql-request: + specifier: ^5.1.0 + version: 5.1.0(graphql@16.6.0) + graphql-tag: + specifier: ^2.12.6 + version: 2.12.6(graphql@16.6.0) + query-string: + specifier: ^6.14.1 + version: 6.14.1 + react: + specifier: ^18.1.0 + version: 18.2.0 + react-dom: + specifier: ^18.1.0 + version: 18.2.0(react@18.2.0) + swr: + specifier: ^2.0.0 + version: 2.0.0(react@18.2.0) devDependencies: - '@babel/eslint-parser': 7.19.1_eslint@8.31.0 - '@babel/plugin-proposal-decorators': 7.20.7 - '@commitlint/cli': 13.2.1 - '@commitlint/config-conventional': 13.2.0 - '@testing-library/jest-dom': 5.16.5 - '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/classnames': 2.3.1 - '@types/express': 4.17.15 - '@types/history': 4.7.11 - '@types/jest': 27.5.2 - '@types/lodash': 4.14.191 - '@types/qs': 6.9.7 - '@types/react': 18.0.26 - '@types/react-dom': 18.0.10 - '@types/testing-library__jest-dom': 5.14.5 - '@typescript-eslint/eslint-plugin': 5.48.1_3jon24igvnqaqexgwtxk6nkpse - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe - babel-plugin-import: 1.13.6 - babel-plugin-transform-react-remove-prop-types: 0.4.24 - commitlint-plugin-function-rules: 1.7.1 - concurrently: 7.6.0 - cross-env: 5.2.1 - eslint: 8.31.0 - eslint-config-egg: 12.1.0_iukboom6ndih5an6iafl45j2fe - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-config-react-app: 7.0.1_rpd7uhx77krrslgfzifo4tws2e - eslint-plugin-import: 2.27.4_qdjeohovcytra7xto5vgmxssaq - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.31.0 - eslint-plugin-react: 7.32.0_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - husky: 8.0.3 - jest: 27.5.1_ts-node@10.9.1 - lint-staged: 10.5.4 - prettier: 2.8.2 - prop-types: 15.8.1 - stylelint: 13.13.1 - stylelint-config-css-modules: 2.3.0_stylelint@13.13.1 - stylelint-config-prettier: 8.0.2_stylelint@13.13.1 - stylelint-config-standard: 20.0.0_stylelint@13.13.1 - ts-node: 10.9.1_typescript@4.9.4 - typescript: 4.9.4 + '@babel/eslint-parser': + specifier: ^7.19.1 + version: 7.19.1(@babel/core@7.20.12)(eslint@8.31.0) + '@babel/plugin-proposal-decorators': + specifier: ^7.20.5 + version: 7.20.7(@babel/core@7.20.12) + '@commitlint/cli': + specifier: ^13.1.0 + version: 13.2.1 + '@commitlint/config-conventional': + specifier: ^13.1.0 + version: 13.2.0 + '@testing-library/jest-dom': + specifier: ^5.16.4 + version: 5.16.5 + '@testing-library/react': + specifier: ^13 + version: 13.4.0(react-dom@18.2.0)(react@18.2.0) + '@types/classnames': + specifier: ^2.2.7 + version: 2.3.1 + '@types/express': + specifier: ^4.17.0 + version: 4.17.15 + '@types/history': + specifier: ^4.7.2 + version: 4.7.11 + '@types/jest': + specifier: ^27 + version: 27.5.2 + '@types/lodash': + specifier: ^4.14.144 + version: 4.14.191 + '@types/qs': + specifier: ^6.5.3 + version: 6.9.7 + '@types/react': + specifier: ^18.0.0 + version: 18.0.26 + '@types/react-dom': + specifier: ^18.0.0 + version: 18.0.10 + '@types/testing-library__jest-dom': + specifier: ^5.14.5 + version: 5.14.5 + '@typescript-eslint/eslint-plugin': + specifier: ^5.45.0 + version: 5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/parser': + specifier: ^5.45.0 + version: 5.48.1(eslint@8.31.0)(typescript@4.9.4) + babel-plugin-import: + specifier: ^1.13.3 + version: 1.13.6 + babel-plugin-transform-react-remove-prop-types: + specifier: ^0.4.13 + version: 0.4.24 + commitlint-plugin-function-rules: + specifier: ^1.3.2 + version: 1.7.1(@commitlint/lint@13.2.0) + concurrently: + specifier: ^7.6.0 + version: 7.6.0 + cross-env: + specifier: ^5.1.4 + version: 5.2.1 + eslint: + specifier: ^8.29.0 + version: 8.31.0 + eslint-config-egg: + specifier: ^12.1.0 + version: 12.1.0(eslint@8.31.0)(typescript@4.9.4) + eslint-config-prettier: + specifier: ^8.5.0 + version: 8.6.0(eslint@8.31.0) + eslint-config-react-app: + specifier: ^7.0.1 + version: 7.0.1(@babel/plugin-syntax-flow@7.18.6)(@babel/plugin-transform-react-jsx@7.20.7)(eslint@8.31.0)(jest@27.5.1)(typescript@4.9.4) + eslint-plugin-import: + specifier: ^2.26.0 + version: 2.27.4(@typescript-eslint/parser@5.48.1)(eslint@8.31.0) + eslint-plugin-jsx-a11y: + specifier: ^6.6.1 + version: 6.7.1(eslint@8.31.0) + eslint-plugin-react: + specifier: ^7.31.11 + version: 7.32.0(eslint@8.31.0) + eslint-plugin-react-hooks: + specifier: ^4.6.0 + version: 4.6.0(eslint@8.31.0) + husky: + specifier: ^8.0.1 + version: 8.0.3 + jest: + specifier: ^27 + version: 27.5.1(ts-node@10.9.1) + lint-staged: + specifier: ^10.0.7 + version: 10.5.4 + prettier: + specifier: ^2.0.5 + version: 2.8.2 + prop-types: + specifier: ^15.7.2 + version: 15.8.1 + stylelint: + specifier: ^13.3.3 + version: 13.13.1 + stylelint-config-css-modules: + specifier: ^2.2.0 + version: 2.3.0(stylelint@13.13.1) + stylelint-config-prettier: + specifier: ^8.0.1 + version: 8.0.2(stylelint@13.13.1) + stylelint-config-standard: + specifier: ^20.0.0 + version: 20.0.0(stylelint@13.13.1) + ts-node: + specifier: ^10 + version: 10.9.1(@types/node@18.11.18)(typescript@4.9.4) + typescript: + specifier: ^4 + version: 4.9.4 packages: - /@adobe/css-tools/4.0.2: + /@adobe/css-tools@4.0.2: resolution: {integrity: sha512-Fx6tYjk2wKUgLi8uMANZr8GNZx05u44ArIJldn9VxLvolzlJVgHbTUCbwhMd6bcYky178+WUSxPHO3DAtGLWpw==} dev: true - /@ahooksjs/use-request/2.8.15_react@18.2.0: + /@ahooksjs/use-request@2.8.15(react@18.2.0): resolution: {integrity: sha512-xhVaM4fyIiAMdVFuuU5i3CFUdFa/IblF+fvITVMFaUEO3w/V5tVCAF6WIA3T03n1/RPuzRkA7Ao1PFtSGtGelw==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -150,7 +218,7 @@ packages: react: 18.2.0 dev: false - /@alilc/lowcode-datasource-engine/1.1.4: + /@alilc/lowcode-datasource-engine@1.1.4: resolution: {integrity: sha512-gQ5vjFvdhpzb8IeNnZWjqWqWbRQWtfHDGsXrz//Lkoy0OCguaKuwt0kMGyDy1B5Bbde1fLJQo3vLkQ01wwDYGg==} dependencies: '@alilc/lowcode-datasource-types': 1.1.4 @@ -159,23 +227,23 @@ packages: tslib: 2.4.1 dev: false - /@alilc/lowcode-datasource-fetch-handler/1.1.4: + /@alilc/lowcode-datasource-fetch-handler@1.1.4(rax@1.2.3): resolution: {integrity: sha512-mAHGR4WF1IuJt8V5W5VN+69PTRmcpjHSn5RL4warUQcrOnuSdiHisRqckjWNn7LqXd7LFZHgczrWm8GCaB4bHQ==} dependencies: '@alilc/lowcode-datasource-types': 1.1.4 typescript: 4.9.4 - universal-request: 2.2.2 + universal-request: 2.2.2(rax@1.2.3) transitivePeerDependencies: - rax dev: false - /@alilc/lowcode-datasource-types/1.1.4: + /@alilc/lowcode-datasource-types@1.1.4: resolution: {integrity: sha512-lQ+nU6JR54JMHERLU9R0PaDmPmLSwhUjZY/cKGgx8nDIq78tbxV2TjBIOnY2T0br64oyJ8SUkrqmDHOBV4o4PA==} dependencies: tslib: 2.4.1 dev: false - /@alilc/lowcode-types/1.0.18: + /@alilc/lowcode-types@1.0.18: resolution: {integrity: sha512-g7rVE2lMZUPs9n1ToylO1uwt5YnvqHGKHTinFTBdrsbfybXkzc1Gek50/BSXi+2/AQkxXk8+Rfthf2k256df0A==} dependencies: '@alilc/lowcode-datasource-types': 1.1.4 @@ -183,30 +251,30 @@ packages: strict-event-emitter-types: 2.0.0 dev: false - /@ampproject/remapping/2.2.0: + /@ampproject/remapping@2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 - /@ant-design/antd-theme-variable/1.0.0: + /@ant-design/antd-theme-variable@1.0.0: resolution: {integrity: sha512-0vr5GCwM7xlAl6NxG1lPbABO+SYioNJL3HVy2FA8wTlsIMoZvQwcwsxTw6eLQCiN9V2UQ8kBtfz8DW8utVVE5w==} dev: false - /@ant-design/colors/6.0.0: + /@ant-design/colors@6.0.0: resolution: {integrity: sha1-m5NmJXz/zEfbQrnQIDu1ksE8Apg=} dependencies: '@ctrl/tinycolor': 3.6.0 dev: false - /@ant-design/colors/7.0.0: + /@ant-design/colors@7.0.0: resolution: {integrity: sha512-iVm/9PfGCbC0dSMBrz7oiEXZaaGH7ceU40OJEfKmyuzR9R5CRimJYPlRiFtMQGQcbNMea/ePcoIebi4ASGYXtg==} dependencies: '@ctrl/tinycolor': 3.6.0 dev: false - /@ant-design/cssinjs/1.5.6_biqbaboplfbrettd7655fr4n2y: + /@ant-design/cssinjs@1.5.6(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-1S7LUPC9BMyQ/CUYgzfePJJwEfsbVHJe3Tpd9zhujTxRM/6LYpN9N4FTaPHVqpnPazm0S2vG0WBkh2T5Erwuug==} peerDependencies: react: '>=16.0.0' @@ -217,17 +285,17 @@ packages: '@emotion/unitless': 0.7.5 classnames: 2.3.2 csstype: 3.1.1 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) stylis: 4.1.3 dev: false - /@ant-design/icons-svg/4.2.1: + /@ant-design/icons-svg@4.2.1: resolution: {integrity: sha1-hjDajrRHGkqr2u19H/apfcss8Fo=} dev: false - /@ant-design/icons/4.8.0_biqbaboplfbrettd7655fr4n2y: + /@ant-design/icons@4.8.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-T89P2jG2vM7OJ0IfGx2+9FC5sQjtTzRSz+mCHTXkFn/ELZc2YpfStmYHmqzq2Jx55J0F7+O6i5/ZKFSVNWCKNg==} engines: {node: '>=8'} peerDependencies: @@ -238,12 +306,12 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@ant-design/icons/5.0.0_biqbaboplfbrettd7655fr4n2y: + /@ant-design/icons@5.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-dPUlZtsIffBrDyFwM+tuO4PWi1DPgGgd10ASistPhLpr1WyssadfhChWs/mICVkCm5PaRm/foMkE1x3xw4OPZw==} engines: {node: '>=8'} peerDependencies: @@ -254,102 +322,106 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@ant-design/pro-card/2.1.10_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-card@2.1.10(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-edajGd2/35w73tLC7yMZf2/8tWg4Wz9pmN6jQgFo+QIRXoaHd5zpeQaOMxZojeqzCxTH0Qt60YpeLp/S+ahupQ==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 omit.js: 2.0.2 - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 transitivePeerDependencies: + - prop-types - react-dom dev: false - /@ant-design/pro-components/2.3.52_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-components@2.3.52(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-df51Xi59QRXXIc5uMcO/7/tPjNziGt1w40860yCztFBNCoNc9B+xvDwsuRWgvRL1yqM4SZL1Al7T392CtyESSg==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/pro-card': 2.1.10_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-descriptions': 2.0.44_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-field': 2.2.5_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-form': 2.5.4_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-layout': 7.6.1_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-list': 2.0.45_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-skeleton': 2.0.7_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-table': 3.2.12_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/pro-card': 2.1.10(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-descriptions': 2.0.44(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-field': 2.2.5(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-form': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-layout': 7.6.1(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-list': 2.0.45(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-skeleton': 2.0.7(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-table': 3.2.12(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - '@types/lodash.merge' + - prop-types - rc-field-form dev: false - /@ant-design/pro-descriptions/2.0.44_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-descriptions@2.0.44(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UEwZbvjOBTxWvPGv8qb3i+Q5czuHFYwRokSgVzVyS2el6xLYr4ZjG0a2CQsjbBnIb0MvZCfnkIn+W0XD/bjS3g==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' dependencies: - '@ant-design/pro-field': 2.2.5_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-form': 2.5.4_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-skeleton': 2.0.7_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/pro-field': 2.2.5(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-form': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-skeleton': 2.0.7(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - use-json-comparison: 1.0.6_react@18.2.0 + use-json-comparison: 1.0.6(react@18.2.0) transitivePeerDependencies: - '@types/lodash.merge' + - prop-types - rc-field-form - react-dom dev: false - /@ant-design/pro-field/2.2.5_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-field@2.2.5(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7Rp0uRhdCUnOFKXkId5wCjjQJBWo0sMhOQs10y40/hNpGpTEpVuEmJo2Jx4Sj2hj/g663WOUSF0YBK7PhFtTFA==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - '@chenshuai2144/sketch-color': 1.0.8_react@18.2.0 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + '@chenshuai2144/sketch-color': 1.0.8(react@18.2.0) + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 dayjs: 1.11.7 lodash.tonumber: 4.0.3 omit.js: 2.0.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - swr: 2.0.0_react@18.2.0 + swr: 2.0.0(react@18.2.0) transitivePeerDependencies: + - prop-types - react-dom dev: false - /@ant-design/pro-form/2.5.4_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-form@2.5.4(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Udzs2BLLHK9xhryB0GqE4FvC0KVjiD88z0NqSkJT1AfFMbBn5ERUh2TJ87vfSc8CS4UPGGeU868YzXVMR9AkbA==} peerDependencies: '@types/lodash.merge': ^4.6.7 @@ -361,97 +433,103 @@ packages: '@types/lodash.merge': optional: true dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-field': 2.2.5_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-field': 2.2.5(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - '@umijs/use-params': 1.0.9_react@18.2.0 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + '@umijs/use-params': 1.0.9(react@18.2.0) + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 lodash.merge: 4.6.2 omit.js: 2.0.2 - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-field-form: 1.27.3(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - use-json-comparison: 1.0.6_react@18.2.0 - use-media-antd-query: 1.1.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-json-comparison: 1.0.6(react@18.2.0) + use-media-antd-query: 1.1.0(react@18.2.0) + transitivePeerDependencies: + - prop-types dev: false - /@ant-design/pro-layout/7.6.1_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-layout@7.6.1(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-MNmOALRmVbAUbsbJSmUdXyKgvxyTG1pp9YYwway5AqKz28PdfDp6HhqrvCE7zRnxIaJWv9Vb6IZ/XqstI5zDeg==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 '@umijs/route-utils': 4.0.1 - '@umijs/use-params': 1.0.9_react@18.2.0 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + '@umijs/use-params': 1.0.9(react@18.2.0) + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 lodash.merge: 4.6.2 omit.js: 2.0.2 path-to-regexp: 2.4.0 - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - swr: 2.0.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + swr: 2.0.0(react@18.2.0) unstated-next: 1.1.0 - use-json-comparison: 1.0.6_react@18.2.0 - use-media-antd-query: 1.1.0_react@18.2.0 + use-json-comparison: 1.0.6(react@18.2.0) + use-media-antd-query: 1.1.0(react@18.2.0) warning: 4.0.3 + transitivePeerDependencies: + - prop-types dev: false - /@ant-design/pro-list/2.0.45_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-list@2.0.45(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jGcTqL+ziAKZ71NERmbfFST+BoOIyVy6NQNDvTNa2V/r2ZYR+eLStEcRfTp0MyWaWillXJqBIi3jNhDUIXWVhg==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-card': 2.1.10_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-field': 2.2.5_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-table': 3.2.12_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-card': 2.1.10(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-field': 2.2.5(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-table': 3.2.12(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 dayjs: 1.11.7 - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) rc-util: 4.21.1 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) unstated-next: 1.1.0 - use-media-antd-query: 1.1.0_react@18.2.0 + use-media-antd-query: 1.1.0(react@18.2.0) transitivePeerDependencies: - '@types/lodash.merge' + - prop-types - rc-field-form dev: false - /@ant-design/pro-provider/2.4.0_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-provider@2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-toz3F7moI6o99DCaEJRQv/jYrQXYlxiM3RpTb5L+zXYwc4hFxfv8Jj2Qm6XMX0DRZgCsDt5KK7R+9c9LzoNxbg==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/cssinjs': 1.5.6_biqbaboplfbrettd7655fr4n2y + '@ant-design/cssinjs': 1.5.6(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 '@ctrl/tinycolor': 3.5.0 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - swr: 2.0.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + swr: 2.0.0(react@18.2.0) dev: false - /@ant-design/pro-skeleton/2.0.7_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-skeleton@2.0.7(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7RoCUVgWDTGrWeNuFlscsxrrXc5jshYXk6gjkQKospR0hQ1AK/aWlkttAAaqDFZlvPxSyLu8w11TmquRuYcNcg==} peerDependencies: antd: '>=4.23.0' @@ -459,13 +537,13 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - use-media-antd-query: 1.1.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-media-antd-query: 1.1.0(react@18.2.0) dev: false - /@ant-design/pro-table/3.2.12_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-table@3.2.12(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jhfKBtU5DnOlj0eL/Tz3D5j9DZt6KeWCcaJOA/FDr/ZTj5ROUThhK5DqzeLjR9O/DTBCgiwB8Vpiqt0uWPWlXw==} peerDependencies: antd: '>=4.23.0' @@ -473,49 +551,53 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-card': 2.1.10_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-field': 2.2.5_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-form': 2.5.4_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 - '@ant-design/pro-utils': 2.5.4_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-card': 2.1.10(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-field': 2.2.5(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-form': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-utils': 2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 dayjs: 1.11.7 omit.js: 2.0.2 - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-field-form: 1.27.3(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-sortable-hoc: 2.0.0_biqbaboplfbrettd7655fr4n2y + react-dom: 18.2.0(react@18.2.0) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) unstated-next: 1.1.0 - use-json-comparison: 1.0.6_react@18.2.0 + use-json-comparison: 1.0.6(react@18.2.0) transitivePeerDependencies: - '@types/lodash.merge' + - prop-types dev: false - /@ant-design/pro-utils/2.5.4_gobdu7oqf7subfinaleisgb544: + /@ant-design/pro-utils@2.5.4(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fwnGRcYQbJwIyTWvioCw443qJ2Jq/TdkR/LFoewJqQK8zeZ7I62pEgLqxK0l0sffZpN1cKAIQfydqvcT3kl+mQ==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-provider': 2.4.0_gobdu7oqf7subfinaleisgb544 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-provider': 2.4.0(antd@5.3.0)(react-dom@18.2.0)(react@18.2.0) '@babel/runtime': 7.20.7 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 dayjs: 1.11.7 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-sortable-hoc: 2.0.0_biqbaboplfbrettd7655fr4n2y - swr: 2.0.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + swr: 2.0.0(react@18.2.0) + transitivePeerDependencies: + - prop-types dev: false - /@ant-design/react-slick/1.0.0_react@18.2.0: + /@ant-design/react-slick@1.0.0(react@18.2.0): resolution: {integrity: sha512-OKxZsn8TAf8fYxP79rDXgLs9zvKMTslK6dJ4iLhDXOujUqC5zJPBRszyrcEHXcMPOm1Sgk40JgyF3yiL/Swd7w==} peerDependencies: react: '>=16.9.0' @@ -528,25 +610,25 @@ packages: throttle-debounce: 5.0.0 dev: false - /@antfu/install-pkg/0.1.1: + /@antfu/install-pkg@0.1.1: resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==} dependencies: execa: 5.1.1 find-up: 5.0.0 dev: false - /@antfu/utils/0.7.2: + /@antfu/utils@0.7.2: resolution: {integrity: sha512-vy9fM3pIxZmX07dL+VX1aZe7ynZ+YyB0jY+jE6r3hOK6GNY2t6W8rzpFC4tgpbXUYABkFQwgJq2XYXlxbXAI0g==} dev: false - /@antv/adjust/0.2.5: + /@antv/adjust@0.2.5: resolution: {integrity: sha512-MfWZOkD9CqXRES6MBGRNe27Q577a72EIwyMnE29wIlPliFvJfWwsrONddpGU7lilMpVKecS3WAzOoip3RfPTRQ==} dependencies: '@antv/util': 2.0.17 tslib: 1.14.1 dev: false - /@antv/attr/0.3.5: + /@antv/attr@0.3.5: resolution: {integrity: sha512-wuj2gUo6C8Q2ASSMrVBuTcb5LcV+Tc0Egiy6bC42D0vxcQ+ta13CLxgMmHz8mjD0FxTPJDXSciyszRSC5TdLsg==} dependencies: '@antv/color-util': 2.0.6 @@ -555,14 +637,14 @@ packages: tslib: 2.4.1 dev: false - /@antv/color-util/2.0.6: + /@antv/color-util@2.0.6: resolution: {integrity: sha1-XhKbuc4/K5MJtSECs9ySlDDMwBY=} dependencies: '@antv/util': 2.0.17 tslib: 2.4.1 dev: false - /@antv/component/0.8.28: + /@antv/component@0.8.28: resolution: {integrity: sha512-SlmTBl9mWFnUQclylKhTlCnB0bkLI3yH5TlC37hdSIq1sFqG4RD5CmVFcFx5lb6itKe4ZtPl4oboVxjtatkwvw==} dependencies: '@antv/color-util': 2.0.6 @@ -576,7 +658,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/coord/0.3.1: + /@antv/coord@0.3.1: resolution: {integrity: sha1-mC4mHYoeBqGY61GOp6zCDth1oBk=} dependencies: '@antv/matrix-util': 3.1.0-beta.3 @@ -584,17 +666,17 @@ packages: tslib: 2.4.1 dev: false - /@antv/dom-util/2.0.4: + /@antv/dom-util@2.0.4: resolution: {integrity: sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==} dependencies: tslib: 2.4.1 dev: false - /@antv/event-emitter/0.1.3: + /@antv/event-emitter@0.1.3: resolution: {integrity: sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==} dev: false - /@antv/g-base/0.5.14: + /@antv/g-base@0.5.14: resolution: {integrity: sha512-Wyx+ddatDdQBjidLHXmV3NgKp1oiyNZNX9gGflaBFDfGgywnvs85bXnKswayFXsFBg5TQ6Goi8SnBufEqwemgg==} dependencies: '@antv/event-emitter': 0.1.3 @@ -610,7 +692,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g-base/0.5.6: + /@antv/g-base@0.5.6: resolution: {integrity: sha1-2W2l+/bF+LBzBydR4V5e7HCzk/w=} dependencies: '@antv/event-emitter': 0.1.3 @@ -626,7 +708,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g-canvas/0.5.13: + /@antv/g-canvas@0.5.13: resolution: {integrity: sha512-nu6wNeZhYomkEks2aniWlYML0ZGb9t5PGzjiOIp+B4z4HUEUvHOTdIPNfinzl5+4QC7fVZntsQKZK5dBFO5MDQ==} dependencies: '@antv/g-base': 0.5.14 @@ -638,7 +720,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g-canvas/0.5.6: + /@antv/g-canvas@0.5.6: resolution: {integrity: sha1-cmbdnreIqHgh7nQAWSAuhaOTwkw=} dependencies: '@antv/g-base': 0.5.14 @@ -650,14 +732,14 @@ packages: tslib: 2.4.1 dev: false - /@antv/g-math/0.1.9: + /@antv/g-math@0.1.9: resolution: {integrity: sha512-KHMSfPfZ5XHM1PZnG42Q2gxXfOitYveNTA7L61lR6mhZ8Y/aExsYmHqaKBsSarU0z+6WLrl9C07PQJZaw0uljQ==} dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 dev: false - /@antv/g-svg/0.5.6: + /@antv/g-svg@0.5.6: resolution: {integrity: sha1-cLL6mAxDGzmtPFtLU+NqHWCVfWU=} dependencies: '@antv/g-base': 0.5.14 @@ -667,7 +749,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g-svg/0.5.7: + /@antv/g-svg@0.5.7: resolution: {integrity: sha512-jUbWoPgr4YNsOat2Y/rGAouNQYGpw4R0cvlN0YafwOyacFFYy2zC8RslNd6KkPhhR3XHNSqJOuCYZj/YmLUwYw==} dependencies: '@antv/g-base': 0.5.14 @@ -677,7 +759,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g2/4.1.14: + /@antv/g2@4.1.14: resolution: {integrity: sha1-jH84CuwqZso/ASZFxWJLQKoPYto=} dependencies: '@antv/adjust': 0.2.5 @@ -697,7 +779,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g2/4.2.10: + /@antv/g2@4.2.10: resolution: {integrity: sha512-/ZlJ/DFJBCvtEQgE6roxdd6sBml0fZ8ZVfzG+HdjGpA7/ceURb8XkxUcqa0E8NV+e4sFijnaAhBCdUm2whiuyA==} dependencies: '@antv/adjust': 0.2.5 @@ -717,7 +799,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/g2plot/2.3.18: + /@antv/g2plot@2.3.18: resolution: {integrity: sha1-v+zQv8G+wzIEiYOT0PyEdsatSq4=} dependencies: '@antv/event-emitter': 0.1.3 @@ -728,7 +810,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/matrix-util/3.0.4: + /@antv/matrix-util@3.0.4: resolution: {integrity: sha1-6hPxWKovtLovuNa2tWHsRn6jrCA=} dependencies: '@antv/util': 2.0.17 @@ -736,7 +818,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/matrix-util/3.1.0-beta.3: + /@antv/matrix-util@3.1.0-beta.3: resolution: {integrity: sha1-4GHej6e+BGBaFVxpzFzpCC7t3e4=} dependencies: '@antv/util': 2.0.17 @@ -744,7 +826,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/path-util/2.0.15: + /@antv/path-util@2.0.15: resolution: {integrity: sha1-pvaR38i3vOW+fwqrtb1hSWQyVjE=} dependencies: '@antv/matrix-util': 3.0.4 @@ -752,7 +834,7 @@ packages: tslib: 2.4.1 dev: false - /@antv/scale/0.3.18: + /@antv/scale@0.3.18: resolution: {integrity: sha512-GHwE6Lo7S/Q5fgaLPaCsW+CH+3zl4aXpnN1skOiEY0Ue9/u+s2EySv6aDXYkAqs//i0uilMDD/0/4n8caX9U9w==} dependencies: '@antv/util': 2.0.17 @@ -760,14 +842,14 @@ packages: tslib: 2.4.1 dev: false - /@antv/util/2.0.17: + /@antv/util@2.0.17: resolution: {integrity: sha1-6O9CrKeJKBWyKSafPdEMazx1l6k=} dependencies: csstype: 3.1.1 tslib: 2.4.1 dev: false - /@babel/cli/7.20.7_@babel+core@7.20.12: + /@babel/cli@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==} engines: {node: '>=6.9.0'} hasBin: true @@ -787,52 +869,39 @@ packages: chokidar: 3.5.3 dev: false - /@babel/code-frame/7.18.6: + /@babel/code-frame@7.18.6: resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.20.10: + /@babel/compat-data@7.20.10: resolution: {integrity: sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==} engines: {node: '>=6.9.0'} - /@babel/core/7.20.12: + /@babel/core@7.20.12: resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 '@babel/generator': 7.20.7 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.20.12) '@babel/helper-module-transforms': 7.20.11 '@babel/helpers': 7.20.7 '@babel/parser': 7.20.7 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.12 + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@babel/types': 7.20.7 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/eslint-parser/7.19.1_eslint@8.31.0: - resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} - engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} - peerDependencies: - '@babel/core': '>=7.11.0' - eslint: ^7.5.0 || ^8.0.0 - dependencies: - '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.31.0 - eslint-visitor-keys: 2.1.0 - semver: 6.3.0 - dev: true - - /@babel/eslint-parser/7.19.1_ucmnolur3r335ullwiyt3zl3pi: + /@babel/eslint-parser@7.19.1(@babel/core@7.20.12)(eslint@8.31.0): resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -845,7 +914,7 @@ packages: eslint-visitor-keys: 2.1.0 semver: 6.3.0 - /@babel/generator/7.20.7: + /@babel/generator@7.20.7: resolution: {integrity: sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==} engines: {node: '>=6.9.0'} dependencies: @@ -853,33 +922,20 @@ packages: '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 - /@babel/helper-annotate-as-pure/7.18.6: + /@babel/helper-annotate-as-pure@7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: + /@babel/helper-builder-binary-assignment-operator-visitor@7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 '@babel/types': 7.20.7 - /@babel/helper-compilation-targets/7.20.7: - resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.20.10 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 - lru-cache: 5.1.1 - semver: 6.3.0 - dev: false - - /@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12: + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -892,25 +948,7 @@ packages: lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.20.12: - resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-member-expression-to-functions': 7.20.7 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.20.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12: + /@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12): resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -928,7 +966,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.20.5_@babel+core@7.20.12: + /@babel/helper-create-regexp-features-plugin@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -938,72 +976,57 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.2.2 - /@babel/helper-define-polyfill-provider/0.3.3: - resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/helper-compilation-targets': 7.20.7 - '@babel/helper-plugin-utils': 7.20.2 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.12: + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.20.12): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.1 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/helper-environment-visitor/7.18.9: + /@babel/helper-environment-visitor@7.18.9: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} engines: {node: '>=6.9.0'} - /@babel/helper-explode-assignable-expression/7.18.6: + /@babel/helper-explode-assignable-expression@7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-function-name/7.19.0: + /@babel/helper-function-name@7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 '@babel/types': 7.20.7 - /@babel/helper-hoist-variables/7.18.6: + /@babel/helper-hoist-variables@7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-member-expression-to-functions/7.20.7: + /@babel/helper-member-expression-to-functions@7.20.7: resolution: {integrity: sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-module-imports/7.18.6: + /@babel/helper-module-imports@7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-module-transforms/7.20.11: + /@babel/helper-module-transforms@7.20.11: resolution: {integrity: sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==} engines: {node: '>=6.9.0'} dependencies: @@ -1013,22 +1036,22 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.12 + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color - /@babel/helper-optimise-call-expression/7.18.6: + /@babel/helper-optimise-call-expression@7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-plugin-utils/7.20.2: + /@babel/helper-plugin-utils@7.20.2: resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.12: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1042,7 +1065,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-replace-supers/7.20.7: + /@babel/helper-replace-supers@7.20.7: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: @@ -1050,63 +1073,63 @@ packages: '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.12 + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color - /@babel/helper-simple-access/7.20.2: + /@babel/helper-simple-access@7.20.2: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-skip-transparent-expression-wrappers/7.20.0: + /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-split-export-declaration/7.18.6: + /@babel/helper-split-export-declaration@7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.20.7 - /@babel/helper-string-parser/7.19.4: + /@babel/helper-string-parser@7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier/7.19.1: + /@babel/helper-validator-identifier@7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option/7.18.6: + /@babel/helper-validator-option@7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.20.5: + /@babel/helper-wrap-function@7.20.5: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.12 + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color - /@babel/helpers/7.20.7: + /@babel/helpers@7.20.7: resolution: {integrity: sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.20.12 + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color - /@babel/highlight/7.18.6: + /@babel/highlight@7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: @@ -1114,14 +1137,14 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.20.7: + /@babel/parser@7.20.7: resolution: {integrity: sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.20.7 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.12: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1130,7 +1153,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.20.12: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1139,9 +1162,9 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-proposal-optional-chaining': 7.20.7(@babel/core@7.20.12) - /@babel/plugin-external-helpers/7.18.6_@babel+core@7.20.12: + /@babel/plugin-external-helpers@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-wNqc87qjLvsD1PIMQBzLn1bMuTlGzqLzM/1VGQ22Wm51cbCWS9k71ydp5iZS4hjwQNuTWSn/xbZkkusNENwtZg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1151,7 +1174,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1160,68 +1183,53 @@ packages: '@babel/core': 7.20.12 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-class-static-block@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-AveGOoi9DAjUYYuUAG//Ig69GlazLnoyzMw68VCDux+c1tsnnH/OkYcpz/5xzMkEFC6UxjR5Gw1c+iY2wOGVeQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.20.7: - resolution: {integrity: sha512-JB45hbUweYpwAGjkiM7uCyXMENH2lG+9r3G2E+ttc2PRXAoEkpfd/KW5jDg4j8RS6tLtTG1jZi9LbHZVSfs1/A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-class-features-plugin': 7.20.12 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.20.7 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-decorators/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-decorators@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-JB45hbUweYpwAGjkiM7uCyXMENH2lG+9r3G2E+ttc2PRXAoEkpfd/KW5jDg4j8RS6tLtTG1jZi9LbHZVSfs1/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.12 + '@babel/plugin-syntax-decorators': 7.19.0(@babel/core@7.20.12) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1229,9 +1237,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.20.12) - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.12: + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1239,9 +1247,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.20.12) - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1249,9 +1257,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.20.12) - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1259,9 +1267,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.20.12) - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1269,9 +1277,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.20.12) - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1279,9 +1287,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.20.12) - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1289,12 +1297,12 @@ packages: dependencies: '@babel/compat-data': 7.20.10 '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-transform-parameters': 7.20.7(@babel/core@7.20.12) - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1302,9 +1310,9 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.20.12) - /@babel/plugin-proposal-optional-chaining/7.20.7_@babel+core@7.20.12: + /@babel/plugin-proposal-optional-chaining@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1313,21 +1321,21 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.20.12) - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.20.5_@babel+core@7.20.12: + /@babel/plugin-proposal-private-property-in-object@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1335,31 +1343,23 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.12 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 - '@babel/helper-plugin-utils': 7.20.2 - - /@babel/plugin-syntax-async-generators/7.8.4: - resolution: {integrity: sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: + '@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.12: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.20.12): resolution: {integrity: sha1-qYP7Gusuw/btBCohD2QOkOeG/g0=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1367,15 +1367,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-bigint/7.8.3: - resolution: {integrity: sha1-TJpvZp9dDN8bkKFnHpoUa+UwDOo=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-TJpvZp9dDN8bkKFnHpoUa+UwDOo=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1383,15 +1375,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-class-properties/7.12.13: - resolution: {integrity: sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.12: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.20.12): resolution: {integrity: sha1-tcmHJ0xKOoK4lxR5aTGmtTVErhA=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1399,7 +1383,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.12: + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.20.12): resolution: {integrity: sha1-GV34mxRrS3izv4l/16JXyEZZ1AY=} engines: {node: '>=6.9.0'} peerDependencies: @@ -1408,16 +1392,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-decorators/7.19.0: - resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: true - - /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.12: + /@babel/plugin-syntax-decorators@7.19.0(@babel/core@7.20.12): resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1427,7 +1402,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-Yr+Ysto80h1iYVT8lu5bPLaOrLM=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1435,7 +1410,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-AolkqbqA28CUyRXEh618TnpmRlo=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1443,7 +1418,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.12: + /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1453,7 +1428,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.12: + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.20.12): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1462,15 +1437,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-import-meta/7.10.4: - resolution: {integrity: sha1-7mATSMNw+jNNIge+FYd3SWUh/VE=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.12: + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.20.12): resolution: {integrity: sha1-7mATSMNw+jNNIge+FYd3SWUh/VE=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1478,15 +1445,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-json-strings/7.8.3: - resolution: {integrity: sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-AcohtmjNghjJ5kDLbdiMVBKyyWo=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1494,7 +1453,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.12: + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1503,15 +1462,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4: - resolution: {integrity: sha1-ypHvRjA1MESLkGZSusLp/plB9pk=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.12: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.20.12): resolution: {integrity: sha1-ypHvRjA1MESLkGZSusLp/plB9pk=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1519,15 +1470,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: - resolution: {integrity: sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-Fn7XA2iIYIH3S1w2xlqIwDtm0ak=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1535,15 +1478,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-numeric-separator/7.10.4: - resolution: {integrity: sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.12: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.20.12): resolution: {integrity: sha1-ubBws+M1cM2f0Hun+pHA3Te5r5c=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1551,15 +1486,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-object-rest-spread/7.8.3: - resolution: {integrity: sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-YOIl7cvZimQDMqLnLdPmbxr1WHE=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1567,15 +1494,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-catch-binding/7.8.3: - resolution: {integrity: sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-YRGiZbz7Ag6579D9/X0mQCue1sE=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1583,15 +1502,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-chaining/7.8.3: - resolution: {integrity: sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.12: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.20.12): resolution: {integrity: sha1-T2nCq5UWfgGAzVM2YT+MV4j31Io=} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1599,7 +1510,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.12: + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.20.12): resolution: {integrity: sha1-DcZnHsDqIrbpShEU+FeXDNOd4a0=} engines: {node: '>=6.9.0'} peerDependencies: @@ -1608,16 +1519,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-top-level-await/7.14.5: - resolution: {integrity: sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.20.2 - dev: false - - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.12: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.20.12): resolution: {integrity: sha1-wc/a3DWmRiQAAfBhOCR7dBw02Uw=} engines: {node: '>=6.9.0'} peerDependencies: @@ -1626,7 +1528,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12: + /@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.20.12): resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1635,7 +1537,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1644,7 +1546,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1653,11 +1555,11 @@ packages: '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.12 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1666,7 +1568,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping/7.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-block-scoping@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-tA4N427a7fjf1P0/2I4ScsHGc5jcHPbb30xMbaTke2gxDuWpUfXDuX1FEymJwKk4tuGUvGcejAR6HdZVqmmPyw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1675,7 +1577,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-classes/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-classes@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-LWYbsiXTPKl+oBlXUGlwNlJZetXD5Am+CyBdqhPsDVjM9Jc8jwBJFrKhHf900Kfk2eZG1y9MAG3UNajol7A4VQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1683,7 +1585,7 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.20.12) '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -1694,7 +1596,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1704,7 +1606,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/template': 7.20.7 - /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-destructuring@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1713,17 +1615,17 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1732,7 +1634,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1742,7 +1644,7 @@ packages: '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.12: + /@babel/plugin-transform-flow-strip-types@7.19.0(@babel/core@7.20.12): resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1750,10 +1652,10 @@ packages: dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.20.12) dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.12: + /@babel/plugin-transform-for-of@7.18.8(@babel/core@7.20.12): resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1762,18 +1664,18 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.20.12) '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1782,7 +1684,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1791,7 +1693,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1803,20 +1705,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.20.11: - resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-transforms': 7.20.11 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-simple-access': 7.20.2 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-modules-commonjs@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1829,7 +1718,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.20.12: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.20.12): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1843,7 +1732,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1855,17 +1744,17 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.20.12: + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1874,7 +1763,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1886,7 +1775,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-parameters@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1895,7 +1784,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1904,7 +1793,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1913,16 +1802,16 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx': 7.20.7(@babel/core@7.20.12) - /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-jsx-self@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1932,7 +1821,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.20.12): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1942,7 +1831,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-jsx/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-react-jsx@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1952,10 +1841,10 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.20.12) '@babel/types': 7.20.7 - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1965,7 +1854,7 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.20.12: + /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.20.12): resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1975,7 +1864,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.1 - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1984,23 +1873,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-runtime/7.19.6: - resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3 - babel-plugin-polyfill-corejs3: 0.6.0 - babel-plugin-polyfill-regenerator: 0.4.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.12: + /@babel/plugin-transform-runtime@7.19.6(@babel/core@7.20.12): resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2009,15 +1882,14 @@ packages: '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.12 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.12 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.12 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.20.12) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.20.12) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.20.12) semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2026,7 +1898,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2036,7 +1908,7 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2045,7 +1917,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2054,7 +1926,7 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.12: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.20.12): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2063,20 +1935,20 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript/7.20.7_@babel+core@7.20.12: + /@babel/plugin-transform-typescript@7.20.7(@babel/core@7.20.12): resolution: {integrity: sha512-m3wVKEvf6SoszD8pu4NZz3PvfKRCMgk6D6d0Qi9hNnlM5M6CFS92EgF4EiHVLKbU0r/r7ty1hg7NPZwE7WRbYw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 + '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.12: + /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.20.12): resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2085,17 +1957,17 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.12: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-create-regexp-features-plugin': 7.20.5_@babel+core@7.20.12 + '@babel/helper-create-regexp-features-plugin': 7.20.5(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 - /@babel/preset-env/7.20.2_@babel+core@7.20.12: + /@babel/preset-env@7.20.2(@babel/core@7.20.12): resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2103,96 +1975,96 @@ packages: dependencies: '@babel/compat-data': 7.20.10 '@babel/core': 7.20.12 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.20.12) '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-class-static-block': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.12 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.12 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.12 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.12 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.12 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-block-scoping': 7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-classes': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.12 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-commonjs': 7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.20.12 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.20.12 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.20.12 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.12 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.12 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.12 - '@babel/preset-modules': 0.1.5_@babel+core@7.20.12 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-class-static-block': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-optional-chaining': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-private-property-in-object': 7.20.5(@babel/core@7.20.12) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.20.12) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.20.12) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.20.12) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.20.12) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.20.12) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.20.12) + '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-block-scoping': 7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-classes': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-destructuring': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.20.12) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-modules-commonjs': 7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.20.12) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-parameters': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.20.12) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.20.12) + '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.20.12) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.20.12) + '@babel/preset-modules': 0.1.5(@babel/core@7.20.12) '@babel/types': 7.20.7 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.12 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.12 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.12 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.20.12) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.20.12) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.20.12) core-js-compat: 3.27.1 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-modules/0.1.5_@babel+core@7.20.12: + /@babel/preset-modules@0.1.5(@babel/core@7.20.12): resolution: {integrity: sha1-75Odbn8miCfhhBY43G/5VRXhFdk=} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.20.12) '@babel/types': 7.20.7 esutils: 2.0.3 - /@babel/preset-react/7.18.6_@babel+core@7.20.12: + /@babel/preset-react@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2201,12 +2073,12 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-react-jsx': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.20.12) - /@babel/preset-typescript/7.18.6_@babel+core@7.20.12: + /@babel/preset-typescript@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2215,17 +2087,17 @@ packages: '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.20.7_@babel+core@7.20.12 + '@babel/plugin-transform-typescript': 7.20.7(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /@babel/runtime/7.20.7: + /@babel/runtime@7.20.7: resolution: {integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 - /@babel/template/7.20.7: + /@babel/template@7.20.7: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: @@ -2233,7 +2105,7 @@ packages: '@babel/parser': 7.20.7 '@babel/types': 7.20.7 - /@babel/traverse/7.20.12: + /@babel/traverse@7.20.12(supports-color@5.5.0): resolution: {integrity: sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==} engines: {node: '>=6.9.0'} dependencies: @@ -2245,12 +2117,12 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.20.7 '@babel/types': 7.20.7 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.20.7: + /@babel/types@7.20.7: resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==} engines: {node: '>=6.9.0'} dependencies: @@ -2258,24 +2130,24 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - /@bcoe/v8-coverage/0.2.3: + /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha1-daLotRy3WKdVPWgEpZMteqznXDk=} - /@bloomberg/record-tuple-polyfill/0.0.4: + /@bloomberg/record-tuple-polyfill@0.0.4: resolution: {integrity: sha1-nvPfRORyzrmgogENhYpSbyAh/vo=} dev: false - /@chenshuai2144/sketch-color/1.0.8_react@18.2.0: + /@chenshuai2144/sketch-color@1.0.8(react@18.2.0): resolution: {integrity: sha512-dPAzzWc+w7zyTAi71WXYZpiTYyIS80MxYyy2E/7jufhnJI1Z29wCPL35VvuJ/gs5zYpF2+w/B7BizWa2zKXpGw==} peerDependencies: react: '>=16.12.0' dependencies: react: 18.2.0 - reactcss: 1.2.3_react@18.2.0 + reactcss: 1.2.3(react@18.2.0) tinycolor2: 1.5.2 dev: false - /@commitlint/cli/13.2.1: + /@commitlint/cli@13.2.1: resolution: {integrity: sha1-gOvUa+72zu07sMCEK82o0Co8kd4=} engines: {node: '>=v12'} hasBin: true @@ -2291,14 +2163,14 @@ packages: yargs: 17.6.2 dev: true - /@commitlint/config-conventional/13.2.0: + /@commitlint/config-conventional@13.2.0: resolution: {integrity: sha1-KtJP7MVq6WGdvgk0uYqYsYrOC+w=} engines: {node: '>=v12'} dependencies: conventional-changelog-conventionalcommits: 4.6.3 dev: true - /@commitlint/ensure/13.2.0: + /@commitlint/ensure@13.2.0: resolution: {integrity: sha1-mQwk91N4HR8UwWR8UtNKVzCJLj0=} engines: {node: '>=v12'} dependencies: @@ -2306,12 +2178,12 @@ packages: lodash: 4.17.21 dev: true - /@commitlint/execute-rule/13.2.0: + /@commitlint/execute-rule@13.2.0: resolution: {integrity: sha1-4RIVnWZHvFr+L3fCCA7w9hX9VB8=} engines: {node: '>=v12'} dev: true - /@commitlint/format/13.2.0: + /@commitlint/format@13.2.0: resolution: {integrity: sha1-7M//CgnO2FM6+yGys6HigXaxCdU=} engines: {node: '>=v12'} dependencies: @@ -2319,7 +2191,7 @@ packages: chalk: 4.1.2 dev: true - /@commitlint/is-ignored/13.2.0: + /@commitlint/is-ignored@13.2.0: resolution: {integrity: sha1-Uy3ftdYqSJ/0062IvL7kTox9LI8=} engines: {node: '>=v12'} dependencies: @@ -2327,7 +2199,7 @@ packages: semver: 7.3.5 dev: true - /@commitlint/lint/13.2.0: + /@commitlint/lint@13.2.0: resolution: {integrity: sha1-tWjJa9Icj6juw1ml4h0idDIGdh8=} engines: {node: '>=v12'} dependencies: @@ -2337,14 +2209,14 @@ packages: '@commitlint/types': 13.2.0 dev: true - /@commitlint/load/13.2.1: + /@commitlint/load@13.2.1: resolution: {integrity: sha1-1dkm29BQIcAoN8Q4/xBXAlsot0U=} engines: {node: '>=v12'} dependencies: '@commitlint/execute-rule': 13.2.0 '@commitlint/resolve-extends': 13.2.0 '@commitlint/types': 13.2.0 - '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_6fxdz2jt6ogpjdyzedzh67krxy + '@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2(cosmiconfig@7.1.0)(typescript@4.9.4) chalk: 4.1.2 cosmiconfig: 7.1.0 lodash: 4.17.21 @@ -2352,12 +2224,12 @@ packages: typescript: 4.9.4 dev: true - /@commitlint/message/13.2.0: + /@commitlint/message@13.2.0: resolution: {integrity: sha1-GmD1eFUXUKjWtTO+ikBUH8LpKKg=} engines: {node: '>=v12'} dev: true - /@commitlint/parse/13.2.0: + /@commitlint/parse@13.2.0: resolution: {integrity: sha1-SAVGAr1z3Mv/7k+bqLJUnIV7oLc=} engines: {node: '>=v12'} dependencies: @@ -2366,7 +2238,7 @@ packages: conventional-commits-parser: 3.2.4 dev: true - /@commitlint/read/13.2.0: + /@commitlint/read@13.2.0: resolution: {integrity: sha1-KvWAMi7GKXR4q6hPqOwk/SfDWlQ=} engines: {node: '>=v12'} dependencies: @@ -2376,7 +2248,7 @@ packages: git-raw-commits: 2.0.11 dev: true - /@commitlint/resolve-extends/13.2.0: + /@commitlint/resolve-extends@13.2.0: resolution: {integrity: sha1-dPSFEusXhavgczalIIIl/ff+wyc=} engines: {node: '>=v12'} dependencies: @@ -2386,7 +2258,7 @@ packages: resolve-global: 1.0.0 dev: true - /@commitlint/rules/13.2.0: + /@commitlint/rules@13.2.0: resolution: {integrity: sha1-4nL71AmcL+mLyhJ31/jKo1eLj0M=} engines: {node: '>=v12'} dependencies: @@ -2397,62 +2269,43 @@ packages: execa: 5.1.1 dev: true - /@commitlint/to-lines/13.2.0: + /@commitlint/to-lines@13.2.0: resolution: {integrity: sha1-5l0WNA81O0lukGCbRS8j9LC+C2o=} engines: {node: '>=v12'} dev: true - /@commitlint/top-level/13.2.0: + /@commitlint/top-level@13.2.0: resolution: {integrity: sha1-hpgU6KwP7GpuHy6WZaMY5NyXnh4=} engines: {node: '>=v12'} dependencies: find-up: 5.0.0 dev: true - /@commitlint/types/13.2.0: + /@commitlint/types@13.2.0: resolution: {integrity: sha1-7YEo+eQTg/jw7hsDcMckgmgh5YE=} engines: {node: '>=v12'} dependencies: chalk: 4.1.2 dev: true - /@cspotcode/source-map-support/0.8.1: + /@cspotcode/source-map-support@0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} dependencies: '@jridgewell/trace-mapping': 0.3.9 - /@csstools/postcss-color-function/1.1.1: - resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-color-function/1.1.1_postcss@8.4.21: + /@csstools/postcss-color-function@1.1.1(postcss@8.4.21): resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.21) postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-font-format-keywords/1.0.1: - resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.21: + /@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.21): resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -2462,16 +2315,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-hwb-function/1.0.2: - resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.21: + /@csstools/postcss-hwb-function@1.0.2(postcss@8.4.21): resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -2481,153 +2325,79 @@ packages: postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-ic-unit/1.0.1: - resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.21: + /@csstools/postcss-ic-unit@1.0.1(postcss@8.4.21): resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.21) postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-is-pseudo-class/2.0.7: - resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/selector-specificity': 2.0.2_laljekdltgzr3kfi7r4exvsr5a - postcss-selector-parser: 6.0.11 - dev: false - - /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.21: + /@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.21): resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.0.2_wajs5nedgkikc5pcuwett7legi + '@csstools/selector-specificity': 2.0.2(postcss-selector-parser@6.0.11)(postcss@8.4.21) postcss: 8.4.21 postcss-selector-parser: 6.0.11 dev: false - /@csstools/postcss-normalize-display-values/1.0.1: - resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.21: - resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.21 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-oklab-function/1.1.1: - resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.21: - resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-progressive-custom-properties/1.3.0: - resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.21: - resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss: 8.4.21 - postcss-value-parser: 4.2.0 - dev: false - - /@csstools/postcss-stepped-value-functions/1.0.1: - resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} + /@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.21): + resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: + postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.21: - resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} + /@csstools/postcss-oklab-function@1.1.1(postcss@8.4.21): + resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.21) postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-unset-value/1.0.2: - resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} + /@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.21): + resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: - postcss: ^8.2 + postcss: ^8.3 + dependencies: + postcss: 8.4.21 + postcss-value-parser: 4.2.0 dev: false - /@csstools/postcss-unset-value/1.0.2_postcss@8.4.21: - resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} + /@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.21): + resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: postcss: 8.4.21 + postcss-value-parser: 4.2.0 dev: false - /@csstools/selector-specificity/2.0.2_laljekdltgzr3kfi7r4exvsr5a: - resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} + /@csstools/postcss-unset-value@1.0.2(postcss@8.4.21): + resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 - postcss-selector-parser: ^6.0.10 dependencies: - postcss-selector-parser: 6.0.11 + postcss: 8.4.21 dev: false - /@csstools/selector-specificity/2.0.2_wajs5nedgkikc5pcuwett7legi: + /@csstools/selector-specificity@2.0.2(postcss-selector-parser@6.0.11)(postcss@8.4.21): resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -2638,29 +2408,43 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /@ctrl/tinycolor/3.5.0: + /@ctrl/tinycolor@3.5.0: resolution: {integrity: sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==} engines: {node: '>=10'} dev: false - /@ctrl/tinycolor/3.6.0: + /@ctrl/tinycolor@3.6.0: resolution: {integrity: sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ==} engines: {node: '>=10'} dev: false - /@emotion/hash/0.8.0: + /@emotion/hash@0.8.0: resolution: {integrity: sha1-u7/2iXj+/b5ozLUzvIy+HRr7VBM=} dev: false - /@emotion/unitless/0.7.5: + /@emotion/is-prop-valid@1.2.0: + resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} + dependencies: + '@emotion/memoize': 0.8.0 + dev: false + + /@emotion/memoize@0.8.0: + resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} + dev: false + + /@emotion/stylis@0.8.5: + resolution: {integrity: sha1-3qyzib1u530ef8rMzp4WxcfnjgQ=} + dev: false + + /@emotion/unitless@0.7.5: resolution: {integrity: sha1-dyESkcGQCnALinjPr9oxYNdpSe0=} dev: false - /@emotion/unitless/0.8.0: + /@emotion/unitless@0.8.0: resolution: {integrity: sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==} dev: false - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_6fxdz2jt6ogpjdyzedzh67krxy: + /@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2(cosmiconfig@7.1.0)(typescript@4.9.4): resolution: {integrity: sha1-7qRjWCjd43KDiwkJaT69mq/uwi0=} engines: {node: '>=10.0.0'} peerDependencies: @@ -2669,13 +2453,13 @@ packages: cosmiconfig: 7.1.0 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.9.4 + ts-node: 9.1.1(typescript@4.9.4) tslib: 2.4.1 transitivePeerDependencies: - typescript dev: true - /@es-joy/jsdoccomment/0.36.1: + /@es-joy/jsdoccomment@0.36.1: resolution: {integrity: sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} dependencies: @@ -2684,38 +2468,38 @@ packages: jsdoc-type-pratt-parser: 3.1.0 dev: true - /@esbuild-kit/cjs-loader/2.4.1: + /@esbuild-kit/cjs-loader@2.4.1: resolution: {integrity: sha512-lhc/XLith28QdW0HpHZvZKkorWgmCNT7sVelMHDj3HFdTfdqkwEKvT+aXVQtNAmCC39VJhunDkWhONWB7335mg==} dependencies: '@esbuild-kit/core-utils': 3.0.0 get-tsconfig: 4.3.0 dev: false - /@esbuild-kit/core-utils/3.0.0: + /@esbuild-kit/core-utils@3.0.0: resolution: {integrity: sha512-TXmwH9EFS3DC2sI2YJWJBgHGhlteK0Xyu1VabwetMULfm3oYhbrsWV5yaSr2NTWZIgDGVLHbRf0inxbjXqAcmQ==} dependencies: esbuild: 0.15.18 source-map-support: 0.5.21 dev: false - /@esbuild-kit/esm-loader/2.5.4: + /@esbuild-kit/esm-loader@2.5.4: resolution: {integrity: sha512-afmtLf6uqxD5IgwCzomtqCYIgz/sjHzCWZFvfS5+FzeYxOURPUo4QcHtqJxbxWOMOogKriZanN/1bJQE/ZL93A==} dependencies: '@esbuild-kit/core-utils': 3.0.0 get-tsconfig: 4.3.0 dev: false - /@esbuild/android-arm/0.15.18: - resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} + /@esbuild/android-arm64@0.16.17: + resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [android] requiresBuild: true dev: false optional: true - /@esbuild/android-arm/0.16.17: - resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} + /@esbuild/android-arm@0.15.18: + resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -2723,16 +2507,16 @@ packages: dev: false optional: true - /@esbuild/android-arm64/0.16.17: - resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} + /@esbuild/android-arm@0.16.17: + resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [android] requiresBuild: true dev: false optional: true - /@esbuild/android-x64/0.16.17: + /@esbuild/android-x64@0.16.17: resolution: {integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==} engines: {node: '>=12'} cpu: [x64] @@ -2741,7 +2525,7 @@ packages: dev: false optional: true - /@esbuild/darwin-arm64/0.16.17: + /@esbuild/darwin-arm64@0.16.17: resolution: {integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==} engines: {node: '>=12'} cpu: [arm64] @@ -2750,7 +2534,7 @@ packages: dev: false optional: true - /@esbuild/darwin-x64/0.16.17: + /@esbuild/darwin-x64@0.16.17: resolution: {integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==} engines: {node: '>=12'} cpu: [x64] @@ -2759,7 +2543,7 @@ packages: dev: false optional: true - /@esbuild/freebsd-arm64/0.16.17: + /@esbuild/freebsd-arm64@0.16.17: resolution: {integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==} engines: {node: '>=12'} cpu: [arm64] @@ -2768,7 +2552,7 @@ packages: dev: false optional: true - /@esbuild/freebsd-x64/0.16.17: + /@esbuild/freebsd-x64@0.16.17: resolution: {integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==} engines: {node: '>=12'} cpu: [x64] @@ -2777,25 +2561,25 @@ packages: dev: false optional: true - /@esbuild/linux-arm/0.16.17: - resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} + /@esbuild/linux-arm64@0.16.17: + resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /@esbuild/linux-arm64/0.16.17: - resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} + /@esbuild/linux-arm@0.16.17: + resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [linux] requiresBuild: true dev: false optional: true - /@esbuild/linux-ia32/0.16.17: + /@esbuild/linux-ia32@0.16.17: resolution: {integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==} engines: {node: '>=12'} cpu: [ia32] @@ -2804,7 +2588,7 @@ packages: dev: false optional: true - /@esbuild/linux-loong64/0.15.18: + /@esbuild/linux-loong64@0.15.18: resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} cpu: [loong64] @@ -2813,7 +2597,7 @@ packages: dev: false optional: true - /@esbuild/linux-loong64/0.16.17: + /@esbuild/linux-loong64@0.16.17: resolution: {integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==} engines: {node: '>=12'} cpu: [loong64] @@ -2822,7 +2606,7 @@ packages: dev: false optional: true - /@esbuild/linux-mips64el/0.16.17: + /@esbuild/linux-mips64el@0.16.17: resolution: {integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==} engines: {node: '>=12'} cpu: [mips64el] @@ -2831,7 +2615,7 @@ packages: dev: false optional: true - /@esbuild/linux-ppc64/0.16.17: + /@esbuild/linux-ppc64@0.16.17: resolution: {integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==} engines: {node: '>=12'} cpu: [ppc64] @@ -2840,7 +2624,7 @@ packages: dev: false optional: true - /@esbuild/linux-riscv64/0.16.17: + /@esbuild/linux-riscv64@0.16.17: resolution: {integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==} engines: {node: '>=12'} cpu: [riscv64] @@ -2849,7 +2633,7 @@ packages: dev: false optional: true - /@esbuild/linux-s390x/0.16.17: + /@esbuild/linux-s390x@0.16.17: resolution: {integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==} engines: {node: '>=12'} cpu: [s390x] @@ -2858,7 +2642,7 @@ packages: dev: false optional: true - /@esbuild/linux-x64/0.16.17: + /@esbuild/linux-x64@0.16.17: resolution: {integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==} engines: {node: '>=12'} cpu: [x64] @@ -2867,7 +2651,7 @@ packages: dev: false optional: true - /@esbuild/netbsd-x64/0.16.17: + /@esbuild/netbsd-x64@0.16.17: resolution: {integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==} engines: {node: '>=12'} cpu: [x64] @@ -2876,7 +2660,7 @@ packages: dev: false optional: true - /@esbuild/openbsd-x64/0.16.17: + /@esbuild/openbsd-x64@0.16.17: resolution: {integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==} engines: {node: '>=12'} cpu: [x64] @@ -2885,7 +2669,7 @@ packages: dev: false optional: true - /@esbuild/sunos-x64/0.16.17: + /@esbuild/sunos-x64@0.16.17: resolution: {integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==} engines: {node: '>=12'} cpu: [x64] @@ -2894,7 +2678,7 @@ packages: dev: false optional: true - /@esbuild/win32-arm64/0.16.17: + /@esbuild/win32-arm64@0.16.17: resolution: {integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==} engines: {node: '>=12'} cpu: [arm64] @@ -2903,7 +2687,7 @@ packages: dev: false optional: true - /@esbuild/win32-ia32/0.16.17: + /@esbuild/win32-ia32@0.16.17: resolution: {integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==} engines: {node: '>=12'} cpu: [ia32] @@ -2912,7 +2696,7 @@ packages: dev: false optional: true - /@esbuild/win32-x64/0.16.17: + /@esbuild/win32-x64@0.16.17: resolution: {integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==} engines: {node: '>=12'} cpu: [x64] @@ -2921,12 +2705,12 @@ packages: dev: false optional: true - /@eslint/eslintrc/1.4.1: + /@eslint/eslintrc@1.4.1: resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) espree: 9.4.1 globals: 13.19.0 ignore: 5.2.4 @@ -2937,30 +2721,30 @@ packages: transitivePeerDependencies: - supports-color - /@floating-ui/core/0.6.2: + /@floating-ui/core@0.6.2: resolution: {integrity: sha512-jktYRmZwmau63adUG3GKOAVCofBXkk55S/zQ94XOorAHhwqFIOFAy1rSp2N0Wp6/tGbe9V3u/ExlGZypyY17rg==} dev: false - /@floating-ui/dom/0.4.5: + /@floating-ui/dom@0.4.5: resolution: {integrity: sha512-b+prvQgJt8pieaKYMSJBXHxX/DYwdLsAWxKYqnO5dO2V4oo/TYBZJAUQCVNjTWWsrs6o4VDrNcP9+E70HAhJdw==} dependencies: '@floating-ui/core': 0.6.2 dev: false - /@floating-ui/react-dom-interactions/0.3.1_2wivdsbsvmk3pblmocpmpqwn2e: + /@floating-ui/react-dom-interactions@0.3.1(@types/react@18.0.26)(react-dom@18.1.0)(react@18.1.0): resolution: {integrity: sha512-tP2KEh7EHJr5hokSBHcPGojb+AorDNUf0NYfZGg/M+FsMvCOOsSEeEF0O1NDfETIzDnpbHnCs0DuvCFhSMSStg==} dependencies: - '@floating-ui/react-dom': 0.6.3_2wivdsbsvmk3pblmocpmpqwn2e - aria-hidden: 1.2.2_3d3cqnhbk5jgdxsmxlr7d24np4 + '@floating-ui/react-dom': 0.6.3(@types/react@18.0.26)(react-dom@18.1.0)(react@18.1.0) + aria-hidden: 1.2.2(@types/react@18.0.26)(react@18.1.0) point-in-polygon: 1.1.0 - use-isomorphic-layout-effect: 1.1.2_3d3cqnhbk5jgdxsmxlr7d24np4 + use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.26)(react@18.1.0) transitivePeerDependencies: - '@types/react' - react - react-dom dev: false - /@floating-ui/react-dom/0.6.3_2wivdsbsvmk3pblmocpmpqwn2e: + /@floating-ui/react-dom@0.6.3(@types/react@18.0.26)(react-dom@18.1.0)(react@18.1.0): resolution: {integrity: sha512-hC+pS5D6AgS2wWjbmSQ6UR6Kpy+drvWGJIri6e1EDGADTPsCaa4KzCgmCczHrQeInx9tqs81EyDmbKJYY2swKg==} peerDependencies: react: '>=16.8.0' @@ -2968,42 +2752,42 @@ packages: dependencies: '@floating-ui/dom': 0.4.5 react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - use-isomorphic-layout-effect: 1.1.2_3d3cqnhbk5jgdxsmxlr7d24np4 + react-dom: 18.1.0(react@18.1.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.26)(react@18.1.0) transitivePeerDependencies: - '@types/react' dev: false - /@formatjs/intl-displaynames/1.2.10: + /@formatjs/intl-displaynames@1.2.10: resolution: {integrity: sha1-u5YlzKkLCZl4zZZ8apiq9OI/yHg=} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-listformat/1.4.8: + /@formatjs/intl-listformat@1.4.8: resolution: {integrity: sha1-cLgQBefc90Mpy1sxSpQM5fzjbNA=} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-relativetimeformat/4.5.16: + /@formatjs/intl-relativetimeformat@4.5.16: resolution: {integrity: sha1-dEnO8yE91m0lkkykHxJfh7WN+Vo=} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-unified-numberformat/3.3.7: + /@formatjs/intl-unified-numberformat@3.3.7: resolution: {integrity: sha1-mZWiRWiQgYjnFtgaHeW3ArLuAOI=} deprecated: We have renamed the package to @formatjs/intl-numberformat dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-utils/2.3.0: + /@formatjs/intl-utils@2.3.0: resolution: {integrity: sha1-LcjFcETeA0DrU6e6YC5Zq/gNx5k=} dev: false - /@formily/antd/2.2.16_umkr7xkembx4rnrs36jomvuiga: + /@formily/antd@2.2.16(@ant-design/icons@5.0.0)(@types/react-dom@18.0.10)(@types/react@18.0.26)(antd@5.3.0)(prop-types@15.8.1)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(typescript@4.9.4): resolution: {integrity: sha512-kADsOqzPDfeynl+WK0GpXohcrpX9tsgP2YJTnINP+Q9TxNNnQau8O4nI7XhtuGQAvzLq8osw4o12PX9l1ahjxw==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -3020,28 +2804,29 @@ packages: '@types/react-dom': optional: true dependencies: - '@ant-design/icons': 5.0.0_biqbaboplfbrettd7655fr4n2y + '@ant-design/icons': 5.0.0(react-dom@18.2.0)(react@18.2.0) '@formily/core': 2.2.16 - '@formily/grid': 2.2.16_typescript@4.9.4 - '@formily/json-schema': 2.2.16_typescript@4.9.4 - '@formily/react': 2.2.16_imsf4monu2ro3jsq722crax7fe + '@formily/grid': 2.2.16(typescript@4.9.4) + '@formily/json-schema': 2.2.16(typescript@4.9.4) + '@formily/react': 2.2.16(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(typescript@4.9.4) '@formily/reactive': 2.2.16 - '@formily/reactive-react': 2.2.16_ie75ejlwqy5zh3tldgt7pftwcu + '@formily/reactive-react': 2.2.16(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) '@formily/shared': 2.2.16 '@types/react': 18.0.26 '@types/react-dom': 18.0.10 - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-sortable-hoc: 1.11.0_biqbaboplfbrettd7655fr4n2y - react-sticky-box: 0.9.3_sh5qlbywuemxd2y3xkrw2y2kr4 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 + react-sortable-hoc: 1.11.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + react-sticky-box: 0.9.3(prop-types@15.8.1)(react@18.2.0) transitivePeerDependencies: - prop-types - typescript dev: false - /@formily/core/2.2.16: + /@formily/core@2.2.16: resolution: {integrity: sha512-G03D8QI+qbLf2HwOPr5YuuTm7F3xlllQDlfsWS7lXmWMbaOoh+ZGLAHSlC0Mekkw0rPqpUXDZWAQ/ZsRAa3hxg==} engines: {npm: '>=3.0.0'} dependencies: @@ -3050,7 +2835,7 @@ packages: '@formily/validator': 2.2.16 dev: false - /@formily/grid/2.2.16_typescript@4.9.4: + /@formily/grid@2.2.16(typescript@4.9.4): resolution: {integrity: sha512-YO4cvUWSvUcmpzE9MsEiISiE7co20ZiwyDsC5fyJAWZ0hBAc1D4bNiNYgkyWknrz0OUOtaAOzhXFFT/s6lbfyQ==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -3061,7 +2846,7 @@ packages: typescript: 4.9.4 dev: false - /@formily/json-schema/2.2.16_typescript@4.9.4: + /@formily/json-schema@2.2.16(typescript@4.9.4): resolution: {integrity: sha512-5vSw5Kciwtn1vKBM3RgVYUh4JDJwMa1eakJkRKW3AneGEbOLCACU9fQuWdcjW1kBwq+S2zxMNl7YJe5wF3igAw==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -3073,12 +2858,12 @@ packages: typescript: 4.9.4 dev: false - /@formily/path/2.2.16: + /@formily/path@2.2.16: resolution: {integrity: sha512-ele+K4IfcYvjPzSCdITQ13lFA6T0QCy4gRAPPekDiEANc+b5RdeCbtiqxMsFiAReEGEv4zCX5KyU+USH0IQsBg==} engines: {npm: '>=3.0.0'} dev: false - /@formily/react/2.2.16_imsf4monu2ro3jsq722crax7fe: + /@formily/react@2.2.16(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0)(typescript@4.9.4): resolution: {integrity: sha512-pRptkGECCxQ4cvr8yej4Ppoq3T6vvvtfsmI49UKTOtqjPbc9G2v4OB/ZD7w2N6DOXjUZvuloBcGOFBdN5dk0bw==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -3094,21 +2879,22 @@ packages: optional: true dependencies: '@formily/core': 2.2.16 - '@formily/json-schema': 2.2.16_typescript@4.9.4 + '@formily/json-schema': 2.2.16(typescript@4.9.4) '@formily/reactive': 2.2.16 - '@formily/reactive-react': 2.2.16_ie75ejlwqy5zh3tldgt7pftwcu + '@formily/reactive-react': 2.2.16(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) '@formily/shared': 2.2.16 '@formily/validator': 2.2.16 '@types/react': 18.0.26 '@types/react-dom': 18.0.10 hoist-non-react-statics: 3.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 transitivePeerDependencies: - typescript dev: false - /@formily/reactive-react/2.2.16_ie75ejlwqy5zh3tldgt7pftwcu: + /@formily/reactive-react@2.2.16(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0): resolution: {integrity: sha512-G2m3qC/mYdkavQOOJyJ0ZbdX+3FZxvE0BKjNJ38xcu0/LvNGtiy87fGv2Vg7gArsKEJAC3KHLXkv/0moO1X66A==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -3128,15 +2914,16 @@ packages: '@types/react-dom': 18.0.10 hoist-non-react-statics: 3.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 dev: false - /@formily/reactive/2.2.16: + /@formily/reactive@2.2.16: resolution: {integrity: sha512-H/hKNSJ2NOhLMroIiJ5+EwwM39ph+na+h7eG4wAzOU8r1Hc3rVZV2jTRQmNQolIdSJFUhug/Etp//7fImW7tCQ==} engines: {npm: '>=3.0.0'} dev: false - /@formily/shared/2.2.16: + /@formily/shared@2.2.16: resolution: {integrity: sha512-u4HtvM9jDaJBhwhbyQl41fil/6EzDRGaM0H5ALfK7iihGrysRQLc31ShJx97fpjrGylhew7b5PR9MiS9NEZi+Q==} engines: {npm: '>=3.0.0'} dependencies: @@ -3149,14 +2936,14 @@ packages: upper-case: 2.0.2 dev: false - /@formily/validator/2.2.16: + /@formily/validator@2.2.16: resolution: {integrity: sha512-L2O87i4TQN0qnhvQq9eXT/gUwJxWP1+awul++BMK9m1F/gtOQn37v71QPP5Y235hQo3iwWbjtxRKGGzRGjdd8g==} engines: {npm: '>=3.0.0'} dependencies: '@formily/shared': 2.2.16 dev: false - /@graphql-typed-document-node/core/3.1.1_graphql@16.6.0: + /@graphql-typed-document-node/core@3.1.1(graphql@16.6.0): resolution: {integrity: sha1-B214zpmCIljPgT7MHn+kYPp00FI=} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -3164,41 +2951,41 @@ packages: graphql: 16.6.0 dev: false - /@humanwhocodes/config-array/0.11.8: + /@humanwhocodes/config-array@0.11.8: resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - /@humanwhocodes/module-importer/1.0.1: + /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} - /@humanwhocodes/object-schema/1.2.1: + /@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha1-tSBSnsIdjllFoYUd/Rwy6U45/0U=} - /@iconify/types/2.0.0: + /@iconify/types@2.0.0: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} dev: false - /@iconify/utils/2.0.9: + /@iconify/utils@2.0.9: resolution: {integrity: sha512-ropNqaeamoxZvXxvaTJXrI0MrqdWdDVIs/mW7/sEQbNi0aXYUGL2iuLs1da3QR163gyG63kiyTsqw2oQYamw3Q==} dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.7.2 '@iconify/types': 2.0.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) kolorist: 1.6.0 local-pkg: 0.4.2 transitivePeerDependencies: - supports-color dev: false - /@istanbuljs/load-nyc-config/1.1.0: + /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha1-/T2x1Z7PfPEh6AZQu4ZxL5tV7O0=} engines: {node: '>=8'} dependencies: @@ -3208,11 +2995,11 @@ packages: js-yaml: 3.14.1 resolve-from: 5.0.0 - /@istanbuljs/schema/0.1.3: + /@istanbuljs/schema@0.1.3: resolution: {integrity: sha1-5F44TkuOwWvOL9kDr3hFD2v37Jg=} engines: {node: '>=8'} - /@jest/console/27.5.1: + /@jest/console@27.5.1: resolution: {integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3223,7 +3010,7 @@ packages: jest-util: 27.5.1 slash: 3.0.0 - /@jest/core/27.5.1_ts-node@10.9.1: + /@jest/core@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -3244,7 +3031,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 27.5.1 - jest-config: 27.5.1_ts-node@10.9.1 + jest-config: 27.5.1(ts-node@10.9.1) jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-regex-util: 27.5.1 @@ -3267,7 +3054,7 @@ packages: - ts-node - utf-8-validate - /@jest/environment/27.5.1: + /@jest/environment@27.5.1: resolution: {integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3276,7 +3063,7 @@ packages: '@types/node': 18.11.18 jest-mock: 27.5.1 - /@jest/fake-timers/27.5.1: + /@jest/fake-timers@27.5.1: resolution: {integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3287,7 +3074,7 @@ packages: jest-mock: 27.5.1 jest-util: 27.5.1 - /@jest/globals/27.5.1: + /@jest/globals@27.5.1: resolution: {integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3295,7 +3082,7 @@ packages: '@jest/types': 27.5.1 expect: 27.5.1 - /@jest/reporters/27.5.1: + /@jest/reporters@27.5.1: resolution: {integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -3332,14 +3119,14 @@ packages: transitivePeerDependencies: - supports-color - /@jest/schemas/29.0.0: + /@jest/schemas@29.0.0: resolution: {integrity: sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.24.51 dev: false - /@jest/source-map/27.5.1: + /@jest/source-map@27.5.1: resolution: {integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3347,7 +3134,7 @@ packages: graceful-fs: 4.2.10 source-map: 0.6.1 - /@jest/test-result/27.5.1: + /@jest/test-result@27.5.1: resolution: {integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3356,7 +3143,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 - /@jest/test-sequencer/27.5.1: + /@jest/test-sequencer@27.5.1: resolution: {integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3367,7 +3154,7 @@ packages: transitivePeerDependencies: - supports-color - /@jest/transform/27.5.1: + /@jest/transform@27.5.1: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3389,7 +3176,7 @@ packages: transitivePeerDependencies: - supports-color - /@jest/transform/29.3.1: + /@jest/transform@29.3.1: resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -3412,7 +3199,7 @@ packages: - supports-color dev: false - /@jest/types/27.5.1: + /@jest/types@27.5.1: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -3422,7 +3209,7 @@ packages: '@types/yargs': 16.0.5 chalk: 4.1.2 - /@jest/types/29.3.1: + /@jest/types@29.3.1: resolution: {integrity: sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -3434,14 +3221,14 @@ packages: chalk: 4.1.2 dev: false - /@jridgewell/gen-mapping/0.1.1: + /@jridgewell/gen-mapping@0.1.1: resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.14 - /@jridgewell/gen-mapping/0.3.2: + /@jridgewell/gen-mapping@0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} dependencies: @@ -3449,41 +3236,41 @@ packages: '@jridgewell/sourcemap-codec': 1.4.14 '@jridgewell/trace-mapping': 0.3.17 - /@jridgewell/resolve-uri/3.1.0: + /@jridgewell/resolve-uri@3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} - /@jridgewell/set-array/1.1.2: + /@jridgewell/set-array@1.1.2: resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} - /@jridgewell/source-map/0.3.2: + /@jridgewell/source-map@0.3.2: resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} dependencies: '@jridgewell/gen-mapping': 0.3.2 '@jridgewell/trace-mapping': 0.3.17 dev: false - /@jridgewell/sourcemap-codec/1.4.14: + /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping/0.3.17: + /@jridgewell/trace-mapping@0.3.17: resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 - /@jridgewell/trace-mapping/0.3.9: + /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 - /@juggle/resize-observer/3.4.0: + /@juggle/resize-observer@3.4.0: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} dev: false - /@loadable/component/5.15.2_react@18.1.0: + /@loadable/component@5.15.2(react@18.1.0): resolution: {integrity: sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw==} engines: {node: '>=8'} peerDependencies: @@ -3495,7 +3282,7 @@ packages: react-is: 16.13.1 dev: false - /@loadable/component/5.15.2_react@18.2.0: + /@loadable/component@5.15.2(react@18.2.0): resolution: {integrity: sha512-ryFAZOX5P2vFkUdzaAtTG88IGnr9qxSdvLRvJySXcUA4B4xVWurUNADu3AnKPksxOZajljqTrDEDcYjeL4lvLw==} engines: {node: '>=8'} peerDependencies: @@ -3507,36 +3294,36 @@ packages: react-is: 16.13.1 dev: false - /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: + /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3: resolution: {integrity: sha1-Mj1y3SUQPQxPvc6J2t9XSnh7H5s=} requiresBuild: true dev: false optional: true - /@nicolo-ribaudo/eslint-scope-5-internals/5.1.1-v1: + /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} dependencies: eslint-scope: 5.1.1 - /@nodelib/fs.scandir/2.1.5: + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha1-dhnC6yGyVIP20WdUi0z9WnSIw9U=} engines: {node: '>= 8'} dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - /@nodelib/fs.stat/2.0.5: + /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha1-W9Jir5Tp0lvR5xsF3u1Eh2oiLos=} engines: {node: '>= 8'} - /@nodelib/fs.walk/1.2.8: + /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha1-6Vc36LtnRt3t9pxVaVNJTxlv5po=} engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@parcel/css-darwin-arm64/1.9.0: + /@parcel/css-darwin-arm64@1.9.0: resolution: {integrity: sha512-f/guZseS2tNKtKw94LgpNTItZqdVA0mnznqPsmQaR5lSB+cM3IPrSV8cgOOpAS7Vwo9ggxuJartToxBBN+dWSw==} engines: {node: '>= 12.0.0'} cpu: [arm64] @@ -3545,7 +3332,7 @@ packages: dev: false optional: true - /@parcel/css-darwin-x64/1.9.0: + /@parcel/css-darwin-x64@1.9.0: resolution: {integrity: sha512-4SpuwiM/4ayOgKflqSLd87XT7YwyC3wd2QuzOOkasjbe38UU+tot/87l2lQYEB538YinLdfwFQuFLDY0x9MxgA==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -3554,7 +3341,7 @@ packages: dev: false optional: true - /@parcel/css-linux-arm-gnueabihf/1.9.0: + /@parcel/css-linux-arm-gnueabihf@1.9.0: resolution: {integrity: sha512-KxCyX5fFvX5636Y8LSXwCxXMtIncgP7Lkw8nLsqd24C5YqMokmuOtAcHb/vQ9zQG6YiUWTv0MybqDuL7dBDfVw==} engines: {node: '>= 12.0.0'} cpu: [arm] @@ -3563,7 +3350,7 @@ packages: dev: false optional: true - /@parcel/css-linux-arm64-gnu/1.9.0: + /@parcel/css-linux-arm64-gnu@1.9.0: resolution: {integrity: sha512-wZ6Gsn6l+lSuvRdfWoyr7TdY24l29eGCD8QhXcqA1ALnFI7+KOTMBJ6aV3tjWUjMw3sg5qkosMHVqlWZzvrgXw==} engines: {node: '>= 12.0.0'} cpu: [arm64] @@ -3572,7 +3359,7 @@ packages: dev: false optional: true - /@parcel/css-linux-arm64-musl/1.9.0: + /@parcel/css-linux-arm64-musl@1.9.0: resolution: {integrity: sha512-N6n5HhMzcNR5oXWr0Md91gKYtuDhqDlp+aGDb3VT21uSCNLOvijOUz248v/VaPoRno1BPFYlMxn0fYYTTReB3A==} engines: {node: '>= 12.0.0'} cpu: [arm64] @@ -3581,7 +3368,7 @@ packages: dev: false optional: true - /@parcel/css-linux-x64-gnu/1.9.0: + /@parcel/css-linux-x64-gnu@1.9.0: resolution: {integrity: sha512-QufawDkaiOjsh6jcZk/dgDBPMqBtIs+LGTOgcJDM6XL4mcbDNxO6VkDANssRUgPnbG66YYy419CUWFta9aeVOg==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -3590,7 +3377,7 @@ packages: dev: false optional: true - /@parcel/css-linux-x64-musl/1.9.0: + /@parcel/css-linux-x64-musl@1.9.0: resolution: {integrity: sha512-s528buicSd83/5M5DN31JqwefZ8tqx4Jm97srkLDVBCZg+XEe9P0bO7q1Ngz5ZVFqfwvv8OYLPOtAtBmEppG3g==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -3599,7 +3386,7 @@ packages: dev: false optional: true - /@parcel/css-win32-x64-msvc/1.9.0: + /@parcel/css-win32-x64-msvc@1.9.0: resolution: {integrity: sha512-L4s84iK4PXnO/SzZyTsazAuzadtEYLGHgi1dyKYxMMGCjToCDjuwsn5K8bykeewZxjoL7RaunQGqCBRt5dfB5Q==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -3608,7 +3395,7 @@ packages: dev: false optional: true - /@parcel/css/1.9.0: + /@parcel/css@1.9.0: resolution: {integrity: sha512-egCetUQ1H6pgYxOIxVQ8X/YT5e8G0R8eq6aVaUHrqnZ7A8cc6FYgknl9XRmoy2Xxo9h1htrbzdaEShQ5gROwvw==} engines: {node: '>= 12.0.0'} dependencies: @@ -3624,7 +3411,7 @@ packages: '@parcel/css-win32-x64-msvc': 1.9.0 dev: false - /@pmmmwh/react-refresh-webpack-plugin/0.5.7_react-refresh@0.14.0: + /@pmmmwh/react-refresh-webpack-plugin@0.5.7(react-refresh@0.14.0)(webpack@5.80.0): resolution: {integrity: sha512-bcKCAzF0DV2IIROp9ZHkRJa6O4jy7NlnHdWL3GmcUxYWNjLXkK5kfELELwEfSP5hXPfVL/qOGMAROuMQb9GG8Q==} engines: {node: '>= 10.13'} peerDependencies: @@ -3660,28 +3447,29 @@ packages: react-refresh: 0.14.0 schema-utils: 3.1.1 source-map: 0.7.4 + webpack: 5.80.0 dev: false - /@rc-component/context/1.3.0_biqbaboplfbrettd7655fr4n2y: + /@rc-component/context@1.3.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-6QdaCJ7Wn5UZLJs15IEfqy4Ru3OaL5ctqpQYWd5rlfV9wwzrzdt6+kgAQZV/qdB0MUPN4nhyBfRembQCIvBf+w==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@rc-component/mini-decimal/1.0.1: + /@rc-component/mini-decimal@1.0.1: resolution: {integrity: sha512-9N8nRk0oKj1qJzANKl+n9eNSMUGsZtjwNuDCiZ/KA+dt1fE3zq5x2XxclRcAbOIXnZcJ53ozP2Pa60gyELXagA==} engines: {node: '>=8.x'} dependencies: '@babel/runtime': 7.20.7 dev: false - /@rc-component/mutate-observer/1.0.0_biqbaboplfbrettd7655fr4n2y: + /@rc-component/mutate-observer@1.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-okqRJSfNisXdI6CUeOLZC5ukBW/8kir2Ii4PJiKpUt+3+uS7dxwJUMxsUZquxA1rQuL8YcEmKVp/TCnR+yUdZA==} engines: {node: '>=8.x'} peerDependencies: @@ -3690,12 +3478,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@rc-component/portal/1.1.0_biqbaboplfbrettd7655fr4n2y: + /@rc-component/portal@1.1.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-tbXM9SB1r5FOuZjRCljERFByFiEUcMmCWMXLog/NmgCzlAzreXyf23Vei3ZpSMxSMavzPnhCovfZjZdmxS3d1w==} engines: {node: '>=8.x'} peerDependencies: @@ -3704,12 +3492,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@rc-component/tour/1.8.0_biqbaboplfbrettd7655fr4n2y: + /@rc-component/tour@1.8.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-rrRGioHTLQlGca27G2+lw7QpRb3uuMYCUIJjj31/B44VCJS0P2tqYhOgtzvWQmaLMlWH3ZlpzotkKX13NT4XEA==} engines: {node: '>=8.x'} peerDependencies: @@ -3717,15 +3505,15 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/portal': 1.1.0_biqbaboplfbrettd7655fr4n2y - '@rc-component/trigger': 1.5.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/trigger': 1.5.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@rc-component/trigger/1.5.0_biqbaboplfbrettd7655fr4n2y: + /@rc-component/trigger@1.5.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-uF5H7FjRbSDaCIWe+aASk/vdTJtmhZvAIcH5IbO/jBXdEbLz9OYoY7QfHWfmUwNGaEX640+z8mAawiVBQGOwFw==} engines: {node: '>=8.x'} peerDependencies: @@ -3733,35 +3521,35 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/portal': 1.1.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-align: 4.0.15_biqbaboplfbrettd7655fr4n2y - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-resize-observer: 1.3.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-align: 4.0.15(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.3.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@rushstack/eslint-patch/1.2.0: + /@rushstack/eslint-patch@1.2.0: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: true - /@sinclair/typebox/0.24.51: + /@sinclair/typebox@0.24.51: resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} dev: false - /@sinonjs/commons/1.8.6: + /@sinonjs/commons@1.8.6: resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} dependencies: type-detect: 4.0.8 - /@sinonjs/fake-timers/8.1.0: + /@sinonjs/fake-timers@8.1.0: resolution: {integrity: sha1-P9wrbLWJNbIb+40WJesTAEhDFuc=} dependencies: '@sinonjs/commons': 1.8.6 - /@stylelint/postcss-css-in-js/0.37.3_j55xdkkcxc32kvnyvx3y7casfm: + /@stylelint/postcss-css-in-js@0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39): resolution: {integrity: sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==} peerDependencies: postcss: '>=7.0.0' @@ -3769,12 +3557,12 @@ packages: dependencies: '@babel/core': 7.20.12 postcss: 7.0.39 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) transitivePeerDependencies: - supports-color dev: true - /@stylelint/postcss-css-in-js/0.38.0_64375vj2stjdn6gyt55zwvoboa: + /@stylelint/postcss-css-in-js@0.38.0(postcss-syntax@0.36.2)(postcss@8.4.21): resolution: {integrity: sha512-XOz5CAe49kS95p5yRd+DAIWDojTjfmyAQ4bbDlXMdbZTQ5t0ThjSLvWI6JI2uiS7MFurVBkZ6zUqcimzcLTBoQ==} peerDependencies: postcss: '>=7.0.0' @@ -3782,26 +3570,26 @@ packages: dependencies: '@babel/core': 7.20.12 postcss: 8.4.21 - postcss-syntax: 0.36.2_postcss@8.4.21 + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) transitivePeerDependencies: - supports-color dev: false - /@stylelint/postcss-markdown/0.36.2_j55xdkkcxc32kvnyvx3y7casfm: + /@stylelint/postcss-markdown@0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39): resolution: {integrity: sha1-ClQMRpL43N/BPI41LBfnv+4rs5E=} peerDependencies: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: postcss: 7.0.39 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) remark: 13.0.0 unist-util-find-all-after: 3.0.2 transitivePeerDependencies: - supports-color dev: true - /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.20.12: + /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==} engines: {node: '>=10'} peerDependencies: @@ -3810,7 +3598,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-remove-jsx-attribute/6.5.0_@babel+core@7.20.12: + /@svgr/babel-plugin-remove-jsx-attribute@6.5.0(@babel/core@7.20.12): resolution: {integrity: sha512-8zYdkym7qNyfXpWvu4yq46k41pyNM9SOstoWhKlm+IfdCE1DdnRKeMUPsWIEO/DEkaWxJ8T9esNdG3QwQ93jBA==} engines: {node: '>=10'} peerDependencies: @@ -3819,7 +3607,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-remove-jsx-empty-expression/6.5.0_@babel+core@7.20.12: + /@svgr/babel-plugin-remove-jsx-empty-expression@6.5.0(@babel/core@7.20.12): resolution: {integrity: sha512-NFdxMq3xA42Kb1UbzCVxplUc0iqSyM9X8kopImvFnB+uSDdzIHOdbs1op8ofAvVRtbg4oZiyRl3fTYeKcOe9Iw==} engines: {node: '>=10'} peerDependencies: @@ -3828,7 +3616,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.20.12: + /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==} engines: {node: '>=10'} peerDependencies: @@ -3837,7 +3625,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.20.12: + /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} peerDependencies: @@ -3846,7 +3634,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.20.12: + /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} peerDependencies: @@ -3855,7 +3643,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.20.12: + /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} peerDependencies: @@ -3864,7 +3652,7 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.20.12: + /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} peerDependencies: @@ -3873,35 +3661,35 @@ packages: '@babel/core': 7.20.12 dev: false - /@svgr/babel-preset/6.5.1_@babel+core@7.20.12: + /@svgr/babel-preset@6.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@svgr/babel-plugin-add-jsx-attribute': 6.5.1_@babel+core@7.20.12 - '@svgr/babel-plugin-remove-jsx-attribute': 6.5.0_@babel+core@7.20.12 - '@svgr/babel-plugin-remove-jsx-empty-expression': 6.5.0_@babel+core@7.20.12 - '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1_@babel+core@7.20.12 - '@svgr/babel-plugin-svg-dynamic-title': 6.5.1_@babel+core@7.20.12 - '@svgr/babel-plugin-svg-em-dimensions': 6.5.1_@babel+core@7.20.12 - '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.20.12 - '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.20.12 + '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.20.12) + '@svgr/babel-plugin-remove-jsx-attribute': 6.5.0(@babel/core@7.20.12) + '@svgr/babel-plugin-remove-jsx-empty-expression': 6.5.0(@babel/core@7.20.12) + '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.20.12) + '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.20.12) + '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.20.12) + '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.20.12) + '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.20.12) dev: false - /@svgr/core/6.2.1: + /@svgr/core@6.2.1: resolution: {integrity: sha512-NWufjGI2WUyrg46mKuySfviEJ6IxHUOm/8a3Ph38VCWSp+83HBraCQrpEM3F3dB6LBs5x8OElS8h3C0oOJaJAA==} engines: {node: '>=10'} dependencies: - '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.2.1 + '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.2.1) camelcase: 6.3.0 cosmiconfig: 7.1.0 transitivePeerDependencies: - supports-color dev: false - /@svgr/hast-util-to-babel-ast/6.5.1: + /@svgr/hast-util-to-babel-ast@6.5.1: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: @@ -3909,14 +3697,14 @@ packages: entities: 4.4.0 dev: false - /@svgr/plugin-jsx/6.5.1_@svgr+core@6.2.1: + /@svgr/plugin-jsx@6.5.1(@svgr/core@6.2.1): resolution: {integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==} engines: {node: '>=10'} peerDependencies: '@svgr/core': ^6.0.0 dependencies: '@babel/core': 7.20.12 - '@svgr/babel-preset': 6.5.1_@babel+core@7.20.12 + '@svgr/babel-preset': 6.5.1(@babel/core@7.20.12) '@svgr/core': 6.2.1 '@svgr/hast-util-to-babel-ast': 6.5.1 svg-parser: 2.0.4 @@ -3924,7 +3712,7 @@ packages: - supports-color dev: false - /@svgr/plugin-svgo/6.5.1_@svgr+core@6.2.1: + /@svgr/plugin-svgo@6.5.1(@svgr/core@6.2.1): resolution: {integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==} engines: {node: '>=10'} peerDependencies: @@ -3936,18 +3724,18 @@ packages: svgo: 2.8.0 dev: false - /@tanstack/match-sorter-utils/8.7.6: + /@tanstack/match-sorter-utils@8.7.6: resolution: {integrity: sha512-2AMpRiA6QivHOUiBpQAVxjiHAA68Ei23ZUMNaRJrN6omWiSFLoYrxGcT6BXtuzp0Jw4h6HZCmGGIM/gbwebO2A==} engines: {node: '>=12'} dependencies: remove-accents: 0.4.2 dev: false - /@tanstack/query-core/4.22.0: + /@tanstack/query-core@4.22.0: resolution: {integrity: sha512-OeLyBKBQoT265f5G9biReijeP8mBxNFwY7ZUu1dKL+YzqpG5q5z7J/N1eT8aWyKuhyDTiUHuKm5l+oIVzbtrjw==} dev: false - /@tanstack/react-query-devtools/4.22.0_gp275tdwez2a4eujt75dnnp754: + /@tanstack/react-query-devtools@4.22.0(@tanstack/react-query@4.22.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-YeYFBnfqvb+ZlA0IiJqiHNNSzepNhI1p2o9i8NlhQli9+Zrn230M47OBaBUs8qr3DD1dC2zGB1Dis50Ktz8gAA==} peerDependencies: '@tanstack/react-query': 4.22.0 @@ -3955,14 +3743,14 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@tanstack/match-sorter-utils': 8.7.6 - '@tanstack/react-query': 4.22.0_biqbaboplfbrettd7655fr4n2y + '@tanstack/react-query': 4.22.0(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) superjson: 1.12.1 - use-sync-external-store: 1.2.0_react@18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /@tanstack/react-query/4.22.0_biqbaboplfbrettd7655fr4n2y: + /@tanstack/react-query@4.22.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-P9o+HjG42uB/xHR6dMsJaPhtZydSe4v0xdG5G/cEj1oHZAXelMlm67/rYJNQGKgBamKElKogj+HYGF+NY2yHYg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3976,22 +3764,22 @@ packages: dependencies: '@tanstack/query-core': 4.22.0 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /@tenx-ui/charts/1.1.2_uxg2dbmuxi6z4lw5feefx5zea4: + /@tenx-ui/charts@1.1.2(@babel/core@7.20.12)(antd@5.3.0)(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Vet1svnHV15cgR8Dx9J0/7j7s+geJCUw/8azn4CH9ToebQ+kLcWgATKkLXgYRkrhmKh6hy7CvSRhTd4UaSZYrw==} dependencies: - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) '@antv/component': 0.8.28 '@antv/g-base': 0.5.14 '@antv/g2': 4.2.10 '@antv/util': 2.0.17 '@babel/runtime': 7.20.7 - '@tenx-ui/ellipsis': 0.0.8_uxg2dbmuxi6z4lw5feefx5zea4 + '@tenx-ui/ellipsis': 0.0.8(antd@5.3.0)(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) '@tenx-ui/less': 1.0.1 - bizcharts: 4.1.10_react@18.2.0 + bizcharts: 4.1.10(@babel/core@7.20.12)(react@18.2.0) html2canvas: 1.4.1 lodash: 4.17.21 moment: 2.29.4 @@ -4005,7 +3793,7 @@ packages: - supports-color dev: false - /@tenx-ui/ellipsis/0.0.8_uxg2dbmuxi6z4lw5feefx5zea4: + /@tenx-ui/ellipsis@0.0.8(antd@5.3.0)(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-iX02S7MtiLo9Q3jsWzdWo0HZ6f5rwm+8jaMz44Q0o8k4OMzIrCv4IrnRQJyDWDGj5Wkx/hlh4mea3BFO0RUpkA==} peerDependencies: antd: '>=1.0.0' @@ -4014,14 +3802,14 @@ packages: react: '>=16.0.0' react-dom: '>=16.0.0' dependencies: - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 prop-types: 15.8.1 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@tenx-ui/icon/2.4.18_4wymetwju2f67kkws2jsebarle: + /@tenx-ui/icon@2.4.18(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-JDz7yfKNG5Qa551jyYdc2LZpK5HCCFKZh9cba0BPOClTukCwMzFw/6zNtAOmDeghmZc7YvS4o8ZEGa2hgGryhQ==} peerDependencies: classnames: '>=2.2.5' @@ -4032,21 +3820,41 @@ packages: classnames: 2.3.2 prop-types: 15.8.1 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@tenx-ui/less/1.0.1: + /@tenx-ui/less@1.0.1: resolution: {integrity: sha512-KRr4cj9qOubriyB9mqLT86qceHj+3bj3f4YAhV27lBcwN023Zzc5643g0IMuChzm4MDoJJSmDL6v34hOefNtfA==} dev: false - /@tenx-ui/materials/1.1.4_uxg2dbmuxi6z4lw5feefx5zea4: + /@tenx-ui/logs@3.0.3(antd@5.3.0)(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-lNwfDGwTKOHyebCfBfRcMOlii2q77pniiIxKwjAa5MjFNvlZGa4sHtCPPiyake+EHExLsdNcfrYwUJQedOgXnA==} + peerDependencies: + antd: '>=1.0.0' + classnames: '>=2.2.5' + prop-types: '>=15.6.1' + react: '>=16.0.0' + react-dom: '>=16.0.0' + dependencies: + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) + classnames: 2.3.2 + fscreen: 1.2.0 + monaco-editor: 0.19.3 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-monaco-editor: 0.33.0(monaco-editor@0.19.3)(react@18.2.0) + react-virtualized: 9.22.5(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@tenx-ui/materials@1.1.4(antd@5.3.0)(classnames@2.3.2)(lodash@4.17.21)(moment@2.29.4)(prop-types@15.8.1)(react-dom@18.2.0)(react-router-dom@6.3.0)(react@18.2.0): resolution: {integrity: sha512-4cDwqTFqN9k4kmL3OKj46Qup1SPxtV0OtR4Y0dY6BM+nOW8HeDrDBvFowUipiOxo78/yVoA2DXpMZYwIkvt6Lw==} peerDependencies: antd: ^5.1.5 dependencies: - '@tenx-ui/icon': 2.4.18_4wymetwju2f67kkws2jsebarle - '@tenx-ui/utils': 2.3.0_v2m5e27vhdewzwhryxwfaorcca - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + '@tenx-ui/icon': 2.4.18(classnames@2.3.2)(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + '@tenx-ui/utils': 2.3.1(lodash@4.17.21)(moment@2.29.4)(prop-types@15.8.1)(react-dom@18.2.0)(react-router-dom@6.3.0)(react@18.2.0) + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - classnames - lodash @@ -4057,15 +3865,15 @@ packages: - react-router-dom dev: false - /@tenx-ui/utils/2.3.0_v2m5e27vhdewzwhryxwfaorcca: - resolution: {integrity: sha512-jbZ2bTaPfk5L6iOK59JqpLzHednRLrSQEyo5xXvs2a3GROCtRrEvFkiGdU5YGTTlX4uP156RLDVWZWuECU7QCg==} + /@tenx-ui/utils@2.3.1(lodash@4.17.21)(moment@2.29.4)(prop-types@15.8.1)(react-dom@18.2.0)(react-router-dom@6.3.0)(react@18.2.0): + resolution: {integrity: sha512-82qY79WUHnAV3aS/mm54MvdbmF82S1Hu7j0gLpgDyB7jg0PJ8Ji4bj88x/rmfn9kVIje+A7omh2fCAIjmCoBwg==} peerDependencies: lodash: '>=4.15.0' moment: ^2.19.2 prop-types: '>=15.6.1' react: '>=15.0.0' react-dom: '>=15.0.0' - react-router-dom: '>=14.0.0' + react-router-dom: '>=4.0.0' dependencies: cidr-tools: 2.2.10 decode-uri-component: 0.2.2 @@ -4074,14 +3882,17 @@ packages: is-cidr: 3.1.1 is-domain-name: 1.0.1 is-ip: 2.0.0 + lodash: 4.17.21 + moment: 2.29.4 prop-types: 15.8.1 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-router-dom: 6.3.0(react-dom@18.2.0)(react@18.2.0) strict-uri-encode: 2.0.0 url-parse-lax: 3.0.0 dev: false - /@testing-library/dom/8.19.1: + /@testing-library/dom@8.19.1: resolution: {integrity: sha512-P6iIPyYQ+qH8CvGauAqanhVnjrnRe0IZFSYCeGkSRW9q3u8bdVn2NPI+lasFyVsEQn1J/IFmp5Aax41+dAP9wg==} engines: {node: '>=12'} dependencies: @@ -4095,7 +3906,7 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/jest-dom/5.16.5: + /@testing-library/jest-dom@5.16.5: resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: @@ -4110,7 +3921,7 @@ packages: redent: 3.0.0 dev: true - /@testing-library/react/13.4.0_biqbaboplfbrettd7655fr4n2y: + /@testing-library/react@13.4.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==} engines: {node: '>=12'} peerDependencies: @@ -4121,35 +3932,35 @@ packages: '@testing-library/dom': 8.19.1 '@types/react-dom': 18.0.10 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: true - /@tootallnate/once/1.1.2: + /@tootallnate/once@1.1.2: resolution: {integrity: sha1-zLkURTYBeaBOf+av94wA/8Hur4I=} engines: {node: '>= 6'} - /@trysound/sax/0.2.0: + /@trysound/sax@0.2.0: resolution: {integrity: sha1-zMqrdYr1Z2Hre/N69vA/Mm3XmK0=} engines: {node: '>=10.13.0'} dev: false - /@tsconfig/node10/1.0.9: + /@tsconfig/node10@1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} - /@tsconfig/node12/1.0.11: + /@tsconfig/node12@1.0.11: resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} - /@tsconfig/node14/1.0.3: + /@tsconfig/node14@1.0.3: resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} - /@tsconfig/node16/1.0.3: + /@tsconfig/node16@1.0.3: resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==} - /@types/aria-query/5.0.1: + /@types/aria-query@5.0.1: resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} dev: true - /@types/babel__core/7.1.20: + /@types/babel__core@7.1.20: resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: '@babel/parser': 7.20.7 @@ -4158,47 +3969,65 @@ packages: '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.3 - /@types/babel__generator/7.6.4: + /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: '@babel/types': 7.20.7 - /@types/babel__template/7.4.1: + /@types/babel__template@7.4.1: resolution: {integrity: sha1-PRpI/Z1sDt/Vby/1eNrtSPNsiWk=} dependencies: '@babel/parser': 7.20.7 '@babel/types': 7.20.7 - /@types/babel__traverse/7.18.3: + /@types/babel__traverse@7.18.3: resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: '@babel/types': 7.20.7 - /@types/body-parser/1.19.2: + /@types/body-parser@1.19.2: resolution: {integrity: sha1-rqIFnii3ZYY5CBNHrE+rPeFm5vA=} dependencies: '@types/connect': 3.4.35 '@types/node': 18.11.18 dev: true - /@types/classnames/2.3.1: + /@types/classnames@2.3.1: resolution: {integrity: sha1-PCRnqg8ak/HwIeO5vPk4vV39wN0=} deprecated: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed. dependencies: classnames: 2.3.2 dev: true - /@types/connect/3.4.35: + /@types/connect@3.4.35: resolution: {integrity: sha1-X89q5EXkAh0fwiGaSHPMc6O7KtE=} dependencies: '@types/node': 18.11.18 dev: true - /@types/d3-timer/2.0.1: + /@types/d3-timer@2.0.1: resolution: {integrity: sha1-/7ZiDSkGJPNyaqNiwMiktEyNcgA=} dev: false - /@types/express-serve-static-core/4.17.32: + /@types/eslint-scope@3.7.4: + resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} + dependencies: + '@types/eslint': 8.37.0 + '@types/estree': 1.0.1 + dev: false + + /@types/eslint@8.37.0: + resolution: {integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==} + dependencies: + '@types/estree': 1.0.1 + '@types/json-schema': 7.0.11 + dev: false + + /@types/estree@1.0.1: + resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} + dev: false + + /@types/express-serve-static-core@4.17.32: resolution: {integrity: sha512-aI5h/VOkxOF2Z1saPy0Zsxs5avets/iaiAJYznQFm5By/pamU31xWKL//epiF4OfUA2qTOc9PV6tCUjhO8wlZA==} dependencies: '@types/node': 18.11.18 @@ -4206,7 +4035,7 @@ packages: '@types/range-parser': 1.2.4 dev: true - /@types/express/4.17.15: + /@types/express@4.17.15: resolution: {integrity: sha512-Yv0k4bXGOH+8a+7bELd2PqHQsuiANB+A8a4gnQrkRWzrkKlb6KHaVvyXhqs04sVW/OWlbPyYxRgYlIXLfrufMQ==} dependencies: '@types/body-parser': 1.19.2 @@ -4215,169 +4044,204 @@ packages: '@types/serve-static': 1.15.0 dev: true - /@types/glob/7.2.0: + /@types/glob@7.2.0: resolution: {integrity: sha1-vBtb86qS8lvV3TnzXFc2G9zlsus=} dependencies: '@types/minimatch': 5.1.2 '@types/node': 18.11.18 dev: false - /@types/graceful-fs/4.1.6: + /@types/graceful-fs@4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: '@types/node': 18.11.18 - /@types/hapi__joi/17.1.9: + /@types/hapi__joi@17.1.9: resolution: {integrity: sha512-oOMFT8vmCTFncsF1engrs04jatz8/Anwx3De9uxnOK4chgSEgWBvFtpSoJo8u3784JNO+ql5tzRR6phHoRnscQ==} dev: false - /@types/history/4.7.11: + /@types/history@4.7.11: resolution: {integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==} - dev: true - /@types/hoist-non-react-statics/3.3.1: + /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha1-ESSq/lEYy1kZd66xzqrtEHDrA58=} dependencies: '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 dev: false - /@types/html-minifier-terser/6.1.0: + /@types/html-minifier-terser@6.1.0: resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} dev: false - /@types/invariant/2.2.35: + /@types/invariant@2.2.35: resolution: {integrity: sha1-zT6/WBplV0UnNWiNjaumzwvVo74=} dev: false - /@types/istanbul-lib-coverage/2.0.4: + /@types/isomorphic-fetch@0.0.34: + resolution: {integrity: sha1-PDSD5gbAQTeEOOlRRk8A5OYHBtY=} + dev: false + + /@types/istanbul-lib-coverage@2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} - /@types/istanbul-lib-report/3.0.0: + /@types/istanbul-lib-report@3.0.0: resolution: {integrity: sha1-wUwk8Y6oGQwRjudWK3/5mjZVJoY=} dependencies: '@types/istanbul-lib-coverage': 2.0.4 - /@types/istanbul-reports/3.0.1: + /@types/istanbul-reports@3.0.1: resolution: {integrity: sha1-kVP+mLuivVZaY63ZQ21vDX+EaP8=} dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/jest/27.5.2: + /@types/jest@27.5.2: resolution: {integrity: sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==} dependencies: jest-matcher-utils: 27.5.1 pretty-format: 27.5.1 dev: true - /@types/json-schema/7.0.11: + /@types/json-schema@7.0.11: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} - /@types/json5/0.0.29: + /@types/json5@0.0.29: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} dev: true - /@types/lodash/4.14.191: + /@types/lodash@4.14.191: resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} dev: true - /@types/mdast/3.0.10: + /@types/mdast@3.0.10: resolution: {integrity: sha1-RyQkSoKkWYiEy76bz9c9/5J+6K8=} dependencies: '@types/unist': 2.0.6 dev: true - /@types/mime/3.0.1: + /@types/mime@3.0.1: resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} dev: true - /@types/minimatch/5.1.2: + /@types/minimatch@5.1.2: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: false - /@types/minimist/1.2.2: + /@types/minimist@1.2.2: resolution: {integrity: sha1-7nceK6Sz3Fs3KTXVSf2WF780W4w=} - /@types/node/18.11.18: + /@types/node@18.11.18: resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==} - /@types/normalize-package-data/2.4.1: + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha1-0zV0eaD9/dWQf+Z+F+CoXJBuEwE=} - /@types/parse-json/4.0.0: + /@types/parse-json@4.0.0: resolution: {integrity: sha1-L4u0QUNNFjs1+4/9zNcTiSf/uMA=} - /@types/prettier/2.7.2: + /@types/prettier@2.7.2: resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} - /@types/prop-types/15.7.5: + /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/qs/6.9.7: + /@types/qs@6.9.7: resolution: {integrity: sha1-Y7t9Bn2xB8weRXwwO8JdUR/r9ss=} dev: true - /@types/range-parser/1.2.4: + /@types/range-parser@1.2.4: resolution: {integrity: sha1-zWZ7z90CUhOq+3ylkVqTJZCs3Nw=} dev: true - /@types/react-dom/18.0.10: + /@types/react-dom@18.0.10: resolution: {integrity: sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==} dependencies: '@types/react': 18.0.26 - /@types/react/18.0.26: + /@types/react-router-dom@4.3.5: + resolution: {integrity: sha1-cvIplnaQyJDQD5bmuF6e5XgNsx8=} + dependencies: + '@types/history': 4.7.11 + '@types/react': 18.0.26 + '@types/react-router': 5.1.20 + dev: false + + /@types/react-router-redux@5.0.22: + resolution: {integrity: sha512-0Vcr0HzpZTC+PQVY6vGJ57yv1hFZSPFs/QHqYPbn2uEDKUYBV3dAZQtoTYhsa1bGqRE91yedgX29AM68FlxfmA==} + dependencies: + '@types/history': 4.7.11 + '@types/react': 18.0.26 + '@types/react-router': 5.1.20 + redux: 4.2.0 + dev: false + + /@types/react-router@5.1.20: + resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} + dependencies: + '@types/history': 4.7.11 + '@types/react': 18.0.26 + dev: false + + /@types/react@16.14.40: + resolution: {integrity: sha512-elQj2VQHDuJ5xuEcn5Wxh/YQFNbEuPJFRKSdyG866awDm5dmtoqsMmuAJWb/l/qd2kDkZMfOTKygVfMIdBBPKg==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 + dev: false + + /@types/react@18.0.26: resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 csstype: 3.1.1 - /@types/scheduler/0.16.2: + /@types/scheduler@0.16.2: resolution: {integrity: sha1-GmL4lSVyPd4kuhsBsJK/XfitTTk=} - /@types/semver/7.3.13: + /@types/semver@7.3.13: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} - /@types/serve-static/1.15.0: + /@types/serve-static@1.15.0: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 '@types/node': 18.11.18 dev: true - /@types/stack-utils/2.0.1: + /@types/stack-utils@2.0.1: resolution: {integrity: sha1-IPGClPeX8iCbX2XI47XI6CYdEnw=} - /@types/testing-library__jest-dom/5.14.5: + /@types/testing-library__jest-dom@5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: '@types/jest': 27.5.2 dev: true - /@types/unist/2.0.6: + /@types/unist@2.0.6: resolution: {integrity: sha1-JQp7FsO5H2cqJFUuxkZ47rHToI0=} dev: true - /@types/use-sync-external-store/0.0.3: + /@types/use-sync-external-store@0.0.3: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false - /@types/yargs-parser/21.0.0: + /@types/yargs-parser@21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} - /@types/yargs/16.0.5: + /@types/yargs@16.0.5: resolution: {integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/17.0.19: + /@types/yargs@17.0.19: resolution: {integrity: sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ==} dependencies: '@types/yargs-parser': 21.0.0 dev: false - /@typescript-eslint/eslint-plugin/5.48.1_3jon24igvnqaqexgwtxk6nkpse: + /@typescript-eslint/eslint-plugin@5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-9nY5K1Rp2ppmpb9s9S2aBiF3xo5uExCehMDmYmmFqqyxgenbHJ3qbarcLt4ITgaD6r/2ypdlcFRdcuVPnks+fQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4388,35 +4252,35 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.1(eslint@8.31.0)(typescript@4.9.4) '@typescript-eslint/scope-manager': 5.48.1 - '@typescript-eslint/type-utils': 5.48.1_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/utils': 5.48.1_iukboom6ndih5an6iafl45j2fe - debug: 4.3.4 + '@typescript-eslint/type-utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) + debug: 4.3.4(supports-color@5.5.0) eslint: 8.31.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 + tsutils: 3.21.0(typescript@4.9.4) typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/experimental-utils/5.48.1_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/experimental-utils@5.48.1(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-8OoIZZuOeqsm5cxn2f01qHWtVC3M4iixSsfZXPiQUg4Sl4LiU+b5epcJFwxNfqeoLl+SGncELyi3x99zI6C0ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) eslint: 8.31.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.48.1_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/parser@5.48.1(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4428,21 +4292,21 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.48.1 '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 - debug: 4.3.4 + '@typescript-eslint/typescript-estree': 5.48.1(typescript@4.9.4) + debug: 4.3.4(supports-color@5.5.0) eslint: 8.31.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/scope-manager/5.48.1: + /@typescript-eslint/scope-manager@5.48.1: resolution: {integrity: sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.48.1 '@typescript-eslint/visitor-keys': 5.48.1 - /@typescript-eslint/type-utils/5.48.1_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/type-utils@5.48.1(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-Hyr8HU8Alcuva1ppmqSYtM/Gp0q4JOp1F+/JH5D1IZm/bUBrV0edoewQZiEc1r6I8L4JL21broddxK8HAcZiqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4452,20 +4316,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 - '@typescript-eslint/utils': 5.48.1_iukboom6ndih5an6iafl45j2fe - debug: 4.3.4 + '@typescript-eslint/typescript-estree': 5.48.1(typescript@4.9.4) + '@typescript-eslint/utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) + debug: 4.3.4(supports-color@5.5.0) eslint: 8.31.0 - tsutils: 3.21.0_typescript@4.9.4 + tsutils: 3.21.0(typescript@4.9.4) typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/types/5.48.1: + /@typescript-eslint/types@5.48.1: resolution: {integrity: sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree/5.48.1_typescript@4.9.4: + /@typescript-eslint/typescript-estree@5.48.1(typescript@4.9.4): resolution: {integrity: sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4476,16 +4340,16 @@ packages: dependencies: '@typescript-eslint/types': 5.48.1 '@typescript-eslint/visitor-keys': 5.48.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 + tsutils: 3.21.0(typescript@4.9.4) typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/utils/5.48.1_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/utils@5.48.1(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4495,23 +4359,23 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.48.1 '@typescript-eslint/types': 5.48.1 - '@typescript-eslint/typescript-estree': 5.48.1_typescript@4.9.4 + '@typescript-eslint/typescript-estree': 5.48.1(typescript@4.9.4) eslint: 8.31.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0(eslint@8.31.0) semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript - /@typescript-eslint/visitor-keys/5.48.1: + /@typescript-eslint/visitor-keys@5.48.1: resolution: {integrity: sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.48.1 eslint-visitor-keys: 3.3.0 - /@umijs/ast/4.0.44: + /@umijs/ast@4.0.44: resolution: {integrity: sha512-ldnKagu/qFk9ujEqpPdsxic2YSpd0JB5sI0j241TjQcpvr8xDy4aHAq4GMDqX1RiVuNt6/L2F193MvCG2oMdYQ==} dependencies: '@umijs/bundler-utils': 4.0.44 @@ -4519,21 +4383,21 @@ packages: - supports-color dev: false - /@umijs/babel-preset-umi/4.0.44: + /@umijs/babel-preset-umi@4.0.44(styled-components@5.3.9): resolution: {integrity: sha512-6uF8lSxTGr0mTMUc5y22jlxWqBGKVmx0GscPt3zSIhmXcqffwf34wjEpbeCqQ8rq7y4VWdRSZQjgK3DhKGc1dg==} dependencies: '@babel/runtime': 7.20.7 '@bloomberg/record-tuple-polyfill': 0.0.4 '@umijs/bundler-utils': 4.0.44 '@umijs/utils': 4.0.44 - babel-plugin-styled-components: 2.0.7 + babel-plugin-styled-components: 2.0.7(styled-components@5.3.9) core-js: 3.27.1 transitivePeerDependencies: - styled-components - supports-color dev: false - /@umijs/bundler-esbuild/4.0.44: + /@umijs/bundler-esbuild@4.0.44: resolution: {integrity: sha512-Kbft17+6d9kIHNbibmJIS0aDM1NcXkjQUVec3cNwDlDvvIrjTGlLsGV5fejq5bXx+TVwukK3h+AIS7XsIi7n0Q==} hasBin: true dependencies: @@ -4541,13 +4405,13 @@ packages: '@umijs/utils': 4.0.44 enhanced-resolve: 5.9.3 postcss: 8.4.21 - postcss-flexbugs-fixes: 5.0.2_postcss@8.4.21 - postcss-preset-env: 7.5.0_postcss@8.4.21 + postcss-flexbugs-fixes: 5.0.2(postcss@8.4.21) + postcss-preset-env: 7.5.0(postcss@8.4.21) transitivePeerDependencies: - supports-color dev: false - /@umijs/bundler-utils/4.0.44: + /@umijs/bundler-utils@4.0.44: resolution: {integrity: sha512-L7Q/D7lSAWxuXIbBCOLrbfOm5xb4uA89xdWRzUj3n2IhBRP/h7xVF+qmLO/QgcY1ON11hzZUCnB4z4HZ6c+95Q==} dependencies: '@umijs/utils': 4.0.44 @@ -4559,18 +4423,18 @@ packages: - supports-color dev: false - /@umijs/bundler-vite/4.0.44: + /@umijs/bundler-vite@4.0.44(@types/node@18.11.18)(postcss@8.4.21): resolution: {integrity: sha512-wVAQMLg6UI7I7IcqifYwQQ2Pz6DgjrxeFHMjTQHRnvzAuJgEstyZ1MRc2Yg53q8zgCpvbHUwvDr5htIFQ39Dvg==} hasBin: true dependencies: '@svgr/core': 6.2.1 '@umijs/bundler-utils': 4.0.44 '@umijs/utils': 4.0.44 - '@vitejs/plugin-react': 2.2.0_vite@3.2.5 + '@vitejs/plugin-react': 2.2.0(vite@3.2.5) less: 4.1.3 - postcss-preset-env: 7.5.0 + postcss-preset-env: 7.5.0(postcss@8.4.21) rollup-plugin-visualizer: 5.9.0 - vite: 3.2.5_less@4.1.3 + vite: 3.2.5(@types/node@18.11.18)(less@4.1.3) transitivePeerDependencies: - '@types/node' - postcss @@ -4582,29 +4446,29 @@ packages: - terser dev: false - /@umijs/bundler-webpack/4.0.44_typescript@4.9.4: + /@umijs/bundler-webpack@4.0.44(styled-components@5.3.9)(typescript@4.9.4)(webpack@5.80.0): resolution: {integrity: sha512-6/wwCL4uuWDLVhRR4TAHZSUC+XvJmIuCC5ybyspvkm2YItf4ze6EDoNaYDFam2J19cHBkOALxGQ+UX4DEPk1SA==} hasBin: true dependencies: '@parcel/css': 1.9.0 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.7_react-refresh@0.14.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.7(react-refresh@0.14.0)(webpack@5.80.0) '@svgr/core': 6.2.1 - '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.2.1 - '@svgr/plugin-svgo': 6.5.1_@svgr+core@6.2.1 + '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.2.1) + '@svgr/plugin-svgo': 6.5.1(@svgr/core@6.2.1) '@types/hapi__joi': 17.1.9 - '@umijs/babel-preset-umi': 4.0.44 + '@umijs/babel-preset-umi': 4.0.44(styled-components@5.3.9) '@umijs/bundler-utils': 4.0.44 '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 '@umijs/mfsu': 4.0.44 '@umijs/utils': 4.0.44 cors: 2.8.5 - css-loader: 6.7.1 + css-loader: 6.7.1(webpack@5.80.0) es5-imcompatible-versions: 0.1.77 - fork-ts-checker-webpack-plugin: 7.3.0_typescript@4.9.4 + fork-ts-checker-webpack-plugin: 7.3.0(typescript@4.9.4)(webpack@5.80.0) jest-worker: 29.3.1 node-libs-browser: 2.2.1 postcss: 8.4.21 - postcss-preset-env: 7.5.0_postcss@8.4.21 + postcss-preset-env: 7.5.0(postcss@8.4.21) react-error-overlay: 6.0.11 react-refresh: 0.14.0 transitivePeerDependencies: @@ -4621,11 +4485,11 @@ packages: - webpack-plugin-serve dev: false - /@umijs/case-sensitive-paths-webpack-plugin/1.0.1: + /@umijs/case-sensitive-paths-webpack-plugin@1.0.1: resolution: {integrity: sha512-kDKJ8yTarxwxGJDInG33hOpaQRZ//XpNuuznQ/1Mscypw6kappzFmrBr2dOYave++K7JHouoANF354UpbEQw0Q==} dev: false - /@umijs/core/4.0.44: + /@umijs/core@4.0.44: resolution: {integrity: sha512-Zxf6PIwEhE83c+EfkNhtNNeya1TCEZLwwjI94tHubFc9/VX7/UErV91oROx2DxyTjucRBtn5nWqHfBqD4px90A==} dependencies: '@umijs/bundler-utils': 4.0.44 @@ -4634,32 +4498,32 @@ packages: - supports-color dev: false - /@umijs/did-you-know/1.0.1: + /@umijs/did-you-know@1.0.1: resolution: {integrity: sha512-FnKZbWb/X3Nk5vmQ4u2qEtB20+fv1kt4WCSvMIhln/kjh+oS6RA4WfvB+EHsfxdotD4qSaj5cqIDgbCYoCNzEA==} dev: false - /@umijs/history/5.3.1: + /@umijs/history@5.3.1: resolution: {integrity: sha512-/e0cEGrR2bIWQD7pRl3dl9dcyRGeC9hoW0OCvUTT/hjY0EfUrkd6G8ZanVghPMpDuY5usxq9GVcvrT8KNXLWvA==} dependencies: '@babel/runtime': 7.20.7 query-string: 6.14.1 dev: false - /@umijs/lint/4.0.44_6noexx63pelq4np7d7j3j4nzia: + /@umijs/lint@4.0.44(eslint@8.31.0)(jest@27.5.1)(styled-components@5.3.9)(stylelint@14.8.2)(typescript@4.9.4): resolution: {integrity: sha512-fBuxAb3LrWjXiARIbL0Qxb8y3oe794YtdlCM7yqLMH/IAA10JSQbH4EtKmlMPIXKRDbJtSxqNWmzgdkPv+4/Hg==} dependencies: '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi - '@stylelint/postcss-css-in-js': 0.38.0_64375vj2stjdn6gyt55zwvoboa - '@typescript-eslint/eslint-plugin': 5.48.1_3jon24igvnqaqexgwtxk6nkpse - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe - '@umijs/babel-preset-umi': 4.0.44 - eslint-plugin-jest: 26.1.5_q74whf2yk6ymbmdf7nvvgnccqy - eslint-plugin-react: 7.29.4_eslint@8.31.0 - eslint-plugin-react-hooks: 4.5.0_eslint@8.31.0 + '@babel/eslint-parser': 7.19.1(@babel/core@7.20.12)(eslint@8.31.0) + '@stylelint/postcss-css-in-js': 0.38.0(postcss-syntax@0.36.2)(postcss@8.4.21) + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/parser': 5.48.1(eslint@8.31.0)(typescript@4.9.4) + '@umijs/babel-preset-umi': 4.0.44(styled-components@5.3.9) + eslint-plugin-jest: 26.1.5(@typescript-eslint/eslint-plugin@5.48.1)(eslint@8.31.0)(jest@27.5.1)(typescript@4.9.4) + eslint-plugin-react: 7.29.4(eslint@8.31.0) + eslint-plugin-react-hooks: 4.5.0(eslint@8.31.0) postcss: 8.4.21 - postcss-syntax: 0.36.2_postcss@8.4.21 - stylelint-config-standard: 25.0.0_stylelint@14.8.2 + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) + stylelint-config-standard: 25.0.0(stylelint@14.8.2) transitivePeerDependencies: - eslint - jest @@ -4674,16 +4538,16 @@ packages: - typescript dev: false - /@umijs/max/4.0.44_dubak3sm6kr32wj4hxzec2jvdy: + /@umijs/max@4.0.44(@babel/core@7.20.12)(@types/node@18.11.18)(@types/react-dom@18.0.10)(@types/react@18.0.26)(dva@2.5.0-beta.2)(jest@27.5.1)(moment@2.29.4)(postcss@8.4.21)(prettier@2.8.2)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0)(styled-components@5.3.9)(typescript@4.9.4)(vite@3.2.5)(webpack@5.80.0): resolution: {integrity: sha512-lDVu+2SHxUvOzthInprswxHIUE6Bl/vxLw+kWuj2CJHNuBwIKdwf6aigw9L827PU+/0kNGfUelEWcwyTWuIe7w==} hasBin: true dependencies: - '@umijs/lint': 4.0.44_6noexx63pelq4np7d7j3j4nzia - '@umijs/plugins': 4.0.44_otdnfuxrotyhgpgctf5id7z7uy - antd: 5.3.0_biqbaboplfbrettd7655fr4n2y + '@umijs/lint': 4.0.44(eslint@8.31.0)(jest@27.5.1)(styled-components@5.3.9)(stylelint@14.8.2)(typescript@4.9.4) + '@umijs/plugins': 4.0.44(@types/react-dom@18.0.10)(@types/react@18.0.26)(antd@5.3.0)(dva@2.5.0-beta.2)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0)(vite@3.2.5) + antd: 5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) eslint: 8.31.0 stylelint: 14.8.2 - umi: 4.0.44_4bptg4kislztx7vdvq7mncub5y + umi: 4.0.44(@babel/core@7.20.12)(@types/node@18.11.18)(@types/react@18.0.26)(eslint@8.31.0)(jest@27.5.1)(postcss@8.4.21)(prettier@2.8.2)(react-dom@18.2.0)(react@18.2.0)(styled-components@5.3.9)(stylelint@14.8.2)(typescript@4.9.4)(webpack@5.80.0) transitivePeerDependencies: - '@babel/core' - '@babel/helper-module-imports' @@ -4710,14 +4574,17 @@ packages: - postcss-markdown - postcss-scss - prettier + - prop-types - rc-field-form - react - react-dom - react-native - rollup - sass + - shallowequal - sockjs-client - styled-components + - stylis - stylus - sugarss - supports-color @@ -4732,7 +4599,7 @@ packages: - webpack-plugin-serve dev: false - /@umijs/mfsu/4.0.44: + /@umijs/mfsu@4.0.44: resolution: {integrity: sha512-giTdTGh7zYNm6MdlDUivREBUtNabXqnXVtr1s+8mtYfvixnpe+vKE66tkR4Frd6r/Rj+va+DFNvgM+OSkD0M2A==} dependencies: '@umijs/bundler-esbuild': 4.0.44 @@ -4744,40 +4611,40 @@ packages: - supports-color dev: false - /@umijs/plugin-run/4.0.44: + /@umijs/plugin-run@4.0.44: resolution: {integrity: sha512-WYmbf1QvxyKNbg1sJbekSCzDjbW+SZe/1YvydmFEOb8+9FhoK447oqqZ22i/f/ssn7kr+vKzdoGBAqNHehQPkw==} dependencies: tsx: 3.12.2 dev: false - /@umijs/plugins/4.0.44_otdnfuxrotyhgpgctf5id7z7uy: + /@umijs/plugins@4.0.44(@types/react-dom@18.0.10)(@types/react@18.0.26)(antd@5.3.0)(dva@2.5.0-beta.2)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0)(vite@3.2.5): resolution: {integrity: sha512-jOwvMOycqcJ2DtCDy4RAUBI9iP3S4cmFILVGKKXXl1q/89/5JtCt2p0KD0JH8qQele+2Q7gusP5+mhbbojNEDA==} dependencies: - '@ahooksjs/use-request': 2.8.15_react@18.2.0 + '@ahooksjs/use-request': 2.8.15(react@18.2.0) '@ant-design/antd-theme-variable': 1.0.0 - '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-components': 2.3.52_gobdu7oqf7subfinaleisgb544 - '@tanstack/react-query': 4.22.0_biqbaboplfbrettd7655fr4n2y - '@tanstack/react-query-devtools': 4.22.0_gp275tdwez2a4eujt75dnnp754 + '@ant-design/icons': 4.8.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/pro-components': 2.3.52(antd@5.3.0)(prop-types@15.8.1)(rc-field-form@1.27.3)(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.22.0(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query-devtools': 4.22.0(@tanstack/react-query@4.22.0)(react-dom@18.2.0)(react@18.2.0) '@umijs/bundler-utils': 4.0.44 - '@umijs/valtio': 1.0.2_react@18.2.0 - antd-dayjs-webpack-plugin: 1.0.6_dayjs@1.11.7 + '@umijs/valtio': 1.0.2(react@18.2.0)(vite@3.2.5) + antd-dayjs-webpack-plugin: 1.0.6(dayjs@1.11.7) axios: 0.27.2 babel-plugin-import: 1.13.6 dayjs: 1.11.7 - dva-core: 2.0.4_redux@4.2.0 - dva-immer: 1.0.0 - dva-loading: 3.0.22_dva-core@2.0.4 + dva-core: 2.0.4(redux@3.7.2) + dva-immer: 1.0.0(dva@2.5.0-beta.2) + dva-loading: 3.0.22(dva-core@2.0.4) event-emitter: 0.3.5 fast-deep-equal: 3.1.3 intl: 1.2.5 lodash: 4.17.21 moment: 2.29.4 qiankun: 2.8.4 - react-intl: 3.12.1_react@18.2.0 - react-redux: 8.0.5_gm3gubmwja4o7q6fr6adx3fpz4 + react-intl: 3.12.1(react@18.2.0) + react-redux: 8.0.5(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.0) redux: 4.2.0 - styled-components: 6.0.0-beta.9_biqbaboplfbrettd7655fr4n2y + styled-components: 6.0.0-beta.9(react-dom@18.2.0)(react@18.2.0)(tslib@2.4.1) tslib: 2.4.1 warning: 4.0.3 transitivePeerDependencies: @@ -4792,46 +4659,49 @@ packages: - babel-plugin-styled-components - debug - dva + - prop-types - rc-field-form - react - react-dom - react-native + - shallowequal + - stylis - supports-color - vite dev: false - /@umijs/preset-umi/4.0.44_gxci7zjypbzwkagmgqo6pdnhwa: + /@umijs/preset-umi@4.0.44(@types/node@18.11.18)(@types/react@18.0.26)(postcss@8.4.21)(styled-components@5.3.9)(typescript@4.9.4)(webpack@5.80.0): resolution: {integrity: sha512-sE8Z3Z740BjEgWOmS4wEmuq+N8Ra5qwx0OMWI1WCml3Tr+MI+PqcVPDfIOdVLAGi2XnnWWimCjSztA38hKvnlw==} dependencies: '@iconify/utils': 2.0.9 '@svgr/core': 6.2.1 '@umijs/ast': 4.0.44 - '@umijs/babel-preset-umi': 4.0.44 + '@umijs/babel-preset-umi': 4.0.44(styled-components@5.3.9) '@umijs/bundler-utils': 4.0.44 - '@umijs/bundler-vite': 4.0.44 - '@umijs/bundler-webpack': 4.0.44_typescript@4.9.4 + '@umijs/bundler-vite': 4.0.44(@types/node@18.11.18)(postcss@8.4.21) + '@umijs/bundler-webpack': 4.0.44(styled-components@5.3.9)(typescript@4.9.4)(webpack@5.80.0) '@umijs/core': 4.0.44 '@umijs/did-you-know': 1.0.1 '@umijs/history': 5.3.1 '@umijs/mfsu': 4.0.44 '@umijs/plugin-run': 4.0.44 - '@umijs/renderer-react': 4.0.44_ef5jwxihqo6n7gxfmzogljlgcm + '@umijs/renderer-react': 4.0.44(react-dom@18.1.0)(react@18.1.0) '@umijs/server': 4.0.44 '@umijs/utils': 4.0.44 babel-plugin-dynamic-import-node: 2.3.3 - click-to-react-component: 1.0.8_2wivdsbsvmk3pblmocpmpqwn2e + click-to-react-component: 1.0.8(@types/react@18.0.26)(react-dom@18.1.0)(react@18.1.0) core-js: 3.27.1 current-script-polyfill: 1.0.0 enhanced-resolve: 5.9.3 fast-glob: 3.2.12 - html-webpack-plugin: 5.5.0 + html-webpack-plugin: 5.5.0(webpack@5.80.0) magic-string: 0.27.0 path-to-regexp: 1.7.0 - postcss-prefix-selector: 1.16.0 + postcss-prefix-selector: 1.16.0(postcss@8.4.21) react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-router: 6.3.0_react@18.1.0 - react-router-dom: 6.3.0_ef5jwxihqo6n7gxfmzogljlgcm + react-dom: 18.1.0(react@18.1.0) + react-router: 6.3.0(react@18.1.0) + react-router-dom: 6.3.0(react-dom@18.1.0)(react@18.1.0) regenerator-runtime: 0.13.11 transitivePeerDependencies: - '@types/node' @@ -4855,59 +4725,59 @@ packages: - webpack-plugin-serve dev: false - /@umijs/renderer-react/4.0.44_biqbaboplfbrettd7655fr4n2y: + /@umijs/renderer-react@4.0.44(react-dom@18.1.0)(react@18.1.0): resolution: {integrity: sha512-2U4StybP3raJJIm1+AMm+kXn53s3EHXEXGXpYqAivWGcWlTVRWonaA2mTVXBfRJh/c7FwksI7QbeYxN3APNUgg==} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: '@babel/runtime': 7.20.7 - '@loadable/component': 5.15.2_react@18.2.0 + '@loadable/component': 5.15.2(react@18.1.0) history: 5.3.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y - react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y + react: 18.1.0 + react-dom: 18.1.0(react@18.1.0) + react-helmet-async: 1.3.0(react-dom@18.1.0)(react@18.1.0) + react-router-dom: 6.3.0(react-dom@18.1.0)(react@18.1.0) dev: false - /@umijs/renderer-react/4.0.44_ef5jwxihqo6n7gxfmzogljlgcm: + /@umijs/renderer-react@4.0.44(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-2U4StybP3raJJIm1+AMm+kXn53s3EHXEXGXpYqAivWGcWlTVRWonaA2mTVXBfRJh/c7FwksI7QbeYxN3APNUgg==} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: '@babel/runtime': 7.20.7 - '@loadable/component': 5.15.2_react@18.1.0 + '@loadable/component': 5.15.2(react@18.2.0) history: 5.3.0 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-helmet-async: 1.3.0_ef5jwxihqo6n7gxfmzogljlgcm - react-router-dom: 6.3.0_ef5jwxihqo6n7gxfmzogljlgcm + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-helmet-async: 1.3.0(react-dom@18.2.0)(react@18.2.0) + react-router-dom: 6.3.0(react-dom@18.2.0)(react@18.2.0) dev: false - /@umijs/route-utils/4.0.1: + /@umijs/route-utils@4.0.1: resolution: {integrity: sha512-+1ixf1BTOLuH+ORb4x8vYMPeIt38n9q0fJDwhv9nSxrV46mxbLF0nmELIo9CKQB2gHfuC4+hww6xejJ6VYnBHQ==} dev: false - /@umijs/server/4.0.44: + /@umijs/server@4.0.44: resolution: {integrity: sha512-lgjnJhyE/XmT3coEQOQ8T5bPFxBqg9dit+MvVRMcLSFvAfLW9R3uExvCWrt3AhuWAdlVVVgHOJ8QIp3qrWN4LA==} dependencies: '@umijs/bundler-utils': 4.0.44 history: 5.3.0 react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-router-dom: 6.3.0_ef5jwxihqo6n7gxfmzogljlgcm + react-dom: 18.1.0(react@18.1.0) + react-router-dom: 6.3.0(react-dom@18.1.0)(react@18.1.0) transitivePeerDependencies: - supports-color dev: false - /@umijs/test/4.0.44: + /@umijs/test@4.0.44(@babel/core@7.20.12): resolution: {integrity: sha512-LRY5JakZvqFkf1W9rnGpR8rkLrug0j+kBKcThnISSuTLymDVz9muj5TgdnwbynDDIhMkoY3z4nZJKjyvd+4V2A==} dependencies: - '@babel/plugin-transform-modules-commonjs': 7.20.11 + '@babel/plugin-transform-modules-commonjs': 7.20.11(@babel/core@7.20.12) '@jest/types': 27.5.1 '@umijs/bundler-utils': 4.0.44 - babel-jest: 29.3.1 + babel-jest: 29.3.1(@babel/core@7.20.12) esbuild: 0.16.17 identity-obj-proxy: 3.0.0 isomorphic-unfetch: 4.0.2 @@ -4916,7 +4786,7 @@ packages: - supports-color dev: false - /@umijs/use-params/1.0.9_react@18.2.0: + /@umijs/use-params@1.0.9(react@18.2.0): resolution: {integrity: sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==} peerDependencies: react: '*' @@ -4924,17 +4794,17 @@ packages: react: 18.2.0 dev: false - /@umijs/utils/4.0.44: + /@umijs/utils@4.0.44: resolution: {integrity: sha512-cnz4eDW0wvWegJdaoamEFffHB989Qv0lcwC2RFhspO5AF34813PLcYpr6htTOT2tq0fcoUaSBzETmhuQOQV1wg==} dependencies: chokidar: 3.5.3 pino: 7.11.0 dev: false - /@umijs/valtio/1.0.2_react@18.2.0: + /@umijs/valtio@1.0.2(react@18.2.0)(vite@3.2.5): resolution: {integrity: sha512-+nCwcLQZhA4CaOahuiWDC+C0m1lPXb8APkdl4ecD6SQm+dd/DUWi0zSsm7vMeQZl2dDa61N/xCly/wSRRc19KQ==} dependencies: - valtio: 1.7.0_react@18.2.0 + valtio: 1.7.0(react@18.2.0)(vite@3.2.5) transitivePeerDependencies: - '@babel/helper-module-imports' - '@babel/types' @@ -4944,29 +4814,154 @@ packages: - vite dev: false - /@uni/env/1.1.0: + /@uni/env@1.1.0: resolution: {integrity: sha512-2GVgUzxIaO2vGElXEuc45+I7L6Jbw8inLDDFuC0K4htjKtPmYywKSE6oDhvmdAXb4GCOH8hmxECYtAh1rjsgoQ==} dev: false - /@vitejs/plugin-react/2.2.0_vite@3.2.5: + /@vitejs/plugin-react@2.2.0(vite@3.2.5): resolution: {integrity: sha512-FFpefhvExd1toVRlokZgxgy2JtnBOdp4ZDsq7ldCWaqGSGn9UhWMAVm/1lxPL14JfNS5yGz+s9yFrQY6shoStA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^3.0.0 dependencies: '@babel/core': 7.20.12 - '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.12 + '@babel/plugin-transform-react-jsx': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-react-jsx-self': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.20.12) magic-string: 0.26.7 react-refresh: 0.14.0 - vite: 3.2.5_less@4.1.3 + vite: 3.2.5(@types/node@18.11.18)(less@4.1.3) transitivePeerDependencies: - supports-color dev: false - /JSONStream/1.3.5: + /@webassemblyjs/ast@1.11.5: + resolution: {integrity: sha512-LHY/GSAZZRpsNQH+/oHqhRQ5FT7eoULcBqgfyTB5nQHogFnK3/7QoN7dLnwSE/JkUAF0SrRuclT7ODqMFtWxxQ==} + dependencies: + '@webassemblyjs/helper-numbers': 1.11.5 + '@webassemblyjs/helper-wasm-bytecode': 1.11.5 + dev: false + + /@webassemblyjs/floating-point-hex-parser@1.11.5: + resolution: {integrity: sha512-1j1zTIC5EZOtCplMBG/IEwLtUojtwFVwdyVMbL/hwWqbzlQoJsWCOavrdnLkemwNoC/EOwtUFch3fuo+cbcXYQ==} + dev: false + + /@webassemblyjs/helper-api-error@1.11.5: + resolution: {integrity: sha512-L65bDPmfpY0+yFrsgz8b6LhXmbbs38OnwDCf6NpnMUYqa+ENfE5Dq9E42ny0qz/PdR0LJyq/T5YijPnU8AXEpA==} + dev: false + + /@webassemblyjs/helper-buffer@1.11.5: + resolution: {integrity: sha512-fDKo1gstwFFSfacIeH5KfwzjykIE6ldh1iH9Y/8YkAZrhmu4TctqYjSh7t0K2VyDSXOZJ1MLhht/k9IvYGcIxg==} + dev: false + + /@webassemblyjs/helper-numbers@1.11.5: + resolution: {integrity: sha512-DhykHXM0ZABqfIGYNv93A5KKDw/+ywBFnuWybZZWcuzWHfbp21wUfRkbtz7dMGwGgT4iXjWuhRMA2Mzod6W4WA==} + dependencies: + '@webassemblyjs/floating-point-hex-parser': 1.11.5 + '@webassemblyjs/helper-api-error': 1.11.5 + '@xtuc/long': 4.2.2 + dev: false + + /@webassemblyjs/helper-wasm-bytecode@1.11.5: + resolution: {integrity: sha512-oC4Qa0bNcqnjAowFn7MPCETQgDYytpsfvz4ujZz63Zu/a/v71HeCAAmZsgZ3YVKec3zSPYytG3/PrRCqbtcAvA==} + dev: false + + /@webassemblyjs/helper-wasm-section@1.11.5: + resolution: {integrity: sha512-uEoThA1LN2NA+K3B9wDo3yKlBfVtC6rh0i4/6hvbz071E8gTNZD/pT0MsBf7MeD6KbApMSkaAK0XeKyOZC7CIA==} + dependencies: + '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/helper-buffer': 1.11.5 + '@webassemblyjs/helper-wasm-bytecode': 1.11.5 + '@webassemblyjs/wasm-gen': 1.11.5 + dev: false + + /@webassemblyjs/ieee754@1.11.5: + resolution: {integrity: sha512-37aGq6qVL8A8oPbPrSGMBcp38YZFXcHfiROflJn9jxSdSMMM5dS5P/9e2/TpaJuhE+wFrbukN2WI6Hw9MH5acg==} + dependencies: + '@xtuc/ieee754': 1.2.0 + dev: false + + /@webassemblyjs/leb128@1.11.5: + resolution: {integrity: sha512-ajqrRSXaTJoPW+xmkfYN6l8VIeNnR4vBOTQO9HzR7IygoCcKWkICbKFbVTNMjMgMREqXEr0+2M6zukzM47ZUfQ==} + dependencies: + '@xtuc/long': 4.2.2 + dev: false + + /@webassemblyjs/utf8@1.11.5: + resolution: {integrity: sha512-WiOhulHKTZU5UPlRl53gHR8OxdGsSOxqfpqWeA2FmcwBMaoEdz6b2x2si3IwC9/fSPLfe8pBMRTHVMk5nlwnFQ==} + dev: false + + /@webassemblyjs/wasm-edit@1.11.5: + resolution: {integrity: sha512-C0p9D2fAu3Twwqvygvf42iGCQ4av8MFBLiTb+08SZ4cEdwzWx9QeAHDo1E2k+9s/0w1DM40oflJOpkZ8jW4HCQ==} + dependencies: + '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/helper-buffer': 1.11.5 + '@webassemblyjs/helper-wasm-bytecode': 1.11.5 + '@webassemblyjs/helper-wasm-section': 1.11.5 + '@webassemblyjs/wasm-gen': 1.11.5 + '@webassemblyjs/wasm-opt': 1.11.5 + '@webassemblyjs/wasm-parser': 1.11.5 + '@webassemblyjs/wast-printer': 1.11.5 + dev: false + + /@webassemblyjs/wasm-gen@1.11.5: + resolution: {integrity: sha512-14vteRlRjxLK9eSyYFvw1K8Vv+iPdZU0Aebk3j6oB8TQiQYuO6hj9s4d7qf6f2HJr2khzvNldAFG13CgdkAIfA==} + dependencies: + '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/helper-wasm-bytecode': 1.11.5 + '@webassemblyjs/ieee754': 1.11.5 + '@webassemblyjs/leb128': 1.11.5 + '@webassemblyjs/utf8': 1.11.5 + dev: false + + /@webassemblyjs/wasm-opt@1.11.5: + resolution: {integrity: sha512-tcKwlIXstBQgbKy1MlbDMlXaxpucn42eb17H29rawYLxm5+MsEmgPzeCP8B1Cl69hCice8LeKgZpRUAPtqYPgw==} + dependencies: + '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/helper-buffer': 1.11.5 + '@webassemblyjs/wasm-gen': 1.11.5 + '@webassemblyjs/wasm-parser': 1.11.5 + dev: false + + /@webassemblyjs/wasm-parser@1.11.5: + resolution: {integrity: sha512-SVXUIwsLQlc8srSD7jejsfTU83g7pIGr2YYNb9oHdtldSxaOhvA5xwvIiWIfcX8PlSakgqMXsLpLfbbJ4cBYew==} + dependencies: + '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/helper-api-error': 1.11.5 + '@webassemblyjs/helper-wasm-bytecode': 1.11.5 + '@webassemblyjs/ieee754': 1.11.5 + '@webassemblyjs/leb128': 1.11.5 + '@webassemblyjs/utf8': 1.11.5 + dev: false + + /@webassemblyjs/wast-printer@1.11.5: + resolution: {integrity: sha512-f7Pq3wvg3GSPUPzR0F6bmI89Hdb+u9WXrSKc4v+N0aV0q6r42WoF92Jp2jEorBEBRoRNXgjp53nBniDXcqZYPA==} + dependencies: + '@webassemblyjs/ast': 1.11.5 + '@xtuc/long': 4.2.2 + dev: false + + /@xtuc/ieee754@1.2.0: + resolution: {integrity: sha1-7vAUoxRa5Hehy8AM0eVSM23Ot5A=} + dev: false + + /@xtuc/long@4.2.2: + resolution: {integrity: sha1-0pHGpOl5ibXGHZrPOWrk/hM6cY0=} + dev: false + + /@yunti/lowcode-datasource-axios-handler@1.0.0: + resolution: {integrity: sha512-graGYo2etA7EVqiXHE8FFTLB3JDlkdzx9Hu6uVRsu3/lG/5gJUcIAqXE/PFnv+bJggQ5louoh+3PMPE3c5gguA==} + engines: {node: '>=18.12.0', pnpm: '>=8.1.0'} + dependencies: + '@alilc/lowcode-datasource-types': 1.1.4 + axios: 1.3.6 + typescript: 4.9.4 + transitivePeerDependencies: + - debug + dev: false + + /JSONStream@1.3.5: resolution: {integrity: sha1-MgjB8I06TZkmGrZPkjArwV4RHKA=} hasBin: true dependencies: @@ -4974,55 +4969,63 @@ packages: through: 2.3.8 dev: true - /abab/2.0.6: + /abab@2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} - /acorn-globals/6.0.0: + /acorn-globals@6.0.0: resolution: {integrity: sha1-Rs3Tnw+P8IqHZhm1X1rIptx3C0U=} dependencies: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-jsx/5.3.2_acorn@8.8.1: + /acorn-import-assertions@1.8.0(acorn@8.8.1): + resolution: {integrity: sha1-uitZOc5iwjjbbZPYHJsRGym4Vek=} + peerDependencies: + acorn: ^8 + dependencies: + acorn: 8.8.1 + dev: false + + /acorn-jsx@5.3.2(acorn@8.8.1): resolution: {integrity: sha1-ftW7VZCLOy8bxVxq8WU7rafweTc=} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 8.8.1 - /acorn-walk/7.2.0: + /acorn-walk@7.2.0: resolution: {integrity: sha1-DeiJpgEgOQmw++B7iTjcIdLpZ7w=} engines: {node: '>=0.4.0'} - /acorn-walk/8.2.0: + /acorn-walk@8.2.0: resolution: {integrity: sha1-dBIQ8uJCZFRQiFOi9E0KuDt/acE=} engines: {node: '>=0.4.0'} - /acorn/7.4.1: + /acorn@7.4.1: resolution: {integrity: sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo=} engines: {node: '>=0.4.0'} hasBin: true - /acorn/8.8.1: + /acorn@8.8.1: resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} engines: {node: '>=0.4.0'} hasBin: true - /add-dom-event-listener/1.1.0: + /add-dom-event-listener@1.1.0: resolution: {integrity: sha1-apLbOg3Qq8JU4JXA8dwUrLuq4xA=} dependencies: object-assign: 4.1.1 dev: false - /agent-base/6.0.2: + /agent-base@6.0.2: resolution: {integrity: sha1-Sf/1hXfP7j83F2/qtMIuAPhtf3c=} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /aggregate-error/3.1.0: + /aggregate-error@3.1.0: resolution: {integrity: sha1-kmcP9Q9TWb23o+DUDQ7DDFc3aHo=} engines: {node: '>=8'} dependencies: @@ -5030,7 +5033,7 @@ packages: indent-string: 4.0.0 dev: true - /ajv-keywords/3.5.2_ajv@6.12.6: + /ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha1-MfKdpatuANHC0yms97WSlhTVAU0=} peerDependencies: ajv: ^6.9.1 @@ -5038,7 +5041,7 @@ packages: ajv: 6.12.6 dev: false - /ajv/6.12.6: + /ajv@6.12.6: resolution: {integrity: sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=} dependencies: fast-deep-equal: 3.1.3 @@ -5046,7 +5049,7 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/8.12.0: + /ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: fast-deep-equal: 3.1.3 @@ -5054,44 +5057,44 @@ packages: require-from-string: 2.0.2 uri-js: 4.4.1 - /ansi-colors/4.1.3: + /ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} dev: true - /ansi-escapes/4.3.2: + /ansi-escapes@4.3.2: resolution: {integrity: sha1-ayKR0dt9mLZSHV8e+kLQ86n+tl4=} engines: {node: '>=8'} dependencies: type-fest: 0.21.3 - /ansi-html-community/0.0.8: + /ansi-html-community@0.0.8: resolution: {integrity: sha1-afvE1sy+OD+XNpNK40w/gpDxv0E=} engines: {'0': node >= 0.8.0} hasBin: true dev: false - /ansi-regex/5.0.1: + /ansi-regex@5.0.1: resolution: {integrity: sha1-CCyyyJyf6GWaMRpTvWpNxTAdswQ=} engines: {node: '>=8'} - /ansi-styles/3.2.1: + /ansi-styles@3.2.1: resolution: {integrity: sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=} engines: {node: '>=4'} dependencies: color-convert: 1.9.3 - /ansi-styles/4.3.0: + /ansi-styles@4.3.0: resolution: {integrity: sha1-7dgDYornHATIWuegkG7a00tkiTc=} engines: {node: '>=8'} dependencies: color-convert: 2.0.1 - /ansi-styles/5.2.0: + /ansi-styles@5.2.0: resolution: {integrity: sha1-B0SWkK1Fd30ZJKwquy/IiV26g2s=} engines: {node: '>=10'} - /antd-dayjs-webpack-plugin/1.0.6_dayjs@1.11.7: + /antd-dayjs-webpack-plugin@1.0.6(dayjs@1.11.7): resolution: {integrity: sha512-UlK3BfA0iE2c5+Zz/Bd2iPAkT6cICtrKG4/swSik5MZweBHtgmu1aUQCHvICdiv39EAShdZy/edfP6mlkS/xXg==} peerDependencies: dayjs: '*' @@ -5099,60 +5102,60 @@ packages: dayjs: 1.11.7 dev: false - /antd/5.3.0_biqbaboplfbrettd7655fr4n2y: + /antd@5.3.0(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+l8K2AQ+yvIOq9hzWtha3nG3ydFfwN6+fUmSGCqyThFrLPI2Y3IUPXdAXP4aQcYAnu1Q0sLwsTgHRvE2AXfZUw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@ant-design/colors': 7.0.0 - '@ant-design/cssinjs': 1.5.6_biqbaboplfbrettd7655fr4n2y - '@ant-design/icons': 5.0.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/react-slick': 1.0.0_react@18.2.0 + '@ant-design/cssinjs': 1.5.6(react-dom@18.2.0)(react@18.2.0) + '@ant-design/icons': 5.0.0(react-dom@18.2.0)(react@18.2.0) + '@ant-design/react-slick': 1.0.0(react@18.2.0) '@babel/runtime': 7.20.7 '@ctrl/tinycolor': 3.6.0 - '@rc-component/mutate-observer': 1.0.0_biqbaboplfbrettd7655fr4n2y - '@rc-component/tour': 1.8.0_biqbaboplfbrettd7655fr4n2y - '@rc-component/trigger': 1.5.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/mutate-observer': 1.0.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/tour': 1.8.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/trigger': 1.5.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 copy-to-clipboard: 3.3.3 dayjs: 1.11.7 - qrcode.react: 3.1.0_react@18.2.0 - rc-cascader: 3.9.0_biqbaboplfbrettd7655fr4n2y - rc-checkbox: 2.3.2_biqbaboplfbrettd7655fr4n2y - rc-collapse: 3.5.2_biqbaboplfbrettd7655fr4n2y - rc-dialog: 9.0.2_biqbaboplfbrettd7655fr4n2y - rc-drawer: 6.1.2_biqbaboplfbrettd7655fr4n2y - rc-dropdown: 4.0.1_biqbaboplfbrettd7655fr4n2y - rc-field-form: 1.27.3_biqbaboplfbrettd7655fr4n2y - rc-image: 5.15.2_biqbaboplfbrettd7655fr4n2y - rc-input: 0.2.2_biqbaboplfbrettd7655fr4n2y - rc-input-number: 7.4.0_biqbaboplfbrettd7655fr4n2y - rc-mentions: 2.0.0_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.8.2_biqbaboplfbrettd7655fr4n2y - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-notification: 5.0.2_biqbaboplfbrettd7655fr4n2y - rc-pagination: 3.2.0_biqbaboplfbrettd7655fr4n2y - rc-picker: 3.2.4_mlnkrlbros4rghcauwy625gk7y - rc-progress: 3.4.1_biqbaboplfbrettd7655fr4n2y - rc-rate: 2.9.2_biqbaboplfbrettd7655fr4n2y - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-segmented: 2.1.2_biqbaboplfbrettd7655fr4n2y - rc-select: 14.3.0_biqbaboplfbrettd7655fr4n2y - rc-slider: 10.1.1_biqbaboplfbrettd7655fr4n2y - rc-steps: 6.0.0_biqbaboplfbrettd7655fr4n2y - rc-switch: 4.0.0_biqbaboplfbrettd7655fr4n2y - rc-table: 7.31.0_biqbaboplfbrettd7655fr4n2y - rc-tabs: 12.5.6_biqbaboplfbrettd7655fr4n2y - rc-textarea: 1.0.1_biqbaboplfbrettd7655fr4n2y - rc-tooltip: 6.0.1_biqbaboplfbrettd7655fr4n2y - rc-tree: 5.7.2_biqbaboplfbrettd7655fr4n2y - rc-tree-select: 5.7.0_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y - rc-upload: 4.3.4_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + qrcode.react: 3.1.0(react@18.2.0) + rc-cascader: 3.9.0(react-dom@18.2.0)(react@18.2.0) + rc-checkbox: 2.3.2(react-dom@18.2.0)(react@18.2.0) + rc-collapse: 3.5.2(react-dom@18.2.0)(react@18.2.0) + rc-dialog: 9.0.2(react-dom@18.2.0)(react@18.2.0) + rc-drawer: 6.1.2(react-dom@18.2.0)(react@18.2.0) + rc-dropdown: 4.0.1(react-dom@18.2.0)(react@18.2.0) + rc-field-form: 1.27.3(react-dom@18.2.0)(react@18.2.0) + rc-image: 5.15.2(react-dom@18.2.0)(react@18.2.0) + rc-input: 0.2.2(react-dom@18.2.0)(react@18.2.0) + rc-input-number: 7.4.0(react-dom@18.2.0)(react@18.2.0) + rc-mentions: 2.0.0(react-dom@18.2.0)(react@18.2.0) + rc-menu: 9.8.2(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-notification: 5.0.2(react-dom@18.2.0)(react@18.2.0) + rc-pagination: 3.2.0(react-dom@18.2.0)(react@18.2.0) + rc-picker: 3.2.4(dayjs@1.11.7)(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0) + rc-progress: 3.4.1(react-dom@18.2.0)(react@18.2.0) + rc-rate: 2.9.2(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-segmented: 2.1.2(react-dom@18.2.0)(react@18.2.0) + rc-select: 14.3.0(react-dom@18.2.0)(react@18.2.0) + rc-slider: 10.1.1(react-dom@18.2.0)(react@18.2.0) + rc-steps: 6.0.0(react-dom@18.2.0)(react@18.2.0) + rc-switch: 4.0.0(react-dom@18.2.0)(react@18.2.0) + rc-table: 7.31.0(react-dom@18.2.0)(react@18.2.0) + rc-tabs: 12.5.6(react-dom@18.2.0)(react@18.2.0) + rc-textarea: 1.0.1(react-dom@18.2.0)(react@18.2.0) + rc-tooltip: 6.0.1(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.7.2(react-dom@18.2.0)(react@18.2.0) + rc-tree-select: 5.7.0(react-dom@18.2.0)(react@18.2.0) + rc-trigger: 5.3.4(react-dom@18.2.0)(react@18.2.0) + rc-upload: 4.3.4(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) scroll-into-view-if-needed: 3.0.4 throttle-debounce: 5.0.0 transitivePeerDependencies: @@ -5160,25 +5163,25 @@ packages: - moment dev: false - /anymatch/3.1.3: + /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - /arg/4.1.3: + /arg@4.1.3: resolution: {integrity: sha1-Jp/HrVuOQstjyJbVZmAXJhwUQIk=} - /argparse/1.0.10: + /argparse@1.0.10: resolution: {integrity: sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=} dependencies: sprintf-js: 1.0.3 - /argparse/2.0.1: + /argparse@2.0.1: resolution: {integrity: sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg=} - /aria-hidden/1.2.2_3d3cqnhbk5jgdxsmxlr7d24np4: + /aria-hidden@1.2.2(@types/react@18.0.26)(react@18.1.0): resolution: {integrity: sha512-6y/ogyDTk/7YAe91T3E2PR1ALVKyM2QbTio5HwM+N1Q6CMlCKhvClyIjkckBswa0f2xJhjsfzIGa1yVSe1UMVA==} engines: {node: '>=10'} peerDependencies: @@ -5193,17 +5196,17 @@ packages: tslib: 2.4.1 dev: false - /aria-query/5.1.3: + /aria-query@5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: deep-equal: 2.2.0 dev: true - /array-ify/1.0.0: + /array-ify@1.0.0: resolution: {integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=} dev: true - /array-includes/3.1.6: + /array-includes@3.1.6: resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} engines: {node: '>= 0.4'} dependencies: @@ -5213,15 +5216,15 @@ packages: get-intrinsic: 1.1.3 is-string: 1.0.7 - /array-tree-filter/2.1.0: + /array-tree-filter@2.1.0: resolution: {integrity: sha1-hzrAD+yDdJ8lWsjdCDgUtPYykZA=} dev: false - /array-union/2.1.0: + /array-union@2.1.0: resolution: {integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=} engines: {node: '>=8'} - /array.prototype.flat/1.3.1: + /array.prototype.flat@1.3.1: resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} dependencies: @@ -5231,7 +5234,7 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flatmap/1.3.1: + /array.prototype.flatmap@1.3.1: resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} dependencies: @@ -5240,7 +5243,7 @@ packages: es-abstract: 1.21.1 es-shim-unscopables: 1.0.0 - /array.prototype.tosorted/1.1.1: + /array.prototype.tosorted@1.1.1: resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} dependencies: call-bind: 1.0.2 @@ -5250,11 +5253,11 @@ packages: get-intrinsic: 1.1.3 dev: true - /arrify/1.0.1: + /arrify@1.0.1: resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} engines: {node: '>=0.10.0'} - /asn1.js/5.4.1: + /asn1.js@5.4.1: resolution: {integrity: sha1-EamAuE67kXgc41sP3C7ilON4Pwc=} dependencies: bn.js: 4.12.0 @@ -5263,49 +5266,34 @@ packages: safer-buffer: 2.1.2 dev: false - /assert/1.5.0: + /assert@1.5.0: resolution: {integrity: sha1-VcEJqvbgrv2z3EtxJAxwv1dLGOs=} dependencies: object-assign: 4.1.1 util: 0.10.3 dev: false - /ast-types-flow/0.0.7: + /ast-types-flow@0.0.7: resolution: {integrity: sha1-9wtzXGvKGlycItmCw+Oef+ujva0=} dev: true - /astral-regex/2.0.0: + /astral-regex@2.0.0: resolution: {integrity: sha1-SDFDxWeu7UeFdZwIZXhtx319LjE=} engines: {node: '>=8'} - /async-validator/4.2.5: + /async-validator@4.2.5: resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} dev: false - /asynckit/0.4.0: + /asynckit@0.4.0: resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} - /atomic-sleep/1.0.0: + /atomic-sleep@1.0.0: resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} engines: {node: '>=8.0.0'} dev: false - /autoprefixer/10.4.13: - resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - dependencies: - browserslist: 4.21.4 - caniuse-lite: 1.0.30001444 - fraction.js: 4.2.0 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss-value-parser: 4.2.0 - dev: false - - /autoprefixer/10.4.13_postcss@8.4.21: + /autoprefixer@10.4.13(postcss@8.4.21): resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -5321,7 +5309,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /autoprefixer/9.8.8: + /autoprefixer@9.8.8: resolution: {integrity: sha1-/UvUWVOF+m8GWZ3nSaTV96R0lXo=} hasBin: true dependencies: @@ -5334,16 +5322,16 @@ packages: postcss-value-parser: 4.2.0 dev: true - /available-typed-arrays/1.0.5: + /available-typed-arrays@1.0.5: resolution: {integrity: sha1-kvlWFlAQadB9EO2y/DfT4cZRI7c=} engines: {node: '>= 0.4'} - /axe-core/4.6.2: + /axe-core@4.6.2: resolution: {integrity: sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg==} engines: {node: '>=4'} dev: true - /axios/0.27.2: + /axios@0.27.2: resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} dependencies: follow-redirects: 1.15.2 @@ -5352,13 +5340,23 @@ packages: - debug dev: false - /axobject-query/3.1.1: + /axios@1.3.6: + resolution: {integrity: sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==} + dependencies: + follow-redirects: 1.15.2 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: false + + /axobject-query@3.1.1: resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} dependencies: deep-equal: 2.2.0 dev: true - /babel-jest/27.5.1_@babel+core@7.20.12: + /babel-jest@27.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -5369,23 +5367,24 @@ packages: '@jest/types': 27.5.1 '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.20.12 + babel-preset-jest: 27.5.1(@babel/core@7.20.12) chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 transitivePeerDependencies: - supports-color - /babel-jest/29.3.1: + /babel-jest@29.3.1(@babel/core@7.20.12): resolution: {integrity: sha512-aard+xnMoxgjwV70t0L6wkW/3HQQtV+O0PEimxKgzNqCJnbYmroPojdP2tqKSOAt8QAKV/uSZU8851M7B5+fcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: + '@babel/core': 7.20.12 '@jest/transform': 29.3.1 '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.2.0 + babel-preset-jest: 29.2.0(@babel/core@7.20.12) chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -5393,18 +5392,18 @@ packages: - supports-color dev: false - /babel-plugin-dynamic-import-node/2.3.3: + /babel-plugin-dynamic-import-node@2.3.3: resolution: {integrity: sha1-hP2hnJduxcbe/vV/lCez3vZuF6M=} dependencies: object.assign: 4.1.4 dev: false - /babel-plugin-import/1.13.6: + /babel-plugin-import@1.13.6: resolution: {integrity: sha512-N7FYnGh0DFsvDRkAPsvFq/metVfVD7P2h1rokOPpEH4cZbdRHCW+2jbXt0nnuqowkm/xhh2ww1anIdEpfYa7ZA==} dependencies: '@babel/helper-module-imports': 7.18.6 - /babel-plugin-istanbul/6.1.1: + /babel-plugin-istanbul@6.1.1: resolution: {integrity: sha1-+ojsWSMv2bTjbbvFQKjsmptH2nM=} engines: {node: '>=8'} dependencies: @@ -5416,7 +5415,7 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-jest-hoist/27.5.1: + /babel-plugin-jest-hoist@27.5.1: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -5425,7 +5424,7 @@ packages: '@types/babel__core': 7.1.20 '@types/babel__traverse': 7.18.3 - /babel-plugin-jest-hoist/29.2.0: + /babel-plugin-jest-hoist@29.2.0: resolution: {integrity: sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -5435,7 +5434,7 @@ packages: '@types/babel__traverse': 7.18.3 dev: false - /babel-plugin-macros/3.1.0: + /babel-plugin-macros@3.1.0: resolution: {integrity: sha1-nvbcdN65NLTbNE3Jc+6FHRSMUME=} engines: {node: '>=10', npm: '>=6'} dependencies: @@ -5444,73 +5443,40 @@ packages: resolve: 1.22.1 dev: true - /babel-plugin-polyfill-corejs2/0.3.3: - resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.20.10 - '@babel/helper-define-polyfill-provider': 0.3.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.12: + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.20.12): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.10 '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.20.12) semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0: - resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-define-polyfill-provider': 0.3.3 - core-js-compat: 3.27.1 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.12: + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.20.12): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.20.12) core-js-compat: 3.27.1 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1: - resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-define-polyfill-provider': 0.3.3 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.12: + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.20.12): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.12 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.12 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.20.12) transitivePeerDependencies: - supports-color - /babel-plugin-styled-components/2.0.7: + /babel-plugin-styled-components@2.0.7(styled-components@5.3.9): resolution: {integrity: sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==} peerDependencies: styled-components: '>= 2' @@ -5520,63 +5486,46 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 + styled-components: 5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) dev: false - /babel-plugin-syntax-jsx/6.18.0: + /babel-plugin-syntax-jsx@6.18.0: resolution: {integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=} dev: false - /babel-plugin-transform-react-remove-prop-types/0.4.24: + /babel-plugin-transform-react-remove-prop-types@0.4.24: resolution: {integrity: sha1-8u2vm0xqX75cHWeL+1MQeMFVXzo=} dev: true - /babel-plugin-transform-replace-object-assign/2.0.0: + /babel-plugin-transform-replace-object-assign@2.0.0(@babel/core@7.20.12): resolution: {integrity: sha1-pdU40OXRx47yBYolGP+WcgpDs1U=} peerDependencies: '@babel/core': ^7.0.0 dependencies: + '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 dev: false - /babel-preset-current-node-syntax/1.0.1: - resolution: {integrity: sha1-tDmSObibKgEfndvj5PQB/EDP9zs=} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/plugin-syntax-async-generators': 7.8.4 - '@babel/plugin-syntax-bigint': 7.8.3 - '@babel/plugin-syntax-class-properties': 7.12.13 - '@babel/plugin-syntax-import-meta': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - '@babel/plugin-syntax-top-level-await': 7.14.5 - dev: false - - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.12: + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.20.12): resolution: {integrity: sha1-tDmSObibKgEfndvj5PQB/EDP9zs=} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.20.12 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.12 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.12 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.12 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.12 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.12 - - /babel-preset-jest/27.5.1_@babel+core@7.20.12: + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.20.12) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.20.12) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.20.12) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.20.12) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.20.12) + + /babel-preset-jest@27.5.1(@babel/core@7.20.12): resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -5584,35 +5533,36 @@ packages: dependencies: '@babel/core': 7.20.12 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.20.12) - /babel-preset-jest/29.2.0: + /babel-preset-jest@29.2.0(@babel/core@7.20.12): resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: + '@babel/core': 7.20.12 babel-plugin-jest-hoist: 29.2.0 - babel-preset-current-node-syntax: 1.0.1 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.20.12) dev: false - /babel-preset-react-app/10.0.1: + /babel-preset-react-app@10.0.1: resolution: {integrity: sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==} dependencies: '@babel/core': 7.20.12 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-decorators': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-optional-chaining': 7.20.7_@babel+core@7.20.12 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-private-property-in-object': 7.20.5_@babel+core@7.20.12 - '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.12 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-decorators': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-optional-chaining': 7.20.7(@babel/core@7.20.12) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-private-property-in-object': 7.20.5(@babel/core@7.20.12) + '@babel/plugin-transform-flow-strip-types': 7.19.0(@babel/core@7.20.12) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-runtime': 7.19.6(@babel/core@7.20.12) + '@babel/preset-env': 7.20.2(@babel/core@7.20.12) + '@babel/preset-react': 7.18.6(@babel/core@7.20.12) + '@babel/preset-typescript': 7.18.6(@babel/core@7.20.12) '@babel/runtime': 7.20.7 babel-plugin-macros: 3.1.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 @@ -5620,54 +5570,54 @@ packages: - supports-color dev: true - /babel-runtime/6.26.0: + /babel-runtime@6.26.0: resolution: {integrity: sha1-llxwWGaOgrVde/4E/yM3vItWR/4=} dependencies: core-js: 2.6.12 regenerator-runtime: 0.11.1 dev: false - /bail/1.0.5: + /bail@1.0.5: resolution: {integrity: sha1-tvoTNASjksvB+MS/Y/WVM1Hnp3Y=} dev: true - /balanced-match/1.0.2: + /balanced-match@1.0.2: resolution: {integrity: sha1-6D46fj8wCzTLnYf2FfoMvzV2kO4=} - /balanced-match/2.0.0: + /balanced-match@2.0.0: resolution: {integrity: sha1-3HD5INeNuLhYU1eVhnv0j4IGM9k=} - /base64-arraybuffer/1.0.2: + /base64-arraybuffer@1.0.2: resolution: {integrity: sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==} engines: {node: '>= 0.6.0'} dev: false - /base64-js/1.5.1: + /base64-js@1.5.1: resolution: {integrity: sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=} dev: false - /big.js/5.2.2: + /big.js@5.2.2: resolution: {integrity: sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=} dev: false - /binary-extensions/2.2.0: + /binary-extensions@2.2.0: resolution: {integrity: sha1-dfUC7q+f/eQvyYgpZFvk6na9ni0=} engines: {node: '>=8'} dev: false - /bizcharts/4.1.10_react@18.2.0: + /bizcharts@4.1.10(@babel/core@7.20.12)(react@18.2.0): resolution: {integrity: sha1-nOi3YeXqQaveWPaY9KdymyXEemQ=} dependencies: '@antv/component': 0.8.28 '@antv/g2': 4.1.14 '@antv/g2plot': 2.3.18 '@antv/util': 2.0.17 - '@babel/plugin-transform-modules-commonjs': 7.20.11 - '@babel/plugin-transform-runtime': 7.19.6 - babel-plugin-transform-replace-object-assign: 2.0.0 + '@babel/plugin-transform-modules-commonjs': 7.20.11(@babel/core@7.20.12) + '@babel/plugin-transform-runtime': 7.19.6(@babel/core@7.20.12) + babel-plugin-transform-replace-object-assign: 2.0.0(@babel/core@7.20.12) d3-color: 1.4.1 - react-error-boundary: 3.0.2_react@18.2.0 - react-reconciler: 0.25.1_react@18.2.0 + react-error-boundary: 3.0.2(react@18.2.0) + react-reconciler: 0.25.1(react@18.2.0) resize-observer-polyfill: 1.5.1 simple-statistics: 7.8.3 warning: 4.0.3 @@ -5677,38 +5627,38 @@ packages: - supports-color dev: false - /bn.js/4.12.0: + /bn.js@4.12.0: resolution: {integrity: sha1-d1s/J477uXGO7HNh9IP7Nvu/6og=} dev: false - /bn.js/5.2.1: + /bn.js@5.2.1: resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} dev: false - /boolbase/1.0.0: + /boolbase@1.0.0: resolution: {integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24=} dev: false - /brace-expansion/1.1.11: + /brace-expansion@1.1.11: resolution: {integrity: sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - /braces/3.0.2: + /braces@3.0.2: resolution: {integrity: sha1-NFThpGLujVmeI23zNs2epPiv4Qc=} engines: {node: '>=8'} dependencies: fill-range: 7.0.1 - /brorand/1.1.0: + /brorand@1.1.0: resolution: {integrity: sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=} dev: false - /browser-process-hrtime/1.0.0: + /browser-process-hrtime@1.0.0: resolution: {integrity: sha1-PJtLfXgsgSHlbxAQbYTA0P/JRiY=} - /browserify-aes/1.2.0: + /browserify-aes@1.2.0: resolution: {integrity: sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=} dependencies: buffer-xor: 1.0.3 @@ -5719,7 +5669,7 @@ packages: safe-buffer: 5.2.1 dev: false - /browserify-cipher/1.0.1: + /browserify-cipher@1.0.1: resolution: {integrity: sha1-jWR0wbhwv9q807z8wZNKEOlPFfA=} dependencies: browserify-aes: 1.2.0 @@ -5727,7 +5677,7 @@ packages: evp_bytestokey: 1.0.3 dev: false - /browserify-des/1.0.2: + /browserify-des@1.0.2: resolution: {integrity: sha1-OvTx9Zg5QDVy8cZiBDdfen9wPpw=} dependencies: cipher-base: 1.0.4 @@ -5736,14 +5686,14 @@ packages: safe-buffer: 5.2.1 dev: false - /browserify-rsa/4.1.0: + /browserify-rsa@4.1.0: resolution: {integrity: sha1-sv0Gtbda4pf3zi3GUfkY9b4VjI0=} dependencies: bn.js: 5.2.1 randombytes: 2.1.0 dev: false - /browserify-sign/4.2.1: + /browserify-sign@4.2.1: resolution: {integrity: sha1-6vSt1G3VS+O7OzbAzxWrvrp5VsM=} dependencies: bn.js: 5.2.1 @@ -5757,13 +5707,13 @@ packages: safe-buffer: 5.2.1 dev: false - /browserify-zlib/0.2.0: + /browserify-zlib@0.2.0: resolution: {integrity: sha1-KGlFnZqjviRf6P4sofRuLn9U1z8=} dependencies: pako: 1.0.11 dev: false - /browserslist/4.21.4: + /browserslist@4.21.4: resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -5771,21 +5721,21 @@ packages: caniuse-lite: 1.0.30001444 electron-to-chromium: 1.4.284 node-releases: 2.0.8 - update-browserslist-db: 1.0.10_browserslist@4.21.4 + update-browserslist-db: 1.0.10(browserslist@4.21.4) - /bser/2.1.1: + /bser@2.1.1: resolution: {integrity: sha1-5nh9og7OnQeZhTPP2d5vXDj0vAU=} dependencies: node-int64: 0.4.0 - /buffer-from/1.1.2: + /buffer-from@1.1.2: resolution: {integrity: sha1-KxRqb9cugLT1XSVfNe1Zo6mkG9U=} - /buffer-xor/1.0.3: + /buffer-xor@1.0.3: resolution: {integrity: sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=} dev: false - /buffer/4.9.2: + /buffer@4.9.2: resolution: {integrity: sha1-Iw6tNEACmIZEhBqwJEr4xEu+Pvg=} dependencies: base64-js: 1.5.1 @@ -5793,28 +5743,28 @@ packages: isarray: 1.0.0 dev: false - /builtin-status-codes/3.0.0: + /builtin-status-codes@3.0.0: resolution: {integrity: sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=} dev: false - /call-bind/1.0.2: + /call-bind@1.0.2: resolution: {integrity: sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=} dependencies: function-bind: 1.1.1 get-intrinsic: 1.1.3 - /callsites/3.1.0: + /callsites@3.1.0: resolution: {integrity: sha1-s2MKvYlDQy9Us/BRkjjjPNffL3M=} engines: {node: '>=6'} - /camel-case/4.1.2: + /camel-case@4.1.2: resolution: {integrity: sha1-lygHKpVPgFIoIlpt7qazhGHhvVo=} dependencies: pascal-case: 3.1.2 tslib: 2.4.1 dev: false - /camelcase-keys/6.2.2: + /camelcase-keys@6.2.2: resolution: {integrity: sha1-XnVda6UaoiPsfT1S8ld4IQ+dw8A=} engines: {node: '>=8'} dependencies: @@ -5822,22 +5772,22 @@ packages: map-obj: 4.3.0 quick-lru: 4.0.1 - /camelcase/5.3.1: + /camelcase@5.3.1: resolution: {integrity: sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA=} engines: {node: '>=6'} - /camelcase/6.3.0: + /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - /camelize/1.0.1: + /camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} dev: false - /caniuse-lite/1.0.30001444: + /caniuse-lite@1.0.30001444: resolution: {integrity: sha512-ecER9xgJQVMqcrxThKptsW0pPxSae8R2RB87LNa+ivW9ppNWRHEplXcDzkCOP4LYWGj8hunXLqaiC41iBATNyg==} - /chalk/2.4.2: + /chalk@2.4.2: resolution: {integrity: sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=} engines: {node: '>=4'} dependencies: @@ -5845,7 +5795,7 @@ packages: escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk/3.0.0: + /chalk@3.0.0: resolution: {integrity: sha1-P3PCv1JlkfV0zEksUeJFY0n4ROQ=} engines: {node: '>=8'} dependencies: @@ -5853,30 +5803,30 @@ packages: supports-color: 7.2.0 dev: true - /chalk/4.1.2: + /chalk@4.1.2: resolution: {integrity: sha1-qsTit3NKdAhnrrFr8CqtVWoeegE=} engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - /char-regex/1.0.2: + /char-regex@1.0.2: resolution: {integrity: sha1-10Q1giYhf5ge1Y9Hmx1rzClUXc8=} engines: {node: '>=10'} - /character-entities-legacy/1.1.4: + /character-entities-legacy@1.1.4: resolution: {integrity: sha1-lLwYRdznClu50uzHSHJWYSk9j8E=} dev: true - /character-entities/1.2.4: + /character-entities@1.2.4: resolution: {integrity: sha1-4Sw5Obfq9OWxXnrUxeKOHUjFsWs=} dev: true - /character-reference-invalid/1.1.4: + /character-reference-invalid@1.1.4: resolution: {integrity: sha1-CDMpzaDq4nKrPbvzfpo4LBOvFWA=} dev: true - /chokidar/3.5.3: + /chokidar@3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: @@ -5891,18 +5841,23 @@ packages: fsevents: 2.3.2 dev: false - /ci-info/3.7.1: + /chrome-trace-event@1.0.3: + resolution: {integrity: sha1-EBXs7UdB4V0GZkqVfbv1DQQeJqw=} + engines: {node: '>=6.0'} + dev: false + + /ci-info@3.7.1: resolution: {integrity: sha512-4jYS4MOAaCIStSRwiuxc4B8MYhIe676yO1sYGzARnjXkWpmzZMMYxY6zu8WYWDhSuth5zhrQ1rhNSibyyvv4/w==} engines: {node: '>=8'} - /cidr-regex/2.0.10: + /cidr-regex@2.0.10: resolution: {integrity: sha1-rxOHi9StcE3nfW3IAHmTWLOvpw0=} engines: {node: '>=4'} dependencies: ip-regex: 2.1.0 dev: false - /cidr-tools/2.2.10: + /cidr-tools@2.2.10: resolution: {integrity: sha1-dA+/wSOYqOuImSw2t5botkyBDvs=} engines: {node: '>=8'} dependencies: @@ -5914,39 +5869,39 @@ packages: string-natural-compare: 3.0.1 dev: false - /cipher-base/1.0.4: + /cipher-base@1.0.4: resolution: {integrity: sha1-h2Dk7MJy9MNjUy+SbYdKriwTl94=} dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 dev: false - /cjs-module-lexer/1.2.2: + /cjs-module-lexer@1.2.2: resolution: {integrity: sha1-n4S6MkSlEvOlTlJ36O70xImGTkA=} - /classnames/2.3.2: + /classnames@2.3.2: resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} - /clean-css/5.3.1: + /clean-css@5.3.1: resolution: {integrity: sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 dev: false - /clean-stack/2.2.0: + /clean-stack@2.2.0: resolution: {integrity: sha1-7oRy27Ep5yezHooQpCfe6d/kAIs=} engines: {node: '>=6'} dev: true - /cli-cursor/3.1.0: + /cli-cursor@3.1.0: resolution: {integrity: sha1-JkMFp65JDR0Dvwybp8kl0XU68wc=} engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 dev: true - /cli-truncate/2.1.0: + /cli-truncate@2.1.0: resolution: {integrity: sha1-w54ovwXtzeW+O5iZKiLe7Vork8c=} engines: {node: '>=8'} dependencies: @@ -5954,12 +5909,12 @@ packages: string-width: 4.2.3 dev: true - /click-to-react-component/1.0.8_2wivdsbsvmk3pblmocpmpqwn2e: + /click-to-react-component@1.0.8(@types/react@18.0.26)(react-dom@18.1.0)(react@18.1.0): resolution: {integrity: sha512-YBNYOp00udy+NBEnUmM/3Df0Yco1iHNQ8k0ltlJVcDYK9AuYt14xPoJicBh/BokLqbzkci1p+pbdY5r4JXZC4g==} peerDependencies: react: '>=16.8.0' dependencies: - '@floating-ui/react-dom-interactions': 0.3.1_2wivdsbsvmk3pblmocpmpqwn2e + '@floating-ui/react-dom-interactions': 0.3.1(@types/react@18.0.26)(react-dom@18.1.0)(react@18.1.0) htm: 3.1.1 react: 18.1.0 react-merge-refs: 1.1.0 @@ -5968,14 +5923,14 @@ packages: - react-dom dev: false - /cliui/7.0.4: + /cliui@7.0.4: resolution: {integrity: sha1-oCZe5lVHb8gHrqnfPfjfd4OAi08=} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - /cliui/8.0.1: + /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} dependencies: @@ -5983,105 +5938,112 @@ packages: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - /clone-regexp/2.2.0: + /clone-regexp@2.2.0: resolution: {integrity: sha1-fWXgCIXNh5ZAXDWnN+eoa3Qp428=} engines: {node: '>=6'} dependencies: is-regexp: 2.1.0 - /co/4.6.0: + /clsx@1.2.1: + resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} + engines: {node: '>=6'} + dev: false + + /co@4.6.0: resolution: {integrity: sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - /collect-v8-coverage/1.0.1: + /collect-v8-coverage@1.0.1: resolution: {integrity: sha1-zCyOlPwYu9/+ZNZTRXDIpnOyf1k=} - /color-convert/1.9.3: + /color-convert@1.9.3: resolution: {integrity: sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=} dependencies: color-name: 1.1.3 - /color-convert/2.0.1: + /color-convert@2.0.1: resolution: {integrity: sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=} engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 - /color-name/1.1.3: + /color-name@1.1.3: resolution: {integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=} - /color-name/1.1.4: + /color-name@1.1.4: resolution: {integrity: sha1-wqCah6y95pVD3m9j+jmVyCbFNqI=} - /colord/2.9.3: + /colord@2.9.3: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} dev: false - /colorette/2.0.19: + /colorette@2.0.19: resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} dev: true - /combined-stream/1.0.8: + /combined-stream@1.0.8: resolution: {integrity: sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=} engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 - /commander/2.20.3: + /commander@2.20.3: resolution: {integrity: sha1-/UhehMA+tIgcIHIrpIA16FMa6zM=} dev: false - /commander/4.1.1: + /commander@4.1.1: resolution: {integrity: sha1-n9YCvZNilOnp70aj9NaWQESxgGg=} engines: {node: '>= 6'} dev: false - /commander/6.2.1: + /commander@6.2.1: resolution: {integrity: sha1-B5LraC37wyWZm7K4T93duhEKxzw=} engines: {node: '>= 6'} dev: true - /commander/7.2.0: + /commander@7.2.0: resolution: {integrity: sha1-o2y1fQtQHOEI5NIFWaFQo5HZerc=} engines: {node: '>= 10'} dev: false - /commander/8.3.0: + /commander@8.3.0: resolution: {integrity: sha1-SDfqGy2me5xhamevuw+v7lZ7ymY=} engines: {node: '>= 12'} dev: false - /comment-parser/1.3.1: + /comment-parser@1.3.1: resolution: {integrity: sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==} engines: {node: '>= 12.0.0'} dev: true - /commitlint-plugin-function-rules/1.7.1: + /commitlint-plugin-function-rules@1.7.1(@commitlint/lint@13.2.0): resolution: {integrity: sha512-hGLShcCM3my+q3unMoznSfV23JmpJ/R8aHQ5KGzxVwv3HFpDS4cFWraCdBRAkMbL1UzUrVOEutG4EDur5S7AsA==} engines: {node: '>=12'} peerDependencies: '@commitlint/lint': '>=9.1.2 <18' + dependencies: + '@commitlint/lint': 13.2.0 dev: true - /common-path-prefix/3.0.0: + /common-path-prefix@3.0.0: resolution: {integrity: sha1-fQB6fgfFjEtNX0MxMaGRQbKfEeA=} dev: false - /compare-func/2.0.0: + /compare-func@2.0.0: resolution: {integrity: sha1-+2XnXtvd/S5WhVTotbBf/3pR/LM=} dependencies: array-ify: 1.0.0 dot-prop: 5.3.0 dev: true - /compute-scroll-into-view/2.0.4: + /compute-scroll-into-view@2.0.4: resolution: {integrity: sha512-y/ZA3BGnxoM/QHHQ2Uy49CLtnWPbt4tTPpEEZiEmmiWBFKjej7nEyH8Ryz54jH0MLXflUYA3Er2zUxPSJu5R+g==} dev: false - /concat-map/0.0.1: + /concat-map@0.0.1: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} - /concurrently/7.6.0: + /concurrently@7.6.0: resolution: {integrity: sha512-BKtRgvcJGeZ4XttiDiNcFiRlxoAeZOseqUvyYRUp/Vtd+9p1ULmeoSqGsDA+2ivdeDFpqrJvGvmI+StKfKl5hw==} engines: {node: ^12.20.0 || ^14.13.0 || >=16.0.0} hasBin: true @@ -6097,19 +6059,19 @@ packages: yargs: 17.6.2 dev: true - /confusing-browser-globals/1.0.11: + /confusing-browser-globals@1.0.11: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} dev: true - /console-browserify/1.2.0: + /console-browserify@1.2.0: resolution: {integrity: sha1-ZwY871fOts9Jk6KrOlWECujEkzY=} dev: false - /constants-browserify/1.0.0: + /constants-browserify@1.0.0: resolution: {integrity: sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=} dev: false - /conventional-changelog-angular/5.0.13: + /conventional-changelog-angular@5.0.13: resolution: {integrity: sha1-iWiF1juRSnDUk0tZ0v573hgysow=} engines: {node: '>=10'} dependencies: @@ -6117,7 +6079,7 @@ packages: q: 1.5.1 dev: true - /conventional-changelog-conventionalcommits/4.6.3: + /conventional-changelog-conventionalcommits@4.6.3: resolution: {integrity: sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==} engines: {node: '>=10'} dependencies: @@ -6126,71 +6088,71 @@ packages: q: 1.5.1 dev: true - /conventional-commits-parser/3.2.4: + /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 + is-text-path: 1.0.1 lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 through2: 4.0.2 dev: true - /convert-source-map/1.9.0: + /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} - /convert-source-map/2.0.0: + /convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: false - /copy-anything/2.0.6: + /copy-anything@2.0.6: resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} dependencies: is-what: 3.14.1 dev: false - /copy-anything/3.0.3: + /copy-anything@3.0.3: resolution: {integrity: sha512-fpW2W/BqEzqPp29QS+MwwfisHCQZtiduTe/m8idFo0xbti9fIZ2WVhAsCv4ggFVH3AgCkVdpoOCtQC6gBrdhjw==} engines: {node: '>=12.13'} dependencies: is-what: 4.1.8 dev: false - /copy-to-clipboard/3.3.3: + /copy-to-clipboard@3.3.3: resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} dependencies: toggle-selection: 1.0.6 dev: false - /core-js-compat/3.27.1: + /core-js-compat@3.27.1: resolution: {integrity: sha512-Dg91JFeCDA17FKnneN7oCMz4BkQ4TcffkgHP4OWwp9yx3pi7ubqMDXXSacfNak1PQqjc95skyt+YBLHQJnkJwA==} dependencies: browserslist: 4.21.4 - /core-js-pure/3.27.1: + /core-js-pure@3.27.1: resolution: {integrity: sha512-BS2NHgwwUppfeoqOXqi08mUqS5FiZpuRuJJpKsaME7kJz0xxuk0xkhDdfMIlP/zLa80krBqss1LtD7f889heAw==} requiresBuild: true dev: false - /core-js/2.6.12: + /core-js@2.6.12: resolution: {integrity: sha1-2TM9+nsGXjR8xWgiGdb2kIWcwuw=} deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: false - /core-js/3.27.1: + /core-js@3.27.1: resolution: {integrity: sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==} requiresBuild: true dev: false - /core-util-is/1.0.3: + /core-util-is@1.0.3: resolution: {integrity: sha1-pgQtNjTCsn6TKPg3uWX6yDgI24U=} dev: false - /cors/2.8.5: + /cors@2.8.5: resolution: {integrity: sha1-6sEdpRWS3Ya58G9uesKTs9+HXSk=} engines: {node: '>= 0.10'} dependencies: @@ -6198,7 +6160,7 @@ packages: vary: 1.1.2 dev: false - /cosmiconfig/7.1.0: + /cosmiconfig@7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} dependencies: @@ -6208,14 +6170,14 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /create-ecdh/4.0.4: + /create-ecdh@4.0.4: resolution: {integrity: sha1-1uf0v/pmc2CFoHYv06YyaE2rzE4=} dependencies: bn.js: 4.12.0 elliptic: 6.5.4 dev: false - /create-hash/1.2.0: + /create-hash@1.2.0: resolution: {integrity: sha1-iJB4rxGmN1a8+1m9IhmWvjqe8ZY=} dependencies: cipher-base: 1.0.4 @@ -6225,7 +6187,7 @@ packages: sha.js: 2.4.11 dev: false - /create-hmac/1.1.7: + /create-hmac@1.1.7: resolution: {integrity: sha1-aRcMeLOrlXFHsriwRXLkfq0iQ/8=} dependencies: cipher-base: 1.0.4 @@ -6236,10 +6198,10 @@ packages: sha.js: 2.4.11 dev: false - /create-require/1.1.1: + /create-require@1.1.1: resolution: {integrity: sha1-wdfo8eX2z8n/ZfnNNS03NIdWwzM=} - /cross-env/5.2.1: + /cross-env@5.2.1: resolution: {integrity: sha1-ssdsHKet1m3IdNEXmEZglPVRs00=} engines: {node: '>=4.0'} hasBin: true @@ -6247,7 +6209,7 @@ packages: cross-spawn: 6.0.5 dev: true - /cross-fetch/3.1.5: + /cross-fetch@3.1.5: resolution: {integrity: sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==} dependencies: node-fetch: 2.6.7 @@ -6255,7 +6217,7 @@ packages: - encoding dev: false - /cross-spawn/6.0.5: + /cross-spawn@6.0.5: resolution: {integrity: sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=} engines: {node: '>=4.8'} dependencies: @@ -6266,7 +6228,7 @@ packages: which: 1.3.1 dev: true - /cross-spawn/7.0.3: + /cross-spawn@7.0.3: resolution: {integrity: sha1-9zqFudXUHQRVUcF34ogtSshXKKY=} engines: {node: '>= 8'} dependencies: @@ -6274,7 +6236,7 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /crypto-browserify/3.12.0: + /crypto-browserify@3.12.0: resolution: {integrity: sha1-OWz58xN/A+S45TLFj2mCVOAPgOw=} dependencies: browserify-cipher: 1.0.1 @@ -6290,17 +6252,7 @@ packages: randomfill: 1.0.4 dev: false - /css-blank-pseudo/3.0.3: - resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} - engines: {node: ^12 || ^14 || >=16} - hasBin: true - peerDependencies: - postcss: ^8.4 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /css-blank-pseudo/3.0.3_postcss@8.4.21: + /css-blank-pseudo@3.0.3(postcss@8.4.21): resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} engines: {node: ^12 || ^14 || >=16} hasBin: true @@ -6311,27 +6263,17 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /css-color-keywords/1.0.0: + /css-color-keywords@1.0.0: resolution: {integrity: sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU=} engines: {node: '>=4'} dev: false - /css-functions-list/3.1.0: + /css-functions-list@3.1.0: resolution: {integrity: sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w==} engines: {node: '>=12.22'} dev: false - /css-has-pseudo/3.0.4: - resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} - engines: {node: ^12 || ^14 || >=16} - hasBin: true - peerDependencies: - postcss: ^8.4 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /css-has-pseudo/3.0.4_postcss@8.4.21: + /css-has-pseudo@3.0.4(postcss@8.4.21): resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} engines: {node: ^12 || ^14 || >=16} hasBin: true @@ -6342,37 +6284,30 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /css-line-break/2.1.0: + /css-line-break@2.1.0: resolution: {integrity: sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==} dependencies: utrie: 1.0.2 dev: false - /css-loader/6.7.1: + /css-loader@6.7.1(webpack@5.80.0): resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.21 + icss-utils: 5.1.0(postcss@8.4.21) postcss: 8.4.21 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.21 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.21 - postcss-modules-scope: 3.0.0_postcss@8.4.21 - postcss-modules-values: 4.0.0_postcss@8.4.21 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.21) + postcss-modules-local-by-default: 4.0.0(postcss@8.4.21) + postcss-modules-scope: 3.0.0(postcss@8.4.21) + postcss-modules-values: 4.0.0(postcss@8.4.21) postcss-value-parser: 4.2.0 semver: 7.3.8 + webpack: 5.80.0 dev: false - /css-prefers-color-scheme/6.0.3: - resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} - engines: {node: ^12 || ^14 || >=16} - hasBin: true - peerDependencies: - postcss: ^8.4 - dev: false - - /css-prefers-color-scheme/6.0.3_postcss@8.4.21: + /css-prefers-color-scheme@6.0.3(postcss@8.4.21): resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} engines: {node: ^12 || ^14 || >=16} hasBin: true @@ -6382,7 +6317,7 @@ packages: postcss: 8.4.21 dev: false - /css-select/4.3.0: + /css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} dependencies: boolbase: 1.0.0 @@ -6392,7 +6327,7 @@ packages: nth-check: 2.1.1 dev: false - /css-to-react-native/3.1.0: + /css-to-react-native@3.1.0: resolution: {integrity: sha512-AryfkFA29b4I3vG7N4kxFboq15DxwSXzhXM37XNEjwJMgjYIc8BcqfiprpAqX0zadI5PMByEIwAMzXxk5Vcc4g==} dependencies: camelize: 1.0.1 @@ -6400,7 +6335,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /css-tree/1.1.3: + /css-tree@1.1.3: resolution: {integrity: sha1-60hw+2/XcHMn7JXC/yqwm16NuR0=} engines: {node: '>=8.0.0'} dependencies: @@ -6408,110 +6343,110 @@ packages: source-map: 0.6.1 dev: false - /css-what/6.1.0: + /css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} dev: false - /css.escape/1.5.1: + /css.escape@1.5.1: resolution: {integrity: sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=} dev: true - /cssdb/6.6.3: + /cssdb@6.6.3: resolution: {integrity: sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA==} dev: false - /cssesc/3.0.0: + /cssesc@3.0.0: resolution: {integrity: sha1-N3QZGZA7hoVl4cCep0dEXNGJg+4=} engines: {node: '>=4'} hasBin: true - /csso/4.2.0: + /csso@4.2.0: resolution: {integrity: sha1-6jpWE0bo3J9UbW/r7dUBh884lSk=} engines: {node: '>=8.0.0'} dependencies: css-tree: 1.1.3 dev: false - /cssom/0.3.8: + /cssom@0.3.8: resolution: {integrity: sha1-nxJ29bK0Y/IRTT8sdSUK+MGjb0o=} - /cssom/0.4.4: + /cssom@0.4.4: resolution: {integrity: sha1-WmbPk9LQtmHYC/akT7ZfXC5OChA=} - /cssstyle/2.3.0: + /cssstyle@2.3.0: resolution: {integrity: sha1-/2ZaDdvcMYZLCWR/NBY0Q9kLCFI=} engines: {node: '>=8'} dependencies: cssom: 0.3.8 - /csstype/3.1.1: + /csstype@3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} - /current-script-polyfill/1.0.0: + /current-script-polyfill@1.0.0: resolution: {integrity: sha512-qv8s+G47V6Hq+g2kRE5th+ASzzrL7b6l+tap1DHKK25ZQJv3yIFhH96XaQ7NGL+zRW3t/RDbweJf/dJDe5Z5KA==} dev: false - /d/1.0.1: - resolution: {integrity: sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=} - dependencies: - es5-ext: 0.10.62 - type: 1.2.0 - dev: false - - /d3-color/1.4.1: + /d3-color@1.4.1: resolution: {integrity: sha1-xSACv4hGraRCTVXZeYL+8m6zvIo=} dev: false - /d3-color/3.1.0: + /d3-color@3.1.0: resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} engines: {node: '>=12'} dev: false - /d3-ease/1.0.7: + /d3-ease@1.0.7: resolution: {integrity: sha1-moNIkO+LiujFWLL+Vb1X9Zk7heI=} dev: false - /d3-hierarchy/2.0.0: + /d3-hierarchy@2.0.0: resolution: {integrity: sha1-2riKWMo+ehvGyrOQ6JZn/MbSAhg=} dev: false - /d3-interpolate/1.4.0: + /d3-interpolate@1.4.0: resolution: {integrity: sha1-Um554tgNqjg/ngwcHH3MDwWD6Yc=} dependencies: d3-color: 1.4.1 dev: false - /d3-interpolate/3.0.1: + /d3-interpolate@3.0.1: resolution: {integrity: sha1-PEeqWzLFs9+1bvP9Q0IHimMrQA0=} engines: {node: '>=12'} dependencies: d3-color: 3.1.0 dev: false - /d3-regression/1.3.10: + /d3-regression@1.3.10: resolution: {integrity: sha512-PF8GWEL70cHHWpx2jUQXc68r1pyPHIA+St16muk/XRokETzlegj5LriNKg7o4LR0TySug4nHYPJNNRz/W+/Niw==} dev: false - /d3-timer/1.0.10: + /d3-timer@1.0.10: resolution: {integrity: sha1-3+dripF0iDGxO22ceT/71QjdneU=} dev: false - /damerau-levenshtein/1.0.8: + /d@1.0.1: + resolution: {integrity: sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=} + dependencies: + es5-ext: 0.10.62 + type: 1.2.0 + dev: false + + /damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: true - /dargs/7.0.0: + /dargs@7.0.0: resolution: {integrity: sha1-BAFcQd4Ly2nshAUPPZvgyvjW1cw=} engines: {node: '>=8'} dev: true - /data-uri-to-buffer/4.0.1: + /data-uri-to-buffer@4.0.1: resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} engines: {node: '>= 12'} dev: false - /data-urls/2.0.0: + /data-urls@2.0.0: resolution: {integrity: sha1-FWSFpyljqXD11YIar2Qr7yvy25s=} engines: {node: '>=10'} dependencies: @@ -6519,16 +6454,16 @@ packages: whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - /date-fns/2.29.3: + /date-fns@2.29.3: resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} engines: {node: '>=0.11'} dev: true - /dayjs/1.11.7: + /dayjs@1.11.7: resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} dev: false - /debug/3.2.7: + /debug@3.2.7: resolution: {integrity: sha1-clgLfpFF+zm2Z2+cXl+xALk0F5o=} peerDependencies: supports-color: '*' @@ -6538,7 +6473,7 @@ packages: dependencies: ms: 2.1.3 - /debug/4.3.4: + /debug@4.3.4(supports-color@5.5.0): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -6548,30 +6483,31 @@ packages: optional: true dependencies: ms: 2.1.2 + supports-color: 5.5.0 - /decamelize-keys/1.1.1: + /decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} dependencies: decamelize: 1.2.0 map-obj: 1.0.1 - /decamelize/1.2.0: + /decamelize@1.2.0: resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} engines: {node: '>=0.10.0'} - /decimal.js/10.4.3: + /decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - /decode-uri-component/0.2.2: + /decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} dev: false - /dedent/0.7.0: + /dedent@0.7.0: resolution: {integrity: sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=} - /deep-equal/2.2.0: + /deep-equal@2.2.0: resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} dependencies: call-bind: 1.0.2 @@ -6593,68 +6529,68 @@ packages: which-typed-array: 1.1.9 dev: true - /deep-is/0.1.4: + /deep-is@0.1.4: resolution: {integrity: sha1-pvLc5hL63S7x9Rm3NVHxfoUZmDE=} - /deepmerge/4.2.2: + /deepmerge@4.2.2: resolution: {integrity: sha1-RNLqNnm49NT/ujPwPYZfwee/SVU=} engines: {node: '>=0.10.0'} - /define-lazy-prop/2.0.0: + /define-lazy-prop@2.0.0: resolution: {integrity: sha1-P3rkIRKbyqrJvHSQXJigAJ7J7n8=} engines: {node: '>=8'} dev: false - /define-properties/1.1.4: + /define-properties@1.1.4: resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 - /delayed-stream/1.0.0: + /delayed-stream@1.0.0: resolution: {integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk=} engines: {node: '>=0.4.0'} - /des.js/1.0.1: + /des.js@1.0.1: resolution: {integrity: sha1-U4IULhvcU/hdhtU+X0qn3rkeCEM=} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 dev: false - /detect-browser/5.3.0: + /detect-browser@5.3.0: resolution: {integrity: sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==} dev: false - /detect-indent/6.1.0: + /detect-indent@6.1.0: resolution: {integrity: sha1-WSSF67v2s7GrK+F1yDk9BMoNV+Y=} engines: {node: '>=8'} dev: false - /detect-libc/1.0.3: + /detect-libc@1.0.3: resolution: {integrity: sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=} engines: {node: '>=0.10'} hasBin: true dev: false - /detect-newline/3.1.0: + /detect-newline@3.1.0: resolution: {integrity: sha1-V29d/GOuGhkv8ZLYrTr2MImRtlE=} engines: {node: '>=8'} - /detect-node/2.1.0: + /detect-node@2.1.0: resolution: {integrity: sha1-yccHdaScPQO8LAbZpzvlUPl4+LE=} dev: false - /diff-sequences/27.5.1: + /diff-sequences@27.5.1: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - /diff/4.0.2: + /diff@4.0.2: resolution: {integrity: sha1-YPOuy4nV+uUgwRqhnvwruYKq3n0=} engines: {node: '>=0.3.1'} - /diffie-hellman/5.0.3: + /diffie-hellman@5.0.3: resolution: {integrity: sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=} dependencies: bn.js: 4.12.0 @@ -6662,46 +6598,52 @@ packages: randombytes: 2.1.0 dev: false - /dir-glob/3.0.1: + /dir-glob@3.0.1: resolution: {integrity: sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=} engines: {node: '>=8'} dependencies: path-type: 4.0.0 - /doctrine/2.1.0: + /doctrine@2.1.0: resolution: {integrity: sha1-XNAfwQFiG0LEzX9dGmYkNxbT850=} engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 - /doctrine/3.0.0: + /doctrine@3.0.0: resolution: {integrity: sha1-rd6+rXKmV023g2OdyHoSF3OXOWE=} engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 - /dom-accessibility-api/0.5.15: + /dom-accessibility-api@0.5.15: resolution: {integrity: sha512-8o+oVqLQZoruQPYy3uAAQtc6YbtSiRq5aPJBhJ82YTJRHvI6ofhYAkC81WmjFTnfUbqg6T3aCglIpU9p/5e7Cw==} dev: true - /dom-align/1.12.4: + /dom-align@1.12.4: resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==} dev: false - /dom-converter/0.2.0: + /dom-converter@0.2.0: resolution: {integrity: sha1-ZyGp2u4uKTaClVtq/kFncWJ7t2g=} dependencies: utila: 0.4.0 dev: false - /dom-serializer/0.2.2: + /dom-helpers@5.2.1: + resolution: {integrity: sha1-2UAFNrK/giWtmP4FLgKUUaxA6QI=} + dependencies: + '@babel/runtime': 7.20.7 + csstype: 3.1.1 + dev: false + + /dom-serializer@0.2.2: resolution: {integrity: sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E=} dependencies: domelementtype: 2.3.0 entities: 2.2.0 - dev: true - /dom-serializer/1.4.1: + /dom-serializer@1.4.1: resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} dependencies: domelementtype: 2.3.0 @@ -6709,49 +6651,46 @@ packages: entities: 2.2.0 dev: false - /dom-walk/0.1.2: + /dom-walk@0.1.2: resolution: {integrity: sha1-DFSL7wSPTR8qlySQAiNgYNqj/YQ=} dev: false - /domain-browser/1.2.0: + /domain-browser@1.2.0: resolution: {integrity: sha1-PTH1AZGmdJ3RN1p/Ui6CPULlTto=} engines: {node: '>=0.4', npm: '>=1.2'} dev: false - /domelementtype/1.3.1: + /domelementtype@1.3.1: resolution: {integrity: sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8=} - dev: true - /domelementtype/2.3.0: + /domelementtype@2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} - /domexception/2.0.1: + /domexception@2.0.1: resolution: {integrity: sha1-+0Su+6eT4VdLCvau0oAdBXUp8wQ=} engines: {node: '>=8'} dependencies: webidl-conversions: 5.0.0 - /domhandler/2.4.2: + /domhandler@2.4.2: resolution: {integrity: sha1-iAUJfpM9ZehVRvcm1g9euItE+AM=} dependencies: domelementtype: 1.3.1 - dev: true - /domhandler/4.3.1: + /domhandler@4.3.1: resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 dev: false - /domutils/1.7.0: + /domutils@1.7.0: resolution: {integrity: sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=} dependencies: dom-serializer: 0.2.2 domelementtype: 1.3.1 - dev: true - /domutils/2.8.0: + /domutils@2.8.0: resolution: {integrity: sha1-RDfe9dtuLR9dbuhZvZXKfQIEgTU=} dependencies: dom-serializer: 1.4.1 @@ -6759,21 +6698,21 @@ packages: domhandler: 4.3.1 dev: false - /dot-case/3.0.4: + /dot-case@3.0.4: resolution: {integrity: sha1-mytnDQCkMWZ6inW6Kc0bmICc51E=} dependencies: no-case: 3.0.4 tslib: 2.4.1 dev: false - /dot-prop/5.3.0: + /dot-prop@5.3.0: resolution: {integrity: sha1-kMzOcIzZzYLMTcjD3dmr3VWyDog=} engines: {node: '>=8'} dependencies: is-obj: 2.0.0 dev: true - /duplexify/4.1.2: + /duplexify@4.1.2: resolution: {integrity: sha1-GLT40oKJEy+guVc8iY2fkD+Bx7A=} dependencies: end-of-stream: 1.4.4 @@ -6782,7 +6721,22 @@ packages: stream-shift: 1.0.1 dev: false - /dva-core/2.0.4_redux@4.2.0: + /dva-core@1.5.0-beta.2(redux@3.7.2): + resolution: {integrity: sha1-+NN5SNw7A8uBAaNpjXIMDa7LgYY=} + peerDependencies: + redux: 3.x + dependencies: + '@babel/runtime': 7.20.7 + flatten: 1.0.3 + global: 4.4.0 + invariant: 2.2.4 + is-plain-object: 2.0.4 + redux: 3.7.2 + redux-saga: 0.16.2 + warning: 3.0.0 + dev: false + + /dva-core@2.0.4(redux@3.7.2): resolution: {integrity: sha1-CGZl0dX2hOCJxb+sm6OI2RzJBQo=} peerDependencies: redux: 4.x @@ -6792,33 +6746,57 @@ packages: global: 4.4.0 invariant: 2.2.4 is-plain-object: 2.0.4 - redux: 4.2.0 + redux: 3.7.2 redux-saga: 0.16.2 warning: 3.0.0 dev: false - /dva-immer/1.0.0: + /dva-immer@1.0.0(dva@2.5.0-beta.2): resolution: {integrity: sha1-amVJyBS39OoDpx65Mv8kwSqAmD4=} peerDependencies: dva: ^2.5.0-0 dependencies: '@babel/runtime': 7.20.7 + dva: 2.5.0-beta.2(react-dom@18.2.0)(react@18.2.0) immer: 8.0.4 dev: false - /dva-loading/3.0.22_dva-core@2.0.4: + /dva-loading@3.0.22(dva-core@2.0.4): resolution: {integrity: sha1-wN0vsIFJJ1K5ktnOJwG4iCUYbgI=} peerDependencies: dva-core: ^1.1.0 | ^1.5.0-0 | ^1.6.0-0 dependencies: '@babel/runtime': 7.20.7 - dva-core: 2.0.4_redux@4.2.0 + dva-core: 2.0.4(redux@3.7.2) + dev: false + + /dva@2.5.0-beta.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha1-pmYHusd25wT0R1yKUUbwvS29Ft0=} + peerDependencies: + react: 15.x || ^16.0.0-0 + react-dom: 15.x || ^16.0.0-0 + dependencies: + '@babel/runtime': 7.20.7 + '@types/isomorphic-fetch': 0.0.34 + '@types/react-router-dom': 4.3.5 + '@types/react-router-redux': 5.0.22 + dva-core: 1.5.0-beta.2(redux@3.7.2) + global: 4.4.0 + history: 4.10.1 + invariant: 2.2.4 + isomorphic-fetch: 2.2.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-redux: 5.1.2(react@18.2.0)(redux@3.7.2) + react-router-dom: 4.3.1(react@18.2.0) + react-router-redux: 5.0.0-alpha.9(react@18.2.0) + redux: 3.7.2 dev: false - /electron-to-chromium/1.4.284: + /electron-to-chromium@1.4.284: resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} - /elliptic/6.5.4: + /elliptic@6.5.4: resolution: {integrity: sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=} dependencies: bn.js: 4.12.0 @@ -6830,28 +6808,42 @@ packages: minimalistic-crypto-utils: 1.0.1 dev: false - /emittery/0.8.1: + /emittery@0.8.1: resolution: {integrity: sha1-uyPMhtA7MKp1p/c0gZ3uLhunCGA=} engines: {node: '>=10'} - /emoji-regex/8.0.0: + /emoji-regex@8.0.0: resolution: {integrity: sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc=} - /emoji-regex/9.2.2: + /emoji-regex@9.2.2: resolution: {integrity: sha1-hAyIA7DYBH9P8M+WMXazLU7z7XI=} dev: true - /emojis-list/3.0.0: + /emojis-list@3.0.0: resolution: {integrity: sha1-VXBmIEatKeLpFucariYKvf9Pang=} engines: {node: '>= 4'} dev: false - /end-of-stream/1.4.4: + /encoding@0.1.13: + resolution: {integrity: sha1-VldK/deR9UqOmyeFwFgqLSYhD6k=} + dependencies: + iconv-lite: 0.6.3 + dev: false + + /end-of-stream@1.4.4: resolution: {integrity: sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=} dependencies: once: 1.4.0 - /enhanced-resolve/5.9.3: + /enhanced-resolve@5.13.0: + resolution: {integrity: sha512-eyV8f0y1+bzyfh8xAwW/WTSZpLbjhqc4ne9eGSH4Zo2ejdyiNG9pU6mf9DG8a7+Auk6MFTlNOT4Y2y/9k8GKVg==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.10 + tapable: 2.2.1 + dev: false + + /enhanced-resolve@5.9.3: resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} engines: {node: '>=10.13.0'} dependencies: @@ -6859,26 +6851,25 @@ packages: tapable: 2.2.1 dev: false - /enquirer/2.3.6: + /enquirer@2.3.6: resolution: {integrity: sha1-Kn/l3WNKHkElqXXsmU/1RW3Dc00=} engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.3 dev: true - /entities/1.1.2: + /entities@1.1.2: resolution: {integrity: sha1-vfpzUplmTfr9NFKe1PhSKidf6lY=} - dev: true - /entities/2.2.0: + /entities@2.2.0: resolution: {integrity: sha1-CY3JDruD2N/6CJ1VJWs1HTTE2lU=} - /entities/4.4.0: + /entities@4.4.0: resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==} engines: {node: '>=0.12'} dev: false - /errno/0.1.8: + /errno@0.1.8: resolution: {integrity: sha1-i7Ppx9Rjvkl2/4iPdrSAnrwugR8=} hasBin: true requiresBuild: true @@ -6887,18 +6878,18 @@ packages: dev: false optional: true - /error-ex/1.3.2: + /error-ex@1.3.2: resolution: {integrity: sha1-tKxAZIEH/c3PriQvQovqihTU8b8=} dependencies: is-arrayish: 0.2.1 - /error-stack-parser/2.1.4: + /error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} dependencies: stackframe: 1.3.4 dev: false - /es-abstract/1.21.1: + /es-abstract@1.21.1: resolution: {integrity: sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==} engines: {node: '>= 0.4'} dependencies: @@ -6936,7 +6927,7 @@ packages: unbox-primitive: 1.0.2 which-typed-array: 1.1.9 - /es-get-iterator/1.1.3: + /es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: call-bind: 1.0.2 @@ -6949,7 +6940,11 @@ packages: isarray: 2.0.5 stop-iteration-iterator: 1.0.0 - /es-set-tostringtag/2.0.1: + /es-module-lexer@1.2.1: + resolution: {integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==} + dev: false + + /es-set-tostringtag@2.0.1: resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} engines: {node: '>= 0.4'} dependencies: @@ -6957,12 +6952,12 @@ packages: has: 1.0.3 has-tostringtag: 1.0.0 - /es-shim-unscopables/1.0.0: + /es-shim-unscopables@1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: has: 1.0.3 - /es-to-primitive/1.2.1: + /es-to-primitive@1.2.1: resolution: {integrity: sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=} engines: {node: '>= 0.4'} dependencies: @@ -6970,7 +6965,7 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /es5-ext/0.10.62: + /es5-ext@0.10.62: resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==} engines: {node: '>=0.10'} requiresBuild: true @@ -6980,11 +6975,11 @@ packages: next-tick: 1.1.0 dev: false - /es5-imcompatible-versions/0.1.77: + /es5-imcompatible-versions@0.1.77: resolution: {integrity: sha512-PYCZ6CvLzvVOPK4Lgja32PhWUoEJkQ1mWep0xuGtvVzmRAHq2xWHUuQ+jUXsIIAHo6c3Kh+n0z4rKCgBd4CrXA==} dev: false - /es6-iterator/2.0.3: + /es6-iterator@2.0.3: resolution: {integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c=} dependencies: d: 1.0.1 @@ -6992,14 +6987,14 @@ packages: es6-symbol: 3.1.3 dev: false - /es6-symbol/3.1.3: + /es6-symbol@3.1.3: resolution: {integrity: sha1-utXTwbzawoJp9MszHkMceKxwXRg=} dependencies: d: 1.0.1 ext: 1.7.0 dev: false - /esbuild-android-64/0.15.18: + /esbuild-android-64@0.15.18: resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} engines: {node: '>=12'} cpu: [x64] @@ -7008,7 +7003,7 @@ packages: dev: false optional: true - /esbuild-android-arm64/0.15.18: + /esbuild-android-arm64@0.15.18: resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} engines: {node: '>=12'} cpu: [arm64] @@ -7017,7 +7012,7 @@ packages: dev: false optional: true - /esbuild-darwin-64/0.15.18: + /esbuild-darwin-64@0.15.18: resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} engines: {node: '>=12'} cpu: [x64] @@ -7026,7 +7021,7 @@ packages: dev: false optional: true - /esbuild-darwin-arm64/0.15.18: + /esbuild-darwin-arm64@0.15.18: resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} engines: {node: '>=12'} cpu: [arm64] @@ -7035,7 +7030,7 @@ packages: dev: false optional: true - /esbuild-freebsd-64/0.15.18: + /esbuild-freebsd-64@0.15.18: resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} engines: {node: '>=12'} cpu: [x64] @@ -7044,7 +7039,7 @@ packages: dev: false optional: true - /esbuild-freebsd-arm64/0.15.18: + /esbuild-freebsd-arm64@0.15.18: resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} engines: {node: '>=12'} cpu: [arm64] @@ -7053,7 +7048,7 @@ packages: dev: false optional: true - /esbuild-linux-32/0.15.18: + /esbuild-linux-32@0.15.18: resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} engines: {node: '>=12'} cpu: [ia32] @@ -7062,7 +7057,7 @@ packages: dev: false optional: true - /esbuild-linux-64/0.15.18: + /esbuild-linux-64@0.15.18: resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} engines: {node: '>=12'} cpu: [x64] @@ -7071,25 +7066,25 @@ packages: dev: false optional: true - /esbuild-linux-arm/0.15.18: - resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} + /esbuild-linux-arm64@0.15.18: + resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [linux] requiresBuild: true dev: false optional: true - /esbuild-linux-arm64/0.15.18: - resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} + /esbuild-linux-arm@0.15.18: + resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [linux] requiresBuild: true dev: false optional: true - /esbuild-linux-mips64le/0.15.18: + /esbuild-linux-mips64le@0.15.18: resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} engines: {node: '>=12'} cpu: [mips64el] @@ -7098,7 +7093,7 @@ packages: dev: false optional: true - /esbuild-linux-ppc64le/0.15.18: + /esbuild-linux-ppc64le@0.15.18: resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} engines: {node: '>=12'} cpu: [ppc64] @@ -7107,7 +7102,7 @@ packages: dev: false optional: true - /esbuild-linux-riscv64/0.15.18: + /esbuild-linux-riscv64@0.15.18: resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} engines: {node: '>=12'} cpu: [riscv64] @@ -7116,7 +7111,7 @@ packages: dev: false optional: true - /esbuild-linux-s390x/0.15.18: + /esbuild-linux-s390x@0.15.18: resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} engines: {node: '>=12'} cpu: [s390x] @@ -7125,7 +7120,7 @@ packages: dev: false optional: true - /esbuild-netbsd-64/0.15.18: + /esbuild-netbsd-64@0.15.18: resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} engines: {node: '>=12'} cpu: [x64] @@ -7134,7 +7129,7 @@ packages: dev: false optional: true - /esbuild-openbsd-64/0.15.18: + /esbuild-openbsd-64@0.15.18: resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} engines: {node: '>=12'} cpu: [x64] @@ -7143,7 +7138,7 @@ packages: dev: false optional: true - /esbuild-sunos-64/0.15.18: + /esbuild-sunos-64@0.15.18: resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} engines: {node: '>=12'} cpu: [x64] @@ -7152,7 +7147,7 @@ packages: dev: false optional: true - /esbuild-windows-32/0.15.18: + /esbuild-windows-32@0.15.18: resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} engines: {node: '>=12'} cpu: [ia32] @@ -7161,7 +7156,7 @@ packages: dev: false optional: true - /esbuild-windows-64/0.15.18: + /esbuild-windows-64@0.15.18: resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} engines: {node: '>=12'} cpu: [x64] @@ -7170,7 +7165,7 @@ packages: dev: false optional: true - /esbuild-windows-arm64/0.15.18: + /esbuild-windows-arm64@0.15.18: resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} engines: {node: '>=12'} cpu: [arm64] @@ -7179,7 +7174,7 @@ packages: dev: false optional: true - /esbuild/0.15.18: + /esbuild@0.15.18: resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} engines: {node: '>=12'} hasBin: true @@ -7209,7 +7204,7 @@ packages: esbuild-windows-arm64: 0.15.18 dev: false - /esbuild/0.16.17: + /esbuild@0.16.17: resolution: {integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==} engines: {node: '>=12'} hasBin: true @@ -7239,23 +7234,23 @@ packages: '@esbuild/win32-x64': 0.16.17 dev: false - /escalade/3.1.1: + /escalade@3.1.1: resolution: {integrity: sha1-2M/ccACWXFoBdLSoLqpcBVJ0LkA=} engines: {node: '>=6'} - /escape-string-regexp/1.0.5: + /escape-string-regexp@1.0.5: resolution: {integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=} engines: {node: '>=0.8.0'} - /escape-string-regexp/2.0.0: + /escape-string-regexp@2.0.0: resolution: {integrity: sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q=} engines: {node: '>=8'} - /escape-string-regexp/4.0.0: + /escape-string-regexp@4.0.0: resolution: {integrity: sha1-FLqDpdNz49MR5a/KKc9b+tllvzQ=} engines: {node: '>=10'} - /escodegen/2.0.0: + /escodegen@2.0.0: resolution: {integrity: sha1-XjKxKDPoqo+jXhvwvvqJOASEx90=} engines: {node: '>=6.0'} hasBin: true @@ -7267,20 +7262,20 @@ packages: optionalDependencies: source-map: 0.6.1 - /eslint-config-egg/12.1.0_iukboom6ndih5an6iafl45j2fe: + /eslint-config-egg@12.1.0(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-xRBDg0Uesa+TErYtHOEU2WILgqIFoSHKcmmE6T2GLP/WPbVujaWaAxPYF3Oj40WL0dshNzGreblCI8lysTqTCQ==} engines: {node: '>= 14.17.0'} dependencies: '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi - '@typescript-eslint/eslint-plugin': 5.48.1_3jon24igvnqaqexgwtxk6nkpse - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@babel/eslint-parser': 7.19.1(@babel/core@7.20.12)(eslint@8.31.0) + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/parser': 5.48.1(eslint@8.31.0)(typescript@4.9.4) eslint-plugin-eggache: 2.0.0 - eslint-plugin-import: 2.27.4_qdjeohovcytra7xto5vgmxssaq - eslint-plugin-jsdoc: 39.6.4_eslint@8.31.0 - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.31.0 - eslint-plugin-node: 11.1.0_eslint@8.31.0 - eslint-plugin-react: 7.32.0_eslint@8.31.0 + eslint-plugin-import: 2.27.4(@typescript-eslint/parser@5.48.1)(eslint@8.31.0) + eslint-plugin-jsdoc: 39.6.4(eslint@8.31.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.31.0) + eslint-plugin-node: 11.1.0(eslint@8.31.0) + eslint-plugin-react: 7.32.0(eslint@8.31.0) transitivePeerDependencies: - eslint - eslint-import-resolver-typescript @@ -7289,7 +7284,7 @@ packages: - typescript dev: true - /eslint-config-prettier/8.6.0_eslint@8.31.0: + /eslint-config-prettier@8.6.0(eslint@8.31.0): resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: @@ -7298,7 +7293,7 @@ packages: eslint: 8.31.0 dev: true - /eslint-config-react-app/7.0.1_rpd7uhx77krrslgfzifo4tws2e: + /eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.18.6)(@babel/plugin-transform-react-jsx@7.20.7)(eslint@8.31.0)(jest@27.5.1)(typescript@4.9.4): resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -7309,20 +7304,20 @@ packages: optional: true dependencies: '@babel/core': 7.20.12 - '@babel/eslint-parser': 7.19.1_ucmnolur3r335ullwiyt3zl3pi + '@babel/eslint-parser': 7.19.1(@babel/core@7.20.12)(eslint@8.31.0) '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.48.1_3jon24igvnqaqexgwtxk6nkpse - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/parser': 5.48.1(eslint@8.31.0)(typescript@4.9.4) babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 eslint: 8.31.0 - eslint-plugin-flowtype: 8.0.3_eslint@8.31.0 - eslint-plugin-import: 2.27.4_qdjeohovcytra7xto5vgmxssaq - eslint-plugin-jest: 25.7.0_q74whf2yk6ymbmdf7nvvgnccqy - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.31.0 - eslint-plugin-react: 7.32.0_eslint@8.31.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 - eslint-plugin-testing-library: 5.9.1_iukboom6ndih5an6iafl45j2fe + eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.18.6)(@babel/plugin-transform-react-jsx@7.20.7)(eslint@8.31.0) + eslint-plugin-import: 2.27.4(@typescript-eslint/parser@5.48.1)(eslint@8.31.0) + eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.48.1)(eslint@8.31.0)(jest@27.5.1)(typescript@4.9.4) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.31.0) + eslint-plugin-react: 7.32.0(eslint@8.31.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.31.0) + eslint-plugin-testing-library: 5.9.1(eslint@8.31.0)(typescript@4.9.4) typescript: 4.9.4 transitivePeerDependencies: - '@babel/plugin-syntax-flow' @@ -7333,7 +7328,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-node/0.3.7: + /eslint-import-resolver-node@0.3.7: resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 @@ -7343,7 +7338,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_sqt5xxn4ciiurbqrzlaarm6ama: + /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.48.1)(eslint-import-resolver-node@0.3.7)(eslint@8.31.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -7364,7 +7359,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.1(eslint@8.31.0)(typescript@4.9.4) debug: 3.2.7 eslint: 8.31.0 eslint-import-resolver-node: 0.3.7 @@ -7372,12 +7367,12 @@ packages: - supports-color dev: true - /eslint-plugin-eggache/2.0.0: + /eslint-plugin-eggache@2.0.0: resolution: {integrity: sha512-IHPrZ8LZgTRJTN5e6bXEgmv4vE0yDTAYFgHyvlf2KED8gRSiZ/kVPur+VHjpV4/8OVGJg2YaNEqsiBHxgMCKyA==} engines: {node: '>=14.17.0'} dev: true - /eslint-plugin-es/3.0.1_eslint@8.31.0: + /eslint-plugin-es@3.0.1(eslint@8.31.0): resolution: {integrity: sha1-dafN/czdwFiZNK7rOEF18iHFeJM=} engines: {node: '>=8.10.0'} peerDependencies: @@ -7388,7 +7383,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-flowtype/8.0.3_eslint@8.31.0: + /eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.18.6)(@babel/plugin-transform-react-jsx@7.20.7)(eslint@8.31.0): resolution: {integrity: sha1-4VV+NxGPJHNKoxIudTagONNKSRI=} engines: {node: '>=12.0.0'} peerDependencies: @@ -7396,12 +7391,14 @@ packages: '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 dependencies: + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-transform-react-jsx': 7.20.7(@babel/core@7.20.12) eslint: 8.31.0 lodash: 4.17.21 string-natural-compare: 3.0.1 dev: true - /eslint-plugin-import/2.27.4_qdjeohovcytra7xto5vgmxssaq: + /eslint-plugin-import@2.27.4(@typescript-eslint/parser@5.48.1)(eslint@8.31.0): resolution: {integrity: sha512-Z1jVt1EGKia1X9CnBCkpAOhWy8FgQ7OmJ/IblEkT82yrFU/xJaxwujaTzLWqigewwynRQ9mmHfX9MtAfhxm0sA==} engines: {node: '>=4'} peerDependencies: @@ -7411,7 +7408,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.1(eslint@8.31.0)(typescript@4.9.4) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -7419,7 +7416,7 @@ packages: doctrine: 2.1.0 eslint: 8.31.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_sqt5xxn4ciiurbqrzlaarm6ama + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.48.1)(eslint-import-resolver-node@0.3.7)(eslint@8.31.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -7434,7 +7431,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/25.7.0_q74whf2yk6ymbmdf7nvvgnccqy: + /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.48.1)(eslint@8.31.0)(jest@27.5.1)(typescript@4.9.4): resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -7447,16 +7444,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.48.1_3jon24igvnqaqexgwtxk6nkpse - '@typescript-eslint/experimental-utils': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/experimental-utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) eslint: 8.31.0 - jest: 27.5.1_ts-node@10.9.1 + jest: 27.5.1(ts-node@10.9.1) transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jest/26.1.5_q74whf2yk6ymbmdf7nvvgnccqy: + /eslint-plugin-jest@26.1.5(@typescript-eslint/eslint-plugin@5.48.1)(eslint@8.31.0)(jest@27.5.1)(typescript@4.9.4): resolution: {integrity: sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7469,16 +7466,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.48.1_3jon24igvnqaqexgwtxk6nkpse - '@typescript-eslint/utils': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/eslint-plugin': 5.48.1(@typescript-eslint/parser@5.48.1)(eslint@8.31.0)(typescript@4.9.4) + '@typescript-eslint/utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) eslint: 8.31.0 - jest: 27.5.1_ts-node@10.9.1 + jest: 27.5.1(ts-node@10.9.1) transitivePeerDependencies: - supports-color - typescript dev: false - /eslint-plugin-jsdoc/39.6.4_eslint@8.31.0: + /eslint-plugin-jsdoc@39.6.4(eslint@8.31.0): resolution: {integrity: sha512-fskvdLCfwmPjHb6e+xNGDtGgbF8X7cDwMtVLAP2WwSf9Htrx68OAx31BESBM1FAwsN2HTQyYQq7m4aW4Q4Nlag==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} peerDependencies: @@ -7486,7 +7483,7 @@ packages: dependencies: '@es-joy/jsdoccomment': 0.36.1 comment-parser: 1.3.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) escape-string-regexp: 4.0.0 eslint: 8.31.0 esquery: 1.4.0 @@ -7496,7 +7493,7 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y/6.7.1_eslint@8.31.0: + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.31.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -7521,14 +7518,14 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-node/11.1.0_eslint@8.31.0: + /eslint-plugin-node@11.1.0(eslint@8.31.0): resolution: {integrity: sha1-yVVEQW7kraJnQKMEdO78VALcZx0=} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: eslint: 8.31.0 - eslint-plugin-es: 3.0.1_eslint@8.31.0 + eslint-plugin-es: 3.0.1(eslint@8.31.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -7536,7 +7533,7 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks/4.5.0_eslint@8.31.0: + /eslint-plugin-react-hooks@4.5.0(eslint@8.31.0): resolution: {integrity: sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==} engines: {node: '>=10'} peerDependencies: @@ -7545,7 +7542,7 @@ packages: eslint: 8.31.0 dev: false - /eslint-plugin-react-hooks/4.6.0_eslint@8.31.0: + /eslint-plugin-react-hooks@4.6.0(eslint@8.31.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: @@ -7554,7 +7551,7 @@ packages: eslint: 8.31.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.31.0: + /eslint-plugin-react@7.29.4(eslint@8.31.0): resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} engines: {node: '>=4'} peerDependencies: @@ -7577,7 +7574,7 @@ packages: string.prototype.matchall: 4.0.8 dev: false - /eslint-plugin-react/7.32.0_eslint@8.31.0: + /eslint-plugin-react@7.32.0(eslint@8.31.0): resolution: {integrity: sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==} engines: {node: '>=4'} peerDependencies: @@ -7601,41 +7598,41 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-testing-library/5.9.1_iukboom6ndih5an6iafl45j2fe: + /eslint-plugin-testing-library@5.9.1(eslint@8.31.0)(typescript@4.9.4): resolution: {integrity: sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.48.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.48.1(eslint@8.31.0)(typescript@4.9.4) eslint: 8.31.0 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-scope/5.1.1: + /eslint-scope@5.1.1: resolution: {integrity: sha1-54blmmbLkrP2wfsNUIqrF0hI9Iw=} engines: {node: '>=8.0.0'} dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - /eslint-scope/7.1.1: + /eslint-scope@7.1.1: resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - /eslint-utils/2.1.0: + /eslint-utils@2.1.0: resolution: {integrity: sha1-0t5eA0JOcH3BDHQGjd7a5wh0Gyc=} engines: {node: '>=6'} dependencies: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.31.0: + /eslint-utils@3.0.0(eslint@8.31.0): resolution: {integrity: sha1-iuuvrOc0W7M1WdsKHxOh0tSMNnI=} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: @@ -7644,20 +7641,20 @@ packages: eslint: 8.31.0 eslint-visitor-keys: 2.1.0 - /eslint-visitor-keys/1.3.0: + /eslint-visitor-keys@1.3.0: resolution: {integrity: sha1-MOvR73wv3/AcOk8VEESvJfqwUj4=} engines: {node: '>=4'} dev: true - /eslint-visitor-keys/2.1.0: + /eslint-visitor-keys@2.1.0: resolution: {integrity: sha1-9lMoJZMFknOSyTjtROsKXJsr0wM=} engines: {node: '>=10'} - /eslint-visitor-keys/3.3.0: + /eslint-visitor-keys@3.3.0: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint/8.31.0: + /eslint@8.31.0: resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true @@ -7669,11 +7666,11 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0(eslint@8.31.0) eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -7704,63 +7701,63 @@ packages: transitivePeerDependencies: - supports-color - /espree/9.4.1: + /espree@9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.8.1 - acorn-jsx: 5.3.2_acorn@8.8.1 + acorn-jsx: 5.3.2(acorn@8.8.1) eslint-visitor-keys: 3.3.0 - /esprima/4.0.1: + /esprima@4.0.1: resolution: {integrity: sha1-E7BM2z5sXRnfkatph6hpVhmwqnE=} engines: {node: '>=4'} hasBin: true - /esquery/1.4.0: + /esquery@1.4.0: resolution: {integrity: sha1-IUj/w4uC6McFff7UhCWz5h8PJKU=} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 - /esrecurse/4.3.0: + /esrecurse@4.3.0: resolution: {integrity: sha1-eteWTWeauyi+5yzsY3WLHF0smSE=} engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 - /estraverse/4.3.0: + /estraverse@4.3.0: resolution: {integrity: sha1-OYrT88WiSUi+dyXoPRGn3ijNvR0=} engines: {node: '>=4.0'} - /estraverse/5.3.0: + /estraverse@5.3.0: resolution: {integrity: sha1-LupSkHAvJquP5TcDcP+GyWXSESM=} engines: {node: '>=4.0'} - /esutils/2.0.3: + /esutils@2.0.3: resolution: {integrity: sha1-dNLrTeC42hKTcRkQ1Qd1ubcQ72Q=} engines: {node: '>=0.10.0'} - /event-emitter/0.3.5: + /event-emitter@0.3.5: resolution: {integrity: sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=} dependencies: d: 1.0.1 es5-ext: 0.10.62 dev: false - /events/3.3.0: + /events@3.3.0: resolution: {integrity: sha1-Mala0Kkk4tLEGagTrrLE6HjqdAA=} engines: {node: '>=0.8.x'} dev: false - /evp_bytestokey/1.0.3: + /evp_bytestokey@1.0.3: resolution: {integrity: sha1-f8vbGY3HGVlDLv4ThCaE4FJaywI=} dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 dev: false - /execa/4.1.0: + /execa@4.1.0: resolution: {integrity: sha1-TlSRrRVy8vF6d9OIxshXE1sihHo=} engines: {node: '>=10'} dependencies: @@ -7775,7 +7772,7 @@ packages: strip-final-newline: 2.0.0 dev: true - /execa/5.1.1: + /execa@5.1.1: resolution: {integrity: sha1-+ArZy/Qpj3vR1MlVXCHpN0HEEd0=} engines: {node: '>=10'} dependencies: @@ -7789,17 +7786,17 @@ packages: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - /execall/2.0.0: + /execall@2.0.0: resolution: {integrity: sha1-FqBrX+UJnffQC+XZwG7s3tFmO0U=} engines: {node: '>=8'} dependencies: clone-regexp: 2.2.0 - /exit/0.1.2: + /exit@0.1.2: resolution: {integrity: sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=} engines: {node: '>= 0.8.0'} - /expect/27.5.1: + /expect@27.5.1: resolution: {integrity: sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -7808,25 +7805,25 @@ packages: jest-matcher-utils: 27.5.1 jest-message-util: 27.5.1 - /ext/1.7.0: + /ext@1.7.0: resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} dependencies: type: 2.7.2 dev: false - /extend/3.0.2: + /extend@3.0.2: resolution: {integrity: sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo=} dev: true - /extract-files/9.0.0: + /extract-files@9.0.0: resolution: {integrity: sha1-indE8kN/gfXtMlDtnxVQ3pAv5Uo=} engines: {node: ^10.17.0 || ^12.0.0 || >= 13.7.0} dev: false - /fast-deep-equal/3.1.3: + /fast-deep-equal@3.1.3: resolution: {integrity: sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=} - /fast-glob/3.2.12: + /fast-glob@3.2.12: resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} engines: {node: '>=8.6.0'} dependencies: @@ -7836,36 +7833,36 @@ packages: merge2: 1.4.1 micromatch: 4.0.5 - /fast-json-stable-stringify/2.1.0: + /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=} - /fast-levenshtein/2.0.6: + /fast-levenshtein@2.0.6: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} - /fast-redact/3.1.2: + /fast-redact@3.1.2: resolution: {integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==} engines: {node: '>=6'} dev: false - /fastest-levenshtein/1.0.16: + /fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} - /fastq/1.15.0: + /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 - /fb-watchman/2.0.2: + /fb-watchman@2.0.2: resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} dependencies: bser: 2.1.1 - /fecha/4.2.3: + /fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} dev: false - /fetch-blob/3.2.0: + /fetch-blob@3.2.0: resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} engines: {node: ^12.20 || >= 14.13} dependencies: @@ -7873,53 +7870,53 @@ packages: web-streams-polyfill: 3.2.1 dev: false - /file-entry-cache/6.0.1: + /file-entry-cache@6.0.1: resolution: {integrity: sha1-IRst2WWcsDlLBz5zI6w8kz1SICc=} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 - /fill-range/7.0.1: + /fill-range@7.0.1: resolution: {integrity: sha1-GRmmp8df44ssfHflGYU12prN2kA=} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 - /filter-obj/1.1.0: + /filter-obj@1.1.0: resolution: {integrity: sha1-mzERErxsYSehbgFsbF1/GeCAXFs=} engines: {node: '>=0.10.0'} dev: false - /find-up/4.1.0: + /find-up@4.1.0: resolution: {integrity: sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=} engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 - /find-up/5.0.0: + /find-up@5.0.0: resolution: {integrity: sha1-TJKBnstwg1YeT0okCoa+UZj1Nvw=} engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 - /flat-cache/3.0.4: + /flat-cache@3.0.4: resolution: {integrity: sha1-YbAzgwKy/p+Vfcwy/CqH8cMEixE=} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flatted: 3.2.7 rimraf: 3.0.2 - /flatted/3.2.7: + /flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} - /flatten/1.0.3: + /flatten@1.0.3: resolution: {integrity: sha1-wSg6yfJ7Noq8HjbR/3sEUBowNWs=} deprecated: flatten is deprecated in favor of utility frameworks such as lodash. dev: false - /follow-redirects/1.15.2: + /follow-redirects@1.15.2: resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} engines: {node: '>=4.0'} peerDependencies: @@ -7929,12 +7926,12 @@ packages: optional: true dev: false - /for-each/0.3.3: + /for-each@0.3.3: resolution: {integrity: sha1-abRH6IoKXTLD5whPPxcQA0shN24=} dependencies: is-callable: 1.2.7 - /fork-ts-checker-webpack-plugin/7.3.0_typescript@4.9.4: + /fork-ts-checker-webpack-plugin@7.3.0(typescript@4.9.4)(webpack@5.80.0): resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -7958,9 +7955,10 @@ packages: semver: 7.3.8 tapable: 2.2.1 typescript: 4.9.4 + webpack: 5.80.0 dev: false - /form-data/3.0.1: + /form-data@3.0.1: resolution: {integrity: sha1-69U3kbeDVqma+aMA1CgsTV65dV8=} engines: {node: '>= 6'} dependencies: @@ -7968,7 +7966,7 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.35 - /form-data/4.0.0: + /form-data@4.0.0: resolution: {integrity: sha1-k5Gdrq82HuUpWEubMWZNwSyfpFI=} engines: {node: '>= 6'} dependencies: @@ -7977,18 +7975,18 @@ packages: mime-types: 2.1.35 dev: false - /formdata-polyfill/4.0.10: + /formdata-polyfill@4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} engines: {node: '>=12.20.0'} dependencies: fetch-blob: 3.2.0 dev: false - /fraction.js/4.2.0: + /fraction.js@4.2.0: resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} dev: false - /fs-extra/10.1.0: + /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} dependencies: @@ -7996,28 +7994,32 @@ packages: jsonfile: 6.1.0 universalify: 2.0.0 - /fs-monkey/1.0.3: + /fs-monkey@1.0.3: resolution: {integrity: sha1-rjrJLVO7Mo7+DpodlUH2rY1I4tM=} dev: false - /fs-readdir-recursive/1.1.0: + /fs-readdir-recursive@1.1.0: resolution: {integrity: sha1-4y/AMKLM7kSmtTcTCNpUvgs5fSc=} dev: false - /fs.realpath/1.0.0: + /fs.realpath@1.0.0: resolution: {integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8=} - /fsevents/2.3.2: + /fscreen@1.2.0: + resolution: {integrity: sha1-GoyI4GvBage0c62WGW+wbWZX9Z4=} + dev: false + + /fsevents@2.3.2: resolution: {integrity: sha1-ilJveLj99GI7cJ4Ll1xSwkwC/Ro=} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true optional: true - /function-bind/1.1.1: + /function-bind@1.1.1: resolution: {integrity: sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=} - /function.prototype.name/1.1.5: + /function.prototype.name@1.1.5: resolution: {integrity: sha1-zOBQX+H/uAUD5vnkbMZORqEqliE=} engines: {node: '>= 0.4'} dependencies: @@ -8026,63 +8028,63 @@ packages: es-abstract: 1.21.1 functions-have-names: 1.2.3 - /functions-have-names/1.2.3: + /functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - /gensync/1.0.0-beta.2: + /gensync@1.0.0-beta.2: resolution: {integrity: sha1-MqbudsPX9S1GsrGuXZP+qFgKJeA=} engines: {node: '>=6.9.0'} - /get-caller-file/2.0.5: + /get-caller-file@2.0.5: resolution: {integrity: sha1-T5RBKoLbMvNuOwuXQfipf+sDH34=} engines: {node: 6.* || 8.* || >= 10.*} - /get-intrinsic/1.1.3: + /get-intrinsic@1.1.3: resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==} dependencies: function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.3 - /get-own-enumerable-property-symbols/3.0.2: + /get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha1-tf3nfyLL4185C04ImSLFC85u9mQ=} dev: true - /get-package-type/0.1.0: + /get-package-type@0.1.0: resolution: {integrity: sha1-jeLYA8/0TfO8bEVuZmizbDkm4Ro=} engines: {node: '>=8.0.0'} - /get-stdin/8.0.0: + /get-stdin@8.0.0: resolution: {integrity: sha1-y61qc/63X27rIrqeAfiaooqpelM=} engines: {node: '>=10'} - /get-stream/5.2.0: + /get-stream@5.2.0: resolution: {integrity: sha1-SWaheV7lrOZecGxLe+txJX1uItM=} engines: {node: '>=8'} dependencies: pump: 3.0.0 dev: true - /get-stream/6.0.1: + /get-stream@6.0.1: resolution: {integrity: sha1-omLY7vZ6ztV8KFKtYWdSakPL97c=} engines: {node: '>=10'} - /get-symbol-description/1.0.0: + /get-symbol-description@1.0.0: resolution: {integrity: sha1-f9uByQAQH71WTdXxowr1qtweWNY=} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 - /get-tsconfig/4.3.0: + /get-tsconfig@4.3.0: resolution: {integrity: sha512-YCcF28IqSay3fqpIu5y3Krg/utCBHBeoflkZyHj/QcqI2nrLPC3ZegS9CmIo+hJb8K7aiGsuUl7PwWVjNG2HQQ==} dev: false - /git-hooks-list/1.0.3: + /git-hooks-list@1.0.3: resolution: {integrity: sha1-vluq94IDzjQvL4RKnSsD26G0UVY=} dev: false - /git-raw-commits/2.0.11: + /git-raw-commits@2.0.11: resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} engines: {node: '>=10'} hasBin: true @@ -8094,23 +8096,27 @@ packages: through2: 4.0.2 dev: true - /gl-matrix/3.4.3: + /gl-matrix@3.4.3: resolution: {integrity: sha1-/BGR6DIACf1NIOkzlZXGBB3cIsk=} dev: false - /glob-parent/5.1.2: + /glob-parent@5.1.2: resolution: {integrity: sha1-hpgyxYA0/mikCTwX3BXoNA2EAcQ=} engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 - /glob-parent/6.0.2: + /glob-parent@6.0.2: resolution: {integrity: sha1-bSN9mQg5UMeSkPJMdkKj3poo+eM=} engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 - /glob/7.2.3: + /glob-to-regexp@0.4.1: + resolution: {integrity: sha1-x1KXCHyFG5pXi9IX3VmpL1n+VG4=} + dev: false + + /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 @@ -8120,20 +8126,20 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /global-dirs/0.1.1: + /global-dirs@0.1.1: resolution: {integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=} engines: {node: '>=4'} dependencies: ini: 1.3.8 dev: true - /global-modules/2.0.0: + /global-modules@2.0.0: resolution: {integrity: sha1-mXYFrSNF8n9RU5vqJldEISFcd4A=} engines: {node: '>=6'} dependencies: global-prefix: 3.0.0 - /global-prefix/3.0.0: + /global-prefix@3.0.0: resolution: {integrity: sha1-/IX3MGTfafUEIfR/iD/luRO6m5c=} engines: {node: '>=6'} dependencies: @@ -8141,30 +8147,30 @@ packages: kind-of: 6.0.3 which: 1.3.1 - /global/4.4.0: + /global@4.4.0: resolution: {integrity: sha1-PnsQUXkAajI+1xqvyj6cV6XMZAY=} dependencies: min-document: 2.19.0 process: 0.11.10 dev: false - /globals/11.12.0: + /globals@11.12.0: resolution: {integrity: sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4=} engines: {node: '>=4'} - /globals/13.19.0: + /globals@13.19.0: resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 - /globalthis/1.0.3: + /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: define-properties: 1.1.4 - /globby/10.0.0: + /globby@10.0.0: resolution: {integrity: sha1-q/zQYwA3rhdKiFkBMsL2gE4pEHI=} engines: {node: '>=8'} dependencies: @@ -8178,7 +8184,7 @@ packages: slash: 3.0.0 dev: false - /globby/11.1.0: + /globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} dependencies: @@ -8189,10 +8195,10 @@ packages: merge2: 1.4.1 slash: 3.0.0 - /globjoin/0.1.4: + /globjoin@0.1.4: resolution: {integrity: sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=} - /gonzales-pe/4.3.0: + /gonzales-pe@4.3.0: resolution: {integrity: sha1-/p3sXzxVfurQn/hoxlgmvlTQZ7M=} engines: {node: '>=0.6.0'} hasBin: true @@ -8200,23 +8206,23 @@ packages: minimist: 1.2.7 dev: true - /gopd/1.0.1: + /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.1.3 - /graceful-fs/4.2.10: + /graceful-fs@4.2.10: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} - /grapheme-splitter/1.0.4: + /grapheme-splitter@1.0.4: resolution: {integrity: sha1-nPOmZcYkdHmJaDSvNc8du0QAdn4=} - /graphql-request/5.1.0_graphql@16.6.0: + /graphql-request@5.1.0(graphql@16.6.0): resolution: {integrity: sha512-0OeRVYigVwIiXhNmqnPDt+JhMzsjinxHE7TVy3Lm6jUzav0guVcL0lfSbi6jVTRAxcbwgyr6yrZioSHxf9gHzw==} peerDependencies: graphql: 14 - 16 dependencies: - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.1(graphql@16.6.0) cross-fetch: 3.1.5 extract-files: 9.0.0 form-data: 3.0.1 @@ -8225,7 +8231,7 @@ packages: - encoding dev: false - /graphql-tag/2.12.6_graphql@16.6.0: + /graphql-tag@2.12.6(graphql@16.6.0): resolution: {integrity: sha1-1EGlacHSU37xDKPRYztIclMptfE=} engines: {node: '>=10'} peerDependencies: @@ -8235,60 +8241,60 @@ packages: tslib: 2.4.1 dev: false - /graphql/16.6.0: + /graphql@16.6.0: resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} dev: false - /handle-thing/2.0.1: + /handle-thing@2.0.1: resolution: {integrity: sha1-hX95zjWVgMNA1DCBzGSJcNC7I04=} dev: false - /hard-rejection/2.1.0: + /hard-rejection@2.1.0: resolution: {integrity: sha1-HG7aXBaFxjlCdm15u0Cudzzs2IM=} engines: {node: '>=6'} - /harmony-reflect/1.6.2: + /harmony-reflect@1.6.2: resolution: {integrity: sha1-Mey9MuZIo00DDYattn1NR1R/5xA=} dev: false - /has-bigints/1.0.2: + /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - /has-flag/3.0.0: + /has-flag@3.0.0: resolution: {integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0=} engines: {node: '>=4'} - /has-flag/4.0.0: + /has-flag@4.0.0: resolution: {integrity: sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s=} engines: {node: '>=8'} - /has-property-descriptors/1.0.0: + /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.1.3 - /has-proto/1.0.1: + /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} engines: {node: '>= 0.4'} - /has-symbols/1.0.3: + /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} - /has-tostringtag/1.0.0: + /has-tostringtag@1.0.0: resolution: {integrity: sha1-fhM4GKfTlHNPlB5zw9P5KR5liyU=} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 - /has/1.0.3: + /has@1.0.3: resolution: {integrity: sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 - /hash-base/3.1.0: + /hash-base@3.1.0: resolution: {integrity: sha1-VcOB2eBuHSmXqIO0o/3f5/DTrzM=} engines: {node: '>=4'} dependencies: @@ -8297,25 +8303,36 @@ packages: safe-buffer: 5.2.1 dev: false - /hash.js/1.1.7: + /hash.js@1.1.7: resolution: {integrity: sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 dev: false - /he/1.2.0: + /he@1.2.0: resolution: {integrity: sha1-hK5l+n6vsWX922FWauFLrwVmTw8=} hasBin: true dev: false - /history/5.3.0: + /history@4.10.1: + resolution: {integrity: sha1-MzcaZeOoOyZ0NOKz87G0xYqtTPM=} + dependencies: + '@babel/runtime': 7.20.7 + loose-envify: 1.4.0 + resolve-pathname: 3.0.0 + tiny-invariant: 1.3.1 + tiny-warning: 1.0.3 + value-equal: 1.0.1 + dev: false + + /history@5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: '@babel/runtime': 7.20.7 dev: false - /hmac-drbg/1.0.1: + /hmac-drbg@1.0.1: resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=} dependencies: hash.js: 1.1.7 @@ -8323,22 +8340,26 @@ packages: minimalistic-crypto-utils: 1.0.1 dev: false - /hoist-non-react-statics/3.3.2: + /hoist-non-react-statics@2.5.5: + resolution: {integrity: sha1-xZA89AnA39kI84jmGdhrnBF0y0c=} + dev: false + + /hoist-non-react-statics@3.3.2: resolution: {integrity: sha1-7OCsr3HWLClpwuxZ/v9CpLGoW0U=} dependencies: react-is: 16.13.1 dev: false - /hosted-git-info/2.8.9: + /hosted-git-info@2.8.9: resolution: {integrity: sha1-3/wL+aIcAiCQkPKqaUKeFBTa8/k=} - /hosted-git-info/4.1.0: + /hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 - /hpack.js/2.1.6: + /hpack.js@2.1.6: resolution: {integrity: sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=} dependencies: inherits: 2.0.4 @@ -8347,24 +8368,24 @@ packages: wbuf: 1.7.3 dev: false - /htm/3.1.1: + /htm@3.1.1: resolution: {integrity: sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==} dev: false - /html-encoding-sniffer/2.0.1: + /html-encoding-sniffer@2.0.1: resolution: {integrity: sha1-QqbcT9M/ACgRduiyN1nKTk+hhfM=} engines: {node: '>=10'} dependencies: whatwg-encoding: 1.0.5 - /html-entities/2.3.3: + /html-entities@2.3.3: resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} dev: false - /html-escaper/2.0.2: + /html-escaper@2.0.2: resolution: {integrity: sha1-39YAJ9o2o238viNiYsAKWCJoFFM=} - /html-minifier-terser/6.1.0: + /html-minifier-terser@6.1.0: resolution: {integrity: sha1-v8gYk0zAeRj2s2afV3Ts39SPMqs=} engines: {node: '>=12'} hasBin: true @@ -8378,11 +8399,11 @@ packages: terser: 5.16.1 dev: false - /html-tags/3.2.0: + /html-tags@3.2.0: resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==} engines: {node: '>=8'} - /html-webpack-plugin/5.5.0: + /html-webpack-plugin@5.5.0(webpack@5.80.0): resolution: {integrity: sha1-w5EZNvV2gcH59Ni2jBWM2d/lL1A=} engines: {node: '>=10.13.0'} peerDependencies: @@ -8393,9 +8414,10 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 + webpack: 5.80.0 dev: false - /html2canvas/1.4.1: + /html2canvas@1.4.1: resolution: {integrity: sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==} engines: {node: '>=8.0.0'} dependencies: @@ -8403,7 +8425,7 @@ packages: text-segmentation: 1.0.3 dev: false - /htmlparser2/3.10.1: + /htmlparser2@3.10.1: resolution: {integrity: sha1-vWedw/WYl7ajS7EHSchVu1OpOS8=} dependencies: domelementtype: 1.3.1 @@ -8412,9 +8434,8 @@ packages: entities: 1.1.2 inherits: 2.0.4 readable-stream: 3.6.0 - dev: true - /htmlparser2/6.1.0: + /htmlparser2@6.1.0: resolution: {integrity: sha1-xNditsM3GgXb5l6UrkOp+EX7j7c=} dependencies: domelementtype: 2.3.0 @@ -8423,63 +8444,62 @@ packages: entities: 2.2.0 dev: false - /http-deceiver/1.2.7: + /http-deceiver@1.2.7: resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=} dev: false - /http-proxy-agent/4.0.1: + /http-proxy-agent@4.0.1: resolution: {integrity: sha1-ioyO9/WTLM+VPClsqCkblap0qjo=} engines: {node: '>= 6'} dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /https-browserify/1.0.0: + /https-browserify@1.0.0: resolution: {integrity: sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=} dev: false - /https-proxy-agent/5.0.1: + /https-proxy-agent@5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /human-signals/1.1.1: + /human-signals@1.1.1: resolution: {integrity: sha1-xbHNFPUK6uCatsWf5jujOV/k36M=} engines: {node: '>=8.12.0'} dev: true - /human-signals/2.1.0: + /human-signals@2.1.0: resolution: {integrity: sha1-3JH8ukLk0G5Kuu0zs+ejwC9RTqA=} engines: {node: '>=10.17.0'} - /husky/8.0.3: + /husky@8.0.3: resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} engines: {node: '>=14'} hasBin: true dev: true - /iconv-lite/0.4.24: + /iconv-lite@0.4.24: resolution: {integrity: sha1-ICK0sl+93CHS9SSXSkdKr+czkIs=} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 - /iconv-lite/0.6.3: + /iconv-lite@0.6.3: resolution: {integrity: sha1-pS+AvzjaGVLrXGgXkHGYcaGnJQE=} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 dev: false - optional: true - /icss-utils/5.1.0_postcss@8.4.21: + /icss-utils@5.1.0(postcss@8.4.21): resolution: {integrity: sha1-xr5oWKvQE9do6YNmrkfiXViHsa4=} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -8488,22 +8508,22 @@ packages: postcss: 8.4.21 dev: false - /identity-obj-proxy/3.0.0: + /identity-obj-proxy@3.0.0: resolution: {integrity: sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=} engines: {node: '>=4'} dependencies: harmony-reflect: 1.6.2 dev: false - /ieee754/1.2.1: + /ieee754@1.2.1: resolution: {integrity: sha1-jrehCmP/8l0VpXsAFYbRd9Gw01I=} dev: false - /ignore/5.2.4: + /ignore@5.2.4: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} - /image-size/0.5.5: + /image-size@0.5.5: resolution: {integrity: sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=} engines: {node: '>=0.10.0'} hasBin: true @@ -8511,28 +8531,28 @@ packages: dev: false optional: true - /immer/8.0.4: + /immer@8.0.4: resolution: {integrity: sha1-OiFgWk4t3thS+yr9IIrVCWlze3o=} dev: false - /import-fresh/3.3.0: + /import-fresh@3.3.0: resolution: {integrity: sha1-NxYsJfy566oublPVtNiM4X2eDCs=} engines: {node: '>=6'} dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - /import-html-entry/1.14.0: + /import-html-entry@1.14.0: resolution: {integrity: sha512-CQQMV+2rxHCLMSXsajV1cjT1g6xi3ujMAPnGwR96xHaN5/JEVIOUGkM7LDRn73dk8E8NaHmOf3rvPPExPPe1xw==} dependencies: '@babel/runtime': 7.20.7 dev: false - /import-lazy/4.0.0: + /import-lazy@4.0.0: resolution: {integrity: sha1-6OtidIOgpD2jwD8+NVSL5csMwVM=} engines: {node: '>=8'} - /import-local/3.1.0: + /import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} engines: {node: '>=8'} hasBin: true @@ -8540,35 +8560,35 @@ packages: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - /imurmurhash/0.1.4: + /imurmurhash@0.1.4: resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=} engines: {node: '>=0.8.19'} - /indent-string/4.0.0: + /indent-string@4.0.0: resolution: {integrity: sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE=} engines: {node: '>=8'} - /inflight/1.0.6: + /inflight@1.0.6: resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} dependencies: once: 1.4.0 wrappy: 1.0.2 - /inherits/2.0.1: + /inherits@2.0.1: resolution: {integrity: sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=} dev: false - /inherits/2.0.3: + /inherits@2.0.3: resolution: {integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=} dev: false - /inherits/2.0.4: + /inherits@2.0.4: resolution: {integrity: sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w=} - /ini/1.3.8: + /ini@1.3.8: resolution: {integrity: sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=} - /internal-slot/1.0.4: + /internal-slot@1.0.4: resolution: {integrity: sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==} engines: {node: '>= 0.4'} dependencies: @@ -8576,35 +8596,35 @@ packages: has: 1.0.3 side-channel: 1.0.4 - /intl-format-cache/4.3.1: + /intl-format-cache@4.3.1: resolution: {integrity: sha1-SE0xqYchYebAITk0myWaYimt43c=} dev: false - /intl-messageformat-parser/3.6.4: + /intl-messageformat-parser@3.6.4: resolution: {integrity: sha1-UZnRBtgWw92ibuBpQ2Kpz4I5ePs=} deprecated: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser dependencies: '@formatjs/intl-unified-numberformat': 3.3.7 dev: false - /intl-messageformat/7.8.4: + /intl-messageformat@7.8.4: resolution: {integrity: sha1-wpFGoGuc0mZil4pNlf/ysTPjZC8=} dependencies: intl-format-cache: 4.3.1 intl-messageformat-parser: 3.6.4 dev: false - /intl/1.2.5: + /intl@1.2.5: resolution: {integrity: sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94=} dev: false - /invariant/2.2.4: + /invariant@2.2.4: resolution: {integrity: sha1-YQ88ksk1nOHbYW5TgAjSP/NRWOY=} dependencies: loose-envify: 1.4.0 dev: false - /ip-address/6.4.0: + /ip-address@6.4.0: resolution: {integrity: sha1-j31D52ACocPCMHksdI9djBQ/kIo=} engines: {node: '>= 0.10'} dependencies: @@ -8617,7 +8637,7 @@ packages: sprintf-js: 1.1.2 dev: false - /ip-cidr/2.1.5: + /ip-cidr@2.1.5: resolution: {integrity: sha1-Z/0C7gAdasDyU6HVd+QXCo99SAs=} engines: {node: '>=5.0.0'} dependencies: @@ -8625,129 +8645,129 @@ packages: jsbn: 1.1.0 dev: false - /ip-range-check/0.0.2: + /ip-range-check@0.0.2: resolution: {integrity: sha1-YFyFloeqTxhGORjUYZDYs2maKTw=} dependencies: ipaddr.js: 1.9.1 dev: false - /ip-regex/2.1.0: + /ip-regex@2.1.0: resolution: {integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=} engines: {node: '>=4'} dev: false - /ipaddr.js/1.9.1: + /ipaddr.js@1.9.1: resolution: {integrity: sha1-v/OFQ+64mEglB5/zoqjmy9RngbM=} engines: {node: '>= 0.10'} dev: false - /ipv6-normalize/1.0.1: + /ipv6-normalize@1.0.1: resolution: {integrity: sha1-GzJYKQ02X6gyOeiZB93kWS52IKg=} dev: false - /is-alphabetical/1.0.4: + /is-alphabetical@1.0.4: resolution: {integrity: sha1-nn1rlJFr4iFTdF0YTCmMv5hqaG0=} dev: true - /is-alphanumerical/1.0.4: + /is-alphanumerical@1.0.4: resolution: {integrity: sha1-frmiQx+FX2se8aeOMm31FWlsTb8=} dependencies: is-alphabetical: 1.0.4 is-decimal: 1.0.4 dev: true - /is-arguments/1.1.1: + /is-arguments@1.1.1: resolution: {integrity: sha1-FbP4j9oB8ql/7ITKdhpWDxI++ps=} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-array-buffer/3.0.1: + /is-array-buffer@3.0.1: resolution: {integrity: sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 is-typed-array: 1.1.10 - /is-arrayish/0.2.1: + /is-arrayish@0.2.1: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} - /is-arrow-function/2.0.3: + /is-arrow-function@2.0.3: resolution: {integrity: sha512-iDStzcT1FJMzx+TjCOK//uDugSe/Mif/8a+T0htydQ3qkJGvSweTZpVYz4hpJH0baloSPiAFQdA8WslAgJphvQ==} engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 dev: false - /is-async-function/2.0.0: + /is-async-function@2.0.0: resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false - /is-bigint/1.0.4: + /is-bigint@1.0.4: resolution: {integrity: sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=} dependencies: has-bigints: 1.0.2 - /is-binary-path/2.1.0: + /is-binary-path@2.1.0: resolution: {integrity: sha1-6h9/O4DwZCNug0cPhsCcJU+0Wwk=} engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 dev: false - /is-boolean-object/1.1.2: + /is-boolean-object@1.1.2: resolution: {integrity: sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-buffer/2.0.5: + /is-buffer@2.0.5: resolution: {integrity: sha1-68JS5ADSL/jXf6CYiIIaJKZYwZE=} engines: {node: '>=4'} dev: true - /is-callable/1.2.7: + /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - /is-cidr/3.1.1: + /is-cidr@3.1.1: resolution: {integrity: sha1-6S7xIb3sJ4InGnfOSHqLjfNxirc=} engines: {node: '>=6'} dependencies: cidr-regex: 2.0.10 dev: false - /is-core-module/2.11.0: + /is-core-module@2.11.0: resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} dependencies: has: 1.0.3 - /is-date-object/1.0.5: + /is-date-object@1.0.5: resolution: {integrity: sha1-CEHVU25yTCVZe/bqYuG9OCmN8x8=} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-decimal/1.0.4: + /is-decimal@1.0.4: resolution: {integrity: sha1-ZaOllYocW2OnBuGzM9fNn2MNP6U=} dev: true - /is-docker/2.2.1: + /is-docker@2.2.1: resolution: {integrity: sha1-M+6r4jz+hvFL3kQIoCwM+4U6zao=} engines: {node: '>=8'} hasBin: true dev: false - /is-domain-name/1.0.1: + /is-domain-name@1.0.1: resolution: {integrity: sha1-9uszsUpJdUHcpYM1E31EZuDCDaE=} dev: false - /is-equal/1.6.4: + /is-equal@1.6.4: resolution: {integrity: sha512-NiPOTBb5ahmIOYkJ7mVTvvB1bydnTzixvfO+59AjJKBpyjPBIULL3EHGxySyZijlVpewveJyhiLQThcivkkAtw==} engines: {node: '>= 0.4'} dependencies: @@ -8774,150 +8794,155 @@ packages: which-collection: 1.0.1 dev: false - /is-extglob/2.1.1: + /is-extglob@2.1.1: resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=} engines: {node: '>=0.10.0'} - /is-finalizationregistry/1.0.2: + /is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} dependencies: call-bind: 1.0.2 dev: false - /is-fullwidth-code-point/3.0.0: + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0=} engines: {node: '>=8'} - /is-generator-fn/2.1.0: + /is-generator-fn@2.1.0: resolution: {integrity: sha1-fRQK3DiarzARqPKipM+m+q3/sRg=} engines: {node: '>=6'} - /is-generator-function/1.0.10: + /is-generator-function@1.0.10: resolution: {integrity: sha1-8VWLrxrBfg3up8BBXEODUf8rPHI=} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: false - /is-glob/4.0.3: + /is-glob@4.0.3: resolution: {integrity: sha1-ZPYeQsu7LuwgcanawLKLoeZdUIQ=} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 - /is-hexadecimal/1.0.4: + /is-hexadecimal@1.0.4: resolution: {integrity: sha1-zDXJdYjaS9Saju3WvECC1E3LI6c=} dev: true - /is-ip/2.0.0: + /is-ip@2.0.0: resolution: {integrity: sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=} engines: {node: '>=4'} dependencies: ip-regex: 2.1.0 dev: false - /is-map/2.0.2: + /is-map@2.0.2: resolution: {integrity: sha1-AJItuMm/c+gbejNYJ7wqQ/K5ESc=} - /is-negative-zero/2.0.2: + /is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} - /is-number-object/1.0.7: + /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-number/7.0.0: + /is-number@7.0.0: resolution: {integrity: sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss=} engines: {node: '>=0.12.0'} - /is-obj/1.0.1: + /is-obj@1.0.1: resolution: {integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8=} engines: {node: '>=0.10.0'} dev: true - /is-obj/2.0.0: + /is-obj@2.0.0: resolution: {integrity: sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI=} engines: {node: '>=8'} dev: true - /is-path-inside/3.0.3: + /is-path-inside@3.0.3: resolution: {integrity: sha1-0jE2LlOgf/Kw4Op/7QSRYf/RYoM=} engines: {node: '>=8'} - /is-plain-obj/1.1.0: + /is-plain-obj@1.1.0: resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=} engines: {node: '>=0.10.0'} - /is-plain-obj/2.1.0: + /is-plain-obj@2.1.0: resolution: {integrity: sha1-ReQuN/zPH0Dajl927iFRWEDAkoc=} engines: {node: '>=8'} - /is-plain-object/2.0.4: + /is-plain-object@2.0.4: resolution: {integrity: sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 dev: false - /is-plain-object/5.0.0: + /is-plain-object@5.0.0: resolution: {integrity: sha1-RCf1CrNCnpAl6n1S6QQ6nvQVk0Q=} engines: {node: '>=0.10.0'} dev: false - /is-potential-custom-element-name/1.0.1: + /is-potential-custom-element-name@1.0.1: resolution: {integrity: sha1-Fx7W8Z46xVQ5Tt94yqBXhKRb67U=} - /is-regex/1.1.4: + /is-regex@1.1.4: resolution: {integrity: sha1-7vVmPNWfpMCuM5UFMj32hUuxWVg=} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-regexp/1.0.0: + /is-regexp@1.0.0: resolution: {integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk=} engines: {node: '>=0.10.0'} dev: true - /is-regexp/2.1.0: + /is-regexp@2.1.0: resolution: {integrity: sha1-zXNKVoZOI7lWv058ZsOWpMCyLC0=} engines: {node: '>=6'} - /is-set/2.0.2: + /is-set@2.0.2: resolution: {integrity: sha1-kHVfpMJWLcHF1AJHYNYRm5TKGOw=} - /is-shared-array-buffer/1.0.2: + /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 - /is-stream/2.0.1: + /is-stream@1.1.0: + resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} + engines: {node: '>=0.10.0'} + dev: false + + /is-stream@2.0.1: resolution: {integrity: sha1-+sHj1TuXrVqdCunO8jifWBClwHc=} engines: {node: '>=8'} - /is-string/1.0.7: + /is-string@1.0.7: resolution: {integrity: sha1-DdEr8gBvJVu1j2lREO/3SR7rwP0=} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-symbol/1.0.4: + /is-symbol@1.0.4: resolution: {integrity: sha1-ptrJO2NbBjymhyI23oiRClevE5w=} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 - /is-text-path/1.0.1: + /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-typed-array/1.1.10: + /is-typed-array@1.1.10: resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} engines: {node: '>= 0.4'} dependencies: @@ -8927,75 +8952,82 @@ packages: gopd: 1.0.1 has-tostringtag: 1.0.0 - /is-typedarray/1.0.0: + /is-typedarray@1.0.0: resolution: {integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=} - /is-unicode-supported/0.1.0: + /is-unicode-supported@0.1.0: resolution: {integrity: sha1-PybHaoCVk7Ur+i7LVxDtJ3m1Iqc=} engines: {node: '>=10'} dev: true - /is-weakmap/2.0.1: + /is-weakmap@2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} - /is-weakref/1.0.2: + /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 - /is-weakset/2.0.2: + /is-weakset@2.0.2: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 - /is-what/3.14.1: + /is-what@3.14.1: resolution: {integrity: sha1-4SIvRt3ahd6tD9HJ3xMXYOd3VcE=} dev: false - /is-what/4.1.8: + /is-what@4.1.8: resolution: {integrity: sha512-yq8gMao5upkPoGEU9LsB2P+K3Kt8Q3fQFCGyNCWOAnJAMzEXVV9drYb0TXr42TTliLLhKIBvulgAXgtLLnwzGA==} engines: {node: '>=12.13'} dev: false - /is-wsl/2.2.0: + /is-wsl@2.2.0: resolution: {integrity: sha1-dKTHbnfKn9P5MvKQwX6jJs0VcnE=} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 dev: false - /isarray/0.0.1: + /isarray@0.0.1: resolution: {integrity: sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=} dev: false - /isarray/1.0.0: + /isarray@1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} dev: false - /isarray/2.0.5: + /isarray@2.0.5: resolution: {integrity: sha1-ivHkwSISRMxiRZ+vOJQNTmRKVyM=} - /isexe/2.0.0: + /isexe@2.0.0: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} - /isobject/3.0.1: + /isobject@3.0.1: resolution: {integrity: sha1-TkMekrEalzFjaqH5yNHMvP2reN8=} engines: {node: '>=0.10.0'} dev: false - /isomorphic-unfetch/4.0.2: + /isomorphic-fetch@2.2.1: + resolution: {integrity: sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=} + dependencies: + node-fetch: 1.7.3 + whatwg-fetch: 3.6.2 + dev: false + + /isomorphic-unfetch@4.0.2: resolution: {integrity: sha512-1Yd+CF/7al18/N2BDbsLBcp6RO3tucSW+jcLq24dqdX5MNbCNTw1z4BsGsp4zNmjr/Izm2cs/cEqZPp4kvWSCA==} dependencies: node-fetch: 3.3.0 unfetch: 5.0.0 dev: false - /istanbul-lib-coverage/3.2.0: + /istanbul-lib-coverage@3.2.0: resolution: {integrity: sha1-GJ55CdCjn6Wj361bA/cZR3cBkdM=} engines: {node: '>=8'} - /istanbul-lib-instrument/5.2.1: + /istanbul-lib-instrument@5.2.1: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: @@ -9007,7 +9039,7 @@ packages: transitivePeerDependencies: - supports-color - /istanbul-lib-report/3.0.0: + /istanbul-lib-report@3.0.0: resolution: {integrity: sha1-dRj+UupE3jcvRgp2tezan/tz2KY=} engines: {node: '>=8'} dependencies: @@ -9015,24 +9047,24 @@ packages: make-dir: 3.1.0 supports-color: 7.2.0 - /istanbul-lib-source-maps/4.0.1: + /istanbul-lib-source-maps@4.0.1: resolution: {integrity: sha1-iV86cJ/PujTG3lpCk5Ai8+Q1hVE=} engines: {node: '>=10'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color - /istanbul-reports/3.1.5: + /istanbul-reports@3.1.5: resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.0 - /jest-changed-files/27.5.1: + /jest-changed-files@27.5.1: resolution: {integrity: sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9040,7 +9072,7 @@ packages: execa: 5.1.1 throat: 6.0.2 - /jest-circus/27.5.1: + /jest-circus@27.5.1: resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9066,7 +9098,7 @@ packages: transitivePeerDependencies: - supports-color - /jest-cli/27.5.1_ts-node@10.9.1: + /jest-cli@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -9076,14 +9108,14 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1_ts-node@10.9.1 + '@jest/core': 27.5.1(ts-node@10.9.1) '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 27.5.1_ts-node@10.9.1 + jest-config: 27.5.1(ts-node@10.9.1) jest-util: 27.5.1 jest-validate: 27.5.1 prompts: 2.4.2 @@ -9095,7 +9127,7 @@ packages: - ts-node - utf-8-validate - /jest-config/27.5.1_ts-node@10.9.1: + /jest-config@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: @@ -9107,7 +9139,7 @@ packages: '@babel/core': 7.20.12 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.20.12 + babel-jest: 27.5.1(@babel/core@7.20.12) chalk: 4.1.2 ci-info: 3.7.1 deepmerge: 4.2.2 @@ -9128,14 +9160,14 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_typescript@4.9.4 + ts-node: 10.9.1(@types/node@18.11.18)(typescript@4.9.4) transitivePeerDependencies: - bufferutil - canvas - supports-color - utf-8-validate - /jest-diff/27.5.1: + /jest-diff@27.5.1: resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9144,13 +9176,13 @@ packages: jest-get-type: 27.5.1 pretty-format: 27.5.1 - /jest-docblock/27.5.1: + /jest-docblock@27.5.1: resolution: {integrity: sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: detect-newline: 3.1.0 - /jest-each/27.5.1: + /jest-each@27.5.1: resolution: {integrity: sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9160,7 +9192,7 @@ packages: jest-util: 27.5.1 pretty-format: 27.5.1 - /jest-environment-jsdom/27.5.1: + /jest-environment-jsdom@27.5.1: resolution: {integrity: sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9177,7 +9209,7 @@ packages: - supports-color - utf-8-validate - /jest-environment-node/27.5.1: + /jest-environment-node@27.5.1: resolution: {integrity: sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9188,11 +9220,11 @@ packages: jest-mock: 27.5.1 jest-util: 27.5.1 - /jest-get-type/27.5.1: + /jest-get-type@27.5.1: resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - /jest-haste-map/27.5.1: + /jest-haste-map@27.5.1: resolution: {integrity: sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9211,7 +9243,7 @@ packages: optionalDependencies: fsevents: 2.3.2 - /jest-haste-map/29.3.1: + /jest-haste-map@29.3.1: resolution: {integrity: sha512-/FFtvoG1xjbbPXQLFef+WSU4yrc0fc0Dds6aRPBojUid7qlPqZvxdUBA03HW0fnVHXVCnCdkuoghYItKNzc/0A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -9230,7 +9262,7 @@ packages: fsevents: 2.3.2 dev: false - /jest-jasmine2/27.5.1: + /jest-jasmine2@27.5.1: resolution: {integrity: sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9254,14 +9286,14 @@ packages: transitivePeerDependencies: - supports-color - /jest-leak-detector/27.5.1: + /jest-leak-detector@27.5.1: resolution: {integrity: sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: jest-get-type: 27.5.1 pretty-format: 27.5.1 - /jest-matcher-utils/27.5.1: + /jest-matcher-utils@27.5.1: resolution: {integrity: sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9270,7 +9302,7 @@ packages: jest-get-type: 27.5.1 pretty-format: 27.5.1 - /jest-message-util/27.5.1: + /jest-message-util@27.5.1: resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9284,14 +9316,14 @@ packages: slash: 3.0.0 stack-utils: 2.0.6 - /jest-mock/27.5.1: + /jest-mock@27.5.1: resolution: {integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 '@types/node': 18.11.18 - /jest-pnp-resolver/1.2.3_jest-resolve@27.5.1: + /jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -9302,16 +9334,16 @@ packages: dependencies: jest-resolve: 27.5.1 - /jest-regex-util/27.5.1: + /jest-regex-util@27.5.1: resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - /jest-regex-util/29.2.0: + /jest-regex-util@29.2.0: resolution: {integrity: sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: false - /jest-resolve-dependencies/27.5.1: + /jest-resolve-dependencies@27.5.1: resolution: {integrity: sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9321,7 +9353,7 @@ packages: transitivePeerDependencies: - supports-color - /jest-resolve/27.5.1: + /jest-resolve@27.5.1: resolution: {integrity: sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9329,14 +9361,14 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.10 jest-haste-map: 27.5.1 - jest-pnp-resolver: 1.2.3_jest-resolve@27.5.1 + jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1) jest-util: 27.5.1 jest-validate: 27.5.1 resolve: 1.22.1 resolve.exports: 1.1.1 slash: 3.0.0 - /jest-runner/27.5.1: + /jest-runner@27.5.1: resolution: {integrity: sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9367,7 +9399,7 @@ packages: - supports-color - utf-8-validate - /jest-runtime/27.5.1: + /jest-runtime@27.5.1: resolution: {integrity: sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9396,27 +9428,27 @@ packages: transitivePeerDependencies: - supports-color - /jest-serializer/27.5.1: + /jest-serializer@27.5.1: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@types/node': 18.11.18 graceful-fs: 4.2.10 - /jest-snapshot/27.5.1: + /jest-snapshot@27.5.1: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/core': 7.20.12 '@babel/generator': 7.20.7 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 - '@babel/traverse': 7.20.12 + '@babel/plugin-syntax-typescript': 7.20.0(@babel/core@7.20.12) + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@babel/types': 7.20.7 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.20.12) chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -9432,7 +9464,7 @@ packages: transitivePeerDependencies: - supports-color - /jest-util/27.5.1: + /jest-util@27.5.1: resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9443,7 +9475,7 @@ packages: graceful-fs: 4.2.10 picomatch: 2.3.1 - /jest-util/29.3.1: + /jest-util@29.3.1: resolution: {integrity: sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -9455,7 +9487,7 @@ packages: picomatch: 2.3.1 dev: false - /jest-validate/27.5.1: + /jest-validate@27.5.1: resolution: {integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9466,7 +9498,7 @@ packages: leven: 3.1.0 pretty-format: 27.5.1 - /jest-watcher/27.5.1: + /jest-watcher@27.5.1: resolution: {integrity: sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -9478,7 +9510,7 @@ packages: jest-util: 27.5.1 string-length: 4.0.2 - /jest-worker/27.5.1: + /jest-worker@27.5.1: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: @@ -9486,7 +9518,7 @@ packages: merge-stream: 2.0.0 supports-color: 8.1.1 - /jest-worker/29.3.1: + /jest-worker@29.3.1: resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -9496,7 +9528,7 @@ packages: supports-color: 8.1.1 dev: false - /jest/27.5.1_ts-node@10.9.1: + /jest@27.5.1(ts-node@10.9.1): resolution: {integrity: sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -9506,9 +9538,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 27.5.1_ts-node@10.9.1 + '@jest/core': 27.5.1(ts-node@10.9.1) import-local: 3.1.0 - jest-cli: 27.5.1_ts-node@10.9.1 + jest-cli: 27.5.1(ts-node@10.9.1) transitivePeerDependencies: - bufferutil - canvas @@ -9516,35 +9548,35 @@ packages: - ts-node - utf-8-validate - /js-sdsl/4.2.0: + /js-sdsl@4.2.0: resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} - /js-tokens/4.0.0: + /js-tokens@4.0.0: resolution: {integrity: sha1-GSA/tZmR35jjoocFDUZHzerzJJk=} - /js-yaml/3.14.1: + /js-yaml@3.14.1: resolution: {integrity: sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc=} hasBin: true dependencies: argparse: 1.0.10 esprima: 4.0.1 - /js-yaml/4.1.0: + /js-yaml@4.1.0: resolution: {integrity: sha1-wftl+PUBeQHN0slRhkuhhFihBgI=} hasBin: true dependencies: argparse: 2.0.1 - /jsbn/1.1.0: + /jsbn@1.1.0: resolution: {integrity: sha1-sBMHyym2GKHtJux56RH4A8TaAEA=} dev: false - /jsdoc-type-pratt-parser/3.1.0: + /jsdoc-type-pratt-parser@3.1.0: resolution: {integrity: sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==} engines: {node: '>=12.0.0'} dev: true - /jsdom/16.7.0: + /jsdom@16.7.0: resolution: {integrity: sha1-kYrnGWVCSxl8gZ+Bg6dU4Yl3txA=} engines: {node: '>=10'} peerDependencies: @@ -9585,95 +9617,95 @@ packages: - supports-color - utf-8-validate - /jsesc/0.5.0: + /jsesc@0.5.0: resolution: {integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=} hasBin: true - /jsesc/2.5.2: + /jsesc@2.5.2: resolution: {integrity: sha1-gFZNLkg9rPbo7yCWUKZ98/DCg6Q=} engines: {node: '>=4'} hasBin: true - /json-parse-even-better-errors/2.3.1: + /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha1-fEeAWpQxmSjgV3dAXcEuH3pO4C0=} - /json-schema-traverse/0.4.1: + /json-schema-traverse@0.4.1: resolution: {integrity: sha1-afaofZUTq4u4/mO9sJecRI5oRmA=} - /json-schema-traverse/1.0.0: + /json-schema-traverse@1.0.0: resolution: {integrity: sha1-rnvLNlard6c7pcSb9lTzjmtoYOI=} - /json-stable-stringify-without-jsonify/1.0.1: + /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} - /json2mq/0.2.0: + /json2mq@0.2.0: resolution: {integrity: sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=} dependencies: string-convert: 0.2.1 dev: false - /json5/1.0.2: + /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: minimist: 1.2.7 dev: true - /json5/2.2.3: + /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true - /jsonfile/6.1.0: + /jsonfile@6.1.0: resolution: {integrity: sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=} dependencies: universalify: 2.0.0 optionalDependencies: graceful-fs: 4.2.10 - /jsonparse/1.3.1: + /jsonparse@1.3.1: resolution: {integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=} engines: {'0': node >= 0.2.0} dev: true - /jsx-ast-utils/3.3.3: + /jsx-ast-utils@3.3.3: resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} engines: {node: '>=4.0'} dependencies: array-includes: 3.1.6 object.assign: 4.1.4 - /kind-of/6.0.3: + /kind-of@6.0.3: resolution: {integrity: sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0=} engines: {node: '>=0.10.0'} - /kleur/3.0.3: + /kleur@3.0.3: resolution: {integrity: sha1-p5yezIbuHOP6YgbRIWxQHxR/wH4=} engines: {node: '>=6'} - /known-css-properties/0.21.0: + /known-css-properties@0.21.0: resolution: {integrity: sha1-FfvQu7g0R/POCdivJH7UfGjt6A0=} dev: true - /known-css-properties/0.25.0: + /known-css-properties@0.25.0: resolution: {integrity: sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA==} dev: false - /kolorist/1.6.0: + /kolorist@1.6.0: resolution: {integrity: sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==} dev: false - /language-subtag-registry/0.3.22: + /language-subtag-registry@0.3.22: resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true - /language-tags/1.0.5: + /language-tags@1.0.5: resolution: {integrity: sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=} dependencies: language-subtag-registry: 0.3.22 dev: true - /less/4.1.3: + /less@4.1.3: resolution: {integrity: sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==} engines: {node: '>=6'} hasBin: true @@ -9693,28 +9725,28 @@ packages: - supports-color dev: false - /leven/3.1.0: + /leven@3.1.0: resolution: {integrity: sha1-d4kd6DQGTMy6gq54QrtrFKE+1/I=} engines: {node: '>=6'} - /levn/0.3.0: + /levn@0.3.0: resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 type-check: 0.3.2 - /levn/0.4.1: + /levn@0.4.1: resolution: {integrity: sha1-rkViwAdHO5MqYgDUAyaN0v/8at4=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 - /lines-and-columns/1.2.4: + /lines-and-columns@1.2.4: resolution: {integrity: sha1-7KKE910pZQeTCdwK2SVauy68FjI=} - /lint-staged/10.5.4: + /lint-staged@10.5.4: resolution: {integrity: sha1-zRU7XwmH0jcfwdKEekCaL+cFtmU=} hasBin: true dependencies: @@ -9722,11 +9754,11 @@ packages: cli-truncate: 2.1.0 commander: 6.2.1 cosmiconfig: 7.1.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) dedent: 0.7.0 enquirer: 2.3.6 execa: 4.1.0 - listr2: 3.14.0_enquirer@2.3.6 + listr2: 3.14.0(enquirer@2.3.6) log-symbols: 4.1.0 micromatch: 4.0.5 normalize-path: 3.0.0 @@ -9737,7 +9769,7 @@ packages: - supports-color dev: true - /listr2/3.14.0_enquirer@2.3.6: + /listr2@3.14.0(enquirer@2.3.6): resolution: {integrity: sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==} engines: {node: '>=10.0.0'} peerDependencies: @@ -9757,7 +9789,12 @@ packages: wrap-ansi: 7.0.0 dev: true - /loader-utils/2.0.4: + /loader-runner@4.3.0: + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + engines: {node: '>=6.11.5'} + dev: false + + /loader-utils@2.0.4: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} engines: {node: '>=8.9.0'} dependencies: @@ -9766,64 +9803,68 @@ packages: json5: 2.2.3 dev: false - /local-pkg/0.4.2: + /local-pkg@0.4.2: resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==} engines: {node: '>=14'} dev: false - /locate-path/5.0.0: + /locate-path@5.0.0: resolution: {integrity: sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=} engines: {node: '>=8'} dependencies: p-locate: 4.1.0 - /locate-path/6.0.0: + /locate-path@6.0.0: resolution: {integrity: sha1-VTIeswn+u8WcSAHZMackUqaB0oY=} engines: {node: '>=10'} dependencies: p-locate: 5.0.0 - /lodash.debounce/4.0.8: + /lodash-es@4.17.21: + resolution: {integrity: sha1-Q+YmxG5lkbd1C+srUBFzkMYJ4+4=} + dev: false + + /lodash.debounce@4.0.8: resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} - /lodash.find/4.6.0: + /lodash.find@4.6.0: resolution: {integrity: sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=} dev: false - /lodash.get/4.4.2: + /lodash.get@4.4.2: resolution: {integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=} dev: true - /lodash.max/4.0.1: + /lodash.max@4.0.1: resolution: {integrity: sha1-hzVWbGGLNan3YFILSHrnllivE2o=} dev: false - /lodash.merge/4.6.2: + /lodash.merge@4.6.2: resolution: {integrity: sha1-VYqlO0O2YeGSWgr9+japoQhf5Xo=} - /lodash.padstart/4.6.1: + /lodash.padstart@4.6.1: resolution: {integrity: sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=} dev: false - /lodash.repeat/4.1.0: + /lodash.repeat@4.1.0: resolution: {integrity: sha1-/H3oEx2MisB+S0n3T/6CnR8r7EQ=} dev: false - /lodash.throttle/4.1.1: + /lodash.throttle@4.1.1: resolution: {integrity: sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=} dev: false - /lodash.tonumber/4.0.3: + /lodash.tonumber@4.0.3: resolution: {integrity: sha1-C5azGzVnJ5Prf1pj7nkfG56QJdk=} dev: false - /lodash.truncate/4.4.2: + /lodash.truncate@4.4.2: resolution: {integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=} - /lodash/4.17.21: + /lodash@4.17.21: resolution: {integrity: sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw=} - /log-symbols/4.1.0: + /log-symbols@4.1.0: resolution: {integrity: sha1-P727lbRoOsn8eFER55LlWNSr1QM=} engines: {node: '>=10'} dependencies: @@ -9831,7 +9872,7 @@ packages: is-unicode-supported: 0.1.0 dev: true - /log-update/4.0.0: + /log-update@4.0.0: resolution: {integrity: sha1-WJ7NNSRx8qHAxXAodUOmTf0g4KE=} engines: {node: '>=10'} dependencies: @@ -9841,53 +9882,53 @@ packages: wrap-ansi: 6.2.0 dev: true - /longest-streak/2.0.4: + /longest-streak@2.0.4: resolution: {integrity: sha1-uFmZV9pbXatk3uP+MW+ndFl9kOQ=} dev: true - /loose-envify/1.4.0: + /loose-envify@1.4.0: resolution: {integrity: sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=} hasBin: true dependencies: js-tokens: 4.0.0 - /lower-case/2.0.2: + /lower-case@2.0.2: resolution: {integrity: sha1-b6I3xj29xKgsoP2ILkci3F5jTig=} dependencies: tslib: 2.4.1 dev: false - /lru-cache/5.1.1: + /lru-cache@5.1.1: resolution: {integrity: sha1-HaJ+ZxAnGUdpXa9oSOhH8B2EuSA=} dependencies: yallist: 3.1.1 - /lru-cache/6.0.0: + /lru-cache@6.0.0: resolution: {integrity: sha1-bW/mVw69lqr5D8rR2vo7JWbbOpQ=} engines: {node: '>=10'} dependencies: yallist: 4.0.0 - /lz-string/1.4.4: + /lz-string@1.4.4: resolution: {integrity: sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=} hasBin: true dev: true - /magic-string/0.26.7: + /magic-string@0.26.7: resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==} engines: {node: '>=12'} dependencies: sourcemap-codec: 1.4.8 dev: false - /magic-string/0.27.0: + /magic-string@0.27.0: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} engines: {node: '>=12'} dependencies: '@jridgewell/sourcemap-codec': 1.4.14 dev: false - /make-dir/2.1.0: + /make-dir@2.1.0: resolution: {integrity: sha1-XwMQ4YuL6JjMBwCSlaMK5B6R5vU=} engines: {node: '>=6'} dependencies: @@ -9895,32 +9936,32 @@ packages: semver: 5.7.1 dev: false - /make-dir/3.1.0: + /make-dir@3.1.0: resolution: {integrity: sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=} engines: {node: '>=8'} dependencies: semver: 6.3.0 - /make-error/1.3.6: + /make-error@1.3.6: resolution: {integrity: sha1-LrLjfqm2fEiR9oShOUeZr0hM96I=} - /makeerror/1.0.12: + /makeerror@1.0.12: resolution: {integrity: sha1-Pl3SB5qC6BLpg8xmEMSiyw6qgBo=} dependencies: tmpl: 1.0.5 - /map-obj/1.0.1: + /map-obj@1.0.1: resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} engines: {node: '>=0.10.0'} - /map-obj/4.3.0: + /map-obj@4.3.0: resolution: {integrity: sha1-kwT5Buk/qucIgNoQKp8d8OqLsFo=} engines: {node: '>=8'} - /mathml-tag-names/2.1.3: + /mathml-tag-names@2.1.3: resolution: {integrity: sha1-TdrdZzCOeAzxakdoWHjuJ7c2oKM=} - /md5.js/1.3.5: + /md5.js@1.3.5: resolution: {integrity: sha1-tdB7jjIW4+J81yjXL3DR5qNCAF8=} dependencies: hash-base: 3.1.0 @@ -9928,7 +9969,7 @@ packages: safe-buffer: 5.2.1 dev: false - /mdast-util-from-markdown/0.8.5: + /mdast-util-from-markdown@0.8.5: resolution: {integrity: sha1-0e8spCvDd+ywRjqYeRDa6JvZoow=} dependencies: '@types/mdast': 3.0.10 @@ -9940,7 +9981,7 @@ packages: - supports-color dev: true - /mdast-util-to-markdown/0.6.5: + /mdast-util-to-markdown@0.6.5: resolution: {integrity: sha1-sz9nyoINaebMUnqT1AOSSbUEvr4=} dependencies: '@types/unist': 2.0.6 @@ -9951,22 +9992,22 @@ packages: zwitch: 1.0.5 dev: true - /mdast-util-to-string/2.0.0: + /mdast-util-to-string@2.0.0: resolution: {integrity: sha1-uM/mpxPhCRy1tyj8SIhaR2f4uXs=} dev: true - /mdn-data/2.0.14: + /mdn-data@2.0.14: resolution: {integrity: sha1-cRP8QoGRfWPOKbQ0RvcB5owlulA=} dev: false - /memfs/3.4.13: + /memfs@3.4.13: resolution: {integrity: sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 dev: false - /meow/8.1.2: + /meow@8.1.2: resolution: {integrity: sha1-vL5FvaDuFynTUMA8/8g5WjbE6Jc=} engines: {node: '>=10'} dependencies: @@ -9983,7 +10024,7 @@ packages: yargs-parser: 20.2.9 dev: true - /meow/9.0.0: + /meow@9.0.0: resolution: {integrity: sha1-zZUQvFysne59A8c+4fmtlZ9Oo2Q=} engines: {node: '>=10'} dependencies: @@ -10000,30 +10041,30 @@ packages: type-fest: 0.18.1 yargs-parser: 20.2.9 - /merge-stream/2.0.0: + /merge-stream@2.0.0: resolution: {integrity: sha1-UoI2KaFN0AyXcPtq1H3GMQ8sH2A=} - /merge2/1.4.1: + /merge2@1.4.1: resolution: {integrity: sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4=} engines: {node: '>= 8'} - /micromark/2.11.4: + /micromark@2.11.4: resolution: {integrity: sha1-0TQ2E47qgmOD6CJEnJpcUO5EZlo=} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color dev: true - /micromatch/4.0.5: + /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} dependencies: braces: 3.0.2 picomatch: 2.3.1 - /miller-rabin/4.0.1: + /miller-rabin@4.0.1: resolution: {integrity: sha1-8IA1HIZbDcViqEYpZtqlNUPHik0=} hasBin: true dependencies: @@ -10031,17 +10072,17 @@ packages: brorand: 1.1.0 dev: false - /mime-db/1.52.0: + /mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} - /mime-types/2.1.35: + /mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 - /mime/1.6.0: + /mime@1.6.0: resolution: {integrity: sha1-Ms2eXGRVO9WNGaVor0Uqz/BJgbE=} engines: {node: '>=4'} hasBin: true @@ -10049,34 +10090,34 @@ packages: dev: false optional: true - /mimic-fn/2.1.0: + /mimic-fn@2.1.0: resolution: {integrity: sha1-ftLCzMyvhNP/y3pptXcR/CCDQBs=} engines: {node: '>=6'} - /min-document/2.19.0: + /min-document@2.19.0: resolution: {integrity: sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=} dependencies: dom-walk: 0.1.2 dev: false - /min-indent/1.0.1: + /min-indent@1.0.1: resolution: {integrity: sha1-pj9oFnOzBXH76LwlaGrnRu76mGk=} engines: {node: '>=4'} - /minimalistic-assert/1.0.1: + /minimalistic-assert@1.0.1: resolution: {integrity: sha1-LhlN4ERibUoQ5/f7wAznPoPk1cc=} dev: false - /minimalistic-crypto-utils/1.0.1: + /minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=} dev: false - /minimatch/3.1.2: + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 - /minimist-options/4.1.0: + /minimist-options@4.1.0: resolution: {integrity: sha1-wGVXE8U6ii69d/+iR9NCxA8BBhk=} engines: {node: '>= 6'} dependencies: @@ -10084,33 +10125,37 @@ packages: is-plain-obj: 1.1.0 kind-of: 6.0.3 - /minimist/1.2.7: + /minimist@1.2.7: resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} dev: true - /moment/2.29.4: + /moment@2.29.4: resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==} dev: false - /ms/2.1.2: + /monaco-editor@0.19.3: + resolution: {integrity: sha1-HJlLMYbABlDbzQNNU3DUa/VsBmM=} + dev: false + + /ms@2.1.2: resolution: {integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=} - /ms/2.1.3: + /ms@2.1.3: resolution: {integrity: sha1-V0yBOM4dK1hh8LRFedut1gxmFbI=} - /nanoid/3.3.4: + /nanoid@3.3.4: resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: false - /natural-compare-lite/1.4.0: + /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} - /natural-compare/1.4.0: + /natural-compare@1.4.0: resolution: {integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=} - /needle/3.2.0: + /needle@3.2.0: resolution: {integrity: sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==} engines: {node: '>= 4.4.x'} hasBin: true @@ -10124,31 +10169,42 @@ packages: dev: false optional: true - /next-tick/1.1.0: + /neo-async@2.6.2: + resolution: {integrity: sha1-tKr7k+OustgXTKU88WOrfXMIMF8=} + dev: false + + /next-tick@1.1.0: resolution: {integrity: sha1-GDbuMK1W1n7ygbIr0Zn3CUSbNes=} dev: false - /nice-try/1.0.5: + /nice-try@1.0.5: resolution: {integrity: sha1-ozeKdpbOfSI+iPybdkvX7xCJ42Y=} dev: true - /no-case/3.0.4: + /no-case@3.0.4: resolution: {integrity: sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0=} dependencies: lower-case: 2.0.2 tslib: 2.4.1 dev: false - /node-abort-controller/3.0.1: + /node-abort-controller@3.0.1: resolution: {integrity: sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==} dev: false - /node-domexception/1.0.0: + /node-domexception@1.0.0: resolution: {integrity: sha1-aIjbRqH3HAt2s/dVUBa2P+ZHZuU=} engines: {node: '>=10.5.0'} dev: false - /node-fetch/2.6.7: + /node-fetch@1.7.3: + resolution: {integrity: sha1-mA9vcthSEaU0fGsrwYxbhMPrR+8=} + dependencies: + encoding: 0.1.13 + is-stream: 1.1.0 + dev: false + + /node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} peerDependencies: @@ -10160,7 +10216,7 @@ packages: whatwg-url: 5.0.0 dev: false - /node-fetch/3.3.0: + /node-fetch@3.3.0: resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: @@ -10169,10 +10225,10 @@ packages: formdata-polyfill: 4.0.10 dev: false - /node-int64/0.4.0: + /node-int64@0.4.0: resolution: {integrity: sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=} - /node-libs-browser/2.2.1: + /node-libs-browser@2.2.1: resolution: {integrity: sha1-tk9RPRgzhiX5A0bSew0jXmMfZCU=} dependencies: assert: 1.5.0 @@ -10200,10 +10256,10 @@ packages: vm-browserify: 1.1.2 dev: false - /node-releases/2.0.8: + /node-releases@2.0.8: resolution: {integrity: sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A==} - /normalize-package-data/2.5.0: + /normalize-package-data@2.5.0: resolution: {integrity: sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=} dependencies: hosted-git-info: 2.8.9 @@ -10211,7 +10267,7 @@ packages: semver: 5.7.1 validate-npm-package-license: 3.0.4 - /normalize-package-data/3.0.3: + /normalize-package-data@3.0.3: resolution: {integrity: sha1-28w+LaWVCaCYNCKITNFy7v36Ul4=} engines: {node: '>=10'} dependencies: @@ -10220,44 +10276,44 @@ packages: semver: 7.3.8 validate-npm-package-license: 3.0.4 - /normalize-path/3.0.0: + /normalize-path@3.0.0: resolution: {integrity: sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU=} engines: {node: '>=0.10.0'} - /normalize-range/0.1.2: + /normalize-range@0.1.2: resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=} engines: {node: '>=0.10.0'} - /normalize-selector/0.2.0: + /normalize-selector@0.2.0: resolution: {integrity: sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=} - /npm-run-path/4.0.1: + /npm-run-path@4.0.1: resolution: {integrity: sha1-t+zR5e1T2o43pV4cImnguX7XSOo=} engines: {node: '>=8'} dependencies: path-key: 3.1.1 - /nth-check/2.1.1: + /nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} dependencies: boolbase: 1.0.0 dev: false - /num2fraction/1.2.2: + /num2fraction@1.2.2: resolution: {integrity: sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=} dev: true - /nwsapi/2.2.2: + /nwsapi@2.2.2: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} - /object-assign/4.1.1: + /object-assign@4.1.1: resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} engines: {node: '>=0.10.0'} - /object-inspect/1.12.3: + /object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} - /object-is/1.1.5: + /object-is@1.1.5: resolution: {integrity: sha1-ud7qpfx/GEag+uzc7sE45XePU6w=} engines: {node: '>= 0.4'} dependencies: @@ -10265,11 +10321,11 @@ packages: define-properties: 1.1.4 dev: true - /object-keys/1.1.1: + /object-keys@1.1.1: resolution: {integrity: sha1-HEfyct8nfzsdrwYWd9nILiMixg4=} engines: {node: '>= 0.4'} - /object.assign/4.1.4: + /object.assign@4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} dependencies: @@ -10278,7 +10334,7 @@ packages: has-symbols: 1.0.3 object-keys: 1.1.1 - /object.entries/1.1.6: + /object.entries@1.1.6: resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} engines: {node: '>= 0.4'} dependencies: @@ -10286,7 +10342,7 @@ packages: define-properties: 1.1.4 es-abstract: 1.21.1 - /object.fromentries/2.0.6: + /object.fromentries@2.0.6: resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} engines: {node: '>= 0.4'} dependencies: @@ -10294,7 +10350,7 @@ packages: define-properties: 1.1.4 es-abstract: 1.21.1 - /object.getprototypeof/1.0.4: + /object.getprototypeof@1.0.4: resolution: {integrity: sha512-xV/FkUNM9sHa56AB5deXrlIR+jBtDAHieyfm6XZUuehqlMX+YJPh8CAYtPrXGA/mFLFttasTc9ihhpkPrH7pLw==} engines: {node: '>= 0.4'} dependencies: @@ -10304,13 +10360,13 @@ packages: reflect.getprototypeof: 1.0.3 dev: false - /object.hasown/1.1.2: + /object.hasown@1.1.2: resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: define-properties: 1.1.4 es-abstract: 1.21.1 - /object.values/1.1.6: + /object.values@1.1.6: resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} engines: {node: '>= 0.4'} dependencies: @@ -10318,30 +10374,30 @@ packages: define-properties: 1.1.4 es-abstract: 1.21.1 - /obuf/1.1.2: + /obuf@1.1.2: resolution: {integrity: sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=} dev: false - /omit.js/2.0.2: + /omit.js@2.0.2: resolution: {integrity: sha1-3ZuENvq5R6Xz/yFMslOGMeMT7C8=} dev: false - /on-exit-leak-free/0.2.0: + /on-exit-leak-free@0.2.0: resolution: {integrity: sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==} dev: false - /once/1.4.0: + /once@1.4.0: resolution: {integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E=} dependencies: wrappy: 1.0.2 - /onetime/5.1.2: + /onetime@5.1.2: resolution: {integrity: sha1-0Oluu1awdHbfHdnEgG5SN5hcpF4=} engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 - /open/8.4.0: + /open@8.4.0: resolution: {integrity: sha1-NFMhrhj4E4+CVlqRD9xrOejCRPg=} engines: {node: '>=12'} dependencies: @@ -10350,7 +10406,7 @@ packages: is-wsl: 2.2.0 dev: false - /optionator/0.8.3: + /optionator@0.8.3: resolution: {integrity: sha1-hPodA2/p08fiHZmIS2ARZ+yPtJU=} engines: {node: '>= 0.8.0'} dependencies: @@ -10361,7 +10417,7 @@ packages: type-check: 0.3.2 word-wrap: 1.2.3 - /optionator/0.9.1: + /optionator@0.9.1: resolution: {integrity: sha1-TyNqY3Pa4FZqbUPhMmZ09QwpFJk=} engines: {node: '>= 0.8.0'} dependencies: @@ -10372,63 +10428,63 @@ packages: type-check: 0.4.0 word-wrap: 1.2.3 - /os-browserify/0.3.0: + /os-browserify@0.3.0: resolution: {integrity: sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=} dev: false - /p-limit/2.3.0: + /p-limit@2.3.0: resolution: {integrity: sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=} engines: {node: '>=6'} dependencies: p-try: 2.2.0 - /p-limit/3.1.0: + /p-limit@3.1.0: resolution: {integrity: sha1-4drMvnjQ0TiMoYxk/qOOPlfjcGs=} engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 - /p-locate/4.1.0: + /p-locate@4.1.0: resolution: {integrity: sha1-o0KLtwiLOmApL2aRkni3wpetTwc=} engines: {node: '>=8'} dependencies: p-limit: 2.3.0 - /p-locate/5.0.0: + /p-locate@5.0.0: resolution: {integrity: sha1-g8gxXGeFAF470CGDlBHJ4RDm2DQ=} engines: {node: '>=10'} dependencies: p-limit: 3.1.0 - /p-map/4.0.0: + /p-map@4.0.0: resolution: {integrity: sha1-uy+Vpe2i7BaOySdOBqdHw+KQTSs=} engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 dev: true - /p-try/2.2.0: + /p-try@2.2.0: resolution: {integrity: sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=} engines: {node: '>=6'} - /pako/1.0.11: + /pako@1.0.11: resolution: {integrity: sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=} dev: false - /param-case/3.0.4: + /param-case@3.0.4: resolution: {integrity: sha1-fRf+SqEr3jTUp32RrPtiGcqtAcU=} dependencies: dot-case: 3.0.4 tslib: 2.4.1 dev: false - /parent-module/1.0.1: + /parent-module@1.0.1: resolution: {integrity: sha1-aR0nCeeMefrjoVZiJFLQB2LKqqI=} engines: {node: '>=6'} dependencies: callsites: 3.1.0 - /parse-asn1/5.1.6: + /parse-asn1@5.1.6: resolution: {integrity: sha1-OFCAo+wTy2KmLTlAnLPoiETNrtQ=} dependencies: asn1.js: 5.4.1 @@ -10438,7 +10494,7 @@ packages: safe-buffer: 5.2.1 dev: false - /parse-entities/2.0.0: + /parse-entities@2.0.0: resolution: {integrity: sha1-U8brW5MUofTsmfoP33zgHs2gy+g=} dependencies: character-entities: 1.2.4 @@ -10449,7 +10505,7 @@ packages: is-hexadecimal: 1.0.4 dev: true - /parse-json/5.2.0: + /parse-json@5.2.0: resolution: {integrity: sha1-x2/Gbe5UIxyWKyK8yKcs8vmXU80=} engines: {node: '>=8'} dependencies: @@ -10458,60 +10514,60 @@ packages: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - /parse-node-version/1.0.1: + /parse-node-version@1.0.1: resolution: {integrity: sha1-4rXb7eAOf6m8NjYH9TMn6LBzGJs=} engines: {node: '>= 0.10'} dev: false - /parse5/6.0.1: + /parse5@6.0.1: resolution: {integrity: sha1-4aHAhcVps9wIMhGE8Zo5zCf3wws=} - /pascal-case/3.1.2: + /pascal-case@3.1.2: resolution: {integrity: sha1-tI4O8rmOIF58Ha50fQsVCCN2YOs=} dependencies: no-case: 3.0.4 tslib: 2.4.1 dev: false - /path-browserify/0.0.1: + /path-browserify@0.0.1: resolution: {integrity: sha1-5sTd1+06onxoogzE5Q4aTug7vEo=} dev: false - /path-exists/4.0.0: + /path-exists@4.0.0: resolution: {integrity: sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=} engines: {node: '>=8'} - /path-is-absolute/1.0.1: + /path-is-absolute@1.0.1: resolution: {integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18=} engines: {node: '>=0.10.0'} - /path-key/2.0.1: + /path-key@2.0.1: resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} engines: {node: '>=4'} dev: true - /path-key/3.1.1: + /path-key@3.1.1: resolution: {integrity: sha1-WB9q3mWMu6ZaDTOA3ndTKVBU83U=} engines: {node: '>=8'} - /path-parse/1.0.7: + /path-parse@1.0.7: resolution: {integrity: sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=} - /path-to-regexp/1.7.0: + /path-to-regexp@1.7.0: resolution: {integrity: sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=} dependencies: isarray: 0.0.1 dev: false - /path-to-regexp/2.4.0: + /path-to-regexp@2.4.0: resolution: {integrity: sha1-Nc5/Mz1WFvHB4b/iZsOrouWy5wQ=} dev: false - /path-type/4.0.0: + /path-type@4.0.0: resolution: {integrity: sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=} engines: {node: '>=8'} - /pbkdf2/3.1.2: + /pbkdf2@3.1.2: resolution: {integrity: sha1-3YIqoIh1gOUvGgOdw+2hCO+uMHU=} engines: {node: '>=0.12'} dependencies: @@ -10522,34 +10578,33 @@ packages: sha.js: 2.4.11 dev: false - /picocolors/0.2.1: + /picocolors@0.2.1: resolution: {integrity: sha1-VwZw95NkaFHRuhNZlpYqutWHhZ8=} - dev: true - /picocolors/1.0.0: + /picocolors@1.0.0: resolution: {integrity: sha1-y1vcdP8/UYkiNur3nWi8RFZKuBw=} - /picomatch/2.3.1: + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - /pify/4.0.1: + /pify@4.0.1: resolution: {integrity: sha1-SyzSXFDVmHNcUCkiJP2MbfQeMjE=} engines: {node: '>=6'} dev: false - /pino-abstract-transport/0.5.0: + /pino-abstract-transport@0.5.0: resolution: {integrity: sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==} dependencies: duplexify: 4.1.2 split2: 4.1.0 dev: false - /pino-std-serializers/4.0.0: + /pino-std-serializers@4.0.0: resolution: {integrity: sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==} dev: false - /pino/7.11.0: + /pino@7.11.0: resolution: {integrity: sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==} hasBin: true dependencies: @@ -10566,36 +10621,27 @@ packages: thread-stream: 0.15.2 dev: false - /pirates/4.0.5: + /pirates@4.0.5: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} - /pkg-dir/4.2.0: + /pkg-dir@4.2.0: resolution: {integrity: sha1-8JkTPfft5CLoHR2ESCcO6z5CYfM=} engines: {node: '>=8'} dependencies: find-up: 4.1.0 - /please-upgrade-node/3.2.0: + /please-upgrade-node@3.2.0: resolution: {integrity: sha1-rt3T+ZTJM+StmLmdmlVu+g4v6UI=} dependencies: semver-compare: 1.0.0 dev: true - /point-in-polygon/1.1.0: + /point-in-polygon@1.1.0: resolution: {integrity: sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==} dev: false - /postcss-attribute-case-insensitive/5.0.2: - resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.21: + /postcss-attribute-case-insensitive@5.0.2(postcss@8.4.21): resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10605,16 +10651,7 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-clamp/4.1.0: - resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} - engines: {node: '>=7.6.0'} - peerDependencies: - postcss: ^8.4.6 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-clamp/4.1.0_postcss@8.4.21: + /postcss-clamp@4.1.0(postcss@8.4.21): resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} peerDependencies: @@ -10624,16 +10661,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-color-functional-notation/4.2.4: - resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-color-functional-notation/4.2.4_postcss@8.4.21: + /postcss-color-functional-notation@4.2.4(postcss@8.4.21): resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10643,16 +10671,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-color-hex-alpha/8.0.4: - resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-color-hex-alpha/8.0.4_postcss@8.4.21: + /postcss-color-hex-alpha@8.0.4(postcss@8.4.21): resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10662,16 +10681,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-color-rebeccapurple/7.1.1: - resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-color-rebeccapurple/7.1.1_postcss@8.4.21: + /postcss-color-rebeccapurple@7.1.1(postcss@8.4.21): resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10681,16 +10691,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-custom-media/8.0.2: - resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-custom-media/8.0.2_postcss@8.4.21: + /postcss-custom-media@8.0.2(postcss@8.4.21): resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10700,16 +10701,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-custom-properties/12.1.11: - resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-custom-properties/12.1.11_postcss@8.4.21: + /postcss-custom-properties@12.1.11(postcss@8.4.21): resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10719,16 +10711,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-custom-selectors/6.0.3: - resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.3 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-custom-selectors/6.0.3_postcss@8.4.21: + /postcss-custom-selectors@6.0.3(postcss@8.4.21): resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10738,16 +10721,7 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-dir-pseudo-class/6.0.5: - resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-dir-pseudo-class/6.0.5_postcss@8.4.21: + /postcss-dir-pseudo-class@6.0.5(postcss@8.4.21): resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10757,37 +10731,18 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-double-position-gradients/3.1.2: - resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-double-position-gradients/3.1.2_postcss@8.4.21: + /postcss-double-position-gradients@3.1.2(postcss@8.4.21): resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.21) postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: false - /postcss-env-function/4.0.6: - resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-env-function/4.0.6_postcss@8.4.21: + /postcss-env-function@4.0.6(postcss@8.4.21): resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10797,7 +10752,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-flexbugs-fixes/5.0.2_postcss@8.4.21: + /postcss-flexbugs-fixes@5.0.2(postcss@8.4.21): resolution: {integrity: sha1-ICjhRTEwdPyavidst8oU5UAetJ0=} peerDependencies: postcss: ^8.1.4 @@ -10805,16 +10760,7 @@ packages: postcss: 8.4.21 dev: false - /postcss-focus-visible/6.0.4: - resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-focus-visible/6.0.4_postcss@8.4.21: + /postcss-focus-visible@6.0.4(postcss@8.4.21): resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10824,16 +10770,7 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-focus-within/5.0.4: - resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-focus-within/5.0.4_postcss@8.4.21: + /postcss-focus-within@5.0.4(postcss@8.4.21): resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10843,13 +10780,7 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-font-variant/5.0.0: - resolution: {integrity: sha1-79WbS36ouwYSfy0DG/u38k0y+mY=} - peerDependencies: - postcss: ^8.1.0 - dev: false - - /postcss-font-variant/5.0.0_postcss@8.4.21: + /postcss-font-variant@5.0.0(postcss@8.4.21): resolution: {integrity: sha1-79WbS36ouwYSfy0DG/u38k0y+mY=} peerDependencies: postcss: ^8.1.0 @@ -10857,14 +10788,7 @@ packages: postcss: 8.4.21 dev: false - /postcss-gap-properties/3.0.5: - resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dev: false - - /postcss-gap-properties/3.0.5_postcss@8.4.21: + /postcss-gap-properties@3.0.5(postcss@8.4.21): resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10873,7 +10797,7 @@ packages: postcss: 8.4.21 dev: false - /postcss-html/0.36.0_j55xdkkcxc32kvnyvx3y7casfm: + /postcss-html@0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39): resolution: {integrity: sha1-tAkT+U6qzCRT/TChMnrW7h+IsgQ=} peerDependencies: postcss: '>=5.0.0' @@ -10881,19 +10805,9 @@ packages: dependencies: htmlparser2: 3.10.1 postcss: 7.0.39 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom - dev: true - - /postcss-image-set-function/4.0.7: - resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) - /postcss-image-set-function/4.0.7_postcss@8.4.21: + /postcss-image-set-function@4.0.7(postcss@8.4.21): resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10903,13 +10817,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-initial/4.0.1: - resolution: {integrity: sha1-Up9zX3LFckoPswUn32+3rFTX3kI=} - peerDependencies: - postcss: ^8.0.0 - dev: false - - /postcss-initial/4.0.1_postcss@8.4.21: + /postcss-initial@4.0.1(postcss@8.4.21): resolution: {integrity: sha1-Up9zX3LFckoPswUn32+3rFTX3kI=} peerDependencies: postcss: ^8.0.0 @@ -10917,42 +10825,24 @@ packages: postcss: 8.4.21 dev: false - /postcss-lab-function/4.2.1: - resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0 - postcss-value-parser: 4.2.0 - dev: false - - /postcss-lab-function/4.2.1_postcss@8.4.21: + /postcss-lab-function@4.2.1(postcss@8.4.21): resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.21) postcss: 8.4.21 postcss-value-parser: 4.2.0 dev: false - /postcss-less/3.1.4: + /postcss-less@3.1.4: resolution: {integrity: sha1-Np9YZCtZKO+Jj/vBpuk8lYMExa0=} engines: {node: '>=6.14.4'} dependencies: postcss: 7.0.39 - dev: true - - /postcss-logical/5.0.4: - resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 - dev: false - /postcss-logical/5.0.4_postcss@8.4.21: + /postcss-logical@5.0.4(postcss@8.4.21): resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10961,14 +10851,7 @@ packages: postcss: 8.4.21 dev: false - /postcss-media-minmax/5.0.0: - resolution: {integrity: sha1-cUC93sFz4tbWV+29hVSlV5TipbU=} - engines: {node: '>=10.0.0'} - peerDependencies: - postcss: ^8.1.0 - dev: false - - /postcss-media-minmax/5.0.0_postcss@8.4.21: + /postcss-media-minmax@5.0.0(postcss@8.4.21): resolution: {integrity: sha1-cUC93sFz4tbWV+29hVSlV5TipbU=} engines: {node: '>=10.0.0'} peerDependencies: @@ -10977,10 +10860,10 @@ packages: postcss: 8.4.21 dev: false - /postcss-media-query-parser/0.2.3: + /postcss-media-query-parser@0.2.3: resolution: {integrity: sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=} - /postcss-modules-extract-imports/3.0.0_postcss@8.4.21: + /postcss-modules-extract-imports@3.0.0(postcss@8.4.21): resolution: {integrity: sha1-zaHwR8CugMl9vijD52pDuIAldB0=} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -10989,19 +10872,19 @@ packages: postcss: 8.4.21 dev: false - /postcss-modules-local-by-default/4.0.0_postcss@8.4.21: + /postcss-modules-local-by-default@4.0.0(postcss@8.4.21): resolution: {integrity: sha1-67tU+uFZjuz99pGgKz/zs5ClpRw=} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.21 + icss-utils: 5.1.0(postcss@8.4.21) postcss: 8.4.21 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: false - /postcss-modules-scope/3.0.0_postcss@8.4.21: + /postcss-modules-scope@3.0.0(postcss@8.4.21): resolution: {integrity: sha1-nvMVFFbTu/oSDKRImN/Kby+gHwY=} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -11011,63 +10894,37 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-modules-values/4.0.0_postcss@8.4.21: + /postcss-modules-values@4.0.0(postcss@8.4.21): resolution: {integrity: sha1-18Xn5ow7s8myfL9Iyguz/7RgLJw=} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.21 + icss-utils: 5.1.0(postcss@8.4.21) postcss: 8.4.21 dev: false - /postcss-nesting/10.2.0: - resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - '@csstools/selector-specificity': 2.0.2_laljekdltgzr3kfi7r4exvsr5a - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-nesting/10.2.0_postcss@8.4.21: + /postcss-nesting@10.2.0(postcss@8.4.21): resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.0.2_wajs5nedgkikc5pcuwett7legi + '@csstools/selector-specificity': 2.0.2(postcss-selector-parser@6.0.11)(postcss@8.4.21) postcss: 8.4.21 postcss-selector-parser: 6.0.11 dev: false - /postcss-opacity-percentage/1.1.3: - resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dev: false - - /postcss-opacity-percentage/1.1.3_postcss@8.4.21: + /postcss-opacity-percentage@1.1.3(postcss@8.4.21): resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 - dev: false - - /postcss-overflow-shorthand/3.0.4: - resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 + postcss: 8.4.21 dev: false - /postcss-overflow-shorthand/3.0.4_postcss@8.4.21: + /postcss-overflow-shorthand@3.0.4(postcss@8.4.21): resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -11077,13 +10934,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-page-break/3.0.4: - resolution: {integrity: sha1-f790HCM2IWIraNQ1ur+3DdjB7l8=} - peerDependencies: - postcss: ^8 - dev: false - - /postcss-page-break/3.0.4_postcss@8.4.21: + /postcss-page-break@3.0.4(postcss@8.4.21): resolution: {integrity: sha1-f790HCM2IWIraNQ1ur+3DdjB7l8=} peerDependencies: postcss: ^8 @@ -11091,16 +10942,7 @@ packages: postcss: 8.4.21 dev: false - /postcss-place/7.0.5: - resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-value-parser: 4.2.0 - dev: false - - /postcss-place/7.0.5_postcss@8.4.21: + /postcss-place@7.0.5(postcss@8.4.21): resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -11110,129 +10952,69 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-prefix-selector/1.16.0: + /postcss-prefix-selector@1.16.0(postcss@8.4.21): resolution: {integrity: sha512-rdVMIi7Q4B0XbXqNUEI+Z4E+pueiu/CS5E6vRCQommzdQ/sgsS4dK42U7GX8oJR+TJOtT+Qv3GkNo6iijUMp3Q==} peerDependencies: postcss: '>4 <9' - dev: false - - /postcss-preset-env/7.5.0: - resolution: {integrity: sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.4 dependencies: - '@csstools/postcss-color-function': 1.1.1 - '@csstools/postcss-font-format-keywords': 1.0.1 - '@csstools/postcss-hwb-function': 1.0.2 - '@csstools/postcss-ic-unit': 1.0.1 - '@csstools/postcss-is-pseudo-class': 2.0.7 - '@csstools/postcss-normalize-display-values': 1.0.1 - '@csstools/postcss-oklab-function': 1.1.1 - '@csstools/postcss-progressive-custom-properties': 1.3.0 - '@csstools/postcss-stepped-value-functions': 1.0.1 - '@csstools/postcss-unset-value': 1.0.2 - autoprefixer: 10.4.13 - browserslist: 4.21.4 - css-blank-pseudo: 3.0.3 - css-has-pseudo: 3.0.4 - css-prefers-color-scheme: 6.0.3 - cssdb: 6.6.3 - postcss-attribute-case-insensitive: 5.0.2 - postcss-clamp: 4.1.0 - postcss-color-functional-notation: 4.2.4 - postcss-color-hex-alpha: 8.0.4 - postcss-color-rebeccapurple: 7.1.1 - postcss-custom-media: 8.0.2 - postcss-custom-properties: 12.1.11 - postcss-custom-selectors: 6.0.3 - postcss-dir-pseudo-class: 6.0.5 - postcss-double-position-gradients: 3.1.2 - postcss-env-function: 4.0.6 - postcss-focus-visible: 6.0.4 - postcss-focus-within: 5.0.4 - postcss-font-variant: 5.0.0 - postcss-gap-properties: 3.0.5 - postcss-image-set-function: 4.0.7 - postcss-initial: 4.0.1 - postcss-lab-function: 4.2.1 - postcss-logical: 5.0.4 - postcss-media-minmax: 5.0.0 - postcss-nesting: 10.2.0 - postcss-opacity-percentage: 1.1.3 - postcss-overflow-shorthand: 3.0.4 - postcss-page-break: 3.0.4 - postcss-place: 7.0.5 - postcss-pseudo-class-any-link: 7.1.6 - postcss-replace-overflow-wrap: 4.0.0 - postcss-selector-not: 5.0.0 - postcss-value-parser: 4.2.0 + postcss: 8.4.21 dev: false - /postcss-preset-env/7.5.0_postcss@8.4.21: + /postcss-preset-env@7.5.0(postcss@8.4.21): resolution: {integrity: sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-color-function': 1.1.1_postcss@8.4.21 - '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.21 - '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.21 - '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.21 - '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.21 - '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.21 - '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.21 - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.21 - '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.21 - autoprefixer: 10.4.13_postcss@8.4.21 + '@csstools/postcss-color-function': 1.1.1(postcss@8.4.21) + '@csstools/postcss-font-format-keywords': 1.0.1(postcss@8.4.21) + '@csstools/postcss-hwb-function': 1.0.2(postcss@8.4.21) + '@csstools/postcss-ic-unit': 1.0.1(postcss@8.4.21) + '@csstools/postcss-is-pseudo-class': 2.0.7(postcss@8.4.21) + '@csstools/postcss-normalize-display-values': 1.0.1(postcss@8.4.21) + '@csstools/postcss-oklab-function': 1.1.1(postcss@8.4.21) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.21) + '@csstools/postcss-stepped-value-functions': 1.0.1(postcss@8.4.21) + '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.21) + autoprefixer: 10.4.13(postcss@8.4.21) browserslist: 4.21.4 - css-blank-pseudo: 3.0.3_postcss@8.4.21 - css-has-pseudo: 3.0.4_postcss@8.4.21 - css-prefers-color-scheme: 6.0.3_postcss@8.4.21 + css-blank-pseudo: 3.0.3(postcss@8.4.21) + css-has-pseudo: 3.0.4(postcss@8.4.21) + css-prefers-color-scheme: 6.0.3(postcss@8.4.21) cssdb: 6.6.3 postcss: 8.4.21 - postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.21 - postcss-clamp: 4.1.0_postcss@8.4.21 - postcss-color-functional-notation: 4.2.4_postcss@8.4.21 - postcss-color-hex-alpha: 8.0.4_postcss@8.4.21 - postcss-color-rebeccapurple: 7.1.1_postcss@8.4.21 - postcss-custom-media: 8.0.2_postcss@8.4.21 - postcss-custom-properties: 12.1.11_postcss@8.4.21 - postcss-custom-selectors: 6.0.3_postcss@8.4.21 - postcss-dir-pseudo-class: 6.0.5_postcss@8.4.21 - postcss-double-position-gradients: 3.1.2_postcss@8.4.21 - postcss-env-function: 4.0.6_postcss@8.4.21 - postcss-focus-visible: 6.0.4_postcss@8.4.21 - postcss-focus-within: 5.0.4_postcss@8.4.21 - postcss-font-variant: 5.0.0_postcss@8.4.21 - postcss-gap-properties: 3.0.5_postcss@8.4.21 - postcss-image-set-function: 4.0.7_postcss@8.4.21 - postcss-initial: 4.0.1_postcss@8.4.21 - postcss-lab-function: 4.2.1_postcss@8.4.21 - postcss-logical: 5.0.4_postcss@8.4.21 - postcss-media-minmax: 5.0.0_postcss@8.4.21 - postcss-nesting: 10.2.0_postcss@8.4.21 - postcss-opacity-percentage: 1.1.3_postcss@8.4.21 - postcss-overflow-shorthand: 3.0.4_postcss@8.4.21 - postcss-page-break: 3.0.4_postcss@8.4.21 - postcss-place: 7.0.5_postcss@8.4.21 - postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.21 - postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.21 - postcss-selector-not: 5.0.0_postcss@8.4.21 + postcss-attribute-case-insensitive: 5.0.2(postcss@8.4.21) + postcss-clamp: 4.1.0(postcss@8.4.21) + postcss-color-functional-notation: 4.2.4(postcss@8.4.21) + postcss-color-hex-alpha: 8.0.4(postcss@8.4.21) + postcss-color-rebeccapurple: 7.1.1(postcss@8.4.21) + postcss-custom-media: 8.0.2(postcss@8.4.21) + postcss-custom-properties: 12.1.11(postcss@8.4.21) + postcss-custom-selectors: 6.0.3(postcss@8.4.21) + postcss-dir-pseudo-class: 6.0.5(postcss@8.4.21) + postcss-double-position-gradients: 3.1.2(postcss@8.4.21) + postcss-env-function: 4.0.6(postcss@8.4.21) + postcss-focus-visible: 6.0.4(postcss@8.4.21) + postcss-focus-within: 5.0.4(postcss@8.4.21) + postcss-font-variant: 5.0.0(postcss@8.4.21) + postcss-gap-properties: 3.0.5(postcss@8.4.21) + postcss-image-set-function: 4.0.7(postcss@8.4.21) + postcss-initial: 4.0.1(postcss@8.4.21) + postcss-lab-function: 4.2.1(postcss@8.4.21) + postcss-logical: 5.0.4(postcss@8.4.21) + postcss-media-minmax: 5.0.0(postcss@8.4.21) + postcss-nesting: 10.2.0(postcss@8.4.21) + postcss-opacity-percentage: 1.1.3(postcss@8.4.21) + postcss-overflow-shorthand: 3.0.4(postcss@8.4.21) + postcss-page-break: 3.0.4(postcss@8.4.21) + postcss-place: 7.0.5(postcss@8.4.21) + postcss-pseudo-class-any-link: 7.1.6(postcss@8.4.21) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.21) + postcss-selector-not: 5.0.0(postcss@8.4.21) postcss-value-parser: 4.2.0 dev: false - /postcss-pseudo-class-any-link/7.1.6: - resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} - engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss-selector-parser: 6.0.11 - dev: false - - /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.21: + /postcss-pseudo-class-any-link@7.1.6(postcss@8.4.21): resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -11242,13 +11024,7 @@ packages: postcss-selector-parser: 6.0.11 dev: false - /postcss-replace-overflow-wrap/4.0.0: - resolution: {integrity: sha1-0t9r7RC0d7+cUvqyjFaLSynKQxk=} - peerDependencies: - postcss: ^8.0.3 - dev: false - - /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.21: + /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.21): resolution: {integrity: sha1-0t9r7RC0d7+cUvqyjFaLSynKQxk=} peerDependencies: postcss: ^8.0.3 @@ -11256,17 +11032,17 @@ packages: postcss: 8.4.21 dev: false - /postcss-resolve-nested-selector/0.1.1: + /postcss-resolve-nested-selector@0.1.1: resolution: {integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=} - /postcss-safe-parser/4.0.2: + /postcss-safe-parser@4.0.2: resolution: {integrity: sha1-ptTkjw832ffBGypYG/APi6SHC5Y=} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.21: + /postcss-safe-parser@6.0.0(postcss@8.4.21): resolution: {integrity: sha1-u0wpiUFxqUvFyZa5owMX70Aq2qE=} engines: {node: '>=12.0'} peerDependencies: @@ -11275,29 +11051,20 @@ packages: postcss: 8.4.21 dev: false - /postcss-sass/0.4.4: + /postcss-sass@0.4.4: resolution: {integrity: sha1-kfDzRHtFzjcyJ6mLYfjY8HhShaM=} dependencies: gonzales-pe: 4.3.0 postcss: 7.0.39 dev: true - /postcss-scss/2.1.1: + /postcss-scss@2.1.1: resolution: {integrity: sha1-7Dp1+imlXgFrkL8yaQJsU8HSs4M=} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.39 - dev: true - - /postcss-selector-not/5.0.0: - resolution: {integrity: sha1-rF/FBvdWXdhy+C9TFMD4GgVjDcc=} - peerDependencies: - postcss: ^8.1.0 - dependencies: - balanced-match: 1.0.2 - dev: false - /postcss-selector-not/5.0.0_postcss@8.4.21: + /postcss-selector-not@5.0.0(postcss@8.4.21): resolution: {integrity: sha1-rF/FBvdWXdhy+C9TFMD4GgVjDcc=} peerDependencies: postcss: ^8.1.0 @@ -11306,14 +11073,14 @@ packages: postcss: 8.4.21 dev: false - /postcss-selector-parser/6.0.11: + /postcss-selector-parser@6.0.11: resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-syntax/0.36.2_kei4jy7wdgbhc236h4oijypxom: + /postcss-syntax@0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39): resolution: {integrity: sha1-8IV4x9lYNFdOVZOoLfv6ivrjtRw=} peerDependencies: postcss: '>=5.0.0' @@ -11335,47 +11102,21 @@ packages: optional: true dependencies: postcss: 7.0.39 - postcss-html: 0.36.0_j55xdkkcxc32kvnyvx3y7casfm + postcss-html: 0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39) postcss-less: 3.1.4 postcss-scss: 2.1.1 - dev: true - - /postcss-syntax/0.36.2_postcss@8.4.21: - resolution: {integrity: sha1-8IV4x9lYNFdOVZOoLfv6ivrjtRw=} - peerDependencies: - postcss: '>=5.0.0' - postcss-html: '*' - postcss-jsx: '*' - postcss-less: '*' - postcss-markdown: '*' - postcss-scss: '*' - peerDependenciesMeta: - postcss-html: - optional: true - postcss-jsx: - optional: true - postcss-less: - optional: true - postcss-markdown: - optional: true - postcss-scss: - optional: true - dependencies: - postcss: 8.4.21 - dev: false - /postcss-value-parser/4.2.0: + /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss/7.0.39: + /postcss@7.0.39: resolution: {integrity: sha1-liQ3XZZWMOLh8sAqk1yCpZy0gwk=} engines: {node: '>=6.0.0'} dependencies: picocolors: 0.2.1 source-map: 0.6.1 - dev: true - /postcss/8.4.21: + /postcss@8.4.21: resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -11384,20 +11125,20 @@ packages: source-map-js: 1.0.2 dev: false - /prelude-ls/1.1.2: + /prelude-ls@1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} engines: {node: '>= 0.8.0'} - /prelude-ls/1.2.1: + /prelude-ls@1.2.1: resolution: {integrity: sha1-3rxkidem5rDnYRiIzsiAM30xY5Y=} engines: {node: '>= 0.8.0'} - /prepend-http/2.0.0: + /prepend-http@2.0.0: resolution: {integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=} engines: {node: '>=4'} dev: false - /prettier-plugin-organize-imports/3.2.1_7zh76q2qrt7th5cvcxurl33jgy: + /prettier-plugin-organize-imports@3.2.1(prettier@2.8.2)(typescript@4.9.4): resolution: {integrity: sha512-bty7C2Ecard5EOXirtzeCAqj4FU4epeuWrQt/Z+sh8UVEpBlBZ3m3KNPz2kFu7KgRTQx/C9o4/TdquPD1jOqjQ==} peerDependencies: '@volar/vue-language-plugin-pug': ^1.0.4 @@ -11414,7 +11155,7 @@ packages: typescript: 4.9.4 dev: false - /prettier-plugin-packagejson/2.3.0_prettier@2.8.2: + /prettier-plugin-packagejson@2.3.0(prettier@2.8.2): resolution: {integrity: sha512-2SAPMMk1UDkqsB7DifWKcwCm6VC52JXMrzLHfbcQHJRWhRCj9zziOy+s+2XOyPBeyqFqS+A/1IKzOrxKFTo6pw==} peerDependencies: prettier: '>= 1.16.0' @@ -11426,19 +11167,19 @@ packages: sort-package-json: 1.57.0 dev: false - /prettier/2.8.2: + /prettier@2.8.2: resolution: {integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==} engines: {node: '>=10.13.0'} hasBin: true - /pretty-error/4.0.0: + /pretty-error@4.0.0: resolution: {integrity: sha1-kKcD9G3XI0rbRtD4SCPp0cuPENY=} dependencies: lodash: 4.17.21 renderkid: 3.0.0 dev: false - /pretty-format/27.5.1: + /pretty-format@27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: @@ -11446,46 +11187,50 @@ packages: ansi-styles: 5.2.0 react-is: 17.0.2 - /process-nextick-args/2.0.1: + /process-nextick-args@2.0.1: resolution: {integrity: sha1-eCDZsWEgzFXKmud5JoCufbptf+I=} dev: false - /process-warning/1.0.0: + /process-warning@1.0.0: resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} dev: false - /process/0.11.10: + /process@0.11.10: resolution: {integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI=} engines: {node: '>= 0.6.0'} dev: false - /prompts/2.4.2: + /prompts@2.4.2: resolution: {integrity: sha1-e1fnOzpIAprRDr1E90sBcipMsGk=} engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 - /prop-types/15.8.1: + /prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 react-is: 16.13.1 - /proxy-compare/2.3.0: + /proxy-compare@2.3.0: resolution: {integrity: sha512-c3L2CcAi7f7pvlD0D7xsF+2CQIW8C3HaYx2Pfgq8eA4HAl3GAH6/dVYsyBbYF/0XJs2ziGLrzmz5fmzPm6A0pQ==} dev: false - /prr/1.0.1: + /proxy-from-env@1.1.0: + resolution: {integrity: sha1-4QLxbKNVQkhldV0sno6k8k1Yw+I=} + dev: false + + /prr@1.0.1: resolution: {integrity: sha1-0/wRS6BplaRexok/SEzrHXj19HY=} dev: false optional: true - /psl/1.9.0: + /psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - /public-encrypt/4.0.3: + /public-encrypt@4.0.3: resolution: {integrity: sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=} dependencies: bn.js: 4.12.0 @@ -11496,31 +11241,31 @@ packages: safe-buffer: 5.2.1 dev: false - /pump/3.0.0: + /pump@3.0.0: resolution: {integrity: sha1-tKIRaBW94vTh6mAjVOjHVWUQemQ=} dependencies: end-of-stream: 1.4.4 once: 1.4.0 dev: true - /punycode/1.3.2: + /punycode@1.3.2: resolution: {integrity: sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=} dev: false - /punycode/1.4.1: + /punycode@1.4.1: resolution: {integrity: sha1-wNWmOycYgArY4esPpSachN1BhF4=} dev: false - /punycode/2.2.0: + /punycode@2.2.0: resolution: {integrity: sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw==} engines: {node: '>=6'} - /q/1.5.1: + /q@1.5.1: resolution: {integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} dev: true - /qiankun/2.8.4: + /qiankun@2.8.4: resolution: {integrity: sha512-9MCKTJZpb0L7CcWC80jNr4TZz9m2Pvh9QWHNKJ7vZAEUMRZBbMl3+wCV1VBcUJJIgfRMU5G+ksoW142rMFA0Ew==} dependencies: '@babel/runtime': 7.20.7 @@ -11529,7 +11274,7 @@ packages: single-spa: 5.9.4 dev: false - /qrcode.react/3.1.0_react@18.2.0: + /qrcode.react@3.1.0(react@18.2.0): resolution: {integrity: sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -11537,7 +11282,7 @@ packages: react: 18.2.0 dev: false - /query-string/6.14.1: + /query-string@6.14.1: resolution: {integrity: sha1-esLcpG2n8wlEm6D4ax/SglWwyGo=} engines: {node: '>=6'} dependencies: @@ -11547,45 +11292,90 @@ packages: strict-uri-encode: 2.0.0 dev: false - /querystring-es3/0.2.1: + /querystring-es3@0.2.1: resolution: {integrity: sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=} engines: {node: '>=0.4.x'} dev: false - /querystring/0.2.0: + /querystring@0.2.0: resolution: {integrity: sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=} engines: {node: '>=0.4.x'} deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. dev: false - /querystringify/2.2.0: + /querystringify@2.2.0: resolution: {integrity: sha1-M0WUG0FTy50ILY7uTNogFqmu9/Y=} - /queue-microtask/1.2.3: + /queue-microtask@1.2.3: resolution: {integrity: sha1-SSkii7xyTfrEPg77BYyve2z7YkM=} - /quick-format-unescaped/4.0.4: + /quick-format-unescaped@4.0.4: resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} dev: false - /quick-lru/4.0.1: + /quick-lru@4.0.1: resolution: {integrity: sha1-W4h48ROlgheEjGSCAmxz4bpXcn8=} engines: {node: '>=8'} - /randombytes/2.1.0: + /randombytes@2.1.0: resolution: {integrity: sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo=} dependencies: safe-buffer: 5.2.1 dev: false - /randomfill/1.0.4: + /randomfill@1.0.4: resolution: {integrity: sha1-ySGW/IarQr6YPxvzF3giSTHWFFg=} dependencies: randombytes: 2.1.0 safe-buffer: 5.2.1 dev: false - /rc-align/4.0.15_biqbaboplfbrettd7655fr4n2y: + /rax-children@1.0.0(rax@1.2.3): + resolution: {integrity: sha512-sBKEXAMj9ik6SsPfPGgcQnqggmbWFyBdvAV/Cz/0f04bRA86BtWgbMri/9Dce0k8nkEC/BGWiiTdyA8Q49zIiw==} + engines: {npm: '>=3.0.0'} + peerDependencies: + rax: ^1.0.0 + dependencies: + rax: 1.2.3 + dev: false + + /rax-clone-element@1.0.0(rax@1.2.3): + resolution: {integrity: sha512-TaQMVuzoglvCTjbWATlvvwARmeWnG8kpENWNXrNDv0++x29GHNND/TBbx7sdtVs/QmYwYc8YmwRUhaBwKQi5eQ==} + engines: {npm: '>=3.0.0'} + peerDependencies: + rax: ^1.0.0 + dependencies: + rax: 1.2.3 + rax-is-valid-element: 1.0.1 + dev: false + + /rax-create-factory@1.0.0(rax@1.2.3): + resolution: {integrity: sha512-blBaVrurj/BOWelJhQWiuc0Kk8Ons1jsNsX78omaPBLkSOL7OkyJ3NC/0iKXHu425yWrGB6e5vho/qabROC7VQ==} + engines: {npm: '>=3.0.0'} + peerDependencies: + rax: ^1.0.0 + dependencies: + rax: 1.2.3 + dev: false + + /rax-is-valid-element@1.0.1: + resolution: {integrity: sha512-ajvQlLr7sr7UK4T9lyJyn1gcdu7NIrF3NUAj+SWWNwG2GZ5ygKdSCRFzuu7evuAwLxqrCCk2tQLV6uxw0zYUXQ==} + engines: {npm: '>=3.0.0'} + dev: false + + /rax@1.2.3: + resolution: {integrity: sha512-/lkZ7Yb3be06e68y4wn5WIyudzvrnHiTEjeAznJ7nPrfmjoCan2hcKPXmTYXdHU+IqkvGbzDlLZRWbVtmRTAcw==} + engines: {npm: '>=3.0.0'} + dependencies: + '@babel/runtime': 7.20.7 + prop-types: 15.8.1 + rax-children: 1.0.0(rax@1.2.3) + rax-clone-element: 1.0.0(rax@1.2.3) + rax-create-factory: 1.0.0(rax@1.2.3) + rax-is-valid-element: 1.0.1 + dev: false + + /rc-align@4.0.15(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wqJtVH60pka/nOX7/IspElA8gjPNQKIx/ZqJ6heATCkXpe1Zg4cPVrMD2vC96wjsFFL8WsmhPbx9tdMo1qqlIA==} peerDependencies: react: '>=16.9.0' @@ -11594,13 +11384,13 @@ packages: '@babel/runtime': 7.20.7 classnames: 2.3.2 dom-align: 1.12.4 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) resize-observer-polyfill: 1.5.1 dev: false - /rc-cascader/3.9.0_biqbaboplfbrettd7655fr4n2y: + /rc-cascader@3.9.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-XppS7Vd11l4oqgkIQX2RHAbsR9j+UR7IpjzWhK5wUmweY4w5OsF5RdFlxAb8oC9JsIbK4lBeGLmDWYxfi9S37g==} peerDependencies: react: '>=16.9.0' @@ -11609,14 +11399,14 @@ packages: '@babel/runtime': 7.20.7 array-tree-filter: 2.1.0 classnames: 2.3.2 - rc-select: 14.3.0_biqbaboplfbrettd7655fr4n2y - rc-tree: 5.7.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-select: 14.3.0(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.7.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-checkbox/2.3.2_biqbaboplfbrettd7655fr4n2y: + /rc-checkbox@2.3.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha1-+Rs2eMftsrqoEhyUg8Zk+m8K78E=} peerDependencies: react: '>=16.9.0' @@ -11625,10 +11415,10 @@ packages: '@babel/runtime': 7.20.7 classnames: 2.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-collapse/3.5.2_biqbaboplfbrettd7655fr4n2y: + /rc-collapse@3.5.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-/TNiT3DW1t3sUCiVD/DPUYooJZ3BLA93/2rZsB3eM2bGJCCla2X9D2E4tgm7LGMQGy5Atb2lMUn2FQuvQNvavQ==} peerDependencies: react: '>=16.9.0' @@ -11636,43 +11426,43 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-dialog/9.0.2_biqbaboplfbrettd7655fr4n2y: + /rc-dialog@9.0.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/portal': 1.1.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-drawer/6.1.2_biqbaboplfbrettd7655fr4n2y: + /rc-drawer@6.1.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-mYsTVT8Amy0LRrpVEv7gI1hOjtfMSO/qHAaCDzFx9QBLnms3cAQLJkaxRWM+Eq99oyLhU/JkgoqTg13bc4ogOQ==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/portal': 1.1.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-dropdown/4.0.1_biqbaboplfbrettd7655fr4n2y: + /rc-dropdown@4.0.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==} peerDependencies: react: '>=16.11.0' @@ -11680,13 +11470,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-trigger: 5.3.4(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-field-form/1.27.3_biqbaboplfbrettd7655fr4n2y: + /rc-field-form@1.27.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-HGqxHnmGQgkPApEcikV4qTg3BLPC82uB/cwBDftDt1pYaqitJfSl5TFTTUMKVEJVT5RqJ2Zi68ME1HmIMX2HAw==} engines: {node: '>=8.x'} peerDependencies: @@ -11695,28 +11485,28 @@ packages: dependencies: '@babel/runtime': 7.20.7 async-validator: 4.2.5 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-image/5.15.2_biqbaboplfbrettd7655fr4n2y: + /rc-image@5.15.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-QaeWP20v51eGyrkl24PyusTmbMk42A3vGPl7hEa15jcQjECOX36tLtvLk5sjl3vaLQpMskB8BbwiqPsN7I7aow==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/portal': 1.1.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-dialog: 9.0.2_biqbaboplfbrettd7655fr4n2y - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-dialog: 9.0.2(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-input-number/7.4.0_biqbaboplfbrettd7655fr4n2y: + /rc-input-number@7.4.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-r/Oub/sPYbzqLNUOHnnc9sbCu78a81KX+RCbRwmpvB4W6nptUySbdWS5KHV4Hak5CAE1LAd+wWm5JjvZizG1FA==} peerDependencies: react: '>=16.9.0' @@ -11725,12 +11515,12 @@ packages: '@babel/runtime': 7.20.7 '@rc-component/mini-decimal': 1.0.1 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-input/0.2.2_biqbaboplfbrettd7655fr4n2y: + /rc-input@0.2.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xgkVcFgtRO0Hl9hmvslZhObNyxbSpTmy3nR1Tk4XrjjZ9lFJ7GcJBy6ss30Pdb0oX36cHzLN8I7VCjBGeRNB9A==} peerDependencies: react: '>=16.0.0' @@ -11738,12 +11528,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-mentions/2.0.0_biqbaboplfbrettd7655fr4n2y: + /rc-mentions@2.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-58NSeM6R5MrgYAhR2TH27JgAN7ivp3iBTmty3q6gvrrGHelPMdGxpJ5aH7AIlodCrPWLAm1lT4XoiuI4s9snXA==} peerDependencies: react: '>=16.9.0' @@ -11751,16 +11541,16 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-input: 0.2.2_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.8.2_biqbaboplfbrettd7655fr4n2y - rc-textarea: 1.0.1_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-input: 0.2.2(react-dom@18.2.0)(react@18.2.0) + rc-menu: 9.8.2(react-dom@18.2.0)(react@18.2.0) + rc-textarea: 1.0.1(react-dom@18.2.0)(react@18.2.0) + rc-trigger: 5.3.4(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-menu/9.8.2_biqbaboplfbrettd7655fr4n2y: + /rc-menu@9.8.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-EahOJVjLuEnJsThoPN+mGnVm431RzVzDLZWHRS/YnXTQULa7OsgdJa/Y7qXxc3Z5sz8mgT6xYtgpmBXLxrZFaQ==} peerDependencies: react: '>=16.9.0' @@ -11768,15 +11558,15 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-overflow: 1.2.8_biqbaboplfbrettd7655fr4n2y - rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-overflow: 1.2.8(react-dom@18.2.0)(react@18.2.0) + rc-trigger: 5.3.4(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-motion/2.6.3_biqbaboplfbrettd7655fr4n2y: + /rc-motion@2.6.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xFLkes3/7VL/J+ah9jJruEW/Akbx5F6jVa2wG5o/ApGKQKSOd5FR3rseHLL9+xtJg4PmCwo6/1tqhDO/T+jFHA==} peerDependencies: react: '>=16.9.0' @@ -11784,12 +11574,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-notification/5.0.2_biqbaboplfbrettd7655fr4n2y: + /rc-notification@5.0.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-74wUFiLlyr6lRGEY1m1BaTiDp+0lIT4FRAblMnh9FApyK2JGdsSLbrQ/1rgM7d2N/IX5UIr8kLLW3TdXxFt/jQ==} engines: {node: '>=8.x'} peerDependencies: @@ -11798,13 +11588,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-overflow/1.2.8_biqbaboplfbrettd7655fr4n2y: + /rc-overflow@1.2.8(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-QJ0UItckWPQ37ZL1dMEBAdY1dhfTXFL9k6oTTcyydVwoUNMnMqCGqnRNA98axSr/OeDKqR6DVFyi8eA5RQI/uQ==} peerDependencies: react: '>=16.9.0' @@ -11812,13 +11602,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-resize-observer: 1.3.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.3.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-pagination/3.2.0_biqbaboplfbrettd7655fr4n2y: + /rc-pagination@3.2.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-5tIXjB670WwwcAJzAqp2J+cOBS9W3cH/WU1EiYwXljuZ4vtZXKlY2Idq8FZrnYBz8KhN3vwPo9CoV/SJS6SL1w==} peerDependencies: react: '>=16.9.0' @@ -11827,10 +11617,10 @@ packages: '@babel/runtime': 7.20.7 classnames: 2.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-picker/3.2.4_mlnkrlbros4rghcauwy625gk7y: + /rc-picker@3.2.4(dayjs@1.11.7)(moment@2.29.4)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-AydqPVS12u+46P6DwF0iMi4p5UAAnb64drcA/zUgNXkkB6rQhUwtYP7E75YM0WylT54F3sLhe+WttZynxtsU+Q==} engines: {node: '>=8.x'} peerDependencies: @@ -11850,13 +11640,14 @@ packages: '@babel/runtime': 7.20.7 classnames: 2.3.2 dayjs: 1.11.7 - rc-trigger: 5.3.4_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + moment: 2.29.4 + rc-trigger: 5.3.4(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-progress/3.4.1_biqbaboplfbrettd7655fr4n2y: + /rc-progress@3.4.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-eAFDHXlk8aWpoXl0llrenPMt9qKHQXphxcVsnKs0FHC6eCSk1ebJtyaVjJUzKe0233ogiLDeEFK1Uihz3s67hw==} peerDependencies: react: '>=16.9.0' @@ -11864,12 +11655,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-rate/2.9.2_biqbaboplfbrettd7655fr4n2y: + /rc-rate@2.9.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==} engines: {node: '>=8.x'} peerDependencies: @@ -11878,12 +11669,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-resize-observer/1.2.1_biqbaboplfbrettd7655fr4n2y: + /rc-resize-observer@1.2.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-g53PnWLeVOmt4XWkt2x+QlIdf/PhJSd7JqHhtMrUY370e7wJ+kxbgXicYqvENUcgFiiOiMCd07YsC2GNsoSbnA==} peerDependencies: react: '>=16.9.0' @@ -11891,13 +11682,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) resize-observer-polyfill: 1.5.1 dev: false - /rc-resize-observer/1.3.1_biqbaboplfbrettd7655fr4n2y: + /rc-resize-observer@1.3.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-iFUdt3NNhflbY3mwySv5CA1TC06zdJ+pfo0oc27xpf4PIOvfZwZGtD9Kz41wGYqC4SLio93RVAirSSpYlV/uYg==} peerDependencies: react: '>=16.9.0' @@ -11905,13 +11696,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) resize-observer-polyfill: 1.5.1 dev: false - /rc-segmented/2.1.2_biqbaboplfbrettd7655fr4n2y: + /rc-segmented@2.1.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qGo1bCr83ESXpXVOCXjFe1QJlCAQXyi9KCiy8eX3rIMYlTeJr/ftySIaTnYsitL18SvWf5ZEHsfqIWoX0EMfFQ==} peerDependencies: react: '>=16.0.0' @@ -11919,13 +11710,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-select/14.3.0_biqbaboplfbrettd7655fr4n2y: + /rc-select@14.3.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-y+TeAKvAvfAS7WXn4nFU8xtWJ1kLC7SVBvX3UQYtfU+N3BYNpNzHw/3F1Gu34rN2YWTG4hwspwFvDuRtGXytlQ==} engines: {node: '>=8.x'} peerDependencies: @@ -11933,17 +11724,17 @@ packages: react-dom: '*' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/trigger': 1.5.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/trigger': 1.5.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-overflow: 1.2.8_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y - rc-virtual-list: 3.4.13_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-overflow: 1.2.8(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.4.13(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-slider/10.1.1_biqbaboplfbrettd7655fr4n2y: + /rc-slider@10.1.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-gn8oXazZISEhnmRinI89Z/JD/joAaM35jp+gDtIVSTD/JJMCCBqThqLk1SVJmvtfeiEF/kKaFY0+qt4SDHFUDw==} engines: {node: '>=8.x'} peerDependencies: @@ -11952,12 +11743,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-steps/6.0.0_biqbaboplfbrettd7655fr4n2y: + /rc-steps@6.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+KfMZIty40mYCQSDvYbZ1jwnuObLauTiIskT1hL4FFOBHP6ZOr8LK0m143yD3kEN5XKHSEX1DIwCj3AYZpoeNQ==} engines: {node: '>=8.x'} peerDependencies: @@ -11966,12 +11757,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-switch/4.0.0_biqbaboplfbrettd7655fr4n2y: + /rc-switch@4.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-IfrYC99vN0gKaTyjQdqYuADU0eH00SAFHg3jOp8HrmUpJruhV1SohJzrCbPqPraZeX/6X/QKkdLfkdnUub05WA==} peerDependencies: react: '>=16.9.0' @@ -11979,12 +11770,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-table/7.31.0_biqbaboplfbrettd7655fr4n2y: + /rc-table@7.31.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-TiWonax1f0B/WBh4yyA0q9GyGdKluvC1z39cPoTuRDf+zsBFDyla4T8xCK8Hzx4EugPE9f9a9fCa/i7N9+SSyA==} engines: {node: '>=8.x'} peerDependencies: @@ -11992,15 +11783,15 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/context': 1.3.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/context': 1.3.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - rc-resize-observer: 1.3.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.3.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-tabs/12.5.6_biqbaboplfbrettd7655fr4n2y: + /rc-tabs@12.5.6(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-aArXHzxK7YICxe+622CZ8FlO5coMi8P7E6tXpseCPKm1gdTjUt0LrQK1/AxcrRXZXG3K4QqhlKmET0+cX5DQaQ==} engines: {node: '>=8.x'} peerDependencies: @@ -12009,16 +11800,16 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-dropdown: 4.0.1_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.8.2_biqbaboplfbrettd7655fr4n2y - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-dropdown: 4.0.1(react-dom@18.2.0)(react@18.2.0) + rc-menu: 9.8.2(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-textarea/1.0.1_biqbaboplfbrettd7655fr4n2y: + /rc-textarea@1.0.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-dtIm96apjJpCUcCeTtbnLGJaVlqbOqVgN0P9z+bqMSi7rcV5QVeUtBnG+jQTGk/uD183Z7jbhc8Dx7G3luDCwg==} peerDependencies: react: '>=16.9.0' @@ -12026,27 +11817,27 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-input: 0.2.2_biqbaboplfbrettd7655fr4n2y - rc-resize-observer: 1.2.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-input: 0.2.2(react-dom@18.2.0)(react@18.2.0) + rc-resize-observer: 1.2.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-tooltip/6.0.1_biqbaboplfbrettd7655fr4n2y: + /rc-tooltip@6.0.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-MdvPlsD1fDSxKp9+HjXrc/CxLmA/s11QYIh1R7aExxfodKP7CZA++DG1AjrW80F8IUdHYcR43HAm0Y2BYPelHA==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.7 - '@rc-component/trigger': 1.5.0_biqbaboplfbrettd7655fr4n2y + '@rc-component/trigger': 1.5.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-tree-select/5.7.0_biqbaboplfbrettd7655fr4n2y: + /rc-tree-select@5.7.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-YGMpBFK9qBkgng2ZhOw7yFiL9VnjHij+uNvP+tiU/QZGdf2XcO8LHXQNUZRGAEzx4PT5lUs6d7kIfkQ9a74bqg==} peerDependencies: react: '*' @@ -12054,14 +11845,14 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-select: 14.3.0_biqbaboplfbrettd7655fr4n2y - rc-tree: 5.7.2_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-select: 14.3.0(react-dom@18.2.0)(react@18.2.0) + rc-tree: 5.7.2(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-tree/5.7.2_biqbaboplfbrettd7655fr4n2y: + /rc-tree@5.7.2(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-nmnL6qLnfwVckO5zoqKL2I9UhwDqzyCtjITQCkwhimyz1zfuFkG5ZPIXpzD/Guzso94qQA/QrMsvzic5W6QDjg==} engines: {node: '>=10.x'} peerDependencies: @@ -12070,14 +11861,14 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y - rc-virtual-list: 3.4.13_biqbaboplfbrettd7655fr4n2y + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) + rc-virtual-list: 3.4.13(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-trigger/5.3.4_biqbaboplfbrettd7655fr4n2y: + /rc-trigger@5.3.4(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==} engines: {node: '>=8.x'} peerDependencies: @@ -12086,14 +11877,14 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-align: 4.0.15_biqbaboplfbrettd7655fr4n2y - rc-motion: 2.6.3_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-align: 4.0.15(react-dom@18.2.0)(react@18.2.0) + rc-motion: 2.6.3(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-upload/4.3.4_biqbaboplfbrettd7655fr4n2y: + /rc-upload@4.3.4(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==} peerDependencies: react: '>=16.9.0' @@ -12101,12 +11892,12 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /rc-util/4.21.1: + /rc-util@4.21.1: resolution: {integrity: sha1-iGAtDDGFAgqhBT2aHnDqwWG+ywU=} dependencies: add-dom-event-listener: 1.1.0 @@ -12116,7 +11907,7 @@ packages: shallowequal: 1.1.0 dev: false - /rc-util/5.27.1_biqbaboplfbrettd7655fr4n2y: + /rc-util@5.27.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-PsjHA+f+KBCz+YTZxrl3ukJU5RoNKoe3KSNMh0xGiISbR67NaM9E9BiMjCwxa3AcCUOg/rZ+V0ZKLSimAA+e3w==} peerDependencies: react: '>=16.9.0' @@ -12124,11 +11915,11 @@ packages: dependencies: '@babel/runtime': 7.20.7 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) react-is: 16.13.1 dev: false - /rc-virtual-list/3.4.13_biqbaboplfbrettd7655fr4n2y: + /rc-virtual-list@3.4.13(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} engines: {node: '>=8.x'} peerDependencies: @@ -12137,13 +11928,13 @@ packages: dependencies: '@babel/runtime': 7.20.7 classnames: 2.3.2 - rc-resize-observer: 1.3.1_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.1_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.3.1(react-dom@18.2.0)(react@18.2.0) + rc-util: 5.27.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /react-dom/18.1.0_react@18.1.0: + /react-dom@18.1.0(react@18.1.0): resolution: {integrity: sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==} peerDependencies: react: ^18.1.0 @@ -12153,7 +11944,7 @@ packages: scheduler: 0.22.0 dev: false - /react-dom/18.2.0_react@18.2.0: + /react-dom@18.2.0(react@18.2.0): resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: react: ^18.2.0 @@ -12162,7 +11953,7 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-error-boundary/3.0.2_react@18.2.0: + /react-error-boundary@3.0.2(react@18.2.0): resolution: {integrity: sha1-dDmaTZpov+3h8/QmHqCqv8ZdmGg=} engines: {node: '>=10', npm: '>=6'} peerDependencies: @@ -12172,15 +11963,15 @@ packages: react: 18.2.0 dev: false - /react-error-overlay/6.0.11: + /react-error-overlay@6.0.11: resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==} dev: false - /react-fast-compare/3.2.0: + /react-fast-compare@3.2.0: resolution: {integrity: sha1-ZBqdqBtqYyDycOiXJPtFoLOeQ7s=} dev: false - /react-helmet-async/1.3.0_biqbaboplfbrettd7655fr4n2y: + /react-helmet-async@1.3.0(react-dom@18.1.0)(react@18.1.0): resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 @@ -12189,13 +11980,13 @@ packages: '@babel/runtime': 7.20.7 invariant: 2.2.4 prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react: 18.1.0 + react-dom: 18.1.0(react@18.1.0) react-fast-compare: 3.2.0 shallowequal: 1.1.0 dev: false - /react-helmet-async/1.3.0_ef5jwxihqo6n7gxfmzogljlgcm: + /react-helmet-async@1.3.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 @@ -12204,13 +11995,13 @@ packages: '@babel/runtime': 7.20.7 invariant: 2.2.4 prop-types: 15.8.1 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-fast-compare: 3.2.0 shallowequal: 1.1.0 dev: false - /react-intl/3.12.1_react@18.2.0: + /react-intl@3.12.1(react@18.2.0): resolution: {integrity: sha1-6aeD6iAwLp2iXk7aWeVZOkPS7IA=} peerDependencies: react: ^16.3.0 @@ -12230,25 +12021,37 @@ packages: shallow-equal: 1.2.1 dev: false - /react-is/16.13.1: + /react-is@16.13.1: resolution: {integrity: sha1-eJcppNw23imZ3BVt1sHZwYzqVqQ=} - /react-is/17.0.2: + /react-is@17.0.2: resolution: {integrity: sha1-5pHUqOnHiTZWVVOas3J2Kw77VPA=} - /react-is/18.2.0: + /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: false - /react-lifecycles-compat/3.0.4: + /react-lifecycles-compat@3.0.4: resolution: {integrity: sha1-TxonOv38jzSIqMUWv9p4+HI1I2I=} dev: false - /react-merge-refs/1.1.0: + /react-merge-refs@1.1.0: resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==} dev: false - /react-reconciler/0.25.1_react@18.2.0: + /react-monaco-editor@0.33.0(monaco-editor@0.19.3)(react@18.2.0): + resolution: {integrity: sha1-giwzGDbsObEWD68isMciJm+CJGA=} + peerDependencies: + monaco-editor: '*' + react: ^15.x || ^16.x + dependencies: + '@types/react': 16.14.40 + monaco-editor: 0.19.3 + prop-types: 15.8.1 + react: 18.2.0 + dev: false + + /react-reconciler@0.25.1(react@18.2.0): resolution: {integrity: sha1-+YFNWdEV4SEHYih86YeAFSk2Oqo=} engines: {node: '>=0.10.0'} peerDependencies: @@ -12261,7 +12064,24 @@ packages: scheduler: 0.19.1 dev: false - /react-redux/8.0.5_gm3gubmwja4o7q6fr6adx3fpz4: + /react-redux@5.1.2(react@18.2.0)(redux@3.7.2): + resolution: {integrity: sha1-sZz54h1pRCJye/eY6TSpFsQID1c=} + peerDependencies: + react: ^0.14.0 || ^15.0.0-0 || ^16.0.0-0 + redux: ^2.0.0 || ^3.0.0 || ^4.0.0-0 + dependencies: + '@babel/runtime': 7.20.7 + hoist-non-react-statics: 3.3.2 + invariant: 2.2.4 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-is: 16.13.1 + react-lifecycles-compat: 3.0.4 + redux: 3.7.2 + dev: false + + /react-redux@8.0.5(@types/react-dom@18.0.10)(@types/react@18.0.26)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.0): resolution: {integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -12289,42 +12109,83 @@ packages: '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) react-is: 18.2.0 redux: 4.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /react-refresh/0.14.0: + /react-refresh@0.14.0: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} dev: false - /react-router-dom/6.3.0_biqbaboplfbrettd7655fr4n2y: + /react-router-dom@4.3.1(react@18.2.0): + resolution: {integrity: sha1-TCYZ/CTE+ofJ/Rj0+0pD/mP71cY=} + peerDependencies: + react: '>=15' + dependencies: + history: 4.10.1 + invariant: 2.2.4 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-router: 4.3.1(react@18.2.0) + warning: 4.0.3 + dev: false + + /react-router-dom@6.3.0(react-dom@18.1.0)(react@18.1.0): resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: history: 5.3.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-router: 6.3.0_react@18.2.0 + react: 18.1.0 + react-dom: 18.1.0(react@18.1.0) + react-router: 6.3.0(react@18.1.0) dev: false - /react-router-dom/6.3.0_ef5jwxihqo6n7gxfmzogljlgcm: + /react-router-dom@6.3.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: history: 5.3.0 - react: 18.1.0 - react-dom: 18.1.0_react@18.1.0 - react-router: 6.3.0_react@18.1.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-router: 6.3.0(react@18.2.0) + dev: false + + /react-router-redux@5.0.0-alpha.9(react@18.2.0): + resolution: {integrity: sha1-glQxUW4Obx/ZO4gH9r1ZXiPsPRA=} + deprecated: This project is no longer maintained. + peerDependencies: + react: '>=15' + dependencies: + history: 4.10.1 + prop-types: 15.8.1 + react: 18.2.0 + react-router: 4.3.1(react@18.2.0) + dev: false + + /react-router@4.3.1(react@18.2.0): + resolution: {integrity: sha1-qtpK7xTICcsuaGsFzuR0IjRQbE4=} + peerDependencies: + react: '>=15' + dependencies: + history: 4.10.1 + hoist-non-react-statics: 2.5.5 + invariant: 2.2.4 + loose-envify: 1.4.0 + path-to-regexp: 1.7.0 + prop-types: 15.8.1 + react: 18.2.0 + warning: 4.0.3 dev: false - /react-router/6.3.0_react@18.1.0: + /react-router@6.3.0(react@18.1.0): resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==} peerDependencies: react: '>=16.8' @@ -12333,7 +12194,7 @@ packages: react: 18.1.0 dev: false - /react-router/6.3.0_react@18.2.0: + /react-router@6.3.0(react@18.2.0): resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==} peerDependencies: react: '>=16.8' @@ -12342,9 +12203,10 @@ packages: react: 18.2.0 dev: false - /react-sortable-hoc/1.11.0_biqbaboplfbrettd7655fr4n2y: + /react-sortable-hoc@1.11.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha1-/kAiNiu6/EuDb1EEuWdmCKQKJ48=} peerDependencies: + prop-types: ^15.5.7 react: ^0.14.0 || ^15.0.0 || ^16.0.0 react-dom: ^0.14.0 || ^15.0.0 || ^16.0.0 dependencies: @@ -12352,12 +12214,13 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /react-sortable-hoc/2.0.0_biqbaboplfbrettd7655fr4n2y: + /react-sortable-hoc@2.0.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha1-9ngNiqS5IqIfPnVK9ULwMmdweLc=} peerDependencies: + prop-types: ^15.5.7 react: ^16.3.0 || ^17.0.0 react-dom: ^16.3.0 || ^17.0.0 dependencies: @@ -12365,10 +12228,10 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /react-sticky-box/0.9.3_sh5qlbywuemxd2y3xkrw2y2kr4: + /react-sticky-box@0.9.3(prop-types@15.8.1)(react@18.2.0): resolution: {integrity: sha1-hFDUzvjk/dewNRUgNlvJjJfaEa8=} peerDependencies: prop-types: ^15.6.2 @@ -12380,7 +12243,23 @@ packages: resize-observer-polyfill: 1.5.1 dev: false - /react/16.14.0: + /react-virtualized@9.22.5(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-YqQMRzlVANBv1L/7r63OHa2b0ZsAaDp1UhVNEdUaXI8A5u6hTpA5NYtUueLH2rFuY/27mTGIBl7ZhqFKzw18YQ==} + peerDependencies: + react: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 + react-dom: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 + dependencies: + '@babel/runtime': 7.20.7 + clsx: 1.2.1 + dom-helpers: 5.2.1 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-lifecycles-compat: 3.0.4 + dev: false + + /react@16.14.0: resolution: {integrity: sha1-lNd23dCqo32j7aj8W2sYpMmjEU0=} engines: {node: '>=0.10.0'} dependencies: @@ -12389,20 +12268,20 @@ packages: prop-types: 15.8.1 dev: false - /react/18.1.0: + /react@18.1.0: resolution: {integrity: sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 dev: false - /react/18.2.0: + /react@18.2.0: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 - /reactcss/1.2.3_react@18.2.0: + /reactcss@1.2.3(react@18.2.0): resolution: {integrity: sha1-wAATh15Vexzw39mjaKHD2rO1SN0=} peerDependencies: react: '*' @@ -12411,7 +12290,7 @@ packages: react: 18.2.0 dev: false - /read-pkg-up/7.0.1: + /read-pkg-up@7.0.1: resolution: {integrity: sha1-86YTV1hFlzOuK5VjgFbhhU5+9Qc=} engines: {node: '>=8'} dependencies: @@ -12419,7 +12298,7 @@ packages: read-pkg: 5.2.0 type-fest: 0.8.1 - /read-pkg/5.2.0: + /read-pkg@5.2.0: resolution: {integrity: sha1-e/KVQ4yloz5WzTDgU7NO5yUMk8w=} engines: {node: '>=8'} dependencies: @@ -12428,7 +12307,7 @@ packages: parse-json: 5.2.0 type-fest: 0.6.0 - /readable-stream/2.3.7: + /readable-stream@2.3.7: resolution: {integrity: sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=} dependencies: core-util-is: 1.0.3 @@ -12440,7 +12319,7 @@ packages: util-deprecate: 1.0.2 dev: false - /readable-stream/3.6.0: + /readable-stream@3.6.0: resolution: {integrity: sha1-M3u9o63AcGvT4CRCaihtS0sskZg=} engines: {node: '>= 6'} dependencies: @@ -12448,36 +12327,45 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdirp/3.6.0: + /readdirp@3.6.0: resolution: {integrity: sha1-dKNwvYVxFuJFspzJc0DNQxoCpsc=} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 dev: false - /real-require/0.1.0: + /real-require@0.1.0: resolution: {integrity: sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==} engines: {node: '>= 12.13.0'} dev: false - /redent/3.0.0: + /redent@3.0.0: resolution: {integrity: sha1-5Ve3mYMWu1PJ8fVvpiY1LGljBZ8=} engines: {node: '>=8'} dependencies: indent-string: 4.0.0 strip-indent: 3.0.0 - /redux-saga/0.16.2: + /redux-saga@0.16.2: resolution: {integrity: sha1-mTZi6GvJRdhQmsK42ro6jGFcyXE=} dev: false - /redux/4.2.0: + /redux@3.7.2: + resolution: {integrity: sha1-BrcxIyFZAdJdBlvjQusCa8HIU3s=} + dependencies: + lodash: 4.17.21 + lodash-es: 4.17.21 + loose-envify: 1.4.0 + symbol-observable: 1.2.0 + dev: false + + /redux@4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: '@babel/runtime': 7.20.7 dev: false - /reflect.getprototypeof/1.0.3: + /reflect.getprototypeof@1.0.3: resolution: {integrity: sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==} engines: {node: '>= 0.4'} dependencies: @@ -12489,35 +12377,35 @@ packages: which-builtin-type: 1.1.3 dev: false - /regenerate-unicode-properties/10.0.1: + /regenerate-unicode-properties@10.0.1: resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 dev: false - /regenerate-unicode-properties/10.1.0: + /regenerate-unicode-properties@10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 - /regenerate/1.4.2: + /regenerate@1.4.2: resolution: {integrity: sha1-uTRtiCfo9aMve6KWN9OYtpAUhIo=} - /regenerator-runtime/0.11.1: + /regenerator-runtime@0.11.1: resolution: {integrity: sha1-vgWtf5v30i4Fb5cmzuUBf78Z4uk=} dev: false - /regenerator-runtime/0.13.11: + /regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - /regenerator-transform/0.15.1: + /regenerator-transform@0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: '@babel/runtime': 7.20.7 - /regexp.prototype.flags/1.4.3: + /regexp.prototype.flags@1.4.3: resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} engines: {node: '>= 0.4'} dependencies: @@ -12525,11 +12413,11 @@ packages: define-properties: 1.1.4 functions-have-names: 1.2.3 - /regexpp/3.2.0: + /regexpp@3.2.0: resolution: {integrity: sha1-BCWido2PI7rXDKS5BGH6LxIT4bI=} engines: {node: '>=8'} - /regexpu-core/5.2.2: + /regexpu-core@5.2.2: resolution: {integrity: sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==} engines: {node: '>=4'} dependencies: @@ -12540,21 +12428,21 @@ packages: unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 - /regjsgen/0.7.1: + /regjsgen@0.7.1: resolution: {integrity: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==} - /regjsparser/0.9.1: + /regjsparser@0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 - /relateurl/0.2.7: + /relateurl@0.2.7: resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=} engines: {node: '>= 0.10'} dev: false - /remark-parse/9.0.0: + /remark-parse@9.0.0: resolution: {integrity: sha1-TSCimWZYgOT0r12Qt8e4qTWFNkA=} dependencies: mdast-util-from-markdown: 0.8.5 @@ -12562,13 +12450,13 @@ packages: - supports-color dev: true - /remark-stringify/9.0.1: + /remark-stringify@9.0.1: resolution: {integrity: sha1-V20G6RBUiwpxkacfJ7M/EhiGKJQ=} dependencies: mdast-util-to-markdown: 0.6.5 dev: true - /remark/13.0.0: + /remark@13.0.0: resolution: {integrity: sha1-0V2b9xpAL0Aofr42Bntm1Uho5CU=} dependencies: remark-parse: 9.0.0 @@ -12578,11 +12466,11 @@ packages: - supports-color dev: true - /remove-accents/0.4.2: + /remove-accents@0.4.2: resolution: {integrity: sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U=} dev: false - /renderkid/3.0.0: + /renderkid@3.0.0: resolution: {integrity: sha1-X9gj5NaVHTc1jsyaWLHwaDa2Joo=} dependencies: css-select: 4.3.0 @@ -12592,52 +12480,56 @@ packages: strip-ansi: 6.0.1 dev: false - /repeat-string/1.6.1: + /repeat-string@1.6.1: resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} engines: {node: '>=0.10'} dev: true - /require-directory/2.1.1: + /require-directory@2.1.1: resolution: {integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I=} engines: {node: '>=0.10.0'} - /require-from-string/2.0.2: + /require-from-string@2.0.2: resolution: {integrity: sha1-iaf92TgmEmcxjq/hT5wy5ZjDaQk=} engines: {node: '>=0.10.0'} - /requires-port/1.0.0: + /requires-port@1.0.0: resolution: {integrity: sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=} - /resize-observer-polyfill/1.5.1: + /resize-observer-polyfill@1.5.1: resolution: {integrity: sha1-DpAg3T0hAkRY1OvSfiPkAmmBBGQ=} dev: false - /resolve-cwd/3.0.0: + /resolve-cwd@3.0.0: resolution: {integrity: sha1-DwB18bslRHZs9zumpuKt/ryxPy0=} engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 - /resolve-from/4.0.0: + /resolve-from@4.0.0: resolution: {integrity: sha1-SrzYUq0y3Xuqv+m0DgCjbbXzkuY=} engines: {node: '>=4'} - /resolve-from/5.0.0: + /resolve-from@5.0.0: resolution: {integrity: sha1-w1IlhD3493bfIcV1V7wIfp39/Gk=} engines: {node: '>=8'} - /resolve-global/1.0.0: + /resolve-global@1.0.0: resolution: {integrity: sha1-oqed9K8so/Sb93753azTItrRklU=} engines: {node: '>=8'} dependencies: global-dirs: 0.1.1 dev: true - /resolve.exports/1.1.1: + /resolve-pathname@3.0.0: + resolution: {integrity: sha1-mdAiJNPPJjaJvsuzk7xWAxMCXc0=} + dev: false + + /resolve.exports@1.1.1: resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} engines: {node: '>=10'} - /resolve/1.22.1: + /resolve@1.22.1: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: @@ -12645,7 +12537,7 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /resolve/2.0.0-next.4: + /resolve@2.0.0-next.4: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: @@ -12653,7 +12545,7 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /restore-cursor/3.1.0: + /restore-cursor@3.1.0: resolution: {integrity: sha1-OfZ8VLOnpYzqUjbZXPADQjljH34=} engines: {node: '>=8'} dependencies: @@ -12661,28 +12553,28 @@ packages: signal-exit: 3.0.7 dev: true - /reusify/1.0.4: + /reusify@1.0.4: resolution: {integrity: sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY=} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - /rfdc/1.3.0: + /rfdc@1.3.0: resolution: {integrity: sha1-0LfEQasnINBdxM8m4ByJYx2doIs=} dev: true - /rimraf/3.0.2: + /rimraf@3.0.2: resolution: {integrity: sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=} hasBin: true dependencies: glob: 7.2.3 - /ripemd160/2.0.2: + /ripemd160@2.0.2: resolution: {integrity: sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=} dependencies: hash-base: 3.1.0 inherits: 2.0.4 dev: false - /rollup-plugin-visualizer/5.9.0: + /rollup-plugin-visualizer@5.9.0: resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} engines: {node: '>=14'} hasBin: true @@ -12698,7 +12590,7 @@ packages: yargs: 17.6.2 dev: false - /rollup/2.79.1: + /rollup@2.79.1: resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} engines: {node: '>=10.0.0'} hasBin: true @@ -12706,100 +12598,109 @@ packages: fsevents: 2.3.2 dev: false - /run-parallel/1.2.0: + /run-parallel@1.2.0: resolution: {integrity: sha1-ZtE2jae9+SHrnZW9GpIp5/IaQ+4=} dependencies: queue-microtask: 1.2.3 - /rxjs/7.8.0: + /rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: tslib: 2.4.1 dev: true - /safe-buffer/5.1.2: + /safe-buffer@5.1.2: resolution: {integrity: sha1-mR7GnSluAxN0fVm9/St0XDX4go0=} dev: false - /safe-buffer/5.2.1: + /safe-buffer@5.2.1: resolution: {integrity: sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY=} - /safe-regex-test/1.0.0: + /safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 is-regex: 1.1.4 - /safe-stable-stringify/2.4.2: + /safe-stable-stringify@2.4.2: resolution: {integrity: sha512-gMxvPJYhP0O9n2pvcfYfIuYgbledAOJFcqRThtPRmjscaipiwcwPPKLytpVzMkG2HAN87Qmo2d4PtGiri1dSLA==} engines: {node: '>=10'} dev: false - /safer-buffer/2.1.2: + /safer-buffer@2.1.2: resolution: {integrity: sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=} - /sax/1.2.4: + /sax@1.2.4: resolution: {integrity: sha1-KBYjTiN4vdxOU1T6tcqold9xANk=} dev: false optional: true - /saxes/5.0.1: + /saxes@5.0.1: resolution: {integrity: sha1-7rq5U/o7dgjb6U5drbFciI+maW0=} engines: {node: '>=10'} dependencies: xmlchars: 2.2.0 - /scheduler/0.19.1: + /scheduler@0.19.1: resolution: {integrity: sha1-Tz4u0sGn1laB9MhU+oxaHMtA8ZY=} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 dev: false - /scheduler/0.22.0: + /scheduler@0.22.0: resolution: {integrity: sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==} dependencies: loose-envify: 1.4.0 dev: false - /scheduler/0.23.0: + /scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: loose-envify: 1.4.0 - /schema-utils/3.1.1: + /schema-utils@3.1.1: resolution: {integrity: sha1-vHTEtraZXB2I92qLd76nIZ4MgoE=} engines: {node: '>= 10.13.0'} dependencies: '@types/json-schema': 7.0.11 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) + dev: false + + /schema-utils@3.1.2: + resolution: {integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==} + engines: {node: '>= 10.13.0'} + dependencies: + '@types/json-schema': 7.0.11 + ajv: 6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) dev: false - /scroll-into-view-if-needed/3.0.4: + /scroll-into-view-if-needed@3.0.4: resolution: {integrity: sha512-s+/F50jwTOUt+u5oEIAzum9MN2lUQNvWBe/zfEsVQcbaERjGkKLq1s+2wCHkahMLC8nMLbzMVKivx9JhunXaZg==} dependencies: compute-scroll-into-view: 2.0.4 dev: false - /select-hose/2.0.0: + /select-hose@2.0.0: resolution: {integrity: sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=} dev: false - /semver-compare/1.0.0: + /semver-compare@1.0.0: resolution: {integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w=} dev: true - /semver/5.7.1: + /semver@5.7.1: resolution: {integrity: sha1-qVT5Ma66UI0we78Gnv8MAclhFvc=} hasBin: true - /semver/6.3.0: + /semver@6.3.0: resolution: {integrity: sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0=} hasBin: true - /semver/7.3.5: + /semver@7.3.5: resolution: {integrity: sha1-C2Ich5NI2JmOSw5L6Us/EuYBjvc=} engines: {node: '>=10'} hasBin: true @@ -12807,18 +12708,24 @@ packages: lru-cache: 6.0.0 dev: true - /semver/7.3.8: + /semver@7.3.8: resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 - /setimmediate/1.0.5: + /serialize-javascript@6.0.1: + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + dependencies: + randombytes: 2.1.0 + dev: false + + /setimmediate@1.0.5: resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=} dev: false - /sha.js/2.4.11: + /sha.js@2.4.11: resolution: {integrity: sha1-N6XPC4HsvGlD3hCbopYNGyZYSuc=} hasBin: true dependencies: @@ -12826,75 +12733,75 @@ packages: safe-buffer: 5.2.1 dev: false - /shallow-equal/1.2.1: + /shallow-equal@1.2.1: resolution: {integrity: sha1-TBar+lYEOqINBQMk76aJQLDaedo=} dev: false - /shallowequal/1.1.0: + /shallowequal@1.1.0: resolution: {integrity: sha1-GI1SHelbkIdAT9TctosT3wrk5/g=} dev: false - /shebang-command/1.2.0: + /shebang-command@1.2.0: resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 dev: true - /shebang-command/2.0.0: + /shebang-command@2.0.0: resolution: {integrity: sha1-zNCvT4g1+9wmW4JGGq8MNmY/NOo=} engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 - /shebang-regex/1.0.0: + /shebang-regex@1.0.0: resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} engines: {node: '>=0.10.0'} dev: true - /shebang-regex/3.0.0: + /shebang-regex@3.0.0: resolution: {integrity: sha1-rhbxZE2HPsrYQ7AwexQzYtTEIXI=} engines: {node: '>=8'} - /shell-quote/1.8.0: + /shell-quote@1.8.0: resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} dev: true - /side-channel/1.0.4: + /side-channel@1.0.4: resolution: {integrity: sha1-785cj9wQTudRslxY1CkAEfpeos8=} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 object-inspect: 1.12.3 - /signal-exit/3.0.7: + /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - /simple-statistics/7.8.3: + /simple-statistics@7.8.3: resolution: {integrity: sha512-JFvMY00t6SBGtwMuJ+nqgsx9ylkMiJ5JlK9bkj8AdvniIe5615wWQYkKHXe84XtSuc40G/tlrPu0A5/NlJvv8A==} dev: false - /single-spa/5.9.4: + /single-spa@5.9.4: resolution: {integrity: sha512-QkEoh0AzGuU82qnbUUk0ydF78QbU5wMKqKKJn7uUQfBiOYlRQEfIOpLM4m23Sab+kTOLI1kbYhYeiQ7fX5KVVw==} dev: false - /sisteransi/1.0.5: + /sisteransi@1.0.5: resolution: {integrity: sha1-E01oEpd1ZDfMBcoBNw06elcQde0=} - /size-sensor/1.0.1: + /size-sensor@1.0.1: resolution: {integrity: sha1-+E5GIG0+JZ+v8dVI5LO+ypMhnbs=} dev: false - /slash/2.0.0: + /slash@2.0.0: resolution: {integrity: sha1-3lUoUaF1nfOo8gZTVEL17E3eq0Q=} engines: {node: '>=6'} dev: false - /slash/3.0.0: + /slash@3.0.0: resolution: {integrity: sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=} engines: {node: '>=8'} - /slice-ansi/3.0.0: + /slice-ansi@3.0.0: resolution: {integrity: sha1-Md3BCTCht+C2ewjJbC9Jt3p4l4c=} engines: {node: '>=8'} dependencies: @@ -12903,7 +12810,7 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true - /slice-ansi/4.0.0: + /slice-ansi@4.0.0: resolution: {integrity: sha1-UA6N0P1VsFgVCGJVsxla3ypF/ms=} engines: {node: '>=10'} dependencies: @@ -12911,17 +12818,17 @@ packages: astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 - /sonic-boom/2.8.0: + /sonic-boom@2.8.0: resolution: {integrity: sha512-kuonw1YOYYNOve5iHdSahXPOK49GqwA+LZhI6Wz/l0rP57iKyXXIHaRagOBHAPmGwJC6od2Z9zgvZ5loSgMlVg==} dependencies: atomic-sleep: 1.0.0 dev: false - /sort-object-keys/1.1.3: + /sort-object-keys@1.1.3: resolution: {integrity: sha1-v/gz/oXKsUezR0LkWGNFPB4ZC0U=} dev: false - /sort-package-json/1.57.0: + /sort-package-json@1.57.0: resolution: {integrity: sha512-FYsjYn2dHTRb41wqnv+uEqCUvBpK3jZcTp9rbz2qDTmel7Pmdtf+i2rLaaPMRZeSVM60V3Se31GyWFpmKs4Q5Q==} hasBin: true dependencies: @@ -12933,55 +12840,55 @@ packages: sort-object-keys: 1.1.3 dev: false - /source-map-js/1.0.2: + /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} dev: false - /source-map-support/0.5.21: + /source-map-support@0.5.21: resolution: {integrity: sha1-BP58f54e0tZiIzwoyys1ufY/bk8=} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - /source-map/0.6.1: + /source-map@0.6.1: resolution: {integrity: sha1-dHIq8y6WFOnCh6jQu95IteLxomM=} engines: {node: '>=0.10.0'} - /source-map/0.7.4: + /source-map@0.7.4: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} - /sourcemap-codec/1.4.8: + /sourcemap-codec@1.4.8: resolution: {integrity: sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=} dev: false - /spawn-command/0.0.2-1: + /spawn-command@0.0.2-1: resolution: {integrity: sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==} dev: true - /spdx-correct/3.1.1: + /spdx-correct@3.1.1: resolution: {integrity: sha1-3s6BrJweZxPl99G28X1Gj6U9iak=} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.12 - /spdx-exceptions/2.3.0: + /spdx-exceptions@2.3.0: resolution: {integrity: sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0=} - /spdx-expression-parse/3.0.1: + /spdx-expression-parse@3.0.1: resolution: {integrity: sha1-z3D1BILu/cmOPOCmgz5KU87rpnk=} dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.12 - /spdx-license-ids/3.0.12: + /spdx-license-ids@3.0.12: resolution: {integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==} - /spdy-transport/3.0.0: + /spdy-transport@3.0.0: resolution: {integrity: sha1-ANSGOmQArXXfkzYaFghgXl3NzzE=} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -12991,11 +12898,11 @@ packages: - supports-color dev: false - /spdy/4.0.2: + /spdy@4.0.2: resolution: {integrity: sha1-t09GYgOj7aRSwCSSuR+56EonZ3s=} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -13004,61 +12911,61 @@ packages: - supports-color dev: false - /specificity/0.4.1: + /specificity@0.4.1: resolution: {integrity: sha1-qrXmRQEtsIuhguFRFlc40AiHsBk=} hasBin: true - /split-on-first/1.1.0: + /split-on-first@1.1.0: resolution: {integrity: sha1-9hCv7uOxK84dDDBCXnY5i3gkml8=} engines: {node: '>=6'} dev: false - /split2/3.2.2: + /split2@3.2.2: resolution: {integrity: sha1-vyzyo32DgxLCSciSBv16F90SNl8=} dependencies: readable-stream: 3.6.0 dev: true - /split2/4.1.0: + /split2@4.1.0: resolution: {integrity: sha1-EBkHokNw+Fu3gvCK2qvk4oHs+Ak=} engines: {node: '>= 10.x'} dev: false - /sprintf-js/1.0.3: + /sprintf-js@1.0.3: resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} - /sprintf-js/1.1.2: + /sprintf-js@1.1.2: resolution: {integrity: sha1-2hdlJiv4wPVxdJ8q1sJjACB65nM=} dev: false - /stable/0.1.8: + /stable@0.1.8: resolution: {integrity: sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88=} dev: false - /stack-utils/2.0.6: + /stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 - /stackframe/1.3.4: + /stackframe@1.3.4: resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} dev: false - /stop-iteration-iterator/1.0.0: + /stop-iteration-iterator@1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} dependencies: internal-slot: 1.0.4 - /stream-browserify/2.0.2: + /stream-browserify@2.0.2: resolution: {integrity: sha1-h1IdOKRKp+6RzhzSpH3wy0ndZgs=} dependencies: inherits: 2.0.4 readable-stream: 2.3.7 dev: false - /stream-http/2.8.3: + /stream-http@2.8.3: resolution: {integrity: sha1-stJCRpKIpaJ+xP6JM6z2I95lFPw=} dependencies: builtin-status-codes: 3.0.0 @@ -13068,39 +12975,39 @@ packages: xtend: 4.0.2 dev: false - /stream-shift/1.0.1: + /stream-shift@1.0.1: resolution: {integrity: sha1-1wiCgVWasneEJCebCHfaPDktWj0=} dev: false - /strict-event-emitter-types/2.0.0: + /strict-event-emitter-types@2.0.0: resolution: {integrity: sha512-Nk/brWYpD85WlOgzw5h173aci0Teyv8YdIAEtV+N88nDB0dLlazZyJMIsN6eo1/AR61l+p6CJTG1JIyFaoNEEA==} dev: false - /strict-uri-encode/2.0.0: + /strict-uri-encode@2.0.0: resolution: {integrity: sha1-ucczDHBChi9rFC3CdLvMWGbONUY=} engines: {node: '>=4'} dev: false - /string-argv/0.3.1: + /string-argv@0.3.1: resolution: {integrity: sha1-leL77AQnrhkYSTX4FtdKqkxcGdo=} engines: {node: '>=0.6.19'} dev: true - /string-convert/0.2.1: + /string-convert@0.2.1: resolution: {integrity: sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=} dev: false - /string-length/4.0.2: + /string-length@4.0.2: resolution: {integrity: sha1-qKjce9XBqCubPIuH4SX2aHG25Xo=} engines: {node: '>=10'} dependencies: char-regex: 1.0.2 strip-ansi: 6.0.1 - /string-natural-compare/3.0.1: + /string-natural-compare@3.0.1: resolution: {integrity: sha1-ekLVhHRFSWN1no6LeuY9ccHn/fQ=} - /string-width/4.2.3: + /string-width@4.2.3: resolution: {integrity: sha1-JpxxF9J7Ba0uU2gwqOyJXvnG0BA=} engines: {node: '>=8'} dependencies: @@ -13108,7 +13015,7 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string.prototype.matchall/4.0.8: + /string.prototype.matchall@4.0.8: resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 @@ -13120,32 +13027,32 @@ packages: regexp.prototype.flags: 1.4.3 side-channel: 1.0.4 - /string.prototype.trimend/1.0.6: + /string.prototype.trimend@1.0.6: resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.21.1 - /string.prototype.trimstart/1.0.6: + /string.prototype.trimstart@1.0.6: resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.21.1 - /string_decoder/1.1.1: + /string_decoder@1.1.1: resolution: {integrity: sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=} dependencies: safe-buffer: 5.1.2 dev: false - /string_decoder/1.3.0: + /string_decoder@1.3.0: resolution: {integrity: sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=} dependencies: safe-buffer: 5.2.1 - /stringify-object/3.3.0: + /stringify-object@3.3.0: resolution: {integrity: sha1-cDBlrvyhkwDTzoivT1s5VtdVZik=} engines: {node: '>=4'} dependencies: @@ -13154,45 +13061,71 @@ packages: is-regexp: 1.0.0 dev: true - /strip-ansi/6.0.1: + /strip-ansi@6.0.1: resolution: {integrity: sha1-nibGPTD1NEPpSJSVshBdN7Z6hdk=} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 - /strip-bom/3.0.0: + /strip-bom@3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} dev: true - /strip-bom/4.0.0: + /strip-bom@4.0.0: resolution: {integrity: sha1-nDUFwdtFvO3KPZz3oW9cWqOQGHg=} engines: {node: '>=8'} - /strip-final-newline/2.0.0: + /strip-final-newline@2.0.0: resolution: {integrity: sha1-ibhS+y/L6Tb29LMYevsKEsGrWK0=} engines: {node: '>=6'} - /strip-indent/3.0.0: + /strip-indent@3.0.0: resolution: {integrity: sha1-wy4c7pQLazQyx3G8LFS8znPNMAE=} engines: {node: '>=8'} dependencies: min-indent: 1.0.1 - /strip-json-comments/3.1.1: + /strip-json-comments@3.1.1: resolution: {integrity: sha1-MfEoGzgyYwQ0gxwxDAHMzajL4AY=} engines: {node: '>=8'} - /style-search/0.1.0: + /style-search@0.1.0: resolution: {integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=} - /styled-components/6.0.0-beta.9_biqbaboplfbrettd7655fr4n2y: + /styled-components@5.3.9(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Aj3kb13B75DQBo2oRwRa/APdB5rSmwUfN5exyarpX+x/tlM/rwZA2vVk2vQgVSP6WKaZJHWwiFrzgHt+CLtB4A==} + engines: {node: '>=10'} + peerDependencies: + react: '>= 16.8.0' + react-dom: '>= 16.8.0' + react-is: '>= 16.8.0' + dependencies: + '@babel/helper-module-imports': 7.18.6 + '@babel/traverse': 7.20.12(supports-color@5.5.0) + '@emotion/is-prop-valid': 1.2.0 + '@emotion/stylis': 0.8.5 + '@emotion/unitless': 0.7.5 + babel-plugin-styled-components: 2.0.7(styled-components@5.3.9) + css-to-react-native: 3.1.0 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 + shallowequal: 1.1.0 + supports-color: 5.5.0 + dev: false + + /styled-components@6.0.0-beta.9(react-dom@18.2.0)(react@18.2.0)(tslib@2.4.1): resolution: {integrity: sha512-RYtmvWZForwSd24aZgi3iGZM/6HvJkP7zobHK+bwC01vI6QhHK5MX9ayXEnJWaFY7DoEWoAnar5ACiGVkTCoCQ==} engines: {node: '>= 14'} peerDependencies: babel-plugin-styled-components: '>= 2' react: '>= 16.8.0' react-dom: '>= 16.8.0' + shallowequal: '>= 1' + stylis: ^4.0.0 + tslib: ^2.0.0 peerDependenciesMeta: babel-plugin-styled-components: optional: true @@ -13203,28 +13136,26 @@ packages: tslib: optional: true dependencies: - '@babel/cli': 7.20.7_@babel+core@7.20.12 + '@babel/cli': 7.20.7(@babel/core@7.20.12) '@babel/core': 7.20.12 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-external-helpers': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.12 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.20.12 - '@babel/preset-env': 7.20.2_@babel+core@7.20.12 - '@babel/preset-react': 7.18.6_@babel+core@7.20.12 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.12 - '@babel/traverse': 7.20.12 + '@babel/plugin-external-helpers': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.20.12) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.20.12) + '@babel/preset-env': 7.20.2(@babel/core@7.20.12) + '@babel/preset-react': 7.18.6(@babel/core@7.20.12) + '@babel/preset-typescript': 7.18.6(@babel/core@7.20.12) + '@babel/traverse': 7.20.12(supports-color@5.5.0) '@emotion/unitless': 0.8.0 css-to-react-native: 3.1.0 react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - shallowequal: 1.1.0 - stylis: 4.1.3 + react-dom: 18.2.0(react@18.2.0) tslib: 2.4.1 transitivePeerDependencies: - supports-color dev: false - /stylelint-config-css-modules/2.3.0_stylelint@13.13.1: + /stylelint-config-css-modules@2.3.0(stylelint@13.13.1): resolution: {integrity: sha1-v3mqrgnKn9rDf91RjRpAp3mqB2c=} peerDependencies: stylelint: 11.x - 14.x @@ -13232,7 +13163,7 @@ packages: stylelint: 13.13.1 dev: true - /stylelint-config-prettier/8.0.2_stylelint@13.13.1: + /stylelint-config-prettier@8.0.2(stylelint@13.13.1): resolution: {integrity: sha1-2p3jPaTFaJPL5+Jt8jmnN0BF4U4=} engines: {node: '>= 10', npm: '>= 5'} hasBin: true @@ -13242,7 +13173,7 @@ packages: stylelint: 13.13.1 dev: true - /stylelint-config-recommended/3.0.0_stylelint@13.13.1: + /stylelint-config-recommended@3.0.0(stylelint@13.13.1): resolution: {integrity: sha1-4OVHQ0AWxVOf4mUK/VgEmi/R1lc=} peerDependencies: stylelint: '>=10.1.0' @@ -13250,7 +13181,7 @@ packages: stylelint: 13.13.1 dev: true - /stylelint-config-recommended/7.0.0_stylelint@14.8.2: + /stylelint-config-recommended@7.0.0(stylelint@14.8.2): resolution: {integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==} peerDependencies: stylelint: ^14.4.0 @@ -13258,36 +13189,36 @@ packages: stylelint: 14.8.2 dev: false - /stylelint-config-standard/20.0.0_stylelint@13.13.1: + /stylelint-config-standard@20.0.0(stylelint@13.13.1): resolution: {integrity: sha1-BhNQkMngZL7+49WUKJ9Q4pW14g0=} peerDependencies: stylelint: '>=10.1.0' dependencies: stylelint: 13.13.1 - stylelint-config-recommended: 3.0.0_stylelint@13.13.1 + stylelint-config-recommended: 3.0.0(stylelint@13.13.1) dev: true - /stylelint-config-standard/25.0.0_stylelint@14.8.2: + /stylelint-config-standard@25.0.0(stylelint@14.8.2): resolution: {integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==} peerDependencies: stylelint: ^14.4.0 dependencies: stylelint: 14.8.2 - stylelint-config-recommended: 7.0.0_stylelint@14.8.2 + stylelint-config-recommended: 7.0.0(stylelint@14.8.2) dev: false - /stylelint/13.13.1: + /stylelint@13.13.1: resolution: {integrity: sha1-/KnJ9d55kKsmoA8We4l48IOhjzw=} engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@stylelint/postcss-css-in-js': 0.37.3_j55xdkkcxc32kvnyvx3y7casfm - '@stylelint/postcss-markdown': 0.36.2_j55xdkkcxc32kvnyvx3y7casfm + '@stylelint/postcss-css-in-js': 0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39) + '@stylelint/postcss-markdown': 0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39) autoprefixer: 9.8.8 balanced-match: 2.0.0 chalk: 4.1.2 cosmiconfig: 7.1.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) execall: 2.0.0 fast-glob: 3.2.12 fastest-levenshtein: 1.0.16 @@ -13308,7 +13239,7 @@ packages: micromatch: 4.0.5 normalize-selector: 0.2.0 postcss: 7.0.39 - postcss-html: 0.36.0_j55xdkkcxc32kvnyvx3y7casfm + postcss-html: 0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39) postcss-less: 3.1.4 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 @@ -13316,7 +13247,7 @@ packages: postcss-sass: 0.4.4 postcss-scss: 2.1.1 postcss-selector-parser: 6.0.11 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) postcss-value-parser: 4.2.0 resolve-from: 5.0.0 slash: 3.0.0 @@ -13335,7 +13266,7 @@ packages: - supports-color dev: true - /stylelint/14.8.2: + /stylelint@14.8.2: resolution: {integrity: sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true @@ -13344,7 +13275,7 @@ packages: colord: 2.9.3 cosmiconfig: 7.1.0 css-functions-list: 3.1.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) execall: 2.0.0 fast-glob: 3.2.12 fastest-levenshtein: 1.0.16 @@ -13368,7 +13299,7 @@ packages: postcss: 8.4.21 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.21 + postcss-safe-parser: 6.0.0(postcss@8.4.21) postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -13385,60 +13316,60 @@ packages: - supports-color dev: false - /stylis/4.1.3: + /stylis@4.1.3: resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==} dev: false - /sugarss/2.0.0: + /sugarss@2.0.0: resolution: {integrity: sha1-3dduASSyl9QL88yjHIsi7LQ7xh0=} dependencies: postcss: 7.0.39 dev: true - /superjson/1.12.1: + /superjson@1.12.1: resolution: {integrity: sha512-HMTj43zvwW5bD+JCZCvFf4DkZQCmiLTen4C+W1Xogj0SPOpnhxsriogM04QmBVGH5b3kcIIOr6FqQ/aoIDx7TQ==} engines: {node: '>=10'} dependencies: copy-anything: 3.0.3 dev: false - /supports-color/5.5.0: + /supports-color@5.5.0: resolution: {integrity: sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=} engines: {node: '>=4'} dependencies: has-flag: 3.0.0 - /supports-color/7.2.0: + /supports-color@7.2.0: resolution: {integrity: sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 - /supports-color/8.1.1: + /supports-color@8.1.1: resolution: {integrity: sha1-zW/BfihQDP9WwbhsCn/UpUpzAFw=} engines: {node: '>=10'} dependencies: has-flag: 4.0.0 - /supports-hyperlinks/2.3.0: + /supports-hyperlinks@2.3.0: resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 - /supports-preserve-symlinks-flag/1.0.0: + /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /svg-parser/2.0.4: + /svg-parser@2.0.4: resolution: {integrity: sha1-/cLinhOVFzYUC3bLEiyO5mMOtrU=} dev: false - /svg-tags/1.0.0: + /svg-tags@1.0.0: resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=} - /svgo/2.8.0: + /svgo@2.8.0: resolution: {integrity: sha1-T/gMzmcQ3CeV8MfHQQHmdkz8zSQ=} engines: {node: '>=10.13.0'} hasBin: true @@ -13452,20 +13383,25 @@ packages: stable: 0.1.8 dev: false - /swr/2.0.0_react@18.2.0: + /swr@2.0.0(react@18.2.0): resolution: {integrity: sha512-IhUx5yPkX+Fut3h0SqZycnaNLXLXsb2ECFq0Y29cxnK7d8r7auY2JWNbCW3IX+EqXUg3rwNJFlhrw5Ye/b6k7w==} engines: {pnpm: '7'} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 dependencies: react: 18.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) + dev: false + + /symbol-observable@1.2.0: + resolution: {integrity: sha1-wiaIrtTqs83C3+rLtWFmBWCgCAQ=} + engines: {node: '>=0.10.0'} dev: false - /symbol-tree/3.2.4: + /symbol-tree@3.2.4: resolution: {integrity: sha1-QwY30ki6d+B4iDlR+5qg7tfGP6I=} - /table/6.8.1: + /table@6.8.1: resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} engines: {node: '>=10.0.0'} dependencies: @@ -13475,19 +13411,43 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 - /tapable/2.2.1: + /tapable@2.2.1: resolution: {integrity: sha1-GWenPvQGCoLxKrlq+G1S/bdu7KA=} engines: {node: '>=6'} dev: false - /terminal-link/2.1.1: + /terminal-link@2.1.1: resolution: {integrity: sha1-FKZKJ6s8Dfkz6lRvulXy0HjtyZQ=} engines: {node: '>=8'} dependencies: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - /terser/5.16.1: + /terser-webpack-plugin@5.3.7(webpack@5.80.0): + resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + '@jridgewell/trace-mapping': 0.3.17 + jest-worker: 27.5.1 + schema-utils: 3.1.2 + serialize-javascript: 6.0.1 + terser: 5.17.1 + webpack: 5.80.0 + dev: false + + /terser@5.16.1: resolution: {integrity: sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==} engines: {node: '>=10'} hasBin: true @@ -13498,7 +13458,18 @@ packages: source-map-support: 0.5.21 dev: false - /test-exclude/6.0.0: + /terser@5.17.1: + resolution: {integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.2 + acorn: 8.8.1 + commander: 2.20.3 + source-map-support: 0.5.21 + dev: false + + /test-exclude@6.0.0: resolution: {integrity: sha1-BKhphmHYBepvopO2y55jrARO8V4=} engines: {node: '>=8'} dependencies: @@ -13506,77 +13477,85 @@ packages: glob: 7.2.3 minimatch: 3.1.2 - /text-extensions/1.9.0: + /text-extensions@1.9.0: resolution: {integrity: sha1-GFPkX+45yUXOb2w2stZZtaq8KiY=} engines: {node: '>=0.10'} dev: true - /text-segmentation/1.0.3: + /text-segmentation@1.0.3: resolution: {integrity: sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==} dependencies: utrie: 1.0.2 dev: false - /text-table/0.2.0: + /text-table@0.2.0: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} - /thread-stream/0.15.2: + /thread-stream@0.15.2: resolution: {integrity: sha512-UkEhKIg2pD+fjkHQKyJO3yoIvAP3N6RlNFt2dUhcS1FGvCD1cQa1M/PGknCLFIyZdtJOWQjejp7bdNqmN7zwdA==} dependencies: real-require: 0.1.0 dev: false - /throat/6.0.2: + /throat@6.0.2: resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==} - /throttle-debounce/5.0.0: + /throttle-debounce@5.0.0: resolution: {integrity: sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==} engines: {node: '>=12.22'} dev: false - /through/2.3.8: - resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} - dev: true - - /through2/4.0.2: + /through2@4.0.2: resolution: {integrity: sha1-p846wqeosLlmyA58SfBITDsjl2Q=} dependencies: readable-stream: 3.6.0 dev: true - /timers-browserify/2.0.12: + /through@2.3.8: + resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + dev: true + + /timers-browserify@2.0.12: resolution: {integrity: sha1-RKRcEfv0B/NPl7zNFXfGUjYbAO4=} engines: {node: '>=0.6.0'} dependencies: setimmediate: 1.0.5 dev: false - /tinycolor2/1.5.2: + /tiny-invariant@1.3.1: + resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} + dev: false + + /tiny-warning@1.0.3: + resolution: {integrity: sha1-lKMNtFPfTGQ9D9VmBg1gqHXYR1Q=} + dev: false + + /tinycolor2@1.5.2: resolution: {integrity: sha512-h80m9GPFGbcLzZByXlNSEhp1gf8Dy+VX/2JCGUZsWLo7lV1mnE/XlxGYgRBoMLJh1lIDXP0EMC4RPTjlRaV+Bg==} dev: false - /tmpl/1.0.5: + /tmpl@1.0.5: resolution: {integrity: sha1-hoPguQK7nCDE9ybjwLafNlGMB8w=} - /to-arraybuffer/1.0.1: + /to-arraybuffer@1.0.1: resolution: {integrity: sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=} dev: false - /to-fast-properties/2.0.0: + /to-fast-properties@2.0.0: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} - /to-regex-range/5.0.1: + /to-regex-range@5.0.1: resolution: {integrity: sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=} engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 - /toggle-selection/1.0.6: + /toggle-selection@1.0.6: resolution: {integrity: sha1-bkWxJj8gF/oKzH2J14sVuL932jI=} dev: false - /tough-cookie/4.1.2: + /tough-cookie@4.1.2: resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} engines: {node: '>=6'} dependencies: @@ -13585,30 +13564,30 @@ packages: universalify: 0.2.0 url-parse: 1.5.10 - /tr46/0.0.3: + /tr46@0.0.3: resolution: {integrity: sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=} dev: false - /tr46/2.1.0: + /tr46@2.1.0: resolution: {integrity: sha1-+oeqgcpdWUHajL8fm3SdyWmk4kA=} engines: {node: '>=8'} dependencies: punycode: 2.2.0 - /tree-kill/1.2.2: + /tree-kill@1.2.2: resolution: {integrity: sha1-TKCakJLIi3OnzcXooBtQeweQoMw=} hasBin: true dev: true - /trim-newlines/3.0.1: + /trim-newlines@3.0.1: resolution: {integrity: sha1-Jgpdli2LdSQlsy86fbDcrNF2wUQ=} engines: {node: '>=8'} - /trough/1.0.5: + /trough@1.0.5: resolution: {integrity: sha1-uLY5zvrX0LsqvTfUM/+Ck++l9AY=} dev: true - /ts-node/10.9.1_typescript@4.9.4: + /ts-node@10.9.1(@types/node@18.11.18)(typescript@4.9.4): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -13627,6 +13606,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 + '@types/node': 18.11.18 acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 @@ -13637,7 +13617,7 @@ packages: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - /ts-node/9.1.1_typescript@4.9.4: + /ts-node@9.1.1(typescript@4.9.4): resolution: {integrity: sha1-UamkUKPpWUAb2l8ASnLVS5NtN20=} engines: {node: '>=10.0.0'} hasBin: true @@ -13653,7 +13633,7 @@ packages: yn: 3.1.1 dev: true - /tsconfig-paths/3.14.1: + /tsconfig-paths@3.14.1: resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} dependencies: '@types/json5': 0.0.29 @@ -13662,13 +13642,13 @@ packages: strip-bom: 3.0.0 dev: true - /tslib/1.14.1: + /tslib@1.14.1: resolution: {integrity: sha1-zy04vcNKE0vK8QkcQfZhni9nLQA=} - /tslib/2.4.1: + /tslib@2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - /tsutils/3.21.0_typescript@4.9.4: + /tsutils@3.21.0(typescript@4.9.4): resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=} engines: {node: '>= 6'} peerDependencies: @@ -13677,7 +13657,7 @@ packages: tslib: 1.14.1 typescript: 4.9.4 - /tsx/3.12.2: + /tsx@3.12.2: resolution: {integrity: sha512-ykAEkoBg30RXxeOMVeZwar+JH632dZn9EUJVyJwhfag62k6UO/dIyJEV58YuLF6e5BTdV/qmbQrpkWqjq9cUnQ==} hasBin: true dependencies: @@ -13688,88 +13668,88 @@ packages: fsevents: 2.3.2 dev: false - /tty-browserify/0.0.0: + /tty-browserify@0.0.0: resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} dev: false - /type-check/0.3.2: + /type-check@0.3.2: resolution: {integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 - /type-check/0.4.0: + /type-check@0.4.0: resolution: {integrity: sha1-B7ggO/pwVsBlcFDjzNLDdzC6uPE=} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 - /type-detect/4.0.8: + /type-detect@4.0.8: resolution: {integrity: sha1-dkb7XxiHHPu3dJ5pvTmmOI63RQw=} engines: {node: '>=4'} - /type-fest/0.18.1: + /type-fest@0.18.1: resolution: {integrity: sha1-20vBUaSiz07r+a3V23VQjbbMhB8=} engines: {node: '>=10'} - /type-fest/0.20.2: + /type-fest@0.20.2: resolution: {integrity: sha1-G/IH9LKPkVg2ZstfvTJ4hzAc1fQ=} engines: {node: '>=10'} - /type-fest/0.21.3: + /type-fest@0.21.3: resolution: {integrity: sha1-0mCiSwGYQ24TP6JqUkptZfo7Ljc=} engines: {node: '>=10'} - /type-fest/0.6.0: + /type-fest@0.6.0: resolution: {integrity: sha1-jSojcNPfiG61yQraHFv2GIrPg4s=} engines: {node: '>=8'} - /type-fest/0.8.1: + /type-fest@0.8.1: resolution: {integrity: sha1-CeJJ696FHTseSNJ8EFREZn8XuD0=} engines: {node: '>=8'} - /type/1.2.0: + /type@1.2.0: resolution: {integrity: sha1-hI3XaY2vo+VKbEeedZxLw/GIR6A=} dev: false - /type/2.7.2: + /type@2.7.2: resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} dev: false - /typed-array-length/1.0.4: + /typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: call-bind: 1.0.2 for-each: 0.3.3 is-typed-array: 1.1.10 - /typedarray-to-buffer/3.1.5: + /typedarray-to-buffer@3.1.5: resolution: {integrity: sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=} dependencies: is-typedarray: 1.0.0 - /typescript/4.9.4: + /typescript@4.9.4: resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} engines: {node: '>=4.2.0'} hasBin: true - /umi/4.0.44_4bptg4kislztx7vdvq7mncub5y: + /umi@4.0.44(@babel/core@7.20.12)(@types/node@18.11.18)(@types/react@18.0.26)(eslint@8.31.0)(jest@27.5.1)(postcss@8.4.21)(prettier@2.8.2)(react-dom@18.2.0)(react@18.2.0)(styled-components@5.3.9)(stylelint@14.8.2)(typescript@4.9.4)(webpack@5.80.0): resolution: {integrity: sha512-I1vdihqCQZXC4z6tAYa8jJKHCgBCyTtwdSZGx3NsdQDsNPELy/nXw0hdhBM/cHaISJxsluVs1xlUXevAJfBItA==} engines: {node: '>=14'} hasBin: true dependencies: '@babel/runtime': 7.20.7 '@umijs/bundler-utils': 4.0.44 - '@umijs/bundler-webpack': 4.0.44_typescript@4.9.4 + '@umijs/bundler-webpack': 4.0.44(styled-components@5.3.9)(typescript@4.9.4)(webpack@5.80.0) '@umijs/core': 4.0.44 - '@umijs/lint': 4.0.44_6noexx63pelq4np7d7j3j4nzia - '@umijs/preset-umi': 4.0.44_gxci7zjypbzwkagmgqo6pdnhwa - '@umijs/renderer-react': 4.0.44_biqbaboplfbrettd7655fr4n2y + '@umijs/lint': 4.0.44(eslint@8.31.0)(jest@27.5.1)(styled-components@5.3.9)(stylelint@14.8.2)(typescript@4.9.4) + '@umijs/preset-umi': 4.0.44(@types/node@18.11.18)(@types/react@18.0.26)(postcss@8.4.21)(styled-components@5.3.9)(typescript@4.9.4)(webpack@5.80.0) + '@umijs/renderer-react': 4.0.44(react-dom@18.2.0)(react@18.2.0) '@umijs/server': 4.0.44 - '@umijs/test': 4.0.44 + '@umijs/test': 4.0.44(@babel/core@7.20.12) '@umijs/utils': 4.0.44 - prettier-plugin-organize-imports: 3.2.1_7zh76q2qrt7th5cvcxurl33jgy - prettier-plugin-packagejson: 2.3.0_prettier@2.8.2 + prettier-plugin-organize-imports: 3.2.1(prettier@2.8.2)(typescript@4.9.4) + prettier-plugin-packagejson: 2.3.0(prettier@2.8.2) transitivePeerDependencies: - '@babel/core' - '@types/node' @@ -13806,7 +13786,7 @@ packages: - webpack-plugin-serve dev: false - /unbox-primitive/1.0.2: + /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.2 @@ -13814,30 +13794,30 @@ packages: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - /unfetch/5.0.0: + /unfetch@5.0.0: resolution: {integrity: sha512-3xM2c89siXg0nHvlmYsQ2zkLASvVMBisZm5lF3gFDqfF2xonNStDJyMpvaOBe0a1Edxmqrf2E0HBdmy9QyZaeg==} dev: false - /unicode-canonical-property-names-ecmascript/2.0.0: + /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha1-MBrNxSVjFnDTn2FG4Od/9rvevdw=} engines: {node: '>=4'} - /unicode-match-property-ecmascript/2.0.0: + /unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha1-VP0W4OyxZ88Ezx91a9zJLrp5dsM=} engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 - /unicode-match-property-value-ecmascript/2.1.0: + /unicode-match-property-value-ecmascript@2.1.0: resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} - /unicode-property-aliases-ecmascript/2.1.0: + /unicode-property-aliases-ecmascript@2.1.0: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - /unified/9.2.2: + /unified@9.2.2: resolution: {integrity: sha1-Z2SaGr/Dq4XSlpUCkCd16wMUaXU=} dependencies: '@types/unist': 2.0.6 @@ -13849,51 +13829,52 @@ packages: vfile: 4.2.1 dev: true - /unist-util-find-all-after/3.0.2: + /unist-util-find-all-after@3.0.2: resolution: {integrity: sha1-/f7NFMW3rqXp7zjV4NX3dO61YfY=} dependencies: unist-util-is: 4.1.0 dev: true - /unist-util-is/4.1.0: + /unist-util-is@4.1.0: resolution: {integrity: sha1-l25fRip6Xec9lLcGusG5BnG1d5c=} dev: true - /unist-util-stringify-position/2.0.3: + /unist-util-stringify-position@2.0.3: resolution: {integrity: sha1-zOO/oc34W6c3XR1bF73Eytqb2do=} dependencies: '@types/unist': 2.0.6 dev: true - /universal-env/3.3.3: + /universal-env@3.3.3: resolution: {integrity: sha512-4ZyITvWhtcurCEA66Cb7jcd4zpEiAAo91wSwbEscbiu033pIsC2yjgT8LYyasFgsst6jZHD1gtVoSyYcL8oH1Q==} engines: {npm: '>=3.0.0'} dependencies: '@uni/env': 1.1.0 dev: false - /universal-request/2.2.2: + /universal-request@2.2.2(rax@1.2.3): resolution: {integrity: sha512-HqaK5vy9NdJh1nlCL930XczqP3C519ps82QGV2WJ/D/nRpfl1tuq3JkZPxu/6UFCQPYzi/N8Ik+vXDlQoDMNYA==} engines: {npm: '>=3.0.0'} peerDependencies: rax: ^1.1.0 dependencies: + rax: 1.2.3 universal-env: 3.3.3 dev: false - /universalify/0.2.0: + /universalify@0.2.0: resolution: {integrity: sha1-ZFF2BWb6hXU0dFqx3elS0bF2G+A=} engines: {node: '>= 4.0.0'} - /universalify/2.0.0: + /universalify@2.0.0: resolution: {integrity: sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=} engines: {node: '>= 10.0.0'} - /unstated-next/1.1.0: + /unstated-next@1.1.0: resolution: {integrity: sha1-e7SRGhL988yK0+sRoLMV5KhoXqg=} dev: false - /update-browserslist-db/1.0.10_browserslist@4.21.4: + /update-browserslist-db@1.0.10(browserslist@4.21.4): resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} hasBin: true peerDependencies: @@ -13903,38 +13884,38 @@ packages: escalade: 3.1.1 picocolors: 1.0.0 - /upper-case/2.0.2: + /upper-case@2.0.2: resolution: {integrity: sha1-2JgQgj+qsd8VSbfZenb4Ziuub3o=} dependencies: tslib: 2.4.1 dev: false - /uri-js/4.4.1: + /uri-js@4.4.1: resolution: {integrity: sha1-mxpSWVIlhZ5V9mnZKPiMbFfyp34=} dependencies: punycode: 2.2.0 - /url-parse-lax/3.0.0: + /url-parse-lax@3.0.0: resolution: {integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=} engines: {node: '>=4'} dependencies: prepend-http: 2.0.0 dev: false - /url-parse/1.5.10: + /url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - /url/0.11.0: + /url@0.11.0: resolution: {integrity: sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=} dependencies: punycode: 1.3.2 querystring: 0.2.0 dev: false - /use-isomorphic-layout-effect/1.1.2_3d3cqnhbk5jgdxsmxlr7d24np4: + /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.26)(react@18.1.0): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -13947,7 +13928,7 @@ packages: react: 18.1.0 dev: false - /use-json-comparison/1.0.6_react@18.2.0: + /use-json-comparison@1.0.6(react@18.2.0): resolution: {integrity: sha1-oBK7wljOdF2x9WdF3GU/V1ImyyE=} peerDependencies: react: '>=16.9.0' @@ -13955,7 +13936,7 @@ packages: react: 18.2.0 dev: false - /use-media-antd-query/1.1.0_react@18.2.0: + /use-media-antd-query@1.1.0(react@18.2.0): resolution: {integrity: sha1-8IOtfiksHAJhtrv6rA7cPgkg2F0=} peerDependencies: react: '>=16.9.0' @@ -13963,7 +13944,7 @@ packages: react: 18.2.0 dev: false - /use-sync-external-store/1.2.0_react@18.2.0: + /use-sync-external-store@1.2.0(react@18.2.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -13971,38 +13952,38 @@ packages: react: 18.2.0 dev: false - /util-deprecate/1.0.2: + /util-deprecate@1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} - /util/0.10.3: + /util@0.10.3: resolution: {integrity: sha1-evsa/lCAUkZInj23/g7TeTNqwPk=} dependencies: inherits: 2.0.1 dev: false - /util/0.11.1: + /util@0.11.1: resolution: {integrity: sha1-MjZzNyDsZLsn9uJvQhqqLhtYjWE=} dependencies: inherits: 2.0.3 dev: false - /utila/0.4.0: + /utila@0.4.0: resolution: {integrity: sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=} dev: false - /utrie/1.0.2: + /utrie@1.0.2: resolution: {integrity: sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==} dependencies: base64-arraybuffer: 1.0.2 dev: false - /v8-compile-cache-lib/3.0.1: + /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} - /v8-compile-cache/2.3.0: + /v8-compile-cache@2.3.0: resolution: {integrity: sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4=} - /v8-to-istanbul/8.1.1: + /v8-to-istanbul@8.1.1: resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} engines: {node: '>=10.12.0'} dependencies: @@ -14010,13 +13991,13 @@ packages: convert-source-map: 1.9.0 source-map: 0.7.4 - /validate-npm-package-license/3.0.4: + /validate-npm-package-license@3.0.4: resolution: {integrity: sha1-/JH2uce6FchX9MssXe/uw51PQQo=} dependencies: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 - /valtio/1.7.0_react@18.2.0: + /valtio@1.7.0(react@18.2.0)(vite@3.2.5): resolution: {integrity: sha512-3Tnix66EERwMcrl1rfB3ylcewOcL5L/GiPmC3FlVNreQzqf2jufEeqlNmgnLgSGchkEmH3WYVtS+x6Qw4r+yzQ==} engines: {node: '>=12.7.0'} peerDependencies: @@ -14042,22 +14023,27 @@ packages: dependencies: proxy-compare: 2.3.0 react: 18.2.0 - use-sync-external-store: 1.2.0_react@18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) + vite: 3.2.5(@types/node@18.11.18)(less@4.1.3) + dev: false + + /value-equal@1.0.1: + resolution: {integrity: sha1-Hgt5THNMXAyt4XnEN9NW2TGjTWw=} dev: false - /vary/1.1.2: + /vary@1.1.2: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} dev: false - /vfile-message/2.0.4: + /vfile-message@2.0.4: resolution: {integrity: sha1-W0O4gXHUCerlhHfRPyPdQdUsNxo=} dependencies: '@types/unist': 2.0.6 unist-util-stringify-position: 2.0.3 dev: true - /vfile/4.2.1: + /vfile@4.2.1: resolution: {integrity: sha1-A/Hc4o/GJcYlvGUUNQ+9sA+p5iQ=} dependencies: '@types/unist': 2.0.6 @@ -14066,7 +14052,7 @@ packages: vfile-message: 2.0.4 dev: true - /vite/3.2.5_less@4.1.3: + /vite@3.2.5(@types/node@18.11.18)(less@4.1.3): resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -14091,6 +14077,7 @@ packages: terser: optional: true dependencies: + '@types/node': 18.11.18 esbuild: 0.15.18 less: 4.1.3 postcss: 8.4.21 @@ -14100,77 +14087,134 @@ packages: fsevents: 2.3.2 dev: false - /vm-browserify/1.1.2: + /vm-browserify@1.1.2: resolution: {integrity: sha1-eGQcSIuObKkadfUR56OzKobl3aA=} dev: false - /w3c-hr-time/1.0.2: + /w3c-hr-time@1.0.2: resolution: {integrity: sha1-ConN9cwVgi35w2BUNnaWPgzDCM0=} dependencies: browser-process-hrtime: 1.0.0 - /w3c-xmlserializer/2.0.0: + /w3c-xmlserializer@2.0.0: resolution: {integrity: sha1-PnEEoFt1FGzGD1ZDgLf2g6zxAgo=} engines: {node: '>=10'} dependencies: xml-name-validator: 3.0.0 - /walker/1.0.8: + /walker@1.0.8: resolution: {integrity: sha1-vUmNtHev5XPcBBhfAR06uKjXZT8=} dependencies: makeerror: 1.0.12 - /warning/3.0.0: + /warning@3.0.0: resolution: {integrity: sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=} dependencies: loose-envify: 1.4.0 dev: false - /warning/4.0.3: + /warning@4.0.3: resolution: {integrity: sha1-Fungd+uKhtavfWSqHgX9hbRnjKM=} dependencies: loose-envify: 1.4.0 dev: false - /wbuf/1.7.3: + /watchpack@2.4.0: + resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} + engines: {node: '>=10.13.0'} + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.10 + dev: false + + /wbuf@1.7.3: resolution: {integrity: sha1-wdjRSTFtPqhShIiVy2oL/oh7h98=} dependencies: minimalistic-assert: 1.0.1 dev: false - /web-streams-polyfill/3.2.1: + /web-streams-polyfill@3.2.1: resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} engines: {node: '>= 8'} dev: false - /webidl-conversions/3.0.1: + /webidl-conversions@3.0.1: resolution: {integrity: sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=} dev: false - /webidl-conversions/5.0.0: + /webidl-conversions@5.0.0: resolution: {integrity: sha1-rlnIoAsSFUOirMZcBDT1ew/BGv8=} engines: {node: '>=8'} - /webidl-conversions/6.1.0: + /webidl-conversions@6.1.0: resolution: {integrity: sha1-kRG01+qArNQPUnDWZmIa+ni2lRQ=} engines: {node: '>=10.4'} - /whatwg-encoding/1.0.5: + /webpack-sources@3.2.3: + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} + dev: false + + /webpack@5.80.0: + resolution: {integrity: sha512-OIMiq37XK1rWO8mH9ssfFKZsXg4n6klTEDL7S8/HqbAOBBaiy8ABvXvz0dDCXeEF9gqwxSvVk611zFPjS8hJxA==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/wasm-edit': 1.11.5 + '@webassemblyjs/wasm-parser': 1.11.5 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0(acorn@8.8.1) + browserslist: 4.21.4 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.13.0 + es-module-lexer: 1.2.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.10 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.1.2 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.7(webpack@5.80.0) + watchpack: 2.4.0 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: false + + /whatwg-encoding@1.0.5: resolution: {integrity: sha1-WrrPd3wyFmpR0IXWtPPn0nET3bA=} dependencies: iconv-lite: 0.4.24 - /whatwg-mimetype/2.3.0: + /whatwg-fetch@3.6.2: + resolution: {integrity: sha1-3O0k838mJO0CgXJdUdDi4/5nf4w=} + dev: false + + /whatwg-mimetype@2.3.0: resolution: {integrity: sha1-PUseAxLSB5h5+Cav8Y2+7KWWD78=} - /whatwg-url/5.0.0: + /whatwg-url@5.0.0: resolution: {integrity: sha1-lmRU6HZUYuN2RNNib2dCzotwll0=} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 dev: false - /whatwg-url/8.7.0: + /whatwg-url@8.7.0: resolution: {integrity: sha1-ZWp45RD/jzk3vAvL6fXArDWUG3c=} engines: {node: '>=10'} dependencies: @@ -14178,7 +14222,7 @@ packages: tr46: 2.1.0 webidl-conversions: 6.1.0 - /which-boxed-primitive/1.0.2: + /which-boxed-primitive@1.0.2: resolution: {integrity: sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=} dependencies: is-bigint: 1.0.4 @@ -14187,7 +14231,7 @@ packages: is-string: 1.0.7 is-symbol: 1.0.4 - /which-builtin-type/1.1.3: + /which-builtin-type@1.1.3: resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} engines: {node: '>= 0.4'} dependencies: @@ -14205,7 +14249,7 @@ packages: which-typed-array: 1.1.9 dev: false - /which-collection/1.0.1: + /which-collection@1.0.1: resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} dependencies: is-map: 2.0.2 @@ -14213,7 +14257,7 @@ packages: is-weakmap: 2.0.1 is-weakset: 2.0.2 - /which-typed-array/1.1.9: + /which-typed-array@1.1.9: resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} engines: {node: '>= 0.4'} dependencies: @@ -14224,24 +14268,24 @@ packages: has-tostringtag: 1.0.0 is-typed-array: 1.1.10 - /which/1.3.1: + /which@1.3.1: resolution: {integrity: sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=} hasBin: true dependencies: isexe: 2.0.0 - /which/2.0.2: + /which@2.0.2: resolution: {integrity: sha1-fGqN0KY2oDJ+ELWckobu6T8/UbE=} engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 - /word-wrap/1.2.3: + /word-wrap@1.2.3: resolution: {integrity: sha1-YQY29rH3A4kb00dxzLF/uTtHB5w=} engines: {node: '>=0.10.0'} - /wrap-ansi/6.2.0: + /wrap-ansi@6.2.0: resolution: {integrity: sha1-6Tk7oHEC5skaOyIUePAlfNKFblM=} engines: {node: '>=8'} dependencies: @@ -14250,7 +14294,7 @@ packages: strip-ansi: 6.0.1 dev: true - /wrap-ansi/7.0.0: + /wrap-ansi@7.0.0: resolution: {integrity: sha1-Z+FFz/UQpqaYS98RUpEdadLrnkM=} engines: {node: '>=10'} dependencies: @@ -14258,10 +14302,10 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 - /wrappy/1.0.2: + /wrappy@1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} - /write-file-atomic/3.0.3: + /write-file-atomic@3.0.3: resolution: {integrity: sha1-Vr1cWlxwSBzRnFcb05q5ZaXeVug=} dependencies: imurmurhash: 0.1.4 @@ -14269,7 +14313,7 @@ packages: signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 - /write-file-atomic/4.0.2: + /write-file-atomic@4.0.2: resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: @@ -14277,7 +14321,7 @@ packages: signal-exit: 3.0.7 dev: false - /ws/7.5.9: + /ws@7.5.9: resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} engines: {node: '>=8.3.0'} peerDependencies: @@ -14289,40 +14333,40 @@ packages: utf-8-validate: optional: true - /xml-name-validator/3.0.0: + /xml-name-validator@3.0.0: resolution: {integrity: sha1-auc+Bt5NjG5H+fsYH3jWSK1FfGo=} - /xmlchars/2.2.0: + /xmlchars@2.2.0: resolution: {integrity: sha1-Bg/hvLf5x2/ioX24apvDq4lCEMs=} - /xtend/4.0.2: + /xtend@4.0.2: resolution: {integrity: sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=} engines: {node: '>=0.4'} dev: false - /y18n/5.0.8: + /y18n@5.0.8: resolution: {integrity: sha1-f0k00PfKjFb5UxSTndzS3ZHOHVU=} engines: {node: '>=10'} - /yallist/3.1.1: + /yallist@3.1.1: resolution: {integrity: sha1-27fa+b/YusmrRev2ArjLrQ1dCP0=} - /yallist/4.0.0: + /yallist@4.0.0: resolution: {integrity: sha1-m7knkNnA7/7GO+c1GeEaNQGaOnI=} - /yaml/1.10.2: + /yaml@1.10.2: resolution: {integrity: sha1-IwHF/78StGfejaIzOkWeKeeSDks=} engines: {node: '>= 6'} - /yargs-parser/20.2.9: + /yargs-parser@20.2.9: resolution: {integrity: sha1-LrfcOwKJcY/ClfNidThFxBoMlO4=} engines: {node: '>=10'} - /yargs-parser/21.1.1: + /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - /yargs/16.2.0: + /yargs@16.2.0: resolution: {integrity: sha1-HIK/D2tqZur85+8w43b0mhJHf2Y=} engines: {node: '>=10'} dependencies: @@ -14334,7 +14378,7 @@ packages: y18n: 5.0.8 yargs-parser: 20.2.9 - /yargs/17.6.2: + /yargs@17.6.2: resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} engines: {node: '>=12'} dependencies: @@ -14346,14 +14390,14 @@ packages: y18n: 5.0.8 yargs-parser: 21.1.1 - /yn/3.1.1: + /yn@3.1.1: resolution: {integrity: sha1-HodAGgnXZ8HV6rJqbkwYUYLS61A=} engines: {node: '>=6'} - /yocto-queue/0.1.0: + /yocto-queue@0.1.0: resolution: {integrity: sha1-ApTrPe4FAo0x7hpfosVWpqrxChs=} engines: {node: '>=10'} - /zwitch/1.0.5: + /zwitch@1.0.5: resolution: {integrity: sha1-0R1zgf/tFrdC9q97PyI9XNn+mSA=} dev: true diff --git a/src/__constants.js b/src/__constants.js index 8bb0f3d..55ef4f1 100644 --- a/src/__constants.js +++ b/src/__constants.js @@ -1,66 +1,63 @@ const constants = {}; /** api 前缀 */ -const __BC_CONSOLE_API_URL = function applyThis() { +constants.BC_CONSOLE_API_URL = function applyThis() { return '/bc-apis'; }.apply(constants); -constants.BC_CONSOLE_API_URL = __BC_CONSOLE_API_URL; -export const BC_CONSOLE_API_URL = __BC_CONSOLE_API_URL; +export const BC_CONSOLE_API_URL = constants.BC_CONSOLE_API_URL; /** 区块链浏览器前缀 */ -const __BC_EXPLORER_API_PREFIX = function applyThis() { +constants.BC_EXPLORER_API_PREFIX = function applyThis() { return '/bc-explorer'; }.apply(constants); -constants.BC_EXPLORER_API_PREFIX = __BC_EXPLORER_API_PREFIX; -export const BC_EXPLORER_API_PREFIX = __BC_EXPLORER_API_PREFIX; +export const BC_EXPLORER_API_PREFIX = constants.BC_EXPLORER_API_PREFIX; + +/** 日志 */ +constants.BC_WS_LOGS_API_URL = function applyThis() { + return '/bc-ws/k8s/logs'; +}.apply(constants); +export const BC_WS_LOGS_API_URL = constants.BC_WS_LOGS_API_URL; /** 描述长度 */ -const __DESCRIPTION_LENGTH_REG = function applyThis() { +constants.DESCRIPTION_LENGTH_REG = function applyThis() { return '^.{0,200}$'; }.apply(constants); -constants.DESCRIPTION_LENGTH_REG = __DESCRIPTION_LENGTH_REG; -export const DESCRIPTION_LENGTH_REG = __DESCRIPTION_LENGTH_REG; +export const DESCRIPTION_LENGTH_REG = constants.DESCRIPTION_LENGTH_REG; /** 是否为生产环境 */ -const __IS_PROD = function applyThis() { +constants.IS_PROD = function applyThis() { return process.env.NODE_ENV === 'production'; }.apply(constants); -constants.IS_PROD = __IS_PROD; -export const IS_PROD = __IS_PROD; +export const IS_PROD = constants.IS_PROD; /** 是否为乾坤微前端环境 */ -const __IS_QIAN_KUN = function applyThis() { +constants.IS_QIAN_KUN = function applyThis() { return window.__POWERED_BY_QIANKUN__; }.apply(constants); -constants.IS_QIAN_KUN = __IS_QIAN_KUN; -export const IS_QIAN_KUN = __IS_QIAN_KUN; +export const IS_QIAN_KUN = constants.IS_QIAN_KUN; /** K8S名称校验:小写字母、数字、“-”,开头和结尾只能是字母或数字 */ -const __NAME_K8S_REG = function applyThis() { +constants.NAME_K8S_REG = function applyThis() { return '^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$'; }.apply(constants); -constants.NAME_K8S_REG = __NAME_K8S_REG; -export const NAME_K8S_REG = __NAME_K8S_REG; +export const NAME_K8S_REG = constants.NAME_K8S_REG; /** 名称长度 */ -const __NAME_LENGTH_REG = function applyThis() { +constants.NAME_LENGTH_REG = function applyThis() { return '^.{3,20}$'; }.apply(constants); -constants.NAME_LENGTH_REG = __NAME_LENGTH_REG; -export const NAME_LENGTH_REG = __NAME_LENGTH_REG; +export const NAME_LENGTH_REG = constants.NAME_LENGTH_REG; /** 路由前缀 */ -const __basename = function applyThis() { +constants.basename = function applyThis() { return '/bc'; }.apply(constants); -constants.basename = __basename; -export const basename = __basename; +export const basename = constants.basename; /** 下载合约文件 */ -const __downloadMinioUrl = function applyThis() { +constants.downloadMinioUrl = function applyThis() { return '/bc-apis/minio/download'; }.apply(constants); -constants.downloadMinioUrl = __downloadMinioUrl; -export const downloadMinioUrl = __downloadMinioUrl; +export const downloadMinioUrl = constants.downloadMinioUrl; export default constants; diff --git a/src/i18n.js b/src/i18n.js index 1cd5eca..998daa6 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -1,5 +1,6 @@ const i18nConfig = { 'en-US': { + 'i18n-02wcme9f': 'Automatic refresh', 'i18n-03e0p0acqmaf': 'Network name', 'i18n-06oayifb': 'Please enter the block number to search', 'i18n-08rsz7n9sruo': 'Deleting a federation succeeded', @@ -41,6 +42,7 @@ const i18nConfig = { 'i18n-2hz9pwzp': 'Channel invitation organization failed', 'i18n-2ielocre': 'The contract version is for identification and maintenance. The recommended format is v1.0', + 'i18n-2qmyluwa': 'Please select the number of items', 'i18n-2rczbtzx': 'New contract', 'i18n-2rnclk3j': 'Deployment, please wait for the vote', 'i18n-2scieorh': 'Time stamp', @@ -270,6 +272,7 @@ const i18nConfig = { 'i18n-fpx7c35bovp': 'Please select a proposed voting strategy', 'i18n-frfw3d7j': 'Network overview', 'i18n-fvcps4edx44': 'name', + 'i18n-fvjc99uh': 'Please select container', 'i18n-fwad0qrg': 'Smart contract', 'i18n-g2ktwfqaf0g': 'duration', 'i18n-g8rbmvh04cd': 'Proposal strategy', @@ -405,6 +408,7 @@ const i18nConfig = { 'i18n-ppwtxqzo': 'Policy deletion', 'i18n-pra1gymtjol': 'Maturity time', 'i18n-q2lrt9kq': 'Transaction details', + 'i18n-qbsph9pa': 'Node log', 'i18n-qg8otk6r': 'Application contract', 'i18n-qsff6zya': 'Blockchain browser', 'i18n-qsvtbgvf': 'The network description consists of 0 to 200 characters', @@ -495,6 +499,7 @@ const i18nConfig = { 'i18n-x40a97na': 'Enter the node name to search', 'i18n-x6icsntt': 'The new alliance proposal has been sent', 'i18n-xb2o10tue1m': 'network', + 'i18n-xcgopsty': 'Download log', 'i18n-xcopya8d': 'Please select Join channel', 'i18n-xf6wcwuc': 'If there are other user organizations in a channel, other users must vote to join the channel', @@ -529,6 +534,7 @@ const i18nConfig = { 'i18n-zzu9mo73zo': 'Description Failed to transfer administrator rights', }, 'zh-CN': { + 'i18n-02wcme9f': '自动刷新', 'i18n-03e0p0acqmaf': '网络名称', 'i18n-06oayifb': '请输入区块号搜索', 'i18n-08rsz7n9sruo': '删除联盟成功', @@ -566,6 +572,7 @@ const i18nConfig = { 'i18n-2b4dhrz51wu': '更多', 'i18n-2hz9pwzp': '通道邀请组织失败', 'i18n-2ielocre': '合约版本供识别与维护使用,建议格式: v1.0', + 'i18n-2qmyluwa': '请选择条数', 'i18n-2rczbtzx': '新建合约', 'i18n-2rnclk3j': '部署中,请等待投票', 'i18n-2scieorh': '时间戳', @@ -783,6 +790,7 @@ const i18nConfig = { 'i18n-fpx7c35bovp': '请选择提议投票策略', 'i18n-frfw3d7j': '网络概览', 'i18n-fvcps4edx44': '联盟名称', + 'i18n-fvjc99uh': '请选择容器', 'i18n-fwad0qrg': '智能合约', 'i18n-g2ktwfqaf0g': '时长', 'i18n-g8rbmvh04cd': '提议策略', @@ -912,6 +920,7 @@ const i18nConfig = { 'i18n-ppwtxqzo': '策略删除', 'i18n-pra1gymtjol': '到期时间', 'i18n-q2lrt9kq': '交易详情', + 'i18n-qbsph9pa': '节点的日志', 'i18n-qg8otk6r': '应用合约', 'i18n-qsff6zya': '区块链浏览器', 'i18n-qsvtbgvf': '网络描述由 0 ~ 200 字符组成', @@ -1000,6 +1009,7 @@ const i18nConfig = { 'i18n-x40a97na': '输入节点名搜索', 'i18n-x6icsntt': '新建联盟提议已发送', 'i18n-xb2o10tue1m': '网络', + 'i18n-xcgopsty': '下载日志', 'i18n-xcopya8d': '请选择加入通道', 'i18n-xf6wcwuc': '当通道中有其他用户组织时,需要其他用户投票同意,才能加入成功', diff --git a/src/pages/Browser/index.jsx b/src/pages/Browser/index.jsx index 943a98d..273e831 100644 --- a/src/pages/Browser/index.jsx +++ b/src/pages/Browser/index.jsx @@ -29,7 +29,7 @@ import DataProvider from '../../components/DataProvider'; import qs from 'query-string'; import { getUnifiedHistory } from '@tenx-ui/utils/es/UnifiedLink/index.prod'; -import { createFetchHandler as __$$createFetchRequestHandler } from '@alilc/lowcode-datasource-fetch-handler'; +import { createAxiosHandler as __$$createAxiosRequestHandler } from '@yunti/lowcode-datasource-axios-handler'; import { create as __$$createDataSourceEngine } from '@alilc/lowcode-datasource-engine/runtime'; @@ -60,7 +60,9 @@ class Browser$$Page extends React.Component { _dataSourceConfig = this._defineDataSourceConfig(); _dataSourceEngine = __$$createDataSourceEngine(this._dataSourceConfig, this, { runtimeConfig: true, - requestHandlersMap: { fetch: __$$createFetchRequestHandler() }, + requestHandlersMap: { + axios: __$$createAxiosRequestHandler(utils.getAxiosHanlderConfig?.()), + }, }); get dataSourceMap() { @@ -132,9 +134,7 @@ class Browser$$Page extends React.Component { }.bind(_this), options: function () { return { - headers: { - Authorization: this.utils.getAuthorization(), - }, + headers: {}, isCors: true, method: 'GET', params: { @@ -149,7 +149,7 @@ class Browser$$Page extends React.Component { uri: `${this.constants?.BC_EXPLORER_API_PREFIX}/networks/${this.state.network}/blocks`, }; }.bind(_this), - type: 'fetch', + type: 'axios', }, { id: 'getBrowserTransactions', @@ -158,9 +158,7 @@ class Browser$$Page extends React.Component { }.bind(_this), options: function () { return { - headers: { - Authorization: this.utils.getAuthorization(), - }, + headers: {}, isCors: true, method: 'GET', params: { @@ -178,7 +176,7 @@ class Browser$$Page extends React.Component { uri: `${this.constants?.BC_EXPLORER_API_PREFIX}/networks/${this.state.network}/transactions`, }; }.bind(_this), - type: 'fetch', + type: 'axios', }, { id: 'getOverviewSummary', @@ -187,9 +185,7 @@ class Browser$$Page extends React.Component { }.bind(_this), options: function () { return { - headers: { - Authorization: this.utils.getAuthorization(), - }, + headers: {}, isCors: true, method: 'GET', params: {}, @@ -197,7 +193,7 @@ class Browser$$Page extends React.Component { uri: `${this.constants?.BC_EXPLORER_API_PREFIX}/networks/${this.state.network}/overview/summary`, }; }.bind(_this), - type: 'fetch', + type: 'axios', }, { id: 'getTransactionsCount', @@ -206,9 +202,7 @@ class Browser$$Page extends React.Component { }.bind(_this), options: function () { return { - headers: { - Authorization: this.utils.getAuthorization(), - }, + headers: {}, isCors: true, method: 'GET', params: {}, @@ -216,7 +210,7 @@ class Browser$$Page extends React.Component { uri: `${this.constants?.BC_EXPLORER_API_PREFIX}/networks/${this.state.network}/transactionsCount`, }; }.bind(_this), - type: 'fetch', + type: 'axios', }, { id: 'getQueryBySeg', @@ -225,9 +219,7 @@ class Browser$$Page extends React.Component { }.bind(_this), options: function () { return { - headers: { - Authorization: this.utils.getAuthorization(), - }, + headers: {}, isCors: true, method: 'GET', params: {}, @@ -235,7 +227,7 @@ class Browser$$Page extends React.Component { uri: `${this.constants?.BC_EXPLORER_API_PREFIX}/networks/${this.state.network}/overview/query-by-seg`, }; }.bind(_this), - type: 'fetch', + type: 'axios', }, ], }; @@ -473,7 +465,6 @@ class Browser$$Page extends React.Component { this.dataSourceMap.getTransactionsCount .load({}) .then((res) => { - console.log(res?.data); this.setState({ overview: { ...this.state.overview, diff --git a/src/pages/OrganizationDetail/index.jsx b/src/pages/OrganizationDetail/index.jsx index b2420ac..405e075 100644 --- a/src/pages/OrganizationDetail/index.jsx +++ b/src/pages/OrganizationDetail/index.jsx @@ -17,6 +17,7 @@ import { Input, Table, Modal, + Select, FormilyForm, FormilyInput, FormilySelect, @@ -25,6 +26,8 @@ import { FormilyNumberPicker, } from '@tenx-ui/materials'; +import { default as Logs } from '@tenx-ui/logs'; + import { useLocation, matchPath } from '@umijs/max'; import DataProvider from '../../components/DataProvider'; import qs from 'query-string'; @@ -66,11 +69,13 @@ class OrganizationDetail$$Page extends React.Component { this._refsManager = new RefsManager(); __$$i18n._inject2(this); - + this.logs = [] this.state = { current: 1, filter: 'ALL', isOpenModal: false, + logsContainer: undefined, + logsTotal: undefined, modalType: 'create', peers: [], record: {}, @@ -90,7 +95,29 @@ class OrganizationDetail$$Page extends React.Component { componentWillUnmount() {} + changeLogsContainer(v, payload) { + this.setState({ + logsContainer: v, + }); + const { namespace, name, containers } = this.state?.record?.pod || {}; + this.initWebsocketLogs({ + query: { + pod: name, + namespace, + container: v, + }, + }); + } + + changeLogsTotal(v, payload) { + this.setState({ + logsTotal: v, + }); + } + closeModal() { + this.state.ws && this.state.ws.close(); + this.logRef && this.logRef.clearLogs(); this.setState({ isOpenModal: false, }); @@ -202,6 +229,20 @@ class OrganizationDetail$$Page extends React.Component { }); } + downloadLogs(e, payload) { + const logs = this.state.logs + ?.slice(this.state.logs?.length - (this.state.logsTotal || this.state.logs?.length)) + ?.map((item) => + item?.replace(/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]/g, '') + ) + ?.join('\r\n'); + this.utils.downloadFile(logs, this.state.record?.name + '.log'); + } + + getComponentRef(ref) { + this.logRef = ref; + } + async getIbppeers() { const res = await this.props.appHelper.utils.bff.getIbppeers({ organization: this.match?.params?.id, @@ -269,6 +310,47 @@ class OrganizationDetail$$Page extends React.Component { }); } + initWebsocketLogs({ query }) { + if (!this.logRef) { + setTimeout(() => { + this.initWebsocketLogs({ + query, + }); + }, 200); + return; + } + this.logs = []; + this.state.ws && this.state.ws.close(); + this.logRef.clearLogs(); + this.logRef.writelns('加载中...'); + const pre = window.location.protocol === 'http:' ? 'ws:' : 'wss:'; + const url = `${pre}//${window.location.host}${ + this.constants.BC_WS_LOGS_API_URL + }?pod=${query?.pod}&namespace=${query?.namespace}&container=${ + query?.container + }&token=${this.utils.getAuthData()?.token?.id_token}`; + const protocol = undefined; + const ws = new WebSocket(url, protocol); + this.setState({ + ws, + }); + ws.onopen = () => { + this.logRef.clearLogs(); + // ws.send(); + }; + + ws.onmessage = (event) => { + const { data } = event; + this.logRef.writelns(data); + this.logs = this.logs.concat(data); + this.setState({ + logs: this.logs + }) + }; + ws.onerror = (err) => {}; + ws.onclose = (err) => {}; + } + nodePaginationShowTotal(total, range) { return `${this.i18n('i18n-5xl7aihzcuy')} ${total} ${this.i18n( 'i18n-v7xu122b9o' @@ -320,6 +402,23 @@ class OrganizationDetail$$Page extends React.Component { }); } + openNodeLogsModal(e, payload) { + const { namespace, name, containers } = payload?.record?.pod || {}; + this.initWebsocketLogs({ + query: { + pod: name, + namespace, + container: containers?.[0], + }, + }); + this.setState({ + isOpenModal: true, + modalType: 'nodelogs', + record: payload?.record, + logsContainer: containers?.[0], + }); + } + openTransferModal(e, payload) { this.setState({ isOpenModal: true, @@ -354,7 +453,7 @@ class OrganizationDetail$$Page extends React.Component { > @@ -372,6 +471,8 @@ class OrganizationDetail$$Page extends React.Component { @@ -1054,7 +1155,7 @@ class OrganizationDetail$$Page extends React.Component { children: this.i18n( 'i18n-fifkprltibf' - ) /* 正常 */, + ) /* - */, icon: 'CheckCircleFilled', id: 'zc', type: 'success', @@ -1124,11 +1225,7 @@ class OrganizationDetail$$Page extends React.Component { shape="default" type="link" > - { - this.i18n( - 'i18n-v10ihnkwhn' - ) /* 转移 */ - } + {this.i18n('i18n-v10ihnkwhn') /* - */} ), !!__$$eval( @@ -1176,11 +1273,7 @@ class OrganizationDetail$$Page extends React.Component { shape="default" type="link" > - { - this.i18n( - 'i18n-ias68eipm18' - ) /* 删除 */ - } + {this.i18n('i18n-ias68eipm18') /* - */} ), ])( @@ -1577,7 +1670,7 @@ class OrganizationDetail$$Page extends React.Component { strong={false} style={{ fontSize: '' }} > - {this.i18n('i18n-m8df8p4v') /* 核CPU */} + {this.i18n('i18n-m8df8p4v') /* - */} - {this.i18n('i18n-3y2g20xr') /* G内存 */} + {this.i18n('i18n-3y2g20xr') /* - */} ))( @@ -1642,27 +1735,21 @@ class OrganizationDetail$$Page extends React.Component { types={[ { children: - this.i18n( - 'i18n-fifkprltibf' - ) /* 正常 */, + this.i18n('i18n-fifkprltibf') /* - */, icon: 'CheckCircleFilled', id: 'Deployed', type: 'success', }, { children: - this.i18n( - 'i18n-7xnyzmr7' - ) /* 创建中 */, + this.i18n('i18n-7xnyzmr7') /* - */, icon: 'ClockCircleFilled', id: 'Deploying', type: 'warning', }, { children: - this.i18n( - 'i18n-xtno2l9qqog' - ) /* 异常 */, + this.i18n('i18n-xtno2l9qqog') /* - */, icon: 'CloseCircleFilled', id: 'Error', type: 'error', @@ -1685,7 +1772,15 @@ class OrganizationDetail$$Page extends React.Component { , , ])( __$$createChildContext(__$$context, { @@ -1818,6 +1925,275 @@ class OrganizationDetail$$Page extends React.Component { /> + + + + + } + forceRender={false} + keyboard={true} + mask={true} + maskClosable={false} + onCancel={function () { + return this.closeModal.apply( + this, + Array.prototype.slice.call(arguments).concat([]) + ); + }.bind(this)} + open={__$$eval( + () => this.state.isOpenModal && this.state.modalType === 'nodelogs' + )} + title={[ + + {__$$eval(() => this?.state?.record?.name || '-')} + , + + {this.i18n('i18n-qbsph9pa') /* 节点的日志 */} + , + ]} + width="900px" + > + + + + + + + + + + + + + + + + + + { - try { - const authData = JSON.parse(window.localStorage.getItem(AUTH_DATA) || '{}'); - return authData; - } catch (error) { - console.warn('getAuthData failed', error); - return {}; - } -}; -utils.getAuthData = __getAuthData; -export const getAuthData = __getAuthData; +utils.getAuthData = function __getAuthData() { + return () => { + try { + const authData = JSON.parse( + window.localStorage.getItem(this.AUTH_DATA) || '{}' + ); + return authData; + } catch (error) { + console.warn('getAuthData failed', error); + return {}; + } + }; +}.apply(utils); +export const getAuthData = utils.getAuthData; /** 设置认证数据 */ -const __setAuthData = (data) => { - window.localStorage.setItem(AUTH_DATA, JSON.stringify(data)); -}; -utils.setAuthData = __setAuthData; -export const setAuthData = __setAuthData; +utils.setAuthData = function __setAuthData() { + return (data) => { + window.localStorage.setItem(this.AUTH_DATA, JSON.stringify(data)); + }; +}.apply(utils); +export const setAuthData = utils.setAuthData; /** 移除认证数据 */ -const __removeAuthData = () => { - window.localStorage.removeItem(AUTH_DATA); - window.sessionStorage.removeItem(AUTH_DATA); -}; -utils.removeAuthData = __removeAuthData; -export const removeAuthData = __removeAuthData; +utils.removeAuthData = function __removeAuthData() { + return () => { + window.localStorage.removeItem(this.AUTH_DATA); + window.sessionStorage.removeItem(this.AUTH_DATA); + }; +}.apply(utils); +export const removeAuthData = utils.removeAuthData; /** 解析 token */ -const __parseToken = function parseToken(token) { +utils.parseToken = function parseToken(token) { return token .split('.') .map((str) => { @@ -66,89 +72,104 @@ const __parseToken = function parseToken(token) { {} ); }.bind(utils); -utils.parseToken = __parseToken; -export const parseToken = __parseToken; +export const parseToken = utils.parseToken; /** 判断 token 是否有效 */ -const __isTokenExpired = function isTokenExpired(token) { - token = token || getAuthData()?.token?.id_token; +utils.isTokenExpired = function isTokenExpired(token) { + token = token || this.getAuthData()?.token?.id_token; if (!token) { return true; } - const expiredTimestampInMs = parseToken(token).exp * 1000; + const expiredTimestampInMs = this.parseToken(token).exp * 1000; return new Date().getTime() >= expiredTimestampInMs; }.bind(utils); -utils.isTokenExpired = __isTokenExpired; -export const isTokenExpired = __isTokenExpired; +export const isTokenExpired = utils.isTokenExpired; + +/** 获取 Authorization header */ +utils.getAuthorization = function __getAuthorization() { + return () => { + const authData = this.getAuthData(); + const { token_type, id_token } = authData.token || {}; + const Authorization = token_type && id_token && `${token_type} ${id_token}`; + return Authorization; + }; +}.apply(utils); +export const getAuthorization = utils.getAuthorization; + +/** 获取 axios 默认配置,也可在配置中指定拦截器,用于数据源初始化 axios handler */ +utils.getAxiosHanlderConfig = function __getAxiosHanlderConfig() { + return () => ({ + // 详细配置见:http://dev-npm.tenxcloud.net/-/web/detail/@yunti/lowcode-datasource-axios-handler + interceptors: { + request: [ + { + onFulfilled: (config) => { + if (!config.headers.get('Authorization')) { + config.headers.set('Authorization', this.getAuthorization()); + } + return config; + }, + }, + ], + }, + }); +}.apply(utils); +export const getAxiosHanlderConfig = utils.getAxiosHanlderConfig; /** 共计 xx 条 */ -const __paginationShowTotal = function paginationShowTotal( - total, - range, - props -) { +utils.paginationShowTotal = function paginationShowTotal(total, range, props) { return `${props.i18n('i18n-5xl7aihzcuy')} ${total} ${props.i18n( 'i18n-v7xu122b9o' )}`; }.bind(utils); -utils.paginationShowTotal = __paginationShowTotal; -export const paginationShowTotal = __paginationShowTotal; +export const paginationShowTotal = utils.paginationShowTotal; /** 格式化 cpu */ -const __formatCpu = (v) => { - if (v.includes('m')) { - return parseFloat(v) / 1000; - } - return parseFloat(v); -}; -utils.formatCpu = __formatCpu; -export const formatCpu = __formatCpu; +utils.formatCpu = function __formatCpu() { + return (v) => { + if (v.includes('m')) { + return parseFloat(v) / 1000; + } + return parseFloat(v); + }; +}.apply(utils); +export const formatCpu = utils.formatCpu; /** 下载文件 */ -const __downloadFile = ( - data, - filename = 'profile.json', - type = 'text/json' -) => { - if (typeof data === 'object') { - data = JSON.stringify(data, undefined, 4); - } - const blob = new Blob([data], { type }), - e = document.createEvent('MouseEvents'), - a = document.createElement('a'); - a.download = filename; - a.href = window.URL.createObjectURL(blob); - a.dataset.downloadurl = [type, a.download, a.href].join(':'); - e.initMouseEvent('click'); - a.dispatchEvent(e); -}; -utils.downloadFile = __downloadFile; -export const downloadFile = __downloadFile; +utils.downloadFile = function __downloadFile() { + return (data, filename = 'profile.json', type = 'text/json') => { + if (typeof data === 'object') { + data = JSON.stringify(data, undefined, 4); + } + const blob = new Blob([data], { type }), + e = document.createEvent('MouseEvents'), + a = document.createElement('a'); + a.download = filename; + a.href = window.URL.createObjectURL(blob); + a.dataset.downloadurl = [type, a.download, a.href].join(':'); + e.initMouseEvent('click'); + a.dispatchEvent(e); + }; +}.apply(utils); +export const downloadFile = utils.downloadFile; /** 长度校验 */ -const __getLengthReg = (min = 0, max = 200) => `^.{${min},${max}}$`; -utils.getLengthReg = __getLengthReg; -export const getLengthReg = __getLengthReg; +utils.getLengthReg = function __getLengthReg() { + return (min = 0, max = 200) => `^.{${min},${max}}$`; +}.apply(utils); +export const getLengthReg = utils.getLengthReg; /** Base64 解码 */ -const __decodeBase64 = (str) => decodeURIComponent(atob(str)); -utils.decodeBase64 = __decodeBase64; -export const decodeBase64 = __decodeBase64; +utils.decodeBase64 = function __decodeBase64() { + return (str) => decodeURIComponent(atob(str)); +}.apply(utils); +export const decodeBase64 = utils.decodeBase64; /** Base64 加密 */ -const __encodeBase64 = (str) => btoa(encodeURIComponent(str)); -utils.encodeBase64 = __encodeBase64; -export const encodeBase64 = __encodeBase64; - -/** header 认证信息 */ -const __getAuthorization = function () { - const authData = this.getAuthData(); - const { token_type, id_token } = authData.token || {}; - const Authorization = token_type && id_token && `${token_type} ${id_token}`; - return Authorization; -}; -utils.getAuthorization = __getAuthorization; -export const getAuthorization = __getAuthorization; +utils.encodeBase64 = function __encodeBase64() { + return (str) => btoa(encodeURIComponent(str)); +}.apply(utils); +export const encodeBase64 = utils.encodeBase64; export class RefsManager { constructor() { @@ -214,6 +235,10 @@ export default { isTokenExpired, + getAuthorization, + + getAxiosHanlderConfig, + paginationShowTotal, formatCpu, @@ -225,6 +250,4 @@ export default { decodeBase64, encodeBase64, - - getAuthorization, };