From 671bd88bdf22771df129c190508cbf6dbd6bb6ac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 06:02:05 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-devkit/core from 8.0.6 to 12.1.2 Bumps [@angular-devkit/core](https://github.com/angular/angular-cli) from 8.0.6 to 12.1.2. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v8.0.6...v12.1.2) Signed-off-by: dependabot-preview[bot] --- packages/angular-server/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 430996435e9..d31370d3609 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -13,7 +13,7 @@ "clean": "rm -rf ./dist" }, "peerDependencies": { - "@angular-devkit/core": "~8.0.0", + "@angular-devkit/core": "~12.1.2", "@angular/common": "~8.0.0", "@angular/core": "~8.0.0", "@angular/platform-server": "~8.0.0", @@ -22,7 +22,7 @@ "zone.js": ">=0.8.26" }, "devDependencies": { - "@angular-devkit/core": "~8.0.0", + "@angular-devkit/core": "~12.1.2", "@angular/animations": "~8.0.0", "@angular/common": "~8.0.0", "@angular/compiler": "~8.0.0",