From 98b5228cf1a84e4d6ce98a92740d2e80149e6ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:25:36 +0000 Subject: [PATCH] Bump mysql from 2.0.0-alpha7 to 2.18.1 Bumps [mysql](https://github.com/mysqljs/mysql) from 2.0.0-alpha7 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.0-alpha7...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 7cfb4d0..d480232 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "angular": "^1.4.0", - "mysql": "2.0.0-alpha7", + "mysql": "2.18.1", "handlebars": "4.1.1", "marked": "0.3.0", "ember": "1.3.0",