Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 8f0ba26

Browse files
committed
Update dependency eslint-plugin-import to v2.25.2
Signed-off-by: Renovate Bot <[email protected]>
1 parent f35d05d commit 8f0ba26

File tree

2 files changed

+41
-6
lines changed

2 files changed

+41
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"emoji-picker-element": "1.8.2",
4242
"emoji-picker-element-data": "1.2.0",
4343
"eslint-config-react-app": "6.0.0",
44-
"eslint-plugin-import": "2.24.2",
44+
"eslint-plugin-import": "2.25.2",
4545
"eslint-plugin-jsx-a11y": "6.4.1",
4646
"eslint-plugin-node": "11.1.0",
4747
"eslint-plugin-promise": "5.1.0",

yarn.lock

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3180,7 +3180,7 @@ array-flatten@^2.1.0:
31803180
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
31813181
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
31823182

3183-
array-includes@^3.1.1, array-includes@^3.1.3:
3183+
array-includes@^3.1.1, array-includes@^3.1.3, array-includes@^3.1.4:
31843184
version "3.1.4"
31853185
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
31863186
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
@@ -3213,7 +3213,7 @@ array-unique@^0.3.2:
32133213
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
32143214
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
32153215

3216-
array.prototype.flat@^1.2.4:
3216+
array.prototype.flat@^1.2.4, array.prototype.flat@^1.2.5:
32173217
version "1.2.5"
32183218
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
32193219
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
@@ -6449,6 +6449,15 @@ eslint-module-utils@^2.6.2:
64496449
debug "^3.2.7"
64506450
pkg-dir "^2.0.0"
64516451

6452+
eslint-module-utils@^2.7.0:
6453+
version "2.7.1"
6454+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
6455+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
6456+
dependencies:
6457+
debug "^3.2.7"
6458+
find-up "^2.1.0"
6459+
pkg-dir "^2.0.0"
6460+
64526461
64536462
version "0.7.2"
64546463
resolved "https://registry.yarnpkg.com/eslint-plugin-chai-friendly/-/eslint-plugin-chai-friendly-0.7.2.tgz#0ebfbb2c1244f5de2997f3963d155758234f2b0f"
@@ -6477,7 +6486,26 @@ eslint-plugin-flowtype@^5.2.0:
64776486
lodash "^4.17.15"
64786487
string-natural-compare "^3.0.1"
64796488

6480-
[email protected], eslint-plugin-import@^2.22.1:
6489+
6490+
version "2.25.2"
6491+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
6492+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
6493+
dependencies:
6494+
array-includes "^3.1.4"
6495+
array.prototype.flat "^1.2.5"
6496+
debug "^2.6.9"
6497+
doctrine "^2.1.0"
6498+
eslint-import-resolver-node "^0.3.6"
6499+
eslint-module-utils "^2.7.0"
6500+
has "^1.0.3"
6501+
is-core-module "^2.7.0"
6502+
is-glob "^4.0.3"
6503+
minimatch "^3.0.4"
6504+
object.values "^1.1.5"
6505+
resolve "^1.20.0"
6506+
tsconfig-paths "^3.11.0"
6507+
6508+
eslint-plugin-import@^2.22.1:
64816509
version "2.24.2"
64826510
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
64836511
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
@@ -8215,6 +8243,13 @@ is-core-module@^2.0.0, is-core-module@^2.2.0, is-core-module@^2.6.0:
82158243
dependencies:
82168244
has "^1.0.3"
82178245

8246+
is-core-module@^2.7.0:
8247+
version "2.8.0"
8248+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
8249+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
8250+
dependencies:
8251+
has "^1.0.3"
8252+
82188253
is-data-descriptor@^0.1.4:
82198254
version "0.1.4"
82208255
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8303,7 +8338,7 @@ is-glob@^3.1.0:
83038338
dependencies:
83048339
is-extglob "^2.1.0"
83058340

8306-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
8341+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
83078342
version "4.0.3"
83088343
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
83098344
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -10277,7 +10312,7 @@ object.pick@^1.3.0:
1027710312
dependencies:
1027810313
isobject "^3.0.1"
1027910314

10280-
object.values@^1.1.0, object.values@^1.1.4:
10315+
object.values@^1.1.0, object.values@^1.1.4, object.values@^1.1.5:
1028110316
version "1.1.5"
1028210317
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
1028310318
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==

0 commit comments

Comments
 (0)