From 8d61e43af56bc1f0bcd1fa8b8c4f44d1a55a4ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:47:27 +0000 Subject: [PATCH] Bump eslint-plugin-import from 2.27.5 to 2.29.1 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.29.1. - [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.27.5...v2.29.1) --- 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 86398b8..232fe3c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@vercel/ncc": "0.36.1", "eslint": "8.36.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-plugin-import": "2.27.5", + "eslint-plugin-import": "2.29.1", "prettier": "2.8.4", "ts-node": "10.9.1", "typescript": "4.9.5"