Skip to content

Commit fcae86f

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
1 parent 724f7d3 commit fcae86f

2 files changed

Lines changed: 38 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-config-prettier": "9.1.0",
2121
"eslint-config-standard": "17.1.0",
2222
"eslint-plugin-import": "2.29.1",
23-
"eslint-plugin-node": "11.1.0",
23+
"eslint-plugin-n": "14.0.0",
2424
"eslint-plugin-prettier": "5.1.3",
2525
"eslint-plugin-promise": "6.4.0",
2626
"eslint-plugin-standard": "5.0.0",

yarn.lock

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,10 +2662,10 @@ eslint-module-utils@^2.8.0:
26622662
dependencies:
26632663
debug "^3.2.7"
26642664

2665-
eslint-plugin-es@^3.0.0:
2666-
version "3.0.1"
2667-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2668-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
2665+
eslint-plugin-es@^4.1.0:
2666+
version "4.1.0"
2667+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
2668+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
26692669
dependencies:
26702670
eslint-utils "^2.0.0"
26712671
regexpp "^3.0.0"
@@ -2693,14 +2693,15 @@ eslint-plugin-import@2.29.1:
26932693
semver "^6.3.1"
26942694
tsconfig-paths "^3.15.0"
26952695

2696-
eslint-plugin-node@11.1.0:
2697-
version "11.1.0"
2698-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2699-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
2696+
eslint-plugin-n@14.0.0:
2697+
version "14.0.0"
2698+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
2699+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
27002700
dependencies:
2701-
eslint-plugin-es "^3.0.0"
2702-
eslint-utils "^2.0.0"
2701+
eslint-plugin-es "^4.1.0"
2702+
eslint-utils "^3.0.0"
27032703
ignore "^5.1.1"
2704+
is-core-module "^2.3.0"
27042705
minimatch "^3.0.4"
27052706
resolve "^1.10.1"
27062707
semver "^6.1.0"
@@ -2746,11 +2747,23 @@ eslint-utils@^2.0.0:
27462747
dependencies:
27472748
eslint-visitor-keys "^1.1.0"
27482749

2750+
eslint-utils@^3.0.0:
2751+
version "3.0.0"
2752+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2753+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2754+
dependencies:
2755+
eslint-visitor-keys "^2.0.0"
2756+
27492757
eslint-visitor-keys@^1.1.0:
27502758
version "1.3.0"
27512759
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
27522760
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
27532761

2762+
eslint-visitor-keys@^2.0.0:
2763+
version "2.1.0"
2764+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2765+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2766+
27542767
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
27552768
version "3.4.3"
27562769
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
@@ -3286,6 +3299,13 @@ hasown@^2.0.0:
32863299
dependencies:
32873300
function-bind "^1.1.2"
32883301

3302+
hasown@^2.0.3:
3303+
version "2.0.4"
3304+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
3305+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
3306+
dependencies:
3307+
function-bind "^1.1.2"
3308+
32893309
highlight.js@11.10.0:
32903310
version "11.10.0"
32913311
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.10.0.tgz#6e3600dc4b33d6dc23d5bd94fbf72405f5892b92"
@@ -3458,6 +3478,13 @@ is-core-module@^2.13.0, is-core-module@^2.13.1:
34583478
dependencies:
34593479
hasown "^2.0.0"
34603480

3481+
is-core-module@^2.3.0:
3482+
version "2.16.2"
3483+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.2.tgz#3e07450a8080ebce3fbf0cac494f4d2ab324e082"
3484+
integrity sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==
3485+
dependencies:
3486+
hasown "^2.0.3"
3487+
34613488
is-date-object@^1.0.1:
34623489
version "1.0.5"
34633490
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"

0 commit comments

Comments
 (0)