From 1515c9d572f3b237daf7561e93df85cd3d2c43bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:35:16 +0000 Subject: [PATCH] Bump @angular/animations from 19.1.4 to 19.2.7 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.1.4 to 19.2.7. - [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.7/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index af38e28f..ee427bf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "examples/shared-components-demo" ], "dependencies": { - "@angular/animations": "19.1.4", + "@angular/animations": "19.2.7", "@angular/common": "19.1.4", "@angular/compiler": "19.1.4", "@angular/core": "19.1.4", @@ -1371,9 +1371,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.4.tgz", - "integrity": "sha512-QGswsf/X+k7TijIgBzL6V8+KcArFAgebY6zM0L/Len8v5PNzPzdjJH99+P++5AOLiJctYKfISUwnlMbDb50NrA==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.7.tgz", + "integrity": "sha512-2/pdoiZWC5dZSlweu9Kop5yHI4TNlRAXbw5dLzPkzzfqi/eSKy3Xwd4FZlDKtGXljn0O+T6CDtfS3Y+Jnypokw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1382,7 +1382,8 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.4" + "@angular/common": "19.2.7", + "@angular/core": "19.2.7" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index d2a3553a..4c220be6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "examples/shared-components-demo" ], "dependencies": { - "@angular/animations": "19.1.4", + "@angular/animations": "19.2.7", "@angular/common": "19.1.4", "@angular/compiler": "19.1.4", "@angular/core": "19.1.4",