From 3d908a77306ff2feab0446d43eba0e115416124e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 07:11:35 +0000 Subject: [PATCH] feat: upgrade commander from 9.5.0 to 12.1.0 Snyk has created this PR to upgrade commander from 9.5.0 to 12.1.0. See this package in npm: commander See this project in Snyk: https://app.snyk.io/org/cachiman-inc/project/9e61d83a-f9a9-4044-8094-fb59200be56f?utm_source=github&utm_medium=referral&page=upgrade-pr --- tools/code-analyzer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/code-analyzer/package.json b/tools/code-analyzer/package.json index 83210833493d0..eeed731d40144 100644 --- a/tools/code-analyzer/package.json +++ b/tools/code-analyzer/package.json @@ -21,7 +21,7 @@ "@tsconfig/node16": "^1.0.4", "@types/uuid": "^8.3.4", "@woocommerce/monorepo-utils": "workspace:*", - "commander": "^9.5.0", + "commander": "^12.1.0", "dotenv": "^10.0.0", "simple-git": "^3.21.0", "uuid": "^9.0.1"