Skip to content

Commit 67ef36a

Browse files
Upgrade: [dependabot] - bump jose from 6.1.1 to 6.1.2 (#2460)
Bumps [jose](https://github.com/panva/jose) from 6.1.1 to 6.1.2. <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.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> </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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/panva/jose/commit/f71f270d21ab0eef5b0b84c320eb2aafb69aa3b5"><code>f71f270</code></a> chore(release): 6.1.2</li> <li><a href="https://github.com/panva/jose/commit/901cd908f325265c39f8af1f1505138e0a689f94"><code>901cd90</code></a> refactor: fallback to checking instanceof for CryptoKey</li> <li><a href="https://github.com/panva/jose/commit/876b853a2aaff218823c172d4d8e2c7155710be7"><code>876b853</code></a> chore: cleanup after release</li> <li>See full diff in <a href="https://github.com/panva/jose/compare/v6.1.1...v6.1.2">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.1&new-version=6.1.2)](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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb85c88 commit 67ef36a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -23,7 +23,7 @@
2323
"@nhs/fhir-middy-error-handler": "^2.1.58",
2424
"axios": "^1.13.2",
2525
"axios-retry": "^4.5.0",
26-
"jose": "^6.1.1",
26+
"jose": "^6.1.2",
2727
"nock": "^14.0.10"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)