Skip to content

Commit fd4153b

Browse files
committed
1 parent d6b705a commit fd4153b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

node_modules/socks/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socks",
33
"private": false,
4-
"version": "2.8.0",
4+
"version": "2.8.2",
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",
@@ -23,7 +23,7 @@
2323
"socks5"
2424
],
2525
"engines": {
26-
"node": ">= 16.0.0",
26+
"node": ">= 10.0.0",
2727
"npm": ">= 3.0.0"
2828
},
2929
"author": "Josh Glazebrook",
@@ -52,6 +52,7 @@
5252
"test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts",
5353
"prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml",
5454
"lint": "eslint 'src/**/*.ts'",
55-
"build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p ."
55+
"build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .",
56+
"build-raw": "rm -rf build typings && tsc -p ."
5657
}
5758
}

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12159,16 +12159,16 @@
1215912159
}
1216012160
},
1216112161
"node_modules/socks": {
12162-
"version": "2.8.0",
12163-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.0.tgz",
12164-
"integrity": "sha512-AvXLNBlmf/AN7g6ZuCRNtwbLFacfNBYvy7pchLnpJ1aqCw7FPOK0HEC/LxOZxWiJpqwnjYPxxxNxXYOgX8+3fw==",
12162+
"version": "2.8.2",
12163+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.2.tgz",
12164+
"integrity": "sha512-5Hvyu6Md91ooZzdrN/bSn/zlulFaRHrk2/6IY6qQNa3oVHTiG+CKxBV5PynKCGf31ar+3/hyPvlHFAYaBEOa3A==",
1216512165
"inBundle": true,
1216612166
"dependencies": {
1216712167
"ip-address": "^9.0.5",
1216812168
"smart-buffer": "^4.2.0"
1216912169
},
1217012170
"engines": {
12171-
"node": ">= 16.0.0",
12171+
"node": ">= 10.0.0",
1217212172
"npm": ">= 3.0.0"
1217312173
}
1217412174
},

0 commit comments

Comments
 (0)