Skip to content

Commit 982e64e

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0
1 parent 91cbb2c commit 982e64e

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-faltest": "^6.0.0",
3535
"eslint-plugin-json-files": "^4.0.0",
3636
"eslint-plugin-mocha": "^10.0.0",
37-
"eslint-plugin-node": "^11.0.0",
37+
"eslint-plugin-n": "^14.0.0",
3838
"execa": "^8.0.0",
3939
"mocha": "^10.0.0",
4040
"mocha-helpers": "^9.0.0",

yarn.lock

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,10 +2602,10 @@ eslint-config-crowdstrike@10.1.0:
26022602
resolved "https://registry.yarnpkg.com/eslint-config-crowdstrike/-/eslint-config-crowdstrike-10.1.0.tgz#f46fd56e4ec9b4f89d27be608aea049530db164e"
26032603
integrity sha512-Wy4HdaVBfe5ItXI71Szv2viO7yvX8ZMeG1TblxYy84eAYi9S2p5fMzlwU1JJUlocu7cKBS697+KWYUM8+zk6oQ==
26042604

2605-
eslint-plugin-es@^3.0.0:
2606-
version "3.0.1"
2607-
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2608-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
2605+
eslint-plugin-es@^4.1.0:
2606+
version "4.1.0"
2607+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
2608+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
26092609
dependencies:
26102610
eslint-utils "^2.0.0"
26112611
regexpp "^3.0.0"
@@ -2629,14 +2629,15 @@ eslint-plugin-mocha@^10.0.0:
26292629
eslint-utils "^3.0.0"
26302630
rambda "^7.1.0"
26312631

2632-
eslint-plugin-node@^11.0.0:
2633-
version "11.1.0"
2634-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2635-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
2632+
eslint-plugin-n@^14.0.0:
2633+
version "14.0.0"
2634+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
2635+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
26362636
dependencies:
2637-
eslint-plugin-es "^3.0.0"
2638-
eslint-utils "^2.0.0"
2637+
eslint-plugin-es "^4.1.0"
2638+
eslint-utils "^3.0.0"
26392639
ignore "^5.1.1"
2640+
is-core-module "^2.3.0"
26402641
minimatch "^3.0.4"
26412642
resolve "^1.10.1"
26422643
semver "^6.1.0"
@@ -3883,6 +3884,13 @@ is-callable@^1.1.4, is-callable@^1.2.2:
38833884
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
38843885
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
38853886

3887+
is-core-module@^2.3.0:
3888+
version "2.13.1"
3889+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
3890+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
3891+
dependencies:
3892+
hasown "^2.0.0"
3893+
38863894
is-core-module@^2.8.0, is-core-module@^2.8.1:
38873895
version "2.10.0"
38883896
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"

0 commit comments

Comments
 (0)