0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency sqlite3 to v4.1.1

This commit is contained in:
Renovate Bot 2019-12-16 10:15:17 +00:00 committed by renovate[bot]
parent 10a4ba306f
commit 52e23192c0
2 changed files with 11 additions and 2 deletions

View file

@ -132,7 +132,7 @@
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "0.6.1",
"sharp": "0.23.4",
"sqlite3": "4.1.0"
"sqlite3": "4.1.1"
},
"devDependencies": {
"eslint": "6.1.0",

View file

@ -8272,7 +8272,16 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
sqlite3@4.1.0, sqlite3@^4.0.6:
sqlite3@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-4.1.1.tgz#539a42e476640796578e22d589b3283c28055242"
integrity sha512-CvT5XY+MWnn0HkbwVKJAyWEMfzpAPwnTiB3TobA5Mri44SrTovmmh499NPQP+gatkeOipqPlBLel7rn4E/PCQg==
dependencies:
nan "^2.12.1"
node-pre-gyp "^0.11.0"
request "^2.87.0"
sqlite3@^4.0.6:
version "4.1.0"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-4.1.0.tgz#e051fb9c133be15726322a69e2e37ec560368380"
integrity sha512-RvqoKxq+8pDHsJo7aXxsFR18i+dU2Wp5o12qAJOV5LNcDt+fgJsc2QKKg3sIRfXrN9ZjzY1T7SNe/DFVqAXjaw==