From 3dc1e55ff2bfcf9ef3ad8d8ff1c1851d6c751c2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:53:19 +0000 Subject: [PATCH] chore(deps): update dependency eslint-import-resolver-typescript to v3.4.0 (#17053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 19951babee..83a0afc89f 100644 --- a/package.json +++ b/package.json @@ -271,7 +271,7 @@ "eslint": "8.21.0", "eslint-config-prettier": "8.5.0", "eslint-formatter-gha": "1.4.1", - "eslint-import-resolver-typescript": "3.3.0", + "eslint-import-resolver-typescript": "3.4.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "26.7.0", "eslint-plugin-jest-formatting": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 92ae5415fb..800060c94d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4440,10 +4440,10 @@ eslint-import-resolver-node@^0.3.6: debug "^3.2.7" resolve "^1.20.0" -eslint-import-resolver-typescript@3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.3.0.tgz#c2b9f420563bdcb4b84d550d81e579f8dc867d5b" - integrity sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA== +eslint-import-resolver-typescript@3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.0.tgz#a7e334b86d638f49956f2b0dfbde29daa9c32dcd" + integrity sha512-rBCgiEovwX/HQ8ESWV+XIWZaFiRtDeAXNZdcTATB8UbMuadc9qfGOlIP+vy+c7nsgfEBN4NTwy5qunGNptDP0Q== dependencies: debug "^4.3.4" enhanced-resolve "^5.10.0" -- GitLab