From 51eb3b07e133702a781d67243d9dbc033f900fb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 02:08:29 +0000 Subject: [PATCH] feat: upgrade debug from 2.6.9 to 4.3.7 Snyk has created this PR to upgrade debug from 2.6.9 to 4.3.7. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/cachiman/project/02a1fa87-04f7-4cb3-be83-1d0f172c511e?utm_source=github&utm_medium=referral&page=upgrade-pr --- lighthouse-logger/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-logger/package.json b/lighthouse-logger/package.json index ea907eae1c3d..c8062570f778 100644 --- a/lighthouse-logger/package.json +++ b/lighthouse-logger/package.json @@ -9,7 +9,7 @@ "build-types": "npx tsc index.js --allowJs --emitDeclarationOnly --declaration" }, "dependencies": { - "debug": "^2.6.9", + "debug": "^4.3.7", "marky": "^1.2.2" } }