Skip to content

Commit

Permalink
chore(deps): update dependency http-proxy-agent to v6 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 12, 2023
1 parent 928dd9f commit fc50837
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
76 changes: 41 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lolex": "^5.1.0",
"@types/node": "^18.0.0",
"fetch-mock": "^9.0.0",
"http-proxy-agent": "^5.0.0",
"http-proxy-agent": "^6.0.0",
"jest": "^29.0.0",
"lolex": "^6.0.0",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion test/agent-proxy/agent-proxy-test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const http = require("http");

const HttpProxy = require("proxy");
const HttpProxyAgent = require("http-proxy-agent");
const { HttpProxyAgent } = require("http-proxy-agent");

import { Octokit } from "../../src";

Expand Down

0 comments on commit fc50837

Please sign in to comment.