diff --git a/package-lock.json b/package-lock.json index 0a994a77..e51c78a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "angular-shepherd", "dependencies": { - "@angular/animations": "^20.0.5", + "@angular/animations": "^20.2.1", "@angular/common": "^20.0.5", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", @@ -1160,9 +1160,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.0.5.tgz", - "integrity": "sha512-v8dzr2tnju7Sa7XUhMY6yTJpRV3isMqP3mnOjrul2kkEY870a1tZ7VI7xp0qTx36086/+nzXAvOvOItmRkUaaQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.2.1.tgz", + "integrity": "sha512-g4yLXwXCF7OAahx1xI4FXRwG4dIXfBqHsvlpx2TappaMRpiPp7PfP2cW6l3ox+KRpTWhSvcRqbJyIOWad0f7Rw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1171,8 +1171,8 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.0.5", - "@angular/core": "20.0.5" + "@angular/common": "20.2.1", + "@angular/core": "20.2.1" } }, "node_modules/@angular/cli": { diff --git a/package.json b/package.json index 6e52cf47..d3e116f9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "ng test" }, "dependencies": { - "@angular/animations": "^20.0.5", + "@angular/animations": "^20.2.1", "@angular/common": "^20.0.5", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5",