Skip to content

Commit dc1a057

Browse files
committed
deps: socks-proxy-agent@6.1.1
1 parent 3d41447 commit dc1a057

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

node_modules/socks-proxy-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "socks-proxy-agent",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
55
"main": "dist/index",
6-
"typings": "dist/index",
6+
"typings": "dist/index.d.ts",
77
"files": [
88
"dist"
99
],

package-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7045,9 +7045,9 @@
70457045
}
70467046
},
70477047
"node_modules/socks-proxy-agent": {
7048-
"version": "6.1.0",
7049-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.0.tgz",
7050-
"integrity": "sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==",
7048+
"version": "6.1.1",
7049+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz",
7050+
"integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
70517051
"inBundle": true,
70527052
"dependencies": {
70537053
"agent-base": "^6.0.2",
@@ -16312,9 +16312,9 @@
1631216312
}
1631316313
},
1631416314
"socks-proxy-agent": {
16315-
"version": "6.1.0",
16316-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.0.tgz",
16317-
"integrity": "sha512-57e7lwCN4Tzt3mXz25VxOErJKXlPfXmkMLnk310v/jwW20jWRVcgsOit+xNkN3eIEdB47GwnfAEBLacZ/wVIKg==",
16315+
"version": "6.1.1",
16316+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz",
16317+
"integrity": "sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==",
1631816318
"requires": {
1631916319
"agent-base": "^6.0.2",
1632016320
"debug": "^4.3.1",

0 commit comments

Comments
 (0)