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:
renovate[bot] 2023-02-25 18:25:30 +07:00 committed by GitHub
parent 1879eee025
commit a250ec1b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"