From d99bfb14fcef35b64bcae151fc07b253d75036b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:13:47 +0000 Subject: [PATCH] Bump @angular/compiler from 15.2.1 to 16.2.7 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 15.2.1 to 16.2.7. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/16.2.7/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7da4c24a..42ef1907 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.7", "@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.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.7.tgz", + "integrity": "sha512-Sp+QjHFYjBMhjag/YbIV5skqr/UrpBjCPo1WFBBhj5DKkvgWC7T00yYJn+aBj0DU5ZuMmO/P8Vb7bRIHIRNL4w==", "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.7" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/package.json b/package.json index bff41cb4..e29633bb 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.7", "@angular/core": "^15.2.1", "@angular/flex-layout": "^15.0.0-beta.42", "@angular/forms": "^15.2.1",