mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
chore(deps): bump sqlite3 from 5.0.8 to 5.0.9 (#143)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a50cbb4e06
commit
77c7875a3c
2 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
"redis": "3",
|
||||
"require-reload": "^0.2.2",
|
||||
"sequelize": "^6.21.3",
|
||||
"sqlite3": "^5.0.8"
|
||||
"sqlite3": "^5.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.20.0"
|
||||
|
|
|
@ -1279,10 +1279,10 @@ socks@^2.6.2:
|
|||
ip "^1.1.5"
|
||||
smart-buffer "^4.2.0"
|
||||
|
||||
sqlite3@^5.0.8:
|
||||
version "5.0.8"
|
||||
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272"
|
||||
integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==
|
||||
sqlite3@^5.0.9:
|
||||
version "5.0.9"
|
||||
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.9.tgz#421b9c065480f1c589f89cabd6d0ea9575a69855"
|
||||
integrity sha512-e2lEKevUF65UJu4IIuuFytgW7yNMkmCkfyn66jXWeb7OcdHvRo7nXhF+IQ25iW6x2grB0DyKdGCpx8Rd8EkA2Q==
|
||||
dependencies:
|
||||
"@mapbox/node-pre-gyp" "^1.0.0"
|
||||
node-addon-api "^4.2.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue