Skip to content

Commit

Permalink
build(examples): bump log4js from 3.0.6 to 6.4.0
Browse files Browse the repository at this point in the history
Update log4js in packages not handled by dependabot

Closes: hyperledger-cacti#1825
Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
  • Loading branch information
outSH authored and petermetz committed Feb 4, 2022
1 parent fa33da7 commit 0b715ae
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"debug": "~4.1.1",
"express": "~4.15.2",
"https-proxy-agent": "^2.2.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"request": "^2.81.0",
"serve-favicon": "~2.4.2",
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"debug": "~4.1.1",
"express": "~4.15.2",
"https-proxy-agent": "^2.2.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"request": "^2.81.0",
"serve-favicon": "~2.4.2",
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.4"
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.4"
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"debug": "~4.1.1",
"express": "~4.15.2",
"https-proxy-agent": "^2.2.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"request": "^2.81.0",
"serve-favicon": "~2.4.2"
2 changes: 1 addition & 1 deletion examples/cartrade/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"fabric-network": "~1.4.0",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"shelljs": "^0.8.4",
"socket.io": "4.1.3",
2 changes: 1 addition & 1 deletion examples/cartrade/validatorDriver/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
"socket.io": "4.1.3",
2 changes: 1 addition & 1 deletion examples/discounted-cartrade/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"http-errors": "~1.6.3",
"indy-sdk": "^1.16.0-dev-1636",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"shelljs": "^0.8.4",
"socket.io": "4.1.3",
2 changes: 1 addition & 1 deletion examples/discounted-cartrade/validatorDriver/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"cookie-parser": "~1.4.3",
"debug": "~4.1.1",
"express": "~4.15.2",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
"socket.io": "4.1.3",
2 changes: 1 addition & 1 deletion examples/electricity-trade/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"shelljs": "^0.8.4",
"socket.io": "4.1.3",
2 changes: 1 addition & 1 deletion examples/test-run-transaction/package.json
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
"fabric-network": "2.2.10",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"log4js": "6.4.0",
"morgan": "~1.9.1",
"shelljs": "^0.8.4",
"socket.io": "4.1.3",

0 comments on commit 0b715ae

Please sign in to comment.