Skip to content

Commit ee5ccec

Browse files
chore(deps): update dependency eslint-import-resolver-typescript to v3.5.5
1 parent 52b36c8 commit ee5ccec

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

yarn.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2349,12 +2349,13 @@ eslint-import-resolver-node@^0.3.6:
23492349
resolve "^1.20.0"
23502350

23512351
eslint-import-resolver-typescript@^3.0.0:
2352-
version "3.5.4"
2353-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.4.tgz#7370c326c3c08f0c1839c592d79d20b704de15d4"
2354-
integrity sha512-9xUpnedEmSfG57sN1UvWPiEhfJ8bPt0Wg2XysA7Mlc79iFGhmJtRUg9LxtkK81FhMUui0YuR2E8iUsVhePkh4A==
2352+
version "3.5.5"
2353+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.5.5.tgz#0a9034ae7ed94b254a360fbea89187b60ea7456d"
2354+
integrity sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==
23552355
dependencies:
23562356
debug "^4.3.4"
23572357
enhanced-resolve "^5.12.0"
2358+
eslint-module-utils "^2.7.4"
23582359
get-tsconfig "^4.5.0"
23592360
globby "^13.1.3"
23602361
is-core-module "^2.11.0"
@@ -2370,6 +2371,13 @@ eslint-module-utils@^2.7.0:
23702371
find-up "^2.1.0"
23712372
pkg-dir "^2.0.0"
23722373

2374+
eslint-module-utils@^2.7.4:
2375+
version "2.7.4"
2376+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#4f3e41116aaf13a20792261e61d3a2e7e0583974"
2377+
integrity sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==
2378+
dependencies:
2379+
debug "^3.2.7"
2380+
23732381
eslint-plugin-import@^2.23.3:
23742382
version "2.25.2"
23752383
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
@@ -2871,9 +2879,9 @@ globby@^11.1.0:
28712879
slash "^3.0.0"
28722880

28732881
globby@^13.1.3:
2874-
version "13.1.3"
2875-
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.3.tgz#f62baf5720bcb2c1330c8d4ef222ee12318563ff"
2876-
integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==
2882+
version "13.1.4"
2883+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
2884+
integrity sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==
28772885
dependencies:
28782886
dir-glob "^3.0.1"
28792887
fast-glob "^3.2.11"
@@ -3118,9 +3126,9 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.4, is-callable@^1.2.7:
31183126
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
31193127

31203128
is-core-module@^2.11.0:
3121-
version "2.11.0"
3122-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
3123-
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
3129+
version "2.12.0"
3130+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.0.tgz#36ad62f6f73c8253fd6472517a12483cf03e7ec4"
3131+
integrity sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==
31243132
dependencies:
31253133
has "^1.0.3"
31263134

0 commit comments

Comments
 (0)