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