From 6c250e5a7d86c4d581d7207b18e25c11f86fe712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:49:55 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import to v2.32.0 | datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | npm | eslint-plugin-import | 2.31.0 | 2.32.0 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffcda6a..5b765f5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "5.16.0", "eslint-config-airbnb": "17.1.1", "eslint-config-prettier": "4.3.0", - "eslint-plugin-import": "2.31.0", + "eslint-plugin-import": "2.32.0", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.4", "espree": "9.6.1",