Skip to content

Commit a24f952

Browse files
Bump jose from 5.10.0 to 6.2.0 (#38)
Bumps [jose](https://github.com/panva/jose) from 5.10.0 to 6.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/panva/jose/releases">jose's releases</a>.</em></p> <blockquote> <h2>v6.2.0</h2> <h3>Features</h3> <ul> <li>re-introduce JWE &quot;zip&quot; (Compression Algorithm) Header Parameter support (<a href="https://github.com/panva/jose/commit/b13b44688baeaf078259379c61f42569f5d63ab5">b13b446</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>clarify return of general jws and jwe (<a href="https://github.com/panva/jose/commit/56682b4608eacafb7bcd6b63713d6434e0e6ad66">56682b4</a>)</li> </ul> <h2>v6.1.3</h2> <h3>Refactor</h3> <ul> <li>avoid export * as for google closure's compiler sake (<a href="https://github.com/panva/jose/commit/6303d98efba00c9a3f8f3e814c85ac6e6944b11c">6303d98</a>), closes <a href="https://redirect.github.com/panva/jose/issues/832">#832</a></li> </ul> <h2>v6.1.2</h2> <h3>Refactor</h3> <ul> <li>fallback to checking instanceof for CryptoKey (<a href="https://github.com/panva/jose/commit/901cd908f325265c39f8af1f1505138e0a689f94">901cd90</a>), closes <a href="https://redirect.github.com/panva/jose/issues/765">#765</a> <a href="https://redirect.github.com/panva/jose/issues/803">#803</a> <a href="https://redirect.github.com/panva/jose/issues/821">#821</a> <a href="https://redirect.github.com/panva/jose/issues/827">#827</a> <a href="https://redirect.github.com/panva/jose/issues/828">#828</a></li> </ul> <h2>v6.1.1</h2> <h3>Documentation</h3> <ul> <li>add link to RFC9864 (<a href="https://github.com/panva/jose/commit/767edde5bde07c60e2c1b1db365ad234a9ae5195">767edde</a>)</li> <li>link to ML-DSA for JOSE (<a href="https://github.com/panva/jose/commit/ed4252ca8ed084e734a53b214f62e3da11c39857">ed4252c</a>)</li> <li>remove mention of Edge Runtime from the readme (<a href="https://github.com/panva/jose/commit/94fdde702498f5e94ec3307f85f120f43a527590">94fdde7</a>)</li> <li>update README.md (<a href="https://github.com/panva/jose/commit/25098ef7518be732bbef3ea6ed87b0d61a85f581">25098ef</a>)</li> </ul> <h3>Refactor</h3> <ul> <li>eliminate named exports in the source code (<a href="https://github.com/panva/jose/commit/f6ae30d5d86c376269ffa853f62e403d13d4f610">f6ae30d</a>)</li> <li>expose setKeyManagementParameters also on a GeneralEncrypt Recipient (<a href="https://github.com/panva/jose/commit/16e6b230ee29662c599c556b91a2c367f0fa088c">16e6b23</a>)</li> <li>faster path for symmetric key checks (<a href="https://github.com/panva/jose/commit/a44c2ec6351fb639816846ec8b23f5f084a3d9fb">a44c2ec</a>)</li> <li>improve en/decoding overheads (<a href="https://github.com/panva/jose/commit/daee4265c9ab218acbcdb1d7b10c3c728447240b">daee426</a>)</li> </ul> <h2>v6.1.0</h2> <h3>Features</h3> <ul> <li>support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (<a href="https://github.com/panva/jose/commit/cf2092a2b51c9fb67049e96ee22d551ad34c0b2c">cf2092a</a>)</li> <li>support for the ML-DSA PQC Algorithm Identifiers (<a href="https://github.com/panva/jose/commit/25ddce491ba3968e8802db5913e49a52224246be">25ddce4</a>)</li> </ul> <h2>v6.0.13</h2> <h3>Refactor</h3> <ul> <li>more readability in ecdhes.ts (<a href="https://github.com/panva/jose/commit/84da9decd8b2f266a343a507b6b79197f2da11e8">84da9de</a>)</li> <li>update asn1.ts helpers (<a href="https://github.com/panva/jose/commit/b4f8fb372689b5b38074aa45c9921a6a997a9142">b4f8fb3</a>)</li> </ul> <h2>v6.0.12</h2> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/panva/jose/blob/main/CHANGELOG.md">jose's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/panva/jose/compare/v6.1.3...v6.2.0">6.2.0</a> (2026-03-05)</h2> <h3>Features</h3> <ul> <li>re-introduce JWE &quot;zip&quot; (Compression Algorithm) Header Parameter support (<a href="https://github.com/panva/jose/commit/b13b44688baeaf078259379c61f42569f5d63ab5">b13b446</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>clarify return of general jws and jwe (<a href="https://github.com/panva/jose/commit/56682b4608eacafb7bcd6b63713d6434e0e6ad66">56682b4</a>)</li> </ul> <h2><a href="https://github.com/panva/jose/compare/v6.1.2...v6.1.3">6.1.3</a> (2025-12-02)</h2> <h3>Refactor</h3> <ul> <li>avoid export * as for google closure's compiler sake (<a href="https://github.com/panva/jose/commit/6303d98efba00c9a3f8f3e814c85ac6e6944b11c">6303d98</a>), closes <a href="https://redirect.github.com/panva/jose/issues/832">#832</a></li> </ul> <h2><a href="https://github.com/panva/jose/compare/v6.1.1...v6.1.2">6.1.2</a> (2025-11-15)</h2> <h3>Refactor</h3> <ul> <li>fallback to checking instanceof for CryptoKey (<a href="https://github.com/panva/jose/commit/901cd908f325265c39f8af1f1505138e0a689f94">901cd90</a>), closes <a href="https://redirect.github.com/panva/jose/issues/765">#765</a> <a href="https://redirect.github.com/panva/jose/issues/803">#803</a> <a href="https://redirect.github.com/panva/jose/issues/821">#821</a> <a href="https://redirect.github.com/panva/jose/issues/827">#827</a> <a href="https://redirect.github.com/panva/jose/issues/828">#828</a></li> </ul> <h2><a href="https://github.com/panva/jose/compare/v6.1.0...v6.1.1">6.1.1</a> (2025-11-09)</h2> <h3>Documentation</h3> <ul> <li>add link to RFC9864 (<a href="https://github.com/panva/jose/commit/767edde5bde07c60e2c1b1db365ad234a9ae5195">767edde</a>)</li> <li>link to ML-DSA for JOSE (<a href="https://github.com/panva/jose/commit/ed4252ca8ed084e734a53b214f62e3da11c39857">ed4252c</a>)</li> <li>remove mention of Edge Runtime from the readme (<a href="https://github.com/panva/jose/commit/94fdde702498f5e94ec3307f85f120f43a527590">94fdde7</a>)</li> <li>update README.md (<a href="https://github.com/panva/jose/commit/25098ef7518be732bbef3ea6ed87b0d61a85f581">25098ef</a>)</li> </ul> <h3>Refactor</h3> <ul> <li>eliminate named exports in the source code (<a href="https://github.com/panva/jose/commit/f6ae30d5d86c376269ffa853f62e403d13d4f610">f6ae30d</a>)</li> <li>expose setKeyManagementParameters also on a GeneralEncrypt Recipient (<a href="https://github.com/panva/jose/commit/16e6b230ee29662c599c556b91a2c367f0fa088c">16e6b23</a>)</li> <li>faster path for symmetric key checks (<a href="https://github.com/panva/jose/commit/a44c2ec6351fb639816846ec8b23f5f084a3d9fb">a44c2ec</a>)</li> <li>improve en/decoding overheads (<a href="https://github.com/panva/jose/commit/daee4265c9ab218acbcdb1d7b10c3c728447240b">daee426</a>)</li> </ul> <h2><a href="https://github.com/panva/jose/compare/v6.0.13...v6.1.0">6.1.0</a> (2025-08-27)</h2> <h3>Features</h3> <ul> <li>support AKP JWKs in calculateJwkThumbprint and calculateJwkThumbprintUri (<a href="https://github.com/panva/jose/commit/cf2092a2b51c9fb67049e96ee22d551ad34c0b2c">cf2092a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/panva/jose/commit/970673eb25c82f382ba811d53f53fdea0adf8ed8"><code>970673e</code></a> chore(release): 6.2.0</li> <li><a href="https://github.com/panva/jose/commit/b13b44688baeaf078259379c61f42569f5d63ab5"><code>b13b446</code></a> feat: re-introduce JWE &quot;zip&quot; (Compression Algorithm) Header Parameter support</li> <li><a href="https://github.com/panva/jose/commit/c2d1dd173e75bab18d248d800a0d9cd001dcb4c2"><code>c2d1dd1</code></a> test: update deno expectations</li> <li><a href="https://github.com/panva/jose/commit/edcaec9df08992d459b0e8a3d0b160dacd1a3dec"><code>edcaec9</code></a> chore(deps): bump actions/upload-artifact in the actions group</li> <li><a href="https://github.com/panva/jose/commit/037d212ff6cce5637c402a41eef47dd70caa2f2d"><code>037d212</code></a> chore(deps): bump minimatch</li> <li><a href="https://github.com/panva/jose/commit/bf7669b8965b6d75b7072714392c58f350482acc"><code>bf7669b</code></a> chore(deps-dev): bump rollup from 4.56.0 to 4.59.0</li> <li><a href="https://github.com/panva/jose/commit/bdd580e8b62b938ff0f8cea243d5e59e8c2d59f6"><code>bdd580e</code></a> chore: reformat new docs</li> <li><a href="https://github.com/panva/jose/commit/0c061725a7abef255034e0f3bc203f2fea4610c2"><code>0c06172</code></a> chore: update SECURITY.md</li> <li><a href="https://github.com/panva/jose/commit/56682b4608eacafb7bcd6b63713d6434e0e6ad66"><code>56682b4</code></a> docs: clarify return of general jws and jwe</li> <li><a href="https://github.com/panva/jose/commit/8d7d59c23e8485bfbcdf50816a962cacbc3d6f10"><code>8d7d59c</code></a> chore: extend/clarify resource exhaustion threat model</li> <li>Additional commits viewable in <a href="https://github.com/panva/jose/compare/v5.10.0...v6.2.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for jose since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jose&package-manager=npm_and_yarn&previous-version=5.10.0&new-version=6.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad31f64 commit a24f952

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"class-variance-authority": "^0.7.1",
3232
"clsx": "^2.1.1",
3333
"drizzle-orm": "^0.44.0",
34-
"jose": "^5.2.0",
34+
"jose": "^6.2.0",
3535
"lucide-react": "^0.575.0",
3636
"next": "16.1.6",
3737
"postgres": "^3.4.8",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)