fix(deps): update dependency sqlite3 to ~5.0.6 (#477)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-30 06:41:58 +07:00 committed by GitHub
parent 3d94ae599e
commit e34e0e18bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
"readline": "~1.3.0",
"search-query-parser": "~1.6.0",
"sharp": "~0.30.4",
"sqlite3": "~5.0.5",
"sqlite3": "~5.0.6",
"systeminformation": "~5.11.9"
},
"devDependencies": {

View File

@ -6241,10 +6241,10 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"
sqlite3@~5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.5.tgz#e8768ffcb4800a72216846898cd6c363ba1d83c9"
integrity sha512-ZZFOMW31IOMbUeSiL23TuWSjNyS7Z83EDJ80HJxCe78OZ+5BJT6IhAwAUnQgPsUl5z+Er0DGx7VjuTP7PKPNcg==
sqlite3@~5.0.6:
version "5.0.6"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.6.tgz#1b50a36e528fe650f79da9ed7adde6468d597aa9"
integrity sha512-uT1dC6N3ReF+jchY01zvl1wVFFJ5xO86wSnCpK39uA/zmAHBDm6TiAq1v876QKv8JgiijxQ7/fb5C2LPm7ZAJA==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"