google / osv-scanner

Vulnerability scanner written in Go which uses the data provided by https://osv.dev
https://google.github.io/osv-scanner/
Apache License 2.0
6.28k stars 363 forks source link

fix(deps): update osv-scanner minor #1414

Open renovate-bot opened 5 days ago

renovate-bot commented 5 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/charmbracelet/bubbletea v1.2.2 -> v1.2.4 age adoption passing confidence
github.com/jedib0t/go-pretty/v6 v6.6.2 -> v6.6.3 age adoption passing confidence

Release Notes

charmbracelet/bubbletea (github.com/charmbracelet/bubbletea) ### [`v1.2.4`](https://redirect.github.com/charmbracelet/bubbletea/releases/tag/v1.2.4) [Compare Source](https://redirect.github.com/charmbracelet/bubbletea/compare/v1.2.3...v1.2.4) #### Changelog ##### Bug fixes - [`4ad0792`](https://redirect.github.com/charmbracelet/bubbletea/commit/4ad07926d7ff00bc21a05b2536d82a7cc629225e): fix: cursor position adjustment after exiting alt screen ([#​1241](https://redirect.github.com/charmbracelet/bubbletea/issues/1241)) ([@​semihbkgr](https://redirect.github.com/semihbkgr)) - [`ede8caa`](https://redirect.github.com/charmbracelet/bubbletea/commit/ede8caa9d4f588a4a2c744d8e135a1b444bf2ce9): fix: renderer: keep a separate count of lines rendered in the alt screen ([@​aymanbagabas](https://redirect.github.com/aymanbagabas)) ##### Other work - [`76b0f81`](https://redirect.github.com/charmbracelet/bubbletea/commit/76b0f818b3174a3e9b77f93c19820d07855f13f4): ci: fix goreleaser config ([#​1238](https://redirect.github.com/charmbracelet/bubbletea/issues/1238)) ([@​caarlos0](https://redirect.github.com/caarlos0)) *** The Charm logo Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat). ### [`v1.2.3`](https://redirect.github.com/charmbracelet/bubbletea/releases/tag/v1.2.3) [Compare Source](https://redirect.github.com/charmbracelet/bubbletea/compare/v1.2.2...v1.2.3) ### Altscreen-not-altscreen This release fixes a sneaky longstanding bug in the renderer where mis-paints could happen when toggling in and out of the altscreen if the height of the TUI changed whilst in the altscreen. Special thanks to [@​applejag](https://redirect.github.com/applejag) for reporting the issue and [@​semihbkgr](https://redirect.github.com/semihbkgr) for the fix. #### Changelog - [`f8f840c`](https://redirect.github.com/charmbracelet/bubbletea/commit/f8f840c38a36140fe890a02c6b35589f15a85ff5): fix: cursor position adjustment after exiting alt screen ([#​1241](https://redirect.github.com/charmbracelet/bubbletea/issues/1241)) ([@​semihbkgr](https://redirect.github.com/semihbkgr)) *** The Charm logo Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat).
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6) ### [`v6.6.3`](https://redirect.github.com/jedib0t/go-pretty/releases/tag/v6.6.3) [Compare Source](https://redirect.github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3) #### What's Changed - table: ImportGrid to import a 1d or 2d grid as rows by [@​jedib0t](https://redirect.github.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/343](https://redirect.github.com/jedib0t/go-pretty/pull/343) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3

Configuration

📅 Schedule: Branch creation - "before 6am on monday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.51%. Comparing base (9e98057) to head (f7d71fc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1414 +/- ## ========================================== - Coverage 69.52% 69.51% -0.02% ========================================== Files 186 186 Lines 18326 18326 ========================================== - Hits 12742 12739 -3 - Misses 4909 4911 +2 - Partials 675 676 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.