diff --git a/package-lock.json b/package-lock.json index 4db8731c5..c13942303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "~13.3.9", "@angular/cdk": "~13.3.0", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.0.3", + "@angular/compiler": "~19.1.3", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.0.3", @@ -788,14 +788,23 @@ } }, "node_modules/@angular/compiler": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.0.3.tgz", - "integrity": "sha512-WINfdQk6WojEhTIcNOkvhQu1yDRtq3FUx2saCZyGwS3MbzkfWUr4/x6VKJ5sAYJYnlaf9Goypau4/5lPp4+0tA==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.3.tgz", + "integrity": "sha512-omX5Gyt3zlJVTUteO2YxsqYWtAIpkvs8kRYSUsLTi79V1gbGo+J1TawFuyBTrWxj4UtTGvwmDgZxiCIwMtP5KQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.1.3" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -3614,6 +3623,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-13.3.9.tgz", "integrity": "sha512-wmgOI5sogAuilwBZJqCHVMjm2uhDxjdSmNLFx7eznwGDa6LjvjuATqCv2dVlftq0Y/5oZFVrg5NpyHt5kfZ8Cg==", "dev": true, + "license": "MIT", "engines": { "node": "^12.20.0 || ^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -19360,9 +19370,9 @@ } }, "@angular/compiler": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.0.3.tgz", - "integrity": "sha512-WINfdQk6WojEhTIcNOkvhQu1yDRtq3FUx2saCZyGwS3MbzkfWUr4/x6VKJ5sAYJYnlaf9Goypau4/5lPp4+0tA==", + "version": "19.1.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.1.3.tgz", + "integrity": "sha512-omX5Gyt3zlJVTUteO2YxsqYWtAIpkvs8kRYSUsLTi79V1gbGo+J1TawFuyBTrWxj4UtTGvwmDgZxiCIwMtP5KQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index d6855ad50..4dffe3f79 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/animations": "~13.3.9", "@angular/cdk": "~13.3.0", "@angular/common": "~13.3.11", - "@angular/compiler": "~13.0.3", + "@angular/compiler": "~19.1.3", "@angular/core": "~13.3.11", "@angular/forms": "~13.3.11", "@angular/localize": "~13.0.3",