Skip to content

Commit

Permalink
Update dependency sqlite3 to v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2022
1 parent f252096 commit 74b3add
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": "13.0.2",
"sqlite3": "5.0.5"
"sqlite3": "5.0.7"
},
"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": "13.0.2",
"sqlite3": "5.0.5"
"sqlite3": "5.0.7"
},
"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==

[email protected].5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.5.tgz#e8768ffcb4800a72216846898cd6c363ba1d83c9"
integrity sha512-ZZFOMW31IOMbUeSiL23TuWSjNyS7Z83EDJ80HJxCe78OZ+5BJT6IhAwAUnQgPsUl5z+Er0DGx7VjuTP7PKPNcg==
[email protected].7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.7.tgz#0fbab153782c7f286d0f1e9d68ab4580238f0ae7"
integrity sha512-9PUfvpol1/5SI3WZawFINwpRz6qhUeJJtFNG6rr0CvDWMXN75PJPv+3b0aVEOOx5rAZIPcXW2zVasH8foqw7Gg==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit 74b3add

Please sign in to comment.