Skip to content

Commit 446b5b0

Browse files
Merge pull request #3487 from nestjs/renovate/ws-8.x
fix(deps): update dependency ws to v8.18.1
2 parents 23091a1 + 96d2105 commit 446b5b0

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node-fetch": "3.0.3",
3939
"@types/normalize-path": "3.0.2",
4040
"@types/supertest": "6.0.2",
41-
"@types/ws": "8.5.14",
41+
"@types/ws": "8.18.0",
4242
"@typescript-eslint/eslint-plugin": "8.27.0",
4343
"@typescript-eslint/parser": "8.27.0",
4444
"class-transformer": "0.5.1",

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"normalize-path": "3.0.0",
3131
"subscriptions-transport-ws": "0.11.0",
3232
"tslib": "2.8.1",
33-
"ws": "8.18.0"
33+
"ws": "8.18.1"
3434
},
3535
"devDependencies": {
3636
"@apollo/subgraph": "2.2.3",

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,10 +2565,10 @@
25652565
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.12.2.tgz#760329e756e18a4aab82fc502b51ebdfebbe49f5"
25662566
integrity sha512-6SlHBzUW8Jhf3liqrGGXyTJSIFe4nqlJ5A5KaMZ2l/vbM3Wh3KSybots/wfWVzNLK4D1NZluDlSQIbIEPx6oyA==
25672567

2568-
"@types/ws@8.5.14":
2569-
version "8.5.14"
2570-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.14.tgz#93d44b268c9127d96026cf44353725dd9b6c3c21"
2571-
integrity sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==
2568+
"@types/ws@8.18.0":
2569+
version "8.18.0"
2570+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.0.tgz#8a2ec491d6f0685ceaab9a9b7ff44146236993b5"
2571+
integrity sha512-8svvI3hMyvN0kKCJMvTJP/x6Y/EoQbepff882wL+Sn5QsXb3etnamgrJq4isrBxSJj5L2AuXcI0+bgkoAXGUJw==
25722572
dependencies:
25732573
"@types/node" "*"
25742574

@@ -11102,16 +11102,21 @@ [email protected]:
1110211102
type-fest "^0.4.1"
1110311103
write-json-file "^3.2.0"
1110411104

11105-
[email protected].0, ws@^8.11.0, ws@^8.12.1, ws@^8.16.0, ws@^8.2.2:
11106-
version "8.18.0"
11107-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
11108-
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
11105+
11106+
version "8.18.1"
11107+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb"
11108+
integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==
1110911109

1111011110
"ws@^5.2.0 || ^6.0.0 || ^7.0.0":
1111111111
version "7.5.10"
1111211112
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
1111311113
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
1111411114

11115+
ws@^8.11.0, ws@^8.12.1, ws@^8.16.0, ws@^8.2.2:
11116+
version "8.18.0"
11117+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
11118+
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
11119+
1111511120
xdg-basedir@^5.1.0:
1111611121
version "5.1.0"
1111711122
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9"

0 commit comments

Comments
 (0)