@@ -3743,18 +3743,18 @@ eslint-config-salesforce@^0.1.6:
3743
3743
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-0.1.6.tgz#47d7846d340df99db25962978e414e03404e5c2a"
3744
3744
integrity sha512-QloeQzIka5Ruj6RfkfqeNPZoaR7wkz34AU/RABVdn/XBd23lk/l0/I/Hx3Rzx0G4dft/DBaHBL1JYllT0cWE1A==
3745
3745
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 ==
3750
3750
dependencies :
3751
- debug "^2.6.9 "
3752
- resolve "^1.13.1 "
3751
+ debug "^3.2.7 "
3752
+ resolve "^1.20.0 "
3753
3753
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 ==
3758
3758
dependencies :
3759
3759
debug "^3.2.7"
3760
3760
pkg-dir "^2.0.0"
@@ -3764,7 +3764,7 @@ eslint-plugin-header@^3.0.0:
3764
3764
resolved "https://registry.npmjs.org/eslint-plugin-header/-/eslint-plugin-header-3.0.0.tgz#0e048b5f0adfdd9754142d59d551ae6bfdaf90ad"
3765
3765
integrity sha512-OIu2ciVW8jK4Ove4JHm1I7X0C98PZuLCyCsoUhAm2HpyGS+zr34qLM6iV06unnDvssvvEh5BkOfaLRF+N7cGoQ==
3766
3766
3767
- [email protected] , eslint-plugin-import@^2.20.2 :
3767
+
3768
3768
version "2.23.4"
3769
3769
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
3770
3770
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
3785
3785
resolve "^1.20.0"
3786
3786
tsconfig-paths "^3.9.0"
3787
3787
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
+
3788
3809
eslint-plugin-jsdoc@^35.1.2, eslint-plugin-jsdoc@^35.1.3 :
3789
3810
version "35.1.3"
3790
3811
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:
5459
5480
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
5460
5481
integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
5461
5482
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 ==
5466
5487
dependencies :
5467
5488
has "^1.0.3"
5468
5489
@@ -7413,7 +7434,7 @@ object.pick@^1.3.0:
7413
7434
dependencies :
7414
7435
isobject "^3.0.1"
7415
7436
7416
- object.values@^1.1.3 :
7437
+ object.values@^1.1.3, object.values@^1.1.4 :
7417
7438
version "1.1.4"
7418
7439
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
7419
7440
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -8452,14 +8473,7 @@ resolve-url@^0.2.1:
8452
8473
resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
8453
8474
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
8454
8475
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 :
8463
8477
version "1.20.0"
8464
8478
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
8465
8479
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -9572,10 +9586,10 @@ ts-retry-promise@^0.6.0:
9572
9586
resolved "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.6.0.tgz#95643500d5388eed25abc90aa2e99c8b6c5a7bc9"
9573
9587
integrity sha512-8DF80uA7JPu6m8ouHxGkyBpPTIGQnsgIUgLDqcRaD7EEhVowjG72KqCX334gsa1P+AmzeTVdd/xEzVFCAuPCtg==
9574
9588
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 ==
9579
9593
dependencies :
9580
9594
" @types/json5" " ^0.0.29"
9581
9595
json5 "^1.0.1"
0 commit comments