From b2f6580a2b300ebe30bbbf2663a7c80580badbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:26:14 +0000 Subject: [PATCH] build(deps-dev): bump happy-dom from 20.14.0 to 20.14.3 in /frontend Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.14.0 to 20.14.3. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.14.0...v20.14.3) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.14.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fb7ecde..75208c1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.6", "globals": "^17.11.0", - "happy-dom": "^20.14.0", + "happy-dom": "^20.14.3", "vite": "^8.2.2", "vitest": "^5.0.0" } @@ -1855,9 +1855,9 @@ } }, "node_modules/happy-dom": { - "version": "20.14.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.14.0.tgz", - "integrity": "sha512-4bRh1KzRvKDnFNTlLhzT1RZTpkKhQbQDl9j+7GXszWsvuspYdo29k6OHRf4PwiM6oLb8r/pMWeYiJjkfod5AvQ==", + "version": "20.14.3", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.14.3.tgz", + "integrity": "sha512-0KMb/Eh8rsd+aMNkOk5h8LkAjo9Na1aksnEGmsuZf+GXl6UkAdIi0VbUHU7d59lXhNmawODgwwuCMiZpCxwwCw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 2a15c38..31f7d4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.6", "globals": "^17.11.0", - "happy-dom": "^20.14.0", + "happy-dom": "^20.14.3", "vite": "^8.2.2", "vitest": "^5.0.0" },