Skip to content

Commit

Permalink
dependency: websocket: 5.x -> 8.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Mar 3, 2024
1 parent cdd7a7e commit 602f7b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Expand Up @@ -30,7 +30,7 @@
"graphql-ws": "^5.5.5",
"nexus": "^1.2.0-next.15",
"server-destroy": "^1.0.1",
"ws": "^8.5.0"
"ws": "8.14.1"
},
"devDependencies": {
"@packages/data-context": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -199,7 +199,7 @@
"tsconfig-paths": "3.10.1",
"tslint": "^6.1.3",
"webpack": "^5.88.2",
"ws": "5.2.3",
"ws": "8.14.1",
"xvfb": "https://github.com/cypress-io/node-xvfb.git#22e3783c31d81ebe64d8c0df491ea00cdc74726a",
"xvfb-maybe": "0.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion system-tests/package.json
Expand Up @@ -88,7 +88,7 @@
"systeminformation": "5.21.7",
"temp-dir": "^2.0.0",
"webpack": "^5.88.2",
"ws": "5.2.3"
"ws": "8.14.1"
},
"types": "lib/fixtures.ts",
"license": "ISC",
Expand Down
14 changes: 6 additions & 8 deletions yarn.lock
Expand Up @@ -31677,19 +31677,12 @@ ws@3.3.x:
safe-buffer "~5.1.0"
ultron "~1.1.0"

ws@5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d"
integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==
dependencies:
async-limiter "~1.0.0"

ws@7.4.5, ws@~7.4.2:
version "7.4.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==

ws@8.14.1, ws@^8.0.0, ws@^8.13.0, ws@^8.5.0:
ws@8.14.1:
version "8.14.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0"
integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==
Expand All @@ -31711,6 +31704,11 @@ ws@^6.2.1:
dependencies:
async-limiter "~1.0.0"

ws@^8.0.0, ws@^8.13.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4"
integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==

ws@~8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
Expand Down

0 comments on commit 602f7b1

Please sign in to comment.