Skip to content

Commit 0806411

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

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint": "^7.32.0",
5959
"eslint-config-prettier": "^8.3.0",
6060
"eslint-plugin-ember": "^10.5.4",
61-
"eslint-plugin-node": "^11.1.0",
61+
"eslint-plugin-n": "^14.0.0",
6262
"eslint-plugin-prettier": "^4.0.0",
6363
"eslint-plugin-qunit": "^6.2.0",
6464
"loader.js": "^4.7.0",

yarn.lock

+30-10
Original file line numberDiff line numberDiff line change
@@ -5521,22 +5521,23 @@ eslint-plugin-ember@^10.5.4:
55215521
requireindex "^1.2.0"
55225522
snake-case "^3.0.3"
55235523

5524-
eslint-plugin-es@^3.0.0:
5525-
version "3.0.1"
5526-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
5527-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
5524+
eslint-plugin-es@^4.1.0:
5525+
version "4.1.0"
5526+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
5527+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
55285528
dependencies:
55295529
eslint-utils "^2.0.0"
55305530
regexpp "^3.0.0"
55315531

5532-
eslint-plugin-node@^11.1.0:
5533-
version "11.1.0"
5534-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
5535-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
5532+
eslint-plugin-n@^14.0.0:
5533+
version "14.0.0"
5534+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
5535+
integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
55365536
dependencies:
5537-
eslint-plugin-es "^3.0.0"
5538-
eslint-utils "^2.0.0"
5537+
eslint-plugin-es "^4.1.0"
5538+
eslint-utils "^3.0.0"
55395539
ignore "^5.1.1"
5540+
is-core-module "^2.3.0"
55405541
minimatch "^3.0.4"
55415542
resolve "^1.10.1"
55425543
semver "^6.1.0"
@@ -6473,6 +6474,11 @@ function-bind@^1.1.1:
64736474
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
64746475
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
64756476

6477+
function-bind@^1.1.2:
6478+
version "1.1.2"
6479+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6480+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6481+
64766482
functional-red-black-tree@^1.0.1:
64776483
version "1.0.1"
64786484
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -6996,6 +7002,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
69967002
inherits "^2.0.3"
69977003
minimalistic-assert "^1.0.1"
69987004

7005+
hasown@^2.0.0:
7006+
version "2.0.2"
7007+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
7008+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
7009+
dependencies:
7010+
function-bind "^1.1.2"
7011+
69997012
hawk@~3.1.0:
70007013
version "3.1.3"
70017014
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -7510,6 +7523,13 @@ is-ci@^2.0.0:
75107523
dependencies:
75117524
ci-info "^2.0.0"
75127525

7526+
is-core-module@^2.3.0:
7527+
version "2.13.1"
7528+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
7529+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
7530+
dependencies:
7531+
hasown "^2.0.0"
7532+
75137533
is-core-module@^2.8.1:
75147534
version "2.8.1"
75157535
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"

0 commit comments

Comments
 (0)