From 0b0a5d74c6d312ab18dfa2e169da6135ef9ab66b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 May 2023 15:37:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-5496331 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16132e61..1573d39a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nestjs/jwt": "^9.0.0", "@nestjs/passport": "^9.0.0", "@nestjs/platform-express": "^9.2.1", - "@nestjs/platform-socket.io": "^9.2.1", + "@nestjs/platform-socket.io": "^9.3.4", "@nestjs/schedule": "^2.1.0", "@nestjs/throttler": "^3.1.0", "@nestjs/websockets": "^9.2.1",