Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

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 20, 2024
1 parent 78bed0e commit 2247a17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"minimist": "^1.2.6",
"node-notifier": "^8.0.1",
"node-pty": "^1.0.0",
"ws": ">=7.4.6"
"ws": ">=8.17.1"
},
"private": true,
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions apps/shell/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3839,10 +3839,10 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

ws@>=7.4.6:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==
ws@>=8.17.1:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==

ws@^7.4.6:
version "7.5.9"
Expand Down

0 comments on commit 2247a17

Please sign in to comment.