diff --git a/package-lock.json b/package-lock.json index 83684747..cf858cad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "eslint": "^8.56.0", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.28.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.11.3", "imports-loader": "^5.0.0", "jsdom": "^25.0.1", "lint-staged": "^15.2.10", @@ -4765,9 +4765,9 @@ } }, "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.11.3", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.3.tgz", + "integrity": "sha512-MZFy3YpoX4jnQbgrTWv35gpKxvw8y9FRSOIO6CIYmpZjxbkobaB0sAW+EXCxwTZcMvvmrjD59/NYvyld6nABfw==", "dev": true, "dependencies": { "entities": "^4.5.0", @@ -4775,7 +4775,7 @@ "whatwg-mimetype": "^3.0.0" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/has-flag": { diff --git a/package.json b/package.json index 018513bb..31acfcaa 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^8.56.0", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.28.0", - "happy-dom": "^14.12.3", + "happy-dom": "^15.11.3", "imports-loader": "^5.0.0", "jsdom": "^25.0.1", "lint-staged": "^15.2.10",