diff --git a/package-lock.json b/package-lock.json index d5065969..c0df2dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~13.3.0", "@angular/cdk": "^13.3.9", "@angular/common": "~13.3.0", - "@angular/compiler": "~13.3.0", + "@angular/compiler": "~16.2.0", "@angular/core": "~13.3.0", "@angular/forms": "~13.3.0", "@angular/localize": "~13.3.0", @@ -437,14 +437,22 @@ } }, "node_modules/@angular/compiler": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", - "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.0.tgz", + "integrity": "sha512-Ai0CKRUDlMY6iFCeoRsC+soVFTU7eyMDmNzeakdmNvGYMdLdjH8WvgaNukesi6WX7YBIQIKTPJVral8fXBQroQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^16.14.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "16.2.0" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { @@ -12585,9 +12593,9 @@ } }, "@angular/compiler": { - "version": "13.3.11", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz", - "integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.0.tgz", + "integrity": "sha512-Ai0CKRUDlMY6iFCeoRsC+soVFTU7eyMDmNzeakdmNvGYMdLdjH8WvgaNukesi6WX7YBIQIKTPJVral8fXBQroQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 47e1afc5..cb29f773 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@angular/animations": "~13.3.0", "@angular/cdk": "^13.3.9", "@angular/common": "~13.3.0", - "@angular/compiler": "~13.3.0", + "@angular/compiler": "~16.2.0", "@angular/core": "~13.3.0", "@angular/forms": "~13.3.0", "@angular/localize": "~13.3.0",