From 448269d1554427af90412f94572934ad6592f787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 06:03:15 +0000 Subject: [PATCH] Update eslint-plugin-import requirement from ^2.25.4 to ^2.28.0 Updates the requirements on [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) to permit the latest version. - [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.28.0) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f5195a0..0022ac08 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/tape": "^4.13.2", "commitlint-config-standard": "github:standard/commitlint-config-standard", "eslint": "^8.13.0", - "eslint-plugin-import": "^2.25.4", + "eslint-plugin-import": "^2.28.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-promise": "^6.0.0", "tape": "^5.5.2"