From 2062ad337154f22b905ea3a779124b50e7ae683b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:49:16 +0000 Subject: [PATCH] Bump @angular/animations from 18.2.13 to 19.0.5 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.2.13 to 19.0.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.0.5/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0eeab62..a7a7ff21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "angular-sdk", "version": "24.2.10", "dependencies": { - "@angular/animations": "^18.2.12", + "@angular/animations": "^19.0.5", "@angular/cdk": "^18.2.13", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", @@ -651,9 +651,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.13", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.13.tgz", - "integrity": "sha512-rG5J5Ek5Hg+Tz2NjkNOaG6PupiNK/lPfophXpsR1t/nWujqnMWX2krahD/i6kgD+jNWNKCJCYSOVvCx/BHOtKA==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.5.tgz", + "integrity": "sha512-HCOF2CrhUvjoZWusd4nh32VOxpUrg6bV+3Z8Q36Ix3aZdni8v0qoP2rl5wGbotaPtYg5RtyDH60Z2AOPKqlrZg==", "dependencies": { "tslib": "^2.3.0" }, @@ -661,7 +661,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.13" + "@angular/core": "19.0.5" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 0a9dfb36..9a068af7 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.12", + "@angular/animations": "^19.0.5", "@angular/cdk": "^18.2.13", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12",