From 50fb0296fd37746c559a8b1eb60f14e9ab28320a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 17:58:09 +0000 Subject: [PATCH] Bump ws from 7.1.0 to 7.4.6 Bumps [ws](https://github.com/websockets/ws) from 7.1.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.1.0...7.4.6) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ca0154..c4d2798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7456,12 +7456,9 @@ } }, "ws": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz", - "integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==", - "requires": { - "async-limiter": "^1.0.0" - } + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xcode": { "version": "2.0.0", diff --git a/package.json b/package.json index b00b25d..872b911 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native-web": "^0.11.4", "react-navigation": "^3.11.0", - "ws": "^7.1.0" + "ws": "^7.4.6" }, "devDependencies": { "babel-preset-expo": "^5.1.1"