diff --git a/package-lock.json b/package-lock.json index 431a4b4..49ae275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "dotenv": "^16.4.5", "http-status-codes": "^2.3.0", "mongoose": "^8.5.2", - "mysql2": "^3.11.0", + "mysql2": "^3.11.1", "sequelize": "^6.37.3" }, "devDependencies": { @@ -8829,9 +8829,10 @@ } }, "node_modules/mysql2": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.0.tgz", - "integrity": "sha512-J9phbsXGvTOcRVPR95YedzVSxJecpW5A5+cQ57rhHIFXteTP10HCs+VBjS7DHIKfEaI1zQ5tlVrquCd64A6YvA==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.1.tgz", + "integrity": "sha512-Oc8Zffd0gpIJnJ/NOMp6IiiJJDdWc7nmWpS+UE3K9feTpYia8XkbgL6EaOJYz52f6+2pAoC0eAQqUzal4lnNGQ==", + "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.1", "denque": "^2.1.0", @@ -22356,9 +22357,9 @@ } }, "mysql2": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.0.tgz", - "integrity": "sha512-J9phbsXGvTOcRVPR95YedzVSxJecpW5A5+cQ57rhHIFXteTP10HCs+VBjS7DHIKfEaI1zQ5tlVrquCd64A6YvA==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.11.1.tgz", + "integrity": "sha512-Oc8Zffd0gpIJnJ/NOMp6IiiJJDdWc7nmWpS+UE3K9feTpYia8XkbgL6EaOJYz52f6+2pAoC0eAQqUzal4lnNGQ==", "requires": { "aws-ssl-profiles": "^1.1.1", "denque": "^2.1.0", diff --git a/package.json b/package.json index 499328e..7fd3557 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "dotenv": "^16.4.5", "http-status-codes": "^2.3.0", "mongoose": "^8.5.2", - "mysql2": "^3.11.0", + "mysql2": "^3.11.1", "sequelize": "^6.37.3" } } \ No newline at end of file