diff --git a/package-lock.json b/package-lock.json index 0a994a77..666dd8ec 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.3.3", "@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.3.3", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.3.tgz", + "integrity": "sha512-nXpe1sAhMbQm4VTKhnP/zL2w5s2Kxjr9bZ7krOSTtyO9Wxjhd7oJN4mgCVRa80oEMheiDTmanPaMFLEN0pzang==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1171,8 +1171,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.0.5", - "@angular/core": "20.0.5" + "@angular/core": "20.3.3" } }, "node_modules/@angular/cli": { @@ -9362,9 +9361,9 @@ } }, "node_modules/detect-libc": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", - "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", "dev": true, "license": "Apache-2.0", "optional": true, diff --git a/package.json b/package.json index 6e52cf47..3c4302c1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "ng test" }, "dependencies": { - "@angular/animations": "^20.0.5", + "@angular/animations": "^20.3.3", "@angular/common": "^20.0.5", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5",