From f2ed592e6ef2b8323dab75e82d0d6498553939a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Aug 2024 07:26:11 +0000 Subject: [PATCH] fix: upgrade debug from 4.3.5 to 4.3.6 Snyk has created this PR to upgrade debug from 4.3.5 to 4.3.6. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/mightysai1997/project/eb081014-1c1e-4c2f-b397-d897f0012de1?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/react-docgen-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-docgen-cli/package.json b/packages/react-docgen-cli/package.json index 7d51799c..fd810888 100644 --- a/packages/react-docgen-cli/package.json +++ b/packages/react-docgen-cli/package.json @@ -33,7 +33,7 @@ "dependencies": { "chalk": "5.3.0", "commander": "11.1.0", - "debug": "4.3.5", + "debug": "4.3.6", "fast-glob": "3.3.2", "react-docgen": "workspace:7.0.3", "slash": "5.1.0"