From beb586e4aaefa65e30468d7a4f6c45429b0b905b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:49:56 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 17.1.0 to 17.1.2 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.1.0 to 17.1.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/17.1.2/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 | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d99eba7a..3e1f8d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "^1.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^17.0.7", + "@angular/animations": "^17.1.2", "@angular/cdk": "^17.0.4", "@angular/common": "^17.0.7", "@angular/compiler": "^17.0.7", diff --git a/package.json b/package.json index a9222411..b621365c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "*": "prettier --ignore-unknown --write" }, "dependencies": { - "@angular/animations": "^17.0.7", + "@angular/animations": "^17.1.2", "@angular/cdk": "^17.0.4", "@angular/common": "^17.0.7", "@angular/compiler": "^17.0.7",