From e16cfe07f6460e96c884cb67e47731c1560e97ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 05:36:40 +0000 Subject: [PATCH] Bump @angular/animations from 14.1.3 to 19.2.5 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 14.1.3 to 19.2.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/19.2.5/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f86a644..6fe1d263 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.5", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3", @@ -613,17 +613,19 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.5.tgz", + "integrity": "sha512-m4RtY3z1JuHFCh6OrOHxo25oKEigBDdR/XmdCfXIwfTiObZzNA7VQhysgdrb9IISO99kXbjZUYKDtLzgWT8Klg==", + "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/common": "19.2.5", + "@angular/core": "19.2.5" } }, "node_modules/@angular/cdk": { @@ -21265,9 +21267,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.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.5.tgz", + "integrity": "sha512-m4RtY3z1JuHFCh6OrOHxo25oKEigBDdR/XmdCfXIwfTiObZzNA7VQhysgdrb9IISO99kXbjZUYKDtLzgWT8Klg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..667c447a 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.5", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3",