Update dependency sqlite3 to v4.2.0

This commit is contained in:
Renovate Bot 2020-04-27 20:00:26 +00:00 committed by Daniel Lockyer
parent c902c71fbd
commit f60200fede
2 changed files with 9 additions and 1 deletions

View File

@ -130,7 +130,7 @@
},
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "0.7.0",
"sqlite3": "4.1.1"
"sqlite3": "4.2.0"
},
"devDependencies": {
"@lodder/grunt-postcss": "2.0.2",

View File

@ -8468,6 +8468,14 @@ sqlite3@4.1.1:
node-pre-gyp "^0.11.0"
request "^2.87.0"
sqlite3@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-4.2.0.tgz#49026d665e9fc4f922e56fb9711ba5b4c85c4901"
integrity sha512-roEOz41hxui2Q7uYnWsjMOTry6TcNUNmp8audCx18gF10P2NknwdpF+E+HKvz/F2NvPKGGBF4NGc+ZPQ+AABwg==
dependencies:
nan "^2.12.1"
node-pre-gyp "^0.11.0"
sqlstring@2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/sqlstring/-/sqlstring-2.3.1.tgz#475393ff9e91479aea62dcaf0ca3d14983a7fb40"