From 5ef7eae854be9e210a5c03a8444e2f8f42925fea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 02:49:09 +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 cfd2007..01cc58f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@feathersjs/errors": "^4.5.11", "@feathersjs/express": "^4.5.11", "@feathersjs/feathers": "^4.5.11", - "@feathersjs/socketio": "^4.5.11", + "@feathersjs/socketio": "^5.0.0", "@feathersjs/transport-commons": "^4.5.11", "bufferutil": "^4.0.2", "compression": "^1.7.4",