diff --git a/package-lock.json b/package-lock.json index 303c060f1..64e1d0408 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.2.10", - "@angular/animations": "21.2.10", + "@angular/animations": "21.2.12", "@angular/cli": "21.2.10", "@angular/common": "21.2.12", "@angular/compiler": "21.2.11", @@ -816,9 +816,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.2.10", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.10.tgz", - "integrity": "sha512-sIzAcxwtRCJ/fu0tK4mo1ooiEaDxJ+Nl6s9nK1D1NP1em12VX03Jx8CMixp/kVtgh4mZnm1x6psBB0FUz3U3Ug==", + "version": "21.2.12", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.12.tgz", + "integrity": "sha512-91mgQI15qStL38LijoKyAvNo61wB5rUpwqDVHoJQeISUChVYOY4hiofO6hW6ERg8MHQKUTyOrPDg5cN4yTcp9A==", "dev": true, "license": "MIT", "dependencies": { @@ -828,7 +828,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.10" + "@angular/core": "21.2.12" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 82e85a347..efdf4c831 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "21.2.10", - "@angular/animations": "21.2.10", + "@angular/animations": "21.2.12", "@angular/cli": "21.2.10", "@angular/common": "21.2.12", "@angular/compiler": "21.2.11",