From 3a0a2fea8f2fbb3a1d0c543cbce3da9b7639af8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 21:37:34 +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..d7533752 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.0", + "@angular-devkit/core": "15.2.8", + "@angular-devkit/schematics": "15.2.8" } }