build(deps-dev): bump sqlite3 from 5.1.2 to 5.1.6
Bumps sqlite3 from 5.1.2 to 5.1.6.
Release notes
Sourced from sqlite3's releases.
v5.1.6
What's Changed
- Fixed glibc compatibility by hardcoding lower version for
log2by@daniellockyer- Add generic type annotations for Statement and Database get/all/each methods callback rows by
@stevescruzin TryGhost/node-sqlite3#1686New Contributors
@stevescruzmade their first contribution in TryGhost/node-sqlite3#1686Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.5...v5.1.6
v5.1.5
What's Changed
- 🔒 Fixed code execution vulnerability due to Object coercion by
@daniellockyer- Updated bundled SQLite to v3.41.1 by
@daniellockyer- Fixed rpath linker option when using a custom sqlite by
@jeromewin TryGhost/node-sqlite3#1654Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5
v5.1.4
What's Changed
- Fixed glibc compatibility by downgrading CI to Ubuntu 20 by
@daniellockyerin TryGhost/node-sqlite3#1664Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.3...v5.1.4
v5.1.3
What's Changed
- Updated bundled SQLite to v3.40.0 by
@daniellockyerFull Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3
Commits
8598a9dv5.1.6d915c0cFixed using Bash in shell command1a206dfFixed glibc compatibility by hardcoding lower version forlog2776fc55Updated README.md46da1abAdded generic type annotations for Statement and Database get/all/each method...6a806f8v5.1.5edb1934Fixed code execution vulnerability due to Object coercion3a48888Updated bundled SQLite to v3.41.1c1440bdFixed rpath linker option when using a custom sqlite (#1654)93affa4Update microsoft/setup-msbuild action to v1.3- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #1609 (1444ef8) into master (837a3cc) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head 1444ef8 differs from pull request most recent head 21e46ad. Consider uploading reports for the commit 21e46ad to get more accurate results
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## master #1609 +/- ##
=======================================
Coverage 95.10% 95.10%
=======================================
Files 117 117
Lines 1123 1123
Branches 128 128
=======================================
Hits 1068 1068
Misses 23 23
Partials 32 32
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more