diff --git a/front/package-lock.json b/front/package-lock.json index 7317c04c43d..0d5019a3211 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -140,7 +140,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-vitest": "^0.3.21", "glob": "^11.0.1", - "happy-dom": "^16.3.0", + "happy-dom": "^16.5.3", "i18next-fs-backend": "^2.6.0", "json-key-path-list": "^2.0.3", "license-checker-rseidelsohn": "^4.4.2", @@ -11341,9 +11341,9 @@ } }, "node_modules/happy-dom": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.3.0.tgz", - "integrity": "sha512-Q71RaIhyS21vhW17Tpa5W36yqQXIlE1TZ0A0Gguts8PShUSQE/7fBgxYGxgm3+5y0gF6afdlAVHLQqgrIcfRzg==", + "version": "16.5.3", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-16.5.3.tgz", + "integrity": "sha512-7zGnyROZuntn+5X84MQ535qiQ3ccm45uHl+Q7EFAcPP0NhkbrfPitqprz0GgszX91/QqsZKQ7nTYkyObCTDUjg==", "devOptional": true, "dependencies": { "webidl-conversions": "^7.0.0", diff --git a/front/package.json b/front/package.json index 1eea34c7b14..c3beaa34665 100644 --- a/front/package.json +++ b/front/package.json @@ -135,7 +135,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-vitest": "^0.3.21", "glob": "^11.0.1", - "happy-dom": "^16.3.0", + "happy-dom": "^16.5.3", "i18next-fs-backend": "^2.6.0", "json-key-path-list": "^2.0.3", "license-checker-rseidelsohn": "^4.4.2",