From 0ff5cbd8a8529cf8ec84f1f3c81be00ea4e51fc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 10:25:54 +0000 Subject: [PATCH] fix: upgrade commander from 2.19.0 to 2.20.3 Snyk has created this PR to upgrade commander from 2.19.0 to 2.20.3. See this package in npm: https://www.npmjs.com/package/commander See this project in Snyk: https://app.snyk.io/org/adocwang/project/0c81d0c2-a03c-4a43-886e-0992c2024ff6?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 3ed67edc9..3fd6db57d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "async": "2.6.1", "cliff": "0.1.10", - "commander": "2.19.0", + "commander": "2.20.3", "crc": "3.8.0", "ioredis": "4.2.0", "mkdirp": "0.5.1",