diff --git a/package-lock.json b/package-lock.json index a825064..ba6e309 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "21.2.17", "@angular/cdk": "21.2.14", - "@angular/common": "21.2.17", + "@angular/common": "21.2.19", "@angular/compiler": "21.2.17", "@angular/core": "21.2.17", "@angular/forms": "21.2.17", @@ -2039,9 +2039,9 @@ } }, "node_modules/@angular/common": { - "version": "21.2.17", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.17.tgz", - "integrity": "sha512-hqAQxRfi5ldFE42suAXRcY+JCANrUh7fuSQ/DtZ7L896id5BT/exuv6dWNBC1PyAfQmRbpD5Pt6/pd+tNLyhDQ==", + "version": "21.2.19", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.19.tgz", + "integrity": "sha512-Rvo/VXI0kUmfQT7+OeAjv526OJlf/WrLnJq1Tz84Jkyv9bs9SOMTCT6m4+boo8gxVNdrcxvGU3Q0o2jZzKceSg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -2050,7 +2050,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "21.2.17", + "@angular/core": "21.2.19", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index d8179fe..ed3b470 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@angular/animations": "21.2.17", "@angular/cdk": "21.2.14", - "@angular/common": "21.2.17", + "@angular/common": "21.2.19", "@angular/compiler": "21.2.17", "@angular/core": "21.2.17", "@angular/forms": "21.2.17",