chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0 #90

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.3.0 into master 2022-02-25 10:00:00 +03:00
dependabot[bot] commented 2022-02-10 09:31:09 +03:00 (Migrated from github.com)

Bumps github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0.

Release notes

Sourced from github.com/golang-jwt/jwt/v4's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0

Commits
  • 279dd19 Set json encoding precision (#162)
  • 863d23d fix: fixed typo detect by cSpell (#164)
  • 2387103 Add JWT logo image attribution (#161)
  • d0c0939 updated README.md to contain more extensions (#155)
  • e01ed05 remove unnecessary for loop in token signing string for readability (#34)
  • 78a18c0 Implementing Is(err) bool to support Go 1.13 style error checking (#136)
  • 0fb40d3 use errors.Is for extractor errors (#141)
  • See full diff in compare view

Dependabot compatibility score

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)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v4's releases</a>.</em></p> <blockquote> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>Support <code>errors.Is</code> for token extractors by <a href="https://github.com/stefantds"><code>@​stefantds</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/141">golang-jwt/jwt#141</a></li> <li>Implementing <code>Is(err) bool</code> to support Go 1.13 style error checking by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/136">golang-jwt/jwt#136</a></li> <li>remove unnecessary for loop in token signing string for readability by <a href="https://github.com/hyeonjae"><code>@​hyeonjae</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/34">golang-jwt/jwt#34</a></li> <li>updated README.md to contain more extensions by <a href="https://github.com/matelang"><code>@​matelang</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/155">golang-jwt/jwt#155</a></li> <li>Add JWT logo attribution by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/161">golang-jwt/jwt#161</a></li> <li>fix: fixed typo detect by cSpell by <a href="https://github.com/giautm"><code>@​giautm</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/164">golang-jwt/jwt#164</a></li> <li>Set json encoding precision by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/162">golang-jwt/jwt#162</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stefantds"><code>@​stefantds</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/141">golang-jwt/jwt#141</a></li> <li><a href="https://github.com/hyeonjae"><code>@​hyeonjae</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/34">golang-jwt/jwt#34</a></li> <li><a href="https://github.com/matelang"><code>@​matelang</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/155">golang-jwt/jwt#155</a></li> <li><a href="https://github.com/giautm"><code>@​giautm</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/pull/164">golang-jwt/jwt#164</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0">https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/279dd197202aacaf886935f01015376ea9739c0c"><code>279dd19</code></a> Set json encoding precision (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/162">#162</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/863d23d08a4eee268707b1d6997c228cd21e048e"><code>863d23d</code></a> fix: fixed typo detect by cSpell (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/164">#164</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/23871038096341f14e438403603689b34116dcc4"><code>2387103</code></a> Add JWT logo image attribution (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/161">#161</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d0c0939ff870877b0392a3b8936c8f0b6fb3ee78"><code>d0c0939</code></a> updated README.md to contain more extensions (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/155">#155</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/e01ed05a3131827abc8404a9d4f6d4ee4a100501"><code>e01ed05</code></a> remove unnecessary for loop in token signing string for readability (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/34">#34</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/78a18c0808520e53b59e7a4396915430d51749f1"><code>78a18c0</code></a> Implementing <code>Is(err) bool</code> to support Go 1.13 style error checking (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/136">#136</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/0fb40d3824233b83e0d41a8713fb38a45901540d"><code>0fb40d3</code></a> use errors.Is for extractor errors (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/141">#141</a>)</li> <li>See full diff in <a href="https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-jwt/jwt/v4&package-manager=go_modules&previous-version=4.2.0&new-version=4.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
vtolstov (Migrated from github.com) approved these changes 2022-02-10 09:31:23 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro#90
No description provided.