diff --git a/package-lock.json b/package-lock.json index 5bb3cbb..bfb3c52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "socks", - "version": "3.0.0", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "socks", - "version": "3.0.0", + "version": "2.7.4", "license": "MIT", "dependencies": { "ip-address": "^9.0.5", @@ -24,7 +24,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": ">= 14.0.0", + "node": ">= 10.0.0", "npm": ">= 3.0.0" } }, diff --git a/package.json b/package.json index 91decf3..963bc5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "socks", "private": false, - "version": "2.7.3", + "version": "2.7.4", "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", "main": "build/index.js", "typings": "typings/index.d.ts",