From f5a26502f145d89c6d0a3fe564cf3fdfdbd37daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 09:16:34 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump jsdom from 27.4.0 to 28.0.0 in /typescript Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.4.0 to 28.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/27.4.0...28.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 28.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/package.json b/typescript/package.json index 33c9a04..cbc19b5 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -51,7 +51,7 @@ "autoprefixer": "^10.4.23", "cypress": "^15.9.0", "eslint": "^9.39.2", - "jsdom": "^27.4.0", + "jsdom": "^28.0.0", "postcss": "^8.5.6", "start-server-and-test": "^2.1.3", "tailwindcss": "^4.1.18",