chore(deps): bump sqlite3 from 5.0.11 to 5.1.1 (#156)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-19 16:23:59 -05:00 committed by GitHub
parent 6370163be2
commit 91d7eddfa5
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", "redis": "3",
"require-reload": "^0.2.2", "require-reload": "^0.2.2",
"sequelize": "^6.21.6", "sequelize": "^6.21.6",
"sqlite3": "^5.0.11" "sqlite3": "^5.1.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.23.1" "eslint": "^8.23.1"

View file

@ -1459,10 +1459,10 @@ socks@^2.6.2:
ip "^1.1.5" ip "^1.1.5"
smart-buffer "^4.2.0" smart-buffer "^4.2.0"
sqlite3@^5.0.11: sqlite3@^5.1.1:
version "5.0.11" version "5.1.1"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.11.tgz#102c835d70be66da9d95a383fd6ea084a082ef7f" resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.1.tgz#c6561220fd875fd88eb2ef717631e0a11af1ec38"
integrity sha512-4akFOr7u9lJEeAWLJxmwiV43DJcGV7w3ab7SjQFAFaTVyknY3rZjvXTKIVtWqUoY4xwhjwoHKYs2HDW2SoHVsA== integrity sha512-mMinkrQr/LKJqFiFF+AF7imPSzRCCpTCreusZO3D/ssJHVjZOrbu2Caz+zPH5KTmGGXBxXMGSRDssL+44CLxvg==
dependencies: dependencies:
"@mapbox/node-pre-gyp" "^1.0.0" "@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0" node-addon-api "^4.2.0"