From a9ad724fe5f8863f8d161d3798b3efcc1bb76e5f 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:27:41 +0000 Subject: [PATCH] chore(deps-dev): bump eslint 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-utilities/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource-test-utilities/package.json b/projects/mitch-datasource-test-utilities/package.json index bdda662..f938dad 100644 --- a/projects/mitch-datasource-test-utilities/package.json +++ b/projects/mitch-datasource-test-utilities/package.json @@ -21,7 +21,7 @@ "@babel/preset-env": "^7.6.0", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.5", - "eslint": "^6.6.0", + "eslint": "^7.30.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "nodemon": "^2.0.1",