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

Update dependency sqlite3 to v5.0.8

This commit is contained in:
Renovate Bot 2022-05-06 12:52:08 +00:00
parent f6fb823ce9
commit d7399faa81
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 7 additions and 27 deletions

View file

@ -188,7 +188,7 @@
},
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "1.8.6",
"sqlite3": "5.0.7"
"sqlite3": "5.0.8"
},
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",

View file

@ -2459,20 +2459,13 @@
dependencies:
moment "^2.29.3"
"@tryghost/string@0.1.24":
"@tryghost/string@0.1.24", "@tryghost/string@^0.1.17", "@tryghost/string@^0.1.20":
version "0.1.24"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.1.24.tgz#f71b86e6ee878eddeaf8ae96aa2aa899e7577ae6"
integrity sha512-OEZ2fFWpGKcWxYSPCuzcdpclz2gOFBjd79aVy0kQF3CbsY35ULnNx/+Dto4QjrtlBA2J8SjPiQUH6dFIyOqF9Q==
dependencies:
unidecode "^0.1.8"
"@tryghost/string@^0.1.17", "@tryghost/string@^0.1.20":
version "0.1.23"
resolved "https://registry.yarnpkg.com/@tryghost/string/-/string-0.1.23.tgz#7d5f556b7e99b7c5d5e4c6966626afc048b21290"
integrity sha512-EEX2EdjWl9QJuZxd3iv+OCa5eUGt3r6bx0RbvpbdVG44wWYyWelXsiHLLquGGr6h5z1BHOTVsEyEqFFPVIyVBA==
dependencies:
unidecode "^0.1.8"
"@tryghost/tpl@0.1.16", "@tryghost/tpl@^0.1.16", "@tryghost/tpl@^0.1.2", "@tryghost/tpl@^0.1.3", "@tryghost/tpl@^0.1.4", "@tryghost/tpl@^0.1.5", "@tryghost/tpl@^0.1.7", "@tryghost/tpl@^0.1.8":
version "0.1.16"
resolved "https://registry.yarnpkg.com/@tryghost/tpl/-/tpl-0.1.16.tgz#59c7847a324a6e06261923c71615b5b7a9a65c8c"
@ -3022,7 +3015,7 @@ archiver@^4.0.2:
tar-stream "^2.1.2"
zip-stream "^3.0.1"
archiver@^5.0.0:
archiver@^5.0.0, archiver@^5.1.0:
version "5.3.1"
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.1.tgz#21e92811d6f09ecfce649fbefefe8c79e57cbbb6"
integrity sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==
@ -3035,19 +3028,6 @@ archiver@^5.0.0:
tar-stream "^2.2.0"
zip-stream "^4.1.0"
archiver@^5.1.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/archiver/-/archiver-5.3.0.tgz#dd3e097624481741df626267564f7dd8640a45ba"
integrity sha512-iUw+oDwK0fgNpvveEsdQ0Ase6IIKztBJU2U0E9MzszMfmVVUyv1QJhS2ITW9ZCqx8dktAxVAjWWkKehuZE8OPg==
dependencies:
archiver-utils "^2.1.0"
async "^3.2.0"
buffer-crc32 "^0.2.1"
readable-stream "^3.6.0"
readdir-glob "^1.0.0"
tar-stream "^2.2.0"
zip-stream "^4.1.0"
are-we-there-yet@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
@ -11646,10 +11626,10 @@ sqlite3@5.0.6:
optionalDependencies:
node-gyp "8.x"
sqlite3@5.0.7:
version "5.0.7"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.7.tgz#0fbab153782c7f286d0f1e9d68ab4580238f0ae7"
integrity sha512-9PUfvpol1/5SI3WZawFINwpRz6qhUeJJtFNG6rr0CvDWMXN75PJPv+3b0aVEOOx5rAZIPcXW2zVasH8foqw7Gg==
sqlite3@5.0.8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272"
integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"