From 23b7f93503a7b2eddc58bf6bbf992e4ea2db7743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 18:18:25 +0000 Subject: [PATCH] build(deps): bump mysql from 2.9.0 to 2.17.1 in /todo-single Bumps [mysql](https://github.com/mysqljs/mysql) from 2.9.0 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.9.0...v2.17.1) Signed-off-by: dependabot[bot] --- todo-single/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo-single/package.json b/todo-single/package.json index 1d197b2..91a31c2 100644 --- a/todo-single/package.json +++ b/todo-single/package.json @@ -11,6 +11,6 @@ "dependencies": { "restify": "4.0.3", "sequelize": "3.14.2", - "mysql": "2.9.0" + "mysql": "2.17.1" } }