Skip to content

Commit aa44d52

Browse files
authored
Update eslint-plugin-import package (#6264)
1 parent 8454f41 commit aa44d52

File tree

2 files changed

+42
-37
lines changed

2 files changed

+42
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"del": "6.0.0",
103103
"dependency-graph": "0.11.0",
104104
"eslint": "7.32.0",
105-
"eslint-plugin-import": "2.24.2",
105+
"eslint-plugin-import": "2.26.0",
106106
"eslint-plugin-unused-imports": "2.0.0",
107107
"express": "4.18.1",
108108
"find-free-port": "2.0.0",

yarn.lock

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,7 +4295,7 @@ array-ify@^1.0.0:
42954295
resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
42964296
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
42974297

4298-
array-includes@^3.1.3:
4298+
array-includes@^3.1.4:
42994299
version "3.1.5"
43004300
resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz#2c320010db8d31031fd2a5f6b3bbd4b1aad31bdb"
43014301
integrity sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==
@@ -4357,7 +4357,7 @@ array-unique@^0.3.2:
43574357
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
43584358
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
43594359

4360-
array.prototype.flat@^1.2.4:
4360+
array.prototype.flat@^1.2.5:
43614361
version "1.3.0"
43624362
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b"
43634363
integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
@@ -7258,34 +7258,32 @@ eslint-import-resolver-node@^0.3.6:
72587258
debug "^3.2.7"
72597259
resolve "^1.20.0"
72607260

7261-
eslint-module-utils@^2.6.2:
7261+
eslint-module-utils@^2.7.3:
72627262
version "2.7.3"
72637263
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
72647264
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
72657265
dependencies:
72667266
debug "^3.2.7"
72677267
find-up "^2.1.0"
72687268

7269-
eslint-plugin-import@2.24.2:
7270-
version "2.24.2"
7271-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
7272-
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
7269+
eslint-plugin-import@2.26.0:
7270+
version "2.26.0"
7271+
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
7272+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
72737273
dependencies:
7274-
array-includes "^3.1.3"
7275-
array.prototype.flat "^1.2.4"
7274+
array-includes "^3.1.4"
7275+
array.prototype.flat "^1.2.5"
72767276
debug "^2.6.9"
72777277
doctrine "^2.1.0"
72787278
eslint-import-resolver-node "^0.3.6"
7279-
eslint-module-utils "^2.6.2"
7280-
find-up "^2.0.0"
7279+
eslint-module-utils "^2.7.3"
72817280
has "^1.0.3"
7282-
is-core-module "^2.6.0"
7283-
minimatch "^3.0.4"
7284-
object.values "^1.1.4"
7285-
pkg-up "^2.0.0"
7286-
read-pkg-up "^3.0.0"
7287-
resolve "^1.20.0"
7288-
tsconfig-paths "^3.11.0"
7281+
is-core-module "^2.8.1"
7282+
is-glob "^4.0.3"
7283+
minimatch "^3.1.2"
7284+
object.values "^1.1.5"
7285+
resolve "^1.22.0"
7286+
tsconfig-paths "^3.14.1"
72897287

72907288
72917289
version "2.0.0"
@@ -9764,7 +9762,7 @@ is-core-module@^2.2.0, is-core-module@^2.5.0:
97649762
dependencies:
97659763
has "^1.0.3"
97669764

9767-
is-core-module@^2.6.0, is-core-module@^2.8.1:
9765+
is-core-module@^2.8.1:
97689766
version "2.9.0"
97699767
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
97709768
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
@@ -9875,6 +9873,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
98759873
dependencies:
98769874
is-extglob "^2.1.1"
98779875

9876+
is-glob@^4.0.3:
9877+
version "4.0.3"
9878+
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
9879+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
9880+
dependencies:
9881+
is-extglob "^2.1.1"
9882+
98789883
is-installed-globally@^0.3.1:
98799884
version "0.3.2"
98809885
resolved "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz#fd3efa79ee670d1187233182d5b0a1dd00313141"
@@ -12041,6 +12046,13 @@ minimatch@^3.0.0, minimatch@^3.0.4:
1204112046
dependencies:
1204212047
brace-expansion "^1.1.7"
1204312048

12049+
minimatch@^3.1.2:
12050+
version "3.1.2"
12051+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
12052+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
12053+
dependencies:
12054+
brace-expansion "^1.1.7"
12055+
1204412056
[email protected], minimist-options@^4.0.2:
1204512057
version "4.1.0"
1204612058
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -12961,7 +12973,7 @@ object.reduce@^1.0.0:
1296112973
for-own "^1.0.0"
1296212974
make-iterator "^1.0.0"
1296312975

12964-
object.values@^1.1.4:
12976+
object.values@^1.1.5:
1296512977
version "1.1.5"
1296612978
resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
1296712979
integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==
@@ -13683,13 +13695,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
1368313695
dependencies:
1368413696
find-up "^4.0.0"
1368513697

13686-
pkg-up@^2.0.0:
13687-
version "2.0.0"
13688-
resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz#c819ac728059a461cab1c3889a2be3c49a004d7f"
13689-
integrity sha1-yBmscoBZpGHKscOImivjxJoATX8=
13690-
dependencies:
13691-
find-up "^2.1.0"
13692-
1369313698
plugin-error@^1.0.1:
1369413699
version "1.0.1"
1369513700
resolved "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz#77016bd8919d0ac377fdcdd0322328953ca5781c"
@@ -14655,14 +14660,7 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.17.
1465514660
is-core-module "^2.2.0"
1465614661
path-parse "^1.0.6"
1465714662

14658-
resolve@~1.17.0:
14659-
version "1.17.0"
14660-
resolved "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
14661-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
14662-
dependencies:
14663-
path-parse "^1.0.6"
14664-
14665-
resolve@~1.22.0:
14663+
resolve@^1.22.0, resolve@~1.22.0:
1466614664
version "1.22.0"
1466714665
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
1466814666
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -14671,6 +14669,13 @@ resolve@~1.22.0:
1467114669
path-parse "^1.0.7"
1467214670
supports-preserve-symlinks-flag "^1.0.0"
1467314671

14672+
resolve@~1.17.0:
14673+
version "1.17.0"
14674+
resolved "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
14675+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
14676+
dependencies:
14677+
path-parse "^1.0.6"
14678+
1467414679
responselike@^1.0.2:
1467514680
version "1.0.2"
1467614681
resolved "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -16503,7 +16508,7 @@ [email protected]:
1650316508
v8-compile-cache-lib "^3.0.0"
1650416509
yn "3.1.1"
1650516510

16506-
tsconfig-paths@^3.11.0:
16511+
tsconfig-paths@^3.14.1:
1650716512
version "3.14.1"
1650816513
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
1650916514
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==

0 commit comments

Comments
 (0)