mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
chore(deps): bump sqlite3 from 5.0.11 to 5.1.1 (#156)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6370163be2
commit
91d7eddfa5
2 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
"redis": "3",
|
||||
"require-reload": "^0.2.2",
|
||||
"sequelize": "^6.21.6",
|
||||
"sqlite3": "^5.0.11"
|
||||
"sqlite3": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.23.1"
|
||||
|
|
|
@ -1459,10 +1459,10 @@ socks@^2.6.2:
|
|||
ip "^1.1.5"
|
||||
smart-buffer "^4.2.0"
|
||||
|
||||
sqlite3@^5.0.11:
|
||||
version "5.0.11"
|
||||
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.11.tgz#102c835d70be66da9d95a383fd6ea084a082ef7f"
|
||||
integrity sha512-4akFOr7u9lJEeAWLJxmwiV43DJcGV7w3ab7SjQFAFaTVyknY3rZjvXTKIVtWqUoY4xwhjwoHKYs2HDW2SoHVsA==
|
||||
sqlite3@^5.1.1:
|
||||
version "5.1.1"
|
||||
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.1.tgz#c6561220fd875fd88eb2ef717631e0a11af1ec38"
|
||||
integrity sha512-mMinkrQr/LKJqFiFF+AF7imPSzRCCpTCreusZO3D/ssJHVjZOrbu2Caz+zPH5KTmGGXBxXMGSRDssL+44CLxvg==
|
||||
dependencies:
|
||||
"@mapbox/node-pre-gyp" "^1.0.0"
|
||||
node-addon-api "^4.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue