Updatets to multi-rpc to 1.4.0

This commit is contained in:
Zachary Boyd 2018-12-23 21:16:55 -05:00
parent 08c0b7687e
commit 5195b576be
3 changed files with 6 additions and 6 deletions

View file

@ -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.

4
package-lock.json generated
View file

@ -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": {

View file

@ -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"
}