From 7181adf79d9e06e4023c16bc0028aa9c650505ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:03:26 +0000 Subject: [PATCH] build(deps-dev): bump happy-dom from 20.11.0 to 20.11.1 Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 20.11.0 to 20.11.1. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.11.0...v20.11.1) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.11.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2545f5f4..4a3625bc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-vue": "^10.10.0", "eslint-plugin-vuejs-accessibility": "^2.5.0", "globals": "^17.7.0", - "happy-dom": "^20.11.0", + "happy-dom": "^20.11.1", "lightningcss": "^1.33.0", "sass": "^1.101.3", "start-server-and-test": "^3.0.11", diff --git a/yarn.lock b/yarn.lock index e77c4adb..e20e2b75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2327,10 +2327,10 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0: resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -happy-dom@^20.11.0: - version "20.11.0" - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.11.0.tgz#45edf8007e13219ddfe9d58aa6bb2c46f4499dda" - integrity sha512-XogN4asPd1a56di9prVG6bZxteNcXsZxxKmAvcEfc5Px5Ca2hMyMgk8wvqK2K1V8zXg40j9VANXsDaJYh9DeNA== +happy-dom@^20.11.1: + version "20.11.1" + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.11.1.tgz#11b4ebbfc8595f4ea36c56217b4ffafcc3ad9753" + integrity sha512-XSt8tMzbW9ymE7687xztkO1ckR7qJNQ3LywY9vlYGhGi3zXrGBHuUo2Cl1ztZaICW+1eAGdkLbj6iwVqDT33kg== dependencies: "@types/node" ">=20.0.0" "@types/whatwg-mimetype" "^3.0.2"