diff --git a/example/browser/package-lock.json b/example/browser/package-lock.json index 930a7f9..5c9903c 100644 --- a/example/browser/package-lock.json +++ b/example/browser/package-lock.json @@ -2850,11 +2850,11 @@ "@types/oauth": "^0.9.0", "@types/ws": "^7.2.0", "axios": "^0.19.0", - "https-proxy-agent": "^4.0.0", + "https-proxy-agent": "^5.0.0", "moment": "^2.24.0", "oauth": "^0.9.15", - "socks-proxy-agent": "github:h3poteto/node-socks-proxy-agent#master", - "typescript": "3.7.5", + "socks-proxy-agent": "^5.0.0", + "typescript": "3.8.3", "ws": "^7.2.1" }, "dependencies": { @@ -7675,8 +7675,8 @@ } }, "socks-proxy-agent": { - "version": "github:h3poteto/node-socks-proxy-agent#master", - "from": "github:h3poteto/node-socks-proxy-agent#master", + "version": "4.0.2", + "resolved": "github:h3poteto/node-socks-proxy-agent#master", "requires": { "agent-base": "~4.2.1", "socks": "~2.3.2" diff --git a/example/typescript/package-lock.json b/example/typescript/package-lock.json index 3fee5c4..277936e 100644 --- a/example/typescript/package-lock.json +++ b/example/typescript/package-lock.json @@ -75,11 +75,11 @@ "@types/oauth": "^0.9.0", "@types/ws": "^7.2.0", "axios": "^0.19.0", - "https-proxy-agent": "^4.0.0", + "https-proxy-agent": "^5.0.0", "moment": "^2.24.0", "oauth": "^0.9.15", - "socks-proxy-agent": "github:h3poteto/node-socks-proxy-agent#master", - "typescript": "3.8.2", + "socks-proxy-agent": "^5.0.0", + "typescript": "3.8.3", "uuid": "^7.0.2", "ws": "^7.2.1" }, @@ -4915,8 +4915,8 @@ } }, "socks-proxy-agent": { - "version": "github:h3poteto/node-socks-proxy-agent#5be42d4a3f98c5a156d713ea88a54b825f26d1f3", - "from": "github:h3poteto/node-socks-proxy-agent#master", + "version": "4.0.2", + "resolved": "github:h3poteto/node-socks-proxy-agent#5be42d4a3f98c5a156d713ea88a54b825f26d1f3", "requires": { "agent-base": "~4.2.1", "socks": "~2.3.2"