From 9ab0e366d8f72eb9fc6efeab0cbe47d4eab38576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:59:15 +0000 Subject: [PATCH] chore(deps): bump @angular/animations from 18.2.8 to 18.2.10 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.2.8 to 18.2.10. - [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/18.2.10/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, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72f283b1..cbdf81b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^18.2.8", + "@angular/animations": "^18.2.10", "@angular/cdk": "^18.2.9", "@angular/common": "^18.2.8", "@angular/compiler": "^18.2.8", @@ -407,10 +407,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.2.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.8.tgz", - "integrity": "sha512-dMSn2hg70siv3lhP+vqhMbgc923xw6XBUvnpCPEzhZqFHvPXfh/LubmsD5RtqHmjWebXtgVcgS+zg3Gq3jB2lg==", - "license": "MIT", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.10.tgz", + "integrity": "sha512-LT5+CocFZJ4t5jXsXLx5w/sBuWSxOEjmNTYga13usRcLOblrAB902pjUdFCHEZyrCUgm4MH8vov9fMS+Ks2GCw==", "dependencies": { "tslib": "^2.3.0" }, @@ -418,7 +417,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.8" + "@angular/core": "18.2.10" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index cbf62aa3..32495bd1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.2.8", + "@angular/animations": "^18.2.10", "@angular/cdk": "^18.2.9", "@angular/common": "^18.2.8", "@angular/compiler": "^18.2.8",