From 57029a3cfe148779a3f9c332ce0c65274a2131a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:35:42 +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..d58eb2b0 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.1802.2", + "@angular-devkit/core": "16.2.15", + "@angular-devkit/schematics": "16.2.15" } }