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" } }