Skip to content

Commit

Permalink
fix(deps): update dependency eslint-import-resolver-typescript to v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 16, 2023
1 parent 40db6d0 commit b30d58f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-jsconfig": "1.1.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-etc": "2.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2708,10 +2708,10 @@ eslint-import-resolver-node@0.3.6, eslint-import-resolver-node@^0.3.6:
debug "^3.2.7"
resolve "^1.20.0"

eslint-import-resolver-typescript@3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.2.tgz#9431acded7d898fd94591a08ea9eec3514c7de91"
integrity sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==
eslint-import-resolver-typescript@3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.3.tgz#db5ed9e906651b7a59dd84870aaef0e78c663a05"
integrity sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==
dependencies:
debug "^4.3.4"
enhanced-resolve "^5.10.0"
Expand Down

0 comments on commit b30d58f

Please sign in to comment.