Skip to content

Commit 16eee97

Browse files
committed
deps: socks@10.1.1
1 parent dd3f939 commit 16eee97

3 files changed

Lines changed: 32 additions & 4 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm test:*)",
5+
"Bash(npm run lint:*)",
6+
"Bash(npm run build:*)",
7+
"Bash(find:*)",
8+
"Bash(wc:*)",
9+
"Bash(git:*)",
10+
"Bash(npm run:*)",
11+
"Bash(npm install:*)",
12+
"Bash(npm uninstall:*)",
13+
"Bash(npx eslint:*)",
14+
"Bash(gh issue:*)",
15+
"Bash(npx vitest:*)",
16+
"WebFetch(domain:www.openssh.com)",
17+
"Bash(ls:*)",
18+
"Bash(cat:*)",
19+
"Bash(npm pack:*)",
20+
"Bash(npx tsc:*)",
21+
"Bash(node:*)",
22+
"Bash(npm info:*)",
23+
"Bash(cp:*)"
24+
]
25+
}
26+
}

node_modules/socks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socks",
33
"private": false,
4-
"version": "2.8.7",
4+
"version": "2.8.8",
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",
@@ -44,7 +44,7 @@
4444
"typescript": "^5.3.3"
4545
},
4646
"dependencies": {
47-
"ip-address": "^10.0.1",
47+
"ip-address": "^10.1.1",
4848
"smart-buffer": "^4.2.0"
4949
},
5050
"scripts": {

package-lock.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10740,11 +10740,13 @@
1074010740
}
1074110741
},
1074210742
"node_modules/socks": {
10743-
"version": "2.8.7",
10743+
"version": "2.8.8",
10744+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.8.tgz",
10745+
"integrity": "sha512-NlGELfPrgX2f1TAAcz0WawlLn+0r3FyhhCRpFFK2CemXenPYvzMWWZINv3eDNo9ucdwme7oCHRY0Jnbs4aIkog==",
1074410746
"inBundle": true,
1074510747
"license": "MIT",
1074610748
"dependencies": {
10747-
"ip-address": "^10.0.1",
10749+
"ip-address": "^10.1.1",
1074810750
"smart-buffer": "^4.2.0"
1074910751
},
1075010752
"engines": {

0 commit comments

Comments
 (0)