diff --git a/react/package-lock.json b/react/package-lock.json index 3cf33c62..68e93204 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-security": "^4.0.1", "fast-uri": "^4.1.2", "globals": "^17.9.0", - "happy-dom": "^20.11.1", + "happy-dom": "^20.11.2", "husky": "^9.1.7", "jscpd": "^5.0.14", "prettier": "^3.9.6", @@ -5396,9 +5396,9 @@ } }, "node_modules/happy-dom": { - "version": "20.11.1", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.1.tgz", - "integrity": "sha512-XSt8tMzbW9ymE7687xztkO1ckR7qJNQ3LywY9vlYGhGi3zXrGBHuUo2Cl1ztZaICW+1eAGdkLbj6iwVqDT33kg==", + "version": "20.11.2", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.11.2.tgz", + "integrity": "sha512-7MB+bJLkxu3SowAfBJbjW+c55kNz5tkR45gu2qzrxznezhLeN5YIlJbwUgSzlGc+qWoZ8Ykg71H5ezz69xixrw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/react/package.json b/react/package.json index d5e6dd82..b4fe1a6d 100644 --- a/react/package.json +++ b/react/package.json @@ -61,7 +61,7 @@ "eslint-plugin-security": "^4.0.1", "fast-uri": "^4.1.2", "globals": "^17.9.0", - "happy-dom": "^20.11.1", + "happy-dom": "^20.11.2", "husky": "^9.1.7", "jscpd": "^5.0.14", "prettier": "^3.9.6",