chore(deps): bump sqlite3 from 5.0.8 to 5.0.9 (#143)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-18 19:16:00 -05:00 committed by GitHub
parent a50cbb4e06
commit 77c7875a3c
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.8" "sqlite3": "^5.0.9"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.20.0" "eslint": "^8.20.0"

View file

@ -1279,10 +1279,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.8: sqlite3@^5.0.9:
version "5.0.8" version "5.0.9"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272" resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.9.tgz#421b9c065480f1c589f89cabd6d0ea9575a69855"
integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ== integrity sha512-e2lEKevUF65UJu4IIuuFytgW7yNMkmCkfyn66jXWeb7OcdHvRo7nXhF+IQ25iW6x2grB0DyKdGCpx8Rd8EkA2Q==
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"