diff --git a/package-lock.json b/package-lock.json index 81b27dd..f7da249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "~14.2.2", "@angular/common": "~14.2.2", - "@angular/compiler": "~14.2.2", + "@angular/compiler": "~19.2.17", "@angular/core": "~14.2.2", "@angular/forms": "~14.2.2", "@angular/platform-browser": "~14.2.2", @@ -1356,22 +1356,14 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.4.tgz", - "integrity": "sha512-fBvTPPWBYA65bAmrqKcnzUHAhZ/tfs+nG+IeDukn4TeyQplVjDYOlqjf84jYQubSIx8WTicZzRFn0dIGsPaSNw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" - }, - "peerDependencies": { - "@angular/core": "14.2.4" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -18178,9 +18170,9 @@ } }, "@angular/compiler": { - "version": "14.2.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.4.tgz", - "integrity": "sha512-fBvTPPWBYA65bAmrqKcnzUHAhZ/tfs+nG+IeDukn4TeyQplVjDYOlqjf84jYQubSIx8WTicZzRFn0dIGsPaSNw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 2e34234..813fe1b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "~14.2.2", "@angular/common": "~14.2.2", - "@angular/compiler": "~14.2.2", + "@angular/compiler": "~19.2.17", "@angular/core": "~14.2.2", "@angular/forms": "~14.2.2", "@angular/platform-browser": "~14.2.2",