mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update dependency sqlite3 to v5.0.6
This commit is contained in:
parent
7583d379be
commit
ad2903a196
2 changed files with 12 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@tryghost/html-to-mobiledoc": "1.8.6",
|
"@tryghost/html-to-mobiledoc": "1.8.6",
|
||||||
"sqlite3": "5.0.5"
|
"sqlite3": "5.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lodder/grunt-postcss": "3.1.1",
|
"@lodder/grunt-postcss": "3.1.1",
|
||||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -11610,6 +11610,17 @@ sqlite3@5.0.5:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
node-gyp "8.x"
|
node-gyp "8.x"
|
||||||
|
|
||||||
|
sqlite3@5.0.6:
|
||||||
|
version "5.0.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.6.tgz#1b50a36e528fe650f79da9ed7adde6468d597aa9"
|
||||||
|
integrity sha512-uT1dC6N3ReF+jchY01zvl1wVFFJ5xO86wSnCpK39uA/zmAHBDm6TiAq1v876QKv8JgiijxQ7/fb5C2LPm7ZAJA==
|
||||||
|
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