Merge branch 'refactor-and-remove-mhs'

This commit is contained in:
Josh Burman 2019-12-18 15:40:14 -05:00
commit f97446df95
2 changed files with 515 additions and 1665 deletions

2150
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,26 +17,26 @@
}, },
"homepage": "https://github.com/yardstick/braid#readme", "homepage": "https://github.com/yardstick/braid#readme",
"dependencies": { "dependencies": {
"@types/joi": "^14.3.2", "@types/joi": "^14.3.4",
"@types/mocha": "^5.2.6", "@types/mocha": "^5.2.7",
"body-parser": "^1.18.3", "body-parser": "^1.19.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.16.4", "express": "^4.17.1",
"joi": "^14.3.1", "joi": "^14.3.1",
"jsonwebtoken": "^8.5.0", "jsonwebtoken": "^8.5.1",
"websocket": "^1.0.28", "websocket": "^1.0.31",
"winston": "^3.2.1", "winston": "^3.2.1",
"ws": "^6.1.4" "ws": "^6.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/cors": "^2.8.4", "@types/cors": "^2.8.6",
"@types/express": "^4.16.1", "@types/express": "^4.17.2",
"@types/jsonwebtoken": "^8.3.0", "@types/jsonwebtoken": "^8.3.5",
"@types/ws": "^6.0.1", "@types/ws": "^6.0.4",
"chai": "^4.2.0", "chai": "^4.2.0",
"mocha": "^6.0.2", "mocha": "^6.2.2",
"mock-socket": "^8.0.5", "mock-socket": "^8.1.1",
"sinon": "^7.2.7", "sinon": "^7.5.0",
"typescript": "^3.3.3333" "typescript": "^3.7.3"
} }
} }