From 032255354f635e7724f450801ca1bc5065d18440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 21:33:10 +0000 Subject: [PATCH] Bump eslint from 4.11.0 to 6.8.0 Bumps [eslint](https://github.com/eslint/eslint) from 4.11.0 to 6.8.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.11.0...v6.8.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 706b009..ea339a8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "hookName": "orm" }, "devDependencies": { - "eslint": "4.11.0", + "eslint": "6.8.0", "mocha": "3.0.2", "sails": "^1.0.0-5" }