From 3ddb9d837e08063c3c98b230e5f57eb29d71360c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:26:07 +0000 Subject: [PATCH] chore(deps-dev): Bump @testing-library/angular in /springwolf-ui Bumps [@testing-library/angular](https://github.com/testing-library/angular-testing-library) from 17.3.4 to 17.3.5. - [Release notes](https://github.com/testing-library/angular-testing-library/releases) - [Changelog](https://github.com/testing-library/angular-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/angular-testing-library/compare/v17.3.4...v17.3.5) --- updated-dependencies: - dependency-name: "@testing-library/angular" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- springwolf-ui/package-lock.json | 8 ++++---- springwolf-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index f4a3c7cd7..642f086e2 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -29,7 +29,7 @@ "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.8", "@asyncapi/parser": "^3.4.0", - "@testing-library/angular": "^17.3.4", + "@testing-library/angular": "^17.3.5", "@types/jest": "^29.5.14", "@types/node": "^18.19.50", "angular-in-memory-web-api": "^0.18.0", @@ -6499,9 +6499,9 @@ } }, "node_modules/@testing-library/angular": { - "version": "17.3.4", - "resolved": "https://registry.npmjs.org/@testing-library/angular/-/angular-17.3.4.tgz", - "integrity": "sha512-QqBcRaVb4VJO66/5oboJXaME1PugM+y/tOpSTpgB7QwjcWgvcW63CQsX8JbSJQPgthk7gwhhgiHJAqyDUITp6Q==", + "version": "17.3.5", + "resolved": "https://registry.npmjs.org/@testing-library/angular/-/angular-17.3.5.tgz", + "integrity": "sha512-B79mN7kNDY9/+0Kc6cVGnVptQ03oHVL1at1tMu44wvr7Ksk10g11lZw7BA0c7rHAJQoXgiWrXmvtJxkPA1R2uA==", "dev": true, "dependencies": { "tslib": "^2.3.1" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index 3de42dd77..c721aa443 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -33,7 +33,7 @@ "@angular/cli": "^18.2.8", "@angular/compiler-cli": "^18.2.8", "@asyncapi/parser": "^3.4.0", - "@testing-library/angular": "^17.3.4", + "@testing-library/angular": "^17.3.5", "@types/jest": "^29.5.14", "@types/node": "^18.19.50", "angular-in-memory-web-api": "^0.18.0",