Skip to content

Commit

Permalink
Update jsrsasign dependency (#692)
Browse files Browse the repository at this point in the history
This update addresses a vulnerability in the jsrsasign dependency, described by:

GHSA-rh63-9qcf-83gf

The Node SDK does not make use of this capability and is not affected by this vulnerability.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Jan 22, 2024
1 parent 4d63f9f commit 6164a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"types": "./types/index.d.ts",
"dependencies": {
"fabric-common": "file:../fabric-common",
"jsrsasign": "^10.5.25",
"jsrsasign": "^11.0.0",
"url": "^0.11.0",
"winston": "^2.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion fabric-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"elliptic": "^6.5.4",
"fabric-protos": "file:../fabric-protos",
"js-sha3": "^0.9.2",
"jsrsasign": "^10.5.25",
"jsrsasign": "^11.0.0",
"long": "^5.2.3",
"nconf": "^0.12.0",
"promise-settle": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"fabric-protos": "file:./fabric-protos",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.6",
"jsrsasign": "^10.5.25",
"jsrsasign": "^11.0.0",
"long": "^5.2.3",
"mocha": "^9.2.2",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 6164a4d

Please sign in to comment.