Skip to content

Commit f569da9

Browse files
committed
Use fork for fixes
1 parent 6b815d2 commit f569da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/configproxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var http = require("http"),
1313
fs = require("fs"),
1414
path = require("path"),
1515
EventEmitter = require("events").EventEmitter,
16-
httpProxy = require("http-proxy"),
16+
httpProxy = require("http-proxy-node16"),
1717
winston = require("winston"),
1818
util = require("util"),
1919
URL = require("url"),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"commander": "~7.2",
13-
"http-proxy": "^1.18.1",
13+
"http-proxy-node16": "1.0.3",
1414
"prom-client": "14.2.0",
1515
"strftime": "~0.10.0",
1616
"winston": "~3.11.0"

0 commit comments

Comments
 (0)