Skip to content

Commit 60746a7

Browse files
Bump ws from 8.8.1 to 8.17.1 (#3666)
Bumps [ws](https://github.com/websockets/ws) from 8.8.1 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.8.1...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>
1 parent 440b13d commit 60746a7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
"webpack-bundle-analyzer": "^3.6.1",
100100
"webpack-cli": "^5.0.1",
101101
"webpack-dev-server": "^4.11.1",
102-
"ws": "8.8.1"
102+
"ws": "8.17.1"
103103
}
104104
}

packages/vscode-graphql-execution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"graphql-ws": "5.10.0",
116116
"svelte": "^4.1.1",
117117
"svelte2tsx": "^0.6.16",
118-
"ws": "8.8.1",
118+
"ws": "8.17.1",
119119
"nullthrows": "1.1.1"
120120
}
121121
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18838,15 +18838,15 @@ write-file-atomic@^4.0.2:
1883818838
imurmurhash "^0.1.4"
1883918839
signal-exit "^3.0.7"
1884018840

18841-
[email protected], ws@>=8.7.0, ws@^8.12.0, ws@^8.4.2:
18841+
1884218842
version "8.13.0"
1884318843
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
1884418844
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
1884518845

18846-
ws@8.8.1:
18847-
version "8.8.1"
18848-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0"
18849-
integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==
18846+
ws@8.17.1, ws@>=8.7.0, ws@^8.12.0, ws@^8.4.2:
18847+
version "8.17.1"
18848+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
18849+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
1885018850

1885118851
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.4.6:
1885218852
version "7.5.9"

0 commit comments

Comments
 (0)