From c6f0e06d0275dcfd13f7f9e603f1e1f1faf1f168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:11:50 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.27.5 Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.3 to 2.27.5. - [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.3...v2.27.5) --- 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 8fb31b01c..526b2084c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-ft-flow": "^2.0.3", - "eslint-plugin-import": "2.25.3", + "eslint-plugin-import": "2.27.5", "eslint-plugin-jest": "^27.0.1", "expo": "^47.0.0", "expo-module-scripts": "^3.0.4",