diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f6cf21d4..378374cb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "~18.0.1", "@angular/cdk": "^18.0.1", "@angular/cli": "^18.0.1", - "@angular/common": "~18.0.1", + "@angular/common": "~19.2.9", "@angular/compiler": "~18.0.1", "@angular/compiler-cli": "~18.0.1", "@angular/core": "~18.0.1", @@ -397,17 +397,18 @@ } }, "node_modules/@angular/common": { - "version": "18.0.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.0.1.tgz", - "integrity": "sha512-iADQC5m4fvk+VNXEoU1KR93b0eG218/GuNdzUNVJHcjxdFxPshKk5fiaGSosUCxXPRQOxDKzmS9EDang87E/Ew==", + "version": "19.2.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.9.tgz", + "integrity": "sha512-4Lio3nRp13sTU15hsVcv8Zkj+7OKZ6Pc6CIIkQYHs9KisSwwvwmRZDU1wFhKlH+ogebLgOcNurIPdqeYWWnLjQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.1", + "@angular/core": "19.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/frontend/package.json b/frontend/package.json index a96cf6ac..6e3fbb29 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,7 +19,7 @@ "@angular/animations": "~18.0.1", "@angular/cdk": "^18.0.1", "@angular/cli": "^18.0.1", - "@angular/common": "~18.0.1", + "@angular/common": "~19.2.9", "@angular/compiler": "~18.0.1", "@angular/compiler-cli": "~18.0.1", "@angular/core": "~18.0.1",