MarketBot
MarketBot copied to clipboard
Bump sqlite3 from 5.0.5 to 5.1.5
Bumps sqlite3 from 5.0.5 to 5.1.5.
Release notes
Sourced from sqlite3's releases.
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
@​jeromew
in 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
@​daniellockyer
in 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
@​daniellockyer
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.3
v5.1.2
What's Changed
- Updated bundled SQLite to v3.39.4 by
@​daniellockyer
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.1...v5.1.2
v5.1.1
What's Changed
- Added Darwin ARM64 binaries by
@​daniellockyer
in TryGhost/node-sqlite3#1594A huge thanks to MacStadium for providing an M1 Mac Mini so we can offer ARM64 binaries.
Full Changelog: https://github.com/TryGhost/node-sqlite3/compare/v5.1.0...v5.1.1
v5.1.0
✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.
If you encounter any problems, please open a detailed issue using the templates.
What's Changed
- Updated bundled SQLite to v3.39.3 by
@​daniellockyer
- Added ability to receive updates from
sqlite3_update_hook
by@​soukand
in TryGhost/node-sqlite3#1267- Added support for setting SQLite limits by
@​paulfitz
in TryGhost/node-sqlite3#1548- Added library types file by
@​bpasero
in TryGhost/node-sqlite3#1527- Added
package-lock.json
to.gitignore
by@​JoelEinbinder
in TryGhost/node-sqlite3#1628- Fixed remaining method declarations by
@​alexanderfloh
in TryGhost/node-sqlite3#1633
... (truncated)
Commits
6a806f8
v5.1.5edb1934
Fixed code execution vulnerability due to Object coercion3a48888
Updated bundled SQLite to v3.41.1c1440bd
Fixed rpath linker option when using a custom sqlite (#1654)93affa4
Update microsoft/setup-msbuild action to v1.36f6318e
v5.1.4aeafe25
Revert "Renamedmaster
references tomain
"57ce2d4
Fixed glib compatibility by downgrading to Ubuntu 20af8e567
Renamedmaster
references tomain
8fd18a3
Extracted function checking code into macro- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Codecov Report
Merging #28 (dee31fa) into master (47c80d0) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #28 +/- ##
======================================
Coverage 1.52% 1.52%
======================================
Files 26 26
Lines 1447 1447
Branches 197 197
======================================
Hits 22 22
Misses 1322 1322
Partials 103 103
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more