Skip to content

Commit

Permalink
Update dependency sqlite3 to v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2022
1 parent 650d1b8 commit f7c34da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mongo-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"nconf": "0.12.0",
"should": "13.2.3",
"sinon": "14.0.0",
"sqlite3": "5.0.5"
"sqlite3": "5.0.8"
},
"dependencies": {
"debug": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nconf": "0.12.0",
"should": "13.2.3",
"sinon": "14.0.0",
"sqlite3": "5.0.5"
"sqlite3": "5.0.8"
},
"dependencies": {
"@tryghost/mongo-knex": "^0.6.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2261,10 +2261,10 @@ spdx-license-ids@^3.0.0:
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==

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.8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272"
integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit f7c34da

Please sign in to comment.