From ba24bf2a867aaafec7736f1d3bcb4f1ce84a3316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 21:32:32 +0000 Subject: [PATCH] Bump mysql from 2.1.1 to 2.17.1 Bumps [mysql](https://github.com/mysqljs/mysql) from 2.1.1 to 2.17.1. - [Release notes](https://github.com/mysqljs/mysql/releases) - [Changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md) - [Commits](https://github.com/mysqljs/mysql/compare/v2.1.1...v2.17.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60f7c4a..da6831f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "cluster": "0.7.7", "formidable": "1.0.14", - "mysql": "2.1.1", + "mysql": "2.17.1", "redis": "0.10.1", "ftp": "0.3.6", "httpserver.maskwang": "0.0.1",