From 77f86d421225e8ead3520ccfe5da4ccb2ae03449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:27:47 +0000 Subject: [PATCH] Bump @angular/compiler from 14.2.10 to 16.1.6 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 14.2.10 to 16.1.6. - [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.1.6/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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ed0ab6..c424868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^14", "@angular/common": "^14", - "@angular/compiler": "^14", + "@angular/compiler": "^16", "@angular/core": "^14", "@angular/forms": "^14", "@angular/platform-browser": "^14", @@ -542,17 +542,17 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.10.tgz", - "integrity": "sha512-CvZTJNKCNqU3Lr0La60U3XXZfpQbba/eb5YWTgygpoP0kjwOcNOsVou9TrGm57hT5ODy8281JOjWTrKspmYt5w==", + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.1.6.tgz", + "integrity": "sha512-BVDfKZLMb7mmLwdek+ZyzI43Zv0WNNNqnYpMeOI6egmkhtjNCxpQAy2YFKgNPse3bBGP8tKutwAtBB+Lqu/Kcw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "14.2.10" + "@angular/core": "16.1.6" }, "peerDependenciesMeta": { "@angular/core": { @@ -13171,9 +13171,9 @@ } }, "@angular/compiler": { - "version": "14.2.10", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.10.tgz", - "integrity": "sha512-CvZTJNKCNqU3Lr0La60U3XXZfpQbba/eb5YWTgygpoP0kjwOcNOsVou9TrGm57hT5ODy8281JOjWTrKspmYt5w==", + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.1.6.tgz", + "integrity": "sha512-BVDfKZLMb7mmLwdek+ZyzI43Zv0WNNNqnYpMeOI6egmkhtjNCxpQAy2YFKgNPse3bBGP8tKutwAtBB+Lqu/Kcw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 689e917..14bb797 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^14", "@angular/common": "^14", - "@angular/compiler": "^14", + "@angular/compiler": "^16", "@angular/core": "^14", "@angular/forms": "^14", "@angular/platform-browser": "^14",