fix(deps): update dependency better-sqlite3 to v9 (#715)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-06 06:10:49 +07:00 committed by GitHub
parent 4f614a9f88
commit a719a4717d
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.1",
"better-sqlite3": "~8.7.0",
"better-sqlite3": "~9.2.2",
"blake3": "~2.1.7",
"chokidar": "~3.5.3",
"clamscan": "~2.1.2",

View File

@ -1026,10 +1026,10 @@ bcrypt@~5.1.1:
"@mapbox/node-pre-gyp" "^1.0.11"
node-addon-api "^5.0.0"
better-sqlite3@~8.7.0:
version "8.7.0"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-8.7.0.tgz#bcc341856187b1d110a8a47234fa89c48c8ef538"
integrity sha512-99jZU4le+f3G6aIl6PmmV0cxUIWqKieHxsiF7G34CVFiE+/UabpYqkU0NJIkY/96mQKikHeBjtR27vFfs5JpEw==
better-sqlite3@~9.2.2:
version "9.2.2"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-9.2.2.tgz#3ce1ed24f327ed8c9b0c39b825cdc2341aeb249f"
integrity sha512-qwjWB46il0lsDkeB4rSRI96HyDQr8sxeu1MkBVLMrwusq1KRu4Bpt1TMI+8zIJkDUtZ3umjAkaEjIlokZKWCQw==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.1"