Skip to content

Commit 0d7958d

Browse files
authored
Merge pull request #40 from coder-hxl/renovate/https-proxy-agent-7.x
fix(deps): update dependency https-proxy-agent to v7
2 parents 53e5a6e + 3d4f1f2 commit 0d7958d

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"chalk": "4.1.2",
35-
"https-proxy-agent": "^5.0.1",
35+
"https-proxy-agent": "^7.0.0",
3636
"puppeteer": "19.10.0",
3737
"x-crawl": "link:"
3838
},

pnpm-lock.yaml

Lines changed: 21 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"chalk": "4.1.2",
34-
"https-proxy-agent": "^5.0.1",
34+
"https-proxy-agent": "^7.0.0",
3535
"puppeteer": "19.10.0"
3636
},
3737
"devDependencies": {}

0 commit comments

Comments
 (0)