From 179cc57644dcdb4fcd8203437775e57d95419815 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 12 Oct 2017 20:18:11 +1100 Subject: [PATCH] =?UTF-8?q?Update=20=E2=80=9Cdebug=E2=80=9D=20package=20to?= =?UTF-8?q?=20fix=20insecure=20vulnerability=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 690d989..ccfcb03 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "async": "^2.5.0", - "debug": "^3.0.0", + "debug": "^3.1.0", "exiftool-json-db": "~1.0.0", "fs-extra": "^4.0.1", "fs-readdir-recursive": "^1.0.0",