diff --git a/package-lock.json b/package-lock.json index b34fa4ee7..ebd0a9a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14652,9 +14652,9 @@ } }, "ws": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz", - "integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.0.tgz", + "integrity": "sha512-deZYUNlt2O4buFCa3t5bKLf8A7FPP/TVjwOeVNpw818Ma5nk4MLXls2eoEGS39o8119QIYxTrTDoPQ5B/gTD6w==", "requires": { "async-limiter": "~1.0.0" } diff --git a/package.json b/package.json index 6c920bd0f..d0da0963a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@babel/runtime": "^7.3.4", - "ws": "6.1.4", + "ws": "6.2.0", "xmlhttprequest": "1.8.0" }, "devDependencies": {