diff --git a/package.json b/package.json index adf92c0a43fef41caa3a7b4af80632e190748541..3191b236eb413ef1cac67127891fb7984f94409a 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.4", + "eslint-import-resolver-typescript": "3.1.5", "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 fbf7364066afff447317eef256f5c744c314d297..208556c5b9f46e9b52285f077464ccad201ddfdd 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.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.1.4.tgz#a1b1425143b28594e9a483b025ab3600aea391cd" - integrity sha512-cDOnlg4ZRVMC5ZQ8WNpd5UsOg1YFskGBw15KXSC+sogExW8zjSycc55iBSNKdKuveCMof2VtLz0Dw4WkXAHkag== +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== dependencies: debug "^4.3.4" enhanced-resolve "^5.10.0"