diff --git a/package-lock.json b/package-lock.json index d04d1a4..3577b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-storybook": "^0.8.0", - "happy-dom": "^14.11.0", + "happy-dom": "^15.10.1", "husky": "^9.0.11", "lint-staged": "^15.2.7", "postcss": "^8.4.38", @@ -8768,9 +8768,9 @@ "dev": true }, "node_modules/happy-dom": { - "version": "14.12.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.3.tgz", - "integrity": "sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g==", + "version": "15.10.1", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.1.tgz", + "integrity": "sha512-FuGnj/qIB4QnBL6fWmD7Wnh6STxevLgOVWB6+nopDGgWG1+t9CXkNB2ldZ+iqwD2UKxD2D0SU8el8A6AX6Q1+g==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -8778,7 +8778,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/has-bigints": { diff --git a/package.json b/package.json index d2fcebe..1bc04c1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-storybook": "^0.8.0", - "happy-dom": "^14.11.0", + "happy-dom": "^15.10.1", "husky": "^9.0.11", "lint-staged": "^15.2.7", "postcss": "^8.4.38",