Skip to content

Commit

Permalink
chore(deps): bump jose from 4.14.6 to 4.15.4
Browse files Browse the repository at this point in the history
Bumps [jose](https://github.com/panva/jose) from 4.14.6 to 4.15.4.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v4.14.6...v4.15.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 1ee649e commit d917e25
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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/solid-client-authn-core": "^1.17.3",
"@inrupt/universal-fetch": "^1.0.2",
"events": "^3.3.0",
"jose": "^4.14.6",
"jose": "^4.15.4",
"uuid": "^9.0.1"
},
"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 @@ -38,7 +38,7 @@
"dependencies": {
"@inrupt/universal-fetch": "^1.0.1",
"events": "^3.3.0",
"jose": "^4.14.6",
"jose": "^4.15.4",
"uuid": "^9.0.1"
},
"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": "^1.17.3",
"@inrupt/universal-fetch": "^1.0.1",
"jose": "^4.14.6",
"jose": "^4.15.4",
"openid-client": "~5.5.0",
"uuid": "^9.0.1"
},
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 @@ -24,7 +24,7 @@
"@inrupt/oidc-client": "^1.11.6",
"@inrupt/solid-client-authn-core": "^1.17.3",
"@inrupt/universal-fetch": "^1.0.1",
"jose": "^4.14.6",
"jose": "^4.15.4",
"uuid": "^9.0.1"
},
"publishConfig": {
Expand Down

0 comments on commit d917e25

Please sign in to comment.