From 52ab8a157d40d7a8c19d6f4edaa4e9e543ca4a35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 07:11:23 +0000 Subject: [PATCH] feat: upgrade dotenv from 10.0.0 to 16.4.5 Snyk has created this PR to upgrade dotenv from 10.0.0 to 16.4.5. See this package in npm: dotenv 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..bbd8a56742b23 100644 --- a/tools/code-analyzer/package.json +++ b/tools/code-analyzer/package.json @@ -22,7 +22,7 @@ "@types/uuid": "^8.3.4", "@woocommerce/monorepo-utils": "workspace:*", "commander": "^9.5.0", - "dotenv": "^10.0.0", + "dotenv": "^16.4.5", "simple-git": "^3.21.0", "uuid": "^9.0.1" },