From 89718a8a073025d5f814d44191eeb3586b9ca221 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 21 Apr 2018 01:19:57 +0000 Subject: [PATCH] v0.9.2 --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index dc83b1d..6e1eec0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stunneld", - "version": "0.9.1", + "version": "0.9.2", "description": "A pure-JavaScript tunnel daemon for http and https similar to a localtunnel.me server, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.", "main": "wstunneld.js", "bin": { @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Daplie/node-tunnel-server.git" + "url": "git+https://git.coolaj86.com/coolaj86/tunnel-server.js.git" }, "keywords": [ "server", @@ -42,19 +42,19 @@ "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)", "bugs": { - "url": "https://github.com/Daplie/node-tunnel-server/issues" + "url": "https://git.coolaj86.com/coolaj86/tunnel-server.js/issues" }, - "homepage": "https://github.com/Daplie/node-tunnel-server#readme", + "homepage": "https://git.coolaj86.com/coolaj86/tunnel-server.js", "dependencies": { - "bluebird": "^3.5.0", - "cluster-store": "^2.0.4", - "commander": "^2.9.0", - "greenlock": "^2.1.12", - "jsonwebtoken": "^7.1.9", - "localhost.daplie.me-certificates": "^1.3.3", - "redirect-https": "^1.1.0", + "bluebird": "^3.5.1", + "cluster-store": "^2.0.8", + "commander": "^2.15.1", + "greenlock": "^2.2.4", + "jsonwebtoken": "^8.2.1", + "localhost.daplie.me-certificates": "^1.3.5", + "redirect-https": "^1.1.5", "sni": "^1.0.0", "tunnel-packer": "^1.4.0", - "ws": "^2.2.3" + "ws": "^5.1.1" } }