From 006f846925537448545a52b1ee8421f98402285a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 12:28:38 +0000 Subject: [PATCH] Bump @angular/animations from 16.0.4 to 16.1.5 in /WebClient Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 16.0.4 to 16.1.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/16.1.5/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- WebClient/package-lock.json | 10 +++++----- WebClient/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WebClient/package-lock.json b/WebClient/package-lock.json index ce73c84b..49d14803 100644 --- a/WebClient/package-lock.json +++ b/WebClient/package-lock.json @@ -8,7 +8,7 @@ "name": "clicker-heroes-tracker-webclient", "version": "0.0.0", "dependencies": { - "@angular/animations": "^16.0.4", + "@angular/animations": "^16.1.5", "@angular/common": "^16.0.4", "@angular/compiler": "^16.0.4", "@angular/core": "^16.0.4", @@ -455,9 +455,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.4.tgz", - "integrity": "sha512-M0C21mav4gtzWrWf6zTAYImL+Vix0bEDM/FF9ktmm04yt3Y8VtcMeDNRQRLj6JTIbth/fyvKZ20HSYFD91ez2g==", + "version": "16.1.5", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.1.5.tgz", + "integrity": "sha512-CUm81m1N00EIza8LH81BJ+PoR23HzfoD+8ltASya9D0VurB6hlv0Axa5kQ0o02PQwCAU1a6RUUTsTjODc/mUYA==", "dependencies": { "tslib": "^2.3.0" }, @@ -465,7 +465,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.4" + "@angular/core": "16.1.5" } }, "node_modules/@angular/cdk": { diff --git a/WebClient/package.json b/WebClient/package.json index 4b73cd8a..84bf8e16 100644 --- a/WebClient/package.json +++ b/WebClient/package.json @@ -12,7 +12,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^16.0.4", + "@angular/animations": "^16.1.5", "@angular/common": "^16.0.4", "@angular/compiler": "^16.0.4", "@angular/core": "^16.0.4",