Skip to content

Commit 7eedb99

Browse files
chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
1 parent 67acb2a commit 7eedb99

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-jsonc": "2.6.0",
6464
"eslint-plugin-no-secrets": "0.8.9",
6565
"eslint-plugin-no-unsanitized": "4.0.2",
66-
"eslint-plugin-node": "11.1.0",
66+
"eslint-plugin-n": "14.0.0",
6767
"eslint-plugin-pii": "1.0.2",
6868
"eslint-plugin-prettier": "4.2.1",
6969
"eslint-plugin-sonarjs": "0.18.0",

yarn.lock

+36-16
Original file line numberDiff line numberDiff line change
@@ -3577,10 +3577,10 @@ eslint-module-utils@^2.7.4:
35773577
dependencies:
35783578
debug "^3.2.7"
35793579

3580-
eslint-plugin-es@^3.0.0:
3581-
version "3.0.1"
3582-
resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz"
3583-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
3580+
eslint-plugin-es@^4.1.0:
3581+
version "4.1.0"
3582+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
3583+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
35843584
dependencies:
35853585
eslint-utils "^2.0.0"
35863586
regexpp "^3.0.0"
@@ -3615,6 +3615,19 @@ [email protected]:
36153615
jsonc-eslint-parser "^2.0.4"
36163616
natural-compare "^1.4.0"
36173617

3618+
3619+
version "14.0.0"
3620+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
3621+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
3622+
dependencies:
3623+
eslint-plugin-es "^4.1.0"
3624+
eslint-utils "^3.0.0"
3625+
ignore "^5.1.1"
3626+
is-core-module "^2.3.0"
3627+
minimatch "^3.0.4"
3628+
resolve "^1.10.1"
3629+
semver "^6.1.0"
3630+
36183631
36193632
version "0.8.9"
36203633
resolved "https://registry.npmjs.org/eslint-plugin-no-secrets/-/eslint-plugin-no-secrets-0.8.9.tgz"
@@ -3625,18 +3638,6 @@ [email protected]:
36253638
resolved "https://registry.yarnpkg.com/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-4.0.2.tgz#e872b302cdfb5fe1262db989ba29cfcc334b499b"
36263639
integrity sha512-Pry0S9YmHoz8NCEMRQh7N0Yexh2MYCNPIlrV52hTmS7qXnTghWsjXouF08bgsrrZqaW9tt1ZiK3j5NEmPE+EjQ==
36273640

3628-
3629-
version "11.1.0"
3630-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz"
3631-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
3632-
dependencies:
3633-
eslint-plugin-es "^3.0.0"
3634-
eslint-utils "^2.0.0"
3635-
ignore "^5.1.1"
3636-
minimatch "^3.0.4"
3637-
resolve "^1.10.1"
3638-
semver "^6.1.0"
3639-
36403641
36413642
version "1.0.2"
36423643
resolved "https://registry.npmjs.org/eslint-plugin-pii/-/eslint-plugin-pii-1.0.2.tgz"
@@ -4243,6 +4244,11 @@ function-bind@^1.1.1:
42434244
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
42444245
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
42454246

4247+
function-bind@^1.1.2:
4248+
version "1.1.2"
4249+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
4250+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
4251+
42464252
function.prototype.name@^1.1.5:
42474253
version "1.1.5"
42484254
resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz"
@@ -4549,6 +4555,13 @@ has@^1.0.3:
45494555
dependencies:
45504556
function-bind "^1.1.1"
45514557

4558+
hasown@^2.0.2:
4559+
version "2.0.2"
4560+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
4561+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
4562+
dependencies:
4563+
function-bind "^1.1.2"
4564+
45524565
helmet@^6.0.0:
45534566
version "6.2.0"
45544567
resolved "https://registry.yarnpkg.com/helmet/-/helmet-6.2.0.tgz#c29d62014be4c70b8ef092c9c5e54c8c26b8e16e"
@@ -4842,6 +4855,13 @@ is-core-module@^2.11.0:
48424855
dependencies:
48434856
has "^1.0.3"
48444857

4858+
is-core-module@^2.3.0:
4859+
version "2.16.1"
4860+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
4861+
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
4862+
dependencies:
4863+
hasown "^2.0.2"
4864+
48454865
is-date-object@^1.0.1:
48464866
version "1.0.5"
48474867
resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz"

0 commit comments

Comments
 (0)