Skip to content

Commit fa762da

Browse files
Bump jose from 5.1.3 to 6.0.11
Bumps [jose](https://github.com/panva/jose) from 5.1.3 to 6.0.11. - [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.11) --- updated-dependencies: - dependency-name: jose dependency-version: 6.0.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5243145 commit fa762da

File tree

5 files changed

+21
-39
lines changed

5 files changed

+21
-39
lines changed

package-lock.json

Lines changed: 17 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@inrupt/oidc-client-ext": "^2.4.1",
3434
"@inrupt/solid-client-authn-core": "^2.4.1",
3535
"events": "^3.3.0",
36-
"jose": "^5.1.3",
36+
"jose": "^6.0.11",
3737
"uuid": "^11.1.0"
3838
},
3939
"publishConfig": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"events": "^3.3.0",
40-
"jose": "^5.1.3",
40+
"jose": "^6.0.11",
4141
"uuid": "^11.1.0"
4242
},
4343
"publishConfig": {

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@inrupt/solid-client-authn-core": "^2.4.1",
32-
"jose": "^5.1.3",
32+
"jose": "^6.0.11",
3333
"openid-client": "^5.7.1",
3434
"uuid": "^11.1.0"
3535
},

packages/oidc-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@inrupt/oidc-client": "^1.11.6",
2929
"@inrupt/solid-client-authn-core": "^2.4.1",
30-
"jose": "^5.1.3",
30+
"jose": "^6.0.11",
3131
"uuid": "^11.1.0"
3232
},
3333
"publishConfig": {

0 commit comments

Comments
 (0)