From b2f0af5a4c1bb92496157521f20b055f0089cbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:16:04 +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 3e224da8..368b961b 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.1", "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",