diff --git a/package-lock.json b/package-lock.json index 2f86a644..d2330546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", - "@angular/core": "~14.1.3", + "@angular/core": "~19.2.7", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", "@angular/material": "^19.1.0", @@ -965,18 +965,19 @@ } }, "node_modules/@angular/core": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.1.3.tgz", - "integrity": "sha512-V3OJD4cShjLzyJAWQ1ogSW0WhKJwti5zsoT1SQ2RoA5UScBPzZN/F/0n/4IupHeaIC+NfaLX916xKTGWA8G8SQ==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.7.tgz", + "integrity": "sha512-Ft3cTkXNU538wLDNI4qesFLVfDLXCSHq0uSmi53bHJJxddEJmjD73mGkYA4GGPc3NghQiDEcHuNoTZ3EXWbxjg==", + "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": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4" + "zone.js": "~0.15.0" } }, "node_modules/@angular/fire": { @@ -5771,6 +5772,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.2.9.tgz", "integrity": "sha512-P2zgvsfSpN4BkNzZWnPKUVOzv3y/SUWdnx/nhAG5gsQkLBp0Vf2evwQnbPUKuCrbMpYd1V/5SHb48+0B6FbUtQ==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -21501,9 +21503,9 @@ } }, "@angular/core": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.1.3.tgz", - "integrity": "sha512-V3OJD4cShjLzyJAWQ1ogSW0WhKJwti5zsoT1SQ2RoA5UScBPzZN/F/0n/4IupHeaIC+NfaLX916xKTGWA8G8SQ==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.7.tgz", + "integrity": "sha512-Ft3cTkXNU538wLDNI4qesFLVfDLXCSHq0uSmi53bHJJxddEJmjD73mGkYA4GGPc3NghQiDEcHuNoTZ3EXWbxjg==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 9764ef71..59d66035 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/animations": "~14.1.3", "@angular/cdk": "^15.2.7", "@angular/common": "~14.1.3", - "@angular/core": "~14.1.3", + "@angular/core": "~19.2.7", "@angular/fire": "^7.6.1", "@angular/forms": "~14.1.3", "@angular/material": "^19.1.0",