Skip to content

Commit 38daa6a

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
1 parent e17f221 commit 38daa6a

2 files changed

Lines changed: 43 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-standard": "14.1.1",
3131
"eslint-plugin-html": "6.1.0",
3232
"eslint-plugin-import": "2.22.1",
33-
"eslint-plugin-node": "11.1.0",
33+
"eslint-plugin-n": "14.0.0",
3434
"eslint-plugin-promise": "4.2.1",
3535
"eslint-plugin-standard": "4.0.1",
3636
"json-array-stream": "0.1.2",

yarn.lock

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -779,10 +779,10 @@ eslint-plugin-es@^2.0.0:
779779
eslint-utils "^1.4.2"
780780
regexpp "^3.0.0"
781781

782-
eslint-plugin-es@^3.0.0:
783-
version "3.0.1"
784-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
785-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
782+
eslint-plugin-es@^4.1.0:
783+
version "4.1.0"
784+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
785+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
786786
dependencies:
787787
eslint-utils "^2.0.0"
788788
regexpp "^3.0.0"
@@ -830,14 +830,15 @@ eslint-plugin-import@~2.18.0:
830830
read-pkg-up "^2.0.0"
831831
resolve "^1.11.0"
832832

833-
eslint-plugin-node@11.1.0:
834-
version "11.1.0"
835-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
836-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
833+
eslint-plugin-n@14.0.0:
834+
version "14.0.0"
835+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
836+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
837837
dependencies:
838-
eslint-plugin-es "^3.0.0"
839-
eslint-utils "^2.0.0"
838+
eslint-plugin-es "^4.1.0"
839+
eslint-utils "^3.0.0"
840840
ignore "^5.1.1"
841+
is-core-module "^2.3.0"
841842
minimatch "^3.0.4"
842843
resolve "^1.10.1"
843844
semver "^6.1.0"
@@ -909,11 +910,23 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
909910
dependencies:
910911
eslint-visitor-keys "^1.1.0"
911912

913+
eslint-utils@^3.0.0:
914+
version "3.0.0"
915+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
916+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
917+
dependencies:
918+
eslint-visitor-keys "^2.0.0"
919+
912920
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
913921
version "1.3.0"
914922
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
915923
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
916924

925+
eslint-visitor-keys@^2.0.0:
926+
version "2.1.0"
927+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
928+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
929+
917930
eslint@7.10.0:
918931
version "7.10.0"
919932
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.10.0.tgz#494edb3e4750fb791133ca379e786a8f648c72b9"
@@ -1206,6 +1219,11 @@ function-bind@^1.1.1:
12061219
resolved "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
12071220
integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=
12081221

1222+
function-bind@^1.1.2:
1223+
version "1.1.2"
1224+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1225+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1226+
12091227
functional-red-black-tree@^1.0.1:
12101228
version "1.0.1"
12111229
resolved "https://registry.npm.taobao.org/functional-red-black-tree/download/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -1304,6 +1322,13 @@ has@^1.0.3:
13041322
dependencies:
13051323
function-bind "^1.1.1"
13061324

1325+
hasown@^2.0.2:
1326+
version "2.0.2"
1327+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1328+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1329+
dependencies:
1330+
function-bind "^1.1.2"
1331+
13071332
he@1.2.0:
13081333
version "1.2.0"
13091334
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -1453,6 +1478,13 @@ is-callable@^1.2.0:
14531478
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
14541479
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
14551480

1481+
is-core-module@^2.3.0:
1482+
version "2.15.0"
1483+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
1484+
integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
1485+
dependencies:
1486+
hasown "^2.0.2"
1487+
14561488
is-date-object@^1.0.1:
14571489
version "1.0.2"
14581490
resolved "https://registry.npm.taobao.org/is-date-object/download/is-date-object-1.0.2.tgz?cache=0&sync_timestamp=1576729182289&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-date-object%2Fdownload%2Fis-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"

0 commit comments

Comments
 (0)