chore(deps): bump sqlite3 from 5.0.10 to 5.0.11 (#145)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 00:47:03 -05:00 committed by GitHub
parent cf2d55d8a8
commit 6e656d2d6b
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.3", "sequelize": "^6.21.3",
"sqlite3": "^5.0.10" "sqlite3": "^5.0.11"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.21.0" "eslint": "^8.21.0"

View file

@ -1461,10 +1461,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.10: sqlite3@^5.0.11:
version "5.0.10" version "5.0.11"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.10.tgz#64e1efb1b5a1ae343d2cc64ce9e582e5f5db24ba" resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.11.tgz#102c835d70be66da9d95a383fd6ea084a082ef7f"
integrity sha512-xG4XPp7+b/lIlb/acs4XzBmmahI1Qq3Yhy+jZnZJivwB6DXpoOpGR6QinRbsQkHJIvMZyUsJDXouSva/JXcWFA== integrity sha512-4akFOr7u9lJEeAWLJxmwiV43DJcGV7w3ab7SjQFAFaTVyknY3rZjvXTKIVtWqUoY4xwhjwoHKYs2HDW2SoHVsA==
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"