Skip to content

Commit 1399bfb

Browse files
committedFeb 18, 2025
deps: socks@2.8.4
1 parent 6b72107 commit 1399bfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎node_modules/socks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socks",
33
"private": false,
4-
"version": "2.8.3",
4+
"version": "2.8.4",
55
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
66
"main": "build/index.js",
77
"typings": "typings/index.d.ts",

‎package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14626,9 +14626,9 @@
1462614626
}
1462714627
},
1462814628
"node_modules/socks": {
14629-
"version": "2.8.3",
14630-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
14631-
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
14629+
"version": "2.8.4",
14630+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz",
14631+
"integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==",
1463214632
"inBundle": true,
1463314633
"license": "MIT",
1463414634
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.