From 55e9f5c27d5f274e02ddf4cd1222911335322791 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Oct 2025 07:02:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80b6961..2ad8cb5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "replit-graphql": "^3.2.3", "safe-logging-replit": "^1.3.2", "toml": "^3.0.0", - "ws": "^8.11.0" + "ws": "^8.17.1" }, "devDependencies": { "@types/diff": "^5.0.9",