From b911f781bbbdbd104f7fd980fd5b3f8f7756483b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Nov 2020 11:31:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20debug=20to=204.3.0=20?= =?UTF-8?q?=F0=9F=8C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 a707754..f339a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4939,9 +4939,9 @@ "dev": true }, "debug": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz", - "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.0.tgz", + "integrity": "sha512-jjO6JD2rKfiZQnBoRzhRTbXjHLGLfH+UtGkWLc/UXAh/rzZMyjbgn0NcfFpqT8nd1kTtFnDiJcrIFkq4UKeJVg==", "requires": { "ms": "2.1.2" }, diff --git a/package.json b/package.json index a9c5614..1b5c615 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@bahmutov/all-paths": "1.0.2", "@bahmutov/is-my-json-valid": "2.17.3", - "debug": "4.2.0", + "debug": "4.3.0", "json-stable-stringify": "1.0.1", "json2md": "1.6.3", "lodash.camelcase": "4.3.0",