From c87e2b8309bb14d48c3ec9444bf3dbf01361968f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:17:31 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump jsdom from 27.4.0 to 28.1.0 in /typescript Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.4.0 to 28.1.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.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 28.1.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..54a0238 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.1.0", "postcss": "^8.5.6", "start-server-and-test": "^2.1.3", "tailwindcss": "^4.1.18",