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

Commit 8735a01

Browse files
Update deps & version number
1 parent c7c095b commit 8735a01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bsdiff-node",
33
"description": "An binary diff and patch library based on bsdiff algorithm for NodeJS (Windows, Mac, Linux).",
4-
"version": "2.4.0",
4+
"version": "2.5.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/Brouilles/bsdiff-node.git"
@@ -32,10 +32,10 @@
3232
"license": "MIT",
3333
"gypfile": true,
3434
"dependencies": {
35-
"nan": "^2.15.0"
35+
"nan": "^2.18.0"
3636
},
3737
"devDependencies": {
38-
"mocha": "^9.1.3",
39-
"node-gyp": "^8.4.1"
38+
"mocha": "^10.2.0",
39+
"node-gyp": "^10.0.1"
4040
}
4141
}

0 commit comments

Comments
 (0)