Update dependency sqlite3 to v5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate-bot 2021-12-06 17:13:58 +00:00
parent 61f99601d7
commit d50093ae0d
2 changed files with 2 additions and 12 deletions

12
package-lock.json generated
View File

@ -2053,16 +2053,6 @@
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
},
"node_modules/sqlite3": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-4.2.0.tgz",
"integrity": "sha512-roEOz41hxui2Q7uYnWsjMOTry6TcNUNmp8audCx18gF10P2NknwdpF+E+HKvz/F2NvPKGGBF4NGc+ZPQ+AABwg==",
"hasInstallScript": true,
"dependencies": {
"nan": "^2.12.1",
"node-pre-gyp": "^0.11.0"
}
},
"node_modules/stack-trace": {
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
@ -4221,4 +4211,4 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
}
}

View File

@ -25,7 +25,7 @@
"passport": "0.5.0",
"passport-local": "1.0.0",
"sequelize": "6.11.0",
"sqlite3": "4.2.0",
"sqlite3": "5.0.2",
"winston": "3.3.3"
}
}