From bbc8d6d989ea81f5e18a7c413bf1b0137e9a9926 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Oct 2025 11:15:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAPPYDOM-13535083 - https://snyk.io/vuln/SNYK-JS-HAPPYDOM-13559227 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cce5813..d2f804c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "devDependencies": { "@biomejs/biome": "^1.5.3", - "@happy-dom/jest-environment": "^13.3.8", + "@happy-dom/jest-environment": "^20.0.0", "@testing-library/jest-dom": "^6.4.1", "@testing-library/react": "^14.2.1", "@types/jest": "^29.5.12", @@ -44,7 +44,7 @@ "eslint-plugin-jest": "^27.6.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.33.2", - "happy-dom": "^13.3.8", + "happy-dom": "^20.0.2", "husky": "^9.0.10", "jest": "^29.7.0", "jsdom": "^24.0.0",