From 83f3c72dbb2b14651b009dfea1581c4c3cfd54e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:37:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- 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",