From c189e86ee17237237a3fc4e7d566ad25735c8b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 11:31:02 -0500 Subject: [PATCH] build(deps-dev): bump eslint-plugin-import-helpers from 1.1.0 to 1.2.0 (#51) Bumps [eslint-plugin-import-helpers](https://github.com/Tibfib/eslint-plugin-import-helpers) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/Tibfib/eslint-plugin-import-helpers/releases) - [Commits](https://github.com/Tibfib/eslint-plugin-import-helpers/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-import-helpers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b43d10..c948ffb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3457,9 +3457,9 @@ } }, "eslint-plugin-import-helpers": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import-helpers/-/eslint-plugin-import-helpers-1.1.0.tgz", - "integrity": "sha512-a7l1Sj6hZybVHVkxVRVWm1WaAyk9yDjWvSVhUfnDR23i0vQ8RS1wv9k617qGIWPqkttzg299aEtx+bCHA2EoqQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import-helpers/-/eslint-plugin-import-helpers-1.2.0.tgz", + "integrity": "sha512-xlGTXwavBcvILcJJIuFZkXE6eMr86BgpcWTzUD0HepvYiTJXtN2enEsJT6SnuXONWflIgw24p9xWA1P/ZY2Nyw==", "dev": true }, "eslint-plugin-jest": { diff --git a/package.json b/package.json index cbf2b79..11b4819 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.24.2", - "eslint-plugin-import-helpers": "^1.1.0", + "eslint-plugin-import-helpers": "^1.2.0", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-modules-newline": "0.0.6", "eslint-plugin-prettier": "^4.0.0",