From b96e16393eda25fd6746c47a87259ce0e09ac335 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Dec 2020 03:50:22 +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/marksmurphy/project/5a3f5844-5fa6-4512-8ad7-c290e6ca8e2b?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04e9142..e657be4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,9 +87,9 @@ "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" }, "debug": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", - "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "requires": { "ms": "2.1.2" } diff --git a/package.json b/package.json index 35ab280..493767e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": {}, "dependencies": { "chalk": "^4.1.0", - "debug": "^4.3.1", + "debug": "^4.3.2", "pretty-error": "^2.1.2", "supports-color": "^8.1.0", "yargs": "^16.2.0"