From 412fefc852b848b16b2bc6c7353da328dbe068a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DEZEIRAUD=20Ga=C3=ABtan?= Date: Wed, 4 Dec 2019 13:33:42 +0100 Subject: [PATCH] Update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 383d01a..13631d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bsdiff-nodejs", "description": "An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).", - "version": "2.1.0", + "version": "2.1.1", "repository": { "type": "git", "url": "git+https://github.com/Exoway/bsdiff-nodejs.git" @@ -35,10 +35,10 @@ "gypfile": true, "dependencies": { "nan": "^2.14.0", - "node-pre-gyp": "^0.13.0" + "node-pre-gyp": "^0.14.0" }, "devDependencies": { - "mocha": "^6.2.0", + "mocha": "^6.2.2", "node-pre-gyp-github": "^1.4.3" } }