From 066329fd4a129eb63559981aa5c9ff59bd511059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 11 Sep 2018 23:18:37 +0000 Subject: [PATCH] build(deps): update debug requirement from 4.0.0 to 4.0.1 Updates the requirements on [debug](https://github.com/visionmedia/debug) to permit the latest version. - [Release notes](https://github.com/visionmedia/debug/releases) - [Changelog](https://github.com/visionmedia/debug/blob/master/CHANGELOG.md) - [Commits](https://github.com/visionmedia/debug/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d193811..3d70f1a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "main": "./lib/index.js", "dependencies": { "boom": "7.2.0", - "debug": "4.0.0", + "debug": "4.0.1", "lodash": "4.17.10", "moment": "2.22.2" },