From 1760116202a027cd04409a2382af3ab8a0f9bac4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:20: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..ff718c27 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.1602.3", + "@angular-devkit/core": "16.2.2", + "@angular-devkit/schematics": "16.2.2" } }