From 48b8797fc8b3e199dfe46fc3ba4d929faa7b65b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 01:01:35 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-devkit/build-angular Bumps [@angular-devkit/build-angular](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-devkit/build-angular" 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..d59eefe2f65 100644 --- a/src/main/resources/generator/dependencies/angular/package.json +++ b/src/main/resources/generator/dependencies/angular/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@angular-builders/jest": "16.0.0", - "@angular-devkit/build-angular": "16.1.6", + "@angular-devkit/build-angular": "16.1.7", "@angular-eslint/builder": "16.1.0", "@angular-eslint/eslint-plugin": "16.1.0", "@angular-eslint/eslint-plugin-template": "16.1.0",