Skip to content

Commit

Permalink
Bump ws from 7.3.0 to 7.4.6 in /apps/shell (#1192)
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.3.0...7.4.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 30, 2021
1 parent dbd0703 commit c48a68a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"js-yaml": "^3.14.0",
"minimist": ">=1.2.2",
"node-pty": "^0.9.0",
"ws": ">=7.2.0"
"ws": ">=7.4.6"
},
"private": true,
"resolutions": {
Expand Down
13 changes: 4 additions & 9 deletions apps/shell/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4007,15 +4007,10 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

ws@>=7.2.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd"
integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==

ws@^7.4.4:
version "7.4.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
ws@>=7.4.6, ws@^7.4.4:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==

xml-name-validator@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit c48a68a

Please sign in to comment.