Skip to content

Commit

Permalink
[0.65] Further ws updates to pass CG
Browse files Browse the repository at this point in the history
This PR backports #8007 to 0.65.
  • Loading branch information
jonthysell committed Jun 10, 2021
1 parent 03184e0 commit 034783f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@
"metro-resolver": "^0.66.0",
"metro-runtime": "^0.66.0",
"xmldom": "^0.5.0",
"**/@react-native/repo-config/ws": "^7.4.6",
"**/react-native-windows/ws": "^7.4.6",
"**/@office-iss/react-native-win32/ws": "^7.4.6",
"**/jsdom/ws": "^7.4.6",
"**/puppeteer-core/ws": "^7.4.6",
"**/react-devtools-core/ws": "^7.4.6",
"**/react-native/ws": "^7.4.6"
"ws": "^7.4.6"
},
"engines": {
"node": ">12.0.0"
Expand Down
39 changes: 1 addition & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2831,11 +2831,6 @@ async-hook-jl@^1.7.6:
dependencies:
stack-chain "^1.3.7"

async-limiter@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==

async-listener@^0.6.0:
version "0.6.10"
resolved "https://registry.yarnpkg.com/async-listener/-/async-listener-0.6.10.tgz#a7c97abe570ba602d782273c0de60a51e3e17cbc"
Expand Down Expand Up @@ -8497,11 +8492,6 @@ optionator@^0.9.1:
type-check "^0.4.0"
word-wrap "^1.2.3"

options@>=0.0.5:
version "0.0.6"
resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"
integrity sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=

ora@*:
version "4.0.5"
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.5.tgz#7410b5cc2d99fa637fd5099bbb9f02bfbb5a361e"
Expand Down Expand Up @@ -10687,16 +10677,6 @@ uglify-js@^3.1.4:
dependencies:
commander "~2.20.3"

ultron@1.0.x:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"
integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=

ultron@~1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==

unbroken@1.0.27:
version "1.0.27"
resolved "https://registry.yarnpkg.com/unbroken/-/unbroken-1.0.27.tgz#230c25e4f7a272b30ff87139289fd974a8ddf2f9"
Expand Down Expand Up @@ -11178,24 +11158,7 @@ write@1.0.3:
dependencies:
mkdirp "^0.5.1"

ws@^1.1.0, ws@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==
dependencies:
options ">=0.0.5"
ultron "1.0.x"

ws@^3.3.1:
version "3.3.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==
dependencies:
async-limiter "~1.0.0"
safe-buffer "~5.1.0"
ultron "~1.1.0"

ws@^6.1.4, ws@^7, ws@^7.2.3, ws@^7.4.6:
ws@^1.1.0, ws@^1.1.5, ws@^3.3.1, ws@^6.1.4, ws@^7, ws@^7.2.3, 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==
Expand Down

0 comments on commit 034783f

Please sign in to comment.