Update dependency sqlite3 to v5.0.10

This commit is contained in:
renovate[bot] 2022-07-22 12:09:33 +00:00 committed by GitHub
parent c667620d8f
commit e9132d7572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -190,7 +190,7 @@
},
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "1.8.6",
"sqlite3": "5.0.9"
"sqlite3": "5.0.10"
},
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",

View File

@ -11192,6 +11192,17 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
sqlite3@5.0.10:
version "5.0.10"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.10.tgz#64e1efb1b5a1ae343d2cc64ce9e582e5f5db24ba"
integrity sha512-xG4XPp7+b/lIlb/acs4XzBmmahI1Qq3Yhy+jZnZJivwB6DXpoOpGR6QinRbsQkHJIvMZyUsJDXouSva/JXcWFA==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
tar "^6.1.11"
optionalDependencies:
node-gyp "8.x"
sqlite3@5.0.9:
version "5.0.9"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.9.tgz#421b9c065480f1c589f89cabd6d0ea9575a69855"