From 94551608c5cdb131566c1c960d7474f159cc2a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:23:47 +0000 Subject: [PATCH] chore(deps-dev): bump happy-dom Bumps the npm_and_yarn group with 1 update in the /autobot-frontend directory: [happy-dom](https://github.com/capricorn86/happy-dom). Updates `happy-dom` from 20.8.3 to 20.8.9 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.8.3...v20.8.9) --- updated-dependencies: - dependency-name: happy-dom dependency-version: 20.8.9 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- autobot-frontend/package-lock.json | 8 ++++---- autobot-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/autobot-frontend/package-lock.json b/autobot-frontend/package-lock.json index 8e080c1ca..44aea87d0 100644 --- a/autobot-frontend/package-lock.json +++ b/autobot-frontend/package-lock.json @@ -66,7 +66,7 @@ "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-oxlint": "~1.1.0", "eslint-plugin-vue": "~10.2.0", - "happy-dom": "^20.8.3", + "happy-dom": "^20.8.9", "jiti": "^2.4.2", "jsdom": "^26.1.0", "mock-socket": "^9.3.0", @@ -6600,9 +6600,9 @@ "license": "ISC" }, "node_modules/happy-dom": { - "version": "20.8.3", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.3.tgz", - "integrity": "sha512-lMHQRRwIPyJ70HV0kkFT7jH/gXzSI7yDkQFe07E2flwmNDFoWUTRMKpW2sglsnpeA7b6S2TJPp98EbQxai8eaQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.9.tgz", + "integrity": "sha512-Tz23LR9T9jOGVZm2x1EPdXqwA37G/owYMxRwU0E4miurAtFsPMQ1d2Jc2okUaSjZqAFz2oEn3FLXC5a0a+siyA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/autobot-frontend/package.json b/autobot-frontend/package.json index e66b9a667..530fdba72 100644 --- a/autobot-frontend/package.json +++ b/autobot-frontend/package.json @@ -96,7 +96,7 @@ "eslint-plugin-cypress": "^5.1.0", "eslint-plugin-oxlint": "~1.1.0", "eslint-plugin-vue": "~10.2.0", - "happy-dom": "^20.8.3", + "happy-dom": "^20.8.9", "jiti": "^2.4.2", "jsdom": "^26.1.0", "mock-socket": "^9.3.0",