From 57abec8a634a8f827a0d4f285e5b091b24925d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 04:33:40 +0000 Subject: [PATCH] chore(deps-dev): bump jsdom in /src/bhs-web-angular-app Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.1.0 to 27.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/26.1.0...27.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-version: 27.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/bhs-web-angular-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bhs-web-angular-app/package.json b/src/bhs-web-angular-app/package.json index c15cf6a7..42ffa50d 100644 --- a/src/bhs-web-angular-app/package.json +++ b/src/bhs-web-angular-app/package.json @@ -53,7 +53,7 @@ "eslint-plugin-rxjs-angular-x": "^0.0.3", "eslint-plugin-rxjs-x": "~0.8.2", "globals": "^16.4.0", - "jsdom": "^26.1.0", + "jsdom": "^27.1.0", "merge-partially": "^2.0.2", "ng-mocks": "^14.14.0", "postcss": "^8.5.6",