Bump socks-proxy-agent from 7.0.0 to 8.0.4
Bumps socks-proxy-agent from 7.0.0 to 8.0.4.
Release notes
Sourced from socks-proxy-agent's releases.
[email protected]
Patch Changes
- fdeed27: resolve vulnerability in IP package
- 5908e84: Remove
net.isIP()check for TLSservername[email protected]
Patch Changes
- ada656d: Pass
socket_optionstoSocksClient- Updated dependencies [e62863c]
[email protected]
Patch Changes
- 1d39f6c: Fix Electron support by using Node.js native URL object
[email protected]
Patch Changes
- 7674748: Update
@types/nodeto v14.18.45- Updated dependencies [7674748]
Changelog
Sourced from socks-proxy-agent's changelog.
8.0.4
Patch Changes
- fdeed27: resolve vulnerability in IP package
- 5908e84: Remove
net.isIP()check for TLSservername8.0.3
Patch Changes
- ada656d: Pass
socket_optionstoSocksClient- Updated dependencies [e62863c]
8.0.2
Patch Changes
- 1d39f6c: Fix Electron support by using Node.js native URL object
8.0.1
Patch Changes
- 7674748: Update
@types/nodeto v14.18.45- Updated dependencies [7674748]
8.0.0
Major Changes
- d99a7c8: Major version bump for all packages
- ⚠️ This is a breaking change! The
SocksProxyAgentconstructor argument has been split into two arguments.Upgrading from 5.x to 6.x
In version 5.x, the
SocksProxyAgentconstructor took a single argument of either (A) astring, or (B) an object with specific connection properties.Now the constructor takes two separate arguments:
- Argument 1: Either (A) a
string, or (B) a WHATWGURLobject- Argument 2 (optional): An object with standard
http.Agentproperties.If you were using an object argument in 7.x, you'll need to change the first argument to match the structure of the
URLclass, and move any other options to the second argument.
... (truncated)
Commits
5555794Version Packages (#311)fdeed27Bump socks and pac-resolver versions to mitigate vulnerability in IP package ...70023c1Add SOCKS auth tests5908e84Removenet.isIP()check for TLSservername(#312)010fdc3Fix e2e (#303)1429c7eVersion Packages (#301)ada656d[socks-proxy-agent] pass socket_options to SocksClient (#302)5923589Moved licenses to separate files (#251)523b74cRestrict use of global URL in certain packages (#246)dd3b98fVersion Packages (#238)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.