From 2c050d077a8f3238a86667ac440dba2ed2b7f16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:23:34 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.29.0 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.29.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.25.4...v2.29.0) --- updated-dependencies: - dependency-name: eslint-plugin-import 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 feb706407..90b64a72c 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "electron": "27.0.2", "eslint": "8.50.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-plugin-import": "2.25.4", + "eslint-plugin-import": "2.29.0", "eslint-plugin-mocha": "6.3.0", "expect": "29.7.0", "express": "4.17.2",