From 14d242ac2b18d8f69b0c79a7ac6fee19e8421bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 05:54:11 +0000 Subject: [PATCH] Bump @angular/animations from 14.1.3 to 19.2.2 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 14.1.3 to 19.2.2. - [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.2/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..3c1f9b69 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.2", "@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.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.2.tgz", + "integrity": "sha512-WG+0IBzS77WxqGhK8dcZdt5D0doe9wpfeSfKArJwLeRvGzG+4fYEmajGusklAcxnP0R6LzUkVNHrfwJspLvyEw==", + "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.2" } }, "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.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.2.tgz", + "integrity": "sha512-WG+0IBzS77WxqGhK8dcZdt5D0doe9wpfeSfKArJwLeRvGzG+4fYEmajGusklAcxnP0R6LzUkVNHrfwJspLvyEw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..d901ebc3 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.2", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3",