From 1c67f98ce1548bf2030a1ad94051b5d4f9fcd82b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2024 19:02:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6591084 - https://snyk.io/vuln/SNYK-JS-MYSQL2-6591300 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 416a6a4..a5a1152 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "aws-sdk": "2.857.0", "express": "4.18.2", "moment": "2.29.4", - "mysql2": "^2.2.5", + "mysql2": "^3.9.4", "serverless-http": "2.6.0", "source-map-support": "0.5.19", "winston": "^3.7.2",