diff --git a/web/package-lock.json b/web/package-lock.json index 76b0d44f2..949889eb6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -83,7 +83,7 @@ "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-vue": "^9.27.0", "fs-extra": "^11.2.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.10.2", "jsdom": "^24.1.0", "msw": "^2.3.1", "npm-run-all": "^4.1.5", @@ -8656,18 +8656,17 @@ "license": "MIT" }, "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.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.10.2.tgz", + "integrity": "sha512-NbA5XrSovenJIIcfixCREX3ZnV7yHP4phhbfuxxf4CPn+LZpz/jIM9EqJ2DrPwgVDSMoAKH3pZwQvkbsSiCrUw==", "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/web/package.json b/web/package.json index 34995ee1f..b56dbdcb2 100644 --- a/web/package.json +++ b/web/package.json @@ -97,7 +97,7 @@ "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-vue": "^9.27.0", "fs-extra": "^11.2.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.10.2", "jsdom": "^24.1.0", "msw": "^2.3.1", "npm-run-all": "^4.1.5",