diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d0849df..6922fc0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "1.4.6-SNAPSHOT", "dependencies": { - "@angular/animations": "^17.1.1", + "@angular/animations": "^17.3.3", "@angular/cdk": "^16.2.7", "@angular/common": "^17.1.1", "@angular/compiler": "^17.1.1", @@ -479,9 +479,9 @@ } }, "node_modules/@angular/animations": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.1.1.tgz", - "integrity": "sha512-85qm8b4fNKa5zx4YlvCvAb3lWGlRsEcClnpCuwSVP8pXG7n/cW8MsJOh8i/wOkQTr9Ac7vvAE+yFWMi2A/qlTg==", + "version": "17.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.3.3.tgz", + "integrity": "sha512-poLW3FHe5wkxmTIsQ3em2vq4obgQHyZJz6biF+4hCqQSNMbMBS0e5ZycAiJLkUD/WLc88lQZ20muRO7qjVuMLA==", "dependencies": { "tslib": "^2.3.0" }, @@ -489,7 +489,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.1" + "@angular/core": "17.3.3" } }, "node_modules/@angular/cdk": { diff --git a/frontend/package.json b/frontend/package.json index 8366ed5..f9e9343 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^17.1.1", + "@angular/animations": "^17.3.3", "@angular/cdk": "^16.2.7", "@angular/common": "^17.1.1", "@angular/compiler": "^17.1.1",