fix(deps): update dependency better-sqlite3 to ~9.4.3 (#755)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-06 07:23:22 +07:00 committed by GitHub
parent eeea180784
commit eabb0fd2c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
"dependencies": { "dependencies": {
"abort-controller": "~3.0.0", "abort-controller": "~3.0.0",
"bcrypt": "~5.1.1", "bcrypt": "~5.1.1",
"better-sqlite3": "~9.2.2", "better-sqlite3": "~9.4.3",
"blake3": "~2.1.7", "blake3": "~2.1.7",
"chokidar": "~3.6.0", "chokidar": "~3.6.0",
"clamscan": "~2.1.2", "clamscan": "~2.1.2",

View File

@ -1193,10 +1193,10 @@ bcrypt@~5.1.1:
"@mapbox/node-pre-gyp" "^1.0.11" "@mapbox/node-pre-gyp" "^1.0.11"
node-addon-api "^5.0.0" node-addon-api "^5.0.0"
better-sqlite3@~9.2.2: better-sqlite3@~9.4.3:
version "9.2.2" version "9.4.3"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-9.2.2.tgz#3ce1ed24f327ed8c9b0c39b825cdc2341aeb249f" resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-9.4.3.tgz#7df39ba3273fbb7c0561cf913572547142868cc4"
integrity sha512-qwjWB46il0lsDkeB4rSRI96HyDQr8sxeu1MkBVLMrwusq1KRu4Bpt1TMI+8zIJkDUtZ3umjAkaEjIlokZKWCQw== integrity sha512-ud0bTmD9O3uWJGuXDltyj3R47Nz0OHX8iqPOT5PMspGqlu/qQFn+5S2eFBUCrySpavTjFXbi4EgrfVvPAHlImw==
dependencies: dependencies:
bindings "^1.5.0" bindings "^1.5.0"
prebuild-install "^7.1.1" prebuild-install "^7.1.1"