Skip to content

Commit 27e722e

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0.0
1 parent 79fabd4 commit 27e722e

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
@@ -2634,10 +2634,10 @@ eslint-config-crowdstrike@10.1.0:
26342634
resolved "https://registry.yarnpkg.com/eslint-config-crowdstrike/-/eslint-config-crowdstrike-10.1.0.tgz#f46fd56e4ec9b4f89d27be608aea049530db164e"
26352635
integrity sha512-Wy4HdaVBfe5ItXI71Szv2viO7yvX8ZMeG1TblxYy84eAYi9S2p5fMzlwU1JJUlocu7cKBS697+KWYUM8+zk6oQ==
26362636

2637-
eslint-plugin-es@^3.0.0:
2638-
version "3.0.1"
2639-
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
2640-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
2637+
eslint-plugin-es@^4.1.0:
2638+
version "4.1.0"
2639+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
2640+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
26412641
dependencies:
26422642
eslint-utils "^2.0.0"
26432643
regexpp "^3.0.0"
@@ -2661,14 +2661,15 @@ eslint-plugin-mocha@^10.0.0:
26612661
eslint-utils "^3.0.0"
26622662
rambda "^7.1.0"
26632663

2664-
eslint-plugin-node@^11.0.0:
2665-
version "11.1.0"
2666-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
2667-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
2664+
eslint-plugin-n@^14.0.0:
2665+
version "14.0.0"
2666+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
2667+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
26682668
dependencies:
2669-
eslint-plugin-es "^3.0.0"
2670-
eslint-utils "^2.0.0"
2669+
eslint-plugin-es "^4.1.0"
2670+
eslint-utils "^3.0.0"
26712671
ignore "^5.1.1"
2672+
is-core-module "^2.3.0"
26722673
minimatch "^3.0.4"
26732674
resolve "^1.10.1"
26742675
semver "^6.1.0"
@@ -3925,6 +3926,13 @@ is-callable@^1.1.4, is-callable@^1.2.2:
39253926
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
39263927
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
39273928

3929+
is-core-module@^2.3.0:
3930+
version "2.13.1"
3931+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
3932+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
3933+
dependencies:
3934+
hasown "^2.0.0"
3935+
39283936
is-core-module@^2.8.0, is-core-module@^2.8.1:
39293937
version "2.10.0"
39303938
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"

0 commit comments

Comments
 (0)