From 18b999d6c863cc6d19007c9272b52c0f0a6c5dd5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:34:25 +0000 Subject: [PATCH] Bump eslint-config-scratch from 5.1.0 to 7.0.0 Bumps [eslint-config-scratch](https://github.com/LLK/eslint-config-scratch) from 5.1.0 to 7.0.0. - [Release notes](https://github.com/LLK/eslint-config-scratch/releases) - [Commits](https://github.com/LLK/eslint-config-scratch/compare/v5.1.0...v7.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a203a9b..720cc38 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.10.0", - "eslint-config-scratch": "^5.0.0", + "eslint-config-scratch": "^7.0.0", "tap": "^12.1.1" } }