Skip to content

Commit

Permalink
fix(deps): update dependency better-sqlite3 to ^11.4.0 (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent c1b70b0 commit 2b8f568
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@joshdb/provider": "2.0.0-next.d94b386.0",
"@sapphire/utilities": "^3.17.0",
"better-serialize": "^2.0.0",
"better-sqlite3": "^11.3.0",
"better-sqlite3": "^11.4.0",
"property-helpers": "^2.0.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ __metadata:
"@sapphire/utilities": "npm:^3.17.0"
"@vitest/coverage-v8": "npm:^1.6.0"
better-serialize: "npm:^2.0.0"
better-sqlite3: "npm:^11.3.0"
better-sqlite3: "npm:^11.4.0"
property-helpers: "npm:^2.0.0"
tests: "workspace:*"
tsup: "npm:^8.3.0"
Expand Down Expand Up @@ -2446,14 +2446,14 @@ __metadata:
languageName: node
linkType: hard

"better-sqlite3@npm:^11.3.0":
version: 11.3.0
resolution: "better-sqlite3@npm:11.3.0"
"better-sqlite3@npm:^11.4.0":
version: 11.4.0
resolution: "better-sqlite3@npm:11.4.0"
dependencies:
bindings: "npm:^1.5.0"
node-gyp: "npm:latest"
prebuild-install: "npm:^7.1.1"
checksum: 10c0/9adc99683300699581da5d7288e4a261b7d4381fd99c762fc6a0e9b1e1e226009c1333b46b10c1c453c356b20cb8be037a4616b1e717b3d1a00bd8493bec506e
checksum: 10c0/3dac7284edda55ae650cb3d274da15812c558370907eb33293743867c614977c81cacda5ca66caf49bd9d33af5afd91251c54f13448d9a48fd36a8af5c5394a1
languageName: node
linkType: hard

Expand Down

0 comments on commit 2b8f568

Please sign in to comment.