Skip to content

Commit b393a7e

Browse files
fix(deps): update dependency ws to v8.6.0 (#912)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 17f5710 commit b393a7e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/todo-example/server-ws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"@n1ru4l/socket-io-graphql-server": "*",
88
"graphql": "16.0.0-experimental-stream-defer.5",
99
"graphql-ws": "5.6.3",
10-
"ws": "8.5.0"
10+
"ws": "8.6.0"
1111
},
1212
"devDependencies": {
1313
"@types/node": "16.11.26",
14-
"@types/ws": "8.5.1",
14+
"@types/ws": "8.5.3",
1515
"ts-node-dev": "1.1.8",
1616
"typescript": "4.5.5"
1717
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,10 +2319,10 @@
23192319
dependencies:
23202320
"@types/node" "*"
23212321

2322-
"@types/[email protected].1", "@types/ws@^8.0.0":
2323-
version "8.5.1"
2324-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.1.tgz#79136958b48bc73d5165f286707ceb9f04471599"
2325-
integrity sha512-UxlLOfkuQnT2YSBCNq0x86SGOUxas6gAySFeDe2DcnEnA8655UIPoCDorWZCugcvKIL8IUI4oueUfJ1hhZSE2A==
2322+
"@types/[email protected].3", "@types/ws@^8.0.0":
2323+
version "8.5.3"
2324+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d"
2325+
integrity sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==
23262326
dependencies:
23272327
"@types/node" "*"
23282328

@@ -8763,10 +8763,10 @@ [email protected], ws@~8.2.3:
87638763
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba"
87648764
integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==
87658765

8766-
ws@8.5.0:
8767-
version "8.5.0"
8768-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
8769-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
8766+
ws@8.6.0:
8767+
version "8.6.0"
8768+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.6.0.tgz#e5e9f1d9e7ff88083d0c0dd8281ea662a42c9c23"
8769+
integrity sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==
87708770

87718771
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.4.6:
87728772
version "7.4.6"

0 commit comments

Comments
 (0)