Skip to content

Commit ee5aceb

Browse files
Bump ws from 3.3.2 to 5.2.4 (#511)
Bumps [ws](https://github.com/websockets/ws) from 3.3.2 to 5.2.4. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@3.3.2...5.2.4) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb53427 commit ee5aceb

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"lodash": "^4.16.4",
5050
"retry": "^0.12.0",
5151
"secure-random": "^1.1.2",
52-
"ws": "^3.3.2"
52+
"ws": "^5.2.4"
5353
},
5454
"devDependencies": {
5555
"babel-cli": "^6.16.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3198,10 +3198,6 @@ uid-number@^0.0.6:
31983198
version "0.0.6"
31993199
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
32003200

3201-
ultron@~1.1.0:
3202-
version "1.1.1"
3203-
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
3204-
32053201
url@^0.11.0:
32063202
version "0.11.0"
32073203
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
@@ -3353,13 +3349,12 @@ write@^0.2.1:
33533349
dependencies:
33543350
mkdirp "^0.5.1"
33553351

3356-
ws@^3.3.2:
3357-
version "3.3.2"
3358-
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.2.tgz#96c1d08b3fefda1d5c1e33700d3bfaa9be2d5608"
3352+
ws@^5.2.4:
3353+
version "5.2.4"
3354+
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7"
3355+
integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==
33593356
dependencies:
33603357
async-limiter "~1.0.0"
3361-
safe-buffer "~5.1.0"
3362-
ultron "~1.1.0"
33633358

33643359
xtend@^4.0.0:
33653360
version "4.0.1"

0 commit comments

Comments
 (0)