diff --git a/package-lock.json b/package-lock.json index 2f86a644..7bae2f60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular-devkit/schematics": "^19.1.2", "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", - "@angular/common": "~14.1.3", + "@angular/common": "~19.2.7", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", @@ -865,17 +865,18 @@ } }, "node_modules/@angular/common": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.1.3.tgz", - "integrity": "sha512-t5zidNLcQrgrShBFFsEhvJ6yKw5jwv/Td/AQrknQzrAz3kVBH4dOZGC5jolasFipy/P1DNoG2K+igPCGeskc4w==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.7.tgz", + "integrity": "sha512-It6G8ohe0R5J6+YoCB6eDgmMp55+zYlbCIqEq1AoRPVTO7oVn5X65SIRDBlgpx4kzoBLeeYjDt8WUk4qIZ0GLQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.1.3", + "@angular/core": "19.2.7", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -21440,9 +21441,9 @@ } }, "@angular/common": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.1.3.tgz", - "integrity": "sha512-t5zidNLcQrgrShBFFsEhvJ6yKw5jwv/Td/AQrknQzrAz3kVBH4dOZGC5jolasFipy/P1DNoG2K+igPCGeskc4w==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.7.tgz", + "integrity": "sha512-It6G8ohe0R5J6+YoCB6eDgmMp55+zYlbCIqEq1AoRPVTO7oVn5X65SIRDBlgpx4kzoBLeeYjDt8WUk4qIZ0GLQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..48810699 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular-devkit/schematics": "^19.1.2", "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", - "@angular/common": "~14.1.3", + "@angular/common": "~19.2.7", "@angular/core": "~14.1.3", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3",