diff --git a/package-lock.json b/package-lock.json index 4130672c..322c5d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "angular-shepherd", "dependencies": { "@angular/animations": "^20.0.5", - "@angular/common": "^20.0.5", + "@angular/common": "^20.1.4", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5", @@ -1057,9 +1057,9 @@ } }, "node_modules/@angular/common": { - "version": "20.0.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.5.tgz", - "integrity": "sha512-R7SQaOVYjVnrGHOq2RnuPn0pGofGVTDgy5EoHzF8ulb5MG/d7GFwCaMgfAbp3/Cw1CJzP2ZB54O8x9SMuqExyg==", + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.4.tgz", + "integrity": "sha512-AL+HdsY5xL2iM1zZ55ce33U+w2LgPJZQwKvHXJJ/Hpk3rpFNamWtRPmJBeq8Z0dQV1lLTMM+2pUatH6p+5pvEg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1068,7 +1068,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.0.5", + "@angular/core": "20.1.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index dc36fb77..f8258304 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/animations": "^20.0.5", - "@angular/common": "^20.0.5", + "@angular/common": "^20.1.4", "@angular/compiler": "^20.0.5", "@angular/core": "^20.0.5", "@angular/platform-browser": "^20.0.5",