Ver código fonte

Updatets to multi-rpc to 1.4.0

Zachary Boyd 6 anos atrás
pai
commit
5195b576be
3 arquivos alterados com 6 adições e 6 exclusões
  1. 1 1
      CHANGELOG.md
  2. 2 2
      package-lock.json
  3. 3 3
      package.json

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## [4.0.8] - 2018-12-14
+## [4.0.9] - 2018-12-14
 ### Changed
 - Updates `multi-rpc` to version 1.4.0.
 

+ 2 - 2
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "tor-router",
-  "version": "4.0.7",
+  "version": "4.0.9",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -12,7 +12,7 @@
     },
     "@types/events": {
       "version": "1.2.0",
-      "resolved": "http://registry.npmjs.org/@types/events/-/events-1.2.0.tgz",
+      "resolved": "https://registry.npmjs.org/@types/events/-/events-1.2.0.tgz",
       "integrity": "sha512-KEIlhXnIutzKwRbQkGWb/I4HFqBuUykAdHgDED6xqwXJfONCjF5VoE0cXEiurh3XauygxzeDzgtXUqvLkxFzzA=="
     },
     "@types/lodash": {

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "tor-router",
-  "version": "4.0.8",
+  "version": "4.0.9",
   "main": "src/index.js",
   "repository": "git@github.com:znetstar/tor-router.git",
   "author": "Zachary Boyd <zachary@zacharyboyd.nyc>",
@@ -38,13 +38,13 @@
     "granax": "^3.1.4",
     "js-weighted-list": "^0.1.1",
     "lodash": "^4.17.4",
-    "multi-rpc": "^1.2.2",
+    "multi-rpc": "^1.4.0",
     "nanoid": "^1.2.3",
     "native-dns": "git+https://github.com/znetstar/node-dns.git#336f1d3027b2a3da719b5cd65380219267901aeb",
     "nconf": "^0.10.0",
     "shelljs": "^0.8.2",
     "socksv5": "git+https://github.com/znetstar/socksv5.git#1480422215cf1464fa06f5aec4a3e7f2117e3403",
-    "temp": "^0.8.a3",
+    "temp": "^0.8.3",
     "winston": "^3.0.0-rc5",
     "yargs": "^11.0.0"
   }