From 5a73604989d0171bdcddd22eabc282bd6e5820c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:55:50 +0000 Subject: [PATCH] Bump @angular/animations from 18.0.2 to 18.1.1 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.0.2 to 18.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/18.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] --- 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 afc8482..292bbf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "transrally.github.io", "version": "0.9.9", "dependencies": { - "@angular/animations": "^18.0.2", + "@angular/animations": "^18.1.1", "@angular/common": "^18.0.2", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2", @@ -298,9 +298,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.0.2.tgz", - "integrity": "sha512-WhsotLl74UlRZZE9R7X3BXeNm1YOD1hUMOuGCa20pvUZ8X6ayz5c8B7tc/BZ0ua/9UkyZzbdMTEDi8JPDPPTew==", + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.1.tgz", + "integrity": "sha512-3BdB6lB7TT1BQFb8C3XyJ5A9YSrOx951NzcXnzFfTNiq1C+VeR455LtdNiDTPa9Vf5Df1cJb6ReJ1z17ztx+6Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -308,7 +308,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.2" + "@angular/core": "18.1.1" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 2b8e552..169da4a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.0.2", + "@angular/animations": "^18.1.1", "@angular/common": "^18.0.2", "@angular/compiler": "^18.0.2", "@angular/core": "^18.0.2",