Update dependency sqlite3 to v5.1.4
This commit is contained in:
parent
a8610b524b
commit
102f2f39c7
@ -195,7 +195,7 @@
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@tryghost/html-to-mobiledoc": "1.8.19",
|
||||
"sqlite3": "5.1.2"
|
||||
"sqlite3": "5.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.28.1",
|
||||
|
@ -29,7 +29,7 @@
|
||||
"mocha": "10.2.0",
|
||||
"should": "13.2.3",
|
||||
"sinon": "14.0.2",
|
||||
"sqlite3": "5.1.2"
|
||||
"sqlite3": "5.1.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"moment": "2.29.3"
|
||||
|
11
yarn.lock
11
yarn.lock
@ -24189,6 +24189,17 @@ sqlite3@5.1.2:
|
||||
optionalDependencies:
|
||||
node-gyp "8.x"
|
||||
|
||||
sqlite3@5.1.4:
|
||||
version "5.1.4"
|
||||
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.4.tgz#35f83d368963168b324ad2f0fffce09f3b8723a7"
|
||||
integrity sha512-i0UlWAzPlzX3B5XP2cYuhWQJsTtlMD6obOa1PgeEQ4DHEXUuyJkgv50I3isqZAP5oFc2T8OFvakmDh2W6I+YpA==
|
||||
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…
Reference in New Issue
Block a user