From 722e06b16a5034791aa6a5105cfa31691fd94431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:00:48 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/cli Bumps [@angular/cli](https://github.com/angular/angular-cli) from 16.1.6 to 16.1.7. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/16.1.6...16.1.7) --- updated-dependencies: - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/main/resources/generator/dependencies/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/generator/dependencies/angular/package.json b/src/main/resources/generator/dependencies/angular/package.json index 95ae2007dab..20e287b5f76 100644 --- a/src/main/resources/generator/dependencies/angular/package.json +++ b/src/main/resources/generator/dependencies/angular/package.json @@ -23,7 +23,7 @@ "@angular-eslint/eslint-plugin-template": "16.1.0", "@angular-eslint/schematics": "16.1.0", "@angular-eslint/template-parser": "16.1.0", - "@angular/cli": "16.1.6", + "@angular/cli": "16.1.7", "@angular/compiler-cli": "16.1.7", "@types/jest": "29.5.3", "@types/node": "20.4.5",