Skip to content

Commit 95e4e84

Browse files
committed
fix: upgrade node-sys from 1.1.3 to 1.1.5
1 parent 186b478 commit 95e4e84

File tree

2 files changed

+99
-67
lines changed

2 files changed

+99
-67
lines changed

package-lock.json

Lines changed: 96 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-7z-archive",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.",
55
"type": "module",
66
"main": "lib/index.js",
@@ -81,7 +81,7 @@
8181
"minimist": "1.2.5"
8282
},
8383
"devDependencies": {
84-
"chai": "^4.3.4",
85-
"mocha": "^8.3.2"
84+
"chai": "^4.3.6",
85+
"mocha": "^8.4.0"
8686
}
8787
}

0 commit comments

Comments
 (0)