From 01f5e5a9f8ac369060eee929ae0906b75c651264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:56:54 +0000 Subject: [PATCH] Bump @angular/animations from 18.1.1 to 18.2.8 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.1.1 to 18.2.8. - [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.8/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-minor ... 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 66ed9f41..bcc0f448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "8.0.0", "license": "MIT", "dependencies": { - "@angular/animations": "^18.1.1", + "@angular/animations": "^18.2.8", "@angular/cdk": "^18.1.1", "@angular/common": "^18.1.1", "@angular/compiler": "^18.1.1", @@ -511,9 +511,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.1.tgz", - "integrity": "sha512-3BdB6lB7TT1BQFb8C3XyJ5A9YSrOx951NzcXnzFfTNiq1C+VeR455LtdNiDTPa9Vf5Df1cJb6ReJ1z17ztx+6Q==", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.8.tgz", + "integrity": "sha512-dMSn2hg70siv3lhP+vqhMbgc923xw6XBUvnpCPEzhZqFHvPXfh/LubmsD5RtqHmjWebXtgVcgS+zg3Gq3jB2lg==", "dependencies": { "tslib": "^2.3.0" }, @@ -521,7 +521,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.1" + "@angular/core": "18.2.8" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 70abed13..e5402046 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.1.1", + "@angular/animations": "^18.2.8", "@angular/cdk": "^18.1.1", "@angular/common": "^18.1.1", "@angular/compiler": "^18.1.1",