From 49bd02db5a317015d4369db86324efc532cdaf96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 12:34:56 +0000 Subject: [PATCH] fix(deps): update angular-cli monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1302d791..e92f6149 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "typescript": "~5.0.0" }, "dependencies": { - "@angular-devkit/architect": "0.1502.6", - "@angular-devkit/core": "15.2.6", - "@angular-devkit/schematics": "15.2.6" + "@angular-devkit/architect": "0.1600.5", + "@angular-devkit/core": "15.2.8", + "@angular-devkit/schematics": "15.2.8" } }