From 2fd3ca255b980a58925e11e10ba1e75f281806da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:49:13 +0000 Subject: [PATCH] Bump ws from 7.5.9 to 7.5.11 in /Others/GraphQL/hello-world/server Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.11. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.11) --- updated-dependencies: - dependency-name: ws dependency-version: 7.5.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Others/GraphQL/hello-world/server/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Others/GraphQL/hello-world/server/package-lock.json b/Others/GraphQL/hello-world/server/package-lock.json index eb2a1eb..868b396 100644 --- a/Others/GraphQL/hello-world/server/package-lock.json +++ b/Others/GraphQL/hello-world/server/package-lock.json @@ -2348,9 +2348,10 @@ } }, "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.11", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.11.tgz", + "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==", + "license": "MIT", "engines": { "node": ">=8.3.0" },