Skip to content

Commit

Permalink
fix: replace outdated http-proxy with our own updated fork @podium/no…
Browse files Browse the repository at this point in the history
…de-http-proxy
  • Loading branch information
tor0405 committed Jun 20, 2024
1 parent 53b00c6 commit 5bc57bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { URL } from 'url';
import abslog from 'abslog';
import * as schemas from '@podium/schemas';
import * as utils from '@podium/utils';
import Proxy from 'http-proxy';
import Proxy from '@podium/node-http-proxy';

/**
* @typedef {object} PodiumProxyOptions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@metrics/client": "2.5.2",
"@podium/node-http-proxy": "^1.20.0",
"@podium/schemas": "5.0.5",
"@podium/utils": "5.0.7",
"abslog": "2.4.4",
"http-proxy": "1.18.1",
"path-to-regexp": "6.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5bc57bf

Please sign in to comment.