From 7cda002eef087b3793ae0018351ea8273f91fbd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 10:17:31 +0100 Subject: [PATCH] fix(deps): update dependency eslint-plugin-import to ^2.26.0 (#35551) Co-authored-by: Renovate Bot --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 7967ca01873fe..02c7f65d4c68b 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -63,7 +63,7 @@ "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.10.0", "eslint-plugin-graphql": "^4.0.0", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.5.0",