From 907a504ec98fc1c9d37a5e961f0da165a12fde03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Jun 2024 21:00:34 +0000 Subject: [PATCH] fix: upgrade commander from 12.0.0 to 12.1.0 Snyk has created this PR to upgrade commander from 12.0.0 to 12.1.0. See this package in npm: commander See this project in Snyk: https://app.snyk.io/org/viqueen/project/b8fa567b-f3ea-4fb2-a70c-2f316650e1ba?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 e022c9f..d657a22 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "axios": "^1.6.6", "chalk": "4", "chance": "^1.1.11", - "commander": "^12.0.0", + "commander": "^12.1.0", "concat-stream": "^2.0.0", "cors": "^2.8.5", "dotenv": "^16.4.1",