diff --git a/package-lock.json b/package-lock.json index 4215c0c..2a59c18 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.0.3", "@angular/core": "^14.2.2", "@angular/forms": "^14.2.2", "@angular/localize": "^14.2.2", @@ -579,17 +579,17 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz", - "integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.3.tgz", + "integrity": "sha512-cxtK4SlHAPstcXfjwOaoR1dAszrzo2iDF8ZiihbZPgKUG3m27qIU3Lp5XBgxfZPlO4jh6TXkWznY7f6Tyxkb0Q==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.2.2" + "@angular/core": "19.0.3" }, "peerDependenciesMeta": { "@angular/core": { @@ -24391,9 +24391,9 @@ } }, "@angular/compiler": { - "version": "14.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz", - "integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.3.tgz", + "integrity": "sha512-cxtK4SlHAPstcXfjwOaoR1dAszrzo2iDF8ZiihbZPgKUG3m27qIU3Lp5XBgxfZPlO4jh6TXkWznY7f6Tyxkb0Q==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 44b8d85..cfea52e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@angular/animations": "^14.2.2", "@angular/common": "^14.2.2", - "@angular/compiler": "^14.2.2", + "@angular/compiler": "^19.0.3", "@angular/core": "^14.2.2", "@angular/forms": "^14.2.2", "@angular/localize": "^14.2.2",