Skip to content

Commit 5f72548

Browse files
authored
Merge pull request #23 from petterh/petterh/fix-ws-vulnerability
Fix ws vulnerability: https://github.com/websockets/ws/commit/c4fe466…
2 parents af7fbe9 + 1199fc0 commit 5f72548

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"devDependencies": {
1717
"babel-loader": "8.0.6",
1818
"babel-plugin-transform-runtime": "6.23.0",
19-
"metro-react-native-babel-preset": "0.55.0"
19+
"metro-react-native-babel-preset": "0.55.0",
20+
"ws": ">=3.3.1"
2021
}
2122
}

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,11 @@ astral-regex@^1.0.0:
10351035
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
10361036
integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
10371037

1038+
async-limiter@^1.0.0:
1039+
version "1.0.1"
1040+
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1041+
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1042+
10381043
async-limiter@~1.0.0:
10391044
version "1.0.0"
10401045
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
@@ -4661,6 +4666,13 @@ write-file-atomic@^1.2.0:
46614666
imurmurhash "^0.1.4"
46624667
slide "^1.1.5"
46634668

4669+
ws@>=3.3.1:
4670+
version "7.1.2"
4671+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.1.2.tgz#c672d1629de8bb27a9699eb599be47aeeedd8f73"
4672+
integrity sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg==
4673+
dependencies:
4674+
async-limiter "^1.0.0"
4675+
46644676
ws@^1.1.0, ws@^1.1.5:
46654677
version "1.1.5"
46664678
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"

0 commit comments

Comments
 (0)