From c615f78f4d1c5693ce247eb6eb50b411b3d5d52e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 08:52:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa6b022..4374698 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "dependencies": { "express": "^4.14.0", "express-ws": "^2.0.0", - "pm2": "^2.2.3" + "pm2": "^5.4.0" } }