Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jose and newman #1050

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps jose to 5.6.3 and updates ancestor dependency newman. These dependencies need to be updated together.

Updates jose from 4.14.4 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

v5.4.1

Fixes

  • ensure latest release on npm is v5.x (a9b2a30)

v5.4.0

Features

  • expose JWT's payload in JWTClaimValidationFailed instances (58bcffb), closes #680

Refactor

... (truncated)

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

5.4.1 (2024-06-18)

Fixes

... (truncated)

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

Updates newman from 6.1.3 to 6.2.0

Changelog

Sourced from newman's changelog.

6.2.0: date: 2024-08-16 new features: - GH-3263 Added support for HTTP/2 fixed bugs: - GH-3231 Fixed a bug where JUnit reporter sets the wrong classname chores: - >- GH-3258 Converted the deprecated apikey parameter in Postman API urls to x-api-key header - Updated dependencies

Commits
  • f406493 Merge branch 'release/6.2.0'
  • 6182469 Release v6.2.0
  • b37c0b0 Fix JUnit reporter classname
  • 901d1ec Update dependencies
  • 986497e Changed xmlbuilder-js attributes for attribs on JUnit reporter (#3231)
  • 42d211d Merge pull request #3243 from postmanlabs/dependabot/npm_and_yarn/braces-3.0.3
  • f7c9e93 Added support for HTTP/2 (#3263)
  • aaaaf9c Merge pull request #3264 from postmanlabs/feature/fix-timeout-tests
  • fd4e6be test: fix timeout test
  • c6431b9 Dispose the sandbox host
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
Bumps [jose](https://github.com/panva/jose) to 5.6.3 and updates ancestor dependency [newman](https://github.com/postmanlabs/newman). These dependencies need to be updated together.


Updates `jose` from 4.14.4 to 5.6.3
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.14.4...v5.6.3)

Updates `newman` from 6.1.3 to 6.2.0
- [Changelog](https://github.com/postmanlabs/newman/blob/develop/CHANGELOG.yaml)
- [Commits](postmanlabs/newman@v6.1.3...v6.2.0)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: indirect
- dependency-name: newman
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-246a002f95 branch from 43134aa to c976e4b Compare October 15, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants