From ab0a544cecadd3fa945895a5e0a807e8c5d14134 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Sep 2022 00:23:03 +0000 Subject: [PATCH] feat: upgrade commander from 2.9.0 to 9.4.0 Snyk has created this PR to upgrade commander from 2.9.0 to 9.4.0. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: [snyk-project-url-redacted] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cabe27..8de0e70 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "async": "2.6.1", "chalk": "2.4.1", - "commander": "2.9.0", + "commander": "9.4.0", "debug": "4.1.0", "lodash": "4.17.11", "mkdirp": "0.5.1",