Skip to content

Commit d28d5e8

Browse files
aldousalvarezpetermetz
authored andcommitted
fix(cactus-example-supply-chain-app): mitigate CVE-2022-24434 and CVE-2022-24999
Fixes #2041 These changes will fixx the following vulnerabilities with their CVE IDs: - CVE-2022-24434 - CVE-2022-24999 (express) - CVE-2022-24999 (qs) Signed-off-by: aldousalvarez <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 91c0187 commit d28d5e8

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

examples/cactus-example-supply-chain-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"async-exit-hook": "2.0.1",
6767
"axios": "0.21.4",
6868
"dotenv": "16.0.0",
69-
"express": "4.17.1",
69+
"express": "4.17.3",
7070
"fabric-network": "2.2.10",
7171
"jose": "4.9.2",
7272
"openapi-types": "9.1.0",

examples/cactus-example-supply-chain-business-logic-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.2.0",
6565
"async-exit-hook": "2.0.1",
6666
"axios": "0.21.4",
67-
"express": "4.17.1",
67+
"express": "4.17.3",
6868
"openapi-types": "9.1.0",
6969
"typescript-optional": "2.0.1",
7070
"uuid": "8.3.2"

examples/cactus-example-supply-chain-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@angular-builders/custom-webpack": "13.1.0",
75-
"@angular-devkit/build-angular": "13.3.5",
75+
"@angular-devkit/build-angular": "14.0.0",
7676
"@angular/cli": "13.3.5",
7777
"@angular/compiler": "13.3.7",
7878
"@angular/compiler-cli": "13.3.7",

packages/cactus-cmd-api-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@
6565
"async-exit-hook": "2.0.1",
6666
"axios": "0.21.4",
6767
"bluebird": "3.7.2",
68-
"body-parser": "1.19.0",
68+
"body-parser": "1.20.1",
6969
"compression": "1.7.4",
7070
"convict": "6.2.4",
7171
"convict-format-with-validator": "6.2.0",
7272
"cors": "2.8.5",
73-
"express": "4.17.1",
73+
"express": "4.17.3",
7474
"express-http-proxy": "1.6.2",
7575
"express-jwt": "6.0.0",
7676
"express-openapi-validator": "4.12.12",
77-
"express-rate-limit": "6.3.0",
77+
"express-rate-limit": "6.7.0",
7878
"fs-extra": "10.0.0",
7979
"google-protobuf": "3.18.0-rc.2",
8080
"jose": "4.9.2",

packages/cactus-plugin-consortium-manual/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@hyperledger/cactus-core-api": "1.2.0",
5959
"axios": "0.21.4",
6060
"body-parser": "1.19.0",
61-
"express": "4.17.1",
61+
"express": "4.17.3",
6262
"jose": "4.9.2",
6363
"json-stable-stringify": "1.0.1",
6464
"prom-client": "13.2.0",

packages/cactus-plugin-keychain-memory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@hyperledger/cactus-core": "1.2.0",
5858
"@hyperledger/cactus-core-api": "1.2.0",
5959
"axios": "0.21.4",
60-
"express": "4.17.1",
60+
"express": "4.17.3",
6161
"prom-client": "13.2.0",
6262
"uuid": "8.3.2"
6363
},

packages/cactus-plugin-ledger-connector-fabric/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"axios": "0.21.4",
6161
"bl": "5.0.0",
6262
"bn.js": "4.12.0",
63-
"express": "4.17.1",
63+
"express": "4.17.3",
6464
"fabric-ca-client": "2.5.0-snapshot.8",
6565
"fabric-common": "2.5.0-snapshot.8",
6666
"fabric-network": "2.5.0-snapshot.8",
@@ -69,7 +69,7 @@
6969
"form-data": "4.0.0",
7070
"http-status-codes": "2.1.4",
7171
"jsrsasign": "10.5.25",
72-
"multer": "1.4.3",
72+
"multer": "1.4.5-lts.1",
7373
"ngo": "2.7.0",
7474
"node-ssh": "12.0.0",
7575
"node-vault": "0.9.22",

packages/cactus-plugin-ledger-connector-quorum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@hyperledger/cactus-core": "1.2.0",
5858
"@hyperledger/cactus-core-api": "1.2.0",
5959
"axios": "0.21.4",
60-
"express": "4.17.1",
60+
"express": "4.17.3",
6161
"prom-client": "13.2.0",
6262
"run-time-error": "1.4.0",
6363
"rxjs": "7.3.0",

0 commit comments

Comments
 (0)