From e1eb79525e10ff01da671199ae372949616e9394 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 May 2024 04:19:35 +0000 Subject: [PATCH] feat: upgrade debug from 2.6.9 to 4.3.4 Snyk has created this PR to upgrade debug from 2.6.9 to 4.3.4. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/okeamah/project/1b3aae6c-c144-438f-a063-b707ab370617?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 4de28df..3ba9a9f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "async": "^2.4.0", "body-parser": "~1.16.0", "cookie-parser": "~1.4.3", - "debug": "~2.6.0", + "debug": "~4.3.4", "express": "~4.14.1", "moment": "^2.18.1", "morgan": "~1.7.0",