Skip to content

Commit 580af86

Browse files
Merge pull request #2706 from nestjs/renovate/ws-8.x
fix(deps): update dependency ws to v8.13.0
2 parents 5150002 + 8197855 commit 580af86

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
@@ -10183,10 +10183,10 @@ write-pkg@4.0.0:
1018310183
type-fest "^0.4.1"
1018410184
write-json-file "^3.2.0"
1018510185

10186-
ws@8.12.1, ws@^8.12.1:
10187-
version "8.12.1"
10188-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
10189-
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
10186+
ws@8.13.0:
10187+
version "8.13.0"
10188+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
10189+
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
1019010190

1019110191
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
1019210192
version "7.5.9"
@@ -10198,6 +10198,11 @@ ws@^8.0.0, ws@^8.11.0, ws@^8.2.2:
1019810198
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.0.tgz#485074cc392689da78e1828a9ff23585e06cddd8"
1019910199
integrity sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==
1020010200

10201+
ws@^8.12.1:
10202+
version "8.12.1"
10203+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
10204+
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
10205+
1020110206
xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
1020210207
version "5.1.0"
1020310208
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9"

0 commit comments

Comments
 (0)