mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
fix(deps): update socks-proxy-agent to v6
This commit is contained in:
5
.changeset/fresh-ants-kick.md
Normal file
5
.changeset/fresh-ants-kick.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/npm-registry-agent": patch
|
||||
---
|
||||
|
||||
Update socks-proxy-agent to v6.
|
||||
@@ -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
15
pnpm-lock.yaml
generated
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user