mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency sqlite3 to v4.2.0
This commit is contained in:
parent
c902c71fbd
commit
f60200fede
2 changed files with 9 additions and 1 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue