chore(deps): update dependency ws to v6.1.3 (#2221)

This commit is contained in:
renovate[bot] 2019-01-24 08:49:39 +00:00 committed by GitHub
parent e0c6a3547e
commit 948afd82de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

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

View file

@ -127,7 +127,7 @@
"ts-jest": "23.10.5",
"tslint": "5.12.1",
"typescript": "3.2.4",
"ws": "6.1.2",
"ws": "6.1.3",
"yup": "0.26.10"
},
"jest": {