From 64e013131d9bc37c49f4ec55969e0b5ba12837ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:26:11 +0000 Subject: [PATCH] build(deps): bump @angular/animations from 18.1.2 to 18.2.0 Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.1.2 to 18.2.0. - [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.0/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 | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f1d137..bbb04d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@angular-architects/module-federation": "18.0.4", - "@angular/animations": "^18.1.2", + "@angular/animations": "^18.2.0", "@angular/cdk": "^18.1.2", "@angular/common": "^18.1.2", "@angular/compiler": "^18.1.2", @@ -792,10 +792,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.1.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.2.tgz", - "integrity": "sha512-Gbqp3TSrkDOQgxCMK7qm+IBFxw8+IgyA//S5ZgXt2qrrhQWVDF4uQJbzusqDSUcHpdtOD05X81NFgUc8f13UFA==", - "license": "MIT", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.0.tgz", + "integrity": "sha512-BFAfqDDjsa0Q91F4s33pFcBG+ydFDurEmwYGG1gmO7UXZJI6ZbRVdULaZHz75M+Bf3hJkzVB05pesvfbK+Fg/g==", "dependencies": { "tslib": "^2.3.0" }, @@ -803,7 +802,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.2" + "@angular/core": "18.2.0" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index 547cd03..af8f76d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@angular-architects/module-federation": "18.0.4", - "@angular/animations": "^18.1.2", + "@angular/animations": "^18.2.0", "@angular/cdk": "^18.1.2", "@angular/common": "^18.1.2", "@angular/compiler": "^18.1.2",