Skip to content

Commit

Permalink
Upgrade dependencies with non-major changes (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Feb 1, 2024
1 parent f8d82a1 commit 9acb80f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node-api"
],
"dependencies": {
"cmake-js": "^7.2.1",
"cmake-js": "^7.3.0",
"detect-libc": "^2.0.2",
"each-series-async": "^1.0.1",
"execspawn": "^1.0.1",
Expand All @@ -30,7 +30,7 @@
"glob": "^7.2.3",
"minimist": "^1.2.8",
"napi-build-utils": "^1.0.2",
"node-abi": "^3.47.0",
"node-abi": "^3.54.0",
"node-gyp": "^10.0.1",
"node-ninja": "^1.0.2",
"noop-logger": "^0.1.1",
Expand All @@ -39,13 +39,13 @@
"nw-gyp": "^3.6.6",
"rc": "^1.2.8",
"run-waterfall": "^1.1.7",
"tar-stream": "^3.1.6"
"tar-stream": "^3.1.7"
},
"devDependencies": {
"a-native-module": "^1.0.0",
"rimraf": "^4.4.1",
"standard": "^14.3.4",
"tape": "^5.6.6"
"tape": "^5.7.4"
},
"bin": {
"prebuild": "./bin.js"
Expand Down

0 comments on commit 9acb80f

Please sign in to comment.