fix(deps): update osv-scanner minor#270
Merged
another-rex merged 1 commit intogoogle:mainfrom Mar 5, 2023
Merged
Conversation
bab4768 to
90196e0
Compare
another-rex
approved these changes
Mar 5, 2023
hayleycd
pushed a commit
that referenced
this pull request
Mar 9, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | minor | `v5.5.2` -> `v5.6.0` | | [github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty) | require | patch | `v6.4.4` -> `v6.4.6` | | [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require | minor | `v2.24.4` -> `v2.25.0` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `c95f2b4` -> `9ff063c` | | [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor | `v0.8.0` -> `v0.9.0` | | [golang.org/x/term](https://togithub.com/golang/term) | require | minor | `v0.5.0` -> `v0.6.0` | | [golang.org/x/tools](https://togithub.com/golang/tools) | require | minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` | | [golang.org/x/vuln](https://togithub.com/golang/vuln) | require | digest | `4ec8867` -> `d3042fe` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: go-git/go-git@v5.5.2...v5.6.0 </details> <details> <summary>jedib0t/go-pretty</summary> ### [`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6) ### Features - **table** - honor border color overrides for title row ([#​260](https://togithub.com/jedib0t/go-pretty/issues/260)) ### [`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5) ### Features - **table** - option to custom color borders/separators ([#​259](https://togithub.com/jedib0t/go-pretty/issues/259)) - `table.Style().Color.Border` - `table.Style().Color.Separator` - **text** - handle escape sequences that embed a URL ([#​256](https://togithub.com/jedib0t/go-pretty/issues/256)) // thanks [@​vsemichev](https://togithub.com/vsemichev) </details> <details> <summary>urfave/cli</summary> ### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0) [Compare Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0) #### What's Changed - Drop support for Go versions before 1.18 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667) - add Integer type casting when loading yaml file by [@​kjeom](https://togithub.com/kjeom) in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) #### New Contributors - [@​kjeom](https://togithub.com/kjeom) made their first contribution in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) **Full Changelog**: urfave/cli@v2.24.4...v2.25.0 </details> <details> <summary>golang/mod</summary> ### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0) [Compare Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0) </details> <details> <summary>golang/term</summary> ### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0) [Compare Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0) </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
julieqiu
pushed a commit
to julieqiu/osv-scanner
that referenced
this pull request
May 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | minor | `v5.5.2` -> `v5.6.0` | | [github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty) | require | patch | `v6.4.4` -> `v6.4.6` | | [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require | minor | `v2.24.4` -> `v2.25.0` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `c95f2b4` -> `9ff063c` | | [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor | `v0.8.0` -> `v0.9.0` | | [golang.org/x/term](https://togithub.com/golang/term) | require | minor | `v0.5.0` -> `v0.6.0` | | [golang.org/x/tools](https://togithub.com/golang/tools) | require | minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` | | [golang.org/x/vuln](https://togithub.com/golang/vuln) | require | digest | `4ec8867` -> `d3042fe` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: go-git/go-git@v5.5.2...v5.6.0 </details> <details> <summary>jedib0t/go-pretty</summary> ### [`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6) ### Features - **table** - honor border color overrides for title row ([#​260](https://togithub.com/jedib0t/go-pretty/issues/260)) ### [`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5) ### Features - **table** - option to custom color borders/separators ([#​259](https://togithub.com/jedib0t/go-pretty/issues/259)) - `table.Style().Color.Border` - `table.Style().Color.Separator` - **text** - handle escape sequences that embed a URL ([#​256](https://togithub.com/jedib0t/go-pretty/issues/256)) // thanks [@​vsemichev](https://togithub.com/vsemichev) </details> <details> <summary>urfave/cli</summary> ### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0) [Compare Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0) #### What's Changed - Drop support for Go versions before 1.18 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667) - add Integer type casting when loading yaml file by [@​kjeom](https://togithub.com/kjeom) in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) #### New Contributors - [@​kjeom](https://togithub.com/kjeom) made their first contribution in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) **Full Changelog**: urfave/cli@v2.24.4...v2.25.0 </details> <details> <summary>golang/mod</summary> ### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0) [Compare Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0) </details> <details> <summary>golang/term</summary> ### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0) [Compare Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0) </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
julieqiu
pushed a commit
to julieqiu/osv-scanner
that referenced
this pull request
May 2, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-git/go-git/v5](https://togithub.com/go-git/go-git) | require | minor | `v5.5.2` -> `v5.6.0` | | [github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty) | require | patch | `v6.4.4` -> `v6.4.6` | | [github.com/urfave/cli/v2](https://togithub.com/urfave/cli) | require | minor | `v2.24.4` -> `v2.25.0` | | [golang.org/x/exp](https://togithub.com/golang/exp) | require | digest | `c95f2b4` -> `9ff063c` | | [golang.org/x/mod](https://togithub.com/golang/mod) | require | minor | `v0.8.0` -> `v0.9.0` | | [golang.org/x/term](https://togithub.com/golang/term) | require | minor | `v0.5.0` -> `v0.6.0` | | [golang.org/x/tools](https://togithub.com/golang/tools) | require | minor | `v0.5.1-0.20230117180257-8aba49bb5ea2` -> `v0.6.0` | | [golang.org/x/vuln](https://togithub.com/golang/vuln) | require | digest | `4ec8867` -> `d3042fe` | --- ### Release Notes <details> <summary>go-git/go-git</summary> ### [`v5.6.0`](https://togithub.com/go-git/go-git/releases/tag/v5.6.0) [Compare Source](https://togithub.com/go-git/go-git/compare/v5.5.2...v5.6.0) #### What's Changed - Worktree, check for empty parent dirs during Reset (Fixes [#​670](https://togithub.com/go-git/go-git/issues/670)) by [@​mbohy](https://togithub.com/mbohy) in [https://github.com/go-git/go-git/pull/671](https://togithub.com/go-git/go-git/pull/671) - \*: remove need to build with CGO by [@​pjbgf](https://togithub.com/pjbgf) in [https://github.com/go-git/go-git/pull/688](https://togithub.com/go-git/go-git/pull/688) - plumbing: support SSH/X509 signed tags by [@​hiddeco](https://togithub.com/hiddeco) in [https://github.com/go-git/go-git/pull/690](https://togithub.com/go-git/go-git/pull/690) **Full Changelog**: go-git/go-git@v5.5.2...v5.6.0 </details> <details> <summary>jedib0t/go-pretty</summary> ### [`v6.4.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.6) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.5...v6.4.6) ### Features - **table** - honor border color overrides for title row ([#​260](https://togithub.com/jedib0t/go-pretty/issues/260)) ### [`v6.4.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.5) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.4...v6.4.5) ### Features - **table** - option to custom color borders/separators ([#​259](https://togithub.com/jedib0t/go-pretty/issues/259)) - `table.Style().Color.Border` - `table.Style().Color.Separator` - **text** - handle escape sequences that embed a URL ([#​256](https://togithub.com/jedib0t/go-pretty/issues/256)) // thanks [@​vsemichev](https://togithub.com/vsemichev) </details> <details> <summary>urfave/cli</summary> ### [`v2.25.0`](https://togithub.com/urfave/cli/releases/tag/v2.25.0) [Compare Source](https://togithub.com/urfave/cli/compare/v2.24.4...v2.25.0) #### What's Changed - Drop support for Go versions before 1.18 by [@​meatballhat](https://togithub.com/meatballhat) in [https://github.com/urfave/cli/pull/1667](https://togithub.com/urfave/cli/pull/1667) - add Integer type casting when loading yaml file by [@​kjeom](https://togithub.com/kjeom) in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) #### New Contributors - [@​kjeom](https://togithub.com/kjeom) made their first contribution in [https://github.com/urfave/cli/pull/1669](https://togithub.com/urfave/cli/pull/1669) **Full Changelog**: urfave/cli@v2.24.4...v2.25.0 </details> <details> <summary>golang/mod</summary> ### [`v0.9.0`](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0) [Compare Source](https://togithub.com/golang/mod/compare/v0.8.0...v0.9.0) </details> <details> <summary>golang/term</summary> ### [`v0.6.0`](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0) [Compare Source](https://togithub.com/golang/term/compare/v0.5.0...v0.6.0) </details> --- ### 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](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4yIn0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.5.2->v5.6.0v6.4.4->v6.4.6v2.24.4->v2.25.0c95f2b4->9ff063cv0.8.0->v0.9.0v0.5.0->v0.6.0v0.5.1-0.20230117180257-8aba49bb5ea2->v0.6.04ec8867->d3042feRelease Notes
go-git/go-git
v5.6.0Compare Source
What's Changed
Full Changelog: go-git/go-git@v5.5.2...v5.6.0
jedib0t/go-pretty
v6.4.6Compare Source
Features
v6.4.5Compare Source
Features
table.Style().Color.Bordertable.Style().Color.Separatorurfave/cli
v2.25.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.24.4...v2.25.0
golang/mod
v0.9.0Compare Source
golang/term
v0.6.0Compare Source
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 has been generated by Mend Renovate. View repository job log here.