From 849675046ca51d45553696702979a66d731139ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Dec 2020 02:15:38 +0000 Subject: [PATCH] fix: upgrade debug from 4.3.1 to 4.3.2 Snyk has created this PR to upgrade debug from 4.3.1 to 4.3.2. See this package in npm: https://www.npmjs.com/package/debug See this project in Snyk: https://app.snyk.io/org/ittaibaratz/project/c1b96583-5d16-4302-af92-308d99304a32?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e13f1c5..94cd922 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@adobe/jwt-auth": "^0.3.1", - "debug": "^4.3.1", + "debug": "^4.3.2", "dotenv": "^8.2.0", "node-fetch": "^2.6.1", "node-persist": "^3.1.0",