Skip to content

Commit e6f78f4

Browse files
chore(deps): replace eslint-plugin-node with eslint-plugin-n ^14.0.0
1 parent 5bcb9ef commit e6f78f4

File tree

2 files changed

+38
-11
lines changed

2 files changed

+38
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint": "^7.32.0",
6969
"eslint-config-standard": "^14.1.1",
7070
"eslint-plugin-import": "^2.23.4",
71-
"eslint-plugin-node": "^11.1.0",
71+
"eslint-plugin-n": "^14.0.0",
7272
"eslint-plugin-promise": "^5.1.0",
7373
"eslint-plugin-standard": "^5.0.0",
7474
"jest": "^27.0.6",

yarn.lock

+37-10
Original file line numberDiff line numberDiff line change
@@ -2573,10 +2573,10 @@ eslint-module-utils@^2.6.1:
25732573
debug "^3.2.7"
25742574
pkg-dir "^2.0.0"
25752575

2576-
eslint-plugin-es@^3.0.0:
2577-
version "3.0.1"
2578-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2579-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
2576+
eslint-plugin-es@^4.1.0:
2577+
version "4.1.0"
2578+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
2579+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
25802580
dependencies:
25812581
eslint-utils "^2.0.0"
25822582
regexpp "^3.0.0"
@@ -2602,14 +2602,15 @@ eslint-plugin-import@^2.23.4:
26022602
resolve "^1.20.0"
26032603
tsconfig-paths "^3.9.0"
26042604

2605-
eslint-plugin-node@^11.1.0:
2606-
version "11.1.0"
2607-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2608-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
2605+
eslint-plugin-n@^14.0.0:
2606+
version "14.0.0"
2607+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
2608+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
26092609
dependencies:
2610-
eslint-plugin-es "^3.0.0"
2611-
eslint-utils "^2.0.0"
2610+
eslint-plugin-es "^4.1.0"
2611+
eslint-utils "^3.0.0"
26122612
ignore "^5.1.1"
2613+
is-core-module "^2.3.0"
26132614
minimatch "^3.0.4"
26142615
resolve "^1.10.1"
26152616
semver "^6.1.0"
@@ -2639,6 +2640,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
26392640
dependencies:
26402641
eslint-visitor-keys "^1.1.0"
26412642

2643+
eslint-utils@^3.0.0:
2644+
version "3.0.0"
2645+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2646+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2647+
dependencies:
2648+
eslint-visitor-keys "^2.0.0"
2649+
26422650
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
26432651
version "1.3.0"
26442652
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3032,6 +3040,11 @@ function-bind@^1.1.1:
30323040
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
30333041
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
30343042

3043+
function-bind@^1.1.2:
3044+
version "1.1.2"
3045+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3046+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3047+
30353048
functional-red-black-tree@^1.0.1:
30363049
version "1.0.1"
30373050
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -3215,6 +3228,13 @@ has@^1.0.3:
32153228
dependencies:
32163229
function-bind "^1.1.1"
32173230

3231+
hasown@^2.0.2:
3232+
version "2.0.2"
3233+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
3234+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
3235+
dependencies:
3236+
function-bind "^1.1.2"
3237+
32183238
hermes-profile-transformer@^0.0.6:
32193239
version "0.0.6"
32203240
resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b"
@@ -3449,6 +3469,13 @@ is-core-module@^2.2.0, is-core-module@^2.4.0:
34493469
dependencies:
34503470
has "^1.0.3"
34513471

3472+
is-core-module@^2.3.0:
3473+
version "2.15.1"
3474+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
3475+
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
3476+
dependencies:
3477+
hasown "^2.0.2"
3478+
34523479
is-data-descriptor@^0.1.4:
34533480
version "0.1.4"
34543481
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"

0 commit comments

Comments
 (0)