From ebf309e821dd4f24f36000dd6a202a57d09a6062 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 06:08:31 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 6.8.0 to 7.31.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.31.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/v6.8.0...v7.31.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 d32d17d..f2a140e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@babel/core": "^7.7.2", "@babel/runtime": "^7.7.2", "babel-preset-airbnb": "^4.1.0", - "eslint": "^6.6.0", + "eslint": "^7.31.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.16.0" },