From fdc15c033c56ccbe13b23d942b8461b054af3261 Mon Sep 17 00:00:00 2001 From: Patrick Ryan Date: Thu, 23 May 2019 16:37:49 -0700 Subject: [PATCH] fix dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 398cc64..43ac27e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/samt/barcode.git" }, "dependencies": { - "gm": "1.16.0" + "gm": "^1.23.1" }, "devDependencies": { "mocha": "^1.21.4"