From 7ebc6dc15d3cd8a1a84488ba76bdcbc697b6f501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 11:32:07 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-devkit/build-angular Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 13.3.4 to 13.3.5. - [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/13.3.4...13.3.5) --- 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 8f4ea6388b8..ddaab1894ce 100644 --- a/src/main/resources/generator/dependencies/angular/package.json +++ b/src/main/resources/generator/dependencies/angular/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@angular-builders/jest": "13.0.3", - "@angular-devkit/build-angular": "13.3.4", + "@angular-devkit/build-angular": "13.3.5", "@angular/cli": "13.3.4", "@angular/compiler-cli": "13.2.2", "@types/jest": "27.5.0",