Skip to content

Commit

Permalink
Merge pull request #4541 from thelounge/renovate/sqlite3-5.x
Browse files Browse the repository at this point in the history
Update dependency sqlite3 to v5.0.4
  • Loading branch information
MaxLeiter committed Apr 20, 2022
2 parents 605b75c + 7cb8d33 commit 3726a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"yarn": "1.22.17"
},
"optionalDependencies": {
"sqlite3": "5.0.3"
"sqlite3": "5.0.4"
},
"devDependencies": {
"@babel/core": "7.17.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6616,10 +6616,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sqlite3@5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.3.tgz#0c8303bcb8fbd6198a9f9645e7f363c191091483"
integrity sha512-/cDwes7XtTOtKH5zYeJSuiavuaJ6jXxPjebw9lDFxBAwR/DvP0tnJ5MPZQ3zpnNzJBa1G6mPTpB+5O1T+AoSdQ==
sqlite3@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.4.tgz#3ddff8d360dab3f17c596690d8663f353d876187"
integrity sha512-ATvAe7JutFv/d+KTbLS58KsKn/t1raL/WGn2qZfZxwsrL/oGSP+0OlbQ2tX5jISvyu6/7JuKze3WkaiP1JAH6A==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit 3726a8d

Please sign in to comment.