From 302ee276d19fd49a3d3f65bad853581fb82b5dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:32:39 +0000 Subject: [PATCH] Bump @angular/animations from 21.0.6 to 21.0.7 (#2371) Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 21.0.6 to 21.0.7. - [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.0.7/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f590bb66..1074473a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.0.4", - "@angular/animations": "21.0.6", + "@angular/animations": "21.0.7", "@angular/cli": "21.0.4", "@angular/common": "21.0.7", "@angular/compiler": "21.0.6", @@ -1331,9 +1331,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.0.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.6.tgz", - "integrity": "sha512-dSxhkh/ZlljdglZ0rriSy7GdC1Y3rGaagkx6oAzF5XqAoBbFmiVFEBZPxssSeQ+O0izmAw3GwsUnz3E/1JYsbA==", + "version": "21.0.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.7.tgz", + "integrity": "sha512-TfGE+emi67LAIUYmyiHfnL8BVqk26ZZVNEz7hDfbFztbZ5qhtHeKoG+97bAKtJDTTkxgs1JvB8escZExe1JkdA==", "dev": true, "license": "MIT", "dependencies": { @@ -1343,7 +1343,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.6" + "@angular/core": "21.0.7" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 9094f57a..d77d1091 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.0.4", - "@angular/animations": "21.0.6", + "@angular/animations": "21.0.7", "@angular/cli": "21.0.4", "@angular/common": "21.0.7", "@angular/compiler": "21.0.6",