From 79a1d25fb8c31b7b526536728fbd70cf3994ae87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:24:16 +0000 Subject: [PATCH] Bump @angular/animations from 19.2.25 to 20.1.8 in /test-app Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.2.25 to 20.1.8. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/20.1.8/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/20.1.8/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.1.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-app/package-lock.json | 14 +++++++------- test-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test-app/package-lock.json b/test-app/package-lock.json index f073911c1..a0dfa9c23 100644 --- a/test-app/package-lock.json +++ b/test-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "19.2.25", + "@angular/animations": "20.1.8", "@angular/cdk": "19.2.19", "@angular/common": "19.2.25", "@angular/compiler": "19.2.25", @@ -446,19 +446,19 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.25", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.25.tgz", - "integrity": "sha512-1IE7wuC3ecAumb7ZQHCugV1jsSl93j0omX7BAWwwmM8C7Xo//fZcO/ad/IFfn0zV/VCBAhOAFBUKUIVAGpsylw==", + "version": "20.1.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.8.tgz", + "integrity": "sha512-Hid/s6hIVmK7xC+rlPoXR0F2+5ylqOrqt+8dNS3dc28xdivsHUegW6/7hz22Rm1bqpBc8xjB28E4mPJXDbpJVg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "19.2.25", - "@angular/core": "19.2.25" + "@angular/common": "20.1.8", + "@angular/core": "20.1.8" } }, "node_modules/@angular/build": { diff --git a/test-app/package.json b/test-app/package.json index 99f93ef34..5470aed70 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -14,7 +14,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "19.2.25", + "@angular/animations": "20.1.8", "@angular/cdk": "19.2.19", "@angular/common": "19.2.25", "@angular/compiler": "19.2.25",