From c936da0b32327fee1f124c9f602dd04d9aec264d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:11:22 +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 18.1.0 to 18.1.1. - [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/v18.1.0...v18.1.1) --- updated-dependencies: - dependency-name: "@testing-library/angular" dependency-version: 18.1.1 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 b3b7e1b28..0e08f7a54 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -29,7 +29,7 @@ "@angular/cli": "^20.3.7", "@angular/compiler-cli": "^20.3.7", "@asyncapi/parser": "^3.4.0", - "@testing-library/angular": "^18.1.0", + "@testing-library/angular": "^18.1.1", "@types/jest": "^30.0.0", "@types/node": "^22.0.0", "angular-in-memory-web-api": "^0.20.0", @@ -5659,9 +5659,9 @@ } }, "node_modules/@testing-library/angular": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/angular/-/angular-18.1.0.tgz", - "integrity": "sha512-m9HK+XWqI3Ch/Bw5y4Ql/6oVTtPHo+qS22nd/XvHnxPbFyn+TvhMOSmpCrwNUFVmFzgA9VilbepbvKeLhEe45w==", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/angular/-/angular-18.1.1.tgz", + "integrity": "sha512-LbA+W+VeOf7TC7/ZfHLiOLlLyD2cVG3mBdkJapviC2Fd4Bw/Utcaso4bh+5B0cx/fyKyuPgS+L6FnaKGdP9HBA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index a9896de61..7422c80c8 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -33,7 +33,7 @@ "@angular/cli": "^20.3.7", "@angular/compiler-cli": "^20.3.7", "@asyncapi/parser": "^3.4.0", - "@testing-library/angular": "^18.1.0", + "@testing-library/angular": "^18.1.1", "@types/jest": "^30.0.0", "@types/node": "^22.0.0", "angular-in-memory-web-api": "^0.20.0",