Skip to content

Commit 0325beb

Browse files
committed
chore: update dependency eslint-plugin-import to v2.20.2
1 parent 0f0f95a commit 0325beb

File tree

1 file changed

+42
-19
lines changed

1 file changed

+42
-19
lines changed

yarn.lock

+42-19
Original file line numberDiff line numberDiff line change
@@ -3996,10 +3996,10 @@ error-ex@^1.2.0, error-ex@^1.3.1:
39963996
dependencies:
39973997
is-arrayish "^0.2.1"
39983998

3999-
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1:
4000-
version "1.17.0"
4001-
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0.tgz#f42a517d0036a5591dbb2c463591dc8bb50309b1"
4002-
integrity sha512-yYkE07YF+6SIBmg1MsJ9dlub5L48Ek7X0qz+c/CPCHS9EBXfESorzng4cJQjJW5/pB6vDF41u7F8vUhLVDqIug==
3999+
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:
4000+
version "1.17.5"
4001+
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz#d8c9d1d66c8981fb9200e2251d799eee92774ae9"
4002+
integrity sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==
40034003
dependencies:
40044004
es-to-primitive "^1.2.1"
40054005
function-bind "^1.1.1"
@@ -4072,17 +4072,17 @@ eslint-import-resolver-node@^0.3.2:
40724072
resolve "^1.13.1"
40734073

40744074
eslint-module-utils@^2.4.1:
4075-
version "2.5.2"
4076-
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz#7878f7504824e1b857dd2505b59a8e5eda26a708"
4077-
integrity sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==
4075+
version "2.6.0"
4076+
resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
4077+
integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
40784078
dependencies:
40794079
debug "^2.6.9"
40804080
pkg-dir "^2.0.0"
40814081

40824082
eslint-plugin-import@^2.20.1:
4083-
version "2.20.1"
4084-
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3"
4085-
integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw==
4083+
version "2.20.2"
4084+
resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.20.2.tgz#91fc3807ce08be4837141272c8b99073906e588d"
4085+
integrity sha512-FObidqpXrR8OnCh4iNsxy+WACztJLXAHBO5hK79T1Hc77PgQZkyDGA5Ag9xAvRpglvLNxhH/zSmZ70/pZ31dHg==
40864086
dependencies:
40874087
array-includes "^3.0.3"
40884088
array.prototype.flat "^1.2.1"
@@ -5181,7 +5181,12 @@ homedir-polyfill@^1.0.1:
51815181
dependencies:
51825182
parse-passwd "^1.0.0"
51835183

5184-
hosted-git-info@^2.1.4, hosted-git-info@^2.5.0, hosted-git-info@^2.7.1:
5184+
hosted-git-info@^2.1.4:
5185+
version "2.8.8"
5186+
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
5187+
integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
5188+
5189+
hosted-git-info@^2.5.0, hosted-git-info@^2.7.1:
51855190
version "2.8.5"
51865191
resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz#759cfcf2c4d156ade59b0b2dfabddc42a6b9c70c"
51875192
integrity sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==
@@ -9221,21 +9226,39 @@ string-width@^4.1.0, string-width@^4.2.0:
92219226
is-fullwidth-code-point "^3.0.0"
92229227
strip-ansi "^6.0.0"
92239228

9229+
string.prototype.trimend@^1.0.0:
9230+
version "1.0.0"
9231+
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.0.tgz#ee497fd29768646d84be2c9b819e292439614373"
9232+
integrity sha512-EEJnGqa/xNfIg05SxiPSqRS7S9qwDhYts1TSLR1BQfYUfPe1stofgGKvwERK9+9yf+PpfBMlpBaCHucXGPQfUA==
9233+
dependencies:
9234+
define-properties "^1.1.3"
9235+
es-abstract "^1.17.5"
9236+
92249237
string.prototype.trimleft@^2.1.1:
9225-
version "2.1.1"
9226-
resolved "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
9227-
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
9238+
version "2.1.2"
9239+
resolved "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz#4408aa2e5d6ddd0c9a80739b087fbc067c03b3cc"
9240+
integrity sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==
92289241
dependencies:
92299242
define-properties "^1.1.3"
9230-
function-bind "^1.1.1"
9243+
es-abstract "^1.17.5"
9244+
string.prototype.trimstart "^1.0.0"
92319245

92329246
string.prototype.trimright@^2.1.1:
9233-
version "2.1.1"
9234-
resolved "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
9235-
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
9247+
version "2.1.2"
9248+
resolved "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz#c76f1cef30f21bbad8afeb8db1511496cfb0f2a3"
9249+
integrity sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==
92369250
dependencies:
92379251
define-properties "^1.1.3"
9238-
function-bind "^1.1.1"
9252+
es-abstract "^1.17.5"
9253+
string.prototype.trimend "^1.0.0"
9254+
9255+
string.prototype.trimstart@^1.0.0:
9256+
version "1.0.0"
9257+
resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.0.tgz#afe596a7ce9de905496919406c9734845f01a2f2"
9258+
integrity sha512-iCP8g01NFYiiBOnwG1Xc3WZLyoo+RuBymwIlWncShXDDJYWN6DbnM3odslBJdgCdRlq94B5s63NWAZlcn2CS4w==
9259+
dependencies:
9260+
define-properties "^1.1.3"
9261+
es-abstract "^1.17.5"
92399262

92409263
string_decoder@^1.1.1:
92419264
version "1.3.0"

0 commit comments

Comments
 (0)