Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Apr 23, 2024
1 parent 7c86817 commit ffed47f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"description": "Create and package prebuilds for native modules",
"main": "index.js",
"dependencies": {
"minimist": "^1.2.5",
"minimist": "^1.2.8",
"mkdirp-classic": "^0.5.3",
"node-abi": "^3.3.0",
"npm-run-path": "^3.1.0",
"node-abi": "^3.56.0",
"npm-run-path": "^4.0.1",
"pump": "^3.0.0",
"tar-fs": "^2.1.0"
"tar-fs": "^3.0.5"
},
"devDependencies": {
"nan": "^2.14.2",
"standard": "^13.0.1",
"tape": "^4.6.3"
"nan": "^2.19.0",
"standard": "^14.3.4",
"tape": "^5.7.5"
},
"bin": {
"prebuildify": "./bin.js"
Expand Down

0 comments on commit ffed47f

Please sign in to comment.