Skip to content

Commit 54f3588

Browse files
committed
update dependencies
1 parent 544390a commit 54f3588

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-sys",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Universal package installer, get the command for managing packages, or auto install any package, using one command for all platforms. Automate the installation of macOS Brew, and Windows Chocolatey package managers. A promisify child process of spawn, and run as administrator. A series of strick type checkers.",
55
"type": "module",
66
"main": "index.js",
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {
6767
"which": "^2.0.2",
68-
"minimist": "1.2.5"
68+
"minimist": "1.2.6"
6969
},
7070
"devDependencies": {
7171
"chai": "^4.3.6",

0 commit comments

Comments
 (0)