Skip to content

Commit 9872ca4

Browse files
Upgrade: [dependabot] - bump jose from 6.1.3 to 6.2.1 (#2855)
Bumps [jose](https://github.com/panva/jose) from 6.1.3 to 6.2.1. <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.1</h2> <h3>Refactor</h3> <ul> <li>reorganize internals, less files, smaller footprint (<a href="https://github.com/panva/jose/commit/d4231f9f2a654d203589a787bfa8a34fb03c87c5">d4231f9</a>)</li> </ul> <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> </blockquote> </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.2.0...v6.2.1">6.2.1</a> (2026-03-09)</h2> <h3>Refactor</h3> <ul> <li>reorganize internals, less files, smaller footprint (<a href="https://github.com/panva/jose/commit/d4231f9f2a654d203589a787bfa8a34fb03c87c5">d4231f9</a>)</li> </ul> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/panva/jose/commit/d491aa9f0adf2886f43856a3b0cdd1f8ea4c924e"><code>d491aa9</code></a> chore(release): 6.2.1</li> <li><a href="https://github.com/panva/jose/commit/d4231f9f2a654d203589a787bfa8a34fb03c87c5"><code>d4231f9</code></a> refactor: reorganize internals, less files, smaller footprint</li> <li><a href="https://github.com/panva/jose/commit/7b22ba8dd0fedfd5a19e952cab99548f044348d4"><code>7b22ba8</code></a> test: use playwright instead of testcafe</li> <li><a href="https://github.com/panva/jose/commit/00965b45522ea0bf7d0610a8fd2f5da20985370b"><code>00965b4</code></a> chore: bump packages</li> <li><a href="https://github.com/panva/jose/commit/b8f9f94eb2cacd1589f6f706290e02b562395c1d"><code>b8f9f94</code></a> chore: cleanup after release</li> <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>Additional commits viewable in <a href="https://github.com/panva/jose/compare/v6.1.3...v6.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jose&package-manager=npm_and_yarn&previous-version=6.1.3&new-version=6.2.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> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent 105421d commit 9872ca4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

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

packages/nhsNotifyLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nhs/fhir-middy-error-handler": "^2.1.75",
2525
"axios": "^1.13.6",
2626
"axios-retry": "^4.5.0",
27-
"jose": "^6.1.3",
27+
"jose": "^6.2.1",
2828
"nock": "^14.0.11"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)