diff --git a/package-lock.json b/package-lock.json index 9c465d7..be37847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^14.0.0", - "@angular/common": "^14.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^14.0.0", "@angular/core": "^14.0.0", "@angular/fire": "^7.1.0", @@ -309,17 +309,18 @@ } }, "node_modules/@angular/common": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.3.0.tgz", - "integrity": "sha512-pV9oyG3JhGWeQ+TFB0Qub6a1VZWMNZ6/7zEopvYivdqa5yDLLDSBRWb6P80RuONXyGnM1pa7l5nYopX+r/23GQ==", + "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" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.3.0", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 6350579..b53f303 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "@angular/animations": "^14.0.0", - "@angular/common": "^14.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^14.0.0", "@angular/core": "^14.0.0", "@angular/fire": "^7.1.0",