From 51ea3d8ea5e3a3314b9c91261f635a2012acf38e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:32:25 +0000 Subject: [PATCH] chore(deps-dev): bump eslint Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.23.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.23.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..248d64c 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.23.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "nodemon": "^2.0.1",