From 7e22b2aa821a2cf20121edb081ecf3ed2e2045a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 10:01:32 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.23.3 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67e7b5c..51af5fc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-config-airbnb-base": "14.2.1", "eslint-config-prettier": "8.3.0", "eslint-plugin-html": "6.1.2", - "eslint-plugin-import": "2.23.2", + "eslint-plugin-import": "2.23.3", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.4.0", "husky": "^6.0.0",