From 3c66d356ab814de51c1e74ca798a5ba85d0add9b Mon Sep 17 00:00:00 2001 From: null Date: Tue, 24 Oct 2023 18:34:39 +0000 Subject: [PATCH] chore(deps): update dependency @angular/compiler to v16 --- package-lock.json | 20 ++++++++++++++------ package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 881498d5e..90d15a6ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@angular/cdk": "12.2.13", "@angular/cli": "12.2.18", "@angular/common": "12.2.17", - "@angular/compiler": "12.2.17", + "@angular/compiler": "16.2.10", "@angular/compiler-cli": "12.2.17", "@angular/core": "12.2.17", "@angular/forms": "12.2.17", @@ -1697,15 +1697,23 @@ } }, "node_modules/@angular/compiler": { - "version": "12.2.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-12.2.17.tgz", - "integrity": "sha512-dxM1CxzvEJPk6ShJngkW5j5BejBloxQNi+fJi+F8P/GN/Rj7vJUf0JxL+TUt1+Iv575V4NidJDKKikk6K485CA==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.10.tgz", + "integrity": "sha512-ty6SfqkZlV2bLU/SSi3wmxrEFgPrK+WVslCNIr3FlTnCBdqpIbadHN2QB3A1d9XaNc7c4Tq5DQKh34cwMwNbuw==", "dev": true, "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "engines": { - "node": "^12.14.1 || >=14.0.0" + "node": "^16.14.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "16.2.10" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } } }, "node_modules/@angular/compiler-cli": { diff --git a/package.json b/package.json index e639625ba..567a91ed7 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@angular/cdk": "12.2.13", "@angular/cli": "12.2.18", "@angular/common": "12.2.17", - "@angular/compiler": "12.2.17", + "@angular/compiler": "16.2.10", "@angular/compiler-cli": "12.2.17", "@angular/core": "12.2.17", "@angular/forms": "12.2.17",