diff --git a/package-lock.json b/package-lock.json index b057c346f..142e8828b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~14.3.0", "@angular/cdk": "~14.2.7", "@angular/common": "~14.3.0", - "@angular/compiler": "~14.3.0", + "@angular/compiler": "~16.2.9", "@angular/core": "~14.3.0", "@angular/flex-layout": "~14.0.0-beta.41", "@angular/forms": "~14.3.0", @@ -497,17 +497,17 @@ } }, "node_modules/@angular/compiler": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.3.0.tgz", - "integrity": "sha512-E15Rh0t3vA+bctbKnBCaDmLvc3ix+ZBt6yFZmhZalReQ+KpOlvOJv+L9oiFEgg+rYVl2QdvN7US1fvT0PqswLw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", + "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "14.3.0" + "@angular/core": "16.2.9" }, "peerDependenciesMeta": { "@angular/core": { @@ -13476,9 +13476,9 @@ } }, "@angular/compiler": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.3.0.tgz", - "integrity": "sha512-E15Rh0t3vA+bctbKnBCaDmLvc3ix+ZBt6yFZmhZalReQ+KpOlvOJv+L9oiFEgg+rYVl2QdvN7US1fvT0PqswLw==", + "version": "16.2.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", + "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b47fab5ec..a14ff043d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~14.3.0", "@angular/cdk": "~14.2.7", "@angular/common": "~14.3.0", - "@angular/compiler": "~14.3.0", + "@angular/compiler": "~16.2.9", "@angular/core": "~14.3.0", "@angular/flex-layout": "~14.0.0-beta.41", "@angular/forms": "~14.3.0",