Skip to content

Commit fd14eb2

Browse files
chore(deps): bump proxy-agent from 6.4.0 to 6.5.0
Bumps [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/proxy-agent) --- updated-dependencies: - dependency-name: proxy-agent dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73ea09b commit fd14eb2

File tree

2 files changed

+34
-48
lines changed

2 files changed

+34
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
"memfs": "^4.17.1",
286286
"node-forge": "^1.3.1",
287287
"pretty-bytes": "^6.1.1",
288-
"proxy-agent": "^6.4.0",
288+
"proxy-agent": "^6.5.0",
289289
"semver": "^7.7.1",
290290
"ua-parser-js": "1.0.40",
291291
"ws": "^8.18.2",

yarn.lock

Lines changed: 33 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,14 +1155,7 @@ agent-base@6:
11551155
dependencies:
11561156
debug "4"
11571157

1158-
agent-base@^7.0.2, agent-base@^7.1.0, agent-base@^7.1.1:
1159-
version "7.1.1"
1160-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.1.tgz#bdbded7dfb096b751a2a087eeeb9664725b2e317"
1161-
integrity sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==
1162-
dependencies:
1163-
debug "^4.3.4"
1164-
1165-
agent-base@^7.1.2:
1158+
agent-base@^7.1.0, agent-base@^7.1.2:
11661159
version "7.1.3"
11671160
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1"
11681161
integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
@@ -2039,10 +2032,10 @@ dayjs@^1.11.13:
20392032
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
20402033
integrity sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==
20412034

2042-
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
2043-
version "4.3.7"
2044-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
2045-
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
2035+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
2036+
version "4.4.1"
2037+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
2038+
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
20462039
dependencies:
20472040
ms "^2.1.3"
20482041

@@ -2053,13 +2046,6 @@ debug@^3.2.7:
20532046
dependencies:
20542047
ms "^2.1.1"
20552048

2056-
debug@^4.3.5:
2057-
version "4.4.1"
2058-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
2059-
integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
2060-
dependencies:
2061-
ms "^2.1.3"
2062-
20632049
decamelize@^1.2.0:
20642050
version "1.2.0"
20652051
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -3543,7 +3529,7 @@ https-proxy-agent@^5.0.0:
35433529
agent-base "6"
35443530
debug "4"
35453531

3546-
https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3, https-proxy-agent@^7.0.5:
3532+
https-proxy-agent@^7.0.5, https-proxy-agent@^7.0.6:
35473533
version "7.0.6"
35483534
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
35493535
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
@@ -4862,21 +4848,21 @@ p-try@^2.0.0:
48624848
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
48634849
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
48644850

4865-
pac-proxy-agent@^7.0.1:
4866-
version "7.0.1"
4867-
resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz#6b9ddc002ec3ff0ba5fdf4a8a21d363bcc612d75"
4868-
integrity sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==
4851+
pac-proxy-agent@^7.1.0:
4852+
version "7.2.0"
4853+
resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz#9cfaf33ff25da36f6147a20844230ec92c06e5df"
4854+
integrity sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==
48694855
dependencies:
48704856
"@tootallnate/quickjs-emscripten" "^0.23.0"
4871-
agent-base "^7.0.2"
4857+
agent-base "^7.1.2"
48724858
debug "^4.3.4"
48734859
get-uri "^6.0.1"
48744860
http-proxy-agent "^7.0.0"
4875-
https-proxy-agent "^7.0.2"
4876-
pac-resolver "^7.0.0"
4877-
socks-proxy-agent "^8.0.2"
4861+
https-proxy-agent "^7.0.6"
4862+
pac-resolver "^7.0.1"
4863+
socks-proxy-agent "^8.0.5"
48784864

4879-
pac-resolver@^7.0.0:
4865+
pac-resolver@^7.0.1:
48804866
version "7.0.1"
48814867
resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-7.0.1.tgz#54675558ea368b64d210fd9c92a640b5f3b8abb6"
48824868
integrity sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==
@@ -5145,19 +5131,19 @@ progress@^2.0.0:
51455131
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
51465132
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
51475133

5148-
proxy-agent@^6.4.0:
5149-
version "6.4.0"
5150-
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.4.0.tgz#b4e2dd51dee2b377748aef8d45604c2d7608652d"
5151-
integrity sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==
5134+
proxy-agent@^6.5.0:
5135+
version "6.5.0"
5136+
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.5.0.tgz#9e49acba8e4ee234aacb539f89ed9c23d02f232d"
5137+
integrity sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==
51525138
dependencies:
5153-
agent-base "^7.0.2"
5139+
agent-base "^7.1.2"
51545140
debug "^4.3.4"
51555141
http-proxy-agent "^7.0.1"
5156-
https-proxy-agent "^7.0.3"
5142+
https-proxy-agent "^7.0.6"
51575143
lru-cache "^7.14.1"
5158-
pac-proxy-agent "^7.0.1"
5144+
pac-proxy-agent "^7.1.0"
51595145
proxy-from-env "^1.1.0"
5160-
socks-proxy-agent "^8.0.2"
5146+
socks-proxy-agent "^8.0.5"
51615147

51625148
proxy-from-env@^1.1.0:
51635149
version "1.1.0"
@@ -6221,19 +6207,19 @@ smart-buffer@^4.2.0:
62216207
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
62226208
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
62236209

6224-
socks-proxy-agent@^8.0.2:
6225-
version "8.0.3"
6226-
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz#6b2da3d77364fde6292e810b496cb70440b9b89d"
6227-
integrity sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==
6210+
socks-proxy-agent@^8.0.5:
6211+
version "8.0.5"
6212+
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz#b9cdb4e7e998509d7659d689ce7697ac21645bee"
6213+
integrity sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==
62286214
dependencies:
6229-
agent-base "^7.1.1"
6215+
agent-base "^7.1.2"
62306216
debug "^4.3.4"
6231-
socks "^2.7.1"
6217+
socks "^2.8.3"
62326218

6233-
socks@^2.7.1:
6234-
version "2.8.3"
6235-
resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.3.tgz#1ebd0f09c52ba95a09750afe3f3f9f724a800cb5"
6236-
integrity sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==
6219+
socks@^2.8.3:
6220+
version "2.8.5"
6221+
resolved "https://registry.yarnpkg.com/socks/-/socks-2.8.5.tgz#bfe18f5ead1efc93f5ec90c79fa8bdccbcee2e64"
6222+
integrity sha512-iF+tNDQla22geJdTyJB1wM/qrX9DMRwWrciEPwWLPRWAUEM8sQiyxgckLxWT1f7+9VabJS0jTGGr4QgBuvi6Ww==
62376223
dependencies:
62386224
ip-address "^9.0.5"
62396225
smart-buffer "^4.2.0"

0 commit comments

Comments
 (0)