Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump https/socks proxy-agent #33965

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions packages/playwright-core/ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project incorporates components from the projects listed below. The origina

- @types/[email protected] (https://github.com/DefinitelyTyped/DefinitelyTyped)
- @types/[email protected] (https://github.com/DefinitelyTyped/DefinitelyTyped)
- [email protected].1 (https://github.com/TooTallNate/proxy-agents)
- [email protected].3 (https://github.com/TooTallNate/proxy-agents)
- [email protected] (https://github.com/juliangruber/balanced-match)
- [email protected] (https://github.com/juliangruber/brace-expansion)
- [email protected] (https://github.com/brianloveswords/buffer-crc32)
Expand All @@ -24,7 +24,7 @@ This project incorporates components from the projects listed below. The origina
- [email protected] (https://github.com/andrewrk/node-fd-slicer)
- [email protected] (https://github.com/sindresorhus/get-stream)
- [email protected] (https://github.com/isaacs/node-graceful-fs)
- [email protected].5 (https://github.com/TooTallNate/proxy-agents)
- [email protected].6 (https://github.com/TooTallNate/proxy-agents)
- [email protected] (https://github.com/beaugunderson/ip-address)
- [email protected] (https://github.com/sindresorhus/is-docker)
- [email protected] (https://github.com/sindresorhus/is-wsl)
Expand All @@ -43,7 +43,7 @@ This project incorporates components from the projects listed below. The origina
- [email protected] (https://github.com/tim-kos/node-retry)
- [email protected] (https://github.com/tapjs/signal-exit)
- [email protected] (https://github.com/JoshGlazebrook/smart-buffer)
- [email protected].4 (https://github.com/TooTallNate/proxy-agents)
- [email protected].5 (https://github.com/TooTallNate/proxy-agents)
- [email protected] (https://github.com/JoshGlazebrook/socks)
- [email protected] (https://github.com/alexei/sprintf.js)
- [email protected] (https://github.com/tapjs/stack-utils)
Expand Down Expand Up @@ -105,7 +105,7 @@ MIT License
=========================================
END OF @types/[email protected] AND INFORMATION

%% [email protected].1 NOTICES AND INFORMATION BEGIN HERE
%% [email protected].3 NOTICES AND INFORMATION BEGIN HERE
=========================================
(The MIT License)

Expand All @@ -130,7 +130,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF [email protected].1 AND INFORMATION
END OF [email protected].3 AND INFORMATION

%% [email protected] NOTICES AND INFORMATION BEGIN HERE
=========================================
Expand Down Expand Up @@ -542,7 +542,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
=========================================
END OF [email protected] AND INFORMATION

%% [email protected].5 NOTICES AND INFORMATION BEGIN HERE
%% [email protected].6 NOTICES AND INFORMATION BEGIN HERE
=========================================
(The MIT License)

Expand All @@ -567,7 +567,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF [email protected].5 AND INFORMATION
END OF [email protected].6 AND INFORMATION

%% [email protected] NOTICES AND INFORMATION BEGIN HERE
=========================================
Expand Down Expand Up @@ -1005,7 +1005,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF [email protected] AND INFORMATION

%% [email protected].4 NOTICES AND INFORMATION BEGIN HERE
%% [email protected].5 NOTICES AND INFORMATION BEGIN HERE
=========================================
(The MIT License)

Expand All @@ -1030,7 +1030,7 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
=========================================
END OF [email protected].4 AND INFORMATION
END OF [email protected].5 AND INFORMATION

%% [email protected] NOTICES AND INFORMATION BEGIN HERE
=========================================
Expand Down
54 changes: 24 additions & 30 deletions packages/playwright-core/bundles/utils/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/playwright-core/bundles/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"graceful-fs": "4.2.10",
"https-proxy-agent": "7.0.5",
"https-proxy-agent": "7.0.6",
"jpeg-js": "0.4.4",
"mime": "^3.0.0",
"minimatch": "^3.1.2",
Expand All @@ -25,7 +25,7 @@
"proxy-from-env": "1.1.0",
"retry": "0.12.0",
"signal-exit": "3.0.7",
"socks-proxy-agent": "8.0.4",
"socks-proxy-agent": "8.0.5",
"stack-utils": "2.0.5",
"ws": "8.17.1",
"yaml": "^2.6.0"
Expand Down
Loading