From 966eed5dc299b0423f14df13fa773f94e284c679 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 01:43:46 +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/killshot13/project/7566b9be-c2cc-48f2-9c2d-b3be8b6ef90f?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 f4d7be9..af29627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5792,9 +5792,9 @@ "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=" }, "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 132ae67..667fb70 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "chokidar": "^3.4.0", "classnames": "^2.2.6", "core-js": "^3.9.1", - "debug": "^4.3.1", + "debug": "^4.3.2", "documentation": "^13.2.0", "fs-extra": "^7.0.1", "gatsby": "^2.32.11",