Skip to content

Commit

Permalink
tools(cmd-api-server): address CVE: CVE-2022-25881
Browse files Browse the repository at this point in the history
Fixes: hyperledger#2862

Signed-off-by: zondervancalvez <[email protected]>
  • Loading branch information
zondervancalvez committed Nov 30, 2023
1 parent e171d15 commit 1c427ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"@types/express": "4.17.19",
"@types/express-http-proxy": "1.6.2",
"@types/google-protobuf": "3.15.5",
"@types/http-cache-semantics": "4.0.4",
"@types/json-stable-stringify": "1.0.34",
"@types/jsonwebtoken": "8.5.4",
"@types/multer": "1.4.7",
Expand All @@ -117,6 +118,7 @@
"google-protobuf": "3.18.0-rc.2",
"grpc-tools": "1.12.4",
"grpc_tools_node_protoc_ts": "5.3.3",
"http-cache-semantics": "4.1.1",
"http-status-codes": "2.1.4",
"protobufjs": "7.2.5"
},
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6664,6 +6664,7 @@ __metadata:
"@types/express": 4.17.19
"@types/express-http-proxy": 1.6.2
"@types/google-protobuf": 3.15.5
"@types/http-cache-semantics": 4.0.4
"@types/json-stable-stringify": 1.0.34
"@types/jsonwebtoken": 8.5.4
"@types/multer": 1.4.7
Expand Down Expand Up @@ -6692,6 +6693,7 @@ __metadata:
google-protobuf: 3.18.0-rc.2
grpc-tools: 1.12.4
grpc_tools_node_protoc_ts: 5.3.3
http-cache-semantics: 4.1.1
http-status-codes: 2.1.4
jose: 4.9.2
json-stable-stringify: 1.0.2
Expand Down Expand Up @@ -12905,6 +12907,13 @@ __metadata:
languageName: node
linkType: hard

"@types/http-cache-semantics@npm:4.0.4":
version: 4.0.4
resolution: "@types/http-cache-semantics@npm:4.0.4"
checksum: 7f4dd832e618bc1e271be49717d7b4066d77c2d4eed5b81198eb987e532bb3e1c7e02f45d77918185bad936f884b700c10cebe06305f50400f382ab75055f9e8
languageName: node
linkType: hard

"@types/http-cache-semantics@npm:^4.0.1":
version: 4.0.1
resolution: "@types/http-cache-semantics@npm:4.0.1"
Expand Down

0 comments on commit 1c427ef

Please sign in to comment.