From 162a08161c416a6b8236d8997b8baf9f8e038e0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 09:58:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a2fcbb..9386c94 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "morgan": "^1.9.1", "multer": "^1.3.1", "mysql2": "^1.6.5", - "npmlog": "^4.1.2", + "npmlog": "^7.0.1", "randomatic": "^3.1.1", "sequelize": "^6.9.0", "socket.io": "^3.0.0",