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

Commit 4cdec0b

Browse files
renovate-botmrdrogdrog
authored andcommitted
Update dependency eslint-plugin-import to v2.25.2
Signed-off-by: Renovate Bot <[email protected]>
1 parent fc3a3fa commit 4cdec0b

File tree

2 files changed

+20
-68
lines changed

2 files changed

+20
-68
lines changed

package.json

+2-2
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",
@@ -194,6 +194,6 @@
194194
"resolutions": {
195195
"cypress": "7.7.0",
196196
"katex": "0.13.18",
197-
"eslint-plugin-import": "2.24.2"
197+
"eslint-plugin-import": "2.25.2"
198198
}
199199
}

yarn.lock

+18-66
Original file line numberDiff line numberDiff line change
@@ -3261,7 +3261,7 @@ array-flatten@^2.1.0:
32613261
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
32623262
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
32633263

3264-
array-includes@^3.1.1, array-includes@^3.1.3:
3264+
array-includes@^3.1.1, array-includes@^3.1.3, array-includes@^3.1.4:
32653265
version "3.1.4"
32663266
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
32673267
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
@@ -3294,7 +3294,7 @@ array-unique@^0.3.2:
32943294
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
32953295
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
32963296

3297-
array.prototype.flat@^1.2.4:
3297+
array.prototype.flat@^1.2.5:
32983298
version "1.2.5"
32993299
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
33003300
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
@@ -6522,7 +6522,7 @@ eslint-import-resolver-node@^0.3.6:
65226522
debug "^3.2.7"
65236523
resolve "^1.20.0"
65246524

6525-
eslint-module-utils@^2.6.2:
6525+
eslint-module-utils@^2.7.0:
65266526
version "2.7.1"
65276527
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
65286528
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
@@ -6559,24 +6559,22 @@ eslint-plugin-flowtype@^5.2.0:
65596559
lodash "^4.17.15"
65606560
string-natural-compare "^3.0.1"
65616561

6562-
eslint-plugin-import@2.24.2, eslint-plugin-import@^2.22.1:
6563-
version "2.24.2"
6564-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
6565-
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
6562+
eslint-plugin-import@2.25.2, eslint-plugin-import@^2.22.1:
6563+
version "2.25.2"
6564+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
6565+
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
65666566
dependencies:
6567-
array-includes "^3.1.3"
6568-
array.prototype.flat "^1.2.4"
6567+
array-includes "^3.1.4"
6568+
array.prototype.flat "^1.2.5"
65696569
debug "^2.6.9"
65706570
doctrine "^2.1.0"
65716571
eslint-import-resolver-node "^0.3.6"
6572-
eslint-module-utils "^2.6.2"
6573-
find-up "^2.0.0"
6572+
eslint-module-utils "^2.7.0"
65746573
has "^1.0.3"
6575-
is-core-module "^2.6.0"
6574+
is-core-module "^2.7.0"
6575+
is-glob "^4.0.3"
65766576
minimatch "^3.0.4"
6577-
object.values "^1.1.4"
6578-
pkg-up "^2.0.0"
6579-
read-pkg-up "^3.0.0"
6577+
object.values "^1.1.5"
65806578
resolve "^1.20.0"
65816579
tsconfig-paths "^3.11.0"
65826580

@@ -7184,7 +7182,7 @@ [email protected], find-up@^4.0.0, find-up@^4.1.0:
71847182
locate-path "^5.0.0"
71857183
path-exists "^4.0.0"
71867184

7187-
find-up@^2.0.0, find-up@^2.1.0:
7185+
find-up@^2.1.0:
71887186
version "2.1.0"
71897187
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
71907188
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
@@ -8295,7 +8293,7 @@ is-color-stop@^1.0.0:
82958293
rgb-regex "^1.0.1"
82968294
rgba-regex "^1.0.0"
82978295

8298-
is-core-module@^2.0.0, is-core-module@^2.2.0, is-core-module@^2.6.0:
8296+
is-core-module@^2.0.0, is-core-module@^2.2.0, is-core-module@^2.7.0:
82998297
version "2.8.0"
83008298
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
83018299
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
@@ -8390,7 +8388,7 @@ is-glob@^3.1.0:
83908388
dependencies:
83918389
is-extglob "^2.1.0"
83928390

8393-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
8391+
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
83948392
version "4.0.3"
83958393
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
83968394
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
@@ -9382,16 +9380,6 @@ listr2@^3.8.3:
93829380
through "^2.3.8"
93839381
wrap-ansi "^7.0.0"
93849382

9385-
load-json-file@^4.0.0:
9386-
version "4.0.0"
9387-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
9388-
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
9389-
dependencies:
9390-
graceful-fs "^4.1.2"
9391-
parse-json "^4.0.0"
9392-
pify "^3.0.0"
9393-
strip-bom "^3.0.0"
9394-
93959383
loader-runner@^2.4.0:
93969384
version "2.4.0"
93979385
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
@@ -10198,7 +10186,7 @@ node-releases@^2.0.0:
1019810186
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.0.tgz#67dc74903100a7deb044037b8a2e5f453bb05400"
1019910187
integrity sha512-aA87l0flFYMzCHpTM3DERFSYxc6lv/BltdbRTOMZuxZ0cwZCD3mejE5n9vLhSJCN++/eOqr77G1IO5uXxlQYWA==
1020010188

10201-
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
10189+
normalize-package-data@^2.5.0:
1020210190
version "2.5.0"
1020310191
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
1020410192
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -10369,7 +10357,7 @@ object.pick@^1.3.0:
1036910357
dependencies:
1037010358
isobject "^3.0.1"
1037110359

10372-
object.values@^1.1.0, object.values@^1.1.4:
10360+
object.values@^1.1.0, object.values@^1.1.4, object.values@^1.1.5:
1037310361
version "1.1.5"
1037410362
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
1037510363
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
@@ -10697,13 +10685,6 @@ path-to-regexp@^1.7.0:
1069710685
dependencies:
1069810686
isarray "0.0.1"
1069910687

10700-
path-type@^3.0.0:
10701-
version "3.0.0"
10702-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
10703-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
10704-
dependencies:
10705-
pify "^3.0.0"
10706-
1070710688
path-type@^4.0.0:
1070810689
version "4.0.0"
1070910690
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -10750,11 +10731,6 @@ pify@^2.0.0, pify@^2.2.0:
1075010731
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
1075110732
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
1075210733

10753-
pify@^3.0.0:
10754-
version "3.0.0"
10755-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
10756-
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
10757-
1075810734
pify@^4.0.1:
1075910735
version "4.0.1"
1076010736
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
@@ -10807,13 +10783,6 @@ [email protected]:
1080710783
dependencies:
1080810784
find-up "^3.0.0"
1080910785

10810-
pkg-up@^2.0.0:
10811-
version "2.0.0"
10812-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
10813-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
10814-
dependencies:
10815-
find-up "^2.1.0"
10816-
1081710786
1081810787
version "1.6.4"
1081910788
resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149"
@@ -12135,14 +12104,6 @@ [email protected], react@^17.0.2:
1213512104
loose-envify "^1.1.0"
1213612105
object-assign "^4.1.1"
1213712106

12138-
read-pkg-up@^3.0.0:
12139-
version "3.0.0"
12140-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
12141-
integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=
12142-
dependencies:
12143-
find-up "^2.0.0"
12144-
read-pkg "^3.0.0"
12145-
1214612107
read-pkg-up@^7.0.1:
1214712108
version "7.0.1"
1214812109
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -12152,15 +12113,6 @@ read-pkg-up@^7.0.1:
1215212113
read-pkg "^5.2.0"
1215312114
type-fest "^0.8.1"
1215412115

12155-
read-pkg@^3.0.0:
12156-
version "3.0.0"
12157-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
12158-
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
12159-
dependencies:
12160-
load-json-file "^4.0.0"
12161-
normalize-package-data "^2.3.2"
12162-
path-type "^3.0.0"
12163-
1216412116
read-pkg@^5.2.0:
1216512117
version "5.2.0"
1216612118
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"

0 commit comments

Comments
 (0)