From 5dfa1baad32a07ca2f8887b285829ac49af13202 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Mar 2023 15:54:54 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 930b1c6..92ac2a5 100644 --- a/api/package.json +++ b/api/package.json @@ -18,7 +18,7 @@ "@types/ws": "^8.2.2", "automod": "^0.1.0", "dotenv": "^14.2.0", - "express": "^4.17.2", + "express": "^4.17.3", "log75": "^2.2.0", "monk": "^7.3.4", "redis": "^4.2.0",