Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 6164a4d

Browse files
Update jsrsasign dependency (#692)
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]>
1 parent 4d63f9f commit 6164a4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fabric-ca-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"types": "./types/index.d.ts",
2121
"dependencies": {
2222
"fabric-common": "file:../fabric-common",
23-
"jsrsasign": "^10.5.25",
23+
"jsrsasign": "^11.0.0",
2424
"url": "^0.11.0",
2525
"winston": "^2.4.5"
2626
},

fabric-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"elliptic": "^6.5.4",
2929
"fabric-protos": "file:../fabric-protos",
3030
"js-sha3": "^0.9.2",
31-
"jsrsasign": "^10.5.25",
31+
"jsrsasign": "^11.0.0",
3232
"long": "^5.2.3",
3333
"nconf": "^0.12.0",
3434
"promise-settle": "^0.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fabric-protos": "file:./fabric-protos",
6666
"ink-docstrap": "^1.3.2",
6767
"jsdoc": "^3.6.6",
68-
"jsrsasign": "^10.5.25",
68+
"jsrsasign": "^11.0.0",
6969
"long": "^5.2.3",
7070
"mocha": "^9.2.2",
7171
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)