diff --git a/package.json b/package.json index dbed7741fc..499086c095 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "react": "16.8.6", "react-test-renderer": "16.8.6", "shelljs": "^0.7.8", - "ws": "^6.1.4", + "ws": "^7.4.6", "yargs": "^9.0.0" }, "detox": { diff --git a/yarn.lock b/yarn.lock index cc8a095ba1..7be5ca4feb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5588,7 +5588,7 @@ p-finally@^1.0.0: p-is-promise@^1.1.0: version "1.1.0" - resolved "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" + resolved "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= p-limit@^1.1.0: @@ -7366,12 +7366,10 @@ ws@^5.2.0: dependencies: async-limiter "~1.0.0" -ws@^6.1.4: - version "6.1.4" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9" - integrity sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA== - dependencies: - async-limiter "~1.0.0" +ws@^7.4.6: + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== xcode@^2.0.0: version "2.0.0"