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:
parent
349ef4926c
commit
5140f8a887
3 changed files with 13 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue