From e888e265582ef96f4b7cb42e4483d2303dbf746d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 05:51:03 +0000 Subject: [PATCH] Bump @angular/animations from 14.1.3 to 19.2.4 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 14.1.3 to 19.2.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/19.2.4/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f86a644..2708aa80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular-devkit/core": "^19.1.1", "@angular-devkit/schematics": "^19.1.2", - "@angular/animations": "~14.1.3", + "@angular/animations": "~19.2.4", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", @@ -613,17 +613,18 @@ } }, "node_modules/@angular/animations": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.1.3.tgz", - "integrity": "sha512-AmnrsRWJxlIQPnnef3MCo9N7bbFmEWvyyDPB8z4UOYDqBwRBHnDn5g1rrVQzLJH7I1O2DLcm/EhWYJrfagQ2aQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.4.tgz", + "integrity": "sha512-aoVgPGaB/M9OLGt9rMMYd8V9VNzVEFQHKpyuEl4FDBoeuIaFJcXFTfwY3+L5Ew6wcIErKH67rRYJsKv8r5Ou8w==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.1.3" + "@angular/core": "19.2.4" } }, "node_modules/@angular/cdk": { @@ -21265,9 +21266,9 @@ } }, "@angular/animations": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.1.3.tgz", - "integrity": "sha512-AmnrsRWJxlIQPnnef3MCo9N7bbFmEWvyyDPB8z4UOYDqBwRBHnDn5g1rrVQzLJH7I1O2DLcm/EhWYJrfagQ2aQ==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.4.tgz", + "integrity": "sha512-aoVgPGaB/M9OLGt9rMMYd8V9VNzVEFQHKpyuEl4FDBoeuIaFJcXFTfwY3+L5Ew6wcIErKH67rRYJsKv8r5Ou8w==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..dc163b92 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular-devkit/core": "^19.1.1", "@angular-devkit/schematics": "^19.1.2", - "@angular/animations": "~14.1.3", + "@angular/animations": "~19.2.4", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3",