chore(deps): bump sqlite3 from 5.1.1 to 5.1.2 (#159)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-03 17:51:03 -05:00 committed by GitHub
parent 7b3a5f1fc5
commit 21e5841bef
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",
"require-reload": "^0.2.2",
"sequelize": "^6.23.2",
"sqlite3": "^5.1.1"
"sqlite3": "^5.1.2"
},
"devDependencies": {
"eslint": "^8.24.0"

View file

@ -1459,10 +1459,10 @@ socks@^2.6.2:
ip "^1.1.5"
smart-buffer "^4.2.0"
sqlite3@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.1.tgz#c6561220fd875fd88eb2ef717631e0a11af1ec38"
integrity sha512-mMinkrQr/LKJqFiFF+AF7imPSzRCCpTCreusZO3D/ssJHVjZOrbu2Caz+zPH5KTmGGXBxXMGSRDssL+44CLxvg==
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"