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

fix(deps): update dependency aws-jwt-verify to v5 #1183

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-jwt-verify ^3.4.0 || ^4.0.0 -> ^3.4.0 || ^4.0.0 || ^5.0.0 age adoption passing confidence
aws-jwt-verify ^4.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

awslabs/aws-jwt-verify (aws-jwt-verify)

v5.0.0

Compare Source

Notable new features in v5.0.0:
  • Support for ECDSA and EdDSA algorithms:
  • Allow padding characters (even though non-standard) so e.g. AWS ALB JWTs can be verified with this library (however work is still underway to make that easier still, see #​176 )
  • The default response timeout of the JWKS fetcher was increased from 1500 ms. to 3000 ms. because multiple users reported the previous 1500 ms. being too low--they were hitting timeouts too often. We believe the 3000 ms. is a better, more reasonable, default value.
Breaking changes

This release includes breaking changes, hence moving to major version 5.0.0:

  • Dropped support for Node.js 14, now 16 is the minimum.
  • The fetchJson interface was changed and renamed to fetch. Thus the JsonFetcher was renamed to Fetcher, and corresponding changes were made in the SimpleJwksCache see #​167. So, this affects users who were using the SimpleJsonFetcher, potentially to increase the response timeout (maybe that's no longer needed now, as we raised the default value from 1500 ms. to 3000 ms.).
  • It is now allowed to use an explicit null as issuer. This would throw JwtInvalidIssuerError before, see #​183. This affects users who were counting on null issuer throwing JwtInvalidIssuerError. It is expected that this is rare and the handling of undefined remains unchanged. But if you did depend on the prior behavior (we can't see why you would but who knows), you're affected, and will need to guard against passing a null issuer, if you don't want to allow that, yourself.
What's Changed

Full Changelog: awslabs/aws-jwt-verify@v4.0.1...v5.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 0c74a06 to 65a45f6 Compare January 11, 2025 01:22
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 65a45f6 to 7542728 Compare January 11, 2025 06:26
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 7542728 to ff4f8d2 Compare January 11, 2025 10:18
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from ff4f8d2 to ee07a26 Compare January 12, 2025 01:37
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from ee07a26 to 31453e2 Compare January 13, 2025 20:33
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 31453e2 to df28cc4 Compare January 14, 2025 00:59
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from df28cc4 to aa4c57c Compare January 14, 2025 04:18
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from aa4c57c to ecd07ff Compare January 15, 2025 16:52
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from ecd07ff to 3486b2e Compare January 16, 2025 04:41
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 3486b2e to edd415e Compare January 16, 2025 14:32
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from edd415e to 5e83f3b Compare January 16, 2025 21:35
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 5e83f3b to 99f422e Compare January 17, 2025 12:51
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 99f422e to 995e1fc Compare January 17, 2025 21:03
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 995e1fc to 0e02280 Compare January 19, 2025 04:38
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 0e02280 to a69f4f2 Compare January 19, 2025 13:28
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 868f12f to 49d9067 Compare February 6, 2025 17:10
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 49d9067 to 825b6dd Compare February 6, 2025 17:21
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 825b6dd to 4afe5f6 Compare February 6, 2025 17:26
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 4afe5f6 to 73efd6f Compare February 6, 2025 17:31
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 73efd6f to 81e40f0 Compare February 6, 2025 17:36
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 81e40f0 to 28f7a7a Compare February 6, 2025 17:40
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 28f7a7a to 6adb212 Compare February 6, 2025 17:42
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 6adb212 to 1c294d2 Compare February 6, 2025 17:44
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 1c294d2 to 7d421c2 Compare February 6, 2025 19:41
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 7d421c2 to b2b3ac1 Compare February 6, 2025 19:42
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from b2b3ac1 to 0a43b4b Compare February 6, 2025 21:15
@renovate renovate bot force-pushed the renovate/aws-jwt-verify-5.x branch from 0a43b4b to e72cefe Compare February 6, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants