From e05ccd1709520047d0dffdb4d365659aa0388e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:49:29 +0000 Subject: [PATCH] build(deps): bump @angular/animations in /nas-front-end Bumps [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) from 17.2.1 to 17.2.3. - [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/17.2.3/packages/animations) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nas-front-end/package-lock.json | 16 ++++++++-------- nas-front-end/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nas-front-end/package-lock.json b/nas-front-end/package-lock.json index 7d2979b3..aae293ed 100644 --- a/nas-front-end/package-lock.json +++ b/nas-front-end/package-lock.json @@ -8,7 +8,7 @@ "name": "yunshu-nas-admin", "version": "0.0.0", "dependencies": { - "@angular/animations": "^17.2.1", + "@angular/animations": "^17.2.3", "@angular/common": "^17.2.1", "@angular/compiler": "^17.2.1", "@angular/core": "^17.2.1", @@ -302,9 +302,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.1.tgz", - "integrity": "sha512-JCccG8EPM04OtN+Wayi79QnbkCYpKY69okWjEM7cPq8fbjIQE/ZAWxnzYMR/Xq3prwUtlH7LMyB5YdYCc6Ea1A==", + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.3.tgz", + "integrity": "sha512-eQcN6hC/dXISEYC/TjRuQJgfdZieBROBlXrS+BxRbsy9T4/QeKxChC3yiNxTmdxl5mvjLKvQTXHR8X0AWc07/Q==", "dependencies": { "tslib": "^2.3.0" }, @@ -312,7 +312,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.2.1" + "@angular/core": "17.2.3" } }, "node_modules/@angular/cdk": { @@ -12636,9 +12636,9 @@ } }, "@angular/animations": { - "version": "17.2.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.1.tgz", - "integrity": "sha512-JCccG8EPM04OtN+Wayi79QnbkCYpKY69okWjEM7cPq8fbjIQE/ZAWxnzYMR/Xq3prwUtlH7LMyB5YdYCc6Ea1A==", + "version": "17.2.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.2.3.tgz", + "integrity": "sha512-eQcN6hC/dXISEYC/TjRuQJgfdZieBROBlXrS+BxRbsy9T4/QeKxChC3yiNxTmdxl5mvjLKvQTXHR8X0AWc07/Q==", "requires": { "tslib": "^2.3.0" } diff --git a/nas-front-end/package.json b/nas-front-end/package.json index c53c8f36..f35c5a5f 100644 --- a/nas-front-end/package.json +++ b/nas-front-end/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.2.1", + "@angular/animations": "^17.2.3", "@angular/common": "^17.2.1", "@angular/compiler": "^17.2.1", "@angular/core": "^17.2.1",