Bump ws from 6.1.2 to 6.1.3 (#5316)

Bumps [ws](https://github.com/websockets/ws) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.1.2...6.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-24 10:36:22 +00:00
committed by peril-parse-community[bot]
parent f84f245903
commit bb47caad56
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10656,9 +10656,9 @@
} }
}, },
"ws": { "ws": {
"version": "6.1.2", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.3.tgz",
"integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==", "integrity": "sha512-tbSxiT+qJI223AP4iLfQbkbxkwdFcneYinM2+x46Gx2wgvbaOMO36czfdfVUBRTHvzAMRhDd98sA5d/BuWbQdg==",
"requires": { "requires": {
"async-limiter": "~1.0.0" "async-limiter": "~1.0.0"
} }

View File

@@ -42,7 +42,7 @@
"uuid": "^3.1.0", "uuid": "^3.1.0",
"winston": "2.4.4", "winston": "2.4.4",
"winston-daily-rotate-file": "1.7.2", "winston-daily-rotate-file": "1.7.2",
"ws": "6.1.2" "ws": "6.1.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.2.3", "@babel/cli": "7.2.3",