Skip to content

Commit e7f7c09

Browse files
chore(deps): update devdependency eslint-plugin-node to v11
1 parent eb2f838 commit e7f7c09

2 files changed

Lines changed: 87 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"eslint-config-standard": "^12.0.0",
5252
"eslint-plugin-import": "^2.17.2",
5353
"eslint-plugin-jest": "^22.5.1",
54-
"eslint-plugin-node": "^8.0.1",
54+
"eslint-plugin-node": "^11.1.0",
5555
"eslint-plugin-promise": "^4.1.1",
5656
"eslint-plugin-standard": "^4.0.0",
5757
"eslint-plugin-vue": "^5.2.2",

yarn.lock

Lines changed: 86 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,6 +2854,11 @@ es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
28542854
is-regex "^1.0.4"
28552855
object-keys "^1.0.12"
28562856

2857+
es-errors@^1.3.0:
2858+
version "1.3.0"
2859+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
2860+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
2861+
28572862
es-to-primitive@^1.2.0:
28582863
version "1.2.0"
28592864
resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
@@ -2913,13 +2918,13 @@ eslint-module-utils@^2.4.0:
29132918
debug "^2.6.8"
29142919
pkg-dir "^2.0.0"
29152920

2916-
eslint-plugin-es@^1.3.1:
2917-
version "1.4.0"
2918-
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
2919-
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
2921+
eslint-plugin-es@^3.0.0:
2922+
version "3.0.1"
2923+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2924+
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
29202925
dependencies:
2921-
eslint-utils "^1.3.0"
2922-
regexpp "^2.0.1"
2926+
eslint-utils "^2.0.0"
2927+
regexpp "^3.0.0"
29232928

29242929
eslint-plugin-import@^2.17.2:
29252930
version "2.17.2"
@@ -2943,17 +2948,17 @@ eslint-plugin-jest@^22.5.1:
29432948
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.5.1.tgz#a31dfe9f9513c6af7c17ece4c65535a1370f060b"
29442949
integrity sha512-c3WjZR/HBoi4GedJRwo2OGHa8Pzo1EbSVwQ2HFzJ+4t2OoYM7Alx646EH/aaxZ+9eGcPiq0FT0UGkRuFFx2FHg==
29452950

2946-
eslint-plugin-node@^8.0.1:
2947-
version "8.0.1"
2948-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
2949-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
2951+
eslint-plugin-node@^11.1.0:
2952+
version "11.1.0"
2953+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2954+
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
29502955
dependencies:
2951-
eslint-plugin-es "^1.3.1"
2952-
eslint-utils "^1.3.1"
2953-
ignore "^5.0.2"
2956+
eslint-plugin-es "^3.0.0"
2957+
eslint-utils "^2.0.0"
2958+
ignore "^5.1.1"
29542959
minimatch "^3.0.4"
2955-
resolve "^1.8.1"
2956-
semver "^5.5.0"
2960+
resolve "^1.10.1"
2961+
semver "^6.1.0"
29572962

29582963
eslint-plugin-promise@^4.1.1:
29592964
version "4.1.1"
@@ -2988,16 +2993,28 @@ eslint-scope@^4.0.3:
29882993
esrecurse "^4.1.0"
29892994
estraverse "^4.1.1"
29902995

2991-
eslint-utils@^1.3.0, eslint-utils@^1.3.1:
2996+
eslint-utils@^1.3.1:
29922997
version "1.3.1"
29932998
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
29942999
integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
29953000

3001+
eslint-utils@^2.0.0:
3002+
version "2.1.0"
3003+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
3004+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
3005+
dependencies:
3006+
eslint-visitor-keys "^1.1.0"
3007+
29963008
eslint-visitor-keys@^1.0.0:
29973009
version "1.0.0"
29983010
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
29993011
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
30003012

3013+
eslint-visitor-keys@^1.1.0:
3014+
version "1.3.0"
3015+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
3016+
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
3017+
30013018
eslint@^5.16.0:
30023019
version "5.16.0"
30033020
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
@@ -3405,6 +3422,11 @@ function-bind@^1.1.1:
34053422
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
34063423
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
34073424

3425+
function-bind@^1.1.2:
3426+
version "1.1.2"
3427+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3428+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3429+
34083430
functional-red-black-tree@^1.0.1:
34093431
version "1.0.1"
34103432
resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -3641,6 +3663,13 @@ has@^1.0.0, has@^1.0.1, has@^1.0.3:
36413663
dependencies:
36423664
function-bind "^1.1.1"
36433665

3666+
hasown@^2.0.3:
3667+
version "2.0.4"
3668+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
3669+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
3670+
dependencies:
3671+
function-bind "^1.1.2"
3672+
36443673
hex-color-regex@^1.1.0:
36453674
version "1.1.0"
36463675
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
@@ -3714,10 +3743,10 @@ ignore@^4.0.6:
37143743
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
37153744
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
37163745

3717-
ignore@^5.0.2:
3718-
version "5.0.4"
3719-
resolved "https://registry.npmjs.org/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
3720-
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
3746+
ignore@^5.1.1:
3747+
version "5.3.2"
3748+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3749+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
37213750

37223751
import-cwd@^2.0.0, import-cwd@^2.1.0:
37233752
version "2.1.0"
@@ -3898,6 +3927,13 @@ is-color-stop@^1.0.0:
38983927
rgb-regex "^1.0.1"
38993928
rgba-regex "^1.0.0"
39003929

3930+
is-core-module@^2.16.1:
3931+
version "2.16.2"
3932+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.2.tgz#3e07450a8080ebce3fbf0cac494f4d2ab324e082"
3933+
integrity sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==
3934+
dependencies:
3935+
hasown "^2.0.3"
3936+
39013937
is-data-descriptor@^0.1.4:
39023938
version "0.1.4"
39033939
resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -5652,6 +5688,11 @@ path-parse@^1.0.6:
56525688
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
56535689
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
56545690

5691+
path-parse@^1.0.7:
5692+
version "1.0.7"
5693+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
5694+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
5695+
56555696
path-type@^1.0.0:
56565697
version "1.1.0"
56575698
resolved "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -6371,6 +6412,11 @@ regexpp@^2.0.1:
63716412
resolved "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
63726413
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
63736414

6415+
regexpp@^3.0.0:
6416+
version "3.2.0"
6417+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6418+
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6419+
63746420
regexpu-core@^1.0.0:
63756421
version "1.0.0"
63766422
resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
@@ -6546,6 +6592,16 @@ resolve@^1.10.0:
65466592
dependencies:
65476593
path-parse "^1.0.6"
65486594

6595+
resolve@^1.10.1:
6596+
version "1.22.12"
6597+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.12.tgz#f5b2a680897c69c238a13cd16b15671f8b73549f"
6598+
integrity sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==
6599+
dependencies:
6600+
es-errors "^1.3.0"
6601+
is-core-module "^2.16.1"
6602+
path-parse "^1.0.7"
6603+
supports-preserve-symlinks-flag "^1.0.0"
6604+
65496605
resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
65506606
version "1.9.0"
65516607
resolved "https://registry.npmjs.org/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
@@ -6760,6 +6816,11 @@ semver@^6.0.0:
67606816
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
67616817
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
67626818

6819+
semver@^6.1.0:
6820+
version "6.3.1"
6821+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6822+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6823+
67636824
serialize-javascript@^1.6.1:
67646825
version "1.6.1"
67656826
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879"
@@ -7190,6 +7251,11 @@ supports-color@^6.1.0:
71907251
dependencies:
71917252
has-flag "^3.0.0"
71927253

7254+
supports-preserve-symlinks-flag@^1.0.0:
7255+
version "1.0.0"
7256+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
7257+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
7258+
71937259
svgo@^1.0.0:
71947260
version "1.1.1"
71957261
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.1.1.tgz#12384b03335bcecd85cfa5f4e3375fed671cb985"

0 commit comments

Comments
 (0)