mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Update dependency sqlite3 to v5.0.7
This commit is contained in:
parent
829261f04f
commit
1afe52c657
2 changed files with 12 additions and 1 deletions
|
@ -188,7 +188,7 @@
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@tryghost/html-to-mobiledoc": "1.8.6",
|
"@tryghost/html-to-mobiledoc": "1.8.6",
|
||||||
"sqlite3": "5.0.6"
|
"sqlite3": "5.0.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lodder/grunt-postcss": "3.1.1",
|
"@lodder/grunt-postcss": "3.1.1",
|
||||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -11608,6 +11608,17 @@ sqlite3@5.0.6:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
node-gyp "8.x"
|
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:
|
sqlstring@^2.3.2:
|
||||||
version "2.3.3"
|
version "2.3.3"
|
||||||
resolved "https://registry.yarnpkg.com/sqlstring/-/sqlstring-2.3.3.tgz#2ddc21f03bce2c387ed60680e739922c65751d0c"
|
resolved "https://registry.yarnpkg.com/sqlstring/-/sqlstring-2.3.3.tgz#2ddc21f03bce2c387ed60680e739922c65751d0c"
|
||||||
|
|
Loading…
Add table
Reference in a new issue