fix(deps): update socks-proxy-agent to v6

This commit is contained in:
Zoltan Kochan
2021-10-17 02:06:35 +03:00
parent c024e7fae4
commit 6c50af201a
3 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/npm-registry-agent": patch
---
Update socks-proxy-agent to v6.

View File

@@ -26,7 +26,7 @@
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"lru-cache": "^6.0.0",
"socks-proxy-agent": "^5.0.0"
"socks-proxy-agent": "^6.1.0"
},
"env": {
"node": ">=10"

15
pnpm-lock.yaml generated
View File

@@ -1428,13 +1428,13 @@ importers:
http-proxy-agent: ^5.0.0
https-proxy-agent: ^5.0.0
lru-cache: ^6.0.0
socks-proxy-agent: ^5.0.0
socks-proxy-agent: ^6.1.0
dependencies:
agentkeepalive: 4.1.4
http-proxy-agent: 5.0.0
https-proxy-agent: 5.0.0
lru-cache: 6.0.0
socks-proxy-agent: 5.0.1
socks-proxy-agent: 6.1.0
devDependencies:
'@pnpm/npm-registry-agent': 'link:'
'@types/http-proxy-agent': 4.0.1
@@ -13626,6 +13626,17 @@ packages:
- supports-color
dev: false
/socks-proxy-agent/6.1.0:
resolution: {integrity: sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==}
engines: {node: '>= 10'}
dependencies:
agent-base: 6.0.2
debug: 4.3.2
socks: 2.6.1
transitivePeerDependencies:
- supports-color
dev: false
/socks/2.6.1:
resolution: {integrity: sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==}
engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}