diff --git a/package-lock.json b/package-lock.json index 9b45ea0..07ecdb7 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.6", "@angular/compiler": "^20.0.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", @@ -875,9 +875,9 @@ } }, "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.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.0.6.tgz", + "integrity": "sha512-NRsq2gI4CH8nEy8yEZFySEmZ4U+1Y1yGzdIFubrKmtE2NXxR4KFGvQCkBLCLh6hNQXQx+Soe126bqByA6oIaFw==", "dependencies": { "tslib": "^2.3.0" }, @@ -885,7 +885,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.0.3", + "@angular/core": "20.0.6", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index f150e94..5f4a152 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.6", "@angular/compiler": "^20.0.3", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3",