From 0051c5ddf7a71ef2eec5ce84e85f227c9ffa8b2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 14:31:31 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MYSQL2-6861580 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b61b731..a24dd378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "jsonwebtoken": "^9.0.2", "mailgun.js": "^10.2.1", "microsoft-cognitiveservices-speech-sdk": "1.36.0", - "mysql2": "^3.9.3", + "mysql2": "^3.9.8", "nocache": "4.0.0", "passport": "^0.7.0", "passport-http-bearer": "^1.0.1", @@ -6909,9 +6909,10 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/mysql2": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.9.3.tgz", - "integrity": "sha512-+ZaoF0llESUy7BffccHG+urErHcWPZ/WuzYAA9TEeLaDYyke3/3D+VQDzK9xzRnXpd0eMtRf0WNOeo4Q1Baung==", + "version": "3.9.8", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.9.8.tgz", + "integrity": "sha512-+5JKNjPuks1FNMoy9TYpl77f+5frbTklz7eb3XDwbpsERRLEeXiW2PDEkakYF50UuKU2qwfGnyXpKYvukv8mGA==", + "license": "MIT", "dependencies": { "denque": "^2.1.0", "generate-function": "^2.3.1", diff --git a/package.json b/package.json index 6d07536d..349dcc16 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "jsonwebtoken": "^9.0.2", "mailgun.js": "^10.2.1", "microsoft-cognitiveservices-speech-sdk": "1.36.0", - "mysql2": "^3.9.3", + "mysql2": "^3.9.8", "nocache": "4.0.0", "passport": "^0.7.0", "passport-http-bearer": "^1.0.1",