Skip to content

Commit 6acc86b

Browse files
committed
fix(deps): update dependency ws to v8.18.0
1 parent ce401ff commit 6acc86b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node-fetch": "3.0.3",
3838
"@types/normalize-path": "3.0.2",
3939
"@types/supertest": "6.0.2",
40-
"@types/ws": "8.5.10",
40+
"@types/ws": "8.5.12",
4141
"@typescript-eslint/eslint-plugin": "8.0.1",
4242
"@typescript-eslint/parser": "8.0.1",
4343
"class-transformer": "0.5.1",

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"subscriptions-transport-ws": "0.11.0",
3232
"tslib": "2.6.3",
3333
"uuid": "9.0.1",
34-
"ws": "8.17.1"
34+
"ws": "8.18.0"
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "2.2.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,10 +2531,10 @@
25312531
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.11.9.tgz#adfe96520b437a0eaa798a475877bf2f75ee402d"
25322532
integrity sha512-FCTsikRozryfayPuiI46QzH3fnrOoctTjvOYZkho9BTFLCOZ2rgZJHMOVgCOfttjPJcgOx52EpkY0CMfy87MIw==
25332533

2534-
"@types/[email protected].10":
2535-
version "8.5.10"
2536-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
2537-
integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
2534+
"@types/[email protected].12":
2535+
version "8.5.12"
2536+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.12.tgz#619475fe98f35ccca2a2f6c137702d85ec247b7e"
2537+
integrity sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==
25382538
dependencies:
25392539
"@types/node" "*"
25402540

@@ -11345,10 +11345,10 @@ [email protected]:
1134511345
type-fest "^0.4.1"
1134611346
write-json-file "^3.2.0"
1134711347

11348-
ws@8.17.1:
11349-
version "8.17.1"
11350-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
11351-
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
11348+
ws@8.18.0:
11349+
version "8.18.0"
11350+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
11351+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
1135211352

1135311353
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
1135411354
version "7.5.9"

0 commit comments

Comments
 (0)