Skip to content

Commit 0fab086

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint-plugin-import to v2.19.1
1 parent cda6d1b commit 0fab086

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint": "4.19.1",
88
"eslint-config-react-app": "2.1.0",
99
"eslint-plugin-flowtype": "2.50.3",
10-
"eslint-plugin-import": "2.18.2",
10+
"eslint-plugin-import": "2.19.1",
1111
"eslint-plugin-jsx-a11y": "5.1.1",
1212
"eslint-plugin-react": "7.17.0",
1313
"jwt-decode": "2.2.0",

advanced/yarn.lock

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,6 +1750,15 @@ array-unique@^0.3.2:
17501750
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
17511751
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
17521752

1753+
array.prototype.flat@^1.2.1:
1754+
version "1.2.2"
1755+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.2.tgz#8f3c71d245ba349b6b64b4078f76f5576f1fd723"
1756+
integrity sha512-VXjh7lAL4KXKF2hY4FnEW9eRW6IhdvFW1sN/JwLbmECbCgACCnBHNyP3lFiYuttr0jxRN9Bsc5+G27dMseSWqQ==
1757+
dependencies:
1758+
define-properties "^1.1.3"
1759+
es-abstract "^1.15.0"
1760+
function-bind "^1.1.1"
1761+
17531762
arrify@^1.0.0, arrify@^1.0.1:
17541763
version "1.0.1"
17551764
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -4093,14 +4102,22 @@ eslint-loader@2.1.1:
40934102
object-hash "^1.1.4"
40944103
rimraf "^2.6.1"
40954104

4096-
eslint-module-utils@^2.2.0, eslint-module-utils@^2.4.0:
4105+
eslint-module-utils@^2.2.0:
40974106
version "2.4.0"
40984107
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
40994108
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
41004109
dependencies:
41014110
debug "^2.6.8"
41024111
pkg-dir "^2.0.0"
41034112

4113+
eslint-module-utils@^2.4.1:
4114+
version "2.5.0"
4115+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.5.0.tgz#cdf0b40d623032274ccd2abd7e64c4e524d6e19c"
4116+
integrity sha512-kCo8pZaNz2dsAW7nCUjuVoI11EBXXpIzfNxmaoLhXoRDOnqXLC4iSGVRdZPhOitfbdEfMEfKOiENaK6wDPZEGw==
4117+
dependencies:
4118+
debug "^2.6.9"
4119+
pkg-dir "^2.0.0"
4120+
41044121
eslint-plugin-babel@4.1.2:
41054122
version "4.1.2"
41064123
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
@@ -4141,22 +4158,23 @@ eslint-plugin-import@2.14.0:
41414158
read-pkg-up "^2.0.0"
41424159
resolve "^1.6.0"
41434160

4144-
eslint-plugin-import@2.18.2:
4145-
version "2.18.2"
4146-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz#02f1180b90b077b33d447a17a2326ceb400aceb6"
4147-
integrity sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==
4161+
eslint-plugin-import@2.19.1:
4162+
version "2.19.1"
4163+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
4164+
integrity sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw==
41484165
dependencies:
41494166
array-includes "^3.0.3"
4167+
array.prototype.flat "^1.2.1"
41504168
contains-path "^0.1.0"
41514169
debug "^2.6.9"
41524170
doctrine "1.5.0"
41534171
eslint-import-resolver-node "^0.3.2"
4154-
eslint-module-utils "^2.4.0"
4172+
eslint-module-utils "^2.4.1"
41554173
has "^1.0.3"
41564174
minimatch "^3.0.4"
41574175
object.values "^1.1.0"
41584176
read-pkg-up "^2.0.0"
4159-
resolve "^1.11.0"
4177+
resolve "^1.12.0"
41604178

41614179
eslint-plugin-jsx-a11y@5.1.1:
41624180
version "5.1.1"
@@ -10141,14 +10159,7 @@ resolve@1.10.0, resolve@^1.6.0, resolve@^1.8.1:
1014110159
dependencies:
1014210160
path-parse "^1.0.6"
1014310161

10144-
resolve@^1.11.0:
10145-
version "1.11.0"
10146-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.11.0.tgz#4014870ba296176b86343d50b60f3b50609ce232"
10147-
integrity sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==
10148-
dependencies:
10149-
path-parse "^1.0.6"
10150-
10151-
resolve@^1.13.1:
10162+
resolve@^1.12.0, resolve@^1.13.1:
1015210163
version "1.13.1"
1015310164
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.13.1.tgz#be0aa4c06acd53083505abb35f4d66932ab35d16"
1015410165
integrity sha512-CxqObCX8K8YtAhOBRg+lrcdn+LK+WYOS8tSjqSFbjtrI5PnS63QPhZl4+yKfrU9tdsbMu9Anr/amegT87M9Z6w==

0 commit comments

Comments
 (0)