From a2d3f6741cca31524f149ec1ed9e95a9be49e026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 20:12:14 -0400 Subject: [PATCH] fix(deps): update dependency commander to v10 (#11208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 01b806be62..e5200f479d 100644 --- a/install/package.json +++ b/install/package.json @@ -46,7 +46,7 @@ "cli-graph": "3.2.2", "clipboard": "2.0.11", "colors": "1.4.0", - "commander": "9.5.0", + "commander": "10.0.0", "compare-versions": "5.0.3", "compression": "1.7.4", "connect-flash": "0.1.1",