chore(deps): bump sqlite3 from 5.0.6 to 5.0.8 (#123)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-09 23:38:29 -05:00 committed by GitHub
parent 567164bdd0
commit 540ca1b516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"redis": "^3.1.2",
"require-reload": "^0.2.2",
"sequelize": "^6.19.0",
"sqlite3": "^5.0.6"
"sqlite3": "^5.0.8"
},
"devDependencies": {
"eslint": "^8.15.0"

View file

@ -1313,10 +1313,10 @@ socks@^2.6.2:
ip "^1.1.5"
smart-buffer "^4.2.0"
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==
sqlite3@^5.0.8:
version "5.0.8"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272"
integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"