From 42a11f8a0c4673eba9a14e1c536efe402cf520e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:22:33 +0000 Subject: [PATCH] build(deps): bump @angular/animations in /angular-example Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.2.15 to 20.3.3. - [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.3/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 13 ++++++------- angular-example/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 14c95e09..98b79dac 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-example", "version": "0.0.0", "dependencies": { - "@angular/animations": "^19.2.15", + "@angular/animations": "^20.3.3", "@angular/common": "^19.2.15", "@angular/compiler": "^19.2.15", "@angular/core": "^19.2.15", @@ -249,19 +249,18 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.15.tgz", - "integrity": "sha512-eq9vokLU8bjs7g/Znz8zJUQEOhT0MAJ/heBCHbB35S+CtZXJmItrsEqkI1tsRiR58NKXB6cbhBhULVo6qJbhXQ==", + "version": "20.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.3.tgz", + "integrity": "sha512-nXpe1sAhMbQm4VTKhnP/zL2w5s2Kxjr9bZ7krOSTtyO9Wxjhd7oJN4mgCVRa80oEMheiDTmanPaMFLEN0pzang==", "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.15", - "@angular/core": "19.2.15" + "@angular/core": "20.3.3" } }, "node_modules/@angular/build": { diff --git a/angular-example/package.json b/angular-example/package.json index a14eb969..4fc409a4 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^19.2.15", + "@angular/animations": "^20.3.3", "@angular/common": "^19.2.15", "@angular/compiler": "^19.2.15", "@angular/core": "^19.2.15",