0.4.1 update deps

master
David Kebler 2020-07-26 15:30:46 -07:00
parent aeae1df3fa
commit 9eeb5e29a2
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@uci/websocket",
"version": "0.4.0",
"version": "0.4.1",
"description": "JSON packet host websocket server",
"main": "src",
"scripts": {
@ -33,16 +33,16 @@
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"esm": "^3.2.25",
"mocha": "^7.1.0",
"nodemon": "^2.0.2"
"mocha": "^8.0.1",
"nodemon": "^2.0.4"
},
"dependencies": {
"@uci-utils/logger": "0.0.16",
"@uci-utils/logger": "0.0.18",
"await-to-js": "^2.1.1",
"better-try-catch": "^0.6.2",
"clone": "^2.1.2",
"death": "^1.1.0",
"p-reflect": "^2.1.0",
"ws": "^7.2.3"
"ws": "^7.3.1"
}
}