From e389b455fa75995efc42d75afbffb624a0a3c808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:48:29 +0000 Subject: [PATCH] build(deps-dev): bump @angular/compiler-cli in /angular-example Bumps [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) from 16.2.2 to 16.2.3. - [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.3/packages/compiler-cli) --- updated-dependencies: - dependency-name: "@angular/compiler-cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 16 ++++++++-------- angular-example/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 9694d94b..9dd9613c 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -25,7 +25,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^16.2.0", "@angular/cli": "~16.2.0", - "@angular/compiler-cli": "^16.2.2", + "@angular/compiler-cli": "^16.2.3", "typescript": "~5.1.6" } }, @@ -760,9 +760,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "16.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.2.tgz", - "integrity": "sha512-+4i7o0yBc6xSljO8rdYL1G9AiZr2OW5dJAHfPuO21yNhp9BjIJ/TW+Sw1+o/WH4Gnim9adtnonL18UM+vuYeXg==", + "version": "16.2.3", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.3.tgz", + "integrity": "sha512-4p1tDeeONiq/zceC0T6unXDuqyWiAe7v2Ag7+ewwM9V8BF+YOEpEI/41lxzmbK2U1YUvG3jWfZyw3ertQlMp0Q==", "dev": true, "dependencies": { "@babel/core": "7.22.5", @@ -783,7 +783,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "16.2.2", + "@angular/compiler": "16.2.3", "typescript": ">=4.9.3 <5.2" } }, @@ -12925,9 +12925,9 @@ } }, "@angular/compiler-cli": { - "version": "16.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.2.tgz", - "integrity": "sha512-+4i7o0yBc6xSljO8rdYL1G9AiZr2OW5dJAHfPuO21yNhp9BjIJ/TW+Sw1+o/WH4Gnim9adtnonL18UM+vuYeXg==", + "version": "16.2.3", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-16.2.3.tgz", + "integrity": "sha512-4p1tDeeONiq/zceC0T6unXDuqyWiAe7v2Ag7+ewwM9V8BF+YOEpEI/41lxzmbK2U1YUvG3jWfZyw3ertQlMp0Q==", "dev": true, "requires": { "@babel/core": "7.22.5", diff --git a/angular-example/package.json b/angular-example/package.json index 92711a14..ffadd532 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@angular-devkit/build-angular": "^16.2.0", "@angular/cli": "~16.2.0", - "@angular/compiler-cli": "^16.2.2", + "@angular/compiler-cli": "^16.2.3", "typescript": "~5.1.6" } }