Skip to content

Commit

Permalink
fix: remove jade dependencies
Browse files Browse the repository at this point in the history
Remove jade dependencies from multiple package.json files because of
reported security flaw

Closes: hyperledger#1662
Signed-off-by: stepniowskip <piotr.stepniowski@fujitsu.com>
  • Loading branch information
stepniowskip authored and takeutak committed Dec 17, 2021
1 parent 87af023 commit f4ce09e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"debug": "~4.1.1",
"express": "~4.15.2",
"express-session": "^1.15.5",
"jade": "~1.11.0",
"mongodb": "^3.6.1",
"morgan": "~1.9.1",
"passport": "^0.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"debug": "~4.1.1",
"express": "~4.15.2",
"https-proxy-agent": "^2.2.1",
"jade": "~1.11.0",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
"request": "^2.81.0",
Expand Down
1 change: 0 additions & 1 deletion examples/cartrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"fabric-ca-client": "2.2.10",
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
Expand Down
1 change: 0 additions & 1 deletion examples/discounted-cartrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"indy-sdk": "^1.16.0-dev-1636",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
Expand Down
1 change: 0 additions & 1 deletion examples/electricity-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"fabric-ca-client": "2.2.10",
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
Expand Down
1 change: 0 additions & 1 deletion examples/test-run-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"fabric-ca-client": "2.2.10",
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
Expand Down
1 change: 0 additions & 1 deletion packages/cactus-cmd-socketio-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"fabric-ca-client": "2.2.10",
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
Expand Down

0 comments on commit f4ce09e

Please sign in to comment.