From e86cbc081965520fcc3048b20811076b35f45206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:38:14 +0000 Subject: [PATCH] chore(deps): bump @angular/animations in /samples/lib/spa-angular-client Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 18.1.0 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-minor ... Signed-off-by: dependabot[bot] --- samples/lib/spa-angular-client/package-lock.json | 10 +++++----- samples/lib/spa-angular-client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/lib/spa-angular-client/package-lock.json b/samples/lib/spa-angular-client/package-lock.json index f5a181ed6..1b9de6ff3 100644 --- a/samples/lib/spa-angular-client/package-lock.json +++ b/samples/lib/spa-angular-client/package-lock.json @@ -8,7 +8,7 @@ "name": "sample-angular-client", "version": "0.0.0", "dependencies": { - "@angular/animations": "^18.1.0", + "@angular/animations": "^18.2.10", "@angular/cdk": "^18.1.0", "@angular/common": "^18.1.0", "@angular/compiler": "^18.1.0", @@ -747,9 +747,9 @@ } }, "node_modules/@angular/animations": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.1.0.tgz", - "integrity": "sha512-K0BhvZ/SIVoGXZVuh1KOJDdgcGlHfFGMGrs58utndndAb+gYXReMfz4GR5cQs2OObH6TKmIOY2EH7Og1CY2tsw==", + "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" }, @@ -757,7 +757,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.1.0" + "@angular/core": "18.2.10" } }, "node_modules/@angular/cdk": { diff --git a/samples/lib/spa-angular-client/package.json b/samples/lib/spa-angular-client/package.json index 9ce8ef427..c6b57ec99 100644 --- a/samples/lib/spa-angular-client/package.json +++ b/samples/lib/spa-angular-client/package.json @@ -17,7 +17,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^18.1.0", + "@angular/animations": "^18.2.10", "@angular/cdk": "^18.1.0", "@angular/common": "^18.1.0", "@angular/compiler": "^18.1.0",