From 395d27c16b7db26312d3568eb0cd5b091f72f773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:04:47 +0000 Subject: [PATCH] build(deps-dev): update @happy-dom/global-registrator requirement Updates the requirements on [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) to permit the latest version. - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v16.3.0...v16.8.1) --- updated-dependencies: - dependency-name: "@happy-dom/global-registrator" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3549c4..4fc9635 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "devDependencies": { "@commitlint/config-conventional": "^19.6.0", "@commitlint/cz-commitlint": "^19.6.1", - "@happy-dom/global-registrator": "^16.3.0", + "@happy-dom/global-registrator": "^16.8.1", "@types/bun": "^1.1.14", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0",