Skip to content

chore(deps): bump jwks-rsa from 3.2.2 to 4.1.0 - #750

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jwks-rsa-4.1.0
Open

chore(deps): bump jwks-rsa from 3.2.2 to 4.1.0#750
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jwks-rsa-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps jwks-rsa from 3.2.2 to 4.1.0.

Release notes

Sourced from jwks-rsa's releases.

v4.1.0

Added

  • feat: add cacheMaxAgeFallback and onStaleCacheFallback for graceful JWKS degradation during outages #502 (cschetan77)

v4.0.1

Changed

v4.0.0

⚠️ BREAKING CHANGES

Changelog

Sourced from jwks-rsa's changelog.

v4.1.0 (2026-06-19)

Full Changelog

Added

  • feat: add cacheMaxAgeFallback and onStaleCacheFallback for graceful JWKS degradation during outages #502 (cschetan77)

v4.0.1 (2026-03-02)

Full Changelog

Changed

v4.0.0 (2026-02-27)

Full Changelog

⚠️ BREAKING CHANGES

  • Drops support for Node 14, 16, and 18. The minimum supported Node versions are now 20.19.0, 22.12.0, and 23.0.0.
  • Drops support for the ES256K algorithm (secp256k1 curve). Keys using ES256K will be ignored. Users must transition to a supported curve (e.g., ES256/P-256) or handle legacy keys externally.
  • Relies on Node's native require(esm) support - Loading ECMAScript modules using require(). Non-standard module runtimes such as Jest (uses vm.Script) that do not support this feature may fail while loading ESM. See #493 for details.
  • feat: upgrade jose dependency to v6 #486 (cschetan77)
  • chore: upgrade minimum Node.js runtime to 20.19.0 #485 (cschetan77)
Commits
  • 9f8bbdb Release v4.1.0 (#509)
  • 1489926 feat: add cacheMaxAgeFallback and onStaleCacheFallback for graceful JWKS degr...
  • 588ab0b chore(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (#504)
  • 1fcdae1 chore(security): uses pinned versions of actions (#505)
  • 61b26e7 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#503)
  • bb75ac4 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1
  • b7202c7 chore(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 (#499)
  • ab29051 chore(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0
  • 24ac427 docs: add breaking-change note for require(esm) and Jest (#494)
  • a7e3c9a chore: remove package-lock (#495)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa) from 3.2.2 to 4.1.0.
- [Release notes](https://github.com/auth0/node-jwks-rsa/releases)
- [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jwks-rsa@v3.2.2...v4.1.0)

---
updated-dependencies:
- dependency-name: jwks-rsa
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
Copilot AI lite review requested due to automatic review settings August 24, 2026 07:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates @microsoft/teams.apps from jwks-rsa 3.2.2 to 4.1.0.

Changes:

  • Bumps the direct JWKS dependency.
  • Refreshes lockfile dependencies, including jose and lru-memoizer.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Summary Findings
packages/apps/package.json Updates the JWKS client dependency. Critical: Jest compatibility with require(esm) must be verified or the v3 dependency retained. Moderate: Align the Node.js engine range and CI/docs with jwks-rsa requirements.
package-lock.json Records the upgraded dependency graph and integrity metadata. No final comments.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

"express": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0",
"jwks-rsa": "^4.1.0",
"express": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.2.0",
"jwks-rsa": "^4.1.0",
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant