From 497d319f6d861a66e583198a3933d205cf970bf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 01:12:23 +0000 Subject: [PATCH] chore(deps): update dependency eslint-import-resolver-typescript to v3.4.1 (#17291) 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 9a646b4cbe..63d1ed5a94 100644 --- a/package.json +++ b/package.json @@ -275,7 +275,7 @@ "eslint": "8.21.0", "eslint-config-prettier": "8.5.0", "eslint-formatter-gha": "1.4.1", - "eslint-import-resolver-typescript": "3.4.0", + "eslint-import-resolver-typescript": "3.4.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "26.8.2", "eslint-plugin-jest-formatting": "3.1.0", diff --git a/yarn.lock b/yarn.lock index 9a00670e89..bf53c14e15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4415,10 +4415,10 @@ eslint-import-resolver-node@^0.3.6: debug "^3.2.7" resolve "^1.20.0" -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== +eslint-import-resolver-typescript@3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.4.1.tgz#072e5f7b4bf5d62d32d0b3a071fe551b45d15454" + integrity sha512-rcD4V2nnxk76JF6nuLcclGpya18KLhr/lwpl5xFXrVWZtdRSepfCGHk/oFn9HNstWX317Nuo/E3Z1vymPyPhlQ== dependencies: debug "^4.3.4" enhanced-resolve "^5.10.0" -- GitLab