diff --git a/package-lock.json b/package-lock.json index af66c13..3824217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-config-pegasus": "^5.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-storybook": "^0.8.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.10.1", "husky": "^9.0.11", "is-ci": "^3.0.1", "lint-staged": "^15.2.7", @@ -7694,18 +7694,17 @@ } }, "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, - "license": "MIT", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", "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 db60dbe..64cadc2 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-pegasus": "^5.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-storybook": "^0.8.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.10.1", "husky": "^9.0.11", "is-ci": "^3.0.1", "lint-staged": "^15.2.7",