fix(deps): update dependency better-sqlite3 to ~7.6.1 (#536)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-07-16 02:07:18 +07:00 committed by GitHub
parent df1cf89a1c
commit 3409a0ccab
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": {
"@bobbywibowo/serve-static": "git+https://git@github.com/BobbyWibowo/serve-static#8030f1b3cb17cf75b69d7ead8db3e879f6fc992f",
"bcrypt": "~5.0.1",
"better-sqlite3": "~7.5.3",
"better-sqlite3": "~7.6.1",
"blake3": "~2.1.7",
"body-parser": "~1.20.0",
"clamscan": "~2.1.2",

View File

@ -804,10 +804,10 @@ bcrypt@~5.0.1:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^3.1.0"
better-sqlite3@~7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.5.3.tgz#b42e02941f918cb8048971273abc458d937ab2b9"
integrity sha512-tNIrDsThpWT8j1mg+svI1pqCYROqNOWMbB2qXVg+TJqH9UR5XnbAHyRsLZoJagldGTTqJPj/sUPVOkW0GRpYqw==
better-sqlite3@~7.6.1:
version "7.6.1"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.6.1.tgz#bffc5515552ab950668f5e9f6c6d77463ab9f5e5"
integrity sha512-kI2NV1qjKyO2I7iDKgrsbpYR7CxNVrObiGVxbrwYJRy6Sjn/4N6YwZmi0LP2kWZswSqeJlnnEThoYJ7eKCmqAg==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.0"