Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 412fefc

Browse files
Update dependencies
1 parent 53299f1 commit 412fefc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bsdiff-nodejs",
33
"description": "An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/Exoway/bsdiff-nodejs.git"
@@ -35,10 +35,10 @@
3535
"gypfile": true,
3636
"dependencies": {
3737
"nan": "^2.14.0",
38-
"node-pre-gyp": "^0.13.0"
38+
"node-pre-gyp": "^0.14.0"
3939
},
4040
"devDependencies": {
41-
"mocha": "^6.2.0",
41+
"mocha": "^6.2.2",
4242
"node-pre-gyp-github": "^1.4.3"
4343
}
4444
}

0 commit comments

Comments
 (0)