From 9e4a42727e1ebdf40ebfa92daa0ce5caadbdffff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 03:10:23 +0000 Subject: [PATCH] chore(deps): bump @angular/animations in /frontend Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.2.11 to 21.1.0. - [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/v21.1.0/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 026f361..9072f28 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular-eslint/schematics": "^19.3.0", - "@angular/animations": "^19.2.11", + "@angular/animations": "^21.1.0", "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0", @@ -438,18 +438,18 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.11", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.11.tgz", - "integrity": "sha512-NR33bZVho7EgTc1fmCnmkwc2/U266n311Wfvk7VVtz+0Q9WliNdDLBon654V8IWSKvlqKXyU3W+fp0VjH/FvSw==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.0.tgz", + "integrity": "sha512-RTpRdWhwz1PsMJC8NuuYIKCgMFP9EyxOrSaI0bpCLIGtXCfmvvHiU2FkBksV86MqYOf+wurKATb71QcfGrV3Hg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "19.2.11", - "@angular/core": "19.2.11" + "@angular/core": "21.1.0" } }, "node_modules/@angular/build": { diff --git a/frontend/package.json b/frontend/package.json index bdc01da..7383235 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "private": true, "dependencies": { "@angular-eslint/schematics": "^19.3.0", - "@angular/animations": "^19.2.11", + "@angular/animations": "^21.1.0", "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0",