From 437aeb0781ce3925c08d1b5ecf65d76c36890147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:15:58 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/animations from 21.2.6 to 21.2.7 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 21.2.6 to 21.2.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.2.7/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.2.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 7ddcf005d..b3b035be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.2.6", - "@angular/animations": "21.2.6", + "@angular/animations": "21.2.7", "@angular/cli": "21.2.6", "@angular/common": "21.2.7", "@angular/compiler": "21.2.7", @@ -816,9 +816,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.2.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.6.tgz", - "integrity": "sha512-SPzTOlkyVagPdb7OMe9hw3dnpMGq2p/nADatzNfRUMXwit8AU8VaiPIrFRsCD52sAL1zDDj60gKsk/dprzIyFA==", + "version": "21.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.7.tgz", + "integrity": "sha512-h8tUjQVSWfi2fohzxXeDDTjCfWABioYlPMrV1j98wCcFJad3FSnKCY0/gq8B4X6V81NGV29nEnhPyV0GinUBpQ==", "dev": true, "license": "MIT", "dependencies": { @@ -828,7 +828,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.6" + "@angular/core": "21.2.7" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 0ccf2ac0a..f8d046fac 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.2.6", - "@angular/animations": "21.2.6", + "@angular/animations": "21.2.7", "@angular/cli": "21.2.6", "@angular/common": "21.2.7", "@angular/compiler": "21.2.7",