diff --git a/package.json b/package.json index 9a646b4cbea68bddc03a4d7ce67594bb312b4317..63d1ed5a94e47c70e705c132348fc067cddba64c 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 9a00670e89606645bff17d05bdeeab76b4725539..bf53c14e15c2280402dcfb436736ab7e6516227a 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"