From 2260437bb05451340dcf1914de7857817b2721f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jun 2023 14:40:38 +0000 Subject: [PATCH] feat: upgrade commander from 2.20.3 to 10.0.1 Snyk has created this PR to upgrade commander from 2.20.3 to 10.0.1. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/b1177397-415e-4eb0-bf19-199c7e0dc87d?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 13c166ac55..b673615a6a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@babel/polyfill": "^7.0.0", "bluebird": "^3.5.2", "chalk": "2.4.1", - "commander": "^2.18.0", + "commander": "^10.0.1", "debug": "3.1.0", "inherits": "~2.0.3", "interpret": "^1.1.0",