From 1814ff85c155a04b733b6d9cf423d5d76473d5f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:11:19 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-import to v2.29.0 --- api/package.json | 2 +- fetcher/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index 72c1011..bbf9101 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ "eslint": "8.52.0", "eslint-config-prettier": "9.0.0", "eslint-config-standard": "17.1.0", - "eslint-plugin-import": "2.28.1", + "eslint-plugin-import": "2.29.0", "eslint-plugin-n": "16.2.0", "eslint-plugin-promise": "6.1.1", "express": "4.18.2", diff --git a/fetcher/package.json b/fetcher/package.json index 6e9d165..e50b365 100644 --- a/fetcher/package.json +++ b/fetcher/package.json @@ -32,7 +32,7 @@ "eslint": "8.52.0", "eslint-config-prettier": "9.0.0", "eslint-config-standard": "17.1.0", - "eslint-plugin-import": "2.28.1", + "eslint-plugin-import": "2.29.0", "eslint-plugin-n": "16.2.0", "eslint-plugin-promise": "6.1.1", "jest": "29.7.0",