update socketio and express

This commit is contained in:
Bill Church 2019-10-03 09:19:08 -05:00
parent f64d68d6ee
commit 78460e5b64
4 changed files with 19481 additions and 15 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,8 +0,0 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
/*! https://mths.be/utf8js v2.1.2 by @mathias */

View file

@ -292,3 +292,5 @@ body, html {
.dropup:hover .dropbtn {
background-color: #3e8e41;
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJ3ZWJzc2gyLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/

View file

@ -28,14 +28,14 @@
},
"dependencies": {
"basic-auth": "^2.0.1",
"colors": "^1.3.2",
"colors": "^1.4.0",
"compression": "^1.7.4",
"debug": "^4.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"morgan": "^1.9.1",
"read-config": "git+https://github.com/billchurch/nodejs-read-config.git",
"socket.io": "^2.1.1",
"socket.io": "^2.3.0",
"ssh2": "^0.6.1",
"validator": "^11.1.0"
},