Skip to content

Commit fcfdad5

Browse files
Update devDependency eslint-plugin-node to v11
1 parent 84320e7 commit fcfdad5

File tree

2 files changed

+91
-9
lines changed

2 files changed

+91
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-config-standard": "latest",
4040
"eslint-plugin-import": "latest",
4141
"eslint-plugin-jest": "^21.8.0",
42-
"eslint-plugin-node": "^6.0.0",
42+
"eslint-plugin-node": "^11.1.0",
4343
"eslint-plugin-promise": "latest",
4444
"eslint-plugin-standard": "latest",
4545
"eslint-plugin-vue": "latest",

yarn.lock

Lines changed: 90 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,11 @@ es-abstract@^1.5.1:
23702370
is-callable "^1.1.3"
23712371
is-regex "^1.0.4"
23722372

2373+
es-errors@^1.3.0:
2374+
version "1.3.0"
2375+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
2376+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
2377+
23732378
es-to-primitive@^1.1.1:
23742379
version "1.1.1"
23752380
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -2484,6 +2489,14 @@ eslint-module-utils@^2.1.1:
24842489
debug "^2.6.8"
24852490
pkg-dir "^1.0.0"
24862491

2492+
eslint-plugin-es@^3.0.0:
2493+
version "3.0.1"
2494+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2495+
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
2496+
dependencies:
2497+
eslint-utils "^2.0.0"
2498+
regexpp "^3.0.0"
2499+
24872500
eslint-plugin-import@latest:
24882501
version "2.8.0"
24892502
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
@@ -2503,14 +2516,17 @@ eslint-plugin-jest@^21.8.0:
25032516
version "21.8.0"
25042517
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.8.0.tgz#4f3155e2898c1efb0ce548f3e084e07db5e21c07"
25052518

2506-
eslint-plugin-node@^6.0.0:
2507-
version "6.0.0"
2508-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-6.0.0.tgz#5ad5ee6b5346aec6cc9cde0b8619caed2c6d8f25"
2519+
eslint-plugin-node@^11.1.0:
2520+
version "11.1.0"
2521+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2522+
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
25092523
dependencies:
2510-
ignore "^3.3.6"
2524+
eslint-plugin-es "^3.0.0"
2525+
eslint-utils "^2.0.0"
2526+
ignore "^5.1.1"
25112527
minimatch "^3.0.4"
2512-
resolve "^1.3.3"
2513-
semver "^5.4.1"
2528+
resolve "^1.10.1"
2529+
semver "^6.1.0"
25142530

25152531
eslint-plugin-promise@latest:
25162532
version "3.6.0"
@@ -2533,10 +2549,22 @@ eslint-scope@^3.7.1:
25332549
esrecurse "^4.1.0"
25342550
estraverse "^4.1.1"
25352551

2552+
eslint-utils@^2.0.0:
2553+
version "2.1.0"
2554+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
2555+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
2556+
dependencies:
2557+
eslint-visitor-keys "^1.1.0"
2558+
25362559
eslint-visitor-keys@^1.0.0:
25372560
version "1.0.0"
25382561
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
25392562

2563+
eslint-visitor-keys@^1.1.0:
2564+
version "1.3.0"
2565+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
2566+
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
2567+
25402568
eslint@^4.17.0:
25412569
version "4.17.0"
25422570
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf"
@@ -3082,6 +3110,11 @@ function-bind@^1.0.2, function-bind@^1.1.1:
30823110
version "1.1.1"
30833111
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
30843112

3113+
function-bind@^1.1.2:
3114+
version "1.1.2"
3115+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3116+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3117+
30853118
functional-red-black-tree@^1.0.1:
30863119
version "1.0.1"
30873120
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -3344,6 +3377,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
33443377
inherits "^2.0.3"
33453378
minimalistic-assert "^1.0.0"
33463379

3380+
hasown@^2.0.2:
3381+
version "2.0.2"
3382+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
3383+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
3384+
dependencies:
3385+
function-bind "^1.1.2"
3386+
33473387
hawk@3.1.3, hawk@~3.1.3:
33483388
version "3.1.3"
33493389
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -3508,10 +3548,15 @@ iferr@^0.1.5:
35083548
version "0.1.5"
35093549
resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
35103550

3511-
ignore@^3.3.3, ignore@^3.3.6:
3551+
ignore@^3.3.3:
35123552
version "3.3.7"
35133553
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
35143554

3555+
ignore@^5.1.1:
3556+
version "5.3.2"
3557+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3558+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3559+
35153560
import-local@^1.0.0:
35163561
version "1.0.0"
35173562
resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"
@@ -3665,6 +3710,13 @@ is-ci@^1.0.10:
36653710
dependencies:
36663711
ci-info "^1.0.0"
36673712

3713+
is-core-module@^2.16.1:
3714+
version "2.16.1"
3715+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
3716+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
3717+
dependencies:
3718+
hasown "^2.0.2"
3719+
36683720
is-data-descriptor@^0.1.4:
36693721
version "0.1.4"
36703722
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5373,6 +5425,11 @@ path-parse@^1.0.5:
53735425
version "1.0.5"
53745426
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
53755427

5428+
path-parse@^1.0.7:
5429+
version "1.0.7"
5430+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
5431+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
5432+
53765433
path-to-regexp@0.1.7:
53775434
version "0.1.7"
53785435
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -6336,6 +6393,11 @@ regex-not@^1.0.0:
63366393
dependencies:
63376394
extend-shallow "^2.0.1"
63386395

6396+
regexpp@^3.0.0:
6397+
version "3.2.0"
6398+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6399+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6400+
63396401
regexpu-core@^1.0.0:
63406402
version "1.0.0"
63416403
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
@@ -6503,12 +6565,22 @@ resolve@1.1.7:
65036565
version "1.1.7"
65046566
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
65056567

6506-
resolve@^1.1.7, resolve@^1.2.0, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0:
6568+
resolve@^1.1.7, resolve@^1.2.0, resolve@^1.4.0, resolve@^1.5.0:
65076569
version "1.5.0"
65086570
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
65096571
dependencies:
65106572
path-parse "^1.0.5"
65116573

6574+
resolve@^1.10.1:
6575+
version "1.22.12"
6576+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.12.tgz#f5b2a680897c69c238a13cd16b15671f8b73549f"
6577+
integrity sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==
6578+
dependencies:
6579+
es-errors "^1.3.0"
6580+
is-core-module "^2.16.1"
6581+
path-parse "^1.0.7"
6582+
supports-preserve-symlinks-flag "^1.0.0"
6583+
65126584
restore-cursor@^2.0.0:
65136585
version "2.0.0"
65146586
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -6608,6 +6680,11 @@ schema-utils@^0.4.0, schema-utils@^0.4.2:
66086680
version "5.5.0"
66096681
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
66106682

6683+
semver@^6.1.0:
6684+
version "6.3.1"
6685+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6686+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6687+
66116688
send@0.16.1:
66126689
version "0.16.1"
66136690
resolved "https://registry.yarnpkg.com/send/-/send-0.16.1.tgz#a70e1ca21d1382c11d0d9f6231deb281080d7ab3"
@@ -7110,6 +7187,11 @@ supports-color@^5.1.0:
71107187
dependencies:
71117188
has-flag "^2.0.0"
71127189

7190+
supports-preserve-symlinks-flag@^1.0.0:
7191+
version "1.0.0"
7192+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
7193+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
7194+
71137195
svg-tags@^1.0.0:
71147196
version "1.0.0"
71157197
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"

0 commit comments

Comments
 (0)