From 5b43c2f80cbed13dd99a8be198987bc0681cd55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:06:05 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 18.0.1 to 20.3.5 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.0.1 to 20.3.5. - [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.3.5/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 184d42df..d37cb67c 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.3.5", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1", @@ -391,18 +391,18 @@ } }, "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.3.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.5.tgz", + "integrity": "sha512-dlcUHua5PljqzXKNkEPjP7m2VXEJZPFPaaG1t6FDyUbuxsHr+/VEOCIzWunqRDAdO8mmOa9l1MditvGLEWjscg==", "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/core": "20.3.5" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 6b698079..20d7e9ad 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.3.5", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1",