Skip to content

Commit

Permalink
Merge pull request #539 from minrk/fork
Browse files Browse the repository at this point in the history
switch dependency to http-proxy-node16
  • Loading branch information
minrk authored Jun 10, 2024
2 parents 9d1448c + 725a10e commit 4f92c6a
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion lib/configproxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var http = require("http"),
fs = require("fs"),
path = require("path"),
EventEmitter = require("events").EventEmitter,
httpProxy = require("http-proxy"),
httpProxy = require("http-proxy-node16"),
winston = require("winston"),
util = require("util"),
URL = require("url"),
Expand Down
Loading

0 comments on commit 4f92c6a

Please sign in to comment.