From 50851fe4f284bbf4a89831e8ad7b930f69999e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 05:05:16 +0000 Subject: [PATCH] chore(deps): bump @angular/common Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 12.2.8 to 12.2.9. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/12.2.9/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- generators/client/templates/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/client/templates/angular/package.json b/generators/client/templates/angular/package.json index 4fb5f78c0ba..5095aee72fb 100644 --- a/generators/client/templates/angular/package.json +++ b/generators/client/templates/angular/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@angular/common": "12.2.8", + "@angular/common": "12.2.9", "bootstrap": "4.6.0", "@fortawesome/angular-fontawesome": "0.9.0", "@fortawesome/fontawesome-svg-core": "1.2.36",