From 6223b2d24c2db432f96b02f80c2eced4796e8bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 10:20:13 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 18.0.1 to 19.2.11 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.0.1 to 19.2.11. - [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/19.2.11/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.11 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 dea6b5a6..e8b84c92 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": "~19.2.11", "@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": "19.2.11", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.11.tgz", + "integrity": "sha512-NR33bZVho7EgTc1fmCnmkwc2/U266n311Wfvk7VVtz+0Q9WliNdDLBon654V8IWSKvlqKXyU3W+fp0VjH/FvSw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.1" + "@angular/common": "19.2.11", + "@angular/core": "19.2.11" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 23ff324b..51bfbd1d 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": "~19.2.11", "@angular/common": "~18.0.1", "@angular/core": "~18.0.1", "@angular/forms": "~18.0.1",