From 3ef78fae78da025c315971f6c8f52d076ec517e0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:06:52 +0000 Subject: [PATCH] feat: upgrade commander from 2.20.3 to 14.0.0 Snyk has created this PR to upgrade commander from 2.20.3 to 14.0.0. See this package in npm: commander See this project in Snyk: https://app.snyk.io/org/hashimmohammad881-TrGTrpdUyGorMuF38nmW8P/project/c0c450aa-3261-4357-a2e1-d3373bc50055?utm_source=github-cloud-app&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 ae631189b..24afdd3c7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Philip", "license": "Apache-2.0", "dependencies": { - "commander": "2.20.3", + "commander": "14.0.0", "lodash": "4.17.21", "@date-io/date-fns": "2.10.0", "@date-io/moment": "3.0.0"