Skip to content

Commit

Permalink
Bump jose from 5.1.3 to 6.0.8
Browse files Browse the repository at this point in the history
Bumps [jose](https://github.com/panva/jose) from 5.1.3 to 6.0.8.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.1.3...v6.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent 2b02643 commit 631231a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 39 deletions.
52 changes: 17 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@inrupt/oidc-client-ext": "^2.3.0",
"@inrupt/solid-client-authn-core": "^2.3.0",
"events": "^3.3.0",
"jose": "^5.1.3",
"jose": "^6.0.8",
"uuid": "^11.0.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"events": "^3.3.0",
"jose": "^5.1.3",
"jose": "^6.0.8",
"uuid": "^11.0.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@inrupt/solid-client-authn-core": "^2.3.0",
"jose": "^5.1.3",
"jose": "^6.0.8",
"openid-client": "^5.7.1",
"uuid": "^11.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^2.3.0",
"jose": "^5.1.3",
"jose": "^6.0.8",
"uuid": "^11.0.5"
},
"publishConfig": {
Expand Down

0 comments on commit 631231a

Please sign in to comment.