diff --git a/package-lock.json b/package-lock.json index 2dcc2001..68170d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^21.2.21", - "@angular/animations": "21.2.19", + "@angular/animations": "21.2.21", "@angular/compiler": "21.2.19", "@angular/compiler-cli": "21.2.19", "@angular/platform-browser-dynamic": "21.2.19", @@ -716,9 +716,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.2.19", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.19.tgz", - "integrity": "sha512-qC0mviselvpKq2ID9bT+USnCsHKfwZAifkUr5A4h/WCzXvUvpVNWp/RPhGcKeOR+seg3EO5GtIZyblwiRlhzrA==", + "version": "21.2.21", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.21.tgz", + "integrity": "sha512-ywgwBi6V/6WDnVH956q+tMfXoM1VsTUzp0XtUoloMqzDQ0FgJF9tDuBgt8ixHrUUTziZ3oudzgPza2YFBMafLA==", "deprecated": "@angular/animations is deprecated. Use `animate.enter` and `animate.leave` instead. For more information see: https://v22.angular.dev/guide/animations.", "dev": true, "license": "MIT", @@ -729,7 +729,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.19" + "@angular/core": "21.2.21" } }, "node_modules/@angular/build": { diff --git a/package.json b/package.json index edbea92e..8cfcf651 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/compiler-cli": "21.2.19", "@angular/compiler": "21.2.19", "@angular/platform-browser-dynamic": "21.2.19", - "@angular/animations": "21.2.19", + "@angular/animations": "21.2.21", "@types/node": "^25.9.5", "@vitest/coverage-v8": "^4.1.11", "ajv": "^8.20.0", @@ -44,7 +44,7 @@ "@angular/platform-browser": "21.2.19", "@angular/platform-browser-dynamic": "21.2.19", "@angular/compiler-cli": "21.2.19", - "@angular/animations": "21.2.19", + "@angular/animations": "21.2.21", "tar": "7.5.21", "js-yaml": "4.3.1", "hono": "4.13.1",