mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
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:
parent
eeea180784
commit
eabb0fd2c5
@ -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",
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user