From 0a0c05c23386770cf9e07be9118094320e86f256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:16:12 +0000 Subject: [PATCH] front: bump happy-dom from 16.3.0 to 16.5.3 in /front Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.3.0 to 16.5.3. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v16.3.0...v16.5.3) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- front/package-lock.json | 8 ++++---- front/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",