Skip to content

Commit d1b7574

Browse files
Merge pull request #1990 from nestjs/renovate/ws-8.x
fix(deps): update dependency ws to v8.5.0
2 parents 89ae53f + 0f776d4 commit d1b7574

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.3.1",
3333
"uuid": "8.3.2",
34-
"ws": "8.4.2"
34+
"ws": "8.5.0"
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "0.1.5",

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10469,10 +10469,10 @@ write-pkg@^4.0.0:
1046910469
type-fest "^0.4.1"
1047010470
write-json-file "^3.2.0"
1047110471

10472-
ws@8.4.2, ws@^8.4.2:
10473-
version "8.4.2"
10474-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b"
10475-
integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==
10472+
ws@8.5.0:
10473+
version "8.5.0"
10474+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
10475+
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
1047610476

1047710477
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.4.6:
1047810478
version "7.5.5"
@@ -10484,6 +10484,11 @@ ws@^8.0.0, ws@^8.2.2:
1048410484
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.3.tgz#63a56456db1b04367d0b721a0b80cae6d8becbba"
1048510485
integrity sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==
1048610486

10487+
ws@^8.4.2:
10488+
version "8.4.2"
10489+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b"
10490+
integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA==
10491+
1048710492
xdg-basedir@^4.0.0:
1048810493
version "4.0.0"
1048910494
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"

0 commit comments

Comments
 (0)