From bffcb4b3d394ca9b5357526ded8bfc9698ea3e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 00:50:35 +0000 Subject: [PATCH] Bump debug from 2.1.3 to 4.1.1 Bumps [debug](https://github.com/visionmedia/debug) from 2.1.3 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.1.3...4.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef61ab9..5b65ac2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@elastic/elasticsearch": "^7.4.0", - "debug": "~2.1.0", + "debug": "~4.1.1", "moment": "^2.24.0", "object-hash": "~0.5.0", "timezone": "~0.0.38",