From eb013f109b5b52d88b5cfbb7ba20042dfeaa0133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 05:58:13 +0000 Subject: [PATCH] Bump @angular/animations from 14.1.3 to 19.2.6 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 14.1.3 to 19.2.6. - [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.6/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.6 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..4e60f84e 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.6.tgz", + "integrity": "sha512-0Ei7pKXpq0eoijakRB+TQCh2EB02ReYUzRkhdw5kbQLOlTftBWWnMNn2qRfKU6cra+RyRXU8c34ZkEw6K7hZAw==", + "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.6", + "@angular/core": "19.2.6" } }, "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.6", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.6.tgz", + "integrity": "sha512-0Ei7pKXpq0eoijakRB+TQCh2EB02ReYUzRkhdw5kbQLOlTftBWWnMNn2qRfKU6cra+RyRXU8c34ZkEw6K7hZAw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..10f03df9 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.6", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", "@angular/core": "~14.1.3",