Skip to content

Commit 519284d

Browse files
committed
chore(deps): update eslint-plugin-import -> ^2.24.1 - devdependency
1 parent 5bcb9ef commit 519284d

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"cross-env": "^7.0.3",
6868
"eslint": "^7.32.0",
6969
"eslint-config-standard": "^14.1.1",
70-
"eslint-plugin-import": "^2.23.4",
70+
"eslint-plugin-import": "^2.24.1",
7171
"eslint-plugin-node": "^11.1.0",
7272
"eslint-plugin-promise": "^5.1.0",
7373
"eslint-plugin-standard": "^5.0.0",

yarn.lock

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2557,18 +2557,18 @@ eslint-config-standard@^14.1.1:
25572557
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-14.1.1.tgz#830a8e44e7aef7de67464979ad06b406026c56ea"
25582558
integrity sha512-Z9B+VR+JIXRxz21udPTL9HpFMyoMUEeX1G251EQ6e05WD9aPVtVBn09XUmZ259wCMlCDmYDSZG62Hhm+ZTJcUg==
25592559

2560-
eslint-import-resolver-node@^0.3.4:
2561-
version "0.3.4"
2562-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
2563-
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
2560+
eslint-import-resolver-node@^0.3.6:
2561+
version "0.3.6"
2562+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
2563+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
25642564
dependencies:
2565-
debug "^2.6.9"
2566-
resolve "^1.13.1"
2565+
debug "^3.2.7"
2566+
resolve "^1.20.0"
25672567

2568-
eslint-module-utils@^2.6.1:
2569-
version "2.6.1"
2570-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
2571-
integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
2568+
eslint-module-utils@^2.6.2:
2569+
version "2.6.2"
2570+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
2571+
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
25722572
dependencies:
25732573
debug "^3.2.7"
25742574
pkg-dir "^2.0.0"
@@ -2581,26 +2581,26 @@ eslint-plugin-es@^3.0.0:
25812581
eslint-utils "^2.0.0"
25822582
regexpp "^3.0.0"
25832583

2584-
eslint-plugin-import@^2.23.4:
2585-
version "2.23.4"
2586-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
2587-
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
2584+
eslint-plugin-import@^2.24.1:
2585+
version "2.24.1"
2586+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1.tgz#64aba8b567a1ba9921d5465586e86c491b8e2135"
2587+
integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ==
25882588
dependencies:
25892589
array-includes "^3.1.3"
25902590
array.prototype.flat "^1.2.4"
25912591
debug "^2.6.9"
25922592
doctrine "^2.1.0"
2593-
eslint-import-resolver-node "^0.3.4"
2594-
eslint-module-utils "^2.6.1"
2593+
eslint-import-resolver-node "^0.3.6"
2594+
eslint-module-utils "^2.6.2"
25952595
find-up "^2.0.0"
25962596
has "^1.0.3"
2597-
is-core-module "^2.4.0"
2597+
is-core-module "^2.6.0"
25982598
minimatch "^3.0.4"
2599-
object.values "^1.1.3"
2599+
object.values "^1.1.4"
26002600
pkg-up "^2.0.0"
26012601
read-pkg-up "^3.0.0"
26022602
resolve "^1.20.0"
2603-
tsconfig-paths "^3.9.0"
2603+
tsconfig-paths "^3.10.1"
26042604

26052605
eslint-plugin-node@^11.1.0:
26062606
version "11.1.0"
@@ -3442,13 +3442,20 @@ is-ci@^3.0.0:
34423442
dependencies:
34433443
ci-info "^3.1.1"
34443444

3445-
is-core-module@^2.2.0, is-core-module@^2.4.0:
3445+
is-core-module@^2.2.0:
34463446
version "2.4.0"
34473447
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
34483448
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
34493449
dependencies:
34503450
has "^1.0.3"
34513451

3452+
is-core-module@^2.6.0:
3453+
version "2.6.0"
3454+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
3455+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
3456+
dependencies:
3457+
has "^1.0.3"
3458+
34523459
is-data-descriptor@^0.1.4:
34533460
version "0.1.4"
34543461
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5171,7 +5178,7 @@ object.pick@^1.3.0:
51715178
dependencies:
51725179
isobject "^3.0.1"
51735180

5174-
object.values@^1.1.3:
5181+
object.values@^1.1.4:
51755182
version "1.1.4"
51765183
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
51775184
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
@@ -5772,7 +5779,7 @@ resolve-url@^0.2.1:
57725779
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
57735780
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
57745781

5775-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.20.0:
5782+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.20.0:
57765783
version "1.20.0"
57775784
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
57785785
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -6487,7 +6494,7 @@ tree-kill@~1.2.0:
64876494
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
64886495
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
64896496

6490-
tsconfig-paths@^3.9.0:
6497+
tsconfig-paths@^3.10.1:
64916498
version "3.10.1"
64926499
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
64936500
integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==

0 commit comments

Comments
 (0)