From 481782496eb9a29349a83538f9c9f24a7e4e3900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 06:15:19 +0000 Subject: [PATCH] Bump eslint from 4.6.1 to 6.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 4.6.1 to 6.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v4.6.1...v6.6.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2100029..53d98eb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/yss/koa-api-combo#readme", "devDependencies": { - "eslint": "=5.16.0", + "eslint": "=6.6.0", "eslint-plugin-jsdoc": "=3.1.2", "mocha": "~3.4.2", "should": "~11.2.1",