From 828c136b5c522d593d087515344167fa13a91eaa Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Fri, 26 May 2023 17:09:01 +1000 Subject: [PATCH] Upgrade TypeScript to 5.0, bump babel deps (#813) --- .changeset/tough-tomatoes-punch.md | 9 + fixtures/ssr-hello-world/.eslintignore | 2 +- fixtures/ssr-hello-world/.gitignore | 2 +- fixtures/ssr-hello-world/.prettierignore | 2 +- packages/sku/package.json | 18 +- pnpm-lock.yaml | 1470 ++++++++--------- .../braid-design-system.test.js.snap | 46 +- .../custom-src-paths.test.js.snap | 14 +- .../__snapshots__/library-build.test.js.snap | 4 +- tests/__snapshots__/library-file.test.js.snap | 4 +- .../multiple-routes.test.js.snap | 70 +- tests/__snapshots__/public-path.test.js.snap | 4 +- .../react-css-modules.test.js.snap | 12 +- .../__snapshots__/sku-with-https.test.js.snap | 6 +- tests/__snapshots__/source-maps.test.js.snap | 12 +- .../ssr-hello-world.test.js.snap | 10 +- .../ssr-translations.test.js.snap | 6 +- tests/__snapshots__/translations.test.js.snap | 16 +- .../typescript-css-modules.test.js.snap | 22 +- 19 files changed, 854 insertions(+), 875 deletions(-) create mode 100644 .changeset/tough-tomatoes-punch.md diff --git a/.changeset/tough-tomatoes-punch.md b/.changeset/tough-tomatoes-punch.md new file mode 100644 index 000000000..98bb0ed62 --- /dev/null +++ b/.changeset/tough-tomatoes-punch.md @@ -0,0 +1,9 @@ +--- +'sku': minor +--- + +Upgrade to TypeScript 5.0 + +This major release includes breaking changes. See the [TypeScript 5.0 announcement][ts5] for more information. + +[ts5]: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/ diff --git a/fixtures/ssr-hello-world/.eslintignore b/fixtures/ssr-hello-world/.eslintignore index 5b05b06f0..e9b94e25e 100644 --- a/fixtures/ssr-hello-world/.eslintignore +++ b/fixtures/ssr-hello-world/.eslintignore @@ -1,7 +1,7 @@ # managed by sku *.less.d.ts coverage/ -dist-start/ +dist-build/ dist-storybook/ report/ # end managed by sku diff --git a/fixtures/ssr-hello-world/.gitignore b/fixtures/ssr-hello-world/.gitignore index 4746bd1b7..2395ad75e 100644 --- a/fixtures/ssr-hello-world/.gitignore +++ b/fixtures/ssr-hello-world/.gitignore @@ -2,7 +2,7 @@ .eslintrc .prettierrc coverage/ -dist-start/ +dist-build/ dist-storybook/ report/ tsconfig.json diff --git a/fixtures/ssr-hello-world/.prettierignore b/fixtures/ssr-hello-world/.prettierignore index 5b05b06f0..e9b94e25e 100644 --- a/fixtures/ssr-hello-world/.prettierignore +++ b/fixtures/ssr-hello-world/.prettierignore @@ -1,7 +1,7 @@ # managed by sku *.less.d.ts coverage/ -dist-start/ +dist-build/ dist-storybook/ report/ # end managed by sku diff --git a/packages/sku/package.json b/packages/sku/package.json index 477aa81b4..a25de019d 100644 --- a/packages/sku/package.json +++ b/packages/sku/package.json @@ -28,14 +28,14 @@ "react": "^16.14.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@babel/core": "^7.18.0", - "@babel/plugin-transform-react-constant-elements": "^7.18.0", - "@babel/plugin-transform-react-inline-elements": "^7.18.0", - "@babel/plugin-transform-runtime": "^7.18.0", - "@babel/preset-env": "^7.18.0", - "@babel/preset-react": "^7.18.0", - "@babel/preset-typescript": "^7.18.0", - "@babel/runtime": "^7.18.0", + "@babel/core": "^7.21.8", + "@babel/plugin-transform-react-constant-elements": "^7.21.3", + "@babel/plugin-transform-react-inline-elements": "^7.21.0", + "@babel/plugin-transform-runtime": "^7.21.4", + "@babel/preset-env": "^7.21.5", + "@babel/preset-react": "^7.18.6", + "@babel/preset-typescript": "^7.21.5", + "@babel/runtime": "^7.21.0", "@loadable/babel-plugin": "^5.13.2", "@loadable/component": "^5.14.1", "@loadable/server": "^5.14.0", @@ -120,7 +120,7 @@ "terser-webpack-plugin": "^5.1.4", "traverse": "^0.6.6", "tree-kill": "^1.2.1", - "typescript": "^4.5.0", + "typescript": "~5.0.0", "validate-npm-package-name": "^5.0.0", "webpack": "^5.52.0", "webpack-bundle-analyzer": "^4.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac98fce89..03ddad5f6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,7 +30,7 @@ importers: version: 8.41.0 eslint-config-seek: specifier: ^11.1.2 - version: 11.1.2(eslint@8.41.0)(jest@29.5.0)(typescript@4.9.5) + version: 11.1.2(eslint@8.41.0)(jest@29.5.0)(typescript@5.0.2) eslint-plugin-jsdoc: specifier: ^44.2.4 version: 44.2.4(eslint@8.41.0) @@ -60,7 +60,7 @@ importers: version: 2.8.8 puppeteer: specifier: ^20.0.0 - version: 20.0.0(typescript@4.9.5) + version: 20.0.0(typescript@5.0.2) renovate-config-seek: specifier: ^0.4.0 version: 0.4.0 @@ -397,32 +397,32 @@ importers: packages/sku: dependencies: '@babel/core': - specifier: ^7.18.0 - version: 7.21.4 + specifier: ^7.21.8 + version: 7.21.8 '@babel/plugin-transform-react-constant-elements': - specifier: ^7.18.0 - version: 7.21.3(@babel/core@7.21.4) + specifier: ^7.21.3 + version: 7.21.3(@babel/core@7.21.8) '@babel/plugin-transform-react-inline-elements': - specifier: ^7.18.0 - version: 7.21.0(@babel/core@7.21.4) + specifier: ^7.21.0 + version: 7.21.0(@babel/core@7.21.8) '@babel/plugin-transform-runtime': - specifier: ^7.18.0 - version: 7.21.4(@babel/core@7.21.4) + specifier: ^7.21.4 + version: 7.21.4(@babel/core@7.21.8) '@babel/preset-env': - specifier: ^7.18.0 - version: 7.21.4(@babel/core@7.21.4) + specifier: ^7.21.5 + version: 7.21.5(@babel/core@7.21.8) '@babel/preset-react': - specifier: ^7.18.0 - version: 7.18.6(@babel/core@7.21.4) + specifier: ^7.18.6 + version: 7.18.6(@babel/core@7.21.8) '@babel/preset-typescript': - specifier: ^7.18.0 - version: 7.21.4(@babel/core@7.21.4) + specifier: ^7.21.5 + version: 7.21.5(@babel/core@7.21.8) '@babel/runtime': - specifier: ^7.18.0 + specifier: ^7.21.0 version: 7.21.0 '@loadable/babel-plugin': specifier: ^5.13.2 - version: 5.15.3(@babel/core@7.21.4) + version: 5.15.3(@babel/core@7.21.8) '@loadable/component': specifier: ^5.14.1 version: 5.15.3(react@18.2.0) @@ -437,16 +437,16 @@ importers: version: 0.5.10(react-refresh@0.14.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) '@storybook/builder-webpack5': specifier: ^7.0.17 - version: 7.0.17(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1) + version: 7.0.17(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1) '@storybook/cli': specifier: ^7.0.17 version: 7.0.17 '@storybook/react': specifier: ^7.0.17 - version: 7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + version: 7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) '@storybook/react-webpack5': specifier: ^7.0.17 - version: 7.0.17(@babel/core@7.21.4)(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1) + version: 7.0.17(@babel/core@7.21.8)(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1) '@types/jest': specifier: ^29.0.0 version: 29.5.0 @@ -476,10 +476,10 @@ importers: version: 10.4.14(postcss@8.4.21) babel-jest: specifier: ^29.0.0 - version: 29.5.0(@babel/core@7.21.4) + version: 29.5.0(@babel/core@7.21.8) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) + version: 9.1.2(@babel/core@7.21.8)(webpack@5.78.0) babel-plugin-add-react-displayname: specifier: ^0.0.5 version: 0.0.5 @@ -548,10 +548,10 @@ importers: version: 7.3.0 esbuild: specifier: ^0.17.0 - version: 0.17.16 + version: 0.17.6 esbuild-register: specifier: ^3.3.3 - version: 3.4.2(esbuild@0.17.16) + version: 3.4.2(esbuild@0.17.6) escape-string-regexp: specifier: ^4.0.0 version: 4.0.0 @@ -560,7 +560,7 @@ importers: version: 8.41.0 eslint-config-seek: specifier: ^11.1.2 - version: 11.1.2(eslint@8.41.0)(jest@29.5.0)(typescript@4.9.5) + version: 11.1.2(eslint@8.41.0)(jest@29.5.0)(typescript@5.0.2) exception-formatter: specifier: ^2.1.2 version: 2.1.2 @@ -632,7 +632,7 @@ importers: version: 8.4.21 postcss-loader: specifier: ^7.0.1 - version: 7.2.4(@types/node@18.0.0)(postcss@8.4.21)(ts-node@10.9.1)(typescript@4.9.5)(webpack@5.78.0) + version: 7.2.4(@types/node@18.0.0)(postcss@8.4.21)(ts-node@10.9.1)(typescript@5.0.2)(webpack@5.78.0) prettier: specifier: ^2.8.8 version: 2.8.8 @@ -665,7 +665,7 @@ importers: version: 4.0.0 terser-webpack-plugin: specifier: ^5.1.4 - version: 5.3.7(esbuild@0.17.16)(webpack@5.78.0) + version: 5.3.7(esbuild@0.17.6)(webpack@5.78.0) traverse: specifier: ^0.6.6 version: 0.6.7 @@ -673,14 +673,14 @@ importers: specifier: ^1.2.1 version: 1.2.2 typescript: - specifier: ^4.5.0 - version: 4.9.5 + specifier: ~5.0.0 + version: 5.0.2 validate-npm-package-name: specifier: ^5.0.0 version: 5.0.0 webpack: specifier: ^5.52.0 - version: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + version: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-bundle-analyzer: specifier: ^4.6.1 version: 4.8.0 @@ -717,7 +717,7 @@ importers: version: 1.11.0 '@vocab/react': specifier: ^1.0.1 - version: 1.1.4(react@18.2.0) + version: 1.1.5(react@18.2.0) assert: specifier: ^2.0.0 version: 2.0.0 @@ -846,7 +846,7 @@ importers: version: 5.0.0 webpack: specifier: ^5.52.0 - version: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + version: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-cli: specifier: ^5.0.0 version: 5.0.1(webpack-bundle-analyzer@4.8.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) @@ -876,24 +876,24 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data@7.21.4: - resolution: {integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==} + /@babel/compat-data@7.21.9: + resolution: {integrity: sha512-FUGed8kfhyWvbYug/Un/VPJD41rDIgoVVcR+FuzhzOYyRz5uED+Gd3SLZml0Uw2l2aHFb7ZgdW5mGA3G2cCCnQ==} engines: {node: '>=6.9.0'} - /@babel/core@7.21.4: - resolution: {integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==} + /@babel/core@7.21.8: + resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-module-transforms': 7.21.2 - '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.4 + '@babel/generator': 7.21.9 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-module-transforms': 7.21.5 + '@babel/helpers': 7.21.5 + '@babel/parser': 7.21.9 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -902,24 +902,24 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.21.3(@babel/core@7.21.4)(eslint@8.41.0): + /@babel/eslint-parser@7.21.3(@babel/core@7.21.8)(eslint@8.41.0): resolution: {integrity: sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.41.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 - /@babel/generator@7.21.4: - resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==} + /@babel/generator@7.21.9: + resolution: {integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -928,14 +928,14 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-builder-binary-assignment-operator-visitor@7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false /@babel/helper-builder-react-jsx@7.19.0: @@ -943,31 +943,31 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false - /@babel/helper-compilation-targets@7.21.4(@babel/core@7.21.4): - resolution: {integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==} + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 + '@babel/compat-data': 7.21.9 + '@babel/core': 7.21.8 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.4): + /@babel/helper-create-class-features-plugin@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -978,25 +978,25 @@ packages: - supports-color dev: false - /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.4): + /@babel/helper-create-regexp-features-plugin@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 dev: false - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.4): + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 debug: 4.3.4(supports-color@8.1.1) lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -1005,15 +1005,15 @@ packages: - supports-color dev: false - /@babel/helper-environment-visitor@7.18.9: - resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} + /@babel/helper-environment-visitor@7.21.5: + resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} engines: {node: '>=6.9.0'} /@babel/helper-explode-assignable-expression@7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false /@babel/helper-function-name@7.21.0: @@ -1021,39 +1021,39 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-hoist-variables@7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-member-expression-to-functions@7.21.0: resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false /@babel/helper-module-imports@7.21.4: resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 - /@babel/helper-module-transforms@7.21.2: - resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} + /@babel/helper-module-transforms@7.21.5: + resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-simple-access': 7.20.2 + '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color @@ -1061,24 +1061,24 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false - /@babel/helper-plugin-utils@7.20.2: - resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} + /@babel/helper-plugin-utils@7.21.5: + resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.4): + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -1087,37 +1087,37 @@ packages: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-simple-access@7.20.2: - resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} + /@babel/helper-simple-access@7.21.5: + resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 dev: false /@babel/helper-split-export-declaration@7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 - /@babel/helper-string-parser@7.19.4: - resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} + /@babel/helper-string-parser@7.21.5: + resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.19.1: @@ -1134,19 +1134,19 @@ packages: dependencies: '@babel/helper-function-name': 7.21.0 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/helpers@7.21.0: - resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} + /@babel/helpers@7.21.5: + resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color @@ -1158,449 +1158,449 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.21.4: - resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} + /@babel/parser@7.21.9: + resolution: {integrity: sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.4): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.4): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@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.21.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4): + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4): + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.4): + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.4): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) + '@babel/compat-data': 7.21.9 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) dev: false - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4): + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.4): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.21.4): + /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.4): + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.8): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.4): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.4): + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.4): + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-arrow-functions@7.20.7(@babel/core@7.21.4): - resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.4): + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.4): + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.4): + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 @@ -1608,556 +1608,557 @@ packages: - supports-color dev: false - /@babel/plugin-transform-computed-properties@7.20.7(@babel/core@7.21.4): - resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/template': 7.20.7 dev: false - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.4): + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.4): + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.4): + /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) dev: false - /@babel/plugin-transform-for-of@7.21.0(@babel/core@7.21.4): - resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.4): + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.4): + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.4): + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): - resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-simple-access': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-simple-access': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.4): + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.8): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.4): + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.8): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.8): 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.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.4): + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.21.4): + /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.8): 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.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-inline-elements@7.21.0(@babel/core@7.21.4): + /@babel/plugin-transform-react-inline-elements@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-lOSFD/67qxOwQ7q6KpkAbBFeGI5xy1Oya2zipYxPSmG2C210CRJyQdzOl1A368J1nv2gOFTgRXdsRjb83jioLw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-builder-react-jsx': 7.19.0 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.8) - /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.4): + /@babel/plugin-transform-react-jsx@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) - '@babel/types': 7.21.4 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) + '@babel/types': 7.21.5 - /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-regenerator@7.20.5(@babel/core@7.21.4): - resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 regenerator-transform: 0.15.1 dev: false - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.21.4): + /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.21.5 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.4): + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: false - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.4): + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.4): + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.4): + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4) + '@babel/helper-create-class-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.4): - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.4): + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.4(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/preset-env@7.21.4(@babel/core@7.21.4): - resolution: {integrity: sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==} + /@babel/preset-env@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.21.4(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/compat-data': 7.21.9 + '@babel/core': 7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.4) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.4) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) - '@babel/plugin-transform-arrow-functions': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-transform-computed-properties': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.4) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.4) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-for-of': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.4) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.4) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.4) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.4) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.4) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.4) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-regenerator': 7.20.5(@babel/core@7.21.4) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.4) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.4) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.4) - '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.4) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.4) - '@babel/preset-modules': 0.1.5(@babel/core@7.21.4) - '@babel/types': 7.21.4 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.8) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.8) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.8) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.8) + '@babel/types': 7.21.5 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) core-js-compat: 3.30.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-flow@7.21.4(@babel/core@7.21.4): + /@babel/preset-flow@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) dev: false - /@babel/preset-modules@0.1.5(@babel/core@7.21.4): + /@babel/preset-modules@0.1.5(@babel/core@7.21.8): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.4) - '@babel/types': 7.21.4 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) + '@babel/types': 7.21.5 esutils: 2.0.3 dev: false - /@babel/preset-react@7.18.6(@babel/core@7.21.4): + /@babel/preset-react@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.8) - /@babel/preset-typescript@7.21.4(@babel/core@7.21.4): - resolution: {integrity: sha512-sMLNWY37TCdRH/bJ6ZeeOH1nPuanED7Ai9Y/vH31IPqalioJ6ZNFUWONsakhv4r4n+I6gm5lmoE0olkgib/j/A==} + /@babel/preset-typescript@7.21.5(@babel/core@7.21.8): + resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false - /@babel/register@7.21.0(@babel/core@7.21.4): + /@babel/register@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -2180,31 +2181,31 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.9 + '@babel/types': 7.21.5 - /@babel/traverse@7.21.4: - resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} + /@babel/traverse@7.21.5: + resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/helper-environment-visitor': 7.18.9 + '@babel/generator': 7.21.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.9 + '@babel/types': 7.21.5 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types@7.21.4: - resolution: {integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==} + /@babel/types@7.21.5: + resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.19.4 + '@babel/helper-string-parser': 7.21.5 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 @@ -2471,7 +2472,6 @@ packages: cpu: [arm64] os: [android] requiresBuild: true - dev: false optional: true /@esbuild/android-arm@0.17.16: @@ -2488,7 +2488,6 @@ packages: cpu: [arm] os: [android] requiresBuild: true - dev: false optional: true /@esbuild/android-x64@0.17.16: @@ -2505,7 +2504,6 @@ packages: cpu: [x64] os: [android] requiresBuild: true - dev: false optional: true /@esbuild/darwin-arm64@0.17.16: @@ -2522,7 +2520,6 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true - dev: false optional: true /@esbuild/darwin-x64@0.17.16: @@ -2539,7 +2536,6 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true - dev: false optional: true /@esbuild/freebsd-arm64@0.17.16: @@ -2556,7 +2552,6 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true - dev: false optional: true /@esbuild/freebsd-x64@0.17.16: @@ -2573,7 +2568,6 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true - dev: false optional: true /@esbuild/linux-arm64@0.17.16: @@ -2590,7 +2584,6 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-arm@0.17.16: @@ -2607,7 +2600,6 @@ packages: cpu: [arm] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-ia32@0.17.16: @@ -2624,7 +2616,6 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-loong64@0.17.16: @@ -2641,7 +2632,6 @@ packages: cpu: [loong64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-mips64el@0.17.16: @@ -2658,7 +2648,6 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-ppc64@0.17.16: @@ -2675,7 +2664,6 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-riscv64@0.17.16: @@ -2692,7 +2680,6 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-s390x@0.17.16: @@ -2709,7 +2696,6 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/linux-x64@0.17.16: @@ -2726,7 +2712,6 @@ packages: cpu: [x64] os: [linux] requiresBuild: true - dev: false optional: true /@esbuild/netbsd-x64@0.17.16: @@ -2743,7 +2728,6 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true - dev: false optional: true /@esbuild/openbsd-x64@0.17.16: @@ -2760,7 +2744,6 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true - dev: false optional: true /@esbuild/sunos-x64@0.17.16: @@ -2777,7 +2760,6 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true - dev: false optional: true /@esbuild/win32-arm64@0.17.16: @@ -2794,7 +2776,6 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true - dev: false optional: true /@esbuild/win32-ia32@0.17.16: @@ -2811,7 +2792,6 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true - dev: false optional: true /@esbuild/win32-x64@0.17.16: @@ -2828,7 +2808,6 @@ packages: cpu: [x64] os: [win32] requiresBuild: true - dev: false optional: true /@eslint-community/eslint-utils@4.4.0(eslint@8.41.0): @@ -3115,7 +3094,7 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 @@ -3190,14 +3169,14 @@ packages: /@leichtgewicht/ip-codec@2.0.4: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} - /@loadable/babel-plugin@5.15.3(@babel/core@7.21.4): + /@loadable/babel-plugin@5.15.3(@babel/core@7.21.8): resolution: {integrity: sha512-kwEsPxCk8vnwbTfbA4lHqT5t0u0czCQTnCcmOaTjxT5lCn7yZCBTBa9D7lHs+MLM2WyPsZlee3Qh0TTkMMi5jg==} engines: {node: '>=8'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) dev: false /@loadable/component@5.15.3(react@18.2.0): @@ -3231,7 +3210,7 @@ packages: webpack: '>=4.6.0' dependencies: make-dir: 3.1.0 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) dev: false /@manypkg/find-root@1.1.0: @@ -3332,7 +3311,7 @@ packages: react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-dev-server: 4.11.1(debug@4.3.4)(webpack-cli@5.0.1)(webpack@5.78.0) dev: false @@ -3372,7 +3351,7 @@ packages: react-refresh: 0.14.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-dev-server: 4.11.1(debug@4.3.4)(webpack-cli@5.0.1)(webpack@5.78.0) dev: false @@ -3382,7 +3361,7 @@ packages: /@popperjs/core@2.11.7: resolution: {integrity: sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==} - /@puppeteer/browsers@1.0.0(typescript@4.9.5): + /@puppeteer/browsers@1.0.0(typescript@5.0.2): resolution: {integrity: sha512-YKecOIlwH0UsiM9zkKy31DYg11iD8NhOoQ7SQ4oCpwDSd1Ud31WYRoAldbVlVBj9b4hLJIXxn7XSnkH1ta1tpA==} engines: {node: '>=16.0.0'} hasBin: true @@ -3398,7 +3377,7 @@ packages: progress: 2.0.3 proxy-from-env: 1.1.0 tar-fs: 2.1.1 - typescript: 4.9.5 + typescript: 5.0.2 unbzip2-stream: 1.4.3 yargs: 17.7.1 transitivePeerDependencies: @@ -3549,7 +3528,7 @@ packages: - supports-color dev: false - /@storybook/builder-webpack5@7.0.17(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1): + /@storybook/builder-webpack5@7.0.17(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1): resolution: {integrity: sha512-aSc+ACAN8TMH/cGOD1s+NjibYG7zIxP+YcnSPt95N3WySEXjePswdDe8401zUhb8GYm+eGi6kdpDLCmlzrPk0g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3559,7 +3538,7 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@storybook/addons': 7.0.17(react-dom@18.2.0)(react@18.2.0) '@storybook/api': 7.0.17(react-dom@18.2.0)(react@18.2.0) '@storybook/channel-postmessage': 7.0.17 @@ -3581,13 +3560,13 @@ packages: '@storybook/theming': 7.0.17(react-dom@18.2.0)(react@18.2.0) '@types/node': 16.18.23 '@types/semver': 7.3.13 - babel-loader: 9.1.2(@babel/core@7.21.4)(webpack@5.78.0) + babel-loader: 9.1.2(@babel/core@7.21.8)(webpack@5.78.0) babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 css-loader: 6.7.3(webpack@5.78.0) express: 4.18.2 - fork-ts-checker-webpack-plugin: 7.3.0(typescript@4.9.5)(webpack@5.78.0) + fork-ts-checker-webpack-plugin: 7.3.0(typescript@5.0.2)(webpack@5.78.0) fs-extra: 11.1.1 html-webpack-plugin: 5.5.0(webpack@5.78.0) path-browserify: 1.0.1 @@ -3596,12 +3575,12 @@ packages: react-dom: 18.2.0(react@18.2.0) semver: 7.5.1 style-loader: 3.3.3(webpack@5.78.0) - terser-webpack-plugin: 5.3.7(esbuild@0.17.16)(webpack@5.78.0) + terser-webpack-plugin: 5.3.7(esbuild@0.17.6)(webpack@5.78.0) ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 5.0.2 util: 0.12.5 util-deprecate: 1.0.2 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-dev-middleware: 5.3.3(webpack@5.78.0) webpack-hot-middleware: 2.25.3 webpack-virtual-modules: 0.4.6 @@ -3657,8 +3636,8 @@ packages: resolution: {integrity: sha512-rzAutA+trQWwQ5HvEqUVUyO9rvs4nSiUCu0NgcCl7hHNDM2DEYylUoegFdlO+pOxUhIKm6IA+kwRH4dEeZiIoQ==} hasBin: true dependencies: - '@babel/core': 7.21.4 - '@babel/preset-env': 7.21.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) '@ndelangen/get-tarball': 3.0.7 '@storybook/codemod': 7.0.17 '@storybook/core-common': 7.0.17 @@ -3682,7 +3661,7 @@ packages: get-port: 5.1.1 giget: 1.1.2 globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.21.4) + jscodeshift: 0.14.0(@babel/preset-env@7.21.5) leven: 3.1.0 ora: 5.4.1 prettier: 2.8.8 @@ -3725,16 +3704,16 @@ packages: /@storybook/codemod@7.0.17: resolution: {integrity: sha512-JR/iU4aO/vQhv0obnISh+hrt1AEW9XM9Ly0tk4Dm/OH8GQ/MpYGS5ncfqPTWyABxRMIc39QxggNXbQkZEpyQVQ==} dependencies: - '@babel/core': 7.21.4 - '@babel/preset-env': 7.21.4(@babel/core@7.21.4) - '@babel/types': 7.21.4 + '@babel/core': 7.21.8 + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/types': 7.21.5 '@storybook/csf': 0.1.0 '@storybook/csf-tools': 7.0.17 '@storybook/node-logger': 7.0.17 '@storybook/types': 7.0.17 cross-spawn: 7.0.3 globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.21.4) + jscodeshift: 0.14.0(@babel/preset-env@7.21.5) lodash: 4.17.21 prettier: 2.8.8 recast: 0.23.2 @@ -3912,10 +3891,10 @@ packages: /@storybook/csf-tools@7.0.17: resolution: {integrity: sha512-RRADsMXDauDwdq5x8XYsTVVeH1ykYgkfJb/bZJnKz7HGPBIUgIlR64022GD4XNoa/3oHfPS41zHAc1OTe4w3Hg==} dependencies: - '@babel/generator': 7.21.4 - '@babel/parser': 7.21.4 - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/generator': 7.21.9 + '@babel/parser': 7.21.9 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 '@storybook/csf': 0.1.0 '@storybook/types': 7.0.17 fs-extra: 11.1.1 @@ -3944,7 +3923,7 @@ packages: /@storybook/docs-tools@7.0.0: resolution: {integrity: sha512-4a9xecYhjRAYAzbmheF2nnZst3sWe/tmlOcspky/wGU3BR1Wy3u9b45q+r3wW/Nm9C8XHt0CRmkFwQKGme14iQ==} dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@storybook/core-common': 7.0.0 '@storybook/preview-api': 7.0.0 '@storybook/types': 7.0.0 @@ -3958,7 +3937,7 @@ packages: /@storybook/docs-tools@7.0.17: resolution: {integrity: sha512-x8nw5na26SFBney/aXfu+eltvWV9QmxAB+FuMOr+3urIASeIU0gIGtrqfzSdvtb9SRf5BGtymTOQFIga/ENBsw==} dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@storybook/core-common': 7.0.17 '@storybook/preview-api': 7.0.17 '@storybook/types': 7.0.17 @@ -4044,7 +4023,7 @@ packages: pretty-hrtime: 1.0.3 dev: false - /@storybook/preset-react-webpack@7.0.17(@babel/core@7.21.4)(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1): + /@storybook/preset-react-webpack@7.0.17(@babel/core@7.21.8)(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1): resolution: {integrity: sha512-h0ghqM4kqy4WTWBBKTqyNiIsNLztYqKpziEJzNfnD51QFCkaIeklF29/zflrsAv5Zfw9K5olpHlCWP2cxyZH2A==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4058,15 +4037,15 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.4 - '@babel/preset-flow': 7.21.4(@babel/core@7.21.4) - '@babel/preset-react': 7.18.6(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-react': 7.18.6(@babel/core@7.21.8) '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) '@storybook/core-webpack': 7.0.17 '@storybook/docs-tools': 7.0.17 '@storybook/node-logger': 7.0.17 - '@storybook/react': 7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) - '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@4.9.5)(webpack@5.78.0) + '@storybook/react': 7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0(typescript@5.0.2)(webpack@5.78.0) '@types/node': 16.18.23 '@types/semver': 7.3.13 babel-plugin-add-react-displayname: 0.0.5 @@ -4076,8 +4055,8 @@ packages: react-dom: 18.2.0(react@18.2.0) react-refresh: 0.11.0 semver: 7.5.1 - typescript: 4.9.5 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + typescript: 5.0.2 + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) transitivePeerDependencies: - '@swc/core' - '@types/webpack' @@ -4136,7 +4115,7 @@ packages: resolution: {integrity: sha512-wHcMPopBeGc90rKiFXnf3PHuYcNUh/GkxkViRCvAeYxMsh95omoIADpdAalchiHKT0wtoGTW9l5JTjK0Y/bdXA==} dev: false - /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@4.9.5)(webpack@5.78.0): + /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0(typescript@5.0.2)(webpack@5.78.0): resolution: {integrity: sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==} peerDependencies: typescript: '>= 4.x' @@ -4147,10 +4126,10 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2(typescript@4.9.5) + react-docgen-typescript: 2.2.2(typescript@5.0.2) tslib: 2.5.0 - typescript: 4.9.5 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + typescript: 5.0.2 + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) transitivePeerDependencies: - supports-color dev: false @@ -4165,7 +4144,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@storybook/react-webpack5@7.0.17(@babel/core@7.21.4)(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1): + /@storybook/react-webpack5@7.0.17(@babel/core@7.21.8)(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1): resolution: {integrity: sha512-cSMt7zamzysaXNDIrzXX4a/7+9VwLlKAWu5seR5pX2YCN8JtB07gUv6TLnJ/Y8rB63rtsjvdwnN1MDG+zdOa3g==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4179,14 +4158,14 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.4 - '@storybook/builder-webpack5': 7.0.17(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1) - '@storybook/preset-react-webpack': 7.0.17(@babel/core@7.21.4)(esbuild@0.17.16)(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1) - '@storybook/react': 7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5) + '@babel/core': 7.21.8 + '@storybook/builder-webpack5': 7.0.17(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1) + '@storybook/preset-react-webpack': 7.0.17(@babel/core@7.21.8)(esbuild@0.17.6)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(webpack-cli@5.0.1)(webpack-dev-server@4.11.1) + '@storybook/react': 7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) '@types/node': 16.18.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - typescript: 4.9.5 + typescript: 5.0.2 transitivePeerDependencies: - '@swc/core' - '@types/webpack' @@ -4202,7 +4181,7 @@ packages: - webpack-plugin-serve dev: false - /@storybook/react@7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@4.9.5): + /@storybook/react@7.0.17(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2): resolution: {integrity: sha512-SgTUwcJ2opDqfHz1lp8vO6pRMTqmzRb5wrbVQTkH4hRI1BthrUpnptR98AeDbcTzTf1FpiZXh4RWMIK8p6rHlQ==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4235,7 +4214,7 @@ packages: react-element-to-jsx-string: 15.0.0(react-dom@18.2.0)(react@18.2.0) ts-dedent: 2.2.0 type-fest: 2.19.0 - typescript: 4.9.5 + typescript: 5.0.2 util-deprecate: 1.0.2 transitivePeerDependencies: - supports-color @@ -4403,8 +4382,8 @@ packages: /@types/babel__core@7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.9 + '@babel/types': 7.21.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.3 @@ -4412,18 +4391,18 @@ packages: /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.4 - '@babel/types': 7.21.4 + '@babel/parser': 7.21.9 + '@babel/types': 7.21.5 /@types/babel__traverse@7.18.3: resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} @@ -4701,7 +4680,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin@5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.41.0)(typescript@4.9.5): + /@typescript-eslint/eslint-plugin@5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.41.0)(typescript@5.0.2): resolution: {integrity: sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4713,22 +4692,22 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.0 - '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@5.0.2) '@typescript-eslint/scope-manager': 5.58.0 - '@typescript-eslint/type-utils': 5.58.0(eslint@8.41.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/type-utils': 5.58.0(eslint@8.41.0)(typescript@5.0.2) + '@typescript-eslint/utils': 5.58.0(eslint@8.41.0)(typescript@5.0.2) debug: 4.3.4(supports-color@8.1.1) eslint: 8.41.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.5.1 - tsutils: 3.21.0(typescript@4.9.5) - typescript: 4.9.5 + tsutils: 3.21.0(typescript@5.0.2) + typescript: 5.0.2 transitivePeerDependencies: - supports-color - /@typescript-eslint/parser@5.58.0(eslint@8.41.0)(typescript@4.9.5): + /@typescript-eslint/parser@5.58.0(eslint@8.41.0)(typescript@5.0.2): resolution: {integrity: sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4740,10 +4719,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.58.0 '@typescript-eslint/types': 5.58.0 - '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2) debug: 4.3.4(supports-color@8.1.1) eslint: 8.41.0 - typescript: 4.9.5 + typescript: 5.0.2 transitivePeerDependencies: - supports-color @@ -4754,7 +4733,7 @@ packages: '@typescript-eslint/types': 5.58.0 '@typescript-eslint/visitor-keys': 5.58.0 - /@typescript-eslint/type-utils@5.58.0(eslint@8.41.0)(typescript@4.9.5): + /@typescript-eslint/type-utils@5.58.0(eslint@8.41.0)(typescript@5.0.2): resolution: {integrity: sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4764,12 +4743,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) - '@typescript-eslint/utils': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2) + '@typescript-eslint/utils': 5.58.0(eslint@8.41.0)(typescript@5.0.2) debug: 4.3.4(supports-color@8.1.1) eslint: 8.41.0 - tsutils: 3.21.0(typescript@4.9.5) - typescript: 4.9.5 + tsutils: 3.21.0(typescript@5.0.2) + typescript: 5.0.2 transitivePeerDependencies: - supports-color @@ -4777,7 +4756,7 @@ packages: resolution: {integrity: sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree@5.58.0(typescript@4.9.5): + /@typescript-eslint/typescript-estree@5.58.0(typescript@5.0.2): resolution: {integrity: sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4792,12 +4771,12 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.1 - tsutils: 3.21.0(typescript@4.9.5) - typescript: 4.9.5 + tsutils: 3.21.0(typescript@5.0.2) + typescript: 5.0.2 transitivePeerDependencies: - supports-color - /@typescript-eslint/utils@5.58.0(eslint@8.41.0)(typescript@4.9.5): + /@typescript-eslint/utils@5.58.0(eslint@8.41.0)(typescript@5.0.2): resolution: {integrity: sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4808,7 +4787,7 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.58.0 '@typescript-eslint/types': 5.58.0 - '@typescript-eslint/typescript-estree': 5.58.0(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2) eslint: 8.41.0 eslint-scope: 5.1.1 semver: 7.5.1 @@ -4826,7 +4805,7 @@ packages: /@vanilla-extract/babel-plugin-debug-ids@1.0.2: resolution: {integrity: sha512-LjnbQWGeMwaydmovx8jWUR8BxLtLiPyq0xz5C8G5OvFhsuJxvavLdrBHNNizvr1dq7/3qZGlPv0znsvU4P44YA==} dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 transitivePeerDependencies: - supports-color dev: false @@ -4857,8 +4836,8 @@ packages: /@vanilla-extract/integration@6.2.1(@types/node@18.0.0)(less@4.1.3): resolution: {integrity: sha512-+xYJz07G7TFAMZGrOqArOsURG+xcYvqctujEkANjw2McCBvGEK505RxQqOuNiA9Mi9hgGdNp2JedSa94f3eoLg==} dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) '@vanilla-extract/babel-plugin-debug-ids': 1.0.2 '@vanilla-extract/css': 1.11.0 esbuild: 0.17.6 @@ -4914,7 +4893,7 @@ packages: chalk: 4.1.2 debug: 4.3.4(supports-color@8.1.1) loader-utils: 2.0.4 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) transitivePeerDependencies: - '@types/node' - less @@ -4939,7 +4918,6 @@ packages: prettier: 2.8.8 transitivePeerDependencies: - supports-color - dev: false /@vocab/phrase@1.2.4: resolution: {integrity: sha512-FU7XMEfW4H6Ji3tvqWwvaEuYD6RSgIpvOYKyuoK+f2FeCCawi9N9IJ2XP4qoAMPb0tGcDNSqLKGquJn0UD6dtA==} @@ -4959,16 +4937,6 @@ packages: resolution: {integrity: sha512-2NVG34owV2fbI2cEUd6bMDv/T/hdyOxHqqxh01jTWCI9Zn3e1ylNvt8yqtPQUMC28RbmnC1m/uLr20KGahQGjA==} dev: false - /@vocab/react@1.1.4(react@18.2.0): - resolution: {integrity: sha512-paAxlpYh23UUvXzcScK+Wo2bvO2XAocWhPd+gN+rTUoLOwk5dDy0UyEN4lyhUJlW2rXclBQntuwaV418XXVhxg==} - peerDependencies: - react: '>=16.3.0' - dependencies: - '@vocab/types': 1.2.0 - intl-messageformat: 10.3.3 - react: 18.2.0 - dev: true - /@vocab/react@1.1.5(react@18.2.0): resolution: {integrity: sha512-fHddDJvucTOOIY3n81bX7ddgJCkc2PoEAmFMP3iOOjcE1ND1jYMHAWwBE+nU0jwkAZdYW2ZrpiSubOd4ThMaEw==} peerDependencies: @@ -4979,13 +4947,6 @@ packages: react: 18.2.0 transitivePeerDependencies: - supports-color - dev: false - - /@vocab/types@1.2.0: - resolution: {integrity: sha512-rKY/YKIcU5/fr78uoy3lrbuZCrtUerpdOxYh5aGFaE9rRKgg0Pfb+JX8yD5QUll5TYqjlKnLtmiJWoxI0s/3cQ==} - dependencies: - intl-messageformat: 10.3.3 - dev: true /@vocab/webpack@1.2.1(webpack@5.78.0): resolution: {integrity: sha512-DVo6H3B+npwDEQUJ/VEeEoj9aojQLe9PPwSIFqxg2AJ/SC3zg2xba0UJ5n8YTmDj6vTFem8VrBfP/vJZ/nu7zQ==} @@ -4998,7 +4959,7 @@ packages: debug: 4.3.4(supports-color@8.1.1) es-module-lexer: 0.9.3 virtual-resource-loader: 1.0.1 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) transitivePeerDependencies: - supports-color dev: false @@ -5101,7 +5062,7 @@ packages: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-cli: 5.0.1(webpack-bundle-analyzer@4.8.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) /@webpack-cli/info@2.0.1(webpack-cli@5.0.1)(webpack@5.78.0): @@ -5111,7 +5072,7 @@ packages: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-cli: 5.0.1(webpack-bundle-analyzer@4.8.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) /@webpack-cli/serve@2.0.1(webpack-cli@5.0.1)(webpack-dev-server@4.11.1)(webpack@5.78.0): @@ -5125,7 +5086,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-cli: 5.0.1(webpack-bundle-analyzer@4.8.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) webpack-dev-server: 4.11.1(debug@4.3.4)(webpack-cli@5.0.1)(webpack@5.78.0) @@ -5538,42 +5499,42 @@ packages: transitivePeerDependencies: - debug - /babel-core@7.0.0-bridge.0(@babel/core@7.21.4): + /babel-core@7.0.0-bridge.0(@babel/core@7.21.8): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 dev: false - /babel-jest@29.5.0(@babel/core@7.21.4): + /babel-jest@29.5.0(@babel/core@7.21.8): resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@jest/transform': 29.5.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.21.4) + babel-preset-jest: 29.5.0(@babel/core@7.21.8) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 transitivePeerDependencies: - supports-color - /babel-loader@9.1.2(@babel/core@7.21.4)(webpack@5.78.0): + /babel-loader@9.1.2(@babel/core@7.21.8)(webpack@5.78.0): resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 find-cache-dir: 3.3.2 schema-utils: 4.0.0 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) dev: false /babel-plugin-add-react-displayname@0.0.5: @@ -5590,7 +5551,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.21.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -5603,7 +5564,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.20.7 - '@babel/types': 7.21.4 + '@babel/types': 7.21.5 '@types/babel__core': 7.20.0 '@types/babel__traverse': 7.18.3 @@ -5631,38 +5592,38 @@ packages: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: false - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.4): + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.8): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.4 - '@babel/core': 7.21.4 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) + '@babel/compat-data': 7.21.9 + '@babel/core': 7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.4): + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.8): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) core-js-compat: 3.30.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.4): + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.8): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.4 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: false @@ -5685,34 +5646,34 @@ packages: resolution: {integrity: sha512-dNeuFtaJ1zNDr59r24NjjIm4SsXXm409iNOVMIERp6ePciII+rTrdwsWcHDqDFUKpOoBNT4ZS63nPEbrANW7DQ==} dev: false - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.4): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.8): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.4) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) - - /babel-preset-jest@29.5.0(@babel/core@7.21.4): + '@babel/core': 7.21.8 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8) + + /babel-preset-jest@29.5.0(@babel/core@7.21.8): resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8) /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -6414,7 +6375,7 @@ packages: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} /cookie-signature@1.0.6: - resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} /cookie@0.5.0: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} @@ -6440,7 +6401,7 @@ packages: /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - /cosmiconfig-typescript-loader@4.3.0(@types/node@18.0.0)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@4.9.5): + /cosmiconfig-typescript-loader@4.3.0(@types/node@18.0.0)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.2): resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -6451,8 +6412,8 @@ packages: dependencies: '@types/node': 18.0.0 cosmiconfig: 8.1.3 - ts-node: 10.9.1(@types/node@18.0.0)(typescript@4.9.5) - typescript: 4.9.5 + ts-node: 10.9.1(@types/node@18.0.0)(typescript@5.0.2) + typescript: 5.0.2 dev: false /cosmiconfig@7.1.0: @@ -6544,8 +6505,8 @@ packages: postcss-modules-scope: 3.0.0(postcss@8.4.21) postcss-modules-values: 4.0.0(postcss@8.4.21) postcss-value-parser: 4.2.0 - semver: 7.4.0 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + semver: 7.5.1 + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) dev: false /css-modules-typescript-loader@4.0.1: @@ -7202,7 +7163,7 @@ packages: dev: false /ee-first@1.1.1: - resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} /ejs@3.1.9: resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} @@ -7443,6 +7404,17 @@ packages: transitivePeerDependencies: - supports-color + /esbuild-register@3.4.2(esbuild@0.17.6): + resolution: {integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==} + peerDependencies: + esbuild: '>=0.12 <1' + dependencies: + debug: 4.3.4(supports-color@8.1.1) + esbuild: 0.17.6 + transitivePeerDependencies: + - supports-color + dev: false + /esbuild@0.17.16: resolution: {integrity: sha512-aeSuUKr9aFVY9Dc8ETVELGgkj4urg5isYx8pLf4wlGgB0vTFjxJQdHnNH6Shmx4vYYrOTLCHtRI5i1XZ9l2Zcg==} engines: {node: '>=12'} @@ -7500,7 +7472,6 @@ packages: '@esbuild/win32-arm64': 0.17.6 '@esbuild/win32-ia32': 0.17.6 '@esbuild/win32-x64': 0.17.6 - dev: false /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -7546,28 +7517,28 @@ packages: dependencies: eslint: 8.41.0 - /eslint-config-seek@11.1.2(eslint@8.41.0)(jest@29.5.0)(typescript@4.9.5): + /eslint-config-seek@11.1.2(eslint@8.41.0)(jest@29.5.0)(typescript@5.0.2): resolution: {integrity: sha512-L7EtzOdQAKWM9/eepWPjLV4CEHHwGBt6XjkkzXbLnxmc6f9MtiFVVA7YCpq6KuhSl3/cHKAVVLBrZmJvyYCHwA==} peerDependencies: eslint: '>=6' typescript: '>=4.5' dependencies: - '@babel/core': 7.21.4 - '@babel/eslint-parser': 7.21.3(@babel/core@7.21.4)(eslint@8.41.0) - '@babel/preset-react': 7.18.6(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/eslint-parser': 7.21.3(@babel/core@7.21.8)(eslint@8.41.0) + '@babel/preset-react': 7.18.6(@babel/core@7.21.8) '@finsit/eslint-plugin-cypress': 3.1.1(eslint@8.41.0) - '@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.41.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.41.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@5.0.2) eslint: 8.41.0 eslint-config-prettier: 8.8.0(eslint@8.41.0) eslint-import-resolver-typescript: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.41.0) eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.41.0) - eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.41.0)(jest@29.5.0)(typescript@4.9.5) + eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.41.0)(jest@29.5.0)(typescript@5.0.2) eslint-plugin-local-rules: 1.3.2 eslint-plugin-react: 7.32.2(eslint@8.41.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.41.0) find-root: 1.1.0 - typescript: 4.9.5 + typescript: 5.0.2 transitivePeerDependencies: - eslint-import-resolver-webpack - jest @@ -7622,7 +7593,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@5.0.2) debug: 3.2.7 eslint: 8.41.0 eslint-import-resolver-node: 0.3.7 @@ -7640,7 +7611,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.58.0(eslint@8.41.0)(typescript@5.0.2) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -7662,7 +7633,7 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.41.0)(jest@29.5.0)(typescript@4.9.5): + /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.41.0)(jest@29.5.0)(typescript@5.0.2): resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -7675,8 +7646,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.41.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.58.0(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.41.0)(typescript@5.0.2) + '@typescript-eslint/utils': 5.58.0(eslint@8.41.0)(typescript@5.0.2) eslint: 8.41.0 jest: 29.5.0(@types/node@18.0.0)(ts-node@10.9.1) transitivePeerDependencies: @@ -7842,8 +7813,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 c8: 7.13.0 transitivePeerDependencies: - supports-color @@ -8051,7 +8022,6 @@ packages: /fastest-validator@1.16.0: resolution: {integrity: sha512-+C1cFoLboOZIZs2PWhceNtJ15zCoiRalu1LnJB4hy63Y8Tto9bkqGcTGkzegt+Xu4qy3LE9GL6CLzEdpZ5xJBQ==} - dev: false /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} @@ -8285,7 +8255,7 @@ packages: signal-exit: 3.0.7 dev: false - /fork-ts-checker-webpack-plugin@7.3.0(typescript@4.9.5)(webpack@5.78.0): + /fork-ts-checker-webpack-plugin@7.3.0(typescript@5.0.2)(webpack@5.78.0): resolution: {integrity: sha512-IN+XTzusCjR5VgntYFgxbxVx3WraPRnKehBFrf00cMSrtUuW9MsG9dhL6MWpY6MkjC3wVwoujfCDgZZCQwbswA==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -8308,8 +8278,8 @@ packages: schema-utils: 3.1.1 semver: 7.5.1 tapable: 2.2.1 - typescript: 4.9.5 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + typescript: 5.0.2 + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) dev: false /form-data@3.0.1: @@ -8338,7 +8308,7 @@ packages: dev: false /fresh@0.5.2: - resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} /fromentries@1.3.2: @@ -8899,7 +8869,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) /htmlparser2@3.10.1: resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} @@ -9480,8 +9450,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.4 - '@babel/parser': 7.21.4 + '@babel/core': 7.21.8 + '@babel/parser': 7.21.9 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -9606,11 +9576,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.21.4 + '@babel/core': 7.21.8 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 '@types/node': 18.0.0 - babel-jest: 29.5.0(@babel/core@7.21.4) + babel-jest: 29.5.0(@babel/core@7.21.8) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 @@ -9629,7 +9599,7 @@ packages: pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@18.0.0)(typescript@4.9.5) + ts-node: 10.9.1(@types/node@18.0.0)(typescript@5.0.2) transitivePeerDependencies: - supports-color @@ -9800,7 +9770,7 @@ packages: dependencies: expect-puppeteer: 9.0.0 jest-environment-puppeteer: 9.0.0(debug@4.3.4) - puppeteer: 20.0.0(typescript@4.9.5) + puppeteer: 20.0.0(typescript@5.0.2) transitivePeerDependencies: - debug - supports-color @@ -9894,18 +9864,18 @@ packages: resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.4 - '@babel/generator': 7.21.4 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.4) - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.4) - '@babel/traverse': 7.21.4 - '@babel/types': 7.21.4 + '@babel/core': 7.21.8 + '@babel/generator': 7.21.9 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 '@jest/expect-utils': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.4) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8) chalk: 4.1.2 expect: 29.5.0 graceful-fs: 4.2.11 @@ -10031,23 +10001,23 @@ packages: dependencies: argparse: 2.0.1 - /jscodeshift@0.14.0(@babel/preset-env@7.21.4): + /jscodeshift@0.14.0(@babel/preset-env@7.21.5): resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} hasBin: true peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.21.4 - '@babel/parser': 7.21.4 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) - '@babel/preset-env': 7.21.4(@babel/core@7.21.4) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.4) - '@babel/preset-typescript': 7.21.4(@babel/core@7.21.4) - '@babel/register': 7.21.0(@babel/core@7.21.4) - babel-core: 7.0.0-bridge.0(@babel/core@7.21.4) + '@babel/core': 7.21.8 + '@babel/parser': 7.21.9 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) + '@babel/register': 7.21.0(@babel/core@7.21.8) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) chalk: 4.1.2 flow-parser: 0.207.0 graceful-fs: 4.2.11 @@ -10214,7 +10184,7 @@ packages: dependencies: klona: 2.0.6 less: 4.1.3 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) dev: false /less@4.1.3: @@ -10550,7 +10520,7 @@ packages: '@babel/runtime': 7.21.0 /media-typer@0.3.0: - resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} /medium-zoom@1.0.8: @@ -10599,7 +10569,7 @@ packages: dev: true /merge-descriptors@1.0.1: - resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} /merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -10672,7 +10642,7 @@ packages: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) /minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} @@ -11501,7 +11471,7 @@ packages: postcss: 8.4.21 dev: false - /postcss-loader@7.2.4(@types/node@18.0.0)(postcss@8.4.21)(ts-node@10.9.1)(typescript@4.9.5)(webpack@5.78.0): + /postcss-loader@7.2.4(@types/node@18.0.0)(postcss@8.4.21)(ts-node@10.9.1)(typescript@5.0.2)(webpack@5.78.0): resolution: {integrity: sha512-F88rpxxNspo5hatIc+orYwZDtHFaVFOSIVAx+fBfJC1GmhWbVmPWtmg2gXKE1OxJbneOSGn8PWdIwsZFcruS+w==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -11516,13 +11486,13 @@ packages: optional: true dependencies: cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0(@types/node@18.0.0)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@4.9.5) + cosmiconfig-typescript-loader: 4.3.0(@types/node@18.0.0)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.2) klona: 2.0.6 postcss: 8.4.21 - semver: 7.4.0 - ts-node: 10.9.1(@types/node@18.0.0)(typescript@4.9.5) - typescript: 4.9.5 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + semver: 7.5.1 + ts-node: 10.9.1(@types/node@18.0.0)(typescript@5.0.2) + typescript: 5.0.2 + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) transitivePeerDependencies: - '@types/node' dev: false @@ -11974,7 +11944,7 @@ packages: - utf-8-validate dev: false - /puppeteer-core@20.0.0(typescript@4.9.5): + /puppeteer-core@20.0.0(typescript@5.0.2): resolution: {integrity: sha512-mQg1pXOqomTB0ecuv6WWrd+PxSeV4uC+wiUM+UYvENuKNq9m0fG9ZXhHLK1COwZH/A5IILzJH2sfQ0ivmxobGw==} engines: {node: '>=16.0.0'} peerDependencies: @@ -11983,7 +11953,7 @@ packages: typescript: optional: true dependencies: - '@puppeteer/browsers': 1.0.0(typescript@4.9.5) + '@puppeteer/browsers': 1.0.0(typescript@5.0.2) chromium-bidi: 0.4.7(devtools-protocol@0.0.1107588) cross-fetch: 3.1.5 debug: 4.3.4(supports-color@8.1.1) @@ -11992,7 +11962,7 @@ packages: https-proxy-agent: 5.0.1 proxy-from-env: 1.1.0 tar-fs: 2.1.1 - typescript: 4.9.5 + typescript: 5.0.2 unbzip2-stream: 1.4.3 ws: 8.13.0 transitivePeerDependencies: @@ -12002,16 +11972,16 @@ packages: - utf-8-validate dev: true - /puppeteer@20.0.0(typescript@4.9.5): + /puppeteer@20.0.0(typescript@5.0.2): resolution: {integrity: sha512-oVqHsbZFbZzEkRoNR2dZKhUG5fHAQ+vWTRLJ6vrKY5+amsz3bRF3BCTqidbDa6TG+bZ5Y4P+FVv6SUNzxsTvLA==} requiresBuild: true dependencies: - '@puppeteer/browsers': 1.0.0(typescript@4.9.5) + '@puppeteer/browsers': 1.0.0(typescript@5.0.2) cosmiconfig: 8.1.3 https-proxy-agent: 5.0.1 progress: 2.0.3 proxy-from-env: 1.1.0 - puppeteer-core: 20.0.0(typescript@4.9.5) + puppeteer-core: 20.0.0(typescript@5.0.2) transitivePeerDependencies: - bufferutil - encoding @@ -12100,12 +12070,12 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /react-docgen-typescript@2.2.2(typescript@4.9.5): + /react-docgen-typescript@2.2.2(typescript@5.0.2): resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.9.5 + typescript: 5.0.2 dev: false /react-docgen@5.4.3: @@ -12113,8 +12083,8 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.21.4 - '@babel/generator': 7.21.4 + '@babel/core': 7.21.8 + '@babel/generator': 7.21.9 '@babel/runtime': 7.21.0 ast-types: 0.14.2 commander: 2.20.3 @@ -13218,7 +13188,7 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) dev: false /stylehacks@6.0.0(postcss@8.4.21): @@ -13358,7 +13328,7 @@ packages: engines: {node: '>=8'} dev: true - /terser-webpack-plugin@5.3.7(esbuild@0.17.16)(webpack@5.78.0): + /terser-webpack-plugin@5.3.7(esbuild@0.17.6)(webpack@5.78.0): resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -13375,12 +13345,12 @@ packages: optional: true dependencies: '@jridgewell/trace-mapping': 0.3.18 - esbuild: 0.17.16 + esbuild: 0.17.6 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.1 terser: 5.16.9 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) /terser@5.16.9: resolution: {integrity: sha512-HPa/FdTB9XGI2H1/keLFZHxl6WNvAI4YalHGtDQTlMnJcoqSab1UwL4l1hGEhs6/GmLHBZIg/YgB++jcbzoOEg==} @@ -13515,7 +13485,7 @@ packages: resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} engines: {node: '>=6.10'} - /ts-node@10.9.1(@types/node@18.0.0)(typescript@4.9.5): + /ts-node@10.9.1(@types/node@18.0.0)(typescript@5.0.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -13541,7 +13511,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 5.0.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -13559,14 +13529,14 @@ packages: /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils@3.21.0(typescript@4.9.5): + /tsutils@3.21.0(typescript@5.0.2): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.5 + typescript: 5.0.2 /tty-table@4.2.1: resolution: {integrity: sha512-xz0uKo+KakCQ+Dxj1D/tKn2FSyreSYWzdkL/BYhgN6oMW808g8QRMuh1atAV9fjTPbWBjfbkKQpI/5rEcnAc7g==} @@ -13668,9 +13638,9 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false - /typescript@4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} + /typescript@5.0.2: + resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + engines: {node: '>=12.20'} hasBin: true /typical@4.0.0: @@ -13873,7 +13843,7 @@ packages: engines: {node: '>= 4'} /utils-merge@1.0.1: - resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} /uuid@8.3.2: @@ -14076,7 +14046,7 @@ packages: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-bundle-analyzer: 4.8.0 webpack-dev-server: 4.11.1(debug@4.3.4)(webpack-cli@5.0.1)(webpack@5.78.0) webpack-merge: 5.8.0 @@ -14092,7 +14062,7 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) /webpack-dev-server@4.11.1(debug@4.3.4)(webpack-cli@5.0.1)(webpack@5.78.0): resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} @@ -14132,7 +14102,7 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1) + webpack: 5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1) webpack-cli: 5.0.1(webpack-bundle-analyzer@4.8.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) webpack-dev-middleware: 5.3.3(webpack@5.78.0) ws: 8.13.0 @@ -14174,7 +14144,7 @@ packages: resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} dev: false - /webpack@5.78.0(esbuild@0.17.16)(webpack-cli@5.0.1): + /webpack@5.78.0(esbuild@0.17.6)(webpack-cli@5.0.1): resolution: {integrity: sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==} engines: {node: '>=10.13.0'} hasBin: true @@ -14205,7 +14175,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(esbuild@0.17.16)(webpack@5.78.0) + terser-webpack-plugin: 5.3.7(esbuild@0.17.6)(webpack@5.78.0) watchpack: 2.4.0 webpack-cli: 5.0.1(webpack-bundle-analyzer@4.8.0)(webpack-dev-server@4.11.1)(webpack@5.78.0) webpack-sources: 3.2.3 diff --git a/tests/__snapshots__/braid-design-system.test.js.snap b/tests/__snapshots__/braid-design-system.test.js.snap index 63579f228..148d342f2 100644 --- a/tests/__snapshots__/braid-design-system.test.js.snap +++ b/tests/__snapshots__/braid-design-system.test.js.snap @@ -2,8 +2,8 @@ exports[`braid-design-system build should generate the expected files 1`] = ` { - "950-730eb5713ec17f7e08d1.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "950-b3c69ca65431a4bef4f8.css": .lv557c0 { + "328-423f7d5d4960ac18a2c5.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "328-b3c69ca65431a4bef4f8.css": .lv557c0 { -webkit-tap-highlight-color: transparent; border: 0; box-sizing: border-box; @@ -3946,10 +3946,10 @@ html._2krdhtz ._19gn8lng { My Awesome Project - + - - + + @@ -3962,12 +3962,12 @@ html._2krdhtz ._19gn8lng { - - + + ", - "main-985876ad173e0d4ddb56.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-8bedbe2e64e477560897.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "runtime-9338c078a70d954cb9ef.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "seekAnz/index.html": " @@ -3976,10 +3976,10 @@ html._2krdhtz ._19gn8lng { My Awesome Project - + - - + + @@ -3992,8 +3992,8 @@ html._2krdhtz ._19gn8lng { - - + + ", @@ -4003,11 +4003,11 @@ html._2krdhtz ._19gn8lng { exports[`braid-design-system build should return built jobStreet site 1`] = ` SCRIPTS: [ "/runtime-9338c078a70d954cb9ef.js", - "/950-730eb5713ec17f7e08d1.js", - "/main-985876ad173e0d4ddb56.js", + "/328-423f7d5d4960ac18a2c5.js", + "/main-8bedbe2e64e477560897.js", ] CSS: [ - "/950-b3c69ca65431a4bef4f8.css", + "/328-b3c69ca65431a4bef4f8.css", ] SOURCE HTML: @@ -4247,11 +4247,11 @@ POST HYDRATE DIFFS: exports[`braid-design-system build should return built seekAnz site 1`] = ` SCRIPTS: [ "/runtime-9338c078a70d954cb9ef.js", - "/950-730eb5713ec17f7e08d1.js", - "/main-985876ad173e0d4ddb56.js", + "/328-423f7d5d4960ac18a2c5.js", + "/main-8bedbe2e64e477560897.js", ] CSS: [ - "/950-b3c69ca65431a4bef4f8.css", + "/328-b3c69ca65431a4bef4f8.css", ] SOURCE HTML: @@ -4491,11 +4491,11 @@ POST HYDRATE DIFFS: exports[`braid-design-system start should return development jobStreet site 1`] = ` SCRIPTS: [ "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-29aaa6.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3a1ee.js", "/main.js", ] CSS: [ - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-29aaa6.css", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3a1ee.css", ] SOURCE HTML: @@ -4735,11 +4735,11 @@ POST HYDRATE DIFFS: exports[`braid-design-system start should return development seekAnz site 1`] = ` SCRIPTS: [ "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-29aaa6.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3a1ee.js", "/main.js", ] CSS: [ - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-29aaa6.css", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3a1ee.css", ] SOURCE HTML: diff --git a/tests/__snapshots__/custom-src-paths.test.js.snap b/tests/__snapshots__/custom-src-paths.test.js.snap index df6baff5f..c0322f838 100644 --- a/tests/__snapshots__/custom-src-paths.test.js.snap +++ b/tests/__snapshots__/custom-src-paths.test.js.snap @@ -3,8 +3,8 @@ exports[`custom-src-paths build should create valid app 1`] = ` SCRIPTS: [ "/some-static-place/runtime-df7fc58286eea709736e.js", - "/some-static-place/850-1672398ef0c2a60d08ac.js", - "/some-static-place/main-2809fd9c88fd327fc12a.js", + "/some-static-place/258-86dcf2d36390f340021b.js", + "/some-static-place/main-bd0401533d6a21f69e43.js", ] CSS: [] SOURCE HTML: @@ -80,11 +80,11 @@ POST HYDRATE DIFFS: NO DIFF exports[`custom-src-paths build should generate the expected files 1`] = ` { - "850-1672398ef0c2a60d08ac.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "258-86dcf2d36390f340021b.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "index.html": SCRIPTS: [ "/some-static-place/runtime-df7fc58286eea709736e.js", - "/some-static-place/850-1672398ef0c2a60d08ac.js", - "/some-static-place/main-2809fd9c88fd327fc12a.js", + "/some-static-place/258-86dcf2d36390f340021b.js", + "/some-static-place/main-bd0401533d6a21f69e43.js", ] CSS: [] SOURCE HTML: @@ -155,7 +155,7 @@ SOURCE HTML: , - "main-2809fd9c88fd327fc12a.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-bd0401533d6a21f69e43.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "runtime-df7fc58286eea709736e.js": "CONTENTS IGNORED IN SNAPSHOT TEST", } `; @@ -163,7 +163,7 @@ SOURCE HTML: exports[`custom-src-paths start should start a development server 1`] = ` SCRIPTS: [ "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-09aa46.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-58de51.js", "/main.js", ] CSS: [] diff --git a/tests/__snapshots__/library-build.test.js.snap b/tests/__snapshots__/library-build.test.js.snap index 11402a667..93a4f5ae0 100644 --- a/tests/__snapshots__/library-build.test.js.snap +++ b/tests/__snapshots__/library-build.test.js.snap @@ -2,8 +2,8 @@ exports[`library-build build should generate the expected files 1`] = ` { - "518-82f1906afdf1b778c1e1.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "765-8882afbfbe9eedbc3141.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "232-d6d7b2e92a14c2514f85.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "563-c34d104145b7d8204b63.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "MyLibrary.css": .LfCbsbg { color: red; } diff --git a/tests/__snapshots__/library-file.test.js.snap b/tests/__snapshots__/library-file.test.js.snap index 7d86d0cd6..8a4cc1073 100644 --- a/tests/__snapshots__/library-file.test.js.snap +++ b/tests/__snapshots__/library-file.test.js.snap @@ -2,8 +2,8 @@ exports[`library-file build should generate the expected files 1`] = ` { - "518-82f1906afdf1b778c1e1.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "765-8882afbfbe9eedbc3141.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "232-d6d7b2e92a14c2514f85.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "563-c34d104145b7d8204b63.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "my-library.css": .LfCbsbg { color: red; } diff --git a/tests/__snapshots__/multiple-routes.test.js.snap b/tests/__snapshots__/multiple-routes.test.js.snap index eba2f7c5d..642b5bebe 100644 --- a/tests/__snapshots__/multiple-routes.test.js.snap +++ b/tests/__snapshots__/multiple-routes.test.js.snap @@ -2,26 +2,26 @@ exports[`multiple-routes build and serve should generate the expected files 1`] = ` { - "536-145a9d83b7a78dbd1825.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "AsyncComponent-67d9f043c7bff051af1c.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "283-b65dde74011b05bfcfb2.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "AsyncComponent-f564c97a79efa014bb45.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "handlers-Details-065db15fad163b0a609f.css": .EOTSBbL { color: blue; } , - "handlers-Details-4af747779c5b81ec9a18.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "handlers-Details-9c1864199b6a7016df98.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "handlers-Home-0076e4d4a98910c8f902.css": .dyLY_sb { color: red; } , - "handlers-Home-5b384e4bd46954390e70.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "main-28c1daa2b7619e64dd75.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "handlers-Home-3e7d301f15c04b169344.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-d8f14e095ad2c003e052.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "production/au/details/$id/index.html": SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", - "/static/place/runtime-94eb4fca8c69b08f8d01.js", - "/static/place/536-145a9d83b7a78dbd1825.js", - "/static/place/main-28c1daa2b7619e64dd75.js", - "/static/place/handlers-Details-4af747779c5b81ec9a18.js", - "/static/place/AsyncComponent-67d9f043c7bff051af1c.js", + "/static/place/runtime-0ed7145f525217f5c0de.js", + "/static/place/283-b65dde74011b05bfcfb2.js", + "/static/place/main-d8f14e095ad2c003e052.js", + "/static/place/handlers-Details-9c1864199b6a7016df98.js", + "/static/place/AsyncComponent-f564c97a79efa014bb45.js", ] CSS: [ "/static/place/handlers-Details-065db15fad163b0a609f.css", @@ -148,10 +148,10 @@ SOURCE HTML: , "production/au/index.html": SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", - "/static/place/runtime-94eb4fca8c69b08f8d01.js", - "/static/place/536-145a9d83b7a78dbd1825.js", - "/static/place/main-28c1daa2b7619e64dd75.js", - "/static/place/handlers-Home-5b384e4bd46954390e70.js", + "/static/place/runtime-0ed7145f525217f5c0de.js", + "/static/place/283-b65dde74011b05bfcfb2.js", + "/static/place/main-d8f14e095ad2c003e052.js", + "/static/place/handlers-Home-3e7d301f15c04b169344.js", ] CSS: [ "/static/place/handlers-Home-0076e4d4a98910c8f902.css", @@ -263,11 +263,11 @@ SOURCE HTML: , "production/nz/nz/details/:id/index.html": SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", - "/static/place/runtime-94eb4fca8c69b08f8d01.js", - "/static/place/536-145a9d83b7a78dbd1825.js", - "/static/place/main-28c1daa2b7619e64dd75.js", - "/static/place/handlers-Details-4af747779c5b81ec9a18.js", - "/static/place/AsyncComponent-67d9f043c7bff051af1c.js", + "/static/place/runtime-0ed7145f525217f5c0de.js", + "/static/place/283-b65dde74011b05bfcfb2.js", + "/static/place/main-d8f14e095ad2c003e052.js", + "/static/place/handlers-Details-9c1864199b6a7016df98.js", + "/static/place/AsyncComponent-f564c97a79efa014bb45.js", ] CSS: [ "/static/place/handlers-Details-065db15fad163b0a609f.css", @@ -394,10 +394,10 @@ SOURCE HTML: , "production/nz/nz/index.html": SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", - "/static/place/runtime-94eb4fca8c69b08f8d01.js", - "/static/place/536-145a9d83b7a78dbd1825.js", - "/static/place/main-28c1daa2b7619e64dd75.js", - "/static/place/handlers-Home-5b384e4bd46954390e70.js", + "/static/place/runtime-0ed7145f525217f5c0de.js", + "/static/place/283-b65dde74011b05bfcfb2.js", + "/static/place/main-d8f14e095ad2c003e052.js", + "/static/place/handlers-Home-3e7d301f15c04b169344.js", ] CSS: [ "/static/place/handlers-Home-0076e4d4a98910c8f902.css", @@ -507,18 +507,18 @@ SOURCE HTML: , - "runtime-94eb4fca8c69b08f8d01.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "runtime-0ed7145f525217f5c0de.js": "CONTENTS IGNORED IN SNAPSHOT TEST", } `; exports[`multiple-routes build and serve should return details page 1`] = ` SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", - "/static/place/runtime-94eb4fca8c69b08f8d01.js", - "/static/place/536-145a9d83b7a78dbd1825.js", - "/static/place/main-28c1daa2b7619e64dd75.js", - "/static/place/handlers-Details-4af747779c5b81ec9a18.js", - "/static/place/AsyncComponent-67d9f043c7bff051af1c.js", + "/static/place/runtime-0ed7145f525217f5c0de.js", + "/static/place/283-b65dde74011b05bfcfb2.js", + "/static/place/main-d8f14e095ad2c003e052.js", + "/static/place/handlers-Details-9c1864199b6a7016df98.js", + "/static/place/AsyncComponent-f564c97a79efa014bb45.js", ] CSS: [ "/static/place/handlers-Details-065db15fad163b0a609f.css", @@ -658,10 +658,10 @@ POST HYDRATE DIFFS: exports[`multiple-routes build and serve should return home page 1`] = ` SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", - "/static/place/runtime-94eb4fca8c69b08f8d01.js", - "/static/place/536-145a9d83b7a78dbd1825.js", - "/static/place/main-28c1daa2b7619e64dd75.js", - "/static/place/handlers-Home-5b384e4bd46954390e70.js", + "/static/place/runtime-0ed7145f525217f5c0de.js", + "/static/place/283-b65dde74011b05bfcfb2.js", + "/static/place/main-d8f14e095ad2c003e052.js", + "/static/place/handlers-Home-3e7d301f15c04b169344.js", ] CSS: [ "/static/place/handlers-Home-0076e4d4a98910c8f902.css", @@ -778,7 +778,7 @@ exports[`multiple-routes start should render details page correctly 1`] = ` SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-93a86d.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-b9ee74.js", "/main.js", "/handlers-Details.js", "/AsyncComponent.js", @@ -922,7 +922,7 @@ exports[`multiple-routes start should render home page correctly 1`] = ` SCRIPTS: [ "https://code.jquery.com/jquery-3.5.0.slim.min.js", "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-93a86d.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-b9ee74.js", "/main.js", "/handlers-Home.js", ] diff --git a/tests/__snapshots__/public-path.test.js.snap b/tests/__snapshots__/public-path.test.js.snap index 80434a84f..ea63660f5 100644 --- a/tests/__snapshots__/public-path.test.js.snap +++ b/tests/__snapshots__/public-path.test.js.snap @@ -3,8 +3,8 @@ exports[`public path build and serve should create valid app with no unresolved resources 1`] = ` SCRIPTS: [ "/static/runtime-df7fc58286eea709736e.js", - "/static/850-1672398ef0c2a60d08ac.js", - "/static/main-80b7d0b0c9828b0d6977.js", + "/static/258-86dcf2d36390f340021b.js", + "/static/main-5c63c7388de2c8ab022d.js", ] CSS: [ "/static/main-c06e2768c0d8ec21c207.css", diff --git a/tests/__snapshots__/react-css-modules.test.js.snap b/tests/__snapshots__/react-css-modules.test.js.snap index 7c911f980..d9b5649b8 100644 --- a/tests/__snapshots__/react-css-modules.test.js.snap +++ b/tests/__snapshots__/react-css-modules.test.js.snap @@ -3,8 +3,8 @@ exports[`react-css-modules should create valid app 1`] = ` SCRIPTS: [ "/runtime-df7fc58286eea709736e.js", - "/949-f5148835e9a3fc7d011a.js", - "/main-1cc7ba313bdc2fca5da3.js", + "/235-fed19355ef816e81a74f.js", + "/main-22a6e81fd73c910949be.js", ] CSS: [ "/main-cb8848ae92e1e9d08128.css", @@ -101,11 +101,11 @@ POST HYDRATE DIFFS: exports[`react-css-modules should generate the expected files 1`] = ` { - "949-f5148835e9a3fc7d011a.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "235-fed19355ef816e81a74f.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "index.html": SCRIPTS: [ "/runtime-df7fc58286eea709736e.js", - "/949-f5148835e9a3fc7d011a.js", - "/main-1cc7ba313bdc2fca5da3.js", + "/235-fed19355ef816e81a74f.js", + "/main-22a6e81fd73c910949be.js", ] CSS: [ "/main-cb8848ae92e1e9d08128.css", @@ -188,7 +188,7 @@ SOURCE HTML: , - "main-1cc7ba313bdc2fca5da3.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-22a6e81fd73c910949be.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "main-cb8848ae92e1e9d08128.css": .eRNyDeb { display: flex; } diff --git a/tests/__snapshots__/sku-with-https.test.js.snap b/tests/__snapshots__/sku-with-https.test.js.snap index 92101bbdc..e4fa582e5 100644 --- a/tests/__snapshots__/sku-with-https.test.js.snap +++ b/tests/__snapshots__/sku-with-https.test.js.snap @@ -3,8 +3,8 @@ exports[`sku-with-https serve should start a development server 1`] = ` SCRIPTS: [ "/runtime-a5c914bdf89f464ecb2e.js", - "/949-f5148835e9a3fc7d011a.js", - "/main-107b657248829a12241c.js", + "/235-fed19355ef816e81a74f.js", + "/main-123654aaf62c8a804659.js", ] CSS: [ "/main-cb8848ae92e1e9d08128.css", @@ -120,7 +120,7 @@ POST HYDRATE DIFFS: exports[`sku-with-https start should start a development server 1`] = ` SCRIPTS: [ "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-95075d.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3a86c.js", "/main.js", ] CSS: [ diff --git a/tests/__snapshots__/source-maps.test.js.snap b/tests/__snapshots__/source-maps.test.js.snap index 10acfaf3a..c97c999c7 100644 --- a/tests/__snapshots__/source-maps.test.js.snap +++ b/tests/__snapshots__/source-maps.test.js.snap @@ -2,12 +2,12 @@ exports[`source-maps build should generate the expected files 1`] = ` { - "850-5133c1643ef6ad81ee28.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "850-5133c1643ef6ad81ee28.js.map": "CONTENTS IGNORED IN SNAPSHOT TEST", + "258-019c027e1daadc938357.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "258-019c027e1daadc938357.js.map": "CONTENTS IGNORED IN SNAPSHOT TEST", "index.html": SCRIPTS: [ "/static/source-maps/runtime-c4af24a6a23c633bcca3.js", - "/static/source-maps/850-5133c1643ef6ad81ee28.js", - "/static/source-maps/main-a240015cd3b20610bb4b.js", + "/static/source-maps/258-019c027e1daadc938357.js", + "/static/source-maps/main-80c2c19f81950bb77c13.js", ] CSS: [] SOURCE HTML: @@ -78,8 +78,8 @@ SOURCE HTML: , - "main-a240015cd3b20610bb4b.js": "CONTENTS IGNORED IN SNAPSHOT TEST", - "main-a240015cd3b20610bb4b.js.map": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-80c2c19f81950bb77c13.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-80c2c19f81950bb77c13.js.map": "CONTENTS IGNORED IN SNAPSHOT TEST", "runtime-c4af24a6a23c633bcca3.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "runtime-c4af24a6a23c633bcca3.js.map": "CONTENTS IGNORED IN SNAPSHOT TEST", } diff --git a/tests/__snapshots__/ssr-hello-world.test.js.snap b/tests/__snapshots__/ssr-hello-world.test.js.snap index a5c3c4719..e8b937d5f 100644 --- a/tests/__snapshots__/ssr-hello-world.test.js.snap +++ b/tests/__snapshots__/ssr-hello-world.test.js.snap @@ -3,8 +3,8 @@ exports[`ssr-hello-world build custom port should generate a production server running on custom port 1`] = ` SCRIPTS: [ "http://localhost:4000/runtime-21ba7ee762f9d6616967.js", - "http://localhost:4000/850-1672398ef0c2a60d08ac.js", - "http://localhost:4000/main-17a1e741fdb5a94f1873.js", + "http://localhost:4000/258-86dcf2d36390f340021b.js", + "http://localhost:4000/main-596c863a4e653c9fb05e.js", "https://code.jquery.com/jquery-3.5.0.slim.min.js", ] CSS: [ @@ -109,8 +109,8 @@ POST HYDRATE DIFFS: NO DIFF exports[`ssr-hello-world build default port should generate a production server based on config 1`] = ` SCRIPTS: [ "http://localhost:4000/runtime-21ba7ee762f9d6616967.js", - "http://localhost:4000/850-1672398ef0c2a60d08ac.js", - "http://localhost:4000/main-17a1e741fdb5a94f1873.js", + "http://localhost:4000/258-86dcf2d36390f340021b.js", + "http://localhost:4000/main-596c863a4e653c9fb05e.js", "https://code.jquery.com/jquery-3.5.0.slim.min.js", ] CSS: [ @@ -215,7 +215,7 @@ POST HYDRATE DIFFS: NO DIFF exports[`ssr-hello-world start should start a development server 1`] = ` SCRIPTS: [ "http://127.0.0.1:8100/runtime.js", - "http://127.0.0.1:8100/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-17e912.js", + "http://127.0.0.1:8100/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-454846.js", "http://127.0.0.1:8100/main.js", "https://code.jquery.com/jquery-3.5.0.slim.min.js", ] diff --git a/tests/__snapshots__/ssr-translations.test.js.snap b/tests/__snapshots__/ssr-translations.test.js.snap index a1acdf845..d98a47a1b 100644 --- a/tests/__snapshots__/ssr-translations.test.js.snap +++ b/tests/__snapshots__/ssr-translations.test.js.snap @@ -3,7 +3,7 @@ exports[`ssr translations should render en 1`] = ` SCRIPTS: [ "http://127.0.0.1:8313/runtime.js", - "http://127.0.0.1:8313/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-cafa5b.js", + "http://127.0.0.1:8313/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3cf2c.js", "http://127.0.0.1:8313/main.js", "http://127.0.0.1:8313/en-translations.js", ] @@ -105,7 +105,7 @@ POST HYDRATE DIFFS: NO DIFF exports[`ssr translations should render en-PSEUDO 1`] = ` SCRIPTS: [ "http://127.0.0.1:8313/runtime.js", - "http://127.0.0.1:8313/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-cafa5b.js", + "http://127.0.0.1:8313/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3cf2c.js", "http://127.0.0.1:8313/main.js", "http://127.0.0.1:8313/en-PSEUDO-translations.js", ] @@ -207,7 +207,7 @@ POST HYDRATE DIFFS: NO DIFF exports[`ssr translations should render fr 1`] = ` SCRIPTS: [ "http://127.0.0.1:8313/runtime.js", - "http://127.0.0.1:8313/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-cafa5b.js", + "http://127.0.0.1:8313/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-f3cf2c.js", "http://127.0.0.1:8313/main.js", "http://127.0.0.1:8313/fr-translations.js", ] diff --git a/tests/__snapshots__/translations.test.js.snap b/tests/__snapshots__/translations.test.js.snap index 83439e96a..5e5ba871f 100644 --- a/tests/__snapshots__/translations.test.js.snap +++ b/tests/__snapshots__/translations.test.js.snap @@ -3,8 +3,8 @@ exports[`translations should render en 1`] = ` SCRIPTS: [ "/runtime-c90bedc6c1e41d593d60.js", - "/298-e7bbd14d05c894fe24a5.js", - "/main-952ac1a7a163db10b764.js", + "/364-70e8bb82b7e4574a0eae.js", + "/main-313eb16fd9ae263cd78c.js", "/en-translations-b17efc1aa5d571ed56f2.js", ] CSS: [] @@ -101,8 +101,8 @@ POST HYDRATE DIFFS: NO DIFF exports[`translations should render en-PSEUDO post-hydration 1`] = ` SCRIPTS: [ "/runtime-c90bedc6c1e41d593d60.js", - "/298-e7bbd14d05c894fe24a5.js", - "/main-952ac1a7a163db10b764.js", + "/364-70e8bb82b7e4574a0eae.js", + "/main-313eb16fd9ae263cd78c.js", "/en-translations-b17efc1aa5d571ed56f2.js", ] CSS: [] @@ -209,8 +209,8 @@ POST HYDRATE DIFFS: exports[`translations should render fr 1`] = ` SCRIPTS: [ "/runtime-c90bedc6c1e41d593d60.js", - "/298-e7bbd14d05c894fe24a5.js", - "/main-952ac1a7a163db10b764.js", + "/364-70e8bb82b7e4574a0eae.js", + "/main-313eb16fd9ae263cd78c.js", "/fr-translations-8d39ba177a70a2aa4224.js", ] CSS: [] @@ -307,8 +307,8 @@ POST HYDRATE DIFFS: NO DIFF exports[`translations should support query parameters 1`] = ` SCRIPTS: [ "/runtime-c90bedc6c1e41d593d60.js", - "/298-e7bbd14d05c894fe24a5.js", - "/main-952ac1a7a163db10b764.js", + "/364-70e8bb82b7e4574a0eae.js", + "/main-313eb16fd9ae263cd78c.js", "/en-translations-b17efc1aa5d571ed56f2.js", ] CSS: [] diff --git a/tests/__snapshots__/typescript-css-modules.test.js.snap b/tests/__snapshots__/typescript-css-modules.test.js.snap index 90058ebb5..4c471d084 100644 --- a/tests/__snapshots__/typescript-css-modules.test.js.snap +++ b/tests/__snapshots__/typescript-css-modules.test.js.snap @@ -3,8 +3,8 @@ exports[`typescript-css-modules build should create valid app 1`] = ` SCRIPTS: [ "/static/typescript/runtime-df7fc58286eea709736e.js", - "/static/typescript/949-f5148835e9a3fc7d011a.js", - "/static/typescript/main-cf274601b030aabee2e9.js", + "/static/typescript/235-fed19355ef816e81a74f.js", + "/static/typescript/main-6d1257200649b9f86c56.js", ] CSS: [ "/static/typescript/main-cb8848ae92e1e9d08128.css", @@ -105,7 +105,7 @@ POST HYDRATE DIFFS: exports[`typescript-css-modules build should generate the expected files 1`] = ` { - "949-f5148835e9a3fc7d011a.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "235-fed19355ef816e81a74f.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "components/BlueBlock/BlueBlock.less.d.ts": "// This file is automatically generated. // Please do not change this file! export const border: string; @@ -118,8 +118,8 @@ export const root: string; ", "index.html": SCRIPTS: [ "/static/typescript/runtime-df7fc58286eea709736e.js", - "/static/typescript/949-f5148835e9a3fc7d011a.js", - "/static/typescript/main-cf274601b030aabee2e9.js", + "/static/typescript/235-fed19355ef816e81a74f.js", + "/static/typescript/main-6d1257200649b9f86c56.js", ] CSS: [ "/static/typescript/main-cb8848ae92e1e9d08128.css", @@ -215,6 +215,7 @@ interface CssExports { export const cssExports: CssExports; export default cssExports; ", + "main-6d1257200649b9f86c56.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "main-cb8848ae92e1e9d08128.css": .eRNyDeb { display: flex; } @@ -222,7 +223,6 @@ export default cssExports; font-size: 32px; } , - "main-cf274601b030aabee2e9.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "runtime-df7fc58286eea709736e.js": "CONTENTS IGNORED IN SNAPSHOT TEST", } `; @@ -230,8 +230,8 @@ export default cssExports; exports[`typescript-css-modules build-ssr should create valid app 1`] = ` SCRIPTS: [ "http://localhost:4003/runtime-424bd133a78585db66ac.js", - "http://localhost:4003/720-c33dfe131f8fc5045f13.js", - "http://localhost:4003/main-6719c95d164f23e38b0a.js", + "http://localhost:4003/16-930bbb195bedab324553.js", + "http://localhost:4003/main-4f61eaece6b2c126eb62.js", ] CSS: [ "http://localhost:4003/main-cb8848ae92e1e9d08128.css", @@ -340,7 +340,7 @@ POST HYDRATE DIFFS: exports[`typescript-css-modules build-ssr should generate the expected files 1`] = ` { - "720-c33dfe131f8fc5045f13.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "16-930bbb195bedab324553.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "components/BlueBlock/BlueBlock.less.d.ts": "// This file is automatically generated. // Please do not change this file! export const border: string; @@ -360,7 +360,7 @@ interface CssExports { export const cssExports: CssExports; export default cssExports; ", - "main-6719c95d164f23e38b0a.js": "CONTENTS IGNORED IN SNAPSHOT TEST", + "main-4f61eaece6b2c126eb62.js": "CONTENTS IGNORED IN SNAPSHOT TEST", "main-cb8848ae92e1e9d08128.css": .eRNyDeb { display: flex; } @@ -376,7 +376,7 @@ export default cssExports; exports[`typescript-css-modules start should start a development server 1`] = ` SCRIPTS: [ "/runtime.js", - "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-ec5a05.js", + "/vendors-node_modules_pnpm_loadable_component_5_15_3_react_18_2_0_node_modules_loadable_compon-04e993.js", "/main.js", ] CSS: [