0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update dependency sqlite3 to v5.1.2

This commit is contained in:
renovate[bot] 2022-10-03 06:53:53 +00:00 committed by Daniel Lockyer
parent 349ef4926c
commit 5140f8a887
3 changed files with 13 additions and 2 deletions

View file

@ -185,7 +185,7 @@
},
"optionalDependencies": {
"@tryghost/html-to-mobiledoc": "1.8.14",
"sqlite3": "5.1.1"
"sqlite3": "5.1.2"
},
"devDependencies": {
"@playwright/test": "1.26.1",

View file

@ -29,7 +29,7 @@
"mocha": "10.0.0",
"should": "13.2.3",
"sinon": "14.0.0",
"sqlite3": "5.1.1"
"sqlite3": "5.1.2"
},
"dependencies": {
"moment": "^2.29.3"

View file

@ -21443,6 +21443,17 @@ sqlite3@5.1.1:
optionalDependencies:
node-gyp "8.x"
sqlite3@5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.2.tgz#f50d5b1482b6972fb650daf6f718e6507c6cfb0f"
integrity sha512-D0Reg6pRWAFXFUnZKsszCI67tthFD8fGPewRddDCX6w4cYwz3MbvuwRICbL+YQjBAh9zbw+lJ/V9oC8nG5j6eg==
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"