diff --git a/package-lock.json b/package-lock.json index 62fcb358..891aa9c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.2.12", "@angular/common": "16.2.12", - "@angular/compiler": "16.2.12", + "@angular/compiler": "19.0.1", "@angular/core": "16.2.12", "@angular/forms": "16.2.12", "@angular/localize": "16.2.12", @@ -480,17 +480,18 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.12.tgz", - "integrity": "sha512-6SMXUgSVekGM7R6l1Z9rCtUGtlg58GFmgbpMCsGf+VXxP468Njw8rjT2YZkf5aEPxEuRpSHhDYjqz7n14cwCXQ==", + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.1.tgz", + "integrity": "sha512-loyI701+As+sWsE4yr9HpIPBqIohpNrGby/hsXtr+zJTMUWp/sKZlavctVtUsWWJhwHMevoybdgd3N9NY97F7g==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "16.2.12" + "@angular/core": "19.0.1" }, "peerDependenciesMeta": { "@angular/core": { @@ -3092,6 +3093,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.13.tgz", "integrity": "sha512-P5OiVp9MeMwVxihtC9NB4mx1Zlbup2DLMAWYAl8/kcFdRrRW+1YDQn93tlFToQDHGpPxkqW7cnFUPnA+QwQMYA==", "dev": true, + "license": "MIT", "engines": { "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index 1e76cefd..d8123b1a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/animations": "^16.2.12", "@angular/common": "16.2.12", - "@angular/compiler": "16.2.12", + "@angular/compiler": "19.0.1", "@angular/core": "16.2.12", "@angular/forms": "16.2.12", "@angular/localize": "16.2.12",