Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency jose to v4 [SECURITY] #4345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 10 additions & 24 deletions .pnp.cjs

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

Binary file not shown.
Binary file removed .yarn/cache/jose-npm-2.0.7-2ef7d608df-a8820108c0.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/crn-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"identity-obj-proxy": "3.0.0",
"jest-transform-css": "^6.0.1",
"jest-when": "3.5.2",
"jose": "2.0.7",
"jose": "4.15.5",
"nock": "13.4.0",
"pirates": "4.0.6",
"react-test-renderer": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/gp2-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"cross-env": "7.0.3",
"identity-obj-proxy": "3.0.0",
"jest-transform-css": "^6.0.1",
"jose": "2.0.7",
"jose": "4.15.5",
"nock": "13.4.0",
"pirates": "4.0.6",
"react-test-renderer": "17.0.2",
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ __metadata:
identity-obj-proxy: 3.0.0
jest-transform-css: ^6.0.1
jest-when: 3.5.2
jose: 2.0.7
jose: 4.15.5
nock: 13.4.0
path: "npm:[email protected]"
pirates: 4.0.6
Expand Down Expand Up @@ -1425,7 +1425,7 @@ __metadata:
history: 4.10.1
identity-obj-proxy: 3.0.0
jest-transform-css: ^6.0.1
jose: 2.0.7
jose: 4.15.5
nock: 13.4.0
path: "npm:[email protected]"
pirates: 4.0.6
Expand Down Expand Up @@ -12831,13 +12831,6 @@ __metadata:
languageName: node
linkType: hard

"@panva/asn1.js@npm:^1.0.0":
version: 1.0.0
resolution: "@panva/asn1.js@npm:1.0.0"
checksum: cb6bcc1918a7f08e81e7d7f5bde83c20a66b30248ddc3ef10b1612e0e0b9f722c2b07ca6b586a089a49c1b6cfb29d63fdd23d4bc00c8cc40538b5595bec66d7d
languageName: node
linkType: hard

"@peculiar/asn1-schema@npm:^2.1.6":
version: 2.1.8
resolution: "@peculiar/asn1-schema@npm:2.1.8"
Expand Down Expand Up @@ -33174,12 +33167,10 @@ __metadata:
languageName: node
linkType: hard

"jose@npm:2.0.7":
version: 2.0.7
resolution: "jose@npm:2.0.7"
dependencies:
"@panva/asn1.js": ^1.0.0
checksum: a8820108c05775d0054641a9666014629ebd81a0fd0ffcfea22cca1d2836d3eb321fe1ce43f3deb4add5c9ca8f4e03a72ac95c7ed823ea3c1d131c670da585df
"jose@npm:4.15.5":
version: 4.15.5
resolution: "jose@npm:4.15.5"
checksum: 7dde76447c7707bd4b448f914b216f3858e701aa83f00447434252461af5b9e159dcbffb88badea3f9616739526763581267c9560622f0a058df8d68c86d7f79
languageName: node
linkType: hard

Expand Down
Loading