From 2fd208731c9fe5056b08e85e185152c48c2e5c80 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 10 Nov 2021 09:16:36 -0800 Subject: [PATCH] [Dev Deps] update `eslint-plugin-import` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e60ad671..a805343b7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-eslint-plugin": "^4.0.2", "eslint-plugin-flowtype": "^5.8.0 || ^8.0.2", - "eslint-plugin-import": "^2.25.2", + "eslint-plugin-import": "^2.25.3", "estraverse": "^5.3.0", "expect": "^24.9.0", "flow-bin": "^0.147.0",