diff --git a/package-lock.json b/package-lock.json index 9b45ea0..9daec21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^20.0.3", - "@angular/common": "^20.0.3", + "@angular/common": "^20.0.4", "@angular/compiler": "^20.0.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", @@ -875,9 +875,10 @@ } }, "node_modules/@angular/common": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.3.tgz", - "integrity": "sha512-HqqVqaj+xzByWJOIrONVRkpvM6mRuGmC+m9wKixhc9f+xXsymVTBR6xg+G/RwyYP2NuC5chxIZbaJTz2Hj+6+g==", + "version": "20.0.4", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.4.tgz", + "integrity": "sha512-fWgxe2rgSKgI36ummBYnBN4YUrmp4CHbfEG3RMeJho/vhHKguk2/o6BgL9zvnKybvbWmuaqbkHogi+y0LeJ8Ww==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, @@ -885,7 +886,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.0.3", + "@angular/core": "20.0.4", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index f150e94..0907b35 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^20.0.3", - "@angular/common": "^20.0.3", + "@angular/common": "^20.0.4", "@angular/compiler": "^20.0.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3",