From f0d015a9dfb64893f3d2f2386bfd6a2c21ecf85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:55:22 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 (#1405) Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1. - [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.28.0...v2.28.1) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... 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 745ac58e..9f251c78 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cross-env": "7.0.3", "eslint": "8.47.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-import": "2.28.0", + "eslint-plugin-import": "2.28.1", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0",