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.7

This commit is contained in:
Renovate Bot 2022-05-05 18:34:13 +00:00
parent 829261f04f
commit 1afe52c657
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 12 additions and 1 deletions

View file

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

View file

@ -11608,6 +11608,17 @@ 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==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
tar "^6.1.11"
optionalDependencies:
node-gyp "8.x"
sqlstring@^2.3.2:
version "2.3.3"
resolved "https://registry.yarnpkg.com/sqlstring/-/sqlstring-2.3.3.tgz#2ddc21f03bce2c387ed60680e739922c65751d0c"