diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 026f361..222c7b4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular-eslint/schematics": "^19.3.0", - "@angular/animations": "^19.2.11", + "@angular/animations": "^20.3.10", "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0", @@ -438,18 +438,18 @@ } }, "node_modules/@angular/animations": { - "version": "19.2.11", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.11.tgz", - "integrity": "sha512-NR33bZVho7EgTc1fmCnmkwc2/U266n311Wfvk7VVtz+0Q9WliNdDLBon654V8IWSKvlqKXyU3W+fp0VjH/FvSw==", + "version": "20.3.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.10.tgz", + "integrity": "sha512-WSKHyF82URlAQkYGWZjozZgSYj2ClH40GDunayz6kuRewup639iH91HE8sbFfVqKgqELKIAy2E0LhmtDKnMwZA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "19.2.11", - "@angular/core": "19.2.11" + "@angular/core": "20.3.10" } }, "node_modules/@angular/build": { diff --git a/frontend/package.json b/frontend/package.json index bdc01da..5b6e47a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "private": true, "dependencies": { "@angular-eslint/schematics": "^19.3.0", - "@angular/animations": "^19.2.11", + "@angular/animations": "^20.3.10", "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0",