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

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/golang-jwt/jwt/v4-4.2.0 into master
dependabot[bot] commented 2021-12-06 09:14:27 +03:00 (Migrated from github.com)

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

Release notes

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

v4.2.0

Commits
  • c435f38 #129: Added VerifyIssuer method to RegisteredClaims (#130)
  • a725c1f cmd: list supported algorithms (-alg flag) (#123)
  • 823c014 Unwrap for ValidationError (#125)
  • 1275a5b Allow none algorithm in jwt command (#121)
  • f4865cd Revert Encoding/Decoding changes for better compatibility (#117)
  • 9c3665f Fixes jwt command to support EdDSA algorithm (#118)
  • a2aa655 Fix int64 overflow in newNumericDateFromSeconds (#112)
  • c0ffb89 Improve code comments, including security consideration (#107)
  • 65357b9 Introducing functional-style options for the Parser type (#108)
  • cac353c fix the comment of VerifyExpiresAt (#109)
  • 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.1.0 to 4.2.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.2.0</h2> <ul> <li>Fix the comment of VerifyExpiresAt (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/109">#109</a>) <a href="https://github.com/shogo82148"><code>@​shogo82148</code></a></li> <li>Introducing functional-style options for the Parser type (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/108">#108</a>) <a href="https://github.com/oxisto"><code>@​oxisto</code></a></li> <li>Improve code comments, including security consideration (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/107">#107</a>) <a href="https://github.com/sebastien-rosset"><code>@​sebastien-rosset</code></a></li> <li>Fix int64 overflow in newNumericDateFromSeconds (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/112">#112</a>) <a href="https://github.com/PiotrKozimor"><code>@​PiotrKozimor</code></a></li> <li>Fixes jwt command to support EdDSA algorithm (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/118">#118</a>) <a href="https://github.com/AlexanderYastrebov"><code>@​AlexanderYastrebov</code></a></li> <li>Revert Encoding/Decoding changes for better compatibility (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/117">#117</a>) <a href="https://github.com/ajermaky"><code>@​ajermaky</code></a></li> <li>Allow none algorithm in jwt command (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/121">#121</a>) <a href="https://github.com/AlexanderYastrebov"><code>@​AlexanderYastrebov</code></a></li> <li>Unwrap for ValidationError (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/125">#125</a>) <a href="https://github.com/kdeberk"><code>@​kdeberk</code></a></li> <li>cmd: list supported algorithms (-alg flag) (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/123">#123</a>) <a href="https://github.com/AlexanderYastrebov"><code>@​AlexanderYastrebov</code></a></li> <li>Added VerifyIssuer method to RegisteredClaims (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/130">#130</a>) <a href="https://github.com/tfonfara"><code>@​tfonfara</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/c435f38291bfed5322cf0f4ed12d1f8668ceaeb3"><code>c435f38</code></a> <a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/129">#129</a>: Added VerifyIssuer method to RegisteredClaims (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/130">#130</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/a725c1f60cdc2fc8d2ab144c243457ce073185d2"><code>a725c1f</code></a> cmd: list supported algorithms (-alg flag) (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/123">#123</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/823c0140362292ebb64ad468503b4ed8264a5e7b"><code>823c014</code></a> Unwrap for ValidationError (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/125">#125</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/1275a5b909ddf010442b0b22429f8702e638b1e9"><code>1275a5b</code></a> Allow <code>none</code> algorithm in jwt command (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/121">#121</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/f4865cddeac55d2cd330a74315e69dfe91484983"><code>f4865cd</code></a> Revert Encoding/Decoding changes for better compatibility (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/117">#117</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/9c3665f0fc5e976128e595f9859894a2e8d78719"><code>9c3665f</code></a> Fixes jwt command to support EdDSA algorithm (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/118">#118</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/a2aa65562708b29e472f5a175195d264d9ab16f1"><code>a2aa655</code></a> Fix int64 overflow in newNumericDateFromSeconds (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/112">#112</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/c0ffb890f3ef872362d810ebc17730c47b9c33ca"><code>c0ffb89</code></a> Improve code comments, including security consideration (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/107">#107</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/65357b9e5b3cfbd34c1e2dcee697299ad10ed290"><code>65357b9</code></a> Introducing functional-style options for the Parser type (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/108">#108</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/cac353cdc2cce1266361afaa7e9cba00a20f592b"><code>cac353c</code></a> fix the comment of VerifyExpiresAt (<a href="https://github-redirect.dependabot.com/golang-jwt/jwt/issues/109">#109</a>)</li> <li>See full diff in <a href="https://github.com/golang-jwt/jwt/compare/v4.1.0...v4.2.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.1.0&new-version=4.2.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>
dependabot[bot] commented 2021-12-28 09:24:28 +03:00 (Migrated from github.com)

Looks like github.com/golang-jwt/jwt/v4 is up-to-date now, so this is no longer needed.

Looks like github.com/golang-jwt/jwt/v4 is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.