Skip to content

Commit

Permalink
Upgrade dependencies (#1052)
Browse files Browse the repository at this point in the history
Run `ncu -u`
  • Loading branch information
mceachen authored Sep 2, 2023
1 parent 5a0ee2f commit 653eaaa
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 @@ -17,18 +17,18 @@
],
"dependencies": {
"bindings": "^1.5.0",
"prebuild-install": "^7.1.0"
"prebuild-install": "^7.1.1"
},
"devDependencies": {
"chai": "^4.3.6",
"cli-color": "^2.0.2",
"fs-extra": "^10.1.0",
"chai": "^4.3.8",
"cli-color": "^2.0.3",
"fs-extra": "^11.1.1",
"mocha": "^10.2.0",
"node-gyp": "8.4.1",
"node-gyp": "9.4.0",
"nodemark": "^0.3.0",
"prebuild": "^11.0.4",
"sqlite": "^4.1.1",
"sqlite3": "^5.0.8"
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
},
"overrides": {
"prebuild": {
Expand Down

0 comments on commit 653eaaa

Please sign in to comment.