Skip to content

Commit dd2e1a1

Browse files
Bump ws from 5.2.2 to 7.4.6
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@5.2.2...7.4.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8a688c commit dd2e1a1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
"wrappy": "^1.0.2",
753753
"write": "^1.0.3",
754754
"write-file-atomic": "^2.4.1",
755-
"ws": "^5.2.2",
755+
"ws": "^7.4.6",
756756
"xml-name-validator": "^3.0.0",
757757
"xtend": "^4.0.2",
758758
"y18n": "^4.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8701,13 +8701,18 @@ write@1.0.3, write@^1.0.3:
87018701
dependencies:
87028702
mkdirp "^0.5.1"
87038703

8704-
ws@^5.2.0, ws@^5.2.2:
8704+
ws@^5.2.0:
87058705
version "5.2.2"
87068706
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
87078707
integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
87088708
dependencies:
87098709
async-limiter "~1.0.0"
87108710

8711+
ws@^7.4.6:
8712+
version "7.4.6"
8713+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
8714+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
8715+
87118716
xml-name-validator@^3.0.0:
87128717
version "3.0.0"
87138718
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"

0 commit comments

Comments
 (0)