From a33ff18206bd9da31dad208450e0f00d95289556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:36:09 +0000 Subject: [PATCH] fix(deps): update dependencies (non-major) (#1252) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/cra-template-bod/package.json | 2 +- packages/eslint-config-bod/package.json | 12 +- packages/eslint-config/package.json | 2 +- packages/react-scripts/package.json | 4 +- packages/webpack-template/package.json | 6 +- pnpm-lock.yaml | 1879 +++++++++++------------ website/package.json | 2 +- 8 files changed, 950 insertions(+), 959 deletions(-) diff --git a/package.json b/package.json index f15c60c0..01860b20 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@dg-scripts/eslint-config": "workspace:^", "@dg-scripts/stylelint-config": "workspace:^", "@types/jest": "^29.5.12", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "@types/semver": "^7.5.8", "chalk": "^4.1.2", "chokidar": "^3.6.0", diff --git a/packages/cra-template-bod/package.json b/packages/cra-template-bod/package.json index 8fba2427..9ca8f260 100644 --- a/packages/cra-template-bod/package.json +++ b/packages/cra-template-bod/package.json @@ -58,7 +58,7 @@ "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12", "@types/jest-axe": "^3.5.9", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "eslint-config-bod": "workspace:^", diff --git a/packages/eslint-config-bod/package.json b/packages/eslint-config-bod/package.json index 18d6805a..5fad8ccf 100644 --- a/packages/eslint-config-bod/package.json +++ b/packages/eslint-config-bod/package.json @@ -35,16 +35,16 @@ "babel-preset-react-app": "^10.0.1", "confusing-browser-globals": "^1.0.11", "eslint-config-eslint": "^9.0.0", - "eslint-plugin-import-x": "^4.1.1", - "eslint-plugin-jest": "^28.8.1", - "eslint-plugin-jsx-a11y": "^6.9.0", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-import-x": "^4.2.1", + "eslint-plugin-jest": "^28.8.3", + "eslint-plugin-jsx-a11y": "^6.10.0", + "eslint-plugin-react": "^7.35.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.3.0", "globals": "^15.9.0", - "typescript-eslint": "^8.3.0" + "typescript-eslint": "^8.4.0" }, "devDependencies": { - "@typescript-eslint/utils": "^8.3.0" + "@typescript-eslint/utils": "^8.4.0" } } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 00ea371e..7c1d0497 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@antfu/eslint-config": "^2.27.3", - "@eslint-react/eslint-plugin": "^1.12.4", + "@eslint-react/eslint-plugin": "^1.13.0", "@eslint/eslintrc": "^3.1.0", "eslint-plugin-format": "^0.1.2", "eslint-plugin-promise": "^7.1.0", diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index cb1735cb..b54da2c4 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -67,7 +67,7 @@ "jest-resolve": "^29.7.0", "jest-watch-typeahead": "^2.2.2", "mini-css-extract-plugin": "^2.9.1", - "postcss": "^8.4.42", + "postcss": "^8.4.45", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^8.1.1", "postcss-normalize": "^10.0.1", @@ -92,7 +92,7 @@ "terser-webpack-plugin": "^5.3.10", "webpack": "^5.94.0", "webpack-bundle-analyzer": "^4.10.2", - "webpack-dev-server": "^5.0.4", + "webpack-dev-server": "^5.1.0", "webpack-manifest-plugin": "^5.0.0", "webpackbar": "^6.0.1", "workbox-webpack-plugin": "^7.1.0" diff --git a/packages/webpack-template/package.json b/packages/webpack-template/package.json index e7bb6581..864b5260 100644 --- a/packages/webpack-template/package.json +++ b/packages/webpack-template/package.json @@ -57,7 +57,7 @@ "@dg-scripts/stylelint-config": "workspace:^", "@svgr/webpack": "^8.1.0", "@types/jest": "^29.5.12", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "babel-loader": "^9.1.3", "cross-env": "^7.0.3", "css-loader": "^7.1.2", @@ -71,7 +71,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "mini-css-extract-plugin": "^2.9.1", - "postcss": "^8.4.42", + "postcss": "^8.4.45", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^8.1.1", "postcss-preset-env": "^10.0.2", @@ -91,7 +91,7 @@ "webpack": "^5.94.0", "webpack-bundle-analyzer": "^4.10.2", "webpack-cli": "^5.1.4", - "webpack-dev-server": "^5.0.4", + "webpack-dev-server": "^5.1.0", "webpackbar": "^6.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0bb811b6..8500de78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^29.5.12 version: 29.5.12 '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 '@types/semver': specifier: ^7.5.8 version: 7.5.8 @@ -46,7 +46,7 @@ importers: version: 8.57.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + version: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) lerna: specifier: ^8.1.8 version: 8.1.8(babel-plugin-macros@3.1.0)(encoding@0.1.13) @@ -61,10 +61,10 @@ importers: version: 16.9.0(typescript@5.5.4) ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + version: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) tslib: specifier: ^2.7.0 version: 2.7.0 @@ -166,8 +166,8 @@ importers: specifier: ^3.5.9 version: 3.5.9 '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 '@types/react': specifier: ^18.3.5 version: 18.3.5 @@ -196,10 +196,10 @@ importers: dependencies: '@antfu/eslint-config': specifier: ^2.27.3 - version: 2.27.3(@eslint-react/eslint-plugin@1.12.4(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/utils@8.3.0(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.23)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.11(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4) + version: 2.27.3(@eslint-react/eslint-plugin@1.13.0(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.23)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.11(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4) '@eslint-react/eslint-plugin': - specifier: ^1.12.4 - version: 1.12.4(eslint@8.57.0)(typescript@5.5.4) + specifier: ^1.13.0 + version: 1.13.0(eslint@8.57.0)(typescript@5.5.4) '@eslint/eslintrc': specifier: ^3.1.0 version: 3.1.0 @@ -264,17 +264,17 @@ importers: specifier: ^9.0.0 version: 9.0.0(eslint@8.57.0) eslint-plugin-import-x: - specifier: ^4.1.1 - version: 4.1.1(eslint@8.57.0)(typescript@5.5.4) + specifier: ^4.2.1 + version: 4.2.1(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-jest: - specifier: ^28.8.1 - version: 28.8.1(@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4) + specifier: ^28.8.3 + version: 28.8.3(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4) eslint-plugin-jsx-a11y: - specifier: ^6.9.0 - version: 6.9.0(eslint@8.57.0) + specifier: ^6.10.0 + version: 6.10.0(eslint@8.57.0) eslint-plugin-react: - specifier: ^7.35.0 - version: 7.35.0(eslint@8.57.0) + specifier: ^7.35.2 + version: 7.35.2(eslint@8.57.0) eslint-plugin-react-hooks: specifier: ^4.6.2 version: 4.6.2(eslint@8.57.0) @@ -285,12 +285,12 @@ importers: specifier: ^15.9.0 version: 15.9.0 typescript-eslint: - specifier: ^8.3.0 - version: 8.3.0(eslint@8.57.0)(typescript@5.5.4) + specifier: ^8.4.0 + version: 8.4.0(eslint@8.57.0)(typescript@5.5.4) devDependencies: '@typescript-eslint/utils': - specifier: ^8.3.0 - version: 8.3.0(eslint@8.57.0)(typescript@5.5.4) + specifier: ^8.4.0 + version: 8.4.0(eslint@8.57.0)(typescript@5.5.4) packages/react-scripts: dependencies: @@ -299,13 +299,13 @@ importers: version: 7.25.2 '@pmmmwh/react-refresh-webpack-plugin': specifier: ^0.5.15 - version: 0.5.15(react-refresh@0.14.2)(type-fest@4.26.0)(webpack-dev-server@5.0.4(webpack@5.94.0))(webpack@5.94.0) + version: 0.5.15(react-refresh@0.14.2)(type-fest@4.26.0)(webpack-dev-server@5.1.0(webpack@5.94.0))(webpack@5.94.0) '@svgr/webpack': specifier: ^8.1.0 version: 8.1.0(typescript@5.5.4) autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.42) + version: 10.4.20(postcss@8.4.45) babel-jest: specifier: ^29.7.0 version: 29.7.0(@babel/core@7.25.2) @@ -365,7 +365,7 @@ importers: version: 3.0.0 jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + version: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-environment-jsdom: specifier: ^29.7.0 version: 29.7.0 @@ -374,25 +374,25 @@ importers: version: 29.7.0 jest-watch-typeahead: specifier: ^2.2.2 - version: 2.2.2(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))) + version: 2.2.2(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))) mini-css-extract-plugin: specifier: ^2.9.1 version: 2.9.1(webpack@5.94.0) postcss: - specifier: ^8.4.42 - version: 8.4.42 + specifier: ^8.4.45 + version: 8.4.45 postcss-flexbugs-fixes: specifier: ^5.0.2 - version: 5.0.2(postcss@8.4.42) + version: 5.0.2(postcss@8.4.45) postcss-loader: specifier: ^8.1.1 - version: 8.1.1(postcss@8.4.42)(typescript@5.5.4)(webpack@5.94.0) + version: 8.1.1(postcss@8.4.45)(typescript@5.5.4)(webpack@5.94.0) postcss-normalize: specifier: ^10.0.1 - version: 10.0.1(browserslist@4.23.3)(postcss@8.4.42) + version: 10.0.1(browserslist@4.23.3)(postcss@8.4.45) postcss-preset-env: specifier: ^10.0.2 - version: 10.0.2(postcss@8.4.42) + version: 10.0.2(postcss@8.4.45) prettier: specifier: ^3.3.3 version: 3.3.3 @@ -443,7 +443,7 @@ importers: version: 5.0.1(stylelint@16.9.0(typescript@5.5.4))(webpack@5.94.0) tailwindcss: specifier: ^3.4.10 - version: 3.4.10(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + version: 3.4.10(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) terser-webpack-plugin: specifier: ^5.3.10 version: 5.3.10(webpack@5.94.0) @@ -457,8 +457,8 @@ importers: specifier: ^4.10.2 version: 4.10.2 webpack-dev-server: - specifier: ^5.0.4 - version: 5.0.4(webpack@5.94.0) + specifier: ^5.1.0 + version: 5.1.0(webpack@5.94.0) webpack-manifest-plugin: specifier: ^5.0.0 version: 5.0.0(webpack@5.94.0) @@ -515,7 +515,7 @@ importers: version: 36.0.1(stylelint@16.9.0(typescript@5.5.4)) stylelint-config-standard-scss: specifier: ^13.1.0 - version: 13.1.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)) + version: 13.1.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)) devDependencies: stylelint: specifier: ^16.9.0 @@ -548,8 +548,8 @@ importers: specifier: ^29.5.12 version: 29.5.12 '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 babel-loader: specifier: ^9.1.3 version: 9.1.3(@babel/core@7.25.2)(webpack@5.94.0(webpack-cli@5.1.4)) @@ -582,7 +582,7 @@ importers: version: 5.6.0(webpack@5.94.0(webpack-cli@5.1.4)) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + version: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-environment-jsdom: specifier: ^29.7.0 version: 29.7.0 @@ -590,17 +590,17 @@ importers: specifier: ^2.9.1 version: 2.9.1(webpack@5.94.0(webpack-cli@5.1.4)) postcss: - specifier: ^8.4.42 - version: 8.4.42 + specifier: ^8.4.45 + version: 8.4.45 postcss-flexbugs-fixes: specifier: ^5.0.2 - version: 5.0.2(postcss@8.4.42) + version: 5.0.2(postcss@8.4.45) postcss-loader: specifier: ^8.1.1 - version: 8.1.1(postcss@8.4.42)(typescript@5.5.4)(webpack@5.94.0(webpack-cli@5.1.4)) + version: 8.1.1(postcss@8.4.45)(typescript@5.5.4)(webpack@5.94.0(webpack-cli@5.1.4)) postcss-preset-env: specifier: ^10.0.2 - version: 10.0.2(postcss@8.4.42) + version: 10.0.2(postcss@8.4.45) prettier: specifier: ^3.3.3 version: 3.3.3 @@ -618,13 +618,13 @@ importers: version: 5.0.1(stylelint@16.9.0(typescript@5.5.4))(webpack@5.94.0(webpack-cli@5.1.4)) ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4) + version: 29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4) ts-loader: specifier: ^9.5.1 version: 9.5.1(typescript@5.5.4)(webpack@5.94.0(webpack-cli@5.1.4)) ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + version: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) tsconfig-paths-webpack-plugin: specifier: ^4.1.0 version: 4.1.0 @@ -648,10 +648,10 @@ importers: version: 4.10.2 webpack-cli: specifier: ^5.1.4 - version: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0) + version: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0) webpack-dev-server: - specifier: ^5.0.4 - version: 5.0.4(webpack-cli@5.1.4)(webpack@5.94.0) + specifier: ^5.1.0 + version: 5.1.0(webpack-cli@5.1.4)(webpack@5.94.0) webpackbar: specifier: ^6.0.1 version: 6.0.1(webpack@5.94.0(webpack-cli@5.1.4)) @@ -693,8 +693,8 @@ importers: specifier: ^3.0.1 version: 3.0.1(@types/react@18.3.5)(react@18.3.1) '@types/node': - specifier: ^20.16.3 - version: 20.16.3 + specifier: ^20.16.5 + version: 20.16.5 typescript: specifier: ^5.5.4 version: 5.5.4 @@ -2065,14 +2065,14 @@ packages: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-react/ast@1.12.4': - resolution: {integrity: sha512-o4vt8J3U9mla2/hHInc7kWnqVTGlptRZF5edgdm7Y6FG9eqh1y6K5CoCGssI8KTP6ygWiJafwdBDewUUcEV8Rw==} + '@eslint-react/ast@1.13.0': + resolution: {integrity: sha512-xHXPwnomD3CCOuuTVYQzKngW1jJtU7vUcvO31zkdG2LrHOY8Sr5RSgH30bXDNgNDykW2BKB3XQZ8e5hTFv8Iyg==} - '@eslint-react/core@1.12.4': - resolution: {integrity: sha512-nzkB6wStKRMmOlL3LFxPzqEXU6ECBbrcKGVPf4dMIBYKgwP6MGEDAQ7DDKe8sAA0+E05evNO6zWta4bEjm9Rdg==} + '@eslint-react/core@1.13.0': + resolution: {integrity: sha512-UzaDnUAvT13Kfu2pCRzISDu+k8/imfE3hH9BjN6A0hmA2C5/hqZrpPxO4KDpx6U3VhEF7WVv8TmKa1ttpxnmoA==} - '@eslint-react/eslint-plugin@1.12.4': - resolution: {integrity: sha512-E11qPEXjj1sRqZnYdiH72llxaujWxwvSCdkAUVEUh3+R9OFr7o3XKHUohO+Q/Y0IPA4rNuJC7jJGojDQKLQc+w==} + '@eslint-react/eslint-plugin@1.13.0': + resolution: {integrity: sha512-RO2bX3rtR57tGI6CF2UQ57v3lcV/d36WMiQH6XPEYTJ3Pp3N0zo70B1HX0TzLBsJTdaygI1TIAmwbnJ+m3UCQA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2081,20 +2081,20 @@ packages: typescript: optional: true - '@eslint-react/jsx@1.12.4': - resolution: {integrity: sha512-feK2TRjQSSucxgt7OXvsT4ErziOrbd/VBB8y+lX5ftvAOQBRLLGL/lSR9mND8CjYg43lead6LHkGaAuwYpNP1Q==} + '@eslint-react/jsx@1.13.0': + resolution: {integrity: sha512-FTHYHtc7vYfoGv++/dj5Gsvwj8rsQ3R8znXuAA/76poSRLBYb9WVtc6um062NJcBv00xBBORNz6IGdGlFP2cDA==} - '@eslint-react/shared@1.12.4': - resolution: {integrity: sha512-Rr3RmExmBdNmkZltL+GeL4WrlbksnJycc3CXULqAp6a/p144HAcPT24y83Fy9jeljbB98gDk8XtYmxnQqiPigQ==} + '@eslint-react/shared@1.13.0': + resolution: {integrity: sha512-CVr3iKeFo+oDPoLB39mSRfZirUs5DY+4QaXfx01FNGqZGHlPCsW3NxYiWbgxc/1dkH7LDf2HA1/2TKVaf6zvlQ==} - '@eslint-react/tools@1.12.4': - resolution: {integrity: sha512-jICt7WslsvQPgONOy68IMA9nUZPWR25llntbAyW5zsHUmXU0wYgnt50i6oLtaoeMp2TNucQN2fY3Bo4MWyp7VQ==} + '@eslint-react/tools@1.13.0': + resolution: {integrity: sha512-KPiuuZVSCKDDGJX+ktrTYBcKQLXrEGaqDYbtBpS9m5qEQpV0C9wtFWDoZh92Bxw6K7hS9uBhT90w4enGH+wgNA==} - '@eslint-react/types@1.12.4': - resolution: {integrity: sha512-TxCkj0ARhb0Kl66Zc6TWN0MsTYx68zi7uwU+cfrlxyxJQ3/TTeu8pl9BuD/nMweUDIB5B/SgMq3HtyIyQyhk6g==} + '@eslint-react/types@1.13.0': + resolution: {integrity: sha512-Of1WmYWExaX9PoZOn7o8EVFYy/4J+lekr6DmF8GXupkKetlSquBfpDmqKbTi9E8XMWo0hHTYQhpDY1IbQCEF4w==} - '@eslint-react/var@1.12.4': - resolution: {integrity: sha512-3O8zaWYDS6JBqiVY0GyxpUUsEIwqZcuft7yNtxWfTRrDlJLl+RJjZ25oX4hZFD6jh+XI15nL48VLM4oR4zYdnQ==} + '@eslint-react/var@1.13.0': + resolution: {integrity: sha512-clZ7/uU5m5r1htjDECAv7RDDtj2UmP1/roUabtq/eqwT5vqvNNfQzH2AmttD4R476QrnKVJ51cQGK0a87mKyTA==} '@eslint/eslintrc@2.1.4': resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} @@ -3071,8 +3071,8 @@ packages: '@types/node@17.0.45': resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@types/node@20.16.3': - resolution: {integrity: sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==} + '@types/node@20.16.5': + resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3164,8 +3164,8 @@ packages: '@types/yargs@17.0.32': resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} - '@typescript-eslint/eslint-plugin@8.3.0': - resolution: {integrity: sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==} + '@typescript-eslint/eslint-plugin@8.4.0': + resolution: {integrity: sha512-rg8LGdv7ri3oAlenMACk9e+AR4wUV0yrrG+XKsGKOK0EVgeEDqurkXMPILG2836fW4ibokTB5v4b6Z9+GYQDEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 @@ -3185,8 +3185,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.3.0': - resolution: {integrity: sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==} + '@typescript-eslint/parser@8.4.0': + resolution: {integrity: sha512-NHgWmKSgJk5K9N16GIhQ4jSobBoJwrmURaLErad0qlLjrpP5bECYg+wxVTGlGZmJbU03jj/dfnb6V9bw+5icsA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3203,12 +3203,12 @@ packages: resolution: {integrity: sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/scope-manager@8.3.0': - resolution: {integrity: sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==} + '@typescript-eslint/scope-manager@8.4.0': + resolution: {integrity: sha512-n2jFxLeY0JmKfUqy3P70rs6vdoPjHK8P/w+zJcV3fk0b0BwRXC/zxRTEnAsgYT7MwdQDt/ZEbtdzdVC+hcpF0A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.3.0': - resolution: {integrity: sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==} + '@typescript-eslint/type-utils@8.4.0': + resolution: {integrity: sha512-pu2PAmNrl9KX6TtirVOrbLPLwDmASpZhK/XU7WvoKoCUkdtq9zF7qQ7gna0GBZFN0hci0vHaSusiL2WpsQk37A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3228,8 +3228,8 @@ packages: resolution: {integrity: sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/types@8.3.0': - resolution: {integrity: sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==} + '@typescript-eslint/types@8.4.0': + resolution: {integrity: sha512-T1RB3KQdskh9t3v/qv7niK6P8yvn7ja1mS7QK7XfRVL6wtZ8/mFs/FHf4fKvTA0rKnqnYxl/uHFNbnEt0phgbw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@5.62.0': @@ -3250,8 +3250,8 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.3.0': - resolution: {integrity: sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==} + '@typescript-eslint/typescript-estree@8.4.0': + resolution: {integrity: sha512-kJ2OIP4dQw5gdI4uXsaxUZHRwWAGpREJ9Zq6D5L0BweyOrWsL6Sz0YcAZGWhvKnH7fm1J5YFE1JrQL0c9dd53A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -3265,8 +3265,8 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - '@typescript-eslint/utils@8.3.0': - resolution: {integrity: sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==} + '@typescript-eslint/utils@8.4.0': + resolution: {integrity: sha512-swULW8n1IKLjRAgciCkTCafyTHHfwVQFt8DovmaF69sKbOxTSFMmIZaSHjqO9i/RV0wIblaawhzvtva8Nmm7lQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -3279,8 +3279,8 @@ packages: resolution: {integrity: sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/visitor-keys@8.3.0': - resolution: {integrity: sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==} + '@typescript-eslint/visitor-keys@8.4.0': + resolution: {integrity: sha512-zTQD6WLNTre1hj5wp09nBIDiOc2U5r/qmzo7wxPn4ZgAjHql09EofqhF9WF+fZHzL5aCyaIpPcT2hyxl73kr9A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.2.0': @@ -3777,6 +3777,10 @@ packages: resolution: {integrity: sha512-LEUDjgmdJoA3LqklSTwKYqkjcZ4HKc4ddIYGSAiSkr46NTjzg2L9RNB+lekO9P7Dlpa87+hBtzc2Fzn/+GUWMQ==} engines: {node: '>=4'} + axe-core@4.10.0: + resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==} + engines: {node: '>=4'} + axe-core@4.9.1: resolution: {integrity: sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==} engines: {node: '>=4'} @@ -3784,8 +3788,9 @@ packages: axios@1.6.8: resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} - axobject-query@3.1.1: - resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} b4a@1.6.6: resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} @@ -5234,8 +5239,8 @@ packages: peerDependencies: eslint: ^8.40.0 || ^9.0.0 - eslint-plugin-import-x@4.1.1: - resolution: {integrity: sha512-dBEM8fACIFNt4H7GoOaRmnH6evJW6JSTJTYYgmRd3vI4geBTjgDM/JyUDKUwIw0HDSyI+u7Vs3vFRXUo/BOAtA==} + eslint-plugin-import-x@4.2.1: + resolution: {integrity: sha512-WWi2GedccIJa0zXxx3WDnTgouGQTtdYK1nhXMwywbqqAgB0Ov+p1pYBsWh3VaB0bvBOwLse6OfVII7jZD9xo5Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5250,8 +5255,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jest@28.8.1: - resolution: {integrity: sha512-G46XMyYu6PtSNJUkQ0hsPjzXYpzq/O4vpCciMizTKRJG8kNsRreGoMRDG6H9FIB/xVgfFuclVnuX4XRvFUzrZQ==} + eslint-plugin-jest@28.8.3: + resolution: {integrity: sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ==} engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5281,11 +5286,11 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-plugin-jsx-a11y@6.9.0: - resolution: {integrity: sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==} + eslint-plugin-jsx-a11y@6.10.0: + resolution: {integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==} engines: {node: '>=4.0'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9 eslint-plugin-markdown@5.1.0: resolution: {integrity: sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==} @@ -5334,8 +5339,8 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-react-debug@1.12.4: - resolution: {integrity: sha512-oNSXS0jyd+IrxTJ/5rWpjuANbAwSIuqtdlzJ/LIJ6hsMup0LG36JcVfEFbO4UbHmzSQdAUMVJtaobwhTDp8gFw==} + eslint-plugin-react-debug@1.13.0: + resolution: {integrity: sha512-K+xhQ7SITeRUM+4exfzLuci11i13rLAB70zlinDuABB9YwhBQy+qXZFI1POrcvdrbjeLK0e86MrmUGTj4keSwQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5344,8 +5349,8 @@ packages: typescript: optional: true - eslint-plugin-react-dom@1.12.4: - resolution: {integrity: sha512-2jbuyRwDVttpscL/xkGjNr+FujgI3oZMco9b+B9uliMLSs3pNNidinUhcC0Vbs+eVASRCGBWOPIBrcARJUoTLw==} + eslint-plugin-react-dom@1.13.0: + resolution: {integrity: sha512-tQelrWWOzVx5rYstPr9+jaqtdtG1bq/L6BBCiIKqSr3/FkrOqxfvAYbo0vMFZaOnNe38zJ/nDFrgkpf8Yuv9AQ==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5354,8 +5359,8 @@ packages: typescript: optional: true - eslint-plugin-react-hooks-extra@1.12.4: - resolution: {integrity: sha512-pOwxaNY6kY0ZswJlNF5v7MhgnIZKF6Su1KLi9gWCIZQMciJZz2wjyScBb5pIP5UPVvdGRbOXjXDMRqp9fVT18Q==} + eslint-plugin-react-hooks-extra@1.13.0: + resolution: {integrity: sha512-hS46MAlqanqpfEmW6RwQjAl54Ympu3SSTK3TQte1UHAXxIIiuUKwcKkXNmdrElk5u6ZiXr81g8TEdEvtZ0MSZA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5370,8 +5375,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react-naming-convention@1.12.4: - resolution: {integrity: sha512-i6tzAPXsasQgvZVKJbQHZctMJEE7g+ES7GSTVeKn69fuoupbg/X8yGcQSIRugOx3csMHpgYdXIxymg0IyGibZw==} + eslint-plugin-react-naming-convention@1.13.0: + resolution: {integrity: sha512-82ydc4qGP8KxmmMxtazbUjd0ZwMYmoclZF7WcV0QT+JQyZkVrtnDrg7F5hS6RiM7recahR/PnXecIKFR7uPeMA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5385,8 +5390,8 @@ packages: peerDependencies: eslint: '>=7' - eslint-plugin-react-web-api@1.12.4: - resolution: {integrity: sha512-5lOP55TAFmWafxVxOZoKaBzIbI35blgUBHkjrWNkUVm9WYwxZ7obq/5JHzjwTGfnUyCF5kVwxvrMJeaEspywRg==} + eslint-plugin-react-web-api@1.13.0: + resolution: {integrity: sha512-kY0iICIhqZfSYOEPPl+coErzPoiExVhdhpGb9KobAZuS6io1DkUAwRQVpxdF+Ky0fkw9r0XzqKvHBYTYmLB9Uw==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5395,8 +5400,8 @@ packages: typescript: optional: true - eslint-plugin-react-x@1.12.4: - resolution: {integrity: sha512-2ZUzHRw63b7LnQ60tDgNjlj0cHb1q6XuEEWGHSv93VIzX07LDuN2mvSvW80OjCjC2Moo9ODjnr/gVFI8hoE0pQ==} + eslint-plugin-react-x@1.13.0: + resolution: {integrity: sha512-bqKXtCC4q/6xjUmjAbf+7a6rt/CWy2q7f01WINt7UY+xellRr6i2bXipIEWqGc0RtbTG339WjFjMgcvR+Uo8EA==} engines: {bun: '>=1.0.15', node: '>=18.18.0'} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5405,8 +5410,8 @@ packages: typescript: optional: true - eslint-plugin-react@7.35.0: - resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} + eslint-plugin-react@7.35.2: + resolution: {integrity: sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 @@ -8947,8 +8952,8 @@ packages: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} - postcss@8.4.42: - resolution: {integrity: sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ==} + postcss@8.4.45: + resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.1.2: @@ -9576,11 +9581,6 @@ packages: engines: {node: '>=14'} hasBin: true - rimraf@5.0.9: - resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==} - engines: {node: 14 >=14.20 || 16 >=16.20 || >=18} - hasBin: true - rimraf@6.0.1: resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} engines: {node: 20 || >=22} @@ -10602,8 +10602,8 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript-eslint@8.3.0: - resolution: {integrity: sha512-EvWjwWLwwKDIJuBjk2I6UkV8KEQcwZ0VM10nR1rIunRDIP67QJTZAHBXTX0HW/oI1H10YESF8yWie8fRQxjvFA==} + typescript-eslint@8.4.0: + resolution: {integrity: sha512-67qoc3zQZe3CAkO0ua17+7aCLI0dU+sSQd1eKPGq06QE4rfQjstVXR6woHO5qQvGUa550NfGckT4tzh3b3c8Pw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '*' @@ -10900,8 +10900,8 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 - webpack-dev-middleware@7.2.1: - resolution: {integrity: sha512-hRLz+jPQXo999Nx9fXVdKlg/aehsw1ajA9skAneGmT03xwmyuhvF93p6HUKKbWhXdcERtGTzUCtIQr+2IQegrA==} + webpack-dev-middleware@7.4.2: + resolution: {integrity: sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==} engines: {node: '>= 18.12.0'} peerDependencies: webpack: ^5.0.0 @@ -10922,8 +10922,8 @@ packages: webpack-cli: optional: true - webpack-dev-server@5.0.4: - resolution: {integrity: sha512-dljXhUgx3HqKP2d8J/fUMvhxGhzjeNVarDLcbO/EWMSgRizDkxHQDZQaLFL5VJY9tRBj2Gz+rvCEYYvhbqPHNA==} + webpack-dev-server@5.1.0: + resolution: {integrity: sha512-aQpaN81X6tXie1FoOB7xlMfCsN19pSvRAeYUHOdFWOlhpQ/LlbfTqYwwmEDFV0h8GGuqmCmKmT+pxcUV/Nt2gQ==} engines: {node: '>= 18.12.0'} hasBin: true peerDependencies: @@ -11165,8 +11165,8 @@ packages: utf-8-validate: optional: true - ws@8.16.0: - resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -11369,22 +11369,22 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@antfu/eslint-config@2.27.3(@eslint-react/eslint-plugin@1.12.4(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/utils@8.3.0(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.23)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.11(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4)': + '@antfu/eslint-config@2.27.3(@eslint-react/eslint-plugin@1.13.0(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.23)(eslint-plugin-format@0.1.2(eslint@8.57.0))(eslint-plugin-react-hooks@4.6.2(eslint@8.57.0))(eslint-plugin-react-refresh@0.4.11(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@antfu/install-pkg': 0.4.1 '@clack/prompts': 0.7.0 '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@8.57.0) '@stylistic/eslint-plugin': 2.7.2(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/eslint-plugin': 8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/parser': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@vitest/eslint-plugin': 1.1.0(@typescript-eslint/utils@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@vitest/eslint-plugin': 1.1.0(@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-config-flat-gitignore: 0.1.8 eslint-flat-config-utils: 0.3.1 eslint-merge-processors: 0.1.0(eslint@8.57.0) eslint-plugin-antfu: 2.3.6(eslint@8.57.0) eslint-plugin-command: 0.2.3(eslint@8.57.0) - eslint-plugin-import-x: 4.1.1(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-import-x: 4.2.1(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-jsdoc: 50.2.2(eslint@8.57.0) eslint-plugin-jsonc: 2.16.0(eslint@8.57.0) eslint-plugin-markdown: 5.1.0(eslint@8.57.0) @@ -11394,7 +11394,7 @@ snapshots: eslint-plugin-regexp: 2.6.0(eslint@8.57.0) eslint-plugin-toml: 0.11.1(eslint@8.57.0) eslint-plugin-unicorn: 55.0.0(eslint@8.57.0) - eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) + eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) eslint-plugin-vue: 9.27.0(eslint@8.57.0) eslint-plugin-yml: 1.14.0(eslint@8.57.0) eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.23)(eslint@8.57.0) @@ -11408,7 +11408,7 @@ snapshots: yaml-eslint-parser: 1.2.3 yargs: 17.7.2 optionalDependencies: - '@eslint-react/eslint-plugin': 1.12.4(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/eslint-plugin': 1.13.0(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-format: 0.1.2(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) eslint-plugin-react-refresh: 0.4.11(eslint@8.57.0) @@ -12426,201 +12426,201 @@ snapshots: '@csstools/normalize.css@12.1.1': {} - '@csstools/postcss-cascade-layers@5.0.0(postcss@8.4.42)': + '@csstools/postcss-cascade-layers@5.0.0(postcss@8.4.45)': dependencies: '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - '@csstools/postcss-color-function@4.0.2(postcss@8.4.42)': + '@csstools/postcss-color-function@4.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-color-mix-function@3.0.2(postcss@8.4.42)': + '@csstools/postcss-color-mix-function@3.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-content-alt-text@2.0.1(postcss@8.4.42)': + '@csstools/postcss-content-alt-text@2.0.1(postcss@8.4.45)': dependencies: '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-exponential-functions@2.0.1(postcss@8.4.42)': + '@csstools/postcss-exponential-functions@2.0.1(postcss@8.4.45)': dependencies: '@csstools/css-calc': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.4.42)': + '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.4.45)': dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-gamut-mapping@2.0.2(postcss@8.4.42)': + '@csstools/postcss-gamut-mapping@2.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-gradients-interpolation-method@5.0.2(postcss@8.4.42)': + '@csstools/postcss-gradients-interpolation-method@5.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-hwb-function@4.0.2(postcss@8.4.42)': + '@csstools/postcss-hwb-function@4.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-ic-unit@4.0.0(postcss@8.4.42)': + '@csstools/postcss-ic-unit@4.0.0(postcss@8.4.45)': dependencies: - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-initial@2.0.0(postcss@8.4.42)': + '@csstools/postcss-initial@2.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-is-pseudo-class@5.0.0(postcss@8.4.42)': + '@csstools/postcss-is-pseudo-class@5.0.0(postcss@8.4.45)': dependencies: '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - '@csstools/postcss-light-dark-function@2.0.2(postcss@8.4.42)': + '@csstools/postcss-light-dark-function@2.0.2(postcss@8.4.45)': dependencies: '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.4.42)': + '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-logical-overflow@2.0.0(postcss@8.4.42)': + '@csstools/postcss-logical-overflow@2.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.4.42)': + '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-logical-resize@3.0.0(postcss@8.4.42)': + '@csstools/postcss-logical-resize@3.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-logical-viewport-units@3.0.1(postcss@8.4.42)': + '@csstools/postcss-logical-viewport-units@3.0.1(postcss@8.4.45)': dependencies: '@csstools/css-tokenizer': 3.0.1 - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-media-minmax@2.0.1(postcss@8.4.42)': + '@csstools/postcss-media-minmax@2.0.1(postcss@8.4.45)': dependencies: '@csstools/css-calc': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.1(postcss@8.4.42)': + '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.1(postcss@8.4.45)': dependencies: '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-nested-calc@4.0.0(postcss@8.4.42)': + '@csstools/postcss-nested-calc@4.0.0(postcss@8.4.45)': dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.4.42)': + '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-oklab-function@4.0.2(postcss@8.4.42)': + '@csstools/postcss-oklab-function@4.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.4.42)': + '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-relative-color-syntax@3.0.2(postcss@8.4.42)': + '@csstools/postcss-relative-color-syntax@3.0.2(postcss@8.4.45)': dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - '@csstools/postcss-scope-pseudo-class@4.0.0(postcss@8.4.42)': + '@csstools/postcss-scope-pseudo-class@4.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - '@csstools/postcss-stepped-value-functions@4.0.1(postcss@8.4.42)': + '@csstools/postcss-stepped-value-functions@4.0.1(postcss@8.4.45)': dependencies: '@csstools/css-calc': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.4.42)': + '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.4.45)': dependencies: '@csstools/color-helpers': 5.0.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - '@csstools/postcss-trigonometric-functions@4.0.1(postcss@8.4.42)': + '@csstools/postcss-trigonometric-functions@4.0.1(postcss@8.4.45)': dependencies: '@csstools/css-calc': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - postcss: 8.4.42 + postcss: 8.4.45 - '@csstools/postcss-unset-value@4.0.0(postcss@8.4.42)': + '@csstools/postcss-unset-value@4.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 '@csstools/selector-resolve-nested@2.0.0(postcss-selector-parser@6.1.2)': dependencies: @@ -12630,9 +12630,9 @@ snapshots: dependencies: postcss-selector-parser: 6.1.2 - '@csstools/utilities@2.0.0(postcss@8.4.42)': + '@csstools/utilities@2.0.0(postcss@8.4.45)': dependencies: - postcss: 8.4.42 + postcss: 8.4.45 '@cypress/request@3.0.1': dependencies: @@ -12692,7 +12692,7 @@ snapshots: '@docusaurus/utils-common': 3.5.2(@docusaurus/types@3.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) '@docusaurus/utils-validation': 3.5.2(@docusaurus/types@3.5.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.5.4) '@mdx-js/react': 3.0.1(@types/react@18.3.5)(react@18.3.1) - autoprefixer: 10.4.20(postcss@8.4.42) + autoprefixer: 10.4.20(postcss@8.4.45) babel-loader: 9.1.3(@babel/core@7.25.2)(webpack@5.94.0) babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 @@ -12706,7 +12706,7 @@ snapshots: core-js: 3.37.0 css-loader: 6.11.0(webpack@5.94.0) css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.94.0) - cssnano: 6.1.2(postcss@8.4.42) + cssnano: 6.1.2(postcss@8.4.45) del: 6.1.1 detect-port: 1.5.1 escape-html: 1.0.3 @@ -12721,8 +12721,8 @@ snapshots: lodash: 4.17.21 mini-css-extract-plugin: 2.9.1(webpack@5.94.0) p-map: 4.0.0 - postcss: 8.4.42 - postcss-loader: 7.3.4(postcss@8.4.42)(typescript@5.5.4)(webpack@5.94.0) + postcss: 8.4.45 + postcss-loader: 7.3.4(postcss@8.4.45)(typescript@5.5.4)(webpack@5.94.0) prompts: 2.4.2 react: 18.3.1 react-dev-utils: 12.0.1(eslint@8.57.0)(typescript@5.5.4)(webpack@5.94.0) @@ -12767,9 +12767,9 @@ snapshots: '@docusaurus/cssnano-preset@3.5.2': dependencies: - cssnano-preset-advanced: 6.1.2(postcss@8.4.42) - postcss: 8.4.42 - postcss-sort-media-queries: 5.2.0(postcss@8.4.42) + cssnano-preset-advanced: 6.1.2(postcss@8.4.45) + postcss: 8.4.45 + postcss-sort-media-queries: 5.2.0(postcss@8.4.45) tslib: 2.7.0 '@docusaurus/logger@3.5.2': @@ -13152,7 +13152,7 @@ snapshots: infima: 0.2.0-alpha.44 lodash: 4.17.21 nprogress: 0.2.0 - postcss: 8.4.42 + postcss: 8.4.45 prism-react-renderer: 2.3.1(react@18.3.1) prismjs: 1.29.0 react: 18.3.1 @@ -13430,13 +13430,13 @@ snapshots: '@eslint-community/regexpp@4.10.0': {} - '@eslint-react/ast@1.12.4(eslint@8.57.0)(typescript@5.5.4)': + '@eslint-react/ast@1.13.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) birecord: 0.1.1 string-ts: 2.2.0 ts-pattern: 5.3.1 @@ -13445,18 +13445,18 @@ snapshots: - supports-color - typescript - '@eslint-react/core@1.12.4(eslint@8.57.0)(typescript@5.5.4)': - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core@1.13.0(eslint@8.57.0)(typescript@5.5.4)': + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) birecord: 0.1.1 short-unique-id: 5.2.0 ts-pattern: 5.3.1 @@ -13465,72 +13465,72 @@ snapshots: - supports-color - typescript - '@eslint-react/eslint-plugin@1.12.4(eslint@8.57.0)(typescript@5.5.4)': + '@eslint-react/eslint-plugin@1.13.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 - eslint-plugin-react-debug: 1.12.4(eslint@8.57.0)(typescript@5.5.4) - eslint-plugin-react-dom: 1.12.4(eslint@8.57.0)(typescript@5.5.4) - eslint-plugin-react-hooks-extra: 1.12.4(eslint@8.57.0)(typescript@5.5.4) - eslint-plugin-react-naming-convention: 1.12.4(eslint@8.57.0)(typescript@5.5.4) - eslint-plugin-react-web-api: 1.12.4(eslint@8.57.0)(typescript@5.5.4) - eslint-plugin-react-x: 1.12.4(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-debug: 1.13.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-dom: 1.13.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-hooks-extra: 1.13.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-naming-convention: 1.13.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-web-api: 1.13.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-x: 1.13.0(eslint@8.57.0)(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color - '@eslint-react/jsx@1.12.4(eslint@8.57.0)(typescript@5.5.4)': + '@eslint-react/jsx@1.13.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) ts-pattern: 5.3.1 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/shared@1.12.4(eslint@8.57.0)(typescript@5.5.4)': + '@eslint-react/shared@1.13.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@eslint-react/tools': 1.12.4 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) picomatch: 4.0.2 transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/tools@1.12.4': {} + '@eslint-react/tools@1.13.0': {} - '@eslint-react/types@1.12.4(eslint@8.57.0)(typescript@5.5.4)': + '@eslint-react/types@1.13.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@eslint-react/tools': 1.12.4 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - eslint - supports-color - typescript - '@eslint-react/var@1.12.4(eslint@8.57.0)(typescript@5.5.4)': + '@eslint-react/var@1.13.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) ts-pattern: 5.3.1 transitivePeerDependencies: - eslint @@ -13611,27 +13611,27 @@ snapshots: '@jest/console@29.7.0': dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 - '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))': + '@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))': dependencies: '@jest/console': 29.7.0 '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -13656,7 +13656,7 @@ snapshots: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 '@jest/expect-utils@29.7.0': @@ -13674,7 +13674,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -13696,7 +13696,7 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.25 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -13766,7 +13766,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/yargs': 17.0.32 chalk: 4.1.2 @@ -14307,7 +14307,7 @@ snapshots: '@pkgr/core@0.1.1': {} - '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@4.26.0)(webpack-dev-server@5.0.4(webpack@5.94.0))(webpack@5.94.0)': + '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@4.26.0)(webpack-dev-server@5.1.0(webpack@5.94.0))(webpack@5.94.0)': dependencies: ansi-html: 0.0.9 core-js-pure: 3.37.0 @@ -14320,7 +14320,7 @@ snapshots: webpack: 5.94.0 optionalDependencies: type-fest: 4.26.0 - webpack-dev-server: 5.0.4(webpack@5.94.0) + webpack-dev-server: 5.1.0(webpack@5.94.0) '@pnpm/config.env-replace@1.1.0': {} @@ -14462,7 +14462,7 @@ snapshots: '@stylistic/eslint-plugin@2.7.2(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@types/eslint': 9.6.1 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-visitor-keys: 4.0.0 espree: 10.1.0 @@ -14672,24 +14672,24 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.19.0 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/connect@3.4.38': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/debug@4.1.12': dependencies: @@ -14717,7 +14717,7 @@ snapshots: '@types/express-serve-static-core@4.19.0': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -14731,7 +14731,7 @@ snapshots: '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/gtag.js@0.0.12': {} @@ -14749,7 +14749,7 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/inquirer@8.2.10': dependencies: @@ -14778,7 +14778,7 @@ snapshots: '@types/jsdom@20.0.1': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/tough-cookie': 4.0.5 parse5: 7.1.2 @@ -14806,11 +14806,11 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/node@17.0.45': {} - '@types/node@20.16.3': + '@types/node@20.16.5': dependencies: undici-types: 6.19.6 @@ -14860,14 +14860,14 @@ snapshots: '@types/sax@1.2.7': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/semver@7.5.8': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/serve-index@1.9.4': dependencies: @@ -14876,18 +14876,18 @@ snapshots: '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/send': 0.17.4 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/stack-utils@2.0.3': {} '@types/through@0.0.33': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/tough-cookie@4.0.5': {} @@ -14901,7 +14901,7 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 '@types/yargs-parser@21.0.3': {} @@ -14909,14 +14909,14 @@ snapshots: dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/parser': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.4.0 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -14940,12 +14940,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4)': + '@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 8.4.0 debug: 4.3.6 eslint: 8.57.0 optionalDependencies: @@ -14963,15 +14963,15 @@ snapshots: '@typescript-eslint/types': 7.2.0 '@typescript-eslint/visitor-keys': 7.2.0 - '@typescript-eslint/scope-manager@8.3.0': + '@typescript-eslint/scope-manager@8.4.0': dependencies: - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/visitor-keys': 8.4.0 - '@typescript-eslint/type-utils@8.3.0(eslint@8.57.0)(typescript@5.5.4)': + '@typescript-eslint/type-utils@8.4.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) debug: 4.3.6 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: @@ -14986,7 +14986,7 @@ snapshots: '@typescript-eslint/types@7.2.0': {} - '@typescript-eslint/types@8.3.0': {} + '@typescript-eslint/types@8.4.0': {} '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': dependencies: @@ -15017,10 +15017,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.3.0(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@8.4.0(typescript@5.5.4)': dependencies: - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/visitor-keys': 8.3.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/visitor-keys': 8.4.0 debug: 4.3.6 fast-glob: 3.3.2 is-glob: 4.0.3 @@ -15047,12 +15047,12 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.3.0(eslint@8.57.0)(typescript@5.5.4)': + '@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/typescript-estree': 8.4.0(typescript@5.5.4) eslint: 8.57.0 transitivePeerDependencies: - supports-color @@ -15068,9 +15068,9 @@ snapshots: '@typescript-eslint/types': 7.2.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.3.0': + '@typescript-eslint/visitor-keys@8.4.0': dependencies: - '@typescript-eslint/types': 8.3.0 + '@typescript-eslint/types': 8.4.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} @@ -15230,11 +15230,11 @@ snapshots: minimatch: 7.4.6 semver: 7.6.3 - '@vitest/eslint-plugin@1.1.0(@typescript-eslint/utils@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': + '@vitest/eslint-plugin@1.1.0(@typescript-eslint/utils@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': dependencies: eslint: 8.57.0 optionalDependencies: - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) typescript: 5.5.4 '@vue/compiler-core@3.4.23': @@ -15259,7 +15259,7 @@ snapshots: '@vue/shared': 3.4.23 estree-walker: 2.0.2 magic-string: 0.30.10 - postcss: 8.4.42 + postcss: 8.4.45 source-map-js: 1.2.0 '@vue/compiler-ssr@3.4.23': @@ -15345,22 +15345,22 @@ snapshots: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 - '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4))': + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4))': dependencies: webpack: 5.94.0(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0) - '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4))': + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4))': dependencies: webpack: 5.94.0(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4))': + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0))(webpack-dev-server@5.1.0(webpack-cli@5.1.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4))': dependencies: webpack: 5.94.0(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0) optionalDependencies: - webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.94.0) + webpack-dev-server: 5.1.0(webpack-cli@5.1.4)(webpack@5.94.0) '@xtuc/ieee754@1.2.0': {} @@ -15652,14 +15652,14 @@ snapshots: atomic-sleep@1.0.0: {} - autoprefixer@10.4.20(postcss@8.4.42): + autoprefixer@10.4.20(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001646 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 available-typed-arrays@1.0.7: @@ -15672,6 +15672,8 @@ snapshots: axe-core@3.5.6: {} + axe-core@4.10.0: {} + axe-core@4.9.1: {} axios@1.6.8: @@ -15682,9 +15684,7 @@ snapshots: transitivePeerDependencies: - debug - axobject-query@3.1.1: - dependencies: - deep-equal: 2.2.3 + axobject-query@4.1.0: {} b4a@1.6.6: {} @@ -16468,13 +16468,13 @@ snapshots: optionalDependencies: typescript: 5.5.4 - create-jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + create-jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: '@jest/types': 29.6.3 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -16501,32 +16501,32 @@ snapshots: dependencies: type-fest: 1.4.0 - css-blank-pseudo@7.0.0(postcss@8.4.42): + css-blank-pseudo@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - css-declaration-sorter@7.2.0(postcss@8.4.42): + css-declaration-sorter@7.2.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 css-functions-list@3.2.2: {} - css-has-pseudo@7.0.0(postcss@8.4.42): + css-has-pseudo@7.0.0(postcss@8.4.45): dependencies: '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 css-loader@6.11.0(webpack@5.94.0): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.42) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.42) - postcss-modules-scope: 3.2.0(postcss@8.4.42) - postcss-modules-values: 4.0.0(postcss@8.4.42) + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.45) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.45) + postcss-modules-scope: 3.2.0(postcss@8.4.45) + postcss-modules-values: 4.0.0(postcss@8.4.45) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: @@ -16534,12 +16534,12 @@ snapshots: css-loader@7.1.2(webpack@5.94.0(webpack-cli@5.1.4)): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.42) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.42) - postcss-modules-scope: 3.2.0(postcss@8.4.42) - postcss-modules-values: 4.0.0(postcss@8.4.42) + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.45) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.45) + postcss-modules-scope: 3.2.0(postcss@8.4.45) + postcss-modules-values: 4.0.0(postcss@8.4.45) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: @@ -16547,12 +16547,12 @@ snapshots: css-loader@7.1.2(webpack@5.94.0): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 - postcss-modules-extract-imports: 3.1.0(postcss@8.4.42) - postcss-modules-local-by-default: 4.0.5(postcss@8.4.42) - postcss-modules-scope: 3.2.0(postcss@8.4.42) - postcss-modules-values: 4.0.0(postcss@8.4.42) + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 + postcss-modules-extract-imports: 3.1.0(postcss@8.4.45) + postcss-modules-local-by-default: 4.0.5(postcss@8.4.45) + postcss-modules-scope: 3.2.0(postcss@8.4.45) + postcss-modules-values: 4.0.0(postcss@8.4.45) postcss-value-parser: 4.2.0 semver: 7.6.3 optionalDependencies: @@ -16561,9 +16561,9 @@ snapshots: css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.94.0): dependencies: '@jridgewell/trace-mapping': 0.3.25 - cssnano: 6.1.2(postcss@8.4.42) + cssnano: 6.1.2(postcss@8.4.45) jest-worker: 29.7.0 - postcss: 8.4.42 + postcss: 8.4.45 schema-utils: 4.2.0 serialize-javascript: 6.0.2 webpack: 5.94.0 @@ -16573,9 +16573,9 @@ snapshots: css-minimizer-webpack-plugin@7.0.0(webpack@5.94.0(webpack-cli@5.1.4)): dependencies: '@jridgewell/trace-mapping': 0.3.25 - cssnano: 7.0.1(postcss@8.4.42) + cssnano: 7.0.1(postcss@8.4.45) jest-worker: 29.7.0 - postcss: 8.4.42 + postcss: 8.4.45 schema-utils: 4.2.0 serialize-javascript: 6.0.2 webpack: 5.94.0(webpack-cli@5.1.4) @@ -16583,16 +16583,16 @@ snapshots: css-minimizer-webpack-plugin@7.0.0(webpack@5.94.0): dependencies: '@jridgewell/trace-mapping': 0.3.25 - cssnano: 7.0.1(postcss@8.4.42) + cssnano: 7.0.1(postcss@8.4.45) jest-worker: 29.7.0 - postcss: 8.4.42 + postcss: 8.4.45 schema-utils: 4.2.0 serialize-javascript: 6.0.2 webpack: 5.94.0 - css-prefers-color-scheme@10.0.0(postcss@8.4.42): + css-prefers-color-scheme@10.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 css-select@4.3.0: dependencies: @@ -16628,104 +16628,104 @@ snapshots: cssesc@3.0.0: {} - cssnano-preset-advanced@6.1.2(postcss@8.4.42): + cssnano-preset-advanced@6.1.2(postcss@8.4.45): dependencies: - autoprefixer: 10.4.20(postcss@8.4.42) + autoprefixer: 10.4.20(postcss@8.4.45) browserslist: 4.23.3 - cssnano-preset-default: 6.1.2(postcss@8.4.42) - postcss: 8.4.42 - postcss-discard-unused: 6.0.5(postcss@8.4.42) - postcss-merge-idents: 6.0.3(postcss@8.4.42) - postcss-reduce-idents: 6.0.3(postcss@8.4.42) - postcss-zindex: 6.0.2(postcss@8.4.42) + cssnano-preset-default: 6.1.2(postcss@8.4.45) + postcss: 8.4.45 + postcss-discard-unused: 6.0.5(postcss@8.4.45) + postcss-merge-idents: 6.0.3(postcss@8.4.45) + postcss-reduce-idents: 6.0.3(postcss@8.4.45) + postcss-zindex: 6.0.2(postcss@8.4.45) - cssnano-preset-default@6.1.2(postcss@8.4.42): + cssnano-preset-default@6.1.2(postcss@8.4.45): dependencies: browserslist: 4.23.3 - css-declaration-sorter: 7.2.0(postcss@8.4.42) - cssnano-utils: 4.0.2(postcss@8.4.42) - postcss: 8.4.42 - postcss-calc: 9.0.1(postcss@8.4.42) - postcss-colormin: 6.1.0(postcss@8.4.42) - postcss-convert-values: 6.1.0(postcss@8.4.42) - postcss-discard-comments: 6.0.2(postcss@8.4.42) - postcss-discard-duplicates: 6.0.3(postcss@8.4.42) - postcss-discard-empty: 6.0.3(postcss@8.4.42) - postcss-discard-overridden: 6.0.2(postcss@8.4.42) - postcss-merge-longhand: 6.0.5(postcss@8.4.42) - postcss-merge-rules: 6.1.1(postcss@8.4.42) - postcss-minify-font-values: 6.1.0(postcss@8.4.42) - postcss-minify-gradients: 6.0.3(postcss@8.4.42) - postcss-minify-params: 6.1.0(postcss@8.4.42) - postcss-minify-selectors: 6.0.4(postcss@8.4.42) - postcss-normalize-charset: 6.0.2(postcss@8.4.42) - postcss-normalize-display-values: 6.0.2(postcss@8.4.42) - postcss-normalize-positions: 6.0.2(postcss@8.4.42) - postcss-normalize-repeat-style: 6.0.2(postcss@8.4.42) - postcss-normalize-string: 6.0.2(postcss@8.4.42) - postcss-normalize-timing-functions: 6.0.2(postcss@8.4.42) - postcss-normalize-unicode: 6.1.0(postcss@8.4.42) - postcss-normalize-url: 6.0.2(postcss@8.4.42) - postcss-normalize-whitespace: 6.0.2(postcss@8.4.42) - postcss-ordered-values: 6.0.2(postcss@8.4.42) - postcss-reduce-initial: 6.1.0(postcss@8.4.42) - postcss-reduce-transforms: 6.0.2(postcss@8.4.42) - postcss-svgo: 6.0.3(postcss@8.4.42) - postcss-unique-selectors: 6.0.4(postcss@8.4.42) - - cssnano-preset-default@7.0.1(postcss@8.4.42): + css-declaration-sorter: 7.2.0(postcss@8.4.45) + cssnano-utils: 4.0.2(postcss@8.4.45) + postcss: 8.4.45 + postcss-calc: 9.0.1(postcss@8.4.45) + postcss-colormin: 6.1.0(postcss@8.4.45) + postcss-convert-values: 6.1.0(postcss@8.4.45) + postcss-discard-comments: 6.0.2(postcss@8.4.45) + postcss-discard-duplicates: 6.0.3(postcss@8.4.45) + postcss-discard-empty: 6.0.3(postcss@8.4.45) + postcss-discard-overridden: 6.0.2(postcss@8.4.45) + postcss-merge-longhand: 6.0.5(postcss@8.4.45) + postcss-merge-rules: 6.1.1(postcss@8.4.45) + postcss-minify-font-values: 6.1.0(postcss@8.4.45) + postcss-minify-gradients: 6.0.3(postcss@8.4.45) + postcss-minify-params: 6.1.0(postcss@8.4.45) + postcss-minify-selectors: 6.0.4(postcss@8.4.45) + postcss-normalize-charset: 6.0.2(postcss@8.4.45) + postcss-normalize-display-values: 6.0.2(postcss@8.4.45) + postcss-normalize-positions: 6.0.2(postcss@8.4.45) + postcss-normalize-repeat-style: 6.0.2(postcss@8.4.45) + postcss-normalize-string: 6.0.2(postcss@8.4.45) + postcss-normalize-timing-functions: 6.0.2(postcss@8.4.45) + postcss-normalize-unicode: 6.1.0(postcss@8.4.45) + postcss-normalize-url: 6.0.2(postcss@8.4.45) + postcss-normalize-whitespace: 6.0.2(postcss@8.4.45) + postcss-ordered-values: 6.0.2(postcss@8.4.45) + postcss-reduce-initial: 6.1.0(postcss@8.4.45) + postcss-reduce-transforms: 6.0.2(postcss@8.4.45) + postcss-svgo: 6.0.3(postcss@8.4.45) + postcss-unique-selectors: 6.0.4(postcss@8.4.45) + + cssnano-preset-default@7.0.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 - css-declaration-sorter: 7.2.0(postcss@8.4.42) - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 - postcss-calc: 10.0.0(postcss@8.4.42) - postcss-colormin: 7.0.0(postcss@8.4.42) - postcss-convert-values: 7.0.0(postcss@8.4.42) - postcss-discard-comments: 7.0.0(postcss@8.4.42) - postcss-discard-duplicates: 7.0.0(postcss@8.4.42) - postcss-discard-empty: 7.0.0(postcss@8.4.42) - postcss-discard-overridden: 7.0.0(postcss@8.4.42) - postcss-merge-longhand: 7.0.0(postcss@8.4.42) - postcss-merge-rules: 7.0.0(postcss@8.4.42) - postcss-minify-font-values: 7.0.0(postcss@8.4.42) - postcss-minify-gradients: 7.0.0(postcss@8.4.42) - postcss-minify-params: 7.0.0(postcss@8.4.42) - postcss-minify-selectors: 7.0.0(postcss@8.4.42) - postcss-normalize-charset: 7.0.0(postcss@8.4.42) - postcss-normalize-display-values: 7.0.0(postcss@8.4.42) - postcss-normalize-positions: 7.0.0(postcss@8.4.42) - postcss-normalize-repeat-style: 7.0.0(postcss@8.4.42) - postcss-normalize-string: 7.0.0(postcss@8.4.42) - postcss-normalize-timing-functions: 7.0.0(postcss@8.4.42) - postcss-normalize-unicode: 7.0.0(postcss@8.4.42) - postcss-normalize-url: 7.0.0(postcss@8.4.42) - postcss-normalize-whitespace: 7.0.0(postcss@8.4.42) - postcss-ordered-values: 7.0.0(postcss@8.4.42) - postcss-reduce-initial: 7.0.0(postcss@8.4.42) - postcss-reduce-transforms: 7.0.0(postcss@8.4.42) - postcss-svgo: 7.0.0(postcss@8.4.42) - postcss-unique-selectors: 7.0.0(postcss@8.4.42) - - cssnano-utils@4.0.2(postcss@8.4.42): - dependencies: - postcss: 8.4.42 - - cssnano-utils@5.0.0(postcss@8.4.42): - dependencies: - postcss: 8.4.42 - - cssnano@6.1.2(postcss@8.4.42): - dependencies: - cssnano-preset-default: 6.1.2(postcss@8.4.42) + css-declaration-sorter: 7.2.0(postcss@8.4.45) + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 + postcss-calc: 10.0.0(postcss@8.4.45) + postcss-colormin: 7.0.0(postcss@8.4.45) + postcss-convert-values: 7.0.0(postcss@8.4.45) + postcss-discard-comments: 7.0.0(postcss@8.4.45) + postcss-discard-duplicates: 7.0.0(postcss@8.4.45) + postcss-discard-empty: 7.0.0(postcss@8.4.45) + postcss-discard-overridden: 7.0.0(postcss@8.4.45) + postcss-merge-longhand: 7.0.0(postcss@8.4.45) + postcss-merge-rules: 7.0.0(postcss@8.4.45) + postcss-minify-font-values: 7.0.0(postcss@8.4.45) + postcss-minify-gradients: 7.0.0(postcss@8.4.45) + postcss-minify-params: 7.0.0(postcss@8.4.45) + postcss-minify-selectors: 7.0.0(postcss@8.4.45) + postcss-normalize-charset: 7.0.0(postcss@8.4.45) + postcss-normalize-display-values: 7.0.0(postcss@8.4.45) + postcss-normalize-positions: 7.0.0(postcss@8.4.45) + postcss-normalize-repeat-style: 7.0.0(postcss@8.4.45) + postcss-normalize-string: 7.0.0(postcss@8.4.45) + postcss-normalize-timing-functions: 7.0.0(postcss@8.4.45) + postcss-normalize-unicode: 7.0.0(postcss@8.4.45) + postcss-normalize-url: 7.0.0(postcss@8.4.45) + postcss-normalize-whitespace: 7.0.0(postcss@8.4.45) + postcss-ordered-values: 7.0.0(postcss@8.4.45) + postcss-reduce-initial: 7.0.0(postcss@8.4.45) + postcss-reduce-transforms: 7.0.0(postcss@8.4.45) + postcss-svgo: 7.0.0(postcss@8.4.45) + postcss-unique-selectors: 7.0.0(postcss@8.4.45) + + cssnano-utils@4.0.2(postcss@8.4.45): + dependencies: + postcss: 8.4.45 + + cssnano-utils@5.0.0(postcss@8.4.45): + dependencies: + postcss: 8.4.45 + + cssnano@6.1.2(postcss@8.4.45): + dependencies: + cssnano-preset-default: 6.1.2(postcss@8.4.45) lilconfig: 3.1.1 - postcss: 8.4.42 + postcss: 8.4.45 - cssnano@7.0.1(postcss@8.4.42): + cssnano@7.0.1(postcss@8.4.45): dependencies: - cssnano-preset-default: 7.0.1(postcss@8.4.42) + cssnano-preset-default: 7.0.1(postcss@8.4.45) lilconfig: 3.1.1 - postcss: 8.4.42 + postcss: 8.4.45 csso@5.0.5: dependencies: @@ -17276,9 +17276,9 @@ snapshots: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) - eslint-plugin-react: 7.35.0(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) + eslint-plugin-jsx-a11y: 6.10.0(eslint@8.57.0) + eslint-plugin-react: 7.35.2(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) optionalDependencies: typescript: 5.5.4 @@ -17310,7 +17310,7 @@ snapshots: enhanced-resolve: 5.17.1 eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.3 is-core-module: 2.13.1 @@ -17372,10 +17372,9 @@ snapshots: prettier: 3.3.3 synckit: 0.9.1 - eslint-plugin-import-x@4.1.1(eslint@8.57.0)(typescript@5.5.4): + eslint-plugin-import-x@4.2.1(eslint@8.57.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/typescript-estree': 8.3.0(typescript@5.5.4) - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) debug: 4.3.6 doctrine: 3.0.0 eslint: 8.57.0 @@ -17390,7 +17389,7 @@ snapshots: - supports-color - typescript - eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -17411,19 +17410,19 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.4.0(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jest@28.8.1(@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4): + eslint-plugin-jest@28.8.3(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4): dependencies: - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) - jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + '@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) transitivePeerDependencies: - supports-color - typescript @@ -17471,14 +17470,14 @@ snapshots: natural-compare: 1.4.0 synckit: 0.6.2 - eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0): + eslint-plugin-jsx-a11y@6.10.0(eslint@8.57.0): dependencies: aria-query: 5.1.3 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.8 - axe-core: 4.9.1 - axobject-query: 3.1.1 + axe-core: 4.10.0 + axobject-query: 4.1.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 es-iterator-helpers: 1.0.19 @@ -17529,8 +17528,8 @@ snapshots: eslint-plugin-perfectionist@3.2.0(eslint@8.57.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@8.57.0)): dependencies: - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 minimatch: 10.0.1 natural-compare-lite: 1.4.0 @@ -17544,19 +17543,19 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react-debug@1.12.4(eslint@8.57.0)(typescript@5.5.4): - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/core': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-debug@1.13.0(eslint@8.57.0)(typescript@5.5.4): + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 string-ts: 2.2.0 ts-pattern: 5.3.1 @@ -17565,18 +17564,18 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-dom@1.12.4(eslint@8.57.0)(typescript@5.5.4): - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/core': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-dom@1.13.0(eslint@8.57.0)(typescript@5.5.4): + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 ts-pattern: 5.3.1 optionalDependencies: @@ -17584,19 +17583,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-hooks-extra@1.12.4(eslint@8.57.0)(typescript@5.5.4): - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/core': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-hooks-extra@1.13.0(eslint@8.57.0)(typescript@5.5.4): + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 ts-pattern: 5.3.1 optionalDependencies: @@ -17608,18 +17607,18 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react-naming-convention@1.12.4(eslint@8.57.0)(typescript@5.5.4): - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/core': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-naming-convention@1.13.0(eslint@8.57.0)(typescript@5.5.4): + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 ts-pattern: 5.3.1 optionalDependencies: @@ -17631,18 +17630,18 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react-web-api@1.12.4(eslint@8.57.0)(typescript@5.5.4): - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/core': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-web-api@1.13.0(eslint@8.57.0)(typescript@5.5.4): + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) birecord: 0.1.1 eslint: 8.57.0 ts-pattern: 5.3.1 @@ -17651,19 +17650,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react-x@1.12.4(eslint@8.57.0)(typescript@5.5.4): - dependencies: - '@eslint-react/ast': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/core': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/jsx': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/shared': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/tools': 1.12.4 - '@eslint-react/types': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@eslint-react/var': 1.12.4(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 8.3.0 - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/types': 8.3.0 - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-x@1.13.0(eslint@8.57.0)(typescript@5.5.4): + dependencies: + '@eslint-react/ast': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/core': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/jsx': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/shared': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/tools': 1.13.0 + '@eslint-react/types': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@eslint-react/var': 1.13.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 8.4.0 + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/types': 8.4.0 + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 is-immutable-type: 5.0.0(eslint@8.57.0)(typescript@5.5.4) ts-pattern: 5.3.1 @@ -17672,7 +17671,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-react@7.35.0(eslint@8.57.0): + eslint-plugin-react@7.35.2(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -17765,11 +17764,11 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 - eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): + eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): dependencies: eslint: 8.57.0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-vue@9.27.0(eslint@8.57.0): dependencies: @@ -17958,7 +17957,7 @@ snapshots: eval@0.1.8: dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 require-like: 0.1.2 event-target-shim@5.0.1: {} @@ -18869,9 +18868,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.4.42): + icss-utils@5.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 idb@7.1.1: {} @@ -19088,7 +19087,7 @@ snapshots: is-immutable-type@5.0.0(eslint@8.57.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/type-utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/type-utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.5.4) ts-declaration-location: 1.0.4(typescript@5.5.4) @@ -19318,7 +19317,7 @@ snapshots: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.3(babel-plugin-macros@3.1.0) @@ -19338,16 +19337,16 @@ snapshots: - babel-plugin-macros - supports-color - jest-cli@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + jest-cli@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + create-jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-config: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -19357,7 +19356,7 @@ snapshots: - supports-color - ts-node - jest-config@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + jest-config@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: '@babel/core': 7.25.2 '@jest/test-sequencer': 29.7.0 @@ -19382,8 +19381,8 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - '@types/node': 20.16.3 - ts-node: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + '@types/node': 20.16.5 + ts-node: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -19413,7 +19412,7 @@ snapshots: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 jest-util: 29.7.0 jsdom: 20.0.3 @@ -19427,7 +19426,7 @@ snapshots: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -19437,7 +19436,7 @@ snapshots: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.16.3 + '@types/node': 20.16.5 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -19483,7 +19482,7 @@ snapshots: jest-mock@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-util: 29.7.0 jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -19518,7 +19517,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -19546,7 +19545,7 @@ snapshots: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -19592,7 +19591,7 @@ snapshots: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -19607,11 +19606,11 @@ snapshots: leven: 3.1.0 pretty-format: 29.7.0 - jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4))): + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4))): dependencies: ansi-escapes: 6.2.1 chalk: 5.3.0 - jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-regex-util: 29.6.3 jest-watcher: 29.7.0 slash: 5.1.0 @@ -19622,7 +19621,7 @@ snapshots: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.16.3 + '@types/node': 20.16.5 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -19631,23 +19630,23 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@29.7.0: dependencies: - '@types/node': 20.16.3 + '@types/node': 20.16.5 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: - '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest-cli: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -19711,7 +19710,7 @@ snapshots: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.16.0 + ws: 8.18.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -21558,255 +21557,255 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-attribute-case-insensitive@7.0.0(postcss@8.4.42): + postcss-attribute-case-insensitive@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-browser-comments@4.0.0(browserslist@4.23.3)(postcss@8.4.42): + postcss-browser-comments@4.0.0(browserslist@4.23.3)(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-calc@10.0.0(postcss@8.4.42): + postcss-calc@10.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-calc@9.0.1(postcss@8.4.42): + postcss-calc@9.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-clamp@4.1.0(postcss@8.4.42): + postcss-clamp@4.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-color-functional-notation@7.0.2(postcss@8.4.42): + postcss-color-functional-notation@7.0.2(postcss@8.4.45): dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - postcss-color-hex-alpha@10.0.0(postcss@8.4.42): + postcss-color-hex-alpha@10.0.0(postcss@8.4.45): dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-color-rebeccapurple@10.0.0(postcss@8.4.42): + postcss-color-rebeccapurple@10.0.0(postcss@8.4.45): dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-colormin@6.1.0(postcss@8.4.42): + postcss-colormin@6.1.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-colormin@7.0.0(postcss@8.4.42): + postcss-colormin@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-convert-values@6.1.0(postcss@8.4.42): + postcss-convert-values@6.1.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-convert-values@7.0.0(postcss@8.4.42): + postcss-convert-values@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-custom-media@11.0.1(postcss@8.4.42): + postcss-custom-media@11.0.1(postcss@8.4.45): dependencies: '@csstools/cascade-layer-name-parser': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 '@csstools/media-query-list-parser': 3.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) - postcss: 8.4.42 + postcss: 8.4.45 - postcss-custom-properties@14.0.1(postcss@8.4.42): + postcss-custom-properties@14.0.1(postcss@8.4.45): dependencies: '@csstools/cascade-layer-name-parser': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-custom-selectors@8.0.1(postcss@8.4.42): + postcss-custom-selectors@8.0.1(postcss@8.4.45): dependencies: '@csstools/cascade-layer-name-parser': 2.0.1(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-dir-pseudo-class@9.0.0(postcss@8.4.42): + postcss-dir-pseudo-class@9.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-discard-comments@6.0.2(postcss@8.4.42): + postcss-discard-comments@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-comments@7.0.0(postcss@8.4.42): + postcss-discard-comments@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-duplicates@6.0.3(postcss@8.4.42): + postcss-discard-duplicates@6.0.3(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-duplicates@7.0.0(postcss@8.4.42): + postcss-discard-duplicates@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-empty@6.0.3(postcss@8.4.42): + postcss-discard-empty@6.0.3(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-empty@7.0.0(postcss@8.4.42): + postcss-discard-empty@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-overridden@6.0.2(postcss@8.4.42): + postcss-discard-overridden@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-overridden@7.0.0(postcss@8.4.42): + postcss-discard-overridden@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-discard-unused@6.0.5(postcss@8.4.42): + postcss-discard-unused@6.0.5(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-double-position-gradients@6.0.0(postcss@8.4.42): + postcss-double-position-gradients@6.0.0(postcss@8.4.45): dependencies: - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-flexbugs-fixes@5.0.2(postcss@8.4.42): + postcss-flexbugs-fixes@5.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-focus-visible@10.0.0(postcss@8.4.42): + postcss-focus-visible@10.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-focus-within@9.0.0(postcss@8.4.42): + postcss-focus-within@9.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-font-variant@5.0.0(postcss@8.4.42): + postcss-font-variant@5.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-gap-properties@6.0.0(postcss@8.4.42): + postcss-gap-properties@6.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-html@1.7.0: dependencies: htmlparser2: 8.0.2 js-tokens: 9.0.0 - postcss: 8.4.42 - postcss-safe-parser: 6.0.0(postcss@8.4.42) + postcss: 8.4.45 + postcss-safe-parser: 6.0.0(postcss@8.4.45) - postcss-image-set-function@7.0.0(postcss@8.4.42): + postcss-image-set-function@7.0.0(postcss@8.4.45): dependencies: - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-import@15.1.0(postcss@8.4.42): + postcss-import@15.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - postcss-js@4.0.1(postcss@8.4.42): + postcss-js@4.0.1(postcss@8.4.45): dependencies: camelcase-css: 2.0.1 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-lab-function@7.0.2(postcss@8.4.42): + postcss-lab-function@7.0.2(postcss@8.4.45): dependencies: '@csstools/css-color-parser': 3.0.2(@csstools/css-parser-algorithms@3.0.1(@csstools/css-tokenizer@3.0.1))(@csstools/css-tokenizer@3.0.1) '@csstools/css-parser-algorithms': 3.0.1(@csstools/css-tokenizer@3.0.1) '@csstools/css-tokenizer': 3.0.1 - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/utilities': 2.0.0(postcss@8.4.42) - postcss: 8.4.42 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/utilities': 2.0.0(postcss@8.4.45) + postcss: 8.4.45 - postcss-load-config@4.0.2(postcss@8.4.42)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + postcss-load-config@4.0.2(postcss@8.4.45)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: lilconfig: 3.1.1 yaml: 2.4.1 optionalDependencies: - postcss: 8.4.42 - ts-node: 10.9.2(@types/node@20.16.3)(typescript@5.5.4) + postcss: 8.4.45 + ts-node: 10.9.2(@types/node@20.16.5)(typescript@5.5.4) - postcss-loader@7.3.4(postcss@8.4.42)(typescript@5.5.4)(webpack@5.94.0): + postcss-loader@7.3.4(postcss@8.4.45)(typescript@5.5.4)(webpack@5.94.0): dependencies: cosmiconfig: 8.3.6(typescript@5.5.4) jiti: 1.21.0 - postcss: 8.4.42 + postcss: 8.4.45 semver: 7.6.3 webpack: 5.94.0 transitivePeerDependencies: - typescript - postcss-loader@8.1.1(postcss@8.4.42)(typescript@5.5.4)(webpack@5.94.0(webpack-cli@5.1.4)): + postcss-loader@8.1.1(postcss@8.4.45)(typescript@5.5.4)(webpack@5.94.0(webpack-cli@5.1.4)): dependencies: cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.0 - postcss: 8.4.42 + postcss: 8.4.45 semver: 7.6.3 optionalDependencies: webpack: 5.94.0(webpack-cli@5.1.4) transitivePeerDependencies: - typescript - postcss-loader@8.1.1(postcss@8.4.42)(typescript@5.5.4)(webpack@5.94.0): + postcss-loader@8.1.1(postcss@8.4.45)(typescript@5.5.4)(webpack@5.94.0): dependencies: cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.0 - postcss: 8.4.42 + postcss: 8.4.45 semver: 7.6.3 optionalDependencies: webpack: 5.94.0 transitivePeerDependencies: - typescript - postcss-logical@8.0.0(postcss@8.4.42): + postcss-logical@8.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 postcss-markdown@1.2.0: @@ -21814,374 +21813,374 @@ snapshots: mdast-util-from-markdown: 0.8.5 mdast-util-frontmatter: 0.2.0 micromark-extension-frontmatter: 0.2.2 - postcss: 8.4.42 - postcss-safe-parser: 6.0.0(postcss@8.4.42) + postcss: 8.4.45 + postcss-safe-parser: 6.0.0(postcss@8.4.45) transitivePeerDependencies: - supports-color postcss-media-query-parser@0.2.3: {} - postcss-merge-idents@6.0.3(postcss@8.4.42): + postcss-merge-idents@6.0.3(postcss@8.4.45): dependencies: - cssnano-utils: 4.0.2(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 4.0.2(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-merge-longhand@6.0.5(postcss@8.4.42): + postcss-merge-longhand@6.0.5(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - stylehacks: 6.1.1(postcss@8.4.42) + stylehacks: 6.1.1(postcss@8.4.45) - postcss-merge-longhand@7.0.0(postcss@8.4.42): + postcss-merge-longhand@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - stylehacks: 7.0.0(postcss@8.4.42) + stylehacks: 7.0.0(postcss@8.4.45) - postcss-merge-rules@6.1.1(postcss@8.4.42): + postcss-merge-rules@6.1.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - cssnano-utils: 4.0.2(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 4.0.2(postcss@8.4.45) + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-merge-rules@7.0.0(postcss@8.4.42): + postcss-merge-rules@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-minify-font-values@6.1.0(postcss@8.4.42): + postcss-minify-font-values@6.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-font-values@7.0.0(postcss@8.4.42): + postcss-minify-font-values@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-gradients@6.0.3(postcss@8.4.42): + postcss-minify-gradients@6.0.3(postcss@8.4.45): dependencies: colord: 2.9.3 - cssnano-utils: 4.0.2(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 4.0.2(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-gradients@7.0.0(postcss@8.4.42): + postcss-minify-gradients@7.0.0(postcss@8.4.45): dependencies: colord: 2.9.3 - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-params@6.1.0(postcss@8.4.42): + postcss-minify-params@6.1.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - cssnano-utils: 4.0.2(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 4.0.2(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-params@7.0.0(postcss@8.4.42): + postcss-minify-params@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-minify-selectors@6.0.4(postcss@8.4.42): + postcss-minify-selectors@6.0.4(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-minify-selectors@7.0.0(postcss@8.4.42): + postcss-minify-selectors@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-modules-extract-imports@3.1.0(postcss@8.4.42): + postcss-modules-extract-imports@3.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-modules-local-by-default@4.0.5(postcss@8.4.42): + postcss-modules-local-by-default@4.0.5(postcss@8.4.45): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.0(postcss@8.4.42): + postcss-modules-scope@3.2.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-modules-values@4.0.0(postcss@8.4.42): + postcss-modules-values@4.0.0(postcss@8.4.45): dependencies: - icss-utils: 5.1.0(postcss@8.4.42) - postcss: 8.4.42 + icss-utils: 5.1.0(postcss@8.4.45) + postcss: 8.4.45 - postcss-nested@6.0.1(postcss@8.4.42): + postcss-nested@6.0.1(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-nesting@13.0.0(postcss@8.4.42): + postcss-nesting@13.0.0(postcss@8.4.45): dependencies: '@csstools/selector-resolve-nested': 2.0.0(postcss-selector-parser@6.1.2) '@csstools/selector-specificity': 4.0.0(postcss-selector-parser@6.1.2) - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-normalize-charset@6.0.2(postcss@8.4.42): + postcss-normalize-charset@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-normalize-charset@7.0.0(postcss@8.4.42): + postcss-normalize-charset@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-normalize-display-values@6.0.2(postcss@8.4.42): + postcss-normalize-display-values@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-display-values@7.0.0(postcss@8.4.42): + postcss-normalize-display-values@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-positions@6.0.2(postcss@8.4.42): + postcss-normalize-positions@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-positions@7.0.0(postcss@8.4.42): + postcss-normalize-positions@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-repeat-style@6.0.2(postcss@8.4.42): + postcss-normalize-repeat-style@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-repeat-style@7.0.0(postcss@8.4.42): + postcss-normalize-repeat-style@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-string@6.0.2(postcss@8.4.42): + postcss-normalize-string@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-string@7.0.0(postcss@8.4.42): + postcss-normalize-string@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-timing-functions@6.0.2(postcss@8.4.42): + postcss-normalize-timing-functions@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-timing-functions@7.0.0(postcss@8.4.42): + postcss-normalize-timing-functions@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-unicode@6.1.0(postcss@8.4.42): + postcss-normalize-unicode@6.1.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-unicode@7.0.0(postcss@8.4.42): + postcss-normalize-unicode@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-url@6.0.2(postcss@8.4.42): + postcss-normalize-url@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-url@7.0.0(postcss@8.4.42): + postcss-normalize-url@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-whitespace@6.0.2(postcss@8.4.42): + postcss-normalize-whitespace@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize-whitespace@7.0.0(postcss@8.4.42): + postcss-normalize-whitespace@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-normalize@10.0.1(browserslist@4.23.3)(postcss@8.4.42): + postcss-normalize@10.0.1(browserslist@4.23.3)(postcss@8.4.45): dependencies: '@csstools/normalize.css': 12.1.1 browserslist: 4.23.3 - postcss: 8.4.42 - postcss-browser-comments: 4.0.0(browserslist@4.23.3)(postcss@8.4.42) + postcss: 8.4.45 + postcss-browser-comments: 4.0.0(browserslist@4.23.3)(postcss@8.4.45) sanitize.css: 13.0.0 - postcss-opacity-percentage@2.0.0(postcss@8.4.42): + postcss-opacity-percentage@2.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-ordered-values@6.0.2(postcss@8.4.42): + postcss-ordered-values@6.0.2(postcss@8.4.45): dependencies: - cssnano-utils: 4.0.2(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 4.0.2(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-ordered-values@7.0.0(postcss@8.4.42): + postcss-ordered-values@7.0.0(postcss@8.4.45): dependencies: - cssnano-utils: 5.0.0(postcss@8.4.42) - postcss: 8.4.42 + cssnano-utils: 5.0.0(postcss@8.4.45) + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-overflow-shorthand@6.0.0(postcss@8.4.42): + postcss-overflow-shorthand@6.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-page-break@3.0.4(postcss@8.4.42): + postcss-page-break@3.0.4(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-place@10.0.0(postcss@8.4.42): + postcss-place@10.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-preset-env@10.0.2(postcss@8.4.42): - dependencies: - '@csstools/postcss-cascade-layers': 5.0.0(postcss@8.4.42) - '@csstools/postcss-color-function': 4.0.2(postcss@8.4.42) - '@csstools/postcss-color-mix-function': 3.0.2(postcss@8.4.42) - '@csstools/postcss-content-alt-text': 2.0.1(postcss@8.4.42) - '@csstools/postcss-exponential-functions': 2.0.1(postcss@8.4.42) - '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.4.42) - '@csstools/postcss-gamut-mapping': 2.0.2(postcss@8.4.42) - '@csstools/postcss-gradients-interpolation-method': 5.0.2(postcss@8.4.42) - '@csstools/postcss-hwb-function': 4.0.2(postcss@8.4.42) - '@csstools/postcss-ic-unit': 4.0.0(postcss@8.4.42) - '@csstools/postcss-initial': 2.0.0(postcss@8.4.42) - '@csstools/postcss-is-pseudo-class': 5.0.0(postcss@8.4.42) - '@csstools/postcss-light-dark-function': 2.0.2(postcss@8.4.42) - '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.4.42) - '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.4.42) - '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.4.42) - '@csstools/postcss-logical-resize': 3.0.0(postcss@8.4.42) - '@csstools/postcss-logical-viewport-units': 3.0.1(postcss@8.4.42) - '@csstools/postcss-media-minmax': 2.0.1(postcss@8.4.42) - '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.1(postcss@8.4.42) - '@csstools/postcss-nested-calc': 4.0.0(postcss@8.4.42) - '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.4.42) - '@csstools/postcss-oklab-function': 4.0.2(postcss@8.4.42) - '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.42) - '@csstools/postcss-relative-color-syntax': 3.0.2(postcss@8.4.42) - '@csstools/postcss-scope-pseudo-class': 4.0.0(postcss@8.4.42) - '@csstools/postcss-stepped-value-functions': 4.0.1(postcss@8.4.42) - '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.4.42) - '@csstools/postcss-trigonometric-functions': 4.0.1(postcss@8.4.42) - '@csstools/postcss-unset-value': 4.0.0(postcss@8.4.42) - autoprefixer: 10.4.20(postcss@8.4.42) + postcss-preset-env@10.0.2(postcss@8.4.45): + dependencies: + '@csstools/postcss-cascade-layers': 5.0.0(postcss@8.4.45) + '@csstools/postcss-color-function': 4.0.2(postcss@8.4.45) + '@csstools/postcss-color-mix-function': 3.0.2(postcss@8.4.45) + '@csstools/postcss-content-alt-text': 2.0.1(postcss@8.4.45) + '@csstools/postcss-exponential-functions': 2.0.1(postcss@8.4.45) + '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.4.45) + '@csstools/postcss-gamut-mapping': 2.0.2(postcss@8.4.45) + '@csstools/postcss-gradients-interpolation-method': 5.0.2(postcss@8.4.45) + '@csstools/postcss-hwb-function': 4.0.2(postcss@8.4.45) + '@csstools/postcss-ic-unit': 4.0.0(postcss@8.4.45) + '@csstools/postcss-initial': 2.0.0(postcss@8.4.45) + '@csstools/postcss-is-pseudo-class': 5.0.0(postcss@8.4.45) + '@csstools/postcss-light-dark-function': 2.0.2(postcss@8.4.45) + '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.4.45) + '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.4.45) + '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.4.45) + '@csstools/postcss-logical-resize': 3.0.0(postcss@8.4.45) + '@csstools/postcss-logical-viewport-units': 3.0.1(postcss@8.4.45) + '@csstools/postcss-media-minmax': 2.0.1(postcss@8.4.45) + '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.1(postcss@8.4.45) + '@csstools/postcss-nested-calc': 4.0.0(postcss@8.4.45) + '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.4.45) + '@csstools/postcss-oklab-function': 4.0.2(postcss@8.4.45) + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.45) + '@csstools/postcss-relative-color-syntax': 3.0.2(postcss@8.4.45) + '@csstools/postcss-scope-pseudo-class': 4.0.0(postcss@8.4.45) + '@csstools/postcss-stepped-value-functions': 4.0.1(postcss@8.4.45) + '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.4.45) + '@csstools/postcss-trigonometric-functions': 4.0.1(postcss@8.4.45) + '@csstools/postcss-unset-value': 4.0.0(postcss@8.4.45) + autoprefixer: 10.4.20(postcss@8.4.45) browserslist: 4.23.3 - css-blank-pseudo: 7.0.0(postcss@8.4.42) - css-has-pseudo: 7.0.0(postcss@8.4.42) - css-prefers-color-scheme: 10.0.0(postcss@8.4.42) + css-blank-pseudo: 7.0.0(postcss@8.4.45) + css-has-pseudo: 7.0.0(postcss@8.4.45) + css-prefers-color-scheme: 10.0.0(postcss@8.4.45) cssdb: 8.1.0 - postcss: 8.4.42 - postcss-attribute-case-insensitive: 7.0.0(postcss@8.4.42) - postcss-clamp: 4.1.0(postcss@8.4.42) - postcss-color-functional-notation: 7.0.2(postcss@8.4.42) - postcss-color-hex-alpha: 10.0.0(postcss@8.4.42) - postcss-color-rebeccapurple: 10.0.0(postcss@8.4.42) - postcss-custom-media: 11.0.1(postcss@8.4.42) - postcss-custom-properties: 14.0.1(postcss@8.4.42) - postcss-custom-selectors: 8.0.1(postcss@8.4.42) - postcss-dir-pseudo-class: 9.0.0(postcss@8.4.42) - postcss-double-position-gradients: 6.0.0(postcss@8.4.42) - postcss-focus-visible: 10.0.0(postcss@8.4.42) - postcss-focus-within: 9.0.0(postcss@8.4.42) - postcss-font-variant: 5.0.0(postcss@8.4.42) - postcss-gap-properties: 6.0.0(postcss@8.4.42) - postcss-image-set-function: 7.0.0(postcss@8.4.42) - postcss-lab-function: 7.0.2(postcss@8.4.42) - postcss-logical: 8.0.0(postcss@8.4.42) - postcss-nesting: 13.0.0(postcss@8.4.42) - postcss-opacity-percentage: 2.0.0(postcss@8.4.42) - postcss-overflow-shorthand: 6.0.0(postcss@8.4.42) - postcss-page-break: 3.0.4(postcss@8.4.42) - postcss-place: 10.0.0(postcss@8.4.42) - postcss-pseudo-class-any-link: 10.0.0(postcss@8.4.42) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.42) - postcss-selector-not: 8.0.0(postcss@8.4.42) - - postcss-pseudo-class-any-link@10.0.0(postcss@8.4.42): - dependencies: - postcss: 8.4.42 + postcss: 8.4.45 + postcss-attribute-case-insensitive: 7.0.0(postcss@8.4.45) + postcss-clamp: 4.1.0(postcss@8.4.45) + postcss-color-functional-notation: 7.0.2(postcss@8.4.45) + postcss-color-hex-alpha: 10.0.0(postcss@8.4.45) + postcss-color-rebeccapurple: 10.0.0(postcss@8.4.45) + postcss-custom-media: 11.0.1(postcss@8.4.45) + postcss-custom-properties: 14.0.1(postcss@8.4.45) + postcss-custom-selectors: 8.0.1(postcss@8.4.45) + postcss-dir-pseudo-class: 9.0.0(postcss@8.4.45) + postcss-double-position-gradients: 6.0.0(postcss@8.4.45) + postcss-focus-visible: 10.0.0(postcss@8.4.45) + postcss-focus-within: 9.0.0(postcss@8.4.45) + postcss-font-variant: 5.0.0(postcss@8.4.45) + postcss-gap-properties: 6.0.0(postcss@8.4.45) + postcss-image-set-function: 7.0.0(postcss@8.4.45) + postcss-lab-function: 7.0.2(postcss@8.4.45) + postcss-logical: 8.0.0(postcss@8.4.45) + postcss-nesting: 13.0.0(postcss@8.4.45) + postcss-opacity-percentage: 2.0.0(postcss@8.4.45) + postcss-overflow-shorthand: 6.0.0(postcss@8.4.45) + postcss-page-break: 3.0.4(postcss@8.4.45) + postcss-place: 10.0.0(postcss@8.4.45) + postcss-pseudo-class-any-link: 10.0.0(postcss@8.4.45) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.45) + postcss-selector-not: 8.0.0(postcss@8.4.45) + + postcss-pseudo-class-any-link@10.0.0(postcss@8.4.45): + dependencies: + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-reduce-idents@6.0.3(postcss@8.4.42): + postcss-reduce-idents@6.0.3(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-reduce-initial@6.1.0(postcss@8.4.42): + postcss-reduce-initial@6.1.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-reduce-initial@7.0.0(postcss@8.4.42): + postcss-reduce-initial@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-api: 3.0.0 - postcss: 8.4.42 + postcss: 8.4.45 - postcss-reduce-transforms@6.0.2(postcss@8.4.42): + postcss-reduce-transforms@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-reduce-transforms@7.0.0(postcss@8.4.42): + postcss-reduce-transforms@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 - postcss-replace-overflow-wrap@4.0.0(postcss@8.4.42): + postcss-replace-overflow-wrap@4.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-resolve-nested-selector@0.1.6: {} - postcss-safe-parser@6.0.0(postcss@8.4.42): + postcss-safe-parser@6.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-safe-parser@7.0.0(postcss@8.4.42): + postcss-safe-parser@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-scss@4.0.9(postcss@8.4.42): + postcss-scss@4.0.9(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-selector-not@8.0.0(postcss@8.4.42): + postcss-selector-not@8.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-selector-parser@6.1.2: @@ -22189,42 +22188,42 @@ snapshots: cssesc: 3.0.0 util-deprecate: 1.0.2 - postcss-sort-media-queries@5.2.0(postcss@8.4.42): + postcss-sort-media-queries@5.2.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 sort-css-media-queries: 2.2.0 - postcss-sorting@8.0.2(postcss@8.4.42): + postcss-sorting@8.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 - postcss-svgo@6.0.3(postcss@8.4.42): + postcss-svgo@6.0.3(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 svgo: 3.2.0 - postcss-svgo@7.0.0(postcss@8.4.42): + postcss-svgo@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-value-parser: 4.2.0 svgo: 3.2.0 - postcss-unique-selectors@6.0.4(postcss@8.4.42): + postcss-unique-selectors@6.0.4(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - postcss-unique-selectors@7.0.0(postcss@8.4.42): + postcss-unique-selectors@7.0.0(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-value-parser@4.2.0: {} - postcss-zindex@6.0.2(postcss@8.4.42): + postcss-zindex@6.0.2(postcss@8.4.45): dependencies: - postcss: 8.4.42 + postcss: 8.4.45 postcss@8.4.31: dependencies: @@ -22232,7 +22231,7 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 - postcss@8.4.42: + postcss@8.4.45: dependencies: nanoid: 3.3.7 picocolors: 1.0.1 @@ -22834,7 +22833,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.4.42 + postcss: 8.4.45 source-map: 0.6.1 resolve.exports@2.0.2: {} @@ -22878,10 +22877,6 @@ snapshots: dependencies: glob: 9.3.5 - rimraf@5.0.9: - dependencies: - glob: 10.3.12 - rimraf@6.0.1: dependencies: glob: 11.0.0 @@ -22897,7 +22892,7 @@ snapshots: dependencies: escalade: 3.1.2 picocolors: 1.0.1 - postcss: 8.4.42 + postcss: 8.4.45 strip-json-comments: 3.1.1 run-applescript@7.0.0: {} @@ -23492,16 +23487,16 @@ snapshots: '@babel/core': 7.25.2 babel-plugin-macros: 3.1.0 - stylehacks@6.1.1(postcss@8.4.42): + stylehacks@6.1.1(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 - stylehacks@7.0.0(postcss@8.4.42): + stylehacks@7.0.0(postcss@8.4.45): dependencies: browserslist: 4.23.3 - postcss: 8.4.42 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 stylelint-config-html@1.1.0(postcss-html@1.7.0)(stylelint@16.9.0(typescript@5.5.4)): @@ -23514,26 +23509,26 @@ snapshots: stylelint: 16.9.0(typescript@5.5.4) stylelint-order: 6.0.4(stylelint@16.9.0(typescript@5.5.4)) - stylelint-config-recommended-scss@14.0.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)): + stylelint-config-recommended-scss@14.0.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)): dependencies: - postcss-scss: 4.0.9(postcss@8.4.42) + postcss-scss: 4.0.9(postcss@8.4.45) stylelint: 16.9.0(typescript@5.5.4) stylelint-config-recommended: 14.0.1(stylelint@16.9.0(typescript@5.5.4)) stylelint-scss: 6.2.1(stylelint@16.9.0(typescript@5.5.4)) optionalDependencies: - postcss: 8.4.42 + postcss: 8.4.45 stylelint-config-recommended@14.0.1(stylelint@16.9.0(typescript@5.5.4)): dependencies: stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-standard-scss@13.1.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)): + stylelint-config-standard-scss@13.1.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)): dependencies: stylelint: 16.9.0(typescript@5.5.4) - stylelint-config-recommended-scss: 14.0.0(postcss@8.4.42)(stylelint@16.9.0(typescript@5.5.4)) + stylelint-config-recommended-scss: 14.0.0(postcss@8.4.45)(stylelint@16.9.0(typescript@5.5.4)) stylelint-config-standard: 36.0.1(stylelint@16.9.0(typescript@5.5.4)) optionalDependencies: - postcss: 8.4.42 + postcss: 8.4.45 stylelint-config-standard@36.0.1(stylelint@16.9.0(typescript@5.5.4)): dependencies: @@ -23542,8 +23537,8 @@ snapshots: stylelint-order@6.0.4(stylelint@16.9.0(typescript@5.5.4)): dependencies: - postcss: 8.4.42 - postcss-sorting: 8.0.2(postcss@8.4.42) + postcss: 8.4.45 + postcss-sorting: 8.0.2(postcss@8.4.45) stylelint: 16.9.0(typescript@5.5.4) stylelint-prettier@5.0.2(prettier@3.3.3)(stylelint@16.9.0(typescript@5.5.4)): @@ -23610,9 +23605,9 @@ snapshots: micromatch: 4.0.8 normalize-path: 3.0.0 picocolors: 1.0.1 - postcss: 8.4.42 + postcss: 8.4.45 postcss-resolve-nested-selector: 0.1.6 - postcss-safe-parser: 7.0.0(postcss@8.4.42) + postcss-safe-parser: 7.0.0(postcss@8.4.45) postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -23688,7 +23683,7 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 - tailwindcss@3.4.10(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)): + tailwindcss@3.4.10(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -23704,11 +23699,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.1 - postcss: 8.4.42 - postcss-import: 15.1.0(postcss@8.4.42) - postcss-js: 4.0.1(postcss@8.4.42) - postcss-load-config: 4.0.2(postcss@8.4.42)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) - postcss-nested: 6.0.1(postcss@8.4.42) + postcss: 8.4.45 + postcss-import: 15.1.0(postcss@8.4.45) + postcss-js: 4.0.1(postcss@8.4.45) + postcss-load-config: 4.0.2(postcss@8.4.45)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) + postcss-nested: 6.0.1(postcss@8.4.45) postcss-selector-parser: 6.1.2 resolve: 1.22.8 sucrase: 3.35.0 @@ -23885,12 +23880,12 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-jest@29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)))(typescript@5.5.4): + ts-jest@29.2.5(@babel/core@7.25.2)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.2))(jest@29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)))(typescript@5.5.4): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.16.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4)) + jest: 29.7.0(@types/node@20.16.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4)) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -23914,14 +23909,14 @@ snapshots: typescript: 5.5.4 webpack: 5.94.0(webpack-cli@5.1.4) - ts-node@10.9.2(@types/node@20.16.3)(typescript@5.5.4): + ts-node@10.9.2(@types/node@20.16.5)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.3 + '@types/node': 20.16.5 acorn: 8.12.1 acorn-walk: 8.3.2 arg: 4.1.3 @@ -24051,11 +24046,11 @@ snapshots: typedarray@0.0.6: {} - typescript-eslint@8.3.0(eslint@8.57.0)(typescript@5.5.4): + typescript-eslint@8.4.0(eslint@8.57.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/eslint-plugin': 8.3.0(@typescript-eslint/parser@8.3.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/parser': 8.3.0(eslint@8.57.0)(typescript@5.5.4) - '@typescript-eslint/utils': 8.3.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 8.4.0(@typescript-eslint/parser@8.4.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/parser': 8.4.0(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/utils': 8.4.0(eslint@8.57.0)(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -24413,12 +24408,12 @@ snapshots: - bufferutil - utf-8-validate - webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0): + webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0): dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4)) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4)) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4)) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4)) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4)) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0))(webpack-dev-server@5.1.0(webpack-cli@5.1.4)(webpack@5.94.0))(webpack@5.94.0(webpack-cli@5.1.4)) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -24431,7 +24426,7 @@ snapshots: webpack-merge: 5.10.0 optionalDependencies: webpack-bundle-analyzer: 4.10.2 - webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.94.0) + webpack-dev-server: 5.1.0(webpack-cli@5.1.4)(webpack@5.94.0) webpack-dev-middleware@5.3.4(webpack@5.94.0): dependencies: @@ -24442,7 +24437,7 @@ snapshots: schema-utils: 4.2.0 webpack: 5.94.0 - webpack-dev-middleware@7.2.1(webpack@5.94.0(webpack-cli@5.1.4)): + webpack-dev-middleware@7.4.2(webpack@5.94.0(webpack-cli@5.1.4)): dependencies: colorette: 2.0.20 memfs: 4.8.2 @@ -24453,7 +24448,7 @@ snapshots: optionalDependencies: webpack: 5.94.0(webpack-cli@5.1.4) - webpack-dev-middleware@7.2.1(webpack@5.94.0): + webpack-dev-middleware@7.4.2(webpack@5.94.0): dependencies: colorette: 2.0.20 memfs: 4.8.2 @@ -24495,7 +24490,7 @@ snapshots: sockjs: 0.3.24 spdy: 4.0.2 webpack-dev-middleware: 5.3.4(webpack@5.94.0) - ws: 8.16.0 + ws: 8.18.0 optionalDependencies: webpack: 5.94.0 transitivePeerDependencies: @@ -24504,7 +24499,7 @@ snapshots: - supports-color - utf-8-validate - webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.94.0): + webpack-dev-server@5.1.0(webpack-cli@5.1.4)(webpack@5.94.0): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -24519,7 +24514,6 @@ snapshots: colorette: 2.0.20 compression: 1.7.4 connect-history-api-fallback: 2.0.0 - default-gateway: 6.0.3 express: 4.19.2 graceful-fs: 4.2.11 html-entities: 2.5.2 @@ -24528,24 +24522,23 @@ snapshots: launch-editor: 2.6.1 open: 10.1.0 p-retry: 6.2.0 - rimraf: 5.0.9 schema-utils: 4.2.0 selfsigned: 2.4.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.2.1(webpack@5.94.0(webpack-cli@5.1.4)) - ws: 8.16.0 + webpack-dev-middleware: 7.4.2(webpack@5.94.0(webpack-cli@5.1.4)) + ws: 8.18.0 optionalDependencies: webpack: 5.94.0(webpack-cli@5.1.4) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate - webpack-dev-server@5.0.4(webpack@5.94.0): + webpack-dev-server@5.1.0(webpack@5.94.0): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -24560,7 +24553,6 @@ snapshots: colorette: 2.0.20 compression: 1.7.4 connect-history-api-fallback: 2.0.0 - default-gateway: 6.0.3 express: 4.19.2 graceful-fs: 4.2.11 html-entities: 2.5.2 @@ -24569,14 +24561,13 @@ snapshots: launch-editor: 2.6.1 open: 10.1.0 p-retry: 6.2.0 - rimraf: 5.0.9 schema-utils: 4.2.0 selfsigned: 2.4.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.2.1(webpack@5.94.0) - ws: 8.16.0 + webpack-dev-middleware: 7.4.2(webpack@5.94.0) + ws: 8.18.0 optionalDependencies: webpack: 5.94.0 transitivePeerDependencies: @@ -24665,7 +24656,7 @@ snapshots: watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.0.4)(webpack@5.94.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack-dev-server@5.1.0)(webpack@5.94.0) transitivePeerDependencies: - '@swc/core' - esbuild @@ -24990,7 +24981,7 @@ snapshots: ws@7.5.9: {} - ws@8.16.0: {} + ws@8.18.0: {} xdg-basedir@5.1.0: {} diff --git a/website/package.json b/website/package.json index d252e59f..f318c3f7 100644 --- a/website/package.json +++ b/website/package.json @@ -24,7 +24,7 @@ "@docusaurus/tsconfig": "3.5.2", "@docusaurus/types": "3.5.2", "@mdx-js/react": "^3.0.1", - "@types/node": "^20.16.3", + "@types/node": "^20.16.5", "typescript": "^5.5.4" }, "browserslist": {