From 265d96fc5afb68bea5496b8b9b9fce972cc53d13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 06:33:10 +0000 Subject: [PATCH] chore(deps-dev): bump eslint in /projects/mitch-datasource-test Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.30.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.30.0) Signed-off-by: dependabot-preview[bot] --- projects/mitch-datasource-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource-test/package.json b/projects/mitch-datasource-test/package.json index 67f2ab4..749bb62 100644 --- a/projects/mitch-datasource-test/package.json +++ b/projects/mitch-datasource-test/package.json @@ -16,7 +16,7 @@ "@babel/preset-env": "^7.6.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", - "eslint": "^6.6.0", + "eslint": "^7.30.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^23.0.3", "jest": "^24.9.0"