From 5a50309fdcfb038ec68be4711d4e16440f9a57c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:33:03 +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..1625fed9 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.1800.7", + "@angular-devkit/core": "16.2.14", + "@angular-devkit/schematics": "16.2.14" } }