diff --git a/package.json b/package.json index b74a8cb7..2187cb6f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint": "6.8.0", "eslint-config-airbnb-typescript": "8.0", "eslint-config-prettier": "6.11.0", - "eslint-import-resolver-typescript": "2.0.0", + "eslint-import-resolver-typescript": "2.2.1", "eslint-plugin-import": "2.21.2", "eslint-plugin-jest": "23.20.0", "eslint-plugin-jsx-a11y": "6.3.1", diff --git a/yarn.lock b/yarn.lock index 3efff2ad..9987fc3d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11633,15 +11633,15 @@ eslint-import-resolver-node@^0.3.2, eslint-import-resolver-node@^0.3.3: debug "^2.6.9" resolve "^1.13.1" -eslint-import-resolver-typescript@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.0.0.tgz#e95f126cc12d3018b9cc11692b4dbfd3e17d3ea6" - integrity sha512-bT5Frpl8UWoHBtY25vKUOMoVIMlJQOMefHLyQ4Tz3MQpIZ2N6yYKEEIHMo38bszBNUuMBW6M3+5JNYxeiGFH4w== +eslint-import-resolver-typescript@2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.2.1.tgz#4b9bdfb51af7e14947ebc40ffdd6c32d5924b905" + integrity sha512-wxlVdwuWY6R5+CoesIy6n8EZX4k9lEeZGWTVBoX9g//8Xma8JMtL/p3AGnG43rRyXmIrX+/0IN8lpOPzrw1fSw== dependencies: debug "^4.1.1" + glob "^7.1.6" is-glob "^4.0.1" - resolve "^1.12.0" - tiny-glob "^0.2.6" + resolve "^1.17.0" tsconfig-paths "^3.9.0" eslint-loader@3.0.3: