diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 026f361..3a51a8f 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": "^21.1.2", "@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": "21.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.2.tgz", + "integrity": "sha512-8lVSH3y/Pq22ND9ng80UQwQRiIPIE7oD3vuV98Wufld59+s5g4PdJNqPhEVD5dkYD0gYQcm3jTIXSeYuOfpsUg==", + "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": "21.1.2" } }, "node_modules/@angular/build": { diff --git a/frontend/package.json b/frontend/package.json index bdc01da..a4cbfa7 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": "^21.1.2", "@angular/common": "^19.2.0", "@angular/compiler": "^19.2.0", "@angular/core": "^19.2.0",