Skip to content

Commit 5aa6e9f

Browse files
authored
Merge pull request #22 from newerton/dependabot/npm_and_yarn/eslint-import-resolver-typescript-2.4.0
Bump eslint-import-resolver-typescript from 2.0.0 to 2.4.0
2 parents 5d75825 + eb60468 commit 5aa6e9f

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"eslint": "^6.8.0",
5151
"eslint-config-airbnb": "^18.1.0",
5252
"eslint-config-prettier": "^6.10.1",
53-
"eslint-import-resolver-typescript": "^2.0.0",
54-
"eslint-plugin-import": "^2.22.1",
53+
"eslint-import-resolver-typescript": "^2.4.0",
54+
"eslint-plugin-import": "^2.20.1",
5555
"eslint-plugin-jsx-a11y": "^6.2.3",
5656
"eslint-plugin-prettier": "^3.1.3",
5757
"eslint-plugin-react": "^7.19.0",

yarn.lock

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4188,15 +4188,15 @@ eslint-import-resolver-node@^0.3.2, eslint-import-resolver-node@^0.3.4:
41884188
debug "^2.6.9"
41894189
resolve "^1.13.1"
41904190

4191-
eslint-import-resolver-typescript@^2.0.0:
4192-
version "2.0.0"
4193-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.0.0.tgz#e95f126cc12d3018b9cc11692b4dbfd3e17d3ea6"
4194-
integrity sha512-bT5Frpl8UWoHBtY25vKUOMoVIMlJQOMefHLyQ4Tz3MQpIZ2N6yYKEEIHMo38bszBNUuMBW6M3+5JNYxeiGFH4w==
4191+
eslint-import-resolver-typescript@^2.4.0:
4192+
version "2.4.0"
4193+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.4.0.tgz#ec1e7063ebe807f0362a7320543aaed6fe1100e1"
4194+
integrity sha512-useJKURidCcldRLCNKWemr1fFQL1SzB3G4a0li6lFGvlc5xGe1hY343bvG07cbpCzPuM/lK19FIJB3XGFSkplA==
41954195
dependencies:
41964196
debug "^4.1.1"
4197+
glob "^7.1.6"
41974198
is-glob "^4.0.1"
4198-
resolve "^1.12.0"
4199-
tiny-glob "^0.2.6"
4199+
resolve "^1.17.0"
42004200
tsconfig-paths "^3.9.0"
42014201

42024202
@@ -5083,11 +5083,6 @@ globals@^12.1.0:
50835083
dependencies:
50845084
type-fest "^0.8.1"
50855085

5086-
globalyzer@^0.1.0:
5087-
version "0.1.4"
5088-
resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.4.tgz#bc8e273afe1ac7c24eea8def5b802340c5cc534f"
5089-
integrity sha512-LeguVWaxgHN0MNbWC6YljNMzHkrCny9fzjmEUdnF1kQ7wATFD1RHFRqA1qxaX2tgxGENlcxjOflopBwj3YZiXA==
5090-
50915086
50925087
version "8.0.2"
50935088
resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
@@ -5112,11 +5107,6 @@ globby@^6.1.0:
51125107
pify "^2.0.0"
51135108
pinkie-promise "^2.0.0"
51145109

5115-
globrex@^0.1.1:
5116-
version "0.1.2"
5117-
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
5118-
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
5119-
51205110
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2:
51215111
version "4.2.3"
51225112
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
@@ -10535,14 +10525,6 @@ timsort@^0.3.0:
1053510525
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
1053610526
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
1053710527

10538-
tiny-glob@^0.2.6:
10539-
version "0.2.6"
10540-
resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.6.tgz#9e056e169d9788fe8a734dfa1ff02e9b92ed7eda"
10541-
integrity sha512-A7ewMqPu1B5PWwC3m7KVgAu96Ch5LA0w4SnEN/LbDREj/gAD0nPWboRbn8YoP9ISZXqeNAlMvKSKoEuhcfK3Pw==
10542-
dependencies:
10543-
globalyzer "^0.1.0"
10544-
globrex "^0.1.1"
10545-
1054610528
tiny-invariant@^1.0.2:
1054710529
version "1.1.0"
1054810530
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.1.0.tgz#634c5f8efdc27714b7f386c35e6760991d230875"

0 commit comments

Comments
 (0)