diff --git a/nas-front-end/package-lock.json b/nas-front-end/package-lock.json index b29b3058..40a8c33f 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.3.1", + "@angular/animations": "^17.3.2", "@angular/common": "^17.3.1", "@angular/compiler": "^17.3.1", "@angular/core": "^17.3.1", @@ -347,9 +347,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.1.tgz", - "integrity": "sha512-2TZ0M5J0IizhHpb404DeqArlv8Ki9BFz5ZUuET2uFROpKW8IMDCht8fSrn/DKHpjB9lvzPUhNFaRxNWEY6klnA==", + "version": "17.3.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.2.tgz", + "integrity": "sha512-9RplCRS3dS7I8UeMmnwVCAxEaixQCj98UkSqjErO+GX5KJwMsFPydh7HKWH0/yclidJe5my41psEiQkyEyGKww==", "dependencies": { "tslib": "^2.3.0" }, @@ -357,7 +357,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.3.1" + "@angular/core": "17.3.2" } }, "node_modules/@angular/cdk": { @@ -12781,9 +12781,9 @@ } }, "@angular/animations": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.1.tgz", - "integrity": "sha512-2TZ0M5J0IizhHpb404DeqArlv8Ki9BFz5ZUuET2uFROpKW8IMDCht8fSrn/DKHpjB9lvzPUhNFaRxNWEY6klnA==", + "version": "17.3.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.2.tgz", + "integrity": "sha512-9RplCRS3dS7I8UeMmnwVCAxEaixQCj98UkSqjErO+GX5KJwMsFPydh7HKWH0/yclidJe5my41psEiQkyEyGKww==", "requires": { "tslib": "^2.3.0" } diff --git a/nas-front-end/package.json b/nas-front-end/package.json index dba153a6..f27bb96b 100644 --- a/nas-front-end/package.json +++ b/nas-front-end/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.3.1", + "@angular/animations": "^17.3.2", "@angular/common": "^17.3.1", "@angular/compiler": "^17.3.1", "@angular/core": "^17.3.1",