From b1ac9f786a5e01f1902634cffeb343a6223e6bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:40:06 +0000 Subject: [PATCH] Bump @angular/animations in /src/Web/WebSPA/Client Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 20.3.13 to 21.0.2. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/21.0.2/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Web/WebSPA/Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/WebSPA/Client/package.json b/src/Web/WebSPA/Client/package.json index 74522b0a..e156a883 100644 --- a/src/Web/WebSPA/Client/package.json +++ b/src/Web/WebSPA/Client/package.json @@ -27,7 +27,7 @@ "lint:ts": "tslint -c tslint.json Client/**/*.ts" }, "dependencies": { - "@angular/animations": "20.3.13", + "@angular/animations": "21.0.2", "@angular/common": "20.3.13", "@angular/compiler": "20.3.13", "@angular/core": "20.3.13",