Skip to content

Commit 8c8afd0

Browse files
author
SF-CLI-BOT
authored
Merge pull request #127 from salesforcecli/dependabot-npm_and_yarn-eslint-plugin-import-2.24.2
chore(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.2
2 parents 590451c + c494878 commit 8c8afd0

File tree

1 file changed

+42
-28
lines changed

1 file changed

+42
-28
lines changed

yarn.lock

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3743,18 +3743,18 @@ eslint-config-salesforce@^0.1.6:
37433743
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-0.1.6.tgz#47d7846d340df99db25962978e414e03404e5c2a"
37443744
integrity sha512-QloeQzIka5Ruj6RfkfqeNPZoaR7wkz34AU/RABVdn/XBd23lk/l0/I/Hx3Rzx0G4dft/DBaHBL1JYllT0cWE1A==
37453745

3746-
eslint-import-resolver-node@^0.3.4:
3747-
version "0.3.4"
3748-
resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
3749-
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
3746+
eslint-import-resolver-node@^0.3.4, eslint-import-resolver-node@^0.3.6:
3747+
version "0.3.6"
3748+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
3749+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
37503750
dependencies:
3751-
debug "^2.6.9"
3752-
resolve "^1.13.1"
3751+
debug "^3.2.7"
3752+
resolve "^1.20.0"
37533753

3754-
eslint-module-utils@^2.6.1:
3755-
version "2.6.1"
3756-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
3757-
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
3754+
eslint-module-utils@^2.6.1, eslint-module-utils@^2.6.2:
3755+
version "2.6.2"
3756+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
3757+
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
37583758
dependencies:
37593759
debug "^3.2.7"
37603760
pkg-dir "^2.0.0"
@@ -3764,7 +3764,7 @@ eslint-plugin-header@^3.0.0:
37643764
resolved "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.0.0.tgz#0e048b5f0adfdd9754142d59d551ae6bfdaf90ad"
37653765
integrity sha512-OIu2ciVW8jK4Ove4JHm1I7X0C98PZuLCyCsoUhAm2HpyGS+zr34qLM6iV06unnDvssvvEh5BkOfaLRF+N7cGoQ==
37663766

3767-
[email protected], eslint-plugin-import@^2.20.2:
3767+
37683768
version "2.23.4"
37693769
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
37703770
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
@@ -3785,6 +3785,27 @@ [email protected], eslint-plugin-import@^2.20.2:
37853785
resolve "^1.20.0"
37863786
tsconfig-paths "^3.9.0"
37873787

3788+
eslint-plugin-import@^2.20.2:
3789+
version "2.24.2"
3790+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
3791+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
3792+
dependencies:
3793+
array-includes "^3.1.3"
3794+
array.prototype.flat "^1.2.4"
3795+
debug "^2.6.9"
3796+
doctrine "^2.1.0"
3797+
eslint-import-resolver-node "^0.3.6"
3798+
eslint-module-utils "^2.6.2"
3799+
find-up "^2.0.0"
3800+
has "^1.0.3"
3801+
is-core-module "^2.6.0"
3802+
minimatch "^3.0.4"
3803+
object.values "^1.1.4"
3804+
pkg-up "^2.0.0"
3805+
read-pkg-up "^3.0.0"
3806+
resolve "^1.20.0"
3807+
tsconfig-paths "^3.11.0"
3808+
37883809
eslint-plugin-jsdoc@^35.1.2, eslint-plugin-jsdoc@^35.1.3:
37893810
version "35.1.3"
37903811
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.1.3.tgz#ee9f8566eeb87a0e96fc52ec55897a2cb93ceea5"
@@ -5459,10 +5480,10 @@ is-callable@^1.2.3:
54595480
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
54605481
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
54615482

5462-
is-core-module@^2.2.0, is-core-module@^2.4.0:
5463-
version "2.4.0"
5464-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
5465-
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
5483+
is-core-module@^2.2.0, is-core-module@^2.4.0, is-core-module@^2.6.0:
5484+
version "2.6.0"
5485+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
5486+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
54665487
dependencies:
54675488
has "^1.0.3"
54685489

@@ -7413,7 +7434,7 @@ object.pick@^1.3.0:
74137434
dependencies:
74147435
isobject "^3.0.1"
74157436

7416-
object.values@^1.1.3:
7437+
object.values@^1.1.3, object.values@^1.1.4:
74177438
version "1.1.4"
74187439
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
74197440
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -8452,14 +8473,7 @@ resolve-url@^0.2.1:
84528473
resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
84538474
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
84548475

8455-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2:
8456-
version "1.17.0"
8457-
resolved "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
8458-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
8459-
dependencies:
8460-
path-parse "^1.0.6"
8461-
8462-
resolve@^1.20.0:
8476+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.3.2:
84638477
version "1.20.0"
84648478
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
84658479
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -9572,10 +9586,10 @@ ts-retry-promise@^0.6.0:
95729586
resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.6.0.tgz#95643500d5388eed25abc90aa2e99c8b6c5a7bc9"
95739587
integrity sha512-8DF80uA7JPu6m8ouHxGkyBpPTIGQnsgIUgLDqcRaD7EEhVowjG72KqCX334gsa1P+AmzeTVdd/xEzVFCAuPCtg==
95749588

9575-
tsconfig-paths@^3.9.0:
9576-
version "3.9.0"
9577-
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
9578-
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
9589+
tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0:
9590+
version "3.11.0"
9591+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
9592+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
95799593
dependencies:
95809594
"@types/json5" "^0.0.29"
95819595
json5 "^1.0.1"

0 commit comments

Comments
 (0)