diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 04c9103e3ad..af7a3e584b3 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - name: 'Run analysis' - uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3 + uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 with: results_file: results.sarif results_format: sarif diff --git a/package.json b/package.json index 0cb2df31ae2..73b91cbdf49 100644 --- a/package.json +++ b/package.json @@ -46,19 +46,19 @@ "devDependencies": { "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", - "@coveo/semantic-monorepo-tools": "2.4.43", + "@coveo/semantic-monorepo-tools": "2.4.44", "@eslint/compat": "1.1.1", "@sindresorhus/slugify": "2.2.1", - "@types/node": "20.14.12", + "@types/node": "20.14.13", "aws-sdk": "2.1664.0", "chokidar": "3.6.0", "commitizen": "4.3.0", "conventional-changelog-angular": "8.0.0", "cz-conventional-changelog": "3.3.0", - "eslint": "9.7.0", + "eslint": "9.8.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import-x": "3.1.0", - "eslint-plugin-jsdoc": "48.8.3", + "eslint-plugin-jsdoc": "48.10.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-react": "7.35.0", "eslint-plugin-react-hooks": "4.6.2", @@ -67,17 +67,17 @@ "eslint-plugin-unused-imports": "4.0.1", "eslint-plugin-vitest": "0.5.4", "globals": "15.8.0", - "husky": "9.1.2", + "husky": "9.1.4", "lint-staged": "15.2.7", "mime-types": "2.1.35", "postcss": "8.4.40", "prettier": "3.3.3", "sort-package-json": "2.10.0", - "stylelint": "16.7.0", + "stylelint": "16.8.1", "stylelint-config-standard-scss": "13.1.0", "turbo": "2.0.9", "typescript": "5.5.4", - "typescript-eslint": "7.17.0", + "typescript-eslint": "7.18.0", "underscore": "1.13.7", "walkdir": "0.4.1" }, diff --git a/packages/components-props-analyzer/package.json b/packages/components-props-analyzer/package.json index 23afe4576c0..9ac318d03ae 100644 --- a/packages/components-props-analyzer/package.json +++ b/packages/components-props-analyzer/package.json @@ -28,9 +28,9 @@ }, "devDependencies": { "@swc/cli": "0.4.0", - "@swc/core": "1.7.2", + "@swc/core": "1.7.3", "@types/fs-extra": "11.0.4", - "@types/node": "20.14.12", + "@types/node": "20.14.13", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@typescript/twoslash": "3.2.8", diff --git a/packages/mantine/package.json b/packages/mantine/package.json index 3a7bb6fa8d8..8878f71c84f 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -64,7 +64,7 @@ "@mantine/modals": "7.11.2", "@mantine/notifications": "7.11.2", "@swc/cli": "0.4.0", - "@swc/core": "1.7.2", + "@swc/core": "1.7.3", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "16.0.0", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 2507a2e6008..b7119c490d9 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -45,12 +45,12 @@ "@swc/helpers": "0.5.12" }, "devDependencies": { - "@babel/types": "7.24.9", + "@babel/types": "7.25.2", "@coveord/plasma-tokens": "workspace:*", "@svgr/core": "8.1.0", "@svgr/plugin-jsx": "8.1.0", "@swc/cli": "0.4.0", - "@swc/core": "1.7.2", + "@swc/core": "1.7.3", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "fs-extra": "11.2.0", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 6aee2384429..0ed8e12a33b 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -40,11 +40,11 @@ }, "devDependencies": { "@swc/cli": "0.4.0", - "@swc/core": "1.7.2", + "@swc/core": "1.7.3", "@types/chroma-js": "2.4.4", "@types/fs-extra": "11.0.4", "@types/lodash": "4.17.7", - "@types/node": "20.14.12", + "@types/node": "20.14.13", "chroma-js": "2.4.2", "commander": "12.1.0", "dotenv": "16.4.5", diff --git a/packages/website/package.json b/packages/website/package.json index df6e380ce09..124d70bb2b2 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -48,7 +48,7 @@ "@types/fs-extra": "11.0.4", "@types/klaw-sync": "6.0.5", "@types/lodash.kebabcase": "4.1.9", - "@types/node": "20.14.12", + "@types/node": "20.14.13", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@vitejs/plugin-react-swc": "3.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc391513768..61a345d7012 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,13 +19,13 @@ importers: devDependencies: '@commitlint/cli': specifier: 19.3.0 - version: 19.3.0(@types/node@20.14.12)(typescript@5.5.4) + version: 19.3.0(@types/node@20.14.13)(typescript@5.5.4) '@commitlint/config-conventional': specifier: 19.2.2 version: 19.2.2 '@coveo/semantic-monorepo-tools': - specifier: 2.4.43 - version: 2.4.43 + specifier: 2.4.44 + version: 2.4.44 '@eslint/compat': specifier: 1.1.1 version: 1.1.1 @@ -33,8 +33,8 @@ importers: specifier: 2.2.1 version: 2.2.1 '@types/node': - specifier: 20.14.12 - version: 20.14.12 + specifier: 20.14.13 + version: 20.14.13 aws-sdk: specifier: 2.1664.0 version: 2.1664.0 @@ -43,52 +43,52 @@ importers: version: 3.6.0 commitizen: specifier: 4.3.0 - version: 4.3.0(@types/node@20.14.12)(typescript@5.5.4) + version: 4.3.0(@types/node@20.14.13)(typescript@5.5.4) conventional-changelog-angular: specifier: 8.0.0 version: 8.0.0 cz-conventional-changelog: specifier: 3.3.0 - version: 3.3.0(@types/node@20.14.12)(typescript@5.5.4) + version: 3.3.0(@types/node@20.14.13)(typescript@5.5.4) eslint: - specifier: 9.7.0 - version: 9.7.0 + specifier: 9.8.0 + version: 9.8.0 eslint-config-prettier: specifier: 9.1.0 - version: 9.1.0(eslint@9.7.0) + version: 9.1.0(eslint@9.8.0) eslint-plugin-import-x: specifier: 3.1.0 - version: 3.1.0(eslint@9.7.0)(typescript@5.5.4) + version: 3.1.0(eslint@9.8.0)(typescript@5.5.4) eslint-plugin-jsdoc: - specifier: 48.8.3 - version: 48.8.3(eslint@9.7.0) + specifier: 48.10.1 + version: 48.10.1(eslint@9.8.0) eslint-plugin-prefer-arrow: specifier: 1.2.3 - version: 1.2.3(eslint@9.7.0) + version: 1.2.3(eslint@9.8.0) eslint-plugin-react: specifier: 7.35.0 - version: 7.35.0(eslint@9.7.0) + version: 7.35.0(eslint@9.8.0) eslint-plugin-react-hooks: specifier: 4.6.2 - version: 4.6.2(eslint@9.7.0) + version: 4.6.2(eslint@9.8.0) eslint-plugin-react-refresh: specifier: 0.4.9 - version: 0.4.9(eslint@9.7.0) + version: 0.4.9(eslint@9.8.0) eslint-plugin-testing-library: specifier: 6.2.2 - version: 6.2.2(eslint@9.7.0)(typescript@5.5.4) + version: 6.2.2(eslint@9.8.0)(typescript@5.5.4) eslint-plugin-unused-imports: specifier: 4.0.1 - version: 4.0.1(eslint@9.7.0) + version: 4.0.1(eslint@9.8.0) eslint-plugin-vitest: specifier: 0.5.4 - version: 0.5.4(eslint@9.7.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.12)) + version: 0.5.4(eslint@9.8.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)) globals: specifier: 15.8.0 version: 15.8.0 husky: - specifier: 9.1.2 - version: 9.1.2 + specifier: 9.1.4 + version: 9.1.4 lint-staged: specifier: 15.2.7 version: 15.2.7 @@ -105,11 +105,11 @@ importers: specifier: 2.10.0 version: 2.10.0 stylelint: - specifier: 16.7.0 - version: 16.7.0(typescript@5.5.4) + specifier: 16.8.1 + version: 16.8.1(typescript@5.5.4) stylelint-config-standard-scss: specifier: 13.1.0 - version: 13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)) + version: 13.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) turbo: specifier: 2.0.9 version: 2.0.9 @@ -117,8 +117,8 @@ importers: specifier: 5.5.4 version: 5.5.4 typescript-eslint: - specifier: 7.17.0 - version: 7.17.0(eslint@9.7.0)(typescript@5.5.4) + specifier: 7.18.0 + version: 7.18.0(eslint@9.8.0)(typescript@5.5.4) underscore: specifier: 1.13.7 version: 1.13.7 @@ -134,16 +134,16 @@ importers: devDependencies: '@swc/cli': specifier: 0.4.0 - version: 0.4.0(@swc/core@1.7.2(@swc/helpers@0.5.12))(chokidar@3.6.0) + version: 0.4.0(@swc/core@1.7.3(@swc/helpers@0.5.12))(chokidar@3.6.0) '@swc/core': - specifier: 1.7.2 - version: 1.7.2(@swc/helpers@0.5.12) + specifier: 1.7.3 + version: 1.7.3(@swc/helpers@0.5.12) '@types/fs-extra': specifier: 11.0.4 version: 11.0.4 '@types/node': - specifier: 20.14.12 - version: 20.14.12 + specifier: 20.14.13 + version: 20.14.13 '@types/react': specifier: 18.3.3 version: 18.3.3 @@ -176,7 +176,7 @@ importers: version: 6.0.1 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.7.2(@swc/helpers@0.5.12))(@types/node@20.14.12)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.12))(@types/node@20.14.13)(typescript@5.5.4) tslib: specifier: 2.6.3 version: 2.6.3 @@ -264,10 +264,10 @@ importers: version: 7.11.2(@mantine/core@7.11.2(@mantine/hooks@7.11.2(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.11.2(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@swc/cli': specifier: 0.4.0 - version: 0.4.0(@swc/core@1.7.2(@swc/helpers@0.5.12))(chokidar@3.6.0) + version: 0.4.0(@swc/core@1.7.3(@swc/helpers@0.5.12))(chokidar@3.6.0) '@swc/core': - specifier: 1.7.2 - version: 1.7.2(@swc/helpers@0.5.12) + specifier: 1.7.3 + version: 1.7.3(@swc/helpers@0.5.12) '@testing-library/dom': specifier: 10.4.0 version: 10.4.0 @@ -333,7 +333,7 @@ importers: version: 5.5.4 vitest: specifier: 2.0.4 - version: 2.0.4(@types/node@20.14.12)(jsdom@24.1.1)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + version: 2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) packages/react-icons: dependencies: @@ -342,8 +342,8 @@ importers: version: 0.5.12 devDependencies: '@babel/types': - specifier: 7.24.9 - version: 7.24.9 + specifier: 7.25.2 + version: 7.25.2 '@coveord/plasma-tokens': specifier: workspace:* version: link:../tokens @@ -355,10 +355,10 @@ importers: version: 8.1.0(@svgr/core@8.1.0(typescript@5.5.4)) '@swc/cli': specifier: 0.4.0 - version: 0.4.0(@swc/core@1.7.2(@swc/helpers@0.5.12))(chokidar@3.6.0) + version: 0.4.0(@swc/core@1.7.3(@swc/helpers@0.5.12))(chokidar@3.6.0) '@swc/core': - specifier: 1.7.2 - version: 1.7.2(@swc/helpers@0.5.12) + specifier: 1.7.3 + version: 1.7.3(@swc/helpers@0.5.12) '@types/react': specifier: 18.3.3 version: 18.3.3 @@ -404,10 +404,10 @@ importers: devDependencies: '@swc/cli': specifier: 0.4.0 - version: 0.4.0(@swc/core@1.7.2(@swc/helpers@0.5.12))(chokidar@3.6.0) + version: 0.4.0(@swc/core@1.7.3(@swc/helpers@0.5.12))(chokidar@3.6.0) '@swc/core': - specifier: 1.7.2 - version: 1.7.2(@swc/helpers@0.5.12) + specifier: 1.7.3 + version: 1.7.3(@swc/helpers@0.5.12) '@types/chroma-js': specifier: 2.4.4 version: 2.4.4 @@ -418,8 +418,8 @@ importers: specifier: 4.17.7 version: 4.17.7 '@types/node': - specifier: 20.14.12 - version: 20.14.12 + specifier: 20.14.13 + version: 20.14.13 chroma-js: specifier: 2.4.2 version: 2.4.2 @@ -461,7 +461,7 @@ importers: version: 3.3.2 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.7.2(@swc/helpers@0.5.12))(@types/node@20.14.12)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.12))(@types/node@20.14.13)(typescript@5.5.4) tslib: specifier: 2.6.3 version: 2.6.3 @@ -581,8 +581,8 @@ importers: specifier: 4.1.9 version: 4.1.9 '@types/node': - specifier: 20.14.12 - version: 20.14.12 + specifier: 20.14.13 + version: 20.14.13 '@types/react': specifier: 18.3.3 version: 18.3.3 @@ -591,7 +591,7 @@ importers: version: 18.3.0 '@vitejs/plugin-react-swc': specifier: 3.7.0 - version: 3.7.0(@swc/helpers@0.5.12)(vite@5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40))) + version: 3.7.0(@swc/helpers@0.5.12)(vite@5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40))) autoprefixer: specifier: 10.4.19 version: 10.4.19(postcss@8.4.40) @@ -612,7 +612,7 @@ importers: version: 3.25.0 ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.7.2(@swc/helpers@0.5.12))(@types/node@20.14.12)(typescript@5.5.4) + version: 10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.12))(@types/node@20.14.13)(typescript@5.5.4) tslib: specifier: 2.6.3 version: 2.6.3 @@ -621,7 +621,7 @@ importers: version: 5.5.4 vite: specifier: 5.3.5 - version: 5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + version: 5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) packages: @@ -707,12 +707,8 @@ packages: resolution: {integrity: sha512-LrHHoWq08ZpmmFqBAzN+hUdWwy5zt7FGa/hVwMcOqW6OVtwqaoD5utfuGYU87JYxdZgLUvktAsn37j/sYR9siA==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.9': - resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.25.0': - resolution: {integrity: sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==} + '@babel/types@7.25.2': + resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} '@commitlint/cli@19.3.0': @@ -816,8 +812,8 @@ packages: '@coveo/relay@0.7.10': resolution: {integrity: sha512-d/4Vf8wwj746M0RV9xAek7SV/rZhv3ERoQoZo6I2IKAqzMxX8r0Vyrau+UZG1sdxybd6zzo8AVIzvRFHGXxvnA==} - '@coveo/semantic-monorepo-tools@2.4.43': - resolution: {integrity: sha512-l3drdwCw7mHcQNUBJn9yF8/gDTFDWLp7iNhJ/g9rs8gV9Vfv+TG83w8eKyNDFX17FzzHkAz/dYJ0ealKAXRmuA==} + '@coveo/semantic-monorepo-tools@2.4.44': + resolution: {integrity: sha512-fSJPzsUxNVF+wYlikkxqj3uw6tjWx4yw79LAisLLzn2LiVP/ZF4JDBt+X4SSaJ+YREdGNBdqyNpH90o5eXKCow==} '@cspotcode/source-map-support@0.8.1': resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} @@ -1041,8 +1037,8 @@ packages: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.7.0': - resolution: {integrity: sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==} + '@eslint/js@9.8.0': + resolution: {integrity: sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': @@ -1438,68 +1434,68 @@ packages: chokidar: optional: true - '@swc/core-darwin-arm64@1.7.2': - resolution: {integrity: sha512-Zb8KiGaESzOgh5HBnp6Vhs2fRpngHIT81JOfIo0oaGlzAckamnG7UAXC/yK6cQ8q2KXc78utJ/yq/NM2yVKLqw==} + '@swc/core-darwin-arm64@1.7.3': + resolution: {integrity: sha512-CTkHa6MJdov9t41vuV2kmQIMu+Q19LrEHGIR/UiJYH06SC/sOu35ZZH8DyfLp9ZoaCn21gwgWd61ixOGQlwzTw==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.7.2': - resolution: {integrity: sha512-qb0HY9GEexpPm46Hb3OY7E6xb4r+eniiThm+0Gcnhf19EZV2ZlsCC8Rdbhmav33x++ZqSDzZ44fxMY2vnN5VDg==} + '@swc/core-darwin-x64@1.7.3': + resolution: {integrity: sha512-mun623y6rCoZ2EFIYfIRqXYRFufJOopoYSJcxYhZUrfTpAvQ1zLngjQpWCUU1krggXR2U0PQj+ls0DfXUTraNg==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.7.2': - resolution: {integrity: sha512-x2+MOK3RzH3yEkaukKtpDW/udM1x9GoYtXaLNqlq6ovAzZPQ9FDFI0pm1asL4akHUw3s7YTh1aUY7QscstJAHQ==} + '@swc/core-linux-arm-gnueabihf@1.7.3': + resolution: {integrity: sha512-4Jz4UcIcvZNMp9qoHbBx35bo3rjt8hpYLPqnR4FFq6gkAsJIMFC56UhRZwdEQoDuYiOFMBnnrsg31Fyo6YQypA==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.7.2': - resolution: {integrity: sha512-4J3HGEDus7a9xnrJUFGyJJgvj4w+BFGiZvs08xbw4Z1ZN4uHJQiJiDsQEAWWciKUxrOndP3SocUq/GhEGiDm0g==} + '@swc/core-linux-arm64-gnu@1.7.3': + resolution: {integrity: sha512-p+U/M/oqV7HC4erQ5TVWHhJU1984QD+wQBPxslAYq751bOQGm0R/mXK42GjugqjnR6yYrAiwKKbpq4iWVXNePA==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.7.2': - resolution: {integrity: sha512-4FhQmYbj8SCmir4pHRLSn8IIFmRKHTL3eZFtOpm26RLME7rXL7Yt33DpzIeTRoHFIesI5NEfaR38WU5mY7P1pA==} + '@swc/core-linux-arm64-musl@1.7.3': + resolution: {integrity: sha512-s6VzyaJwaRGTi2mz2h6Ywxfmgpkc69IxhuMzl+sl34plH0V0RgnZDm14HoCGIKIzRk4+a2EcBV1ZLAfWmPACQg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.7.2': - resolution: {integrity: sha512-Loz10Hy6z5mBIAOe6OInOVsYu+PVxyknCB3thtr7QH+uqEz6dcXhU2ERrO2Lf4dsTsFs/Wb80rv8zTSwB8dpsw==} + '@swc/core-linux-x64-gnu@1.7.3': + resolution: {integrity: sha512-IrFY48C356Z2dU2pjYg080yvMXzmSV3Lmm/Wna4cfcB1nkVLjWsuYwwRAk9CY7E19c+q8N1sMNggubAUDYoX2g==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.7.2': - resolution: {integrity: sha512-8p8qNWaLcTa+qHX4NSv1KNm8BQ6zPoLXuOBo9DtOEqc+K60IISGKPCAS7TJlCcv0q20JnmxZ/cEWW5Qo4TR4XQ==} + '@swc/core-linux-x64-musl@1.7.3': + resolution: {integrity: sha512-qoLgxBlBnnyUEDu5vmRQqX90h9jldU1JXI96e6eh2d1gJyKRA0oSK7xXmTzorv1fGHiHulv9qiJOUG+g6uzJWg==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.7.2': - resolution: {integrity: sha512-eNWAYOalBlFrhv/IVSQ1dxu7qIGuhxlUJZTYa8jsgLnKt93vAFd2cjLtKZ85k1OibBnq9PkKQyo4NKVr4hBavw==} + '@swc/core-win32-arm64-msvc@1.7.3': + resolution: {integrity: sha512-OAd7jVVJ7nb0Ev80VAa1aeK+FldPeC4eZ35H4Qn6EICzIz0iqJo2T33qLKkSZiZEBKSoF4KcwrqYfkjLOp5qWg==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.7.2': - resolution: {integrity: sha512-BbpaCPCnbQHCzpQ9yDH3qp1Y5Ijd0NSMNk4qqESN2WWx0ojV2uBTjPou5NC2MZxk8fM3iJpJ05enf+IeaXuh6A==} + '@swc/core-win32-ia32-msvc@1.7.3': + resolution: {integrity: sha512-31+Le1NyfSnILFV9+AhxfFOG0DK0272MNhbIlbcv4w/iqpjkhaOnNQnLsYJD1Ow7lTX1MtIZzTjOhRlzSviRWg==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.7.2': - resolution: {integrity: sha512-21mf4Jg9Arx0lUnmRQtYd8IQB4WkY4LHJrvcz3EmKbwCTCXI5rQ6Ifnjk7EmG3Tizv0giHqQBQLu5NXWBz45Mg==} + '@swc/core-win32-x64-msvc@1.7.3': + resolution: {integrity: sha512-jVQPbYrwcuueI4QB0fHC29SVrkFOBcfIspYDlgSoHnEz6tmLMqUy+txZUypY/ZH/KaK0HEY74JkzgbRC1S6LFQ==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.7.2': - resolution: {integrity: sha512-mjIlT0e6ygKR8LZ1TjtNrDVMhnB8qpyYAdwexhuVHY255yDdDQCpuPGi20odwnE82QhFBSIWs4HcENDVO/yiMw==} + '@swc/core@1.7.3': + resolution: {integrity: sha512-HHAlbXjWI6Kl9JmmUW1LSygT1YbblXgj2UvvDzMkTBPRzYMhW6xchxdO8HbtMPtFYRt/EQq9u1z7j4ttRSrFsA==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '*' @@ -1668,8 +1664,8 @@ packages: '@types/ms@0.7.34': resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - '@types/node@20.14.12': - resolution: {integrity: sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==} + '@types/node@20.14.13': + resolution: {integrity: sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==} '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} @@ -1695,8 +1691,8 @@ packages: '@types/uuid@9.0.8': resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} - '@typescript-eslint/eslint-plugin@7.17.0': - resolution: {integrity: sha512-pyiDhEuLM3PuANxH7uNYan1AaFs5XE0zw1hq69JBvGvE7gSuEoQl1ydtEe/XQeoC3GQxLXyOVa5kNOATgM638A==} + '@typescript-eslint/eslint-plugin@7.18.0': + resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -1706,8 +1702,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@7.17.0': - resolution: {integrity: sha512-puiYfGeg5Ydop8eusb/Hy1k7QmOU6X3nvsqCgzrB2K4qMavK//21+PzNE8qeECgNOIoertJPUC1SpegHDI515A==} + '@typescript-eslint/parser@7.18.0': + resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -1724,8 +1720,12 @@ packages: resolution: {integrity: sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/type-utils@7.17.0': - resolution: {integrity: sha512-XD3aaBt+orgkM/7Cei0XNEm1vwUxQ958AOLALzPlbPqb8C1G8PZK85tND7Jpe69Wualri81PLU+Zc48GVKIMMA==} + '@typescript-eslint/scope-manager@7.18.0': + resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/type-utils@7.18.0': + resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -1742,6 +1742,10 @@ packages: resolution: {integrity: sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/types@7.18.0': + resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} + engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/typescript-estree@5.62.0': resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1760,6 +1764,15 @@ packages: typescript: optional: true + '@typescript-eslint/typescript-estree@7.18.0': + resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + '@typescript-eslint/utils@5.62.0': resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1772,6 +1785,12 @@ packages: peerDependencies: eslint: ^8.56.0 + '@typescript-eslint/utils@7.18.0': + resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + '@typescript-eslint/visitor-keys@5.62.0': resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1780,6 +1799,10 @@ packages: resolution: {integrity: sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==} engines: {node: ^18.18.0 || >=20.0.0} + '@typescript-eslint/visitor-keys@7.18.0': + resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} + engines: {node: ^18.18.0 || >=20.0.0} + '@typescript/twoslash@3.2.8': resolution: {integrity: sha512-+PEMkLrdq1MFa7DibdCbZO7SS5p8DgfRX94KIOfJsmvB6NoCWySdt7598f9Foa+CMITEck9DiOS6O9pURqUpIQ==} peerDependencies: @@ -2641,8 +2664,8 @@ packages: peerDependencies: eslint: ^8.56.0 || ^9.0.0-0 - eslint-plugin-jsdoc@48.8.3: - resolution: {integrity: sha512-AtIvwwW9D17MRkM0Z0y3/xZYaa9mdAvJrkY6fU/HNUwGbmMtHVvK4qRM9CDixGVtfNrQitb8c6zQtdh6cTOvLg==} + eslint-plugin-jsdoc@48.10.1: + resolution: {integrity: sha512-dxV7ytazLW9CdPahds07FljQ960vLQG65mUnFi8/6Pc6u6miCZNGYrnKVHrnnrcj+LikhiKAayjrUiNttzRMEg==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -2718,8 +2741,8 @@ packages: resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.7.0: - resolution: {integrity: sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==} + eslint@9.8.0: + resolution: {integrity: sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true @@ -3200,8 +3223,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.2: - resolution: {integrity: sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==} + husky@9.1.4: + resolution: {integrity: sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==} engines: {node: '>=18'} hasBin: true @@ -4931,8 +4954,8 @@ packages: peerDependencies: stylelint: ^16.0.2 - stylelint@16.7.0: - resolution: {integrity: sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==} + stylelint@16.8.1: + resolution: {integrity: sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==} engines: {node: '>=18.12.0'} hasBin: true @@ -5161,8 +5184,8 @@ packages: resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} engines: {node: '>= 0.4'} - typescript-eslint@7.17.0: - resolution: {integrity: sha512-spQxsQvPguduCUfyUvLItvKqK3l8KJ/kqs5Pb/URtzQ5AC53Z6us32St37rpmlt2uESG23lOFpV4UErrmy4dZQ==} + typescript-eslint@7.18.0: + resolution: {integrity: sha512-PonBkP603E3tt05lDkbOMyaxJjvKqQrXsnow72sVeOFINDE/qNmnnd+f9b4N+U7W6MXnnYyrhtmF2t08QWwUbA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -5553,7 +5576,7 @@ snapshots: '@babel/parser': 7.25.0 '@babel/template': 7.25.0 '@babel/traverse': 7.25.1 - '@babel/types': 7.24.9 + '@babel/types': 7.25.2 convert-source-map: 2.0.0 debug: 4.3.6(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -5564,7 +5587,7 @@ snapshots: '@babel/generator@7.25.0': dependencies: - '@babel/types': 7.25.0 + '@babel/types': 7.25.2 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -5580,7 +5603,7 @@ snapshots: '@babel/helper-module-imports@7.24.7': dependencies: '@babel/traverse': 7.25.1 - '@babel/types': 7.24.9 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color @@ -5597,7 +5620,7 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: '@babel/traverse': 7.25.1 - '@babel/types': 7.24.9 + '@babel/types': 7.25.2 transitivePeerDependencies: - supports-color @@ -5610,7 +5633,7 @@ snapshots: '@babel/helpers@7.25.0': dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.0 + '@babel/types': 7.25.2 '@babel/highlight@7.24.7': dependencies: @@ -5621,7 +5644,7 @@ snapshots: '@babel/parser@7.25.0': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.2 '@babel/runtime-corejs3@7.25.0': dependencies: @@ -5636,7 +5659,7 @@ snapshots: dependencies: '@babel/code-frame': 7.24.7 '@babel/parser': 7.25.0 - '@babel/types': 7.25.0 + '@babel/types': 7.25.2 '@babel/traverse@7.25.1': dependencies: @@ -5644,29 +5667,23 @@ snapshots: '@babel/generator': 7.25.0 '@babel/parser': 7.25.0 '@babel/template': 7.25.0 - '@babel/types': 7.25.0 + '@babel/types': 7.25.2 debug: 4.3.6(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.9': - dependencies: - '@babel/helper-string-parser': 7.24.8 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 - - '@babel/types@7.25.0': + '@babel/types@7.25.2': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - '@commitlint/cli@19.3.0(@types/node@20.14.12)(typescript@5.5.4)': + '@commitlint/cli@19.3.0(@types/node@20.14.13)(typescript@5.5.4)': dependencies: '@commitlint/format': 19.3.0 '@commitlint/lint': 19.2.2 - '@commitlint/load': 19.2.0(@types/node@20.14.12)(typescript@5.5.4) + '@commitlint/load': 19.2.0(@types/node@20.14.13)(typescript@5.5.4) '@commitlint/read': 19.2.1 '@commitlint/types': 19.0.3 execa: 8.0.1 @@ -5713,7 +5730,7 @@ snapshots: '@commitlint/rules': 19.0.3 '@commitlint/types': 19.0.3 - '@commitlint/load@19.2.0(@types/node@20.14.12)(typescript@5.5.4)': + '@commitlint/load@19.2.0(@types/node@20.14.13)(typescript@5.5.4)': dependencies: '@commitlint/config-validator': 19.0.3 '@commitlint/execute-rule': 19.0.0 @@ -5721,7 +5738,7 @@ snapshots: '@commitlint/types': 19.0.3 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.5.4) - cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.12)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.14.13)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -5842,7 +5859,7 @@ snapshots: '@coveo/explorer-messenger': 0.4.0 uuid: 9.0.1 - '@coveo/semantic-monorepo-tools@2.4.43': + '@coveo/semantic-monorepo-tools@2.4.44': dependencies: conventional-changelog-writer: 7.0.1 conventional-commits-parser: 5.0.0 @@ -5981,9 +5998,9 @@ snapshots: '@esbuild/win32-x64@0.21.5': optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@9.7.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@9.8.0)': dependencies: - eslint: 9.7.0 + eslint: 9.8.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.11.0': {} @@ -6012,7 +6029,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.7.0': {} + '@eslint/js@9.8.0': {} '@eslint/object-schema@2.1.4': {} @@ -6350,7 +6367,7 @@ snapshots: '@svgr/hast-util-to-babel-ast@8.0.0': dependencies: - '@babel/types': 7.24.9 + '@babel/types': 7.25.2 entities: 4.5.0 '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.5.4))': @@ -6363,10 +6380,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@swc/cli@0.4.0(@swc/core@1.7.2(@swc/helpers@0.5.12))(chokidar@3.6.0)': + '@swc/cli@0.4.0(@swc/core@1.7.3(@swc/helpers@0.5.12))(chokidar@3.6.0)': dependencies: '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.7.2(@swc/helpers@0.5.12) + '@swc/core': 1.7.3(@swc/helpers@0.5.12) '@swc/counter': 0.1.3 commander: 8.3.0 fast-glob: 3.3.2 @@ -6378,51 +6395,51 @@ snapshots: optionalDependencies: chokidar: 3.6.0 - '@swc/core-darwin-arm64@1.7.2': + '@swc/core-darwin-arm64@1.7.3': optional: true - '@swc/core-darwin-x64@1.7.2': + '@swc/core-darwin-x64@1.7.3': optional: true - '@swc/core-linux-arm-gnueabihf@1.7.2': + '@swc/core-linux-arm-gnueabihf@1.7.3': optional: true - '@swc/core-linux-arm64-gnu@1.7.2': + '@swc/core-linux-arm64-gnu@1.7.3': optional: true - '@swc/core-linux-arm64-musl@1.7.2': + '@swc/core-linux-arm64-musl@1.7.3': optional: true - '@swc/core-linux-x64-gnu@1.7.2': + '@swc/core-linux-x64-gnu@1.7.3': optional: true - '@swc/core-linux-x64-musl@1.7.2': + '@swc/core-linux-x64-musl@1.7.3': optional: true - '@swc/core-win32-arm64-msvc@1.7.2': + '@swc/core-win32-arm64-msvc@1.7.3': optional: true - '@swc/core-win32-ia32-msvc@1.7.2': + '@swc/core-win32-ia32-msvc@1.7.3': optional: true - '@swc/core-win32-x64-msvc@1.7.2': + '@swc/core-win32-x64-msvc@1.7.3': optional: true - '@swc/core@1.7.2(@swc/helpers@0.5.12)': + '@swc/core@1.7.3(@swc/helpers@0.5.12)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.12 optionalDependencies: - '@swc/core-darwin-arm64': 1.7.2 - '@swc/core-darwin-x64': 1.7.2 - '@swc/core-linux-arm-gnueabihf': 1.7.2 - '@swc/core-linux-arm64-gnu': 1.7.2 - '@swc/core-linux-arm64-musl': 1.7.2 - '@swc/core-linux-x64-gnu': 1.7.2 - '@swc/core-linux-x64-musl': 1.7.2 - '@swc/core-win32-arm64-msvc': 1.7.2 - '@swc/core-win32-ia32-msvc': 1.7.2 - '@swc/core-win32-x64-msvc': 1.7.2 + '@swc/core-darwin-arm64': 1.7.3 + '@swc/core-darwin-x64': 1.7.3 + '@swc/core-linux-arm-gnueabihf': 1.7.3 + '@swc/core-linux-arm64-gnu': 1.7.3 + '@swc/core-linux-arm64-musl': 1.7.3 + '@swc/core-linux-x64-gnu': 1.7.3 + '@swc/core-linux-x64-musl': 1.7.3 + '@swc/core-win32-arm64-msvc': 1.7.3 + '@swc/core-win32-ia32-msvc': 1.7.3 + '@swc/core-win32-x64-msvc': 1.7.3 '@swc/helpers': 0.5.12 '@swc/counter@0.1.3': {} @@ -6519,14 +6536,14 @@ snapshots: dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/responselike': 1.0.3 '@types/chroma-js@2.4.4': {} '@types/conventional-commits-parser@5.0.0': dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/debug@4.1.12': dependencies: @@ -6541,16 +6558,16 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/fs-extra@8.1.5': dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/hast@3.0.4': dependencies: @@ -6562,15 +6579,15 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/keyv@3.1.4': dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/klaw-sync@6.0.5': dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/lodash.debounce@4.0.9': dependencies: @@ -6594,7 +6611,7 @@ snapshots: '@types/ms@0.7.34': {} - '@types/node@20.14.12': + '@types/node@20.14.13': dependencies: undici-types: 5.26.5 @@ -6611,7 +6628,7 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 '@types/semver@7.5.8': {} @@ -6621,15 +6638,15 @@ snapshots: '@types/uuid@9.0.8': {} - '@typescript-eslint/eslint-plugin@7.17.0(@typescript-eslint/parser@7.17.0(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4)': + '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)': dependencies: '@eslint-community/regexpp': 4.11.0 - '@typescript-eslint/parser': 7.17.0(eslint@9.7.0)(typescript@5.5.4) - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/type-utils': 7.17.0(eslint@9.7.0)(typescript@5.5.4) - '@typescript-eslint/utils': 7.17.0(eslint@9.7.0)(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 7.17.0 - eslint: 9.7.0 + '@typescript-eslint/parser': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/type-utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 7.18.0 + eslint: 9.8.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 @@ -6639,14 +6656,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.17.0(eslint@9.7.0)(typescript@5.5.4)': + '@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4)': dependencies: - '@typescript-eslint/scope-manager': 7.17.0 - '@typescript-eslint/types': 7.17.0 - '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.5.4) - '@typescript-eslint/visitor-keys': 7.17.0 + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) + '@typescript-eslint/visitor-keys': 7.18.0 debug: 4.3.6(supports-color@5.5.0) - eslint: 9.7.0 + eslint: 9.8.0 optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -6662,12 +6679,17 @@ snapshots: '@typescript-eslint/types': 7.17.0 '@typescript-eslint/visitor-keys': 7.17.0 - '@typescript-eslint/type-utils@7.17.0(eslint@9.7.0)(typescript@5.5.4)': + '@typescript-eslint/scope-manager@7.18.0': dependencies: - '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.5.4) - '@typescript-eslint/utils': 7.17.0(eslint@9.7.0)(typescript@5.5.4) + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 + + '@typescript-eslint/type-utils@7.18.0(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) + '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4) debug: 4.3.6(supports-color@5.5.0) - eslint: 9.7.0 + eslint: 9.8.0 ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: typescript: 5.5.4 @@ -6678,6 +6700,8 @@ snapshots: '@typescript-eslint/types@7.17.0': {} + '@typescript-eslint/types@7.18.0': {} + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 5.62.0 @@ -6707,28 +6731,54 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@5.62.0(eslint@9.7.0)(typescript@5.5.4)': + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 + debug: 4.3.6(supports-color@5.5.0) + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: + typescript: 5.5.4 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@5.62.0(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.5.4) - eslint: 9.7.0 + eslint: 9.8.0 eslint-scope: 5.1.1 semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.17.0(eslint@9.7.0)(typescript@5.5.4)': + '@typescript-eslint/utils@7.17.0(eslint@9.8.0)(typescript@5.5.4)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) '@typescript-eslint/scope-manager': 7.17.0 '@typescript-eslint/types': 7.17.0 '@typescript-eslint/typescript-estree': 7.17.0(typescript@5.5.4) - eslint: 9.7.0 + eslint: 9.8.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@7.18.0(eslint@9.8.0)(typescript@5.5.4)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) + eslint: 9.8.0 transitivePeerDependencies: - supports-color - typescript @@ -6743,6 +6793,11 @@ snapshots: '@typescript-eslint/types': 7.17.0 eslint-visitor-keys: 3.4.3 + '@typescript-eslint/visitor-keys@7.18.0': + dependencies: + '@typescript-eslint/types': 7.18.0 + eslint-visitor-keys: 3.4.3 + '@typescript/twoslash@3.2.8(typescript@5.5.4)': dependencies: '@typescript/vfs': 1.6.0(typescript@5.5.4) @@ -6761,10 +6816,10 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react-swc@3.7.0(@swc/helpers@0.5.12)(vite@5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)))': + '@vitejs/plugin-react-swc@3.7.0(@swc/helpers@0.5.12)(vite@5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)))': dependencies: - '@swc/core': 1.7.2(@swc/helpers@0.5.12) - vite: 5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + '@swc/core': 1.7.3(@swc/helpers@0.5.12) + vite: 5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) transitivePeerDependencies: - '@swc/helpers' @@ -7217,10 +7272,10 @@ snapshots: comment-parser@1.4.1: {} - commitizen@4.3.0(@types/node@20.14.12)(typescript@5.5.4): + commitizen@4.3.0(@types/node@20.14.13)(typescript@5.5.4): dependencies: cachedir: 2.3.0 - cz-conventional-changelog: 3.3.0(@types/node@20.14.12)(typescript@5.5.4) + cz-conventional-changelog: 3.3.0(@types/node@20.14.13)(typescript@5.5.4) dedent: 0.7.0 detect-indent: 6.1.0 find-node-modules: 2.1.3 @@ -7284,9 +7339,9 @@ snapshots: core-js-pure@3.37.1: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.12)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): + cosmiconfig-typescript-loader@5.0.0(@types/node@20.14.13)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): dependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 cosmiconfig: 9.0.0(typescript@5.5.4) jiti: 1.21.6 typescript: 5.5.4 @@ -7382,16 +7437,16 @@ snapshots: csstype@3.1.3: {} - cz-conventional-changelog@3.3.0(@types/node@20.14.12)(typescript@5.5.4): + cz-conventional-changelog@3.3.0(@types/node@20.14.13)(typescript@5.5.4): dependencies: chalk: 2.4.2 - commitizen: 4.3.0(@types/node@20.14.12)(typescript@5.5.4) + commitizen: 4.3.0(@types/node@20.14.13)(typescript@5.5.4) conventional-commit-types: 3.0.0 lodash.map: 4.6.0 longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - '@commitlint/load': 19.2.0(@types/node@20.14.12)(typescript@5.5.4) + '@commitlint/load': 19.2.0(@types/node@20.14.13)(typescript@5.5.4) transitivePeerDependencies: - '@types/node' - typescript @@ -7719,9 +7774,9 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-prettier@9.1.0(eslint@9.7.0): + eslint-config-prettier@9.1.0(eslint@9.8.0): dependencies: - eslint: 9.7.0 + eslint: 9.8.0 eslint-import-resolver-node@0.3.9: dependencies: @@ -7731,12 +7786,12 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import-x@3.1.0(eslint@9.7.0)(typescript@5.5.4): + eslint-plugin-import-x@3.1.0(eslint@9.8.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/utils': 7.17.0(eslint@9.7.0)(typescript@5.5.4) + '@typescript-eslint/utils': 7.17.0(eslint@9.8.0)(typescript@5.5.4) debug: 4.3.6(supports-color@5.5.0) doctrine: 3.0.0 - eslint: 9.7.0 + eslint: 9.8.0 eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.7.6 is-glob: 4.0.3 @@ -7748,14 +7803,15 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@48.8.3(eslint@9.7.0): + eslint-plugin-jsdoc@48.10.1(eslint@9.8.0): dependencies: '@es-joy/jsdoccomment': 0.46.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.6(supports-color@5.5.0) escape-string-regexp: 4.0.0 - eslint: 9.7.0 + eslint: 9.8.0 + espree: 10.1.0 esquery: 1.6.0 parse-imports: 2.1.1 semver: 7.6.3 @@ -7764,19 +7820,19 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-prefer-arrow@1.2.3(eslint@9.7.0): + eslint-plugin-prefer-arrow@1.2.3(eslint@9.8.0): dependencies: - eslint: 9.7.0 + eslint: 9.8.0 - eslint-plugin-react-hooks@4.6.2(eslint@9.7.0): + eslint-plugin-react-hooks@4.6.2(eslint@9.8.0): dependencies: - eslint: 9.7.0 + eslint: 9.8.0 - eslint-plugin-react-refresh@0.4.9(eslint@9.7.0): + eslint-plugin-react-refresh@0.4.9(eslint@9.8.0): dependencies: - eslint: 9.7.0 + eslint: 9.8.0 - eslint-plugin-react@7.35.0(eslint@9.7.0): + eslint-plugin-react@7.35.0(eslint@9.8.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -7784,7 +7840,7 @@ snapshots: array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.0.19 - eslint: 9.7.0 + eslint: 9.8.0 estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -7798,25 +7854,25 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 - eslint-plugin-testing-library@6.2.2(eslint@9.7.0)(typescript@5.5.4): + eslint-plugin-testing-library@6.2.2(eslint@9.8.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@9.7.0)(typescript@5.5.4) - eslint: 9.7.0 + '@typescript-eslint/utils': 5.62.0(eslint@9.8.0)(typescript@5.5.4) + eslint: 9.8.0 transitivePeerDependencies: - supports-color - typescript - eslint-plugin-unused-imports@4.0.1(eslint@9.7.0): + eslint-plugin-unused-imports@4.0.1(eslint@9.8.0): dependencies: - eslint: 9.7.0 + eslint: 9.8.0 eslint-rule-composer: 0.3.0 - eslint-plugin-vitest@0.5.4(eslint@9.7.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.12)): + eslint-plugin-vitest@0.5.4(eslint@9.8.0)(typescript@5.5.4)(vitest@2.0.4(@types/node@20.14.13)): dependencies: - '@typescript-eslint/utils': 7.17.0(eslint@9.7.0)(typescript@5.5.4) - eslint: 9.7.0 + '@typescript-eslint/utils': 7.17.0(eslint@9.8.0)(typescript@5.5.4) + eslint: 9.8.0 optionalDependencies: - vitest: 2.0.4(@types/node@20.14.12)(jsdom@24.1.1)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + vitest: 2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) transitivePeerDependencies: - supports-color - typescript @@ -7837,13 +7893,13 @@ snapshots: eslint-visitor-keys@4.0.0: {} - eslint@9.7.0: + eslint@9.8.0: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0) '@eslint-community/regexpp': 4.11.0 '@eslint/config-array': 0.17.1 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.7.0 + '@eslint/js': 9.8.0 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.3.0 '@nodelib/fs.walk': 1.2.8 @@ -8407,7 +8463,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.2: {} + husky@9.1.4: {} i18next-http-backend@2.5.1(encoding@0.1.13): dependencies: @@ -10305,42 +10361,42 @@ snapshots: dependencies: inline-style-parser: 0.2.3 - stylelint-config-recommended-scss@14.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-recommended-scss@14.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)): dependencies: postcss-scss: 4.0.9(postcss@8.4.40) - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.5.4)) - stylelint-scss: 6.4.1(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) + stylelint-scss: 6.4.1(stylelint@16.8.1(typescript@5.5.4)) optionalDependencies: postcss: 8.4.40 - stylelint-config-recommended@14.0.1(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-recommended@14.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint-config-standard-scss@13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-standard-scss@13.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-recommended-scss: 14.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.5.4)) - stylelint-config-standard: 36.0.1(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended-scss: 14.1.0(postcss@8.4.40)(stylelint@16.8.1(typescript@5.5.4)) + stylelint-config-standard: 36.0.1(stylelint@16.8.1(typescript@5.5.4)) optionalDependencies: postcss: 8.4.40 - stylelint-config-standard@36.0.1(stylelint@16.7.0(typescript@5.5.4)): + stylelint-config-standard@36.0.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: - stylelint: 16.7.0(typescript@5.5.4) - stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.5.4)) + stylelint: 16.8.1(typescript@5.5.4) + stylelint-config-recommended: 14.0.1(stylelint@16.8.1(typescript@5.5.4)) - stylelint-scss@6.4.1(stylelint@16.7.0(typescript@5.5.4)): + stylelint-scss@6.4.1(stylelint@16.8.1(typescript@5.5.4)): dependencies: known-css-properties: 0.34.0 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.4 postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 - stylelint: 16.7.0(typescript@5.5.4) + stylelint: 16.8.1(typescript@5.5.4) - stylelint@16.7.0(typescript@5.5.4): + stylelint@16.8.1(typescript@5.5.4): dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -10505,14 +10561,14 @@ snapshots: ts-debounce@4.0.0: {} - ts-node@10.9.2(@swc/core@1.7.2(@swc/helpers@0.5.12))(@types/node@20.14.12)(typescript@5.5.4): + ts-node@10.9.2(@swc/core@1.7.3(@swc/helpers@0.5.12))(@types/node@20.14.13)(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.14.12 + '@types/node': 20.14.13 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 @@ -10523,7 +10579,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.7.2(@swc/helpers@0.5.12) + '@swc/core': 1.7.3(@swc/helpers@0.5.12) tslib@1.14.1: {} @@ -10601,12 +10657,12 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-eslint@7.17.0(eslint@9.7.0)(typescript@5.5.4): + typescript-eslint@7.18.0(eslint@9.8.0)(typescript@5.5.4): dependencies: - '@typescript-eslint/eslint-plugin': 7.17.0(@typescript-eslint/parser@7.17.0(eslint@9.7.0)(typescript@5.5.4))(eslint@9.7.0)(typescript@5.5.4) - '@typescript-eslint/parser': 7.17.0(eslint@9.7.0)(typescript@5.5.4) - '@typescript-eslint/utils': 7.17.0(eslint@9.7.0)(typescript@5.5.4) - eslint: 9.7.0 + '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/parser': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4) + eslint: 9.8.0 optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -10759,13 +10815,13 @@ snapshots: unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vite-node@2.0.4(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)): + vite-node@2.0.4(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)): dependencies: cac: 6.7.14 debug: 4.3.6(supports-color@5.5.0) pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + vite: 5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) transitivePeerDependencies: - '@types/node' - less @@ -10776,18 +10832,18 @@ snapshots: - supports-color - terser - vite@5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)): + vite@5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)): dependencies: esbuild: 0.21.5 postcss: 8.4.40 rollup: 4.19.1 optionalDependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 fsevents: 2.3.3 sass: 1.77.8 sugarss: 4.0.1(postcss@8.4.40) - vitest@2.0.4(@types/node@20.14.12)(jsdom@24.1.1)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)): + vitest@2.0.4(@types/node@20.14.13)(jsdom@24.1.1)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.4 @@ -10805,11 +10861,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.3.5(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) - vite-node: 2.0.4(@types/node@20.14.12)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + vite: 5.3.5(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) + vite-node: 2.0.4(@types/node@20.14.13)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.40)) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.14.12 + '@types/node': 20.14.13 jsdom: 24.1.1 transitivePeerDependencies: - less