From 79cc354ed12b357b4f3e48ff430e4f802ecab3eb Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:43:59 +0000 Subject: [PATCH] Update dependency commander to v11 Update commander from 10.0.1 to 11.0.0 Change-type: patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bdfc728bf..662cf52f2 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@balena/jellyfish-environment": "^21.0.0", "@balena/jellyfish-logger": "^6.0.1", "bluebird": "^3.7.2", - "commander": "^10.0.0", + "commander": "^11.0.0", "fast-equals": "^5.0.1", "fast-json-patch": "^3.1.1", "json-e": "^4.5.3",