From ee48a8e224c5cec32e47bc2e9cc919ae792861cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:36:11 +0000 Subject: [PATCH] build(deps-dev): bump happy-dom from 15.7.4 to 15.11.0 in /frontend Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 15.7.4 to 15.11.0. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v15.7.4...v15.11.0) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 58b38f973..ae86ab339 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -59,7 +59,7 @@ "@vitest/coverage-v8": "^2.1.4", "autoprefixer": "^10.4.20", "browserslist-to-esbuild": "^2.1.1", - "happy-dom": "^15.7.4", + "happy-dom": "^15.11.0", "i18next-parser": "^9.0.2", "postcss": "^8.4.47", "postcss-modules": "^6.0.0", @@ -9243,11 +9243,10 @@ } }, "node_modules/happy-dom": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.7.4.tgz", - "integrity": "sha512-r1vadDYGMtsHAAsqhDuk4IpPvr6N8MGKy5ntBo7tSdim+pWDxus2PNqOcOt8LuDZ4t3KJHE+gCuzupcx/GKnyQ==", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.11.0.tgz", + "integrity": "sha512-/zyxHbXriYJ8b9Urh43ILk/jd9tC07djURnJuAimJ3tJCOLOzOUp7dEHDwJOZyzROlrrooUhr/0INZIDBj1Bjw==", "dev": true, - "license": "MIT", "dependencies": { "entities": "^4.5.0", "webidl-conversions": "^7.0.0", diff --git a/frontend/package.json b/frontend/package.json index 56b8bf15c..c5ee21323 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -68,7 +68,7 @@ "@vitest/coverage-v8": "^2.1.4", "autoprefixer": "^10.4.20", "browserslist-to-esbuild": "^2.1.1", - "happy-dom": "^15.7.4", + "happy-dom": "^15.11.0", "i18next-parser": "^9.0.2", "postcss": "^8.4.47", "postcss-modules": "^6.0.0",