diff --git a/package-lock.json b/package-lock.json index b6971620..f0c629c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "projects/shepherd" ], "dependencies": { - "@angular/animations": "^21.0.0", + "@angular/animations": "^21.1.1", "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0", @@ -870,9 +870,9 @@ } }, "node_modules/@angular/animations": { - "version": "21.0.8", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.0.8.tgz", - "integrity": "sha512-1YXHZQO/LYiExbg7sZhiqqF5fMcH17iVgK1tI2Gk90Yy0HQAuqnteOv3pPGgUfLowNOWK0sGhCYbB2Lq21LA3w==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.1.1.tgz", + "integrity": "sha512-OQRyNbFBCkuihdCegrpN/Np5YQ7uV9if48LAoXxT68tYhK3S/Qbyx2MzJpOMFEFNfpjXRg1BZr8hVcZVFnArpg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -881,7 +881,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.0.8" + "@angular/core": "21.1.1" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 2d90fab4..ed0857da 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test": "ng test" }, "dependencies": { - "@angular/animations": "^21.0.0", + "@angular/animations": "^21.1.1", "@angular/common": "^21.0.0", "@angular/compiler": "^21.0.0", "@angular/core": "^21.0.0",