From 19cd65d555383a7d2391ba4a043c3b0946798ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 06:54:09 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.22.0 to 2.31.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.22.0 to 2.31.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.22.0...v2.31.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-version: 2.31.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f911d6b..866911a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "eslint": "7.5.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-header": "3.0.0", - "eslint-plugin-import": "2.22.0", + "eslint-plugin-import": "2.31.0", "gh-pages": "6.3.0", "gts": "3.1.1", "husky": "4.2.5",