Update dependency sqlite3 to v5.1.7

This commit is contained in:
renovate[bot] 2024-01-05 09:27:53 +00:00 committed by Daniel Lockyer
parent 1e6267deac
commit ce5466d017
3 changed files with 19 additions and 2 deletions

View File

@ -227,7 +227,7 @@
"optionalDependencies": {
"@sentry/profiling-node": "^1.3.2",
"@tryghost/html-to-mobiledoc": "3.0.1",
"sqlite3": "5.1.6"
"sqlite3": "5.1.7"
},
"devDependencies": {
"@actions/core": "1.10.1",

View File

@ -29,7 +29,7 @@
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.2.0",
"sqlite3": "5.1.6"
"sqlite3": "5.1.7"
},
"dependencies": {
"moment": "2.29.3"

View File

@ -24087,6 +24087,11 @@ node-addon-api@^6.1.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-6.1.0.tgz#ac8470034e58e67d0c6f1204a18ae6995d9c0d76"
integrity sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==
node-addon-api@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.0.0.tgz#8136add2f510997b3b94814f4af1cce0b0e3962e"
integrity sha512-vgbBJTS4m5/KkE16t5Ly0WW9hz46swAstv0hYYwMtbG7AznRhNyfLRe8HZAiWIpcHzoO7HxhLuBQj9rJ/Ho0ZA==
node-dir@^0.1.17:
version "0.1.17"
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
@ -29054,6 +29059,18 @@ sqlite3@5.1.6:
optionalDependencies:
node-gyp "8.x"
sqlite3@5.1.7:
version "5.1.7"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.7.tgz#59ca1053c1ab38647396586edad019b1551041b7"
integrity sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==
dependencies:
bindings "^1.5.0"
node-addon-api "^7.0.0"
prebuild-install "^7.1.1"
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"