[dist] Update all non-major dependencies (#1356)

This commit is contained in:
renovate[bot] 2019-08-22 02:24:41 -05:00 committed by Charlie Robbins
parent 7a154f81d1
commit 4a657a7126
3 changed files with 7 additions and 7 deletions

View File

@ -5,11 +5,11 @@
"dependencies": {
"agentkeepalive": "^4.0.0",
"colors": "~0.6.2",
"connect": "~2.11.0",
"connect": "~2.30.0",
"connect-restreamer": "~1.0.0",
"request": "~2.27.0",
"socket.io": "~0.9.16",
"socket.io-client": "~0.9.16",
"sse": "0.0.6"
"sse": "0.0.8"
}
}

8
package-lock.json generated
View File

@ -1676,12 +1676,12 @@
"dev": true
},
"sse": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/sse/-/sse-0.0.6.tgz",
"integrity": "sha1-MZJGHfo4x4Qk3Zv46gJWGaElqhA=",
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/sse/-/sse-0.0.8.tgz",
"integrity": "sha512-cviG7JH31TUhZeaEVhac3zTzA+2FwA7qvHziAHpb7mC7RNVJ/RbHN+6LIGsS2ugP4o2H15DWmrSMK+91CboIcg==",
"dev": true,
"requires": {
"options": "^0.0.6"
"options": "0.0.6"
}
},
"string-width": {

View File

@ -25,7 +25,7 @@
"semver": "^5.0.3",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"sse": "0.0.6",
"sse": "0.0.8",
"ws": "^3.0.0"
},
"scripts": {