From 790281add44c9b5cbaaa6f11d7b40c87f02d43bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:45:41 +0000 Subject: [PATCH] Bump @angular/animations from 17.0.8 to 17.1.1 in /frontend Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.0.8 to 17.1.1. - [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.1/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 48c7a16..cea9e98 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "eventoverview", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.1.1", "@angular/cdk": "^17.0.3", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0", @@ -252,9 +252,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.0.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.8.tgz", - "integrity": "sha512-iKJ2s4ZqVoGS9tSRBuuwYEWTV+Rw6b4zDY1rqiXvbZrpNRxfzYr6s+aYsLQQEindZ4hzxgp9j60FJ8aE/g4w6A==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.1.tgz", + "integrity": "sha512-85qm8b4fNKa5zx4YlvCvAb3lWGlRsEcClnpCuwSVP8pXG7n/cW8MsJOh8i/wOkQTr9Ac7vvAE+yFWMi2A/qlTg==", "dependencies": { "tslib": "^2.3.0" }, @@ -262,7 +262,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.8" + "@angular/core": "17.1.1" } }, "node_modules/@angular/cdk": { diff --git a/frontend/package.json b/frontend/package.json index cca12b3..f1a4e80 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.0.0", + "@angular/animations": "^17.1.1", "@angular/cdk": "^17.0.3", "@angular/common": "^17.0.0", "@angular/compiler": "^17.0.0",