diff --git a/package-lock.json b/package-lock.json index c6e58527..c45658be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-storybook": "0.11.2", "globals": "15.14.0", - "happy-dom": "16.8.1", + "happy-dom": "17.0.0", "husky": "9.1.7", "lint-staged": "15.4.3", "prettier": "3.4.2", @@ -10331,9 +10331,9 @@ } }, "node_modules/happy-dom": { - "version": "16.8.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.8.1.tgz", - "integrity": "sha512-n0QrmT9lD81rbpKsyhnlz3DgnMZlaOkJPpgi746doA+HvaMC79bdWkwjrNnGJRvDrWTI8iOcJiVTJ5CdT/AZRw==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-17.0.0.tgz", + "integrity": "sha512-jGuUr3UrgMzt1Mopyof3RzD49/GudAp1suP5KFU+EvNXmqUAMXpxux2zEJbabE1YXs0APrY61iRZ0BKMMWCGTg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 10ab8526..9008045f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-storybook": "0.11.2", "globals": "15.14.0", - "happy-dom": "16.8.1", + "happy-dom": "17.0.0", "husky": "9.1.7", "lint-staged": "15.4.3", "prettier": "3.4.2",