From 88292234394a7e7f6109f62fcccd25a9917c1670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:24:16 +0000 Subject: [PATCH] Bump @angular/animations from 21.1.1 to 21.1.2 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 21.1.1 to 21.1.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/v21.1.2/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 21.1.2 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 faeca1958..bf1d8342d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.1.1", - "@angular/animations": "21.1.1", + "@angular/animations": "21.1.2", "@angular/cli": "21.1.1", "@angular/common": "21.1.1", "@angular/compiler": "21.1.1", @@ -925,9 +925,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.1.tgz", - "integrity": "sha512-OQRyNbFBCkuihdCegrpN/Np5YQ7uV9if48LAoXxT68tYhK3S/Qbyx2MzJpOMFEFNfpjXRg1BZr8hVcZVFnArpg==", + "version": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.2.tgz", + "integrity": "sha512-8lVSH3y/Pq22ND9ng80UQwQRiIPIE7oD3vuV98Wufld59+s5g4PdJNqPhEVD5dkYD0gYQcm3jTIXSeYuOfpsUg==", "dev": true, "license": "MIT", "dependencies": { @@ -937,7 +937,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.1.1" + "@angular/core": "21.1.2" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 0ab1d3723..3e1aa21d8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.1.1", - "@angular/animations": "21.1.1", + "@angular/animations": "21.1.2", "@angular/cli": "21.1.1", "@angular/common": "21.1.1", "@angular/compiler": "21.1.1",