From bcf491085284a2200463337b4fca528dc8635651 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jun 2024 15:39:42 +0000 Subject: [PATCH] fix: upgrade debug from 4.1.1 to 4.3.5 Snyk has created this PR to upgrade debug from 4.1.1 to 4.3.5. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/javascript-benchmark/project/3461f97c-2b7f-4831-9cfb-550d20b8579b?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 66ec418..e9059b0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "chalk": "3.0.0", - "debug": "4.1.1", + "debug": "4.3.5", "enquirer": "^2.3.4", "is-url-superb": "^3.0.0", "lighthouse": "6.0.0",