diff --git a/package.json b/package.json index 87977fa41..6f72d1018 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint": "8.12.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "8.5.0", - "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-jsx-a11y": "6.5.1", diff --git a/yarn.lock b/yarn.lock index b7fc2c0b3..ae5f22cf2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5853,10 +5853,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"