From 755e6bff957e2b6d1025cb7dc4314672358f201b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 17:36:12 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 17.2.3 to 17.2.4 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.2.3 to 17.2.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/17.2.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a1ba31d..6864b5f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "^1.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^17.1.2", + "@angular/animations": "^17.2.4", "@angular/cdk": "^17.0.4", "@angular/common": "^17.0.7", "@angular/compiler": "^17.0.7", @@ -1732,9 +1732,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.2.3", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.3.tgz", - "integrity": "sha512-eQcN6hC/dXISEYC/TjRuQJgfdZieBROBlXrS+BxRbsy9T4/QeKxChC3yiNxTmdxl5mvjLKvQTXHR8X0AWc07/Q==", + "version": "17.2.4", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.4.tgz", + "integrity": "sha512-eTjD8XeioL1Xj+W6iQayOh2JBCfjkg+MG3wzyEW0jhetE/N+wm2xbI1aub2pYplKsu96hOih3lfowYt7qIKGfw==", "dependencies": { "tslib": "^2.3.0" }, @@ -1742,7 +1742,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.2.3" + "@angular/core": "17.2.4" } }, "node_modules/@angular/cdk": { diff --git a/package.json b/package.json index 51347a1b..0920e48a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "*": "prettier --ignore-unknown --write" }, "dependencies": { - "@angular/animations": "^17.1.2", + "@angular/animations": "^17.2.4", "@angular/cdk": "^17.0.4", "@angular/common": "^17.0.7", "@angular/compiler": "^17.0.7",