Skip to content

Commit

Permalink
Bump socks and pac-resolver versions to mitigate vulnerability in IP …
Browse files Browse the repository at this point in the history
…package (#322)

Co-authored-by: Ricardo Lopes <ricardo.lopes@appliedblockchain.com>
  • Loading branch information
vr and rjblopes committed Jun 28, 2024
1 parent 0fd02c5 commit fdeed27
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 46 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-chefs-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'socks-proxy-agent': patch
'pac-proxy-agent': patch
---

resolve vulnerability in IP package
2 changes: 1 addition & 1 deletion packages/pac-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"get-uri": "^6.0.1",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"pac-resolver": "^7.0.0",
"pac-resolver": "^7.0.1",
"socks-proxy-agent": "^8.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/socks-proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"dependencies": {
"agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.7.1"
"socks": "^2.8.3"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
Expand Down
Loading

0 comments on commit fdeed27

Please sign in to comment.