From e2c409e08c8f3abbd49190cc2501754f24a6f154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:24:24 +0000 Subject: [PATCH] build(deps): bump @angular/animations from 19.1.3 to 19.1.4 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 19.1.3 to 19.1.4. - [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.1.4/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-patch ... 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 ff16be620..58e14bbf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "angular-shepherd", "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^19.1.4", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", @@ -569,9 +569,10 @@ } }, "node_modules/@angular/animations": { - "version": "19.1.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.1.3.tgz", - "integrity": "sha512-MI+Tbp9OOisrQtTQH7o+xiQCODXicCs8WHNpGzdCpnXdRkQuVSOb6xAjD9OXJqcQGotLgeyennnkIJGXdz4RTA==", + "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==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -579,7 +580,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.1.3" + "@angular/core": "19.1.4" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 1f81318d4..f03268671 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "ng test" }, "dependencies": { - "@angular/animations": "^19.0.0", + "@angular/animations": "^19.1.4", "@angular/common": "^19.0.0", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0",