From 3fa77eeb6e7b9c036f4508891bdb9a1142e63241 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Feb 2022 16:05:22 +0000 Subject: [PATCH] feat: upgrade commander from 2.20.3 to 9.0.0 Snyk has created this PR to upgrade commander from 2.20.3 to 9.0.0. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/ukmadlz/project/d07a03d9-2a7f-49cb-9696-1076bbdd781a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 269e9db..9b04554 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "body-parser": "^1.11.0", "cf-deployment-tracker-client": "^0.x", "cloudant": "^1.0.0-beta3", - "commander": "^2.6.0", + "commander": "^9.0.0", "cookie-parser": "^1.3.4", "compression": "^1.6.2", "dotenv": "^0.5.1",