From 4513e144f98ef44076bf8b73738e98e9022e2dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 00:22:24 +0000 Subject: [PATCH] Bump mysql from 2.0.1 to 2.18.1 Bumps [mysql](https://github.com/mysqljs/mysql) from 2.0.1 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.0.1...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 766d38a4..c211611c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "vows": "~0.7.0", "db-meta": "~0.4.1", - "mysql": "~2.0.0", + "mysql": "~2.18.1", "pg": "~1.0.0", "sqlite3": "~2.1.0" },