Skip to content

Commit 6fdd5ec

Browse files
Replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
1 parent e9d83bc commit 6fdd5ec

File tree

2 files changed

+26
-35
lines changed

2 files changed

+26
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-import-resolver-typescript": "2.7.1",
3737
"eslint-plugin-jsdoc": "39.3.3",
3838
"eslint-plugin-n": "^15.6.1",
39-
"eslint-plugin-node": "11.1.0",
39+
"eslint-plugin-n": "14.0.0",
4040
"eslint-plugin-promise": "6.1.1",
4141
"eslint-plugin-simple-import-sort": "7.0.0",
4242
"postcss": "8.4.21",

yarn.lock

Lines changed: 25 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -748,13 +748,6 @@ browserslist@^4.21.3, browserslist@^4.21.4:
748748
node-releases "^2.0.8"
749749
update-browserslist-db "^1.0.10"
750750

751-
builtins@^5.0.1:
752-
version "5.0.1"
753-
resolved "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz"
754-
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
755-
dependencies:
756-
semver "^7.0.0"
757-
758751
call-bind@^1.0.0, call-bind@^1.0.2:
759752
version "1.0.2"
760753
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
@@ -1139,14 +1132,6 @@ eslint-module-utils@^2.7.4:
11391132
dependencies:
11401133
debug "^3.2.7"
11411134

1142-
eslint-plugin-es@^3.0.0:
1143-
version "3.0.1"
1144-
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz"
1145-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
1146-
dependencies:
1147-
eslint-utils "^2.0.0"
1148-
regexpp "^3.0.0"
1149-
11501135
eslint-plugin-es@^4.1.0:
11511136
version "4.1.0"
11521137
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz"
@@ -1211,28 +1196,15 @@ eslint-plugin-jsx-a11y@^6.5.1:
12111196
object.fromentries "^2.0.6"
12121197
semver "^6.3.0"
12131198

1214-
eslint-plugin-n@^15.6.1:
1215-
version "15.6.1"
1216-
resolved "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-15.6.1.tgz"
1217-
integrity sha512-R9xw9OtCRxxaxaszTQmQAlPgM+RdGjaL1akWuY/Fv9fRAi8Wj4CUKc6iYVG8QNRjRuo8/BqVYIpfqberJUEacA==
1199+
eslint-plugin-n@14.0.0:
1200+
version "14.0.0"
1201+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
1202+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
12181203
dependencies:
1219-
builtins "^5.0.1"
12201204
eslint-plugin-es "^4.1.0"
12211205
eslint-utils "^3.0.0"
12221206
ignore "^5.1.1"
1223-
is-core-module "^2.11.0"
1224-
minimatch "^3.1.2"
1225-
resolve "^1.22.1"
1226-
semver "^7.3.8"
1227-
1228-
1229-
version "11.1.0"
1230-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz"
1231-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
1232-
dependencies:
1233-
eslint-plugin-es "^3.0.0"
1234-
eslint-utils "^2.0.0"
1235-
ignore "^5.1.1"
1207+
is-core-module "^2.3.0"
12361208
minimatch "^3.0.4"
12371209
resolve "^1.10.1"
12381210
semver "^6.1.0"
@@ -1497,6 +1469,11 @@ function-bind@^1.1.1:
14971469
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
14981470
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
14991471

1472+
function-bind@^1.1.2:
1473+
version "1.1.2"
1474+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1475+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1476+
15001477
function.prototype.name@^1.1.5:
15011478
version "1.1.5"
15021479
resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz"
@@ -1661,6 +1638,13 @@ has@^1.0.3:
16611638
dependencies:
16621639
function-bind "^1.1.1"
16631640

1641+
hasown@^2.0.2:
1642+
version "2.0.2"
1643+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1644+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1645+
dependencies:
1646+
function-bind "^1.1.2"
1647+
16641648
hoist-non-react-statics@^3.3.0:
16651649
version "3.3.2"
16661650
resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
@@ -1759,6 +1743,13 @@ is-core-module@^2.11.0, is-core-module@^2.9.0:
17591743
dependencies:
17601744
has "^1.0.3"
17611745

1746+
is-core-module@^2.3.0:
1747+
version "2.15.0"
1748+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
1749+
integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
1750+
dependencies:
1751+
hasown "^2.0.2"
1752+
17621753
is-date-object@^1.0.1, is-date-object@^1.0.5:
17631754
version "1.0.5"
17641755
resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz"
@@ -2489,7 +2480,7 @@ semver@^6.1.0, semver@^6.3.0:
24892480
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
24902481
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
24912482

2492-
semver@^7.0.0, semver@^7.3.7, semver@^7.3.8:
2483+
semver@^7.3.7:
24932484
version "7.3.8"
24942485
resolved "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz"
24952486
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==

0 commit comments

Comments
 (0)