diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3748447..003cb9a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@angular/animations": "^20.3.10", + "@angular/animations": "^20.3.13", "@angular/cdk": "^20.2.12", "@angular/common": "^20.3.10", "@angular/compiler": "^20.3.10", @@ -466,9 +466,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.3.12", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.12.tgz", - "integrity": "sha512-tkzruF0pbcOrC2lwsPKjkp5btazs6vcX4At7kyVFjjuPbgI6RNG+MoFXHpN9ypenscYtTAhDcPSmjBnzoDaXhQ==", + "version": "20.3.13", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.13.tgz", + "integrity": "sha512-IOiZlb+GK3p70J4vRe3PQ+NHCkoVYaq7fz9Pg2FcQ9Ar3EobVtHyFJFGzdStMFbiYR0B66STBNyZcz+V0AwC0A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -477,7 +477,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.3.12" + "@angular/core": "20.3.13" } }, "node_modules/@angular/build": { diff --git a/frontend/package.json b/frontend/package.json index af46c1b..b9f74b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ }, "private": true, "dependencies": { - "@angular/animations": "^20.3.10", + "@angular/animations": "^20.3.13", "@angular/cdk": "^20.2.12", "@angular/common": "^20.3.10", "@angular/compiler": "^20.3.10",