From ce94ef11edff91f92ebc6c48b3a3a3acd76b32ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 18:41:51 +0000 Subject: [PATCH] build(deps): bump mysql from 2.13.0 to 2.17.1 in /nodey Bumps [mysql](https://github.com/mysqljs/mysql) from 2.13.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.13.0...v2.17.1) Signed-off-by: dependabot[bot] --- nodey/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodey/package.json b/nodey/package.json index 631d958..ae11712 100644 --- a/nodey/package.json +++ b/nodey/package.json @@ -13,7 +13,7 @@ "express": "~4.14.1", "jade": "~1.11.0", "morgan": "~1.7.0", - "mysql": "~2.13.0", + "mysql": "~2.17.1", "request": "~2.81.0", "serve-favicon": "~2.3.2" }