postman-runtime icon indicating copy to clipboard operation
postman-runtime copied to clipboard

Bump jose from 5.4.1 to 5.6.3

Open dependabot[bot] opened this issue 2 weeks ago • 0 comments

Bumps jose from 5.4.1 to 5.6.3.

Release notes

Sourced from jose's releases.

v5.6.3

Fixes

  • add sideEffects:false to nested ESM package.json files (f3aff1c)

v5.6.2

Refactor

  • CryptoKey normalization is not always async (b7751f5)
  • weak cache normalized CryptoKey instances (32b25a5)

Fixes

  • ensure KeyObject type in Web API encrypt/decrypt (b7920bd)

v5.6.1

Refactor

  • normalize is always defined for Web API runtimes (7bcb103)

Fixes

  • workaround turbo's eager optimizations (723a042), closes #690

v5.6.0

Features

  • support KeyObject inputs in WebCryptoAPI runtimes given compatibility (e178b8f)

v5.5.0

Features

Changelog

Sourced from jose's changelog.

5.6.3 (2024-07-03)

Fixes

  • add sideEffects:false to nested ESM package.json files (f3aff1c)

5.6.2 (2024-06-27)

Refactor

  • CryptoKey normalization is not always async (b7751f5)
  • weak cache normalized CryptoKey instances (32b25a5)

Fixes

  • ensure KeyObject type in Web API encrypt/decrypt (b7920bd)

5.6.1 (2024-06-27)

Refactor

  • normalize is always defined for Web API runtimes (7bcb103)

Fixes

  • workaround turbo's eager optimizations (723a042), closes #690

5.6.0 (2024-06-27)

Features

  • support KeyObject inputs in WebCryptoAPI runtimes given compatibility (e178b8f)

5.5.0 (2024-06-26)

Features

Commits
  • 5b66bd4 chore(release): 5.6.3
  • f3aff1c fix: add sideEffects:false to nested ESM package.json files
  • 7d6efb9 chore: bump codeql action
  • b190d22 chore: add jwt-decode to package.json keywords
  • 8d397cb docs: update UnsecuredJWT.decode variable name
  • b062a27 chore: cleanup after release
  • 084dae1 chore(release): 5.6.2
  • b7920bd fix: ensure KeyObject type in Web API encrypt/decrypt
  • 32b25a5 refactor: weak cache normalized CryptoKey instances
  • b7751f5 refactor: CryptoKey normalization is not always async
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

dependabot[bot] avatar Jul 05 '24 22:07 dependabot[bot]