update socketio and express
This commit is contained in:
parent
f64d68d6ee
commit
78460e5b64
4 changed files with 19481 additions and 15 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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 */
|
|
||||||
|
|
@ -292,3 +292,5 @@ body, html {
|
||||||
.dropup:hover .dropbtn {
|
.dropup:hover .dropbtn {
|
||||||
background-color: #3e8e41;
|
background-color: #3e8e41;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJ3ZWJzc2gyLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/
|
||||||
|
|
@ -28,14 +28,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"basic-auth": "^2.0.1",
|
"basic-auth": "^2.0.1",
|
||||||
"colors": "^1.3.2",
|
"colors": "^1.4.0",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"debug": "^4.1.0",
|
"debug": "^4.1.1",
|
||||||
"express": "^4.16.4",
|
"express": "^4.17.1",
|
||||||
"express-session": "^1.15.6",
|
"express-session": "^1.16.2",
|
||||||
"morgan": "^1.9.1",
|
"morgan": "^1.9.1",
|
||||||
"read-config": "git+https://github.com/billchurch/nodejs-read-config.git",
|
"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",
|
"ssh2": "^0.6.1",
|
||||||
"validator": "^11.1.0"
|
"validator": "^11.1.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue