From e38b013f63e491623619b8a426d2e1d3b33fbfc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:09:34 +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.2 to 17.3.3. - [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.2...v17.3.3) --- 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 162e21501..ee7163229 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.2", + "@testing-library/angular": "^17.3.3", "@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.2", - "resolved": "https://registry.npmjs.org/@testing-library/angular/-/angular-17.3.2.tgz", - "integrity": "sha512-hieGKhopemhcvY469T/MgOX1pzufLmFz1Y21VNSOZL+ijLANJWuYZDdpwXTb4dLFrggni8pyFLqb84t0orIRRg==", + "version": "17.3.3", + "resolved": "https://registry.npmjs.org/@testing-library/angular/-/angular-17.3.3.tgz", + "integrity": "sha512-BO92ryMln9JtGQOoPDZwjQNZa0fEpP54ev/kiWB1liDuZ9gsmu33r7cq+g9+O+D50lAcBeH+uKzvfeDSXdVHPg==", "dev": true, "dependencies": { "tslib": "^2.3.1" diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index d949511fe..dcf33ec50 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.2", + "@testing-library/angular": "^17.3.3", "@types/jest": "^29.5.14", "@types/node": "^18.19.50", "angular-in-memory-web-api": "^0.18.0",