From c5f71494f55646e3c3b9ca4acdbf99beed5730e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:33:10 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 18.0.1 to 20.1.4 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.0.1 to 20.1.4. - [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/20.1.4/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 184d42df..34976c36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular-devkit/architect": "^0.1800.1", - "@angular/animations": "~18.0.1", + "@angular/animations": "~20.1.4", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1", @@ -391,18 +391,19 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.1.tgz", - "integrity": "sha512-QAY/oxfuFY2Bjr3foniWlLAiddXHu8879lZvXHt1NVOsiav+vD15IEEQsnuQbJPy/EHEnAlUh9UptB4zQIBp/Q==", + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.4.tgz", + "integrity": "sha512-y4mq2r6jhAj5QuA3UnWkVfok0EcA22uH+XVb4HBKY7q23/xaQYu2CGdVOVpdUsaPTf3zRD1DkAnTkV3J3ZHIiA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "18.0.1" + "@angular/common": "20.1.4", + "@angular/core": "20.1.4" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 6b698079..c75e2e92 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "private": true, "dependencies": { "@angular-devkit/architect": "^0.1800.1", - "@angular/animations": "~18.0.1", + "@angular/animations": "~20.1.4", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1",