Merge sqlite3 upgrade to v5.0.6

This commit is contained in:
Reto Brunner 2022-04-28 21:37:42 +02:00
commit abf8906757
2 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@
"yarn": "1.22.17"
},
"optionalDependencies": {
"sqlite3": "5.0.4"
"sqlite3": "5.0.6"
},
"devDependencies": {
"@babel/core": "7.17.9",

View File

@ -6616,10 +6616,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
sqlite3@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.4.tgz#3ddff8d360dab3f17c596690d8663f353d876187"
integrity sha512-ATvAe7JutFv/d+KTbLS58KsKn/t1raL/WGn2qZfZxwsrL/oGSP+0OlbQ2tX5jISvyu6/7JuKze3WkaiP1JAH6A==
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"