diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml new file mode 100644 index 00000000..320538cf --- /dev/null +++ b/.github/workflows/coverage.yml @@ -0,0 +1,68 @@ +name: Coverage + +env: + NODE_OPTIONS: --max-old-space-size=6144 + +on: + push: + branches: + - master + paths-ignore: + - 'docs/**' + - '**/*.md' + pull_request: + types: + - 'opened' + - 'synchronize' + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + cancel-in-progress: true + +jobs: + coverage: + permissions: + checks: write + pull-requests: write + contents: read + runs-on: ubuntu-latest + strategy: + matrix: + node-version: [16.x] + + steps: + - uses: actions/checkout@v3 + + - name: Install pnpm + uses: pnpm/action-setup@v2.2.4 + with: + version: 7 + + - name: Get pnpm store directory + id: pnpm-cache + run: | + echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" + + - name: Setup pnpm cache + uses: actions/cache@v3 + with: + path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} + key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: | + ${{ runner.os }}-pnpm-store- + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: pnpm run intall + run: | + pnpm install + + - name: Run tests + run: pnpm run test:coverage + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3 diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..9eda480d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + patch: off + project: + default: + threshold: 5% + +github_checks: + annotations: false diff --git a/package.json b/package.json index 33186a38..bd0d5b46 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "clean:turbo": "rimraf .turbo" }, "devDependencies": { - "@ant-design/icons": "^4.8.0", - "@ant-design/pro-card": "^2.1.6", + "@ant-design/icons": "4.8.0", + "@ant-design/pro-card": "^2.1.8", "@babel/plugin-transform-modules-commonjs": "7.20.11", "@pansy/hook-utils": "workspace:*", "@pansy/use-portal": "workspace:*", @@ -76,37 +76,37 @@ "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@types/node": "^18.11.18", - "@types/jest": "^29.2.4", + "@types/jest": "^29.2.5", "@types/testing-library__jest-dom": "5.14.5", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@types/react-test-renderer": "^18.0.0", - "@typescript-eslint/eslint-plugin": "5.47.1", - "@typescript-eslint/parser": "5.47.1", - "@umijs/test": "^4.0.40", - "@umijs/utils": "^4.0.40", + "@typescript-eslint/eslint-plugin": "5.48.0", + "@typescript-eslint/parser": "5.48.0", + "@umijs/test": "^4.0.42", + "@umijs/utils": "^4.0.42", "@walrus/cli": "1.3.4", "@walrus/cli-utils": "2.2.1", "@walrus/package": "^1.1.0", "@walrus/plugin-release": "1.14.3", - "antd": "5.1.1", + "antd": "5.1.2", "cross-env": "7.0.3", "conventional-changelog-cli": "2.2.2", "conventional-changelog-gitmoji-config": "1.4.4", - "dumi": "2.0.17", - "eslint": "8.30.0", - "eslint-config-alloy": "4.7.0", - "eslint-config-prettier": "8.5.0", + "dumi": "2.0.18", + "eslint": "8.31.0", + "eslint-config-alloy": "4.8.0", + "eslint-config-prettier": "8.6.0", "eslint-plugin-react": "7.31.11", "eslint-plugin-react-hooks": "4.6.0", "hooks-scripts": "workspace:*", - "husky": "8.0.2", + "husky": "8.0.3", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", "jest-fetch-mock": "3.0.3", - "jest-localstorage-mock": "2.4.25", + "jest-localstorage-mock": "2.4.26", "jest-websocket-mock": "2.4.0", - "lerna": "6.3.0", + "lerna": "6.4.0", "mock-socket": "9.1.5", "mockjs": "^1.1.0", "react": "18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 592d5e6f..61720e2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,8 +4,8 @@ importers: .: specifiers: - '@ant-design/icons': ^4.8.0 - '@ant-design/pro-card': ^2.1.6 + '@ant-design/icons': 4.8.0 + '@ant-design/pro-card': ^2.1.8 '@babel/plugin-transform-modules-commonjs': 7.20.11 '@pansy/hook-utils': workspace:* '@pansy/react-hooks': workspace:* @@ -54,38 +54,38 @@ importers: '@pansy/use-web-socket': workspace:* '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0 - '@types/jest': ^29.2.4 + '@types/jest': ^29.2.5 '@types/node': ^18.11.18 '@types/react': ^18.0.26 '@types/react-dom': ^18.0.10 '@types/react-test-renderer': ^18.0.0 '@types/testing-library__jest-dom': 5.14.5 - '@typescript-eslint/eslint-plugin': 5.47.1 - '@typescript-eslint/parser': 5.47.1 - '@umijs/test': ^4.0.40 - '@umijs/utils': ^4.0.40 + '@typescript-eslint/eslint-plugin': 5.48.0 + '@typescript-eslint/parser': 5.48.0 + '@umijs/test': ^4.0.42 + '@umijs/utils': ^4.0.42 '@walrus/cli': 1.3.4 '@walrus/cli-utils': 2.2.1 '@walrus/package': ^1.1.0 '@walrus/plugin-release': 1.14.3 - antd: 5.1.1 + antd: 5.1.2 conventional-changelog-cli: 2.2.2 conventional-changelog-gitmoji-config: 1.4.4 cross-env: 7.0.3 - dumi: 2.0.17 - eslint: 8.30.0 - eslint-config-alloy: 4.7.0 - eslint-config-prettier: 8.5.0 + dumi: 2.0.18 + eslint: 8.31.0 + eslint-config-alloy: 4.8.0 + eslint-config-prettier: 8.6.0 eslint-plugin-react: 7.31.11 eslint-plugin-react-hooks: 4.6.0 hooks-scripts: workspace:* - husky: 8.0.2 + husky: 8.0.3 jest: 29.3.1 jest-environment-jsdom: 29.3.1 jest-fetch-mock: 3.0.3 - jest-localstorage-mock: 2.4.25 + jest-localstorage-mock: 2.4.26 jest-websocket-mock: 2.4.0 - lerna: 6.3.0 + lerna: 6.4.0 mock-socket: 9.1.5 mockjs: ^1.1.0 react: 18.2.0 @@ -102,7 +102,7 @@ importers: zx: 7.1.1 devDependencies: '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-card': 2.1.6_ahg3beiceglgkmvozukcc6n2gy + '@ant-design/pro-card': 2.1.8_xkdntvt3sphixchsirkbxe2wm4 '@babel/plugin-transform-modules-commonjs': 7.20.11 '@pansy/hook-utils': link:hooks/utils '@pansy/react-hooks': link:hooks/hooks @@ -151,38 +151,38 @@ importers: '@pansy/use-web-socket': link:hooks/useWebSocket '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 '@types/node': 18.11.18 '@types/react': 18.0.26 '@types/react-dom': 18.0.10 '@types/react-test-renderer': 18.0.0 '@types/testing-library__jest-dom': 5.14.5 - '@typescript-eslint/eslint-plugin': 5.47.1_txmweb6yn7coi7nfrp22gpyqmy - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@umijs/test': 4.0.40 - '@umijs/utils': 4.0.40 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@umijs/test': 4.0.42 + '@umijs/utils': 4.0.42 '@walrus/cli': 1.3.4 '@walrus/cli-utils': 2.2.1 '@walrus/package': 1.1.0 '@walrus/plugin-release': 1.14.3_@walrus+cli@1.3.4 - antd: 5.1.1_biqbaboplfbrettd7655fr4n2y + antd: 5.1.2_biqbaboplfbrettd7655fr4n2y conventional-changelog-cli: 2.2.2 conventional-changelog-gitmoji-config: 1.4.4 cross-env: 7.0.3 - dumi: 2.0.17_4dqya6sq3inbyghqyswegqncnq - eslint: 8.30.0 - eslint-config-alloy: 4.7.0_wal53rdr47yub3drpihbo2fkq4 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + dumi: 2.0.18_4r6xhczwtmrbwyp6enxepcfwoq + eslint: 8.31.0 + eslint-config-alloy: 4.8.0_zlp4whk3dinboaaxewuz4ksuj4 + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.31.0 hooks-scripts: link:scripts - husky: 8.0.2 + husky: 8.0.3 jest: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 jest-environment-jsdom: 29.3.1 jest-fetch-mock: 3.0.3 - jest-localstorage-mock: 2.4.25 + jest-localstorage-mock: 2.4.26 jest-websocket-mock: 2.4.0 - lerna: 6.3.0 + lerna: 6.4.0 mock-socket: 9.1.5 mockjs: 1.1.0 react: 18.2.0 @@ -671,24 +671,6 @@ packages: '@ctrl/tinycolor': 3.4.1 dev: true - /@ant-design/cssinjs/1.2.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-TjZVH4lgc7jAhYn9yStjnQI7u93b+VAg2oXIyzy12XjnFjCTR+nQIHfuixK+Vm0sx2L8ecDOBDEPT9ldCA7RPQ==} - peerDependencies: - react: '>=16.0.0' - react-dom: '>=16.0.0' - dependencies: - '@babel/runtime': 7.20.6 - '@emotion/hash': 0.8.0 - '@emotion/unitless': 0.7.5 - classnames: 2.3.1 - csstype: 3.1.0 - rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - shallowequal: 1.1.0 - stylis: 4.1.3 - dev: true - /@ant-design/cssinjs/1.3.0_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-E4xXvN0EPNcnbU0i93Ek0Ch6zVA4BE2ldVvJ0AvmnEmFIMwiS+44O4Ug2Gxbvjl8Bmcb0t1wqVu7rxk3KBeuRQ==} peerDependencies: @@ -720,61 +702,62 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.18.9 - classnames: 2.3.1 - rc-util: 5.23.0_biqbaboplfbrettd7655fr4n2y + '@babel/runtime': 7.20.6 + classnames: 2.3.2 + rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@ant-design/pro-card/2.1.6_ahg3beiceglgkmvozukcc6n2gy: - resolution: {integrity: sha512-V0ksQs56u2NjFZ7Sj6+cFQSWDlMJUfwLyp4pRoA9yY6/1r2xhafDTQqMNZRX97JEzuWWBlBgapDikxd6gRvTxw==} + /@ant-design/pro-card/2.1.8_xkdntvt3sphixchsirkbxe2wm4: + resolution: {integrity: sha512-PHgfVZi2IdYCGnQ5Pa4BFX7e+GpcholErmrHeWO8pECrnOaKc1q27Sq15UTFmnj5Vd6hAnZpvgluFP05aaaupQ==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' dependencies: '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@ant-design/pro-provider': 2.2.0_ahg3beiceglgkmvozukcc6n2gy - '@ant-design/pro-utils': 2.5.0_ahg3beiceglgkmvozukcc6n2gy - '@babel/runtime': 7.18.9 - antd: 5.1.1_biqbaboplfbrettd7655fr4n2y - classnames: 2.3.1 + '@ant-design/pro-provider': 2.3.1_xkdntvt3sphixchsirkbxe2wm4 + '@ant-design/pro-utils': 2.5.2_xkdntvt3sphixchsirkbxe2wm4 + '@babel/runtime': 7.20.6 + antd: 5.1.2_biqbaboplfbrettd7655fr4n2y + classnames: 2.3.2 omit.js: 2.0.2 - rc-util: 5.23.0_biqbaboplfbrettd7655fr4n2y + rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y + rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y react: 18.2.0 transitivePeerDependencies: - react-dom dev: true - /@ant-design/pro-provider/2.2.0_ahg3beiceglgkmvozukcc6n2gy: - resolution: {integrity: sha512-2btLst0MxU3+xfiNsahShqOweokKqhCn0wuJjy/G/n/g1Sb9/p4qZ4RBs6aY8Q5KAa2OhILIVkJxFhoNn58jaw==} + /@ant-design/pro-provider/2.3.1_xkdntvt3sphixchsirkbxe2wm4: + resolution: {integrity: sha512-fznRzpg+7s76FcPAoL25+5xXq2iU1G5Ub3YFmHP1wXcugazHVKCPOGIwGFFTe5zmu1omOCh5eDDNvtBbWp1IBA==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@ant-design/cssinjs': 1.2.0_biqbaboplfbrettd7655fr4n2y - '@babel/runtime': 7.18.9 + '@ant-design/cssinjs': 1.3.0_biqbaboplfbrettd7655fr4n2y + '@babel/runtime': 7.20.6 '@ctrl/tinycolor': 3.4.1 - antd: 5.1.1_biqbaboplfbrettd7655fr4n2y + antd: 5.1.2_biqbaboplfbrettd7655fr4n2y rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 swr: 2.0.0_react@18.2.0 dev: true - /@ant-design/pro-utils/2.5.0_ahg3beiceglgkmvozukcc6n2gy: - resolution: {integrity: sha512-Wby8SCV+kUGi2Q8dAz+FD+UT5EtXAF3n+K3nB3qjosdvD6cvootlTOSj8qYL8GHPG2AjSBW2E51oh3L9D2r3kQ==} + /@ant-design/pro-utils/2.5.2_xkdntvt3sphixchsirkbxe2wm4: + resolution: {integrity: sha512-V7Lhg23/N1cEB9SIdkOgTJTWV64OeomReLOyjU9dnrv6fW+uNH6dTAgN+D1y5QrGAH/Nzn/ohReHSnPD1eC4SA==} 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.2.0_ahg3beiceglgkmvozukcc6n2gy - '@babel/runtime': 7.18.9 - antd: 5.1.1_biqbaboplfbrettd7655fr4n2y - classnames: 2.3.1 + '@ant-design/pro-provider': 2.3.1_xkdntvt3sphixchsirkbxe2wm4 + '@babel/runtime': 7.20.6 + antd: 5.1.2_biqbaboplfbrettd7655fr4n2y + classnames: 2.3.2 dayjs: 1.11.4 rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y react: 18.2.0 @@ -877,13 +860,13 @@ packages: convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 + json5: 2.2.3 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/eslint-parser/7.18.9_kcnv7wy3bnxb6dotllwuslv2ui: + /@babel/eslint-parser/7.18.9_ecuwrkae2uwkfviouaar3whtl4: resolution: {integrity: sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -891,7 +874,7 @@ packages: eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.18.9 - eslint: 8.30.0 + eslint: 8.31.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -919,7 +902,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: @@ -930,29 +913,30 @@ packages: '@babel/types': 7.20.7 dev: true - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.11.4: + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.9: resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.18.8 - '@babel/core': 7.11.4 + '@babel/core': 7.18.9 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.2 semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.9: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + /@babel/helper-compilation-targets/7.20.7_@babel+core@7.11.4: + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.9 + '@babel/compat-data': 7.20.10 + '@babel/core': 7.11.4 '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.2 + browserslist: 4.21.4 + lru-cache: 5.1.1 semver: 6.3.0 dev: true @@ -988,13 +972,13 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.9: + /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.18.9 @@ -1017,13 +1001,13 @@ packages: regexpu-core: 5.1.0 dev: true - /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.18.9: + /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.1.0 dev: true @@ -1067,7 +1051,7 @@ packages: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 dev: true /@babel/helper-module-imports/7.18.6: @@ -1113,7 +1097,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 dev: true /@babel/helper-plugin-utils/7.18.9: @@ -1141,13 +1125,13 @@ packages: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.9: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.18.9 @@ -1163,8 +1147,8 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/traverse': 7.20.10 + '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color dev: true @@ -1187,7 +1171,7 @@ packages: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 dev: true /@babel/helper-split-export-declaration/7.18.6: @@ -1291,17 +1275,17 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-async-generator-functions/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@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.18.9 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.7 transitivePeerDependencies: - supports-color dev: true @@ -1318,13 +1302,13 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.18.9: + /@babel/plugin-proposal-class-properties/7.10.4_@babel+core@7.20.7: resolution: {integrity: sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color @@ -1364,15 +1348,15 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-export-default-from/7.10.4_@babel+core@7.11.4: @@ -1396,15 +1380,15 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.9: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-function-bind/7.10.5_@babel+core@7.11.4: @@ -1428,15 +1412,15 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.11.4: @@ -1449,14 +1433,14 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.18.9: + /@babel/plugin-proposal-logical-assignment-operators/7.11.0_@babel+core@7.20.7: resolution: {integrity: sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.11.4: @@ -1469,14 +1453,14 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.18.9: + /@babel/plugin-proposal-nullish-coalescing-operator/7.10.4_@babel+core@7.20.7: resolution: {integrity: sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.11.4: @@ -1490,15 +1474,15 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.11.4: @@ -1507,26 +1491,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 + '@babel/compat-data': 7.20.10 '@babel/core': 7.11.4 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.11.4 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.11.4 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.11.4 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.9: + /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.9 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.9 + '@babel/compat-data': 7.20.10 + '@babel/core': 7.20.7 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.11.4: @@ -1540,15 +1524,15 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.11.4: @@ -1562,15 +1546,15 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.11.4 dev: true - /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.18.9: + /@babel/plugin-proposal-optional-chaining/7.11.0_@babel+core@7.20.7: resolution: {integrity: sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.7 dev: true /@babel/plugin-proposal-pipeline-operator/7.10.5_@babel+core@7.11.4: @@ -1596,14 +1580,14 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color @@ -1620,14 +1604,14 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.9: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -1657,6 +1641,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.7: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-bigint/7.8.3: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: @@ -1700,6 +1693,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.7: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.11.4: resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==} engines: {node: '>=6.9.0'} @@ -1729,12 +1731,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.9: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.7: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -1757,12 +1759,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.9: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.7: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -1819,6 +1821,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.7: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.11.4: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} @@ -1875,6 +1886,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.7: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: @@ -1901,6 +1921,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.7: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-numeric-separator/7.10.4: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -1927,6 +1956,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.7: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-object-rest-spread/7.8.3: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: @@ -1953,6 +1991,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.7: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-optional-catch-binding/7.8.3: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -1979,6 +2026,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.7: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-optional-chaining/7.8.3: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: @@ -2005,6 +2061,15 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.7: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-pipeline-operator/7.18.6_@babel+core@7.11.4: resolution: {integrity: sha512-pFtIdQomJtkTHWcNsGXhjJ5YUkL+AxJnP4G+Ol85UO6uT2fpHTPYLLE5bBeRA9cxf25qa/VKsJ3Fi67Gyqe3rA==} engines: {node: '>=6.9.0'} @@ -2053,6 +2118,16 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.7: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.20.7 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.11.4: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} @@ -2083,13 +2158,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2107,16 +2182,16 @@ packages: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@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.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.7 transitivePeerDependencies: - supports-color dev: true @@ -2131,13 +2206,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2151,13 +2226,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2180,13 +2255,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-classes/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.18.9 @@ -2209,13 +2284,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2228,12 +2303,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.18.9: + /@babel/plugin-transform-destructuring/7.10.4_@babel+core@7.20.7: resolution: {integrity: sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2248,14 +2323,14 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2269,13 +2344,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2290,13 +2365,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2311,13 +2386,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.18.9: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.7: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2328,19 +2403,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.11.4 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.11.4 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.11.4 '@babel/helper-function-name': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.7 '@babel/helper-function-name': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2355,13 +2430,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2375,13 +2450,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2399,13 +2474,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 babel-plugin-dynamic-import-node: 2.3.3 @@ -2419,9 +2494,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-simple-access': 7.18.6 + '@babel/helper-module-transforms': 7.20.11 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-simple-access': 7.20.2 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color @@ -2454,13 +2529,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.18.9: + /@babel/plugin-transform-modules-commonjs/7.20.11_@babel+core@7.20.7: resolution: {integrity: sha512-S8e1f7WQ7cimJQ51JkAaDrEtohVEitXjgCGAS2N8S31Y42E+kWwfSz83LYz57QdBm7q9diARVqanIaH2oVgQnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 @@ -2484,13 +2559,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 @@ -2513,13 +2588,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-module-transforms': 7.20.11 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: @@ -2537,14 +2612,14 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2558,13 +2633,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2581,13 +2656,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.18.9 transitivePeerDependencies: @@ -2604,13 +2679,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.9: + /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.20.7: resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2624,23 +2699,23 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-constant-elements/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-react-constant-elements/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-IrTYh1I3YCEL1trjknnlLKTp5JggjzhKl/d3ibzPc97JhpFcDTr38Jdek/oX4cFbS6By0bXJcOkpRvJ5ZHK2wQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2654,13 +2729,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2671,17 +2746,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.11.4 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.11.4 - dev: true - - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.18.9: - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.9 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.11.4 dev: true /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.7: @@ -2691,7 +2756,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.20.7 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-react-jsx': 7.20.7_@babel+core@7.20.7 dev: true /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.11.4: @@ -2704,16 +2769,6 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.18.9: - resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.9 - '@babel/helper-plugin-utils': 7.20.2 - dev: true - /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} engines: {node: '>=6.9.0'} @@ -2734,13 +2789,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx-source/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-react-jsx-source/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-utZmlASneDfdaMh0m/WausbjUjEdGrQJz0vFK93d7wD3xf5wBtX219+q6IlCNZeguIcxS2f/CvLZrlLSvSHQXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2765,35 +2820,35 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.11.4 - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 dev: true - /@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@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.18.9 - '@babel/types': 7.18.9 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.7 + '@babel/types': 7.20.7 dev: true - /@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.20.7: - resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==} + /@babel/plugin-transform-react-jsx/7.20.7_@babel+core@7.11.4: + resolution: {integrity: sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.7 + '@babel/core': 7.11.4 '@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.7 - '@babel/types': 7.18.9 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.11.4 + '@babel/types': 7.20.7 dev: true /@babel/plugin-transform-react-jsx/7.20.7_@babel+core@7.20.7: @@ -2821,13 +2876,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2843,13 +2898,13 @@ packages: regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.0 dev: true @@ -2864,13 +2919,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2896,13 +2951,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2917,13 +2972,13 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 dev: true - /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-spread/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 dev: true @@ -2938,13 +2993,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2958,13 +3013,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -2978,13 +3033,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.9: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.7: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3012,13 +3067,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-escapes/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-unicode-escapes/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3033,14 +3088,14 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.9: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.7: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.20.7 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -3051,7 +3106,7 @@ packages: dependencies: '@babel/compat-data': 7.18.8 '@babel/core': 7.11.4 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.11.4 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.11.4 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-proposal-async-generator-functions': 7.18.6_@babel+core@7.11.4 @@ -3112,7 +3167,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.11.4 '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.11.4 '@babel/preset-modules': 0.1.5_@babel+core@7.11.4 - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 browserslist: 4.21.2 core-js-compat: 3.23.5 invariant: 2.2.4 @@ -3122,75 +3177,75 @@ packages: - supports-color dev: true - /@babel/preset-env/7.11.0_@babel+core@7.18.9: + /@babel/preset-env/7.11.0_@babel+core@7.20.7: resolution: {integrity: sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.9 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.7 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-async-generator-functions': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.18.9 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-logical-assignment-operators': 7.11.0_@babel+core@7.18.9 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.18.9 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.18.9 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.9 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.9 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.9 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.18.9 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.9 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-modules-commonjs': 7.20.11_@babel+core@7.18.9 - '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.9 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.9 - '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.9 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.9 - '@babel/types': 7.18.9 + '@babel/plugin-proposal-async-generator-functions': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-proposal-class-properties': 7.10.4_@babel+core@7.20.7 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-proposal-logical-assignment-operators': 7.11.0_@babel+core@7.20.7 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.4_@babel+core@7.20.7 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-proposal-optional-chaining': 7.11.0_@babel+core@7.20.7 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.7 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.7 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.7 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.7 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.7 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-destructuring': 7.10.4_@babel+core@7.20.7 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.7 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-modules-commonjs': 7.20.11_@babel+core@7.20.7 + '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.20.7 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.7 + '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.7 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.7 + '@babel/types': 7.20.7 browserslist: 4.21.2 core-js-compat: 3.23.5 invariant: 2.2.4 @@ -3213,15 +3268,15 @@ packages: esutils: 2.0.3 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.18.9: + /@babel/preset-modules/0.1.5_@babel+core@7.20.7: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.7 '@babel/types': 7.20.7 esutils: 2.0.3 dev: true @@ -3241,19 +3296,19 @@ packages: '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.11.4 dev: true - /@babel/preset-react/7.10.4_@babel+core@7.18.9: + /@babel/preset-react/7.10.4_@babel+core@7.20.7: resolution: {integrity: sha512-BrHp4TgOIy4M19JAfO1LhycVXOPWdDbTRep7eVyatf174Hff+6Uk53sDyajqZPu8W1qXRBiYOfIamek6jA7YVw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-react-jsx-source': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-react-jsx-source': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.7 dev: true /@babel/preset-typescript/7.10.4_@babel+core@7.11.4: @@ -3285,7 +3340,7 @@ packages: /@babel/runtime/7.11.2: resolution: {integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==} dependencies: - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: true /@babel/runtime/7.18.9: @@ -3502,6 +3557,17 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-color-function/1.1.1_postcss@8.4.20: + 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.20 + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-font-format-keywords/1.0.1: resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} engines: {node: ^12 || ^14 || >=16} @@ -3521,6 +3587,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.20: + resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-hwb-function/1.0.2: resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} @@ -3530,13 +3606,23 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.14: + /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.14: + resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.14 + postcss-value-parser: 4.2.0 + dev: true + + /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.20: resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.14 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true @@ -3561,6 +3647,17 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.20: + 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.20 + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-is-pseudo-class/2.0.7: resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} engines: {node: ^12 || ^14 || >=16} @@ -3582,6 +3679,17 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.20: + 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_6s6acirjwumum7k7mfug5izbum + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /@csstools/postcss-normalize-display-values/1.0.1: resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} @@ -3601,6 +3709,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.20: + resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-oklab-function/1.1.1: resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} engines: {node: ^12 || ^14 || >=16} @@ -3622,6 +3740,17 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.20: + 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.20 + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-progressive-custom-properties/1.3.0: resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} engines: {node: ^12 || ^14 || >=16} @@ -3641,6 +3770,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.20: + resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.3 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-stepped-value-functions/1.0.1: resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} engines: {node: ^12 || ^14 || >=16} @@ -3660,6 +3799,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.20: + resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /@csstools/postcss-unset-value/1.0.2: resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} engines: {node: ^12 || ^14 || >=16} @@ -3676,6 +3825,15 @@ packages: postcss: 8.4.14 dev: true + /@csstools/postcss-unset-value/1.0.2_postcss@8.4.20: + resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + dev: true + /@csstools/selector-specificity/2.0.2_444rcjjorr3kpoqtvoodsr46pu: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} @@ -3687,6 +3845,17 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /@csstools/selector-specificity/2.0.2_6s6acirjwumum7k7mfug5izbum: + resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + postcss-selector-parser: ^6.0.10 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /@csstools/selector-specificity/2.0.2_ktd6zevxe5zrlaqdpuavlaytw4: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} @@ -3749,8 +3918,8 @@ packages: dev: true optional: true - /@eslint/eslintrc/1.4.0: - resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} + /@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 @@ -4128,7 +4297,7 @@ packages: resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 @@ -4283,15 +4452,15 @@ packages: - supports-color dev: true - /@lerna/add/6.3.0: - resolution: {integrity: sha512-TlekKVN/qyEhQfSuo38jcC0h86wxfTDJh7/7FU1H/ja9zJEWmph5uN2DmYjifSmGBH2zGYr6ZjKtfgpQMM22nw==} + /@lerna/add/6.4.0: + resolution: {integrity: sha512-xLsYRqfF4l78wLcOGCeiYw/YCBwRlX76+PAvLTD//7f4o8Xygowp1Uqb+a4n2oWmvDlilHiTxs424oTds6n75w==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/bootstrap': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/filter-options': 6.3.0 - '@lerna/npm-conf': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/bootstrap': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/npm-conf': 6.4.0 + '@lerna/validation-error': 6.4.0 dedent: 0.7.0 npm-package-arg: 8.1.1 p-map: 4.0.0 @@ -4330,22 +4499,22 @@ packages: semver: 7.3.7 dev: true - /@lerna/bootstrap/6.3.0: - resolution: {integrity: sha512-H3V07F+d6VGhp+8HuPD3tKJiSVq8FB5G+9OpX7KVHHVkoyEHiwRtSbBF2l3YA5HzFIGxFcZSz3C2LA8IR6U//Q==} + /@lerna/bootstrap/6.4.0: + resolution: {integrity: sha512-tgaFJDitwtwAO2kWIdcOWYjcLb6VdEZpakcDPMRICfCyKpcPQ62OYGkjMASzDhgkdJE0wgWRJKBoPUKUVc1I5w==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/command': 6.3.0 - '@lerna/filter-options': 6.3.0 - '@lerna/has-npm-version': 6.3.0 - '@lerna/npm-install': 6.3.0 - '@lerna/package-graph': 6.3.0 - '@lerna/pulse-till-done': 6.3.0 - '@lerna/rimraf-dir': 6.3.0 - '@lerna/run-lifecycle': 6.3.0 - '@lerna/run-topologically': 6.3.0 - '@lerna/symlink-binary': 6.3.0 - '@lerna/symlink-dependencies': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/command': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/has-npm-version': 6.4.0 + '@lerna/npm-install': 6.4.0 + '@lerna/package-graph': 6.4.0 + '@lerna/pulse-till-done': 6.4.0 + '@lerna/rimraf-dir': 6.4.0 + '@lerna/run-lifecycle': 6.4.0 + '@lerna/run-topologically': 6.4.0 + '@lerna/symlink-binary': 6.4.0 + '@lerna/symlink-dependencies': 6.4.0 + '@lerna/validation-error': 6.4.0 '@npmcli/arborist': 5.3.0 dedent: 0.7.0 get-port: 5.1.1 @@ -4371,14 +4540,14 @@ packages: '@lerna/output': 4.0.0 dev: true - /@lerna/changed/6.3.0: - resolution: {integrity: sha512-cPCiSbjuyluG4K6SAHogIwyrKtX6OvNlgnxx4g5kiB/k/TGB/6cvwJnivv9FaXGliQoSruaL73euDSUKIkEyBA==} + /@lerna/changed/6.4.0: + resolution: {integrity: sha512-9LJ3bb64xNi+XsUnb1KrVSvJybU4+UQmT5rSI/f3UpwLKjKNJuqauFnLgy1S0fWq4Lvd6H5W8BJOYiLJtaUiFw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/collect-updates': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/listable': 6.3.0 - '@lerna/output': 6.3.0 + '@lerna/collect-updates': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/listable': 6.4.0 + '@lerna/output': 6.4.0 dev: true /@lerna/check-working-tree/4.0.0: @@ -4390,13 +4559,13 @@ packages: '@lerna/validation-error': 4.0.0 dev: true - /@lerna/check-working-tree/6.3.0: - resolution: {integrity: sha512-d29R6feG01aVqEdNi41eAhK94WqZa3B9tCfY4c2Ic98pGmqAayxqLDxx+oObQrbJ4e4f7706JMKjJD6uLkFTIA==} + /@lerna/check-working-tree/6.4.0: + resolution: {integrity: sha512-8CHlAoOCg6rmay1vzQYQccozsozlSdYUxJ6D7jZxMBHoDVMHSxS0q3efOkzCj3EsAOzf5TuOhVB8T2ms8/ckQw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/collect-uncommitted': 6.3.0 - '@lerna/describe-ref': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/collect-uncommitted': 6.4.0 + '@lerna/describe-ref': 6.4.0 + '@lerna/validation-error': 6.4.0 dev: true /@lerna/child-process/4.0.0: @@ -4408,8 +4577,8 @@ packages: strong-log-transformer: 2.1.0 dev: true - /@lerna/child-process/6.3.0: - resolution: {integrity: sha512-Q7G3OFGK4tgxYVDzSrBlkU45WjTNz7T0W+H/40Y74XxWLYoLAGOXQMPp9h1BiLoTxKFRUgRZJZ5bbSN8TKg4AQ==} + /@lerna/child-process/6.4.0: + resolution: {integrity: sha512-5lNIjdHMx0G32TCLhwb1B4htH1utKP05lE+SeICUz03GFjQQw6UukCnoUf0Ae8ROsisXCwTFjiNxRxdnEcXTfA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: chalk: 4.1.2 @@ -4431,15 +4600,15 @@ packages: p-waterfall: 2.1.1 dev: true - /@lerna/clean/6.3.0: - resolution: {integrity: sha512-uN4hdvrnujVNxnw4Xuo0kpG18x9V4blBBusmqiIcdXkDXiGUmZT8Sk4TbOP/+gXauuGcVkJnmJH62xCTeRHWvw==} + /@lerna/clean/6.4.0: + resolution: {integrity: sha512-NG3qbcTemcvI4RFF0sjwENCFHZivbbbFwo+Y+Y3IRFl3h6g6FF3GGByIizK/ZyKIeB/xpdisF9Ck0rums4J1Sg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/command': 6.3.0 - '@lerna/filter-options': 6.3.0 - '@lerna/prompt': 6.3.0 - '@lerna/pulse-till-done': 6.3.0 - '@lerna/rimraf-dir': 6.3.0 + '@lerna/command': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/prompt': 6.4.0 + '@lerna/pulse-till-done': 6.4.0 + '@lerna/rimraf-dir': 6.4.0 p-map: 4.0.0 p-map-series: 2.1.0 p-waterfall: 2.1.1 @@ -4455,11 +4624,11 @@ packages: yargs: 16.2.0 dev: true - /@lerna/cli/6.3.0: - resolution: {integrity: sha512-/lnsb4jOCNFGfmG26JojB4QV29EjWew+yuy9hdxPYeTYxAcN8IGwro9/o/tFBLmVjQwp1XHPBV4jZxRWHK63xQ==} + /@lerna/cli/6.4.0: + resolution: {integrity: sha512-HYLDKEM1flTkJEGRiWFP/kOnXnvcJUNV0vlWoJbmUCPZFsSGCVEQvSshrwPxF2hABYi1m/UgHhGbWkbRUcH11Q==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/global-options': 6.3.0 + '@lerna/global-options': 6.4.0 dedent: 0.7.0 npmlog: 6.0.2 yargs: 16.2.0 @@ -4474,11 +4643,11 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/collect-uncommitted/6.3.0: - resolution: {integrity: sha512-2FgLkPBswLmx6X1opUlqXuKHsb28etdNvqsydKw72wyIIjQs17Kl9gMjHzNvVZhLgsHEgOFKBJ8dIp1C9YwxPQ==} + /@lerna/collect-uncommitted/6.4.0: + resolution: {integrity: sha512-TLL4YXgf39R/DODvsGgKIYO91ebmZlQnthA84yDnZXnEN0cCmOCEHTgvIeWFFV3UrxAUbW3ChcccwVeiWiakhA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 + '@lerna/child-process': 6.4.0 chalk: 4.1.2 npmlog: 6.0.2 dev: true @@ -4494,12 +4663,12 @@ packages: slash: 3.0.0 dev: true - /@lerna/collect-updates/6.3.0: - resolution: {integrity: sha512-sGsKBnInLgIO3ZStHuKtUr+uGTRlY+PTxoceTe7K0DEnoPuQP5YvA1fkhXUoT56StM0AjQyxnYuE46M8r+IoyA==} + /@lerna/collect-updates/6.4.0: + resolution: {integrity: sha512-szBOZCq5TiIKgdlQ/bPrvWm4DTVamHvOLdsCtx/Kp+W/2gioJL1ds7+PouJaPlQ8g7uMf5iP6s9tOxxiB459ug==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/describe-ref': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/describe-ref': 6.4.0 minimatch: 3.1.2 npmlog: 6.0.2 slash: 3.0.0 @@ -4521,15 +4690,15 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/command/6.3.0: - resolution: {integrity: sha512-EtPBiiovh7o0WlvkgXXLR+gDoV2usDCVHUrmykH+D6zKaQ4Dz+QQofDBnepxVBaESwWm8SgAXOL8t4aqnUQifg==} + /@lerna/command/6.4.0: + resolution: {integrity: sha512-aToAXY79oqnQqob0043PJ+Ae56f/XADIRpWGN45DvLmnLAOBcQdISyJCJHCFHALLEKA4f29vgaC8LFAl5J03Ag==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/package-graph': 6.3.0 - '@lerna/project': 6.3.0 - '@lerna/validation-error': 6.3.0 - '@lerna/write-log-file': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/package-graph': 6.4.0 + '@lerna/project': 6.4.0 + '@lerna/validation-error': 6.4.0 + '@lerna/write-log-file': 6.4.0 clone-deep: 4.0.1 dedent: 0.7.0 execa: 5.1.1 @@ -4554,11 +4723,11 @@ packages: semver: 7.3.7 dev: true - /@lerna/conventional-commits/6.3.0: - resolution: {integrity: sha512-6wyMDApEAn0WGHOGpfnC3O7wqhteZvr2wQymP8VLSpedeBRi+HyZspmWY8hNfVi7uce1C+JmJFN1mpPuaAVbTg==} + /@lerna/conventional-commits/6.4.0: + resolution: {integrity: sha512-rbf7FCLatthMacQUXV3o/o8KSDi0a0nXsDW7v0wNow1KFPUhK5pc0m8a4TxiXMiLDVVn0YzVNHmoP0ns2vyCnA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/validation-error': 6.3.0 + '@lerna/validation-error': 6.4.0 conventional-changelog-angular: 5.0.13 conventional-changelog-core: 4.2.4 conventional-recommended-bump: 6.1.0 @@ -4579,8 +4748,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/create-symlink/6.3.0: - resolution: {integrity: sha512-ozzPFJsYCPPedKRzEE7YuXM5sNf1BNCPahJ8mmqW1/OI8JfR00yNIrFxhjEQsuU0VSwn5dgDEWjYuEh22q/QJA==} + /@lerna/create-symlink/6.4.0: + resolution: {integrity: sha512-M4m1ujGImF9oTGGH3FK1HIHko9tG/l9bZtEfUA/Lv32d23QtKOVJ3e+iUmodHkogWI33d4UD1ORw8pROHoSH9Q==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: cmd-shim: 5.0.0 @@ -4615,14 +4784,14 @@ packages: - supports-color dev: true - /@lerna/create/6.3.0: - resolution: {integrity: sha512-VQMzfN8ZoC7v4dt/Q87f+BNe2G7xLEz8N4Yb6TVFGQevYulkLMfzU4ycQARhGdKL+lS53V2n+CivMdfM3OuTuw==} + /@lerna/create/6.4.0: + resolution: {integrity: sha512-stywh4hsKfdNm093d/Nga6Otoz+P/lxzUXmNzoo8+T6ug9o9qBQZGbYCqON4VSvJNU0htgAJ9O8RnOZqCoqw5A==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/npm-conf': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/npm-conf': 6.4.0 + '@lerna/validation-error': 6.4.0 dedent: 0.7.0 fs-extra: 9.1.0 init-package-json: 3.0.2 @@ -4648,11 +4817,11 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/describe-ref/6.3.0: - resolution: {integrity: sha512-qgpD7qLeAA9LONNFNrzkBz+nveVH0FxYaB8WHyfspjdvXpBU7GuyA6TIUT3sM0ufPhn0lu1jKji0Zq5w7RmJNg==} + /@lerna/describe-ref/6.4.0: + resolution: {integrity: sha512-hlPaz+NUCKhocL5R8c7nDc3rurcG1CGlZeWqTIz09VwU2hhXD5VGKcPJKpQQPLI2I0fzXAQoxjE5gunMUgZkfQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 + '@lerna/child-process': 6.4.0 npmlog: 6.0.2 dev: true @@ -4666,13 +4835,13 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/diff/6.3.0: - resolution: {integrity: sha512-0J9W0jPXp/b5/wtAgXyT/PIc1kqfH+Kd7gdzenZSI1uGpFHcZx8VnsCnc9Xq8B62k6YCpmw0jcW79THRWTEC3Q==} + /@lerna/diff/6.4.0: + resolution: {integrity: sha512-Ih0m+qdB17ycRTYcSqtDkhKOTqrKv3QNzOFrQlfH/f0y0ljJSaLzOzA3eRHnRG41M9jlQ8o0J2NM6PtWOodi+Q==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/validation-error': 6.4.0 npmlog: 6.0.2 dev: true @@ -4689,16 +4858,16 @@ packages: p-map: 4.0.0 dev: true - /@lerna/exec/6.3.0: - resolution: {integrity: sha512-f++DKi9MgmaY+WXhICPoied6G2BfB0U+Q6erqdsGXVfeeZcVLzuWcVckYPg6CmVHx4pvQskeV6b07zvuX5v0PQ==} + /@lerna/exec/6.4.0: + resolution: {integrity: sha512-AFz5kMoBJtRr5HK5MJIQGnW8Jp4wPFTIYPvxgNvNAFJum9skrk2bfEFUJ/e2G5imd0zSNzm7pZHzRujEcD6tJA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/filter-options': 6.3.0 - '@lerna/profiler': 6.3.0 - '@lerna/run-topologically': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/profiler': 6.4.0 + '@lerna/run-topologically': 6.4.0 + '@lerna/validation-error': 6.4.0 p-map: 4.0.0 dev: true @@ -4712,12 +4881,12 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/filter-options/6.3.0: - resolution: {integrity: sha512-hnOZxn9mUhbNU1L7F4e6IwIpp0ci3/doyLtE/46jLqgupBl33kicqI9gyoO9fYt2wt/0YSOPOILqDP6KaQc+kw==} + /@lerna/filter-options/6.4.0: + resolution: {integrity: sha512-ezKSB0eEXCnNjecZLQcUyuCOf0jQcb8JVcCncbHbjsQdP8apTnXrKPoVlMwDJ/ihWK13Z3myJcVJXfoqiuvveQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/collect-updates': 6.3.0 - '@lerna/filter-packages': 6.3.0 + '@lerna/collect-updates': 6.4.0 + '@lerna/filter-packages': 6.4.0 dedent: 0.7.0 npmlog: 6.0.2 dev: true @@ -4731,11 +4900,11 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/filter-packages/6.3.0: - resolution: {integrity: sha512-SdWO+nKkKakOtiqcBqkdPODVz1AdD4dnvCIhzE3R14k0rjX2cI+i/044qbxRWSlegqveFziiuyR5Op5kZK+68w==} + /@lerna/filter-packages/6.4.0: + resolution: {integrity: sha512-h9Z1Zy3Ihn03HIiaAutFwUMMKoV8pMHJaX1sGKqDzt3q+5TdX/TDbhzcbjo84LK3WaUCV54x3bLsm5z58HbkHA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/validation-error': 6.3.0 + '@lerna/validation-error': 6.4.0 multimatch: 5.0.0 npmlog: 6.0.2 dev: true @@ -4747,8 +4916,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/get-npm-exec-opts/6.3.0: - resolution: {integrity: sha512-OlNF2x7Q0omSGQF5YBcOadXqn3n1Dhm5m5jw2t1Z/7ryHBqobpZ0wNmFupTgQCquHX/+MDkz8pIPvG6uPlb7SQ==} + /@lerna/get-npm-exec-opts/6.4.0: + resolution: {integrity: sha512-qOu0mgWpLvpnfrSa10jci5+9GU1VcnQvMHywalY5IjpmbDT+RQjb/ELZfrWihSvx5QawVwUYXaAJ5mqRppwvfQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: npmlog: 6.0.2 @@ -4763,8 +4932,8 @@ packages: tar: 6.1.11 dev: true - /@lerna/get-packed/6.3.0: - resolution: {integrity: sha512-YFsPDErYMxd+FvLyhYGoZzheYIwyev3ygAwqfnoQ4oZzXbUCqq3jrOiI/26jyt6z32tAxMtac6Mh6u0FlbK4jw==} + /@lerna/get-packed/6.4.0: + resolution: {integrity: sha512-tqfmg301LQcQ+miGno7x0sdkAGwDfrAsFstzoh2sfYmua+rc5XBWnwpE1QUTHJOU2WHD/GPrbfQRGhwHyKCkpw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: fs-extra: 9.1.0 @@ -4785,11 +4954,11 @@ packages: - encoding dev: true - /@lerna/github-client/6.3.0: - resolution: {integrity: sha512-/ElVBT+msyiazYbG9E1w1qcWRtr53v57vy0nZwptWXRmdGSpxWyMHGFC8y+KGYyMDNaEXryAzHj0eZjI3Of/hg==} + /@lerna/github-client/6.4.0: + resolution: {integrity: sha512-0PVcyMs6vusYYddvUDaBKwHwReqNGa9HSPIYfI1EnmVUnGz2KwVI8duXuo30tZibB1jpgsDNsF8RNxnjPjmZnQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 + '@lerna/child-process': 6.4.0 '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.3 git-url-parse: 13.1.0 @@ -4809,8 +4978,8 @@ packages: - encoding dev: true - /@lerna/gitlab-client/6.3.0: - resolution: {integrity: sha512-iLPWMuK7B+ur5HZgexZrqLrmoWxJXx8QCDv7j25V8ZJmYmRkSqb0HCZHDn+ggvb0WHg+1RvUlvSUt5p+k5q9Zw==} + /@lerna/gitlab-client/6.4.0: + resolution: {integrity: sha512-1BTPV74cyBbCC+bD0QRibIkpvZUOjxk9kNC4EGb5TsXofI/5U3ePWfQUd3CKfZ5Or7gR68obwjVXvQga/Csf4A==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: node-fetch: 2.6.7 @@ -4824,8 +4993,8 @@ packages: engines: {node: '>= 10.18.0'} dev: true - /@lerna/global-options/6.3.0: - resolution: {integrity: sha512-MvG3uZFRXqvPa2iE8br5ogi/wloJYQlCa3g51BNohJcSGjZRQyg/igPS8vnRH+tOQM3dhlQSSN4TmPxlh+1vGg==} + /@lerna/global-options/6.4.0: + resolution: {integrity: sha512-YQ3i3Z0wXzYQbqEN1qQmKW8O3SQw/o+H/j9PAn7VJ1FvVJHKQryiSAUscTh3qOrRipLBds1gEdQxBOQHcr0RMw==} engines: {node: ^14.15.0 || >=16.0.0} dev: true @@ -4837,11 +5006,11 @@ packages: semver: 7.3.7 dev: true - /@lerna/has-npm-version/6.3.0: - resolution: {integrity: sha512-aaD/H1MEgSrjPvEArgSt23Eqx3YIExAzeidDHyhDMRerbs7BqKGhbsyGAybXL8tHTZcdCMVlSBAXgLMOoH8VCg==} + /@lerna/has-npm-version/6.4.0: + resolution: {integrity: sha512-01mBJtqCgbCxx7HHOXTZXQuWX+43o1hzhdjHxhkmf41vjrEKHaAAQ6NZYrzldX3vylFXByYX4ksYtvoSFuNRvQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 + '@lerna/child-process': 6.4.0 semver: 7.3.7 dev: true @@ -4859,15 +5028,15 @@ packages: p-map-series: 2.1.0 dev: true - /@lerna/import/6.3.0: - resolution: {integrity: sha512-95utKmEKZsQFanKd8BK1w9OhtYXAw9LtsO0jlD3YdacUtrZewUpxhFq9x2GI/7pxFFUSDjhJPISh2AYKucH8pQ==} + /@lerna/import/6.4.0: + resolution: {integrity: sha512-7n/9VargFVJQPNj/uwXZwkKiUSjzD4ZJ74RDRiQQk3VYm7SH37C0l8/Z7jzUR1P8K8ZXgG3di3DMuGnkW/pDpw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/prompt': 6.3.0 - '@lerna/pulse-till-done': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/prompt': 6.4.0 + '@lerna/pulse-till-done': 6.4.0 + '@lerna/validation-error': 6.4.0 dedent: 0.7.0 fs-extra: 9.1.0 p-map-series: 2.1.0 @@ -4882,12 +5051,12 @@ packages: envinfo: 7.8.1 dev: true - /@lerna/info/6.3.0: - resolution: {integrity: sha512-AwHc/Qq70+NvY6fvl4+8CLXSAj3hjB9YBOcGSxjRJ/vawL1zU9TIV3vOUx6+t0IWAK+DFgvKSrZ3a23CEef3ug==} + /@lerna/info/6.4.0: + resolution: {integrity: sha512-sQvW26EMHLGMZBwMMyu/3xq0rCnjoX1CwPfd9BevqhJqiqG/ByARN7Y//xx3R78X5/8bJINaddDYZiqn1O1bcQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/command': 6.3.0 - '@lerna/output': 6.3.0 + '@lerna/command': 6.4.0 + '@lerna/output': 6.4.0 envinfo: 7.8.1 dev: true @@ -4902,13 +5071,13 @@ packages: write-json-file: 4.3.0 dev: true - /@lerna/init/6.3.0: - resolution: {integrity: sha512-pVTuLGyC7GrdaDzUvy7Jzj9R+wCI1W7fm+VuVCEv8SR3iVao0sUCXh73jMfOIxQXGXqgpqKywp1WL4QbluhVGw==} + /@lerna/init/6.4.0: + resolution: {integrity: sha512-Gvd3K43EAb9EbgeXnAHqP+U0L0dnMtsuwqRlZK7eE12zq1XeRRNRbwPYX7C6NcskQG1rCEXdNYFfuEfjW1UGYg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/project': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/project': 6.4.0 fs-extra: 9.1.0 p-map: 4.0.0 write-json-file: 4.3.0 @@ -4925,14 +5094,14 @@ packages: slash: 3.0.0 dev: true - /@lerna/link/6.3.0: - resolution: {integrity: sha512-BeLEXdF4R8FwqVET95qXOQNHLnWTfdmcpE8pEiEXr+Gux6OEFASFt54arFLO7XMyPOSAO31wIU9ue2I+dPb/CQ==} + /@lerna/link/6.4.0: + resolution: {integrity: sha512-iwE77+W/nfbXETXpp2+T2scL/hWIIsQ2a8Vs/w3xWwaJYntNkJroyFUWnYjdTNSGuqJeUBxGOubKKUvgGGHp8w==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/command': 6.3.0 - '@lerna/package-graph': 6.3.0 - '@lerna/symlink-dependencies': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/command': 6.4.0 + '@lerna/package-graph': 6.4.0 + '@lerna/symlink-dependencies': 6.4.0 + '@lerna/validation-error': 6.4.0 p-map: 4.0.0 slash: 3.0.0 dev: true @@ -4947,14 +5116,14 @@ packages: '@lerna/output': 4.0.0 dev: true - /@lerna/list/6.3.0: - resolution: {integrity: sha512-0+T4kITNq5ojrAQ9pKBA2vSyKD9ZsTSzf13b4twDaH7qvgixP+ukTGnwWDFld3kg/5wNLjj13ZMgGXkbdnDaZw==} + /@lerna/list/6.4.0: + resolution: {integrity: sha512-PQxYzJ0PUrIlI5d2b2j0aBP08cQMXLxRpA6hua7k6uhoe0ygp4avn+Dv9CXkAj1GgdvhU61pRFTkFmlQr2RTTA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/command': 6.3.0 - '@lerna/filter-options': 6.3.0 - '@lerna/listable': 6.3.0 - '@lerna/output': 6.3.0 + '@lerna/command': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/listable': 6.4.0 + '@lerna/output': 6.4.0 dev: true /@lerna/listable/4.0.0: @@ -4966,11 +5135,11 @@ packages: columnify: 1.6.0 dev: true - /@lerna/listable/6.3.0: - resolution: {integrity: sha512-b0eytzZ8TLlovADaUDM8k0PuLhpvg7O5dblP9SWZoyFy2BkDIhbpVZQGQcoiEghEHdXhsEiYAsaVMxsEbx7+eQ==} + /@lerna/listable/6.4.0: + resolution: {integrity: sha512-g/86PO8bMYxbtV4oRS8JjeqYimtN5v5C16PIxtLEPtDK9sYx7EOCleTS1dI5FyQ1qMA4JdMU5eBPelNCtKbsYg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/query-graph': 6.3.0 + '@lerna/query-graph': 6.4.0 chalk: 4.1.2 columnify: 1.6.0 dev: true @@ -4985,8 +5154,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/log-packed/6.3.0: - resolution: {integrity: sha512-tREuXKswpbPpFX+h0wPYOX9WdytfztdiSHggmSwH8dS5dC0mpf19MYapYN8QsLFvTWiSpZAo6JASqHIlSHPIpA==} + /@lerna/log-packed/6.4.0: + resolution: {integrity: sha512-+ZbhilD/x5s9MzUGqCa43PWWlxGhANta2uQOHOwbBVkBMhCMythdcbgfO3rnfrIUU1JdQCGbUUXO5hUkm09QFA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: byte-size: 7.0.1 @@ -5003,8 +5172,8 @@ packages: pify: 5.0.0 dev: true - /@lerna/npm-conf/6.3.0: - resolution: {integrity: sha512-8wnsmwXwbA0R3lTykv/Kn9WsFpg/iK68OuqTlXi8gVJEKDKkCmUHEO+6xUZynr1cS6LOQA6Pzcu4tA0rF0vu9g==} + /@lerna/npm-conf/6.4.0: + resolution: {integrity: sha512-2T7sg6XV00hsXk2OL7PscNwRxANsllDQwwdJMT4mzTSZWxGzhwXtgJ15sZXCt+PNOUjsSvGhwZthxp555GfA8Q==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: config-chain: 1.1.13 @@ -5024,11 +5193,11 @@ packages: - supports-color dev: true - /@lerna/npm-dist-tag/6.3.0: - resolution: {integrity: sha512-ypimtgfkhMKPIpnXV+P1DQn/t0xasErujDvP23Ga51TTpwkbBVINAOV+u9CvI1jOzQ2SKHDkF6l/24D1nA5WNg==} + /@lerna/npm-dist-tag/6.4.0: + resolution: {integrity: sha512-df26FdMitwG20YViW7WXba/6N33BBHxI46RSiNEH0CNrqH4MxKztO9nVzxoxznqTOEEiXjOlUq+fKWxPKOj+hg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/otplease': 6.3.0 + '@lerna/otplease': 6.4.0 npm-package-arg: 8.1.1 npm-registry-fetch: 13.3.0 npmlog: 6.0.2 @@ -5050,12 +5219,12 @@ packages: write-pkg: 4.0.0 dev: true - /@lerna/npm-install/6.3.0: - resolution: {integrity: sha512-HGmAN38t3SdO9G5UCjnBYofU8Ng/zp8bwSY1o/GjhGn8JrXY7C+buQ/C5Lvtk6RUEMIGoMdbURLuShPEnH77Gw==} + /@lerna/npm-install/6.4.0: + resolution: {integrity: sha512-F5YciWIq17SVXy4sFaPmHBv7C4IwBK6CbSot/aHAfBw0m7pDAwuTjMXwX14wfLqRsSpYbKOzT5xTWn6RaH9+nw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/get-npm-exec-opts': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/get-npm-exec-opts': 6.4.0 fs-extra: 9.1.0 npm-package-arg: 8.1.1 npmlog: 6.0.2 @@ -5080,12 +5249,12 @@ packages: - supports-color dev: true - /@lerna/npm-publish/6.3.0: - resolution: {integrity: sha512-V25wNY7xl96kOgV1ObNliS+i+lic8FOuZUm+A0Xy1chuAFRNYIPpQVe4S/0aimRRgeishoU+2bJYTqP+JNQdoQ==} + /@lerna/npm-publish/6.4.0: + resolution: {integrity: sha512-E8tz5HvPoO0Rt8gcDRV4W4Z/Bnv3uVeKyNQYa4w5GCHEWb7f2oHOicDkjafN2dRjYr1a3X1v4k8grB8gUItnCw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/otplease': 6.3.0 - '@lerna/run-lifecycle': 6.3.0 + '@lerna/otplease': 6.4.0 + '@lerna/run-lifecycle': 6.4.0 fs-extra: 9.1.0 libnpmpublish: 6.0.4 npm-package-arg: 8.1.1 @@ -5106,12 +5275,12 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/npm-run-script/6.3.0: - resolution: {integrity: sha512-vzFtHABhFlvp5ehRHe7rAZlHOpItCPhixmli7kv1ULrPyoflnHRF7hQSQH0G/vPOQ+5Kf8pAWJ6YlmMRwG3bGA==} + /@lerna/npm-run-script/6.4.0: + resolution: {integrity: sha512-ebNX56fFLPm2+WZYo9s+zGk9l2axnoe1qwOqTvHHx9i+7aV630rm6nl9IgI6ivpt6zVPgWvVdU9ez+6bcopQuw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 - '@lerna/get-npm-exec-opts': 6.3.0 + '@lerna/child-process': 6.4.0 + '@lerna/get-npm-exec-opts': 6.4.0 npmlog: 6.0.2 dev: true @@ -5122,11 +5291,11 @@ packages: '@lerna/prompt': 4.0.0 dev: true - /@lerna/otplease/6.3.0: - resolution: {integrity: sha512-fEsaI3oehsxQ4wFXmtYzuVjNUigKMN10HorUsXZlsoZGJ+M+l5KbHUYbwjMjSqmxqqWLXCvsNi9eRKAqJegjnQ==} + /@lerna/otplease/6.4.0: + resolution: {integrity: sha512-IoI8MeVk1GaBDVCc//GDqLrVh/OziMXhocjxcdh54NS5D2vtXu4BEVThjJMzsQI9svIfUsQurF/mL7xsFfxKdQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/prompt': 6.3.0 + '@lerna/prompt': 6.4.0 dev: true /@lerna/output/4.0.0: @@ -5136,8 +5305,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/output/6.3.0: - resolution: {integrity: sha512-T88KWZYMbpdODbV6mrdDdlVKS7SUHKyJ1TcfjVl1c+RXWaks9v4m027zPZF4KE4qy89FGD23pqWUiUQewc7hIQ==} + /@lerna/output/6.4.0: + resolution: {integrity: sha512-J9mS9lx+qZbuKZvvkxk39osuPK4FV2sLxtR+9EBXAVu39AXYb8DMsN8S6KLXt0ff+XbIr3m6xQRf4c0hTu0P1A==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: npmlog: 6.0.2 @@ -5156,14 +5325,14 @@ packages: temp-write: 4.0.0 dev: true - /@lerna/pack-directory/6.3.0: - resolution: {integrity: sha512-3gYvmc/jLvSsXUI/zvp28mrXGkk1Yu/QshJKKxrI4b3B6m9OWzxAmGpK/pwvoNEe/iwcOFD3ZB4um7jcLW6U9A==} + /@lerna/pack-directory/6.4.0: + resolution: {integrity: sha512-gKWtBhRbI0e6+3kqIogqg0K6QxnNrvJMGDTFkyvVRhKmH4tNEpeKhBM4yNtJdTGIOcm+Tu9IKzm+nkk6r0GzHQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/get-packed': 6.3.0 - '@lerna/package': 6.3.0 - '@lerna/run-lifecycle': 6.3.0 - '@lerna/temp-write': 6.3.0 + '@lerna/get-packed': 6.4.0 + '@lerna/package': 6.4.0 + '@lerna/run-lifecycle': 6.4.0 + '@lerna/temp-write': 6.4.0 npm-packlist: 5.1.1 npmlog: 6.0.2 tar: 6.1.11 @@ -5183,12 +5352,12 @@ packages: semver: 7.3.7 dev: true - /@lerna/package-graph/6.3.0: - resolution: {integrity: sha512-79S4DzxL4tkADAtSRgZ7o7mHdaWU9QN75UrxBnMjw/5KvBgX/o5r59FpAKxLHEFgo3fLbVHXxyGpPNBT/8ikpg==} + /@lerna/package-graph/6.4.0: + resolution: {integrity: sha512-3Z1IyexsjNV/uGK8hfvUCcwP7je+MFXTxG33malZBKi9a7hEhV0ssb29ZKwetjtkCqefsVUNFTjyn7DR1YSjzg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/prerelease-id-from-version': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/prerelease-id-from-version': 6.4.0 + '@lerna/validation-error': 6.4.0 npm-package-arg: 8.1.1 npmlog: 6.0.2 semver: 7.3.7 @@ -5203,8 +5372,8 @@ packages: write-pkg: 4.0.0 dev: true - /@lerna/package/6.3.0: - resolution: {integrity: sha512-u/m7Kvs72SqWchIOX2sTZAI87bcgUAUXEmCdwt5lnT50w3LADr57OtPJh8UhBW7SmdLgDoz3SsTLc5psZi12lw==} + /@lerna/package/6.4.0: + resolution: {integrity: sha512-/nYlPQbsypYJHLcQSptIAa1oGXoTyjSyk9uH9PW/YVl6SywqcNinT72OPAEfKgpl+61swzz/NPqdoAiPr/s3Sg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: load-json-file: 6.2.0 @@ -5219,8 +5388,8 @@ packages: semver: 7.3.7 dev: true - /@lerna/prerelease-id-from-version/6.3.0: - resolution: {integrity: sha512-kyGOMEdtYzG2luhg26uIy9fsnyHO70Uu3KW2C92D4UI9oTLYqfbf8o5pCa3d3GifOMoRmYf9OzJtJitERYAyOw==} + /@lerna/prerelease-id-from-version/6.4.0: + resolution: {integrity: sha512-D3P5O4y7C7t4mutsTGynAJ4JwDy4QR/mJGBRpzSCb/W9o3p/oS9BHNAWuoADPOMVCs/VDVc5omH8CKO6tYP8gQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: semver: 7.3.7 @@ -5235,8 +5404,8 @@ packages: upath: 2.0.1 dev: true - /@lerna/profiler/6.3.0: - resolution: {integrity: sha512-KzV3bI9/17YRXaiGZankkTg9FZotliUYfUaz4WhL/iSjYwx8sHD7GicsNQD2wMtkyNCfR/OsZ0jVDs9B7d0qPw==} + /@lerna/profiler/6.4.0: + resolution: {integrity: sha512-YmsmJj0mb4gefa3Px0EoiRAVjmorz5rym7BZut3nWmn41paebRKeQkMlpZDxUQo37N3b8b/UpBdMZNzlHfDb4g==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: fs-extra: 9.1.0 @@ -5262,12 +5431,12 @@ packages: write-json-file: 4.3.0 dev: true - /@lerna/project/6.3.0: - resolution: {integrity: sha512-ZDMl2GYDyCw4bCdcLFyvg4b3txLor1u3rqvZdhfhjLMDD8alZ56IItSEIR//dpI0jSLVGBFe214ZC5hFz/GrpA==} + /@lerna/project/6.4.0: + resolution: {integrity: sha512-LDA6qo4pYxhUKUtKArLS6Nw+cx7h4timzssf2goKJvJtlTDMslRXYbPGHHgbmTKuqRL3whfNFLVhLjnY2tq9ew==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/package': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/package': 6.4.0 + '@lerna/validation-error': 6.4.0 cosmiconfig: 7.0.1 dedent: 0.7.0 dot-prop: 6.0.1 @@ -5289,8 +5458,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/prompt/6.3.0: - resolution: {integrity: sha512-Q3b0xFRTrustHwvAuQUIh6c6ZTL3WyuwvymPlC7PaeW4BKVLZoK1lAjMyypDLFiEApp0GadNmOAMXJdAdw3Vtg==} + /@lerna/prompt/6.4.0: + resolution: {integrity: sha512-tQ8NcRZDqIOhohOPh5rL2WpY/7KQBZqi1yYeC89UP+Syxfsd333NtuG+EHQ/f2duMQuuGclBmTIce5empaejxQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: inquirer: 8.2.4 @@ -5335,29 +5504,29 @@ packages: - supports-color dev: true - /@lerna/publish/6.3.0_nx@15.3.3+typescript@4.9.4: - resolution: {integrity: sha512-RZQBsD72wCQnzku8U1ov0kTvM8fkyzmuqI6m4tyrWtSGzNk8iALzJ8dBUD8DHkvcauLrdqB4HTKC2IPACeuFqg==} + /@lerna/publish/6.4.0_nx@15.4.4+typescript@4.9.4: + resolution: {integrity: sha512-8TQSB794jjRejC3OPiTs81v3rv3DhNrkrbgFOrASx4suvH1SHsJKRXSS4xsCLiyv9b8NzodxfCPmSriOAhynUw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/check-working-tree': 6.3.0 - '@lerna/child-process': 6.3.0 - '@lerna/collect-updates': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/describe-ref': 6.3.0 - '@lerna/log-packed': 6.3.0 - '@lerna/npm-conf': 6.3.0 - '@lerna/npm-dist-tag': 6.3.0 - '@lerna/npm-publish': 6.3.0 - '@lerna/otplease': 6.3.0 - '@lerna/output': 6.3.0 - '@lerna/pack-directory': 6.3.0 - '@lerna/prerelease-id-from-version': 6.3.0 - '@lerna/prompt': 6.3.0 - '@lerna/pulse-till-done': 6.3.0 - '@lerna/run-lifecycle': 6.3.0 - '@lerna/run-topologically': 6.3.0 - '@lerna/validation-error': 6.3.0 - '@lerna/version': 6.3.0_nx@15.3.3+typescript@4.9.4 + '@lerna/check-working-tree': 6.4.0 + '@lerna/child-process': 6.4.0 + '@lerna/collect-updates': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/describe-ref': 6.4.0 + '@lerna/log-packed': 6.4.0 + '@lerna/npm-conf': 6.4.0 + '@lerna/npm-dist-tag': 6.4.0 + '@lerna/npm-publish': 6.4.0 + '@lerna/otplease': 6.4.0 + '@lerna/output': 6.4.0 + '@lerna/pack-directory': 6.4.0 + '@lerna/prerelease-id-from-version': 6.4.0 + '@lerna/prompt': 6.4.0 + '@lerna/pulse-till-done': 6.4.0 + '@lerna/run-lifecycle': 6.4.0 + '@lerna/run-topologically': 6.4.0 + '@lerna/validation-error': 6.4.0 + '@lerna/version': 6.4.0_nx@15.4.4+typescript@4.9.4 fs-extra: 9.1.0 libnpmaccess: 6.0.3 npm-package-arg: 8.1.1 @@ -5382,8 +5551,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/pulse-till-done/6.3.0: - resolution: {integrity: sha512-VldNIj5TD75ymvCCip81c9s4hlzd52WRpRvYRV2I5i5yTNmSOQbL+8CBdBs1AWVySpRIx7IrUFJFDsCIHYPsfw==} + /@lerna/pulse-till-done/6.4.0: + resolution: {integrity: sha512-Di7KLRAoRBN0rag5jDbZlV9WpH+a3L50AIIasSEr2vwMd/w/vPdRAyJ8uJ6zwAUdTyYYxIpeFL43IaMFtH6zeQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: npmlog: 6.0.2 @@ -5396,11 +5565,11 @@ packages: '@lerna/package-graph': 4.0.0 dev: true - /@lerna/query-graph/6.3.0: - resolution: {integrity: sha512-6hnJQiqboRU1yDHGjlDgTAb/y7KUn1NxhwYxU6LQxxitvRhIa7k1abigJpyncmfX8plaof77pIA6gNYgKgdk5A==} + /@lerna/query-graph/6.4.0: + resolution: {integrity: sha512-nh+NeYBs21qKwsJmYT1aa+LG5Q1LVLOgyW25cR3lsTvibtGccrua19nt97Va9Seuknnvz8/UkQ0LUrz8eSXjqw==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/package-graph': 6.3.0 + '@lerna/package-graph': 6.4.0 dev: true /@lerna/resolve-symlink/4.0.0: @@ -5412,8 +5581,8 @@ packages: read-cmd-shim: 2.0.0 dev: true - /@lerna/resolve-symlink/6.3.0: - resolution: {integrity: sha512-q63uQreQvzBOPPnaZYXMjJgmmBZP3HlBNSGIb15ZdpNbKbehg/+ysnwcYOkNDSDwSjUx/MtZ+sVRjK42/z8BFQ==} + /@lerna/resolve-symlink/6.4.0: + resolution: {integrity: sha512-fFNrsGN5VxOERBezz9c2EzxdZO/eG6nf8sKzWq8MnbABeVsAxaUb6gAcMtvXxCP+qGCH0ECJIbv16CyrkelgcA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: fs-extra: 9.1.0 @@ -5431,11 +5600,11 @@ packages: rimraf: 3.0.2 dev: true - /@lerna/rimraf-dir/6.3.0: - resolution: {integrity: sha512-+CMkQzYgJa4YYXxrPeN1nvRL3Oa2Uve+9cKWaJQh9gCyZudR0rTO5CHgvjm+NIoaDBC+zHMUj+i1ZEHqK+R/lg==} + /@lerna/rimraf-dir/6.4.0: + resolution: {integrity: sha512-p1kPWlnYg6otbfMN95ojZPPLK+r+FE2EvaxCIMHJIYPo5rmdhYg+07uUASck+de/AuRgqpT5OGmjrAauRpWxeA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/child-process': 6.3.0 + '@lerna/child-process': 6.4.0 npmlog: 6.0.2 path-exists: 4.0.0 rimraf: 3.0.2 @@ -5450,11 +5619,11 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/run-lifecycle/6.3.0: - resolution: {integrity: sha512-v9eUqh0lzVqADWYIEiOjBvvQDeZlSA3LMMZfyT4iJFu+vh5bC1l5LYEU1votlrsRpU8y1moXhRM7w4Bq9sM77w==} + /@lerna/run-lifecycle/6.4.0: + resolution: {integrity: sha512-45r4VfSK+EwC6emVEzIidTglFlRSUlr/jmfHnZt5wWdY8laGGf21zs0g70w9tgdXW5J6PQmjgoAnoUAafbn5aA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/npm-conf': 6.3.0 + '@lerna/npm-conf': 6.4.0 '@npmcli/run-script': 4.1.7 npmlog: 6.0.2 p-queue: 6.6.2 @@ -5471,11 +5640,11 @@ packages: p-queue: 6.6.2 dev: true - /@lerna/run-topologically/6.3.0: - resolution: {integrity: sha512-fANp3x59wHt8DdyAUbGgWKDboN0EpSr3eZ6zzgrPJ/tYyZBeEdxdN3hh6wZdijtEOAIV1xnBrdInwrzHWAuoXw==} + /@lerna/run-topologically/6.4.0: + resolution: {integrity: sha512-Wwsg2JhckeQKeHJdCHV6yZQh1akLcMAvVBEWpAmEEM1Kyb4hsUI/1LEexjexddjOmz8ZDjBH9uhuj5FE5q2qmg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/query-graph': 6.3.0 + '@lerna/query-graph': 6.4.0 p-queue: 6.6.2 dev: true @@ -5494,20 +5663,25 @@ packages: p-map: 4.0.0 dev: true - /@lerna/run/6.3.0: - resolution: {integrity: sha512-ee2xa5siTar28Tmug1omMD6QPdN2ltcuKFYVu/k3uNo9MvhmJzssmk85BnkDcP1ZHoJK2jciAAFeyOU5JukyZQ==} + /@lerna/run/6.4.0: + resolution: {integrity: sha512-tJ0TbcR9mG0IcaWahT2rm4RTpHdYgwRNEv/NHE/MuckNGew7D8D+IAyOHtV4dCc7hc1ccbWFD1QioEiSKmd3ag==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/command': 6.3.0 - '@lerna/filter-options': 6.3.0 - '@lerna/npm-run-script': 6.3.0 - '@lerna/output': 6.3.0 - '@lerna/profiler': 6.3.0 - '@lerna/run-topologically': 6.3.0 - '@lerna/timer': 6.3.0 - '@lerna/validation-error': 6.3.0 + '@lerna/command': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/npm-run-script': 6.4.0 + '@lerna/output': 6.4.0 + '@lerna/profiler': 6.4.0 + '@lerna/run-topologically': 6.4.0 + '@lerna/timer': 6.4.0 + '@lerna/validation-error': 6.4.0 fs-extra: 9.1.0 + nx: 15.4.4 p-map: 4.0.0 + transitivePeerDependencies: + - '@swc-node/register' + - '@swc/core' + - debug dev: true /@lerna/symlink-binary/4.0.0: @@ -5520,12 +5694,12 @@ packages: p-map: 4.0.0 dev: true - /@lerna/symlink-binary/6.3.0: - resolution: {integrity: sha512-KEJo0W3ifwUT5K23nDuSm6+1LYkmvvOCtoQFKfDebRD1PJ1mBX7GLET/0k3/Fss6VZBvVO7kBrR3XRM40V/eaw==} + /@lerna/symlink-binary/6.4.0: + resolution: {integrity: sha512-PwIaSD4pbBv/E5ulGE1dTOOOzpyec4jT1QHEeVfYOQNJKn3rh7Rx8B/PFN58pHuuUtUrLbb/Qajt02LYqdT1Dg==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/create-symlink': 6.3.0 - '@lerna/package': 6.3.0 + '@lerna/create-symlink': 6.4.0 + '@lerna/package': 6.4.0 fs-extra: 9.1.0 p-map: 4.0.0 dev: true @@ -5542,20 +5716,20 @@ packages: p-map-series: 2.1.0 dev: true - /@lerna/symlink-dependencies/6.3.0: - resolution: {integrity: sha512-Ur0YoBF61/MYgoHAzUQL8yBtmHJ7zZPBbalVXoJjqlLuXKvxGUaiNpU4B5FF3+ihe8s8veoGwHRG2iKy1srYjQ==} + /@lerna/symlink-dependencies/6.4.0: + resolution: {integrity: sha512-ivaBmPqKUb956K3gnH+0FrI0xMqiATu6grJmHNvYSixgKyS3eE694FGRwv3Fgm5a/e0TZ9FlbkPgBR+h78D3nA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/create-symlink': 6.3.0 - '@lerna/resolve-symlink': 6.3.0 - '@lerna/symlink-binary': 6.3.0 + '@lerna/create-symlink': 6.4.0 + '@lerna/resolve-symlink': 6.4.0 + '@lerna/symlink-binary': 6.4.0 fs-extra: 9.1.0 p-map: 4.0.0 p-map-series: 2.1.0 dev: true - /@lerna/temp-write/6.3.0: - resolution: {integrity: sha512-lO16B55xj6+ETrM6adggdKj1MPrCZkIDrshbaLKqEVNHLAo+rd6SkhHVyvKT1oP9+BIX10q3yL/bc/szU+euUg==} + /@lerna/temp-write/6.4.0: + resolution: {integrity: sha512-73sVS9SIIulRUip8jAbhkQ8NuXN++cuRqbENPU6+P2Z9l98L1qHdIVY2gzEPZgk8nKhIDc50vkHkIpIABukY4Q==} dependencies: graceful-fs: 4.2.10 is-stream: 2.0.1 @@ -5569,8 +5743,8 @@ packages: engines: {node: '>= 10.18.0'} dev: true - /@lerna/timer/6.3.0: - resolution: {integrity: sha512-BRB5RI2dYSD4TGPbjablUBJNqQHOjdtfqksfSFWRGUHZvRgMmYyDNocQp+mYZO6PPAEuCRpdf5Me3zNlDOtacw==} + /@lerna/timer/6.4.0: + resolution: {integrity: sha512-8A8El4Z6J7RGShXWZOxwvZIUfyWsQ4WCm0ZZgaw/nUhSJhMl5H4LEmHW5j8+rE8awr7OovNEGTzc5FwbHWrYlg==} engines: {node: ^14.15.0 || >=16.0.0} dev: true @@ -5581,8 +5755,8 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/validation-error/6.3.0: - resolution: {integrity: sha512-XLfMZxxfzql56joLpiLNR0KeivpsYkhJByB11zcWLjErT0HOA/zCRJfJ24vgpyzi5JgFIEpkUZYlsawBuQnfYQ==} + /@lerna/validation-error/6.4.0: + resolution: {integrity: sha512-lsfZMp8/DuwTUGJUNOOAlW/tuhj/wqprqQL+KH1rd/53zYx5rglZnQBiyHndS1SsV2FSj0JPZtvuO89o5qEInA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: npmlog: 6.0.2 @@ -5622,25 +5796,25 @@ packages: - encoding dev: true - /@lerna/version/6.3.0_nx@15.3.3+typescript@4.9.4: - resolution: {integrity: sha512-KUJPOiLbPjGHFe4IXxsNSqw3hJJlinrc4bhXklQWGd/OvKjJwTI57/ZeO3ALJIKcRnS57DnPqQCgwr9zZ4UIrw==} + /@lerna/version/6.4.0_nx@15.4.4+typescript@4.9.4: + resolution: {integrity: sha512-E5+8s0IMrQA9LEKo3npV/VRBZCgD7a3ZLPSlloX3SAFT9ZRJOE/RC1ajLxomL4q2StafuEriLH3cYujOBOAefA==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: - '@lerna/check-working-tree': 6.3.0 - '@lerna/child-process': 6.3.0 - '@lerna/collect-updates': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/conventional-commits': 6.3.0 - '@lerna/github-client': 6.3.0 - '@lerna/gitlab-client': 6.3.0 - '@lerna/output': 6.3.0 - '@lerna/prerelease-id-from-version': 6.3.0 - '@lerna/prompt': 6.3.0 - '@lerna/run-lifecycle': 6.3.0 - '@lerna/run-topologically': 6.3.0 - '@lerna/temp-write': 6.3.0 - '@lerna/validation-error': 6.3.0 - '@nrwl/devkit': 15.3.3_nx@15.3.3+typescript@4.9.4 + '@lerna/check-working-tree': 6.4.0 + '@lerna/child-process': 6.4.0 + '@lerna/collect-updates': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/conventional-commits': 6.4.0 + '@lerna/github-client': 6.4.0 + '@lerna/gitlab-client': 6.4.0 + '@lerna/output': 6.4.0 + '@lerna/prerelease-id-from-version': 6.4.0 + '@lerna/prompt': 6.4.0 + '@lerna/run-lifecycle': 6.4.0 + '@lerna/run-topologically': 6.4.0 + '@lerna/temp-write': 6.4.0 + '@lerna/validation-error': 6.4.0 + '@nrwl/devkit': 15.4.4_nx@15.4.4+typescript@4.9.4 chalk: 4.1.2 dedent: 0.7.0 load-json-file: 6.2.0 @@ -5669,8 +5843,8 @@ packages: write-file-atomic: 3.0.3 dev: true - /@lerna/write-log-file/6.3.0: - resolution: {integrity: sha512-Bmb0Z8qaWS47asssdtYY8E73oT4D2jd3LgBiqz6T738woPQcrh+H2L/2Japg95io53XLClBKh6rrfXhFDcdM5g==} + /@lerna/write-log-file/6.4.0: + resolution: {integrity: sha512-cH9Lqtj6zjPTghaDqbJy3r/2q0CGWwIdcVTi/22gCwYQwZpavhJAr0BxgS2du4EK5a5iccHUj4dZXVFchQY0mQ==} engines: {node: ^14.15.0 || >=16.0.0} dependencies: npmlog: 6.0.2 @@ -5971,36 +6145,36 @@ packages: - supports-color dev: true - /@nrwl/cli/15.3.3: - resolution: {integrity: sha512-ZWTmVP9H3ukppWWGaS/s3Nym2nOYgnt6eHtuUFNsroz8LesG5oFAJviOz9jDEM/b+pLIrvYfU5aAGZqrtM3Z2A==} + /@nrwl/cli/15.4.4: + resolution: {integrity: sha512-29f1No6eJAZczwVsJTjujyE40Lav6iwkfwTxnoiTUWaHHw9S95a8dMXelUB/BT2Tyf7OOFpwWZMXtDcRktrgGA==} dependencies: - nx: 15.3.3 + nx: 15.4.4 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/devkit/15.3.3_nx@15.3.3+typescript@4.9.4: - resolution: {integrity: sha512-48R9HAp6r6umWNXTlVTMsH94YYjU/XUPLDTtXBgKESMVbdq8Fk+HDHuN0thXG5dL6DFkXgD0MICLm3jSQU6xMw==} + /@nrwl/devkit/15.4.4_nx@15.4.4+typescript@4.9.4: + resolution: {integrity: sha512-/kDPYyiwRfvtJReE7DrzK/hMtbuhUpO4HQm+TeJvMuxMwCeqSJQP930GUipRqGUfH5aVkbSBkEaa50F7dLE+kg==} peerDependencies: nx: '>= 14 <= 16' dependencies: '@phenomnomnominal/tsquery': 4.1.1_typescript@4.9.4 ejs: 3.1.8 ignore: 5.2.0 - nx: 15.3.3 + nx: 15.4.4 semver: 7.3.4 tslib: 2.4.0 transitivePeerDependencies: - typescript dev: true - /@nrwl/tao/15.3.3: - resolution: {integrity: sha512-f9+VwhlJ/7TWpjHSgoUOAA067uP9DmzABMY9HC5OREEDaCx+rzYEvbLAPv6cXzWw+6IYM6cyKw0zWSQrdEVrWg==} + /@nrwl/tao/15.4.4: + resolution: {integrity: sha512-ekPYVpz1y3XlCPu6UkQfcpwyNHQ0SsXMN8omB4MPTSknvEhKmcVOPG3Kr4W9fk1UjmBr58ItAGmtx2sjVMH7XQ==} hasBin: true dependencies: - nx: 15.3.3 + nx: 15.4.4 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6494,15 +6668,15 @@ packages: resolution: {integrity: sha512-hjYfjOLQBNDzqPD5AkGJOD7j+uvFwGocDTmwNqmLCWR5EY7BDtcOtDY2M+91v/twYWWNvI7N8UNIgojCPNgzMA==} dev: true - /@stylelint/postcss-css-in-js/0.38.0_ryeeqdz73dmnun3unz5nxq65vi: + /@stylelint/postcss-css-in-js/0.38.0_britvnvafsaqvp7ihzdwtiasju: resolution: {integrity: sha512-XOz5CAe49kS95p5yRd+DAIWDojTjfmyAQ4bbDlXMdbZTQ5t0ThjSLvWI6JI2uiS7MFurVBkZ6zUqcimzcLTBoQ==} peerDependencies: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: - '@babel/core': 7.18.9 - postcss: 8.4.14 - postcss-syntax: 0.36.2_postcss@8.4.14 + '@babel/core': 7.20.7 + postcss: 8.4.20 + postcss-syntax: 0.36.2_postcss@8.4.20 transitivePeerDependencies: - supports-color dev: true @@ -6676,7 +6850,7 @@ packages: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.20.7 dev: true /@svgr/hast-util-to-babel-ast/6.3.0: @@ -6691,7 +6865,7 @@ packages: resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.20.7 '@svgr/babel-preset': 5.5.0 '@svgr/hast-util-to-babel-ast': 5.5.0 svg-parser: 2.0.4 @@ -6739,10 +6913,10 @@ packages: resolution: {integrity: sha512-LjepnS/BSAvelnOnnzr6Gg0GcpLmnZ9ThGFK5WJtm1xOqdBE/1IACZU7MMdVzjyUkfFqGz87eRE4hFaSLiUwYg==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.18.9 - '@babel/plugin-transform-react-constant-elements': 7.18.9_@babel+core@7.18.9 - '@babel/preset-env': 7.11.0_@babel+core@7.18.9 - '@babel/preset-react': 7.10.4_@babel+core@7.18.9 + '@babel/core': 7.20.7 + '@babel/plugin-transform-react-constant-elements': 7.18.9_@babel+core@7.20.7 + '@babel/preset-env': 7.11.0_@babel+core@7.20.7 + '@babel/preset-react': 7.10.4_@babel+core@7.20.7 '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -7098,8 +7272,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/jest/29.2.4: - resolution: {integrity: sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==} + /@types/jest/29.2.5: + resolution: {integrity: sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==} dependencies: expect: 29.3.1 pretty-format: 29.3.1 @@ -7124,10 +7298,6 @@ packages: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} dev: true - /@types/json5/0.0.29: - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - dev: true - /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: @@ -7278,7 +7448,7 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 29.2.4 + '@types/jest': 29.2.5 dev: true /@types/tough-cookie/4.0.2: @@ -7319,7 +7489,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.36.1_vv6um7mf7z6wh53hrr4rwmqkky: + /@typescript-eslint/eslint-plugin/5.36.1_nfrwbcaoefngb5umesrjte6oqm: resolution: {integrity: sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7330,12 +7500,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.36.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.36.1_iukboom6ndih5an6iafl45j2fe '@typescript-eslint/scope-manager': 5.36.1 - '@typescript-eslint/type-utils': 5.36.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/utils': 5.36.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/type-utils': 5.36.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.36.1_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -7346,8 +7516,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.47.1_txmweb6yn7coi7nfrp22gpyqmy: - resolution: {integrity: sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==} + /@typescript-eslint/eslint-plugin/5.48.0_k73wpmdolxikpyqun3p36akaaq: + resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -7357,12 +7527,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/type-utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/type-utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -7373,7 +7543,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.36.1_lzzuuodtsqwxnvqeq4g4likcqa: + /@typescript-eslint/parser/5.36.1_iukboom6ndih5an6iafl45j2fe: resolution: {integrity: sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7387,14 +7557,14 @@ packages: '@typescript-eslint/types': 5.36.1 '@typescript-eslint/typescript-estree': 5.36.1_typescript@4.9.4 debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==} + /@typescript-eslint/parser/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -7403,11 +7573,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color @@ -7421,15 +7591,15 @@ packages: '@typescript-eslint/visitor-keys': 5.36.1 dev: true - /@typescript-eslint/scope-manager/5.47.1: - resolution: {integrity: sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==} + /@typescript-eslint/scope-manager/5.48.0: + resolution: {integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/visitor-keys': 5.47.1 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 dev: true - /@typescript-eslint/type-utils/5.36.1_lzzuuodtsqwxnvqeq4g4likcqa: + /@typescript-eslint/type-utils/5.36.1_iukboom6ndih5an6iafl45j2fe: resolution: {integrity: sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7440,17 +7610,17 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.36.1_typescript@4.9.4 - '@typescript-eslint/utils': 5.36.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/utils': 5.36.1_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==} + /@typescript-eslint/type-utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -7459,10 +7629,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 - '@typescript-eslint/utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: @@ -7474,8 +7644,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.47.1: - resolution: {integrity: sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==} + /@typescript-eslint/types/5.48.0: + resolution: {integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -7500,8 +7670,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4: - resolution: {integrity: sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==} + /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.4: + resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -7509,8 +7679,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/visitor-keys': 5.47.1 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -7521,7 +7691,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.36.1_lzzuuodtsqwxnvqeq4g4likcqa: + /@typescript-eslint/utils/5.36.1_iukboom6ndih5an6iafl45j2fe: resolution: {integrity: sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7531,28 +7701,28 @@ packages: '@typescript-eslint/scope-manager': 5.36.1 '@typescript-eslint/types': 5.36.1 '@typescript-eslint/typescript-estree': 5.36.1_typescript@4.9.4 - eslint: 8.30.0 + eslint: 8.31.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==} + /@typescript-eslint/utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 - eslint: 8.30.0 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + eslint: 8.31.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 semver: 7.3.7 transitivePeerDependencies: - supports-color @@ -7567,11 +7737,11 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.47.1: - resolution: {integrity: sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==} + /@typescript-eslint/visitor-keys/5.48.0: + resolution: {integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.1 + '@typescript-eslint/types': 5.48.0 eslint-visitor-keys: 3.3.0 dev: true @@ -7630,9 +7800,9 @@ packages: '@umijs/bundler-utils': 4.0.40 '@umijs/utils': 4.0.40 enhanced-resolve: 5.9.3 - postcss: 8.4.14 - postcss-flexbugs-fixes: 5.0.2_postcss@8.4.14 - postcss-preset-env: 7.5.0_postcss@8.4.14 + postcss: 8.4.20 + postcss-flexbugs-fixes: 5.0.2_postcss@8.4.20 + postcss-preset-env: 7.5.0_postcss@8.4.20 transitivePeerDependencies: - supports-color dev: true @@ -7661,6 +7831,18 @@ packages: - supports-color dev: true + /@umijs/bundler-utils/4.0.42: + resolution: {integrity: sha512-cXhMyCiSK/Otg5nkeDJuDeRS84KqFoSR14BTtKkRCH6N3Dk9Xp2q8zXne9DNdQx7HUvb6s1pmA6Pc9S1mzNp5g==} + dependencies: + '@umijs/utils': 4.0.42 + esbuild: 0.15.18 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.0.1 + spdy: 4.0.2 + transitivePeerDependencies: + - supports-color + dev: true + /@umijs/bundler-vite/4.0.40_ovmyjmuuyckt3r3gpaexj2onji: resolution: {integrity: sha512-Y4h/UrocEZAr3I2borbL6F6Dc3tBYKSVEsY6THTkYyn2YG9IhMZWbnAYWl4PUdbT4jwKvNeFrqMt12cooPfhkQ==} hasBin: true @@ -7743,8 +7925,8 @@ packages: fork-ts-checker-webpack-plugin: 7.2.4_typescript@4.9.4 jest-worker: 27.5.1 node-libs-browser: 2.2.1 - postcss: 8.4.14 - postcss-preset-env: 7.5.0_postcss@8.4.14 + postcss: 8.4.20 + postcss-preset-env: 7.5.0_postcss@8.4.20 react-error-overlay: 6.0.9 react-refresh: 0.14.0 transitivePeerDependencies: @@ -7794,20 +7976,20 @@ packages: query-string: 6.14.1 dev: true - /@umijs/lint/4.0.40_75pwvd6nfce5ny3mipyxlsgzxm: + /@umijs/lint/4.0.40_kudefufnb5v4dzpyosesvz63ky: resolution: {integrity: sha512-f8Yvkv3b64O4kPfKMOZu8T39GDP9zJHEdwjwFtnAQZsqFhPjQcfLiH2bNNyY2BQcBES7UyBfqsTy7aJcWijh/A==} dependencies: '@babel/core': 7.18.9 - '@babel/eslint-parser': 7.18.9_kcnv7wy3bnxb6dotllwuslv2ui - '@stylelint/postcss-css-in-js': 0.38.0_ryeeqdz73dmnun3unz5nxq65vi - '@typescript-eslint/eslint-plugin': 5.36.1_vv6um7mf7z6wh53hrr4rwmqkky - '@typescript-eslint/parser': 5.36.1_lzzuuodtsqwxnvqeq4g4likcqa + '@babel/eslint-parser': 7.18.9_ecuwrkae2uwkfviouaar3whtl4 + '@stylelint/postcss-css-in-js': 0.38.0_britvnvafsaqvp7ihzdwtiasju + '@typescript-eslint/eslint-plugin': 5.36.1_nfrwbcaoefngb5umesrjte6oqm + '@typescript-eslint/parser': 5.36.1_iukboom6ndih5an6iafl45j2fe '@umijs/babel-preset-umi': 4.0.40 - eslint-plugin-jest: 26.1.5_54k7vkgxhagi2b4vrtjvtoyvbi - eslint-plugin-react: 7.29.4_eslint@8.30.0 - eslint-plugin-react-hooks: 4.5.0_eslint@8.30.0 - postcss: 8.4.14 - postcss-syntax: 0.36.2_postcss@8.4.14 + eslint-plugin-jest: 26.1.5_kbziwprxdgqfj7rwdqv5hzt3cu + eslint-plugin-react: 7.29.4_eslint@8.31.0 + eslint-plugin-react-hooks: 4.5.0_eslint@8.31.0 + postcss: 8.4.20 + postcss-syntax: 0.36.2_postcss@8.4.20 stylelint-config-standard: 25.0.0 transitivePeerDependencies: - eslint @@ -7964,6 +8146,22 @@ packages: - supports-color dev: true + /@umijs/test/4.0.42: + resolution: {integrity: sha512-+/a7v3VeB6Z7DdSRcj9sazeVM0yHKtlpVGfCrcZLbUemZ5AERsSOc0jdj5wknVjslTbXpQ4Jesf1nmnOEmZE6g==} + dependencies: + '@babel/plugin-transform-modules-commonjs': 7.18.6 + '@jest/types': 27.5.1 + '@umijs/bundler-utils': 4.0.42 + babel-jest: 28.1.3 + esbuild: 0.15.18 + identity-obj-proxy: 3.0.0 + isomorphic-unfetch: 3.1.0 + transitivePeerDependencies: + - '@babel/core' + - encoding + - supports-color + dev: true + /@umijs/utils/4.0.0-beta.14: resolution: {integrity: sha512-uGWjOIrhoWgFZzY1Yjgi70X4wqqqEsYaLVJZ70WOl9JjGMNj9dSa+so1a0z8GrdBQyg+NDPjhj0lclODCbcHgQ==} dependencies: @@ -7992,6 +8190,13 @@ packages: pino: 7.11.0 dev: true + /@umijs/utils/4.0.42: + resolution: {integrity: sha512-67GEzaV+6aLVxvbO5xtbSY3I3aBwvrETd8fpCOS+tnZSzFOt5qh5ffU8FFXhPAiBrsv0jrt9Wk9IIi+S3ulLdg==} + dependencies: + chokidar: 3.5.3 + pino: 7.11.0 + dev: true + /@vercel/ncc/0.33.3: resolution: {integrity: sha512-JGZ11QV+/ZcfudW2Cz2JVp54/pJNXbsuWRgSh2ZmmZdQBKXqBtIGrwI1Wyx8nlbzAiEFe7FHi4K1zX4//jxTnQ==} hasBin: true @@ -8217,12 +8422,12 @@ packages: acorn-walk: 8.2.0 dev: true - /acorn-jsx/5.3.2_acorn@8.8.0: + /acorn-jsx/5.3.2_acorn@8.8.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.8.0 + acorn: 8.8.1 dev: true /acorn-walk/8.2.0: @@ -8382,8 +8587,8 @@ packages: engines: {node: '>=10'} dev: true - /antd/5.1.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-nybYEAoFHwAn4WrUQS2I/p+oii/g1nAd60W3n+4CponfrniH/i01idHjT1pR3e7WyFQo6vngrcJUxUxuo3lK5g==} + /antd/5.1.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-B6R6Bm0jIOb6v3JhS4DLKghJWqX0OufCOy99+R6F7QtGjbV/0wG/0rqH3DiQ4BHNIHsL+SDUYti9o3cT28lPww==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -8412,7 +8617,7 @@ packages: rc-mentions: 1.13.1_biqbaboplfbrettd7655fr4n2y rc-menu: 9.8.1_biqbaboplfbrettd7655fr4n2y rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y - rc-notification: 5.0.0-alpha.9_biqbaboplfbrettd7655fr4n2y + rc-notification: 5.0.0_biqbaboplfbrettd7655fr4n2y rc-pagination: 3.2.0_biqbaboplfbrettd7655fr4n2y rc-picker: 3.1.4_u3n5p6iujz62gj4d73v7dknctm rc-progress: 3.4.1_biqbaboplfbrettd7655fr4n2y @@ -8421,7 +8626,7 @@ packages: rc-segmented: 2.1.0_biqbaboplfbrettd7655fr4n2y rc-select: 14.2.0_biqbaboplfbrettd7655fr4n2y rc-slider: 10.0.1_biqbaboplfbrettd7655fr4n2y - rc-steps: 6.0.0-alpha.2_biqbaboplfbrettd7655fr4n2y + rc-steps: 6.0.0_biqbaboplfbrettd7655fr4n2y rc-switch: 4.0.0_biqbaboplfbrettd7655fr4n2y rc-table: 7.28.3_biqbaboplfbrettd7655fr4n2y rc-tabs: 12.5.3_biqbaboplfbrettd7655fr4n2y @@ -8435,7 +8640,6 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 scroll-into-view-if-needed: 3.0.3 - shallowequal: 1.1.0 throttle-debounce: 5.0.0 transitivePeerDependencies: - date-fns @@ -8680,6 +8884,22 @@ packages: postcss-value-parser: 4.2.0 dev: true + /autoprefixer/10.4.7_postcss@8.4.20: + resolution: {integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + dependencies: + browserslist: 4.21.2 + caniuse-lite: 1.0.30001368 + fraction.js: 4.2.0 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /available-typed-arrays/1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} @@ -8778,8 +8998,8 @@ packages: resolution: {integrity: sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/template': 7.18.6 - '@babel/types': 7.18.9 + '@babel/template': 7.20.7 + '@babel/types': 7.20.7 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.17.1 dev: true @@ -9424,7 +9644,7 @@ packages: domhandler: 5.0.3 domutils: 3.0.1 htmlparser2: 8.0.1 - parse5: 7.0.0 + parse5: 7.1.2 parse5-htmlparser2-tree-adapter: 7.0.0 dev: true @@ -9490,10 +9710,6 @@ packages: resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} dev: true - /classnames/2.3.1: - resolution: {integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==} - dev: true - /classnames/2.3.2: resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} dev: true @@ -10085,7 +10301,7 @@ packages: /core-js-compat/3.23.5: resolution: {integrity: sha512-fHYozIFIxd+91IIbXJgWd/igXIc8Mf9is0fusswjnGIWVG96y2cwyUdlCkGOw6rMLHKAxg7xtCIVaHsyOUnJIg==} dependencies: - browserslist: 4.21.2 + browserslist: 4.21.4 semver: 7.0.0 dev: true @@ -10257,6 +10473,17 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /css-blank-pseudo/3.0.3_postcss@8.4.20: + resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} + engines: {node: ^12 || ^14 || >=16} + hasBin: true + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /css-has-pseudo/3.0.4: resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} engines: {node: ^12 || ^14 || >=16} @@ -10278,6 +10505,17 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /css-has-pseudo/3.0.4_postcss@8.4.20: + resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} + engines: {node: ^12 || ^14 || >=16} + hasBin: true + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /css-in-js-utils/3.1.0: resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==} dependencies: @@ -10318,6 +10556,16 @@ packages: postcss: 8.4.14 dev: true + /css-prefers-color-scheme/6.0.3_postcss@8.4.20: + resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} + engines: {node: ^12 || ^14 || >=16} + hasBin: true + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + dev: true + /css-select-base-adapter/0.1.1: resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} dev: true @@ -10741,7 +10989,7 @@ packages: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 - entities: 4.3.1 + entities: 4.4.0 dev: true /domain-browser/1.2.0: @@ -10842,8 +11090,8 @@ packages: resolution: {integrity: sha512-a/Y5lf0G6gwsEQ9hop/n03CcjmHsGBk384Cz/AEX6mRYrfSpUx/lQvP9HLoXkCzScl9PL1sSmLPnMkgaXDCZLA==} dev: true - /dumi/2.0.17_4dqya6sq3inbyghqyswegqncnq: - resolution: {integrity: sha512-SnNX1vpILb5PTaeszb8bCMcZpT419zEv1xORZf/GIS0cEay7WAGTOoGycVdrsie/nPBYyQCpJih0ZR8gRu9tTg==} + /dumi/2.0.18_4r6xhczwtmrbwyp6enxepcfwoq: + resolution: {integrity: sha512-b90imq+zVSFdG7+sPsE1NHWVEQhcFVyocqtyecXAXIQ89ns/QLoTk6JT1CmmRDtbFoaT3roAr76v0sfDyyKm9Q==} hasBin: true peerDependencies: react: '>=16.8' @@ -10855,7 +11103,7 @@ packages: '@swc/core': 1.3.24 '@types/hast': 2.3.4 '@types/mdast': 3.0.10 - '@umijs/bundler-utils': 4.0.40 + '@umijs/bundler-utils': 4.0.42 '@umijs/core': 4.0.40 animated-scroll-to: 2.3.0 classnames: 2.3.2 @@ -10899,7 +11147,7 @@ packages: remark-rehype: 10.1.0 sass: 1.57.1 sitemap: 7.1.1 - umi: 4.0.40_bydg52e3wyrnvo3rc5lbei2mqi + umi: 4.0.40_zwcnxddefyfdxajmuhxv6c7bfa unified: 10.1.2 unist-util-visit: 4.1.1 unist-util-visit-parents: 5.1.1 @@ -11095,6 +11343,7 @@ packages: /errno/0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true + requiresBuild: true dependencies: prr: 1.0.1 dev: true @@ -11843,8 +12092,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-alloy/4.7.0_wal53rdr47yub3drpihbo2fkq4: - resolution: {integrity: sha512-e5wUP9SB/k2hBzzl2InpvG1toYWB4lRrJbAAdtDv8CUWsyxrznQZod4CrS1p3O+hf+PQhSqR2rbXLF4TvNWisw==} + /eslint-config-alloy/4.8.0_zlp4whk3dinboaaxewuz4ksuj4: + resolution: {integrity: sha512-y1uGAFSUA7i7ytLRIYFxGFvI1CvQRaTWp0T5QwBhGL0r/EG246aAGcWNJl6iP8Yw14mMgOJXmCzMFN3Md2E0MQ==} peerDependencies: '@babel/eslint-parser': 7.x '@babel/preset-react': 7.x @@ -11873,23 +12122,23 @@ packages: vue-eslint-parser: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.47.1_txmweb6yn7coi7nfrp22gpyqmy - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - eslint-plugin-react: 7.31.11_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 + eslint-plugin-react: 7.31.11_eslint@8.31.0 typescript: 4.9.4 dev: true - /eslint-config-prettier/8.5.0_eslint@8.30.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} + /eslint-config-prettier/8.6.0_eslint@8.31.0: + resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.30.0 + eslint: 8.31.0 dev: true - /eslint-plugin-jest/26.1.5_54k7vkgxhagi2b4vrtjvtoyvbi: + /eslint-plugin-jest/26.1.5_kbziwprxdgqfj7rwdqv5hzt3cu: resolution: {integrity: sha512-su89aDuljL9bTjEufTXmKUMSFe2kZUL9bi7+woq+C2ukHZordhtfPm4Vg+tdioHBaKf8v3/FXW9uV0ksqhYGFw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -11902,34 +12151,34 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.36.1_vv6um7mf7z6wh53hrr4rwmqkky - '@typescript-eslint/utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 + '@typescript-eslint/eslint-plugin': 5.36.1_nfrwbcaoefngb5umesrjte6oqm + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint: 8.31.0 jest: 29.3.1_zfha7dvnw4nti6zkbsmhmn6xo4 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-react-hooks/4.5.0_eslint@8.30.0: + /eslint-plugin-react-hooks/4.5.0_eslint@8.31.0: resolution: {integrity: sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.30.0 + eslint: 8.31.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.30.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.31.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.30.0 + eslint: 8.31.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.30.0: + /eslint-plugin-react/7.29.4_eslint@8.31.0: resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} engines: {node: '>=4'} peerDependencies: @@ -11938,7 +12187,7 @@ packages: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 doctrine: 2.1.0 - eslint: 8.30.0 + eslint: 8.31.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.2 minimatch: 3.1.2 @@ -11952,7 +12201,7 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-react/7.31.11_eslint@8.30.0: + /eslint-plugin-react/7.31.11_eslint@8.31.0: resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} engines: {node: '>=4'} peerDependencies: @@ -11962,7 +12211,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.30.0 + eslint: 8.31.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.2 minimatch: 3.1.2 @@ -11992,13 +12241,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.30.0: + /eslint-utils/3.0.0_eslint@8.31.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.30.0 + eslint: 8.31.0 eslint-visitor-keys: 2.1.0 dev: true @@ -12012,12 +12261,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.30.0: - resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} + /eslint/8.31.0: + resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.4.0 + '@eslint/eslintrc': 1.4.1 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -12028,7 +12277,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -12064,8 +12313,8 @@ packages: resolution: {integrity: sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.0 - acorn-jsx: 5.3.2_acorn@8.8.0 + acorn: 8.8.1 + acorn-jsx: 5.3.2_acorn@8.8.1 eslint-visitor-keys: 3.3.0 dev: true @@ -13515,7 +13764,7 @@ packages: domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.0.1 - entities: 4.3.1 + entities: 4.4.0 dev: true /http-cache-semantics/3.8.1: @@ -13623,8 +13872,8 @@ packages: resolution: {integrity: sha512-E0eIbrFWUhwfXJmsbdjRQFQPrl5pTEoKlz163j1mTqqUnU9PgR4AgB8AIITzuB3vLBdxZXyZ9TDIrwB2OASz4g==} dev: true - /husky/8.0.2: - resolution: {integrity: sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==} + /husky/8.0.3: + resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==} engines: {node: '>=14'} hasBin: true dev: true @@ -14679,8 +14928,8 @@ packages: pretty-format: 29.3.1 dev: true - /jest-localstorage-mock/2.4.25: - resolution: {integrity: sha512-VdQ8PTpNzUJDx/KY3hBrTwxqVMzMS+LccngC15EZSFdxJ+VeeCYmyW7BSzubk9FUKCVeXPjYPibzXe6swXYA+g==} + /jest-localstorage-mock/2.4.26: + resolution: {integrity: sha512-owAJrYnjulVlMIXOYQIPRCCn3MmqI3GzgfZCXdD3/pmwrIvFMXcKVWZ+aMc44IzaASapg0Z4SEFxR+v5qxDA2w==} engines: {node: '>=6.16.0'} dev: true @@ -15109,15 +15358,14 @@ packages: hasBin: true dev: true - /json5/1.0.1: - resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} + /json5/2.2.1: + resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} + engines: {node: '>=6'} hasBin: true - dependencies: - minimist: 1.2.6 dev: true - /json5/2.2.1: - resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} + /json5/2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true dev: true @@ -15240,33 +15488,35 @@ packages: - supports-color dev: true - /lerna/6.3.0: - resolution: {integrity: sha512-AlAIabKU7tW2p6C0sNPKoCAq6GBpS+iGcSfnHEGTDsg/daMySMacnJMOuD7cN9O2o5UxZeZDtGIr2tEPfCN7Eg==} + /lerna/6.4.0: + resolution: {integrity: sha512-XqfWovJwkHFoCkNXpidJgzyl6lE523Y29tKvMoGTOfOnEmC05Fadj7wLnNHomP8UEL7A+63Wau5bC5ymigfeRw==} engines: {node: ^14.15.0 || >=16.0.0} hasBin: true dependencies: - '@lerna/add': 6.3.0 - '@lerna/bootstrap': 6.3.0 - '@lerna/changed': 6.3.0 - '@lerna/clean': 6.3.0 - '@lerna/cli': 6.3.0 - '@lerna/command': 6.3.0 - '@lerna/create': 6.3.0 - '@lerna/diff': 6.3.0 - '@lerna/exec': 6.3.0 - '@lerna/import': 6.3.0 - '@lerna/info': 6.3.0 - '@lerna/init': 6.3.0 - '@lerna/link': 6.3.0 - '@lerna/list': 6.3.0 - '@lerna/publish': 6.3.0_nx@15.3.3+typescript@4.9.4 - '@lerna/run': 6.3.0 - '@lerna/version': 6.3.0_nx@15.3.3+typescript@4.9.4 - '@nrwl/devkit': 15.3.3_nx@15.3.3+typescript@4.9.4 + '@lerna/add': 6.4.0 + '@lerna/bootstrap': 6.4.0 + '@lerna/changed': 6.4.0 + '@lerna/clean': 6.4.0 + '@lerna/cli': 6.4.0 + '@lerna/command': 6.4.0 + '@lerna/create': 6.4.0 + '@lerna/diff': 6.4.0 + '@lerna/exec': 6.4.0 + '@lerna/filter-options': 6.4.0 + '@lerna/import': 6.4.0 + '@lerna/info': 6.4.0 + '@lerna/init': 6.4.0 + '@lerna/link': 6.4.0 + '@lerna/list': 6.4.0 + '@lerna/publish': 6.4.0_nx@15.4.4+typescript@4.9.4 + '@lerna/run': 6.4.0 + '@lerna/validation-error': 6.4.0 + '@lerna/version': 6.4.0_nx@15.4.4+typescript@4.9.4 + '@nrwl/devkit': 15.4.4_nx@15.4.4+typescript@4.9.4 import-local: 3.1.0 inquirer: 8.2.4 npmlog: 6.0.2 - nx: 15.3.3 + nx: 15.4.4 typescript: 4.9.4 transitivePeerDependencies: - '@swc-node/register' @@ -17072,8 +17322,8 @@ packages: resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==} dev: true - /nx/15.3.3: - resolution: {integrity: sha512-yR102AlVW5Sb7X1e9cyR+0h44RD6c3eLJbAZ0yVFKPCKw+zQTdGvAqITtB6ZeFnPkg6Qq6f1oWu6G0n6f2cTpw==} + /nx/15.4.4: + resolution: {integrity: sha512-JWYeGcKsQVHR6nlk7XSL1/dAuSo2eyW+ahmMmK3j3vSnqRlZiN0q53ALZ4nD8VemAwtZCJ3CiOi4D/HExi5wbw==} hasBin: true requiresBuild: true peerDependencies: @@ -17085,8 +17335,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.3.3 - '@nrwl/tao': 15.3.3 + '@nrwl/cli': 15.4.4 + '@nrwl/tao': 15.4.4 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.34 @@ -17115,7 +17365,7 @@ packages: strong-log-transformer: 2.1.0 tar-stream: 2.2.0 tmp: 0.2.1 - tsconfig-paths: 3.14.1 + tsconfig-paths: 4.1.2 tslib: 2.4.0 v8-compile-cache: 2.3.0 yargs: 17.6.2 @@ -17207,15 +17457,6 @@ packages: es-abstract: 1.20.5 dev: true - /object.values/1.1.5: - resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - dev: true - /object.values/1.1.6: resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} engines: {node: '>= 0.4'} @@ -17690,7 +17931,7 @@ packages: resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} dependencies: domhandler: 5.0.3 - parse5: 7.0.0 + parse5: 7.1.2 dev: true /parse5/6.0.1: @@ -17928,6 +18169,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.20: + resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-clamp/4.1.0: resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} @@ -17947,6 +18198,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-clamp/4.1.0_postcss@8.4.20: + resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} + engines: {node: '>=7.6.0'} + peerDependencies: + postcss: ^8.4.6 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-color-functional-notation/4.2.4: resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} engines: {node: ^12 || ^14 || >=16} @@ -17966,6 +18227,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-color-functional-notation/4.2.4_postcss@8.4.20: + resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-color-hex-alpha/8.0.4: resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} engines: {node: ^12 || ^14 || >=16} @@ -17985,6 +18256,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-color-hex-alpha/8.0.4_postcss@8.4.20: + resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-color-rebeccapurple/7.1.1: resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} @@ -17994,13 +18275,23 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-color-rebeccapurple/7.1.1_postcss@8.4.14: + /postcss-color-rebeccapurple/7.1.1_postcss@8.4.14: + resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.14 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-color-rebeccapurple/7.1.1_postcss@8.4.20: resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.14 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true @@ -18023,6 +18314,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-custom-media/8.0.2_postcss@8.4.20: + resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.3 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-custom-properties/12.1.8: resolution: {integrity: sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==} engines: {node: ^12 || ^14 || >=16} @@ -18042,6 +18343,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-custom-properties/12.1.8_postcss@8.4.20: + resolution: {integrity: sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-custom-selectors/6.0.3: resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} engines: {node: ^12 || ^14 || >=16} @@ -18061,6 +18372,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-custom-selectors/6.0.3_postcss@8.4.20: + resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.3 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-dir-pseudo-class/6.0.5: resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} engines: {node: ^12 || ^14 || >=16} @@ -18080,6 +18401,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-dir-pseudo-class/6.0.5_postcss@8.4.20: + resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-double-position-gradients/3.1.2: resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} engines: {node: ^12 || ^14 || >=16} @@ -18101,6 +18432,17 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-double-position-gradients/3.1.2_postcss@8.4.20: + 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.20 + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-env-function/4.0.6: resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} engines: {node: ^12 || ^14 || >=16} @@ -18120,6 +18462,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-env-function/4.0.6_postcss@8.4.20: + resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-flexbugs-fixes/5.0.2_postcss@8.4.14: resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} peerDependencies: @@ -18128,6 +18480,14 @@ packages: postcss: 8.4.14 dev: true + /postcss-flexbugs-fixes/5.0.2_postcss@8.4.20: + resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} + peerDependencies: + postcss: ^8.1.4 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-focus-visible/6.0.4: resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} engines: {node: ^12 || ^14 || >=16} @@ -18147,6 +18507,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-focus-visible/6.0.4_postcss@8.4.20: + resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-focus-within/5.0.4: resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} engines: {node: ^12 || ^14 || >=16} @@ -18166,6 +18536,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-focus-within/5.0.4_postcss@8.4.20: + resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-font-variant/5.0.0: resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} peerDependencies: @@ -18180,6 +18560,14 @@ packages: postcss: 8.4.14 dev: true + /postcss-font-variant/5.0.0_postcss@8.4.20: + resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-gap-properties/3.0.5: resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} engines: {node: ^12 || ^14 || >=16} @@ -18196,6 +18584,15 @@ packages: postcss: 8.4.14 dev: true + /postcss-gap-properties/3.0.5_postcss@8.4.20: + resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-image-set-function/4.0.7: resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} engines: {node: ^12 || ^14 || >=16} @@ -18215,6 +18612,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-image-set-function/4.0.7_postcss@8.4.20: + resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-initial/4.0.1: resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} peerDependencies: @@ -18229,6 +18636,14 @@ packages: postcss: 8.4.14 dev: true + /postcss-initial/4.0.1_postcss@8.4.20: + resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} + peerDependencies: + postcss: ^8.0.0 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-lab-function/4.2.1: resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} engines: {node: ^12 || ^14 || >=16} @@ -18250,6 +18665,17 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-lab-function/4.2.1_postcss@8.4.20: + 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.20 + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-logical/5.0.4: resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} @@ -18266,6 +18692,15 @@ packages: postcss: 8.4.14 dev: true + /postcss-logical/5.0.4_postcss@8.4.20: + resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.4 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-media-minmax/5.0.0: resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} engines: {node: '>=10.0.0'} @@ -18282,6 +18717,15 @@ packages: postcss: 8.4.14 dev: true + /postcss-media-minmax/5.0.0_postcss@8.4.20: + resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-modules-extract-imports/3.0.0_postcss@8.4.14: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} @@ -18344,6 +18788,17 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-nesting/10.1.10_postcss@8.4.20: + resolution: {integrity: sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + '@csstools/selector-specificity': 2.0.2_6s6acirjwumum7k7mfug5izbum + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-opacity-percentage/1.1.2: resolution: {integrity: sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==} engines: {node: ^12 || ^14 || >=16} @@ -18368,6 +18823,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-overflow-shorthand/3.0.4_postcss@8.4.20: + resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-page-break/3.0.4: resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} peerDependencies: @@ -18382,6 +18847,14 @@ packages: postcss: 8.4.14 dev: true + /postcss-page-break/3.0.4_postcss@8.4.20: + resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} + peerDependencies: + postcss: ^8 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-place/7.0.5: resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} engines: {node: ^12 || ^14 || >=16} @@ -18401,6 +18874,16 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-place/7.0.5_postcss@8.4.20: + resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-prefix-selector/1.16.0: resolution: {integrity: sha512-rdVMIi7Q4B0XbXqNUEI+Z4E+pueiu/CS5E6vRCQommzdQ/sgsS4dK42U7GX8oJR+TJOtT+Qv3GkNo6iijUMp3Q==} peerDependencies: @@ -18514,6 +18997,60 @@ packages: postcss-value-parser: 4.2.0 dev: true + /postcss-preset-env/7.5.0_postcss@8.4.20: + 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.20 + '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.20 + '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.20 + '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.20 + '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.20 + '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.20 + '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.20 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.20 + '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.20 + '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.20 + autoprefixer: 10.4.7_postcss@8.4.20 + browserslist: 4.21.2 + css-blank-pseudo: 3.0.3_postcss@8.4.20 + css-has-pseudo: 3.0.4_postcss@8.4.20 + css-prefers-color-scheme: 6.0.3_postcss@8.4.20 + cssdb: 6.6.3 + postcss: 8.4.20 + postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.20 + postcss-clamp: 4.1.0_postcss@8.4.20 + postcss-color-functional-notation: 4.2.4_postcss@8.4.20 + postcss-color-hex-alpha: 8.0.4_postcss@8.4.20 + postcss-color-rebeccapurple: 7.1.1_postcss@8.4.20 + postcss-custom-media: 8.0.2_postcss@8.4.20 + postcss-custom-properties: 12.1.8_postcss@8.4.20 + postcss-custom-selectors: 6.0.3_postcss@8.4.20 + postcss-dir-pseudo-class: 6.0.5_postcss@8.4.20 + postcss-double-position-gradients: 3.1.2_postcss@8.4.20 + postcss-env-function: 4.0.6_postcss@8.4.20 + postcss-focus-visible: 6.0.4_postcss@8.4.20 + postcss-focus-within: 5.0.4_postcss@8.4.20 + postcss-font-variant: 5.0.0_postcss@8.4.20 + postcss-gap-properties: 3.0.5_postcss@8.4.20 + postcss-image-set-function: 4.0.7_postcss@8.4.20 + postcss-initial: 4.0.1_postcss@8.4.20 + postcss-lab-function: 4.2.1_postcss@8.4.20 + postcss-logical: 5.0.4_postcss@8.4.20 + postcss-media-minmax: 5.0.0_postcss@8.4.20 + postcss-nesting: 10.1.10_postcss@8.4.20 + postcss-opacity-percentage: 1.1.2 + postcss-overflow-shorthand: 3.0.4_postcss@8.4.20 + postcss-page-break: 3.0.4_postcss@8.4.20 + postcss-place: 7.0.5_postcss@8.4.20 + postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.20 + postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.20 + postcss-selector-not: 5.0.0_postcss@8.4.20 + postcss-value-parser: 4.2.0 + dev: true + /postcss-pseudo-class-any-link/7.1.6: resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} @@ -18533,6 +19070,16 @@ packages: postcss-selector-parser: 6.0.10 dev: true + /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.20: + resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.20 + postcss-selector-parser: 6.0.10 + dev: true + /postcss-replace-overflow-wrap/4.0.0: resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} peerDependencies: @@ -18547,6 +19094,14 @@ packages: postcss: 8.4.14 dev: true + /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.20: + resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} + peerDependencies: + postcss: ^8.0.3 + dependencies: + postcss: 8.4.20 + dev: true + /postcss-selector-not/5.0.0: resolution: {integrity: sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==} peerDependencies: @@ -18564,6 +19119,15 @@ packages: postcss: 8.4.14 dev: true + /postcss-selector-not/5.0.0_postcss@8.4.20: + resolution: {integrity: sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==} + peerDependencies: + postcss: ^8.1.0 + dependencies: + balanced-match: 1.0.2 + postcss: 8.4.20 + dev: true + /postcss-selector-parser/6.0.10: resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} engines: {node: '>=4'} @@ -18572,7 +19136,7 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-syntax/0.36.2_postcss@8.4.14: + /postcss-syntax/0.36.2_postcss@8.4.20: resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==} peerDependencies: postcss: '>=5.0.0' @@ -18593,7 +19157,7 @@ packages: postcss-scss: optional: true dependencies: - postcss: 8.4.14 + postcss: 8.4.20 dev: true /postcss-value-parser/4.2.0: @@ -19236,15 +19800,15 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.18.9 - classnames: 2.3.1 + '@babel/runtime': 7.20.6 + classnames: 2.3.2 rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /rc-notification/5.0.0-alpha.9_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-QPvq8VHe2M0SE5DHJf7ADWlvfWKnTsj5FVxcu39gdjX98kKmi+BHY1eTPAQkkdGqd6ZXv6xXHl8qKHyWhQcFPA==} + /rc-notification/5.0.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-mTqMD5Uip1tJhX74opHrmC/CG1wtkxuCcaiCaPDFWPJ/o50OgYYi3nPV10Pwgb8mK8dqg9DDQKISWAcKmcVlXQ==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' @@ -19344,8 +19908,8 @@ packages: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.18.9 - classnames: 2.3.1 + '@babel/runtime': 7.20.6 + classnames: 2.3.2 rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -19399,8 +19963,8 @@ packages: shallowequal: 1.1.0 dev: true - /rc-steps/6.0.0-alpha.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-d/GPx7ATlPbtFeOVt5FB19W11OBCmRd7lLknt4aSoCI6ukwJqpEhWu2INN4pDOQqN04y3PDsWl1q9hnw+ZC5AA==} + /rc-steps/6.0.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-+KfMZIty40mYCQSDvYbZ1jwnuObLauTiIskT1hL4FFOBHP6ZOr8LK0m143yD3kEN5XKHSEX1DIwCj3AYZpoeNQ==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' @@ -19528,11 +20092,11 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.18.9 - classnames: 2.3.1 + '@babel/runtime': 7.20.6 + classnames: 2.3.2 rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y - rc-virtual-list: 3.4.8_biqbaboplfbrettd7655fr4n2y + rc-virtual-list: 3.4.13_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true @@ -19566,26 +20130,13 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /rc-util/5.23.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-lgm6diJ/pLgyfoZY59Vz7sW4mSoQCgozqbBye9IJ7/mb5w5h4T7h+i2JpXAx/UBQxscBZe68q0sP7EW+qfkKUg==} - peerDependencies: - react: '>=16.9.0' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.20.6 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - react-is: 16.13.1 - shallowequal: 1.1.0 - dev: true - /rc-util/5.27.0_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-lk9HnxVWdpGzkqs6OpZ+xxAHBefqy6+wT5LjSeBoaxzE0j5Tpq0Mf4TMc29B+Z0QP81yDvfgvp1O8oBxj70kEg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.18.9 + '@babel/runtime': 7.20.6 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 16.13.1 @@ -19606,20 +20157,6 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: true - /rc-virtual-list/3.4.8_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-qSN+Rv4i/E7RCTvTMr1uZo7f3crJJg/5DekoCagydo9zsXrxj07zsFSxqizqW+ldGA16lwa8So/bIbV9Ofjddg==} - engines: {node: '>=8.x'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - classnames: 2.3.2 - rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y - rc-util: 5.27.0_biqbaboplfbrettd7655fr4n2y - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - dev: true - /rc/1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -20048,7 +20585,7 @@ packages: '@umijs/bundler-utils': 4.0.21 '@umijs/bundler-webpack': 4.0.21_typescript@4.7.4 '@umijs/core': 4.0.21 - '@umijs/utils': 4.0.40 + '@umijs/utils': 4.0.42 '@vercel/ncc': 0.33.3 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-module-resolver: 4.1.0 @@ -21380,7 +21917,7 @@ packages: csso: 4.2.0 js-yaml: 3.14.1 mkdirp: 0.5.6 - object.values: 1.1.5 + object.values: 1.1.6 sax: 1.2.4 stable: 0.1.8 unquote: 1.1.1 @@ -21733,19 +22270,19 @@ packages: yn: 3.1.1 dev: true - /tsconfig-paths/3.14.1: - resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} + /tsconfig-paths/4.0.0: + resolution: {integrity: sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==} dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 + json5: 2.2.1 minimist: 1.2.6 strip-bom: 3.0.0 dev: true - /tsconfig-paths/4.0.0: - resolution: {integrity: sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==} + /tsconfig-paths/4.1.2: + resolution: {integrity: sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==} + engines: {node: '>=6'} dependencies: - json5: 2.2.1 + json5: 2.2.3 minimist: 1.2.6 strip-bom: 3.0.0 dev: true @@ -21940,7 +22477,7 @@ packages: resolution: {integrity: sha512-lE/rxOhmiScJu9L6RTNVgB/zZbF+vGC0/p6D3xnkAePI2o0sMyFG966iR5Ki50OI/0mNi2yaRnxfLsPmEZF/JA==} dev: true - /umi/4.0.40_bydg52e3wyrnvo3rc5lbei2mqi: + /umi/4.0.40_zwcnxddefyfdxajmuhxv6c7bfa: resolution: {integrity: sha512-say204q1bYStg3Bahs+qFyHOk43Ujm5yBqQvqYFmainVt21BW3cKHTD0SUjYnq7r3E1ytpQT6Anal2/5qxnx3w==} engines: {node: '>=14'} hasBin: true @@ -21949,7 +22486,7 @@ packages: '@umijs/bundler-utils': 4.0.40 '@umijs/bundler-webpack': 4.0.40_typescript@4.9.4 '@umijs/core': 4.0.40 - '@umijs/lint': 4.0.40_75pwvd6nfce5ny3mipyxlsgzxm + '@umijs/lint': 4.0.40_kudefufnb5v4dzpyosesvz63ky '@umijs/preset-umi': 4.0.40_ecw2ur6krhtgs22tzprghnbgx4 '@umijs/renderer-react': 4.0.40_biqbaboplfbrettd7655fr4n2y '@umijs/server': 4.0.40 diff --git a/tsconfig.json b/tsconfig.json index ecf23e29..4a2e0a69 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,9 @@ "@pansy/hook-utils": ["./hooks/utils"], "@pansy/react-hooks": ["./hooks/hooks"] } - } + }, + "include": [ + ".dumi/**/*", + ".dumirc.ts" + ] }