From 1ddb7c093f6917cdfb0bd9c773b8d4b79b1b7a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Jun 2021 01:20:00 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.4 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.1 to 2.23.4. - [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.22.1...v2.23.4) --- 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 d8f1639..1f97180 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "ts-node": "^9.0.0", "typescript": "~4.1.0", "eslint": "^7.6.0", - "eslint-plugin-import": "2.22.1", + "eslint-plugin-import": "2.23.4", "eslint-plugin-jsdoc": "35.1.2", "eslint-plugin-prefer-arrow": "1.2.3", "@angular-eslint/builder": "2.0.2",