@@ -2573,10 +2573,10 @@ eslint-module-utils@^2.6.1:
2573
2573
debug "^3.2.7"
2574
2574
pkg-dir "^2.0.0"
2575
2575
2576
- eslint-plugin-es@^3.0 .0 :
2577
- version "3.0.1 "
2578
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1. tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
2579
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
2576
+ eslint-plugin-es@^4.1 .0 :
2577
+ version "4.1.0 "
2578
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0. tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9 "
2579
+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ ==
2580
2580
dependencies :
2581
2581
eslint-utils "^2.0.0"
2582
2582
regexpp "^3.0.0"
@@ -2602,14 +2602,15 @@ eslint-plugin-import@^2.23.4:
2602
2602
resolve "^1.20.0"
2603
2603
tsconfig-paths "^3.9.0"
2604
2604
2605
- eslint-plugin-node@^11.1 .0 :
2606
- version "11.1 .0"
2607
- resolved "https://registry.yarnpkg.com/eslint-plugin-node /-/eslint-plugin-node-11.1 .0.tgz#c95544416ee4ada26740a30474eefc5402dc671d "
2608
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
2605
+ eslint-plugin-n@^14.0 .0 :
2606
+ version "14.0 .0"
2607
+ resolved "https://registry.yarnpkg.com/eslint-plugin-n /-/eslint-plugin-n-14.0 .0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352 "
2608
+ integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ ==
2609
2609
dependencies :
2610
- eslint-plugin-es "^3.0 .0"
2611
- eslint-utils "^2 .0.0"
2610
+ eslint-plugin-es "^4.1 .0"
2611
+ eslint-utils "^3 .0.0"
2612
2612
ignore "^5.1.1"
2613
+ is-core-module "^2.3.0"
2613
2614
minimatch "^3.0.4"
2614
2615
resolve "^1.10.1"
2615
2616
semver "^6.1.0"
@@ -2639,6 +2640,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2639
2640
dependencies :
2640
2641
eslint-visitor-keys "^1.1.0"
2641
2642
2643
+ eslint-utils@^3.0.0 :
2644
+ version "3.0.0"
2645
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2646
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2647
+ dependencies :
2648
+ eslint-visitor-keys "^2.0.0"
2649
+
2642
2650
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0 :
2643
2651
version "1.3.0"
2644
2652
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3032,6 +3040,11 @@ function-bind@^1.1.1:
3032
3040
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3033
3041
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
3034
3042
3043
+ function-bind@^1.1.2 :
3044
+ version "1.1.2"
3045
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3046
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3047
+
3035
3048
functional-red-black-tree@^1.0.1 :
3036
3049
version "1.0.1"
3037
3050
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -3215,6 +3228,13 @@ has@^1.0.3:
3215
3228
dependencies :
3216
3229
function-bind "^1.1.1"
3217
3230
3231
+ hasown@^2.0.2 :
3232
+ version "2.0.2"
3233
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
3234
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
3235
+ dependencies :
3236
+ function-bind "^1.1.2"
3237
+
3218
3238
hermes-profile-transformer@^0.0.6 :
3219
3239
version "0.0.6"
3220
3240
resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b"
@@ -3449,6 +3469,13 @@ is-core-module@^2.2.0, is-core-module@^2.4.0:
3449
3469
dependencies :
3450
3470
has "^1.0.3"
3451
3471
3472
+ is-core-module@^2.3.0 :
3473
+ version "2.15.1"
3474
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
3475
+ integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
3476
+ dependencies :
3477
+ hasown "^2.0.2"
3478
+
3452
3479
is-data-descriptor@^0.1.4 :
3453
3480
version "0.1.4"
3454
3481
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
0 commit comments