From a19e6bba3d9d41cae181c996fe8bb6ceaf47c7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:18:26 +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.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 27.0.1 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 4fba35ba..dfcea4ae 100644 --- a/src/bhs-web-angular-app/package.json +++ b/src/bhs-web-angular-app/package.json @@ -52,7 +52,7 @@ "eslint-plugin-rxjs-angular-x": "^0.0.3", "eslint-plugin-rxjs-x": "~0.7.7", "globals": "^16.4.0", - "jsdom": "^26.1.0", + "jsdom": "^27.0.1", "merge-partially": "^2.0.2", "ng-mocks": "^14.14.0", "postcss": "^8.5.6",