diff --git a/package.json b/package.json index 7aa76cd8b486974522c05125fba2c9126ab8b375..a2a49610c598b32a6080d2a06c8175691573a5bb 100644 --- a/package.json +++ b/package.json @@ -270,7 +270,7 @@ "eslint": "8.19.0", "eslint-config-prettier": "8.5.0", "eslint-formatter-gha": "1.4.1", - "eslint-import-resolver-typescript": "3.1.5", + "eslint-import-resolver-typescript": "3.2.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "26.5.3", "eslint-plugin-jest-formatting": "3.1.0", diff --git a/yarn.lock b/yarn.lock index fa2ac71caa45a2bd2d7b646bec29f9465e3dc351..72c6be47b1918a7e36a6f7e24979b21de96337de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4418,10 +4418,10 @@ eslint-import-resolver-node@^0.3.6: debug "^3.2.7" resolve "^1.20.0" -eslint-import-resolver-typescript@3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.5.tgz#d22d6911d496855ae7758ba7f9bbc078ce3b3cfd" - integrity sha512-e6RV/fghzX5DGP98dg3ZmGF4qr1QzVgJdbVkYl8jJ2iO7Ox9wOdTNMBoYRqbvavf2ofT8xKTd4JnY+X4t2TtXw== +eslint-import-resolver-typescript@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.0.tgz#46564cd263e730744248997664f9225f92e7ca6b" + integrity sha512-ibNQzMUB7NcBU1/pB8WuQJ1Z9MuoYx4ULzFNlnHzTi0m+eagEgETARIQNNuKjZYi4X/LeDnhCYOGrPTvw5ehAA== dependencies: debug "^4.3.4" enhanced-resolve "^5.10.0"