From 3045201a8e33e51258dbe491cf8cd1d4cd473241 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:48:11 +0000 Subject: [PATCH] chore(deps-dev): bump eslint in /projects/mitch-datasource Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.20.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.20.0) Signed-off-by: dependabot-preview[bot] --- projects/mitch-datasource/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource/package.json b/projects/mitch-datasource/package.json index c084e7b..737d8c4 100644 --- a/projects/mitch-datasource/package.json +++ b/projects/mitch-datasource/package.json @@ -29,7 +29,7 @@ "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "babel-loader": "^8.0.5", - "eslint": "^6.6.0", + "eslint": "^7.20.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "nodemon": "^2.0.1",