Skip to content

Commit 5d5f68c

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

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-config-crowdstrike-node": "3.0.1",
6060
"eslint-plugin-json-files": "^4.0.0",
6161
"eslint-plugin-mocha": "^10.0.0",
62-
"eslint-plugin-node": "^11.0.0",
62+
"eslint-plugin-n": "^14.0.0",
6363
"git-fixtures": "^8.0.0",
6464
"mocha": "^10.0.0",
6565
"mocha-helpers": "^9.0.0",

yarn.lock

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,10 +1301,10 @@ [email protected]:
13011301
resolved "https://registry.yarnpkg.com/eslint-config-crowdstrike/-/eslint-config-crowdstrike-10.1.0.tgz#f46fd56e4ec9b4f89d27be608aea049530db164e"
13021302
integrity sha512-Wy4HdaVBfe5ItXI71Szv2viO7yvX8ZMeG1TblxYy84eAYi9S2p5fMzlwU1JJUlocu7cKBS697+KWYUM8+zk6oQ==
13031303

1304-
eslint-plugin-es@^3.0.0:
1305-
version "3.0.1"
1306-
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
1307-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
1304+
eslint-plugin-es@^4.1.0:
1305+
version "4.1.0"
1306+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
1307+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
13081308
dependencies:
13091309
eslint-utils "^2.0.0"
13101310
regexpp "^3.0.0"
@@ -1328,14 +1328,15 @@ eslint-plugin-mocha@^10.0.0:
13281328
eslint-utils "^3.0.0"
13291329
rambda "^7.1.0"
13301330

1331-
eslint-plugin-node@^11.0.0:
1332-
version "11.1.0"
1333-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
1334-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
1331+
eslint-plugin-n@^14.0.0:
1332+
version "14.0.0"
1333+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
1334+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
13351335
dependencies:
1336-
eslint-plugin-es "^3.0.0"
1337-
eslint-utils "^2.0.0"
1336+
eslint-plugin-es "^4.1.0"
1337+
eslint-utils "^3.0.0"
13381338
ignore "^5.1.1"
1339+
is-core-module "^2.3.0"
13391340
minimatch "^3.0.4"
13401341
resolve "^1.10.1"
13411342
semver "^6.1.0"
@@ -1670,6 +1671,11 @@ function-bind@^1.1.1:
16701671
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
16711672
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
16721673

1674+
function-bind@^1.1.2:
1675+
version "1.1.2"
1676+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1677+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
1678+
16731679
functional-red-black-tree@^1.0.1:
16741680
version "1.0.1"
16751681
resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -1916,6 +1922,13 @@ has@^1.0.3:
19161922
dependencies:
19171923
function-bind "^1.1.1"
19181924

1925+
hasown@^2.0.2:
1926+
version "2.0.2"
1927+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1928+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
1929+
dependencies:
1930+
function-bind "^1.1.2"
1931+
19191932
19201933
version "1.2.0"
19211934
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -2047,6 +2060,13 @@ is-core-module@^2.1.0:
20472060
dependencies:
20482061
has "^1.0.3"
20492062

2063+
is-core-module@^2.3.0:
2064+
version "2.16.1"
2065+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
2066+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
2067+
dependencies:
2068+
hasown "^2.0.2"
2069+
20502070
is-core-module@^2.8.0:
20512071
version "2.8.1"
20522072
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"

0 commit comments

Comments
 (0)