diff --git a/package-lock.json b/package-lock.json index 7da4c24a..0e8f1367 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/animations": "^15.2.1", "@angular/cdk": "^15.2.1", "@angular/common": "^15.2.1", - "@angular/compiler": "^15.2.1", + "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^15.2.1", @@ -737,17 +737,17 @@ } }, "node_modules/@angular/compiler": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.1.tgz", - "integrity": "sha512-eOA09iQWPEOJXig6W+out8MyZL2wdVu62Z79PWGQG8RWDSPV8XUFMAPfTOC8B43PT4hn/Avy/aauXl6O9l3vXw==", + "version": "16.2.8", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.8.tgz", + "integrity": "sha512-xWdMAeBkYh8ESk9iBSYnp2qfbGPNReggtNJuUL9I7AFGkzkvEWndyQ+oTXzCM5gjj4nWB5A/AAYYDU54sDac2Q==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "15.2.1" + "@angular/core": "16.2.8" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/package.json b/package.json index bff41cb4..b78d51a0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^15.2.1", "@angular/cdk": "^15.2.1", "@angular/common": "^15.2.1", - "@angular/compiler": "^15.2.1", + "@angular/compiler": "^16.2.8", "@angular/core": "^15.2.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^15.2.1",