From c18420a278339cc9881494f96a98a496ca785489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:32:08 +0000 Subject: [PATCH] Bump mysql from 2.9.0 to 2.18.1 Bumps [mysql](https://github.com/mysqljs/mysql) from 2.9.0 to 2.18.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.9.0...v2.18.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 fe95ec6..c6bb88f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "express": "~4.13.3", "sequelize": "~3.11.0", "bluebird": "~2.10.2", - "mysql": "~2.9.0", + "mysql": "~2.18.1", "redis": "~2.1.0", "body-parser": "~1.14.1" }