mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
fix(deps): update dependency better-sqlite3 to v8 (#623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1879eee025
commit
a250ec1b15
@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"abort-controller": "~3.0.0",
|
||||
"bcrypt": "~5.1.0",
|
||||
"better-sqlite3": "~7.6.2",
|
||||
"better-sqlite3": "~8.1.0",
|
||||
"blake3": "~2.1.7",
|
||||
"chokidar": "~3.5.3",
|
||||
"clamscan": "~2.1.2",
|
||||
|
@ -979,10 +979,10 @@ bcrypt@~5.1.0:
|
||||
"@mapbox/node-pre-gyp" "^1.0.10"
|
||||
node-addon-api "^5.0.0"
|
||||
|
||||
better-sqlite3@~7.6.2:
|
||||
version "7.6.2"
|
||||
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.6.2.tgz#47cd8cad5b9573cace535f950ac321166bc31384"
|
||||
integrity sha512-S5zIU1Hink2AH4xPsN0W43T1/AJ5jrPh7Oy07ocuW/AKYYY02GWzz9NH0nbSMn/gw6fDZ5jZ1QsHt1BXAwJ6Lg==
|
||||
better-sqlite3@~8.1.0:
|
||||
version "8.1.0"
|
||||
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-8.1.0.tgz#a0039c5dfdc04b733cac3c8dbe1b71f3e5fc62d3"
|
||||
integrity sha512-p1m09H+Oi8R9TPj810pdNswMFuVgRNgCJEWypp6jlkOgSwMIrNyuj3hW78xEuBRGok5RzeaUW8aBtTWF3l/TQA==
|
||||
dependencies:
|
||||
bindings "^1.5.0"
|
||||
prebuild-install "^7.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user