Skip to content

Commit 8197855

Browse files
fix(deps): update dependency ws to v8.13.0
1 parent fd81e1b commit 8197855

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

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.5.0",
3333
"uuid": "9.0.0",
34-
"ws": "8.12.1"
34+
"ws": "8.13.0"
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "2.2.3",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10188,10 +10188,10 @@ [email protected]:
1018810188
type-fest "^0.4.1"
1018910189
write-json-file "^3.2.0"
1019010190

10191-
ws@8.12.1, ws@^8.12.1:
10192-
version "8.12.1"
10193-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
10194-
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
10191+
ws@8.13.0:
10192+
version "8.13.0"
10193+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
10194+
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
1019510195

1019610196
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
1019710197
version "7.5.9"
@@ -10203,6 +10203,11 @@ ws@^8.0.0, ws@^8.11.0, ws@^8.2.2:
1020310203
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
1020410204
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
1020510205

10206+
ws@^8.12.1:
10207+
version "8.12.1"
10208+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
10209+
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
10210+
1020610211
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
1020710212
version "5.1.0"
1020810213
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9"

0 commit comments

Comments
 (0)