Skip to content

Commit

Permalink
fix(security): address CVE-2022-3517 - minimatch < 3.0.5 ReDoS vuln
Browse files Browse the repository at this point in the history
Updated mocha to newer versions which do not depend on the old minimatch

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Aug 29, 2024
1 parent 6872ec5 commit e97e27b
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"jsrsasign": "11.0.0",
"mocha": "5.2.0",
"mocha": "10.7.3",
"nodemon": "2.0.22",
"nyc": "12.0.2",
"proto3-json-serializer": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/identity-management/iin-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"jsrsasign": "11.0.0",
"mocha": "5.2.0",
"mocha": "10.7.3",
"nodemon": "2.0.22",
"nyc": "12.0.2",
"proto3-json-serializer": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/package-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "18.11.9",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"mocha": "5.2.0",
"mocha": "10.7.3",
"nyc": "12.0.2",
"rewire": "4.0.1",
"sinon": "6.3.5",
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/node": "18.11.9",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"mocha": "5.2.0",
"mocha": "10.7.3",
"nyc": "12.0.2",
"rewire": "4.0.1",
"sinon": "6.3.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/node": "18.11.9",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"mocha": "5.2.0",
"mocha": "10.7.3",
"nyc": "12.0.2",
"rewire": "4.0.1",
"sinon": "6.3.5",
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/fabric/interoperation-node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/node": "18.11.9",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"mocha": "5.2.0",
"mocha": "10.7.3",
"nyc": "12.0.2",
"rewire": "4.0.1",
"sinon": "6.3.5",
Expand Down
Loading

0 comments on commit e97e27b

Please sign in to comment.