From f00cd6f5251e87722de42c118d398ced5b7536f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 15:08:22 +0000 Subject: [PATCH] Bump mysql from 2.10.2 to 2.18.1 Bumps [mysql](https://github.com/mysqljs/mysql) from 2.10.2 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.10.2...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 a993b00..14d313b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "bitcoin": "3.0.1", "node-json-minify": "1.0.0", "redis": "2.4.2", - "mysql": "2.10.2", + "mysql": "2.18.1", "async": "1.5.2", "express": "4.13.4", "body-parser": "1.15.0",