diff --git a/modules/web/package-lock.json b/modules/web/package-lock.json index 1931d2c59a..6863eaa1f8 100644 --- a/modules/web/package-lock.json +++ b/modules/web/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "19.2.11", "@angular/cdk": "19.2.16", - "@angular/common": "19.2.11", + "@angular/common": "19.2.16", "@angular/compiler": "19.2.11", "@angular/core": "19.2.11", "@angular/flex-layout": "15.0.0-beta.42", @@ -418,9 +418,9 @@ } }, "node_modules/@angular/common": { - "version": "19.2.11", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.11.tgz", - "integrity": "sha512-/ZnF2Nfp6S6TAu3VlvUAIp4NVd81WE1Q95wuwSSuoEx2aSyXzI+1myyKWSYe/jYCyGuppmocjTciEh8mAInmOw==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -429,7 +429,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.2.11", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/modules/web/package.json b/modules/web/package.json index f071f7a099..aead9d93cb 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -59,7 +59,7 @@ "dependencies": { "@angular/animations": "19.2.11", "@angular/cdk": "19.2.16", - "@angular/common": "19.2.11", + "@angular/common": "19.2.16", "@angular/compiler": "19.2.11", "@angular/core": "19.2.11", "@angular/flex-layout": "15.0.0-beta.42",