Skip to content

chore(deps): bump jose from 6.2.2 to 6.2.3 - #193

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/jose-6.2.3
Open

chore(deps): bump jose from 6.2.2 to 6.2.3#193
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/jose-6.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps jose from 6.2.2 to 6.2.3.

Release notes

Sourced from jose's releases.

v6.2.3

Refactor

  • cleanly reject invalid PBES2 p2c (0cdb851)
Changelog

Sourced from jose's changelog.

6.2.3 (2026-04-27)

Refactor

  • cleanly reject invalid PBES2 p2c (0cdb851)
Commits
  • 41ad7e9 chore(release): 6.2.3
  • 988e90f chore: account for commit-and-tag-version instead of standard-version
  • 4b24656 chore: update CHANGELOG.md header
  • 0cdb851 refactor: cleanly reject invalid PBES2 p2c
  • a0b261e test: update Bun expectations
  • b39dc1a chore: use fs.globSync
  • 0675be1 build: replace rollup umd build with a custom esbuild iife wrap
  • 9b03323 chore: bump packages
  • 914b73d chore(deps-dev): bump lodash
  • 9dce817 chore: bump packages
  • Additional commits viewable in compare view

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

@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/jose-6.2.3 branch from fa28eba to b836494 Compare May 12, 2026 20:31

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b836494. Configure here.

Comment thread pnpm-lock.yaml Outdated
vitest:
specifier: ^4.1.2
version: 4.1.3(@types/node@25.5.2)(@vitest/coverage-v8@4.1.3)(jsdom@29.0.2(@noble/hashes@2.0.1))(vite@8.0.6(@types/node@25.5.2)(esbuild@0.28.0)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.3))
version: 4.1.3(@types/node@25.5.2)(@vitest/coverage-v8@4.1.3)(jsdom@29.0.2)(vite@8.0.6(@types/node@25.5.2)(esbuild@0.27.4)(jiti@2.6.1)(tsx@4.21.0)(yaml@2.8.3))

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Auth package still resolves to old jose version

Medium Severity

The packages/auth package — which is the primary consumer of jose for jwtVerify operations — still resolves to jose@6.2.2 in the lockfile. Its peerDependencies specifier in packages/auth/package.json was not bumped, so pnpm kept the old resolution. This means jose@6.2.2 is retained in the lockfile alongside 6.2.3, and the auth package's own test environment runs against the version without the PBES2 p2c rejection fix.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b836494. Configure here.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/jose-6.2.3 branch 3 times, most recently from 2bbd900 to 4cd3533 Compare May 13, 2026 15:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/jose-6.2.3 branch 8 times, most recently from 876a09a to e1ea239 Compare May 27, 2026 16:24
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/jose-6.2.3 branch 3 times, most recently from dcd5ffd to 7fe0596 Compare June 5, 2026 13:49
Bumps [jose](https://github.com/panva/jose) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.2...v6.2.3)

---
updated-dependencies:
- dependency-name: jose
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/jose-6.2.3 branch from 7fe0596 to 552cd39 Compare June 9, 2026 12:14
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