Skip to content

Commit 8148fbd

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0
1 parent dc961a4 commit 8148fbd

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-standard-with-typescript": "^21.0.1",
3131
"eslint-formatter-rdjson": "^1.0.5",
3232
"eslint-plugin-import": "^2.25.3",
33-
"eslint-plugin-node": "^11.1.0",
33+
"eslint-plugin-n": "^14.0.0",
3434
"eslint-plugin-promise": "^6.0.0",
3535
"husky": ">=6",
3636
"less": "^4.1.1",

yarn.lock

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -982,10 +982,10 @@ eslint-module-utils@^2.7.2:
982982
debug "^3.2.7"
983983
find-up "^2.1.0"
984984

985-
eslint-plugin-es@^3.0.0:
986-
version "3.0.1"
987-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
988-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
985+
eslint-plugin-es@^4.1.0:
986+
version "4.1.0"
987+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
988+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
989989
dependencies:
990990
eslint-utils "^2.0.0"
991991
regexpp "^3.0.0"
@@ -1009,14 +1009,15 @@ eslint-plugin-import@^2.25.3:
10091009
resolve "^1.20.0"
10101010
tsconfig-paths "^3.12.0"
10111011

1012-
eslint-plugin-node@^11.1.0:
1013-
version "11.1.0"
1014-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
1015-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
1012+
eslint-plugin-n@^14.0.0:
1013+
version "14.0.0"
1014+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
1015+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
10161016
dependencies:
1017-
eslint-plugin-es "^3.0.0"
1018-
eslint-utils "^2.0.0"
1017+
eslint-plugin-es "^4.1.0"
1018+
eslint-utils "^3.0.0"
10191019
ignore "^5.1.1"
1020+
is-core-module "^2.3.0"
10201021
minimatch "^3.0.4"
10211022
resolve "^1.10.1"
10221023
semver "^6.1.0"
@@ -1310,6 +1311,11 @@ function-bind@^1.1.1:
13101311
version "1.1.1"
13111312
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
13121313

1314+
function-bind@^1.1.2:
1315+
version "1.1.2"
1316+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1317+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1318+
13131319
functional-red-black-tree@^1.0.1:
13141320
version "1.0.1"
13151321
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -1480,6 +1486,13 @@ has@^1.0.3:
14801486
dependencies:
14811487
function-bind "^1.1.1"
14821488

1489+
hasown@^2.0.2:
1490+
version "2.0.2"
1491+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1492+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1493+
dependencies:
1494+
function-bind "^1.1.2"
1495+
14831496
highlight.js@^11.2.0:
14841497
version "11.2.0"
14851498
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.2.0.tgz#a7e3b8c1fdc4f0538b93b2dc2ddd53a40c6ab0f0"
@@ -1633,6 +1646,13 @@ is-core-module@^2.2.0:
16331646
dependencies:
16341647
has "^1.0.3"
16351648

1649+
is-core-module@^2.3.0:
1650+
version "2.15.0"
1651+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
1652+
integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
1653+
dependencies:
1654+
hasown "^2.0.2"
1655+
16361656
is-core-module@^2.8.0:
16371657
version "2.8.1"
16381658
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"

0 commit comments

Comments
 (0)