diff --git a/package.json b/package.json index b7f07103..9431482d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "doctoc": "2.2.1", "eslint": "8.57.1", "eslint-config-prettier": "8.10.0", - "eslint-import-resolver-typescript": "3.8.0", + "eslint-import-resolver-typescript": "3.8.1", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jest": "27.9.0", diff --git a/yarn.lock b/yarn.lock index 8c3d1078..5d106896 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6713,10 +6713,10 @@ eslint-import-resolver-node@^0.3.9: is-core-module "^2.13.0" resolve "^1.22.4" -eslint-import-resolver-typescript@3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.0.tgz#44a0f776d296b9c3823f4859441b54c2ec5fef9a" - integrity sha512-fItUrP/+xwpavWgadrn6lsvcMe80s08xIVFXkUXvhR4cZD2ga96kRF/z/iFGDI7ZDnvtlaZ0wGic7Tw+DhgVnA== +eslint-import-resolver-typescript@3.8.1: + version "3.8.1" + resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.8.1.tgz#43aab1e51080eb157d4a35fb3db9d737ea79e2f6" + integrity sha512-qw5TPA12HTmb9CkcuiNrFtwhM1ae2FWysLeRrTbQ+/JKS///gbL3fQ5LRhAZnzkcqkScOvkB5Y5o+xgyQz1VVg== dependencies: "@nolyfill/is-core-module" "1.0.39" debug "^4.3.7"