diff --git a/package.json b/package.json index c463964dd0a05560330d19a31389ec190a7910b9..4fabc92809c96c63ffb70b734c36ccfd73071ea5 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "eslint": "8.12.0", "eslint-config-prettier": "8.5.0", "eslint-formatter-gha": "1.4.1", - "eslint-import-resolver-typescript": "2.7.0", + "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-import": "2.25.4", "eslint-plugin-jest": "26.1.3", "eslint-plugin-promise": "6.0.0", diff --git a/yarn.lock b/yarn.lock index 138a86ddd0db37cefe1f7a7aa8f65f64426a304a..64b10bb5734e2f92ff9e11194c6fe055879045a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4399,10 +4399,10 @@ eslint-import-resolver-node@^0.3.6: debug "^3.2.7" resolve "^1.20.0" -eslint-import-resolver-typescript@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.0.tgz#1f9d391b636dccdbaa4a3b1a87eb9a8237e23963" - integrity sha512-MNHS3u5pebvROX4MjGP9coda589ZGfL1SqdxUV4kSrcclfDRWvNE2D+eljbnWVMvWDVRgT89nhscMHPKYGcObQ== +eslint-import-resolver-typescript@2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.7.1.tgz#a90a4a1c80da8d632df25994c4c5fdcdd02b8751" + integrity sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ== dependencies: debug "^4.3.4" glob "^7.2.0"