From 7072086b444bae6255902a34c28f24a71c6d56b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 00:19:20 +0000 Subject: [PATCH] Bump debug from 2.2.0 to 4.1.1 in /frontend Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.1.1. - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.2.0...4.1.1) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index dbaec30..6de201f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "babel-polyfill": "^6.1.19", "body-parser": "~1.15.2", "cookie-parser": "~1.4.3", - "debug": "~2.2.0", + "debug": "~4.1.1", "deck.gl": "^3.0.7", "earcut": "^2.0.6", "express": "~4.14.0",