From 1d1f7dbe83daba936913d7465f3262b9ce672f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 07:03:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-import-resolver-typescript Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 2.5.0 to 3.5.2. - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v2.5.0...v3.5.2) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 739ab3dbc4..960e335835 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "eslint": "~6.8.0", "eslint-config-airbnb": "~18.2.0", "eslint-config-prettier": "~7.2.0", - "eslint-import-resolver-typescript": "~2.5.0", + "eslint-import-resolver-typescript": "~3.5.2", "eslint-plugin-import": "~2.25.1", "eslint-plugin-jest": "~26.1.0", "eslint-plugin-jsx-a11y": "~6.5.1",