diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-09 01:20:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 01:20:22 +0000 |
| commit | 41798e3e30d04e3cb01878d935cc2881ac50d7e9 (patch) | |
| tree | 90ce4753726151a45cb3e8670096ef76d7b3c7df | |
| parent | 635d4e74c05e5d2d5586ed407772881ff406a6f4 (diff) | |
build(deps): update dependency happy-dom to v17.4.2 (#8918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | web/package.json | 2 | ||||
| -rw-r--r-- | web/pnpm-lock.yaml | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/web/package.json b/web/package.json index 7d66d0c39..8f5d9218b 100644 --- a/web/package.json +++ b/web/package.json @@ -111,7 +111,7 @@ "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.2.0", - "happy-dom": "17.4.1", + "happy-dom": "17.4.2", "husky": "9.1.7", "prettier": "3.5.3", "react-test-renderer": "18.3.1", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 9e0b62352..aa1b39e6a 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -134,7 +134,7 @@ importers: version: 4.3.4(vite@6.2.1(@types/node@22.13.10)(jiti@2.4.1)) '@vitest/coverage-istanbul': specifier: 3.0.8 - version: 3.0.8(vitest@3.0.8(@types/node@22.13.10)(happy-dom@17.4.1)(jiti@2.4.1)) + version: 3.0.8(vitest@3.0.8(@types/node@22.13.10)(happy-dom@17.4.2)(jiti@2.4.1)) esbuild: specifier: 0.25.0 version: 0.25.0 @@ -169,8 +169,8 @@ importers: specifier: 5.2.0 version: 5.2.0(eslint@8.57.1) happy-dom: - specifier: 17.4.1 - version: 17.4.1 + specifier: 17.4.2 + version: 17.4.2 husky: specifier: 9.1.7 version: 9.1.7 @@ -200,7 +200,7 @@ importers: version: 5.1.4(typescript@5.8.2)(vite@6.2.1(@types/node@22.13.10)(jiti@2.4.1)) vitest: specifier: 3.0.8 - version: 3.0.8(@types/node@22.13.10)(happy-dom@17.4.1)(jiti@2.4.1) + version: 3.0.8(@types/node@22.13.10)(happy-dom@17.4.2)(jiti@2.4.1) vitest-preview: specifier: 0.0.1 version: 0.0.1(jiti@2.4.1) @@ -2996,8 +2996,8 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - happy-dom@17.4.1: - resolution: {integrity: sha512-W4WzlDOXdEj1zRmBuq/pveIZnD0bBDsTl1DjIben76aOG/6nzdQAdpV5nR3QjOEFRJLlqJltBV0cb4NzbkB8zw==} + happy-dom@17.4.2: + resolution: {integrity: sha512-3SA9ZdmDXTvJ5OrHfc7TdqfrKEOM15Gc3dMAvKivlaewUsOJQrNnPTQnAb3n/NR0fRVDniFxk9i82D+HhHWZcA==} engines: {node: '>=18.0.0'} has-bigints@1.0.2: @@ -6633,7 +6633,7 @@ snapshots: dependencies: open: 8.4.2 - '@vitest/coverage-istanbul@3.0.8(vitest@3.0.8(@types/node@22.13.10)(happy-dom@17.4.1)(jiti@2.4.1))': + '@vitest/coverage-istanbul@3.0.8(vitest@3.0.8(@types/node@22.13.10)(happy-dom@17.4.2)(jiti@2.4.1))': dependencies: '@istanbuljs/schema': 0.1.3 debug: 4.4.0 @@ -6645,7 +6645,7 @@ snapshots: magicast: 0.3.5 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.0.8(@types/node@22.13.10)(happy-dom@17.4.1)(jiti@2.4.1) + vitest: 3.0.8(@types/node@22.13.10)(happy-dom@17.4.2)(jiti@2.4.1) transitivePeerDependencies: - supports-color @@ -8076,7 +8076,7 @@ snapshots: graphemer@1.4.0: {} - happy-dom@17.4.1: + happy-dom@17.4.2: dependencies: webidl-conversions: 7.0.0 whatwg-mimetype: 3.0.0 @@ -9673,7 +9673,7 @@ snapshots: - tsx - yaml - vitest@3.0.8(@types/node@22.13.10)(happy-dom@17.4.1)(jiti@2.4.1): + vitest@3.0.8(@types/node@22.13.10)(happy-dom@17.4.2)(jiti@2.4.1): dependencies: '@vitest/expect': 3.0.8 '@vitest/mocker': 3.0.8(vite@6.2.1(@types/node@22.13.10)(jiti@2.4.1)) @@ -9697,7 +9697,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.13.10 - happy-dom: 17.4.1 + happy-dom: 17.4.2 transitivePeerDependencies: - jiti - less |
