Skip to content

Commit 9f565b2

Browse files
chore(deps): bump dart_jsonwebtoken from 3.4.0 to 3.4.1 (#1072)
Bumps [dart_jsonwebtoken](https://github.com/jonasroussel/dart_jsonwebtoken) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasroussel/dart_jsonwebtoken/releases">dart_jsonwebtoken's releases</a>.</em></p> <blockquote> <h2>v3.4.1</h2> <ul> <li>Fix <code>aud</code> list verification crashing on JSON-decoded tokens (<code>List&lt;dynamic&gt;</code> to <code>List&lt;String&gt;</code> cast)</li> <li>Add defensive type guards on <code>exp</code>, <code>nbf</code> and <code>iat</code> claims (throw <code>JWTInvalidException</code> instead of runtime error)</li> <li>Adopt <code>package:lints/recommended</code> with strict-casts/inference</li> <li>Internal lint cleanups (<code>super.message</code>, string interpolation, remove deprecated <code>library</code> directive)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jonasroussel/dart_jsonwebtoken/blob/main/CHANGELOG.md">dart_jsonwebtoken's changelog</a>.</em></p> <blockquote> <h2>3.4.1</h2> <ul> <li>Fix <code>aud</code> list verification crashing on JSON-decoded tokens (<code>List&lt;dynamic&gt;</code> to <code>List&lt;String&gt;</code> cast)</li> <li>Add defensive type guards on <code>exp</code>, <code>nbf</code> and <code>iat</code> claims (throw <code>JWTInvalidException</code> instead of runtime error)</li> <li>Adopt <code>package:lints/recommended</code> with strict-casts/inference</li> <li>Internal lint cleanups (<code>super.message</code>, string interpolation, remove deprecated <code>library</code> directive)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasroussel/dart_jsonwebtoken/commit/360b655caed191c45e7d63e202fb3b4c05ab65fa"><code>360b655</code></a> v3.4.1</li> <li><a href="https://github.com/jonasroussel/dart_jsonwebtoken/commit/89dd3cfcd283945790d50cdaf346de908ee59d81"><code>89dd3cf</code></a> chore: modernize lints and fix audience list cast</li> <li>See full diff in <a href="https://github.com/jonasroussel/dart_jsonwebtoken/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dart_jsonwebtoken&package-manager=pub&previous-version=3.4.0&new-version=3.4.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 581f301 commit 9f565b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ packages:
189189
dependency: "direct main"
190190
description:
191191
name: dart_jsonwebtoken
192-
sha256: cb79ed79baa02b4f59a597bf365873cbd83f9bb15273d63f7803802d21717c7d
192+
sha256: ad84e60181696513d04d5f2078e0bbc20365b911f46f647797317414bdc88fbe
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "3.4.0"
195+
version: "3.4.1"
196196
dart_style:
197197
dependency: transitive
198198
description:

0 commit comments

Comments
 (0)