From d52423b1e9629f0ea7db1ac9eb09a9c814de2c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:28:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0 (#8201) Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.26.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 381a5993749..4d3b59885a2 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "cross-env": "7.0.3", "eslint": "8.12.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-import": "2.25.4", + "eslint-plugin-import": "2.26.0", "eslint-plugin-mocha": "10.0.3", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-unicorn": "42.0.0",