diff --git a/package-lock.json b/package-lock.json index 753fd67..6024e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^15.2.0", "@angular/common": "^19.2.13", - "@angular/compiler": "^15.2.0", + "@angular/compiler": "^20.0.2", "@angular/core": "^19.2.13", "@angular/forms": "^19.2.4", "@angular/platform-browser": "^19.2.13", @@ -1331,22 +1331,15 @@ } }, "node_modules/@angular/compiler": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.9.tgz", - "integrity": "sha512-MoKugbjk+E0wRBj12uvIyDLELlVLonnqjA2+XiF+7FxALIeyds3/qQeEoMmYIqAbN3NnTT5pV92RxWwG4tHFwA==", + "version": "20.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.2.tgz", + "integrity": "sha512-BJYXGUZaY9awYvgt0w9TDq73A1+m8W5eMRn/krWeQcfWakwTgs27BSxmhfJhD45KrMrky5yxAvGgqSfMKrLeng==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" - }, - "peerDependencies": { - "@angular/core": "15.2.9" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index 3818a1a..5016124 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^15.2.0", "@angular/common": "^19.2.13", - "@angular/compiler": "^15.2.0", + "@angular/compiler": "^20.0.2", "@angular/core": "^19.2.13", "@angular/forms": "^19.2.4", "@angular/platform-browser": "^19.2.13",