From e5daf5b5a67e675a7d4c97a2ec6cb41d2e1f75e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:02:19 +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 0333a640..17676e90 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "typescript": "~5.1.3" }, "dependencies": { - "@angular-devkit/architect": "0.1601.0", - "@angular-devkit/core": "16.1.0", - "@angular-devkit/schematics": "16.1.0" + "@angular-devkit/architect": "0.1801.4", + "@angular-devkit/core": "16.2.14", + "@angular-devkit/schematics": "16.2.14" } }