@@ -5542,10 +5542,10 @@ eslint-module-utils@^2.8.0:
5542
5542
dependencies:
5543
5543
debug "^3.2.7"
5544
5544
5545
- eslint-plugin-es@^3.0 .0:
5546
- version "3.0.1 "
5547
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1. tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
5548
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
5545
+ eslint-plugin-es@^4.1 .0:
5546
+ version "4.1.0 "
5547
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0. tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9 "
5548
+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ ==
5549
5549
dependencies:
5550
5550
eslint-utils "^2.0.0"
5551
5551
regexpp "^3.0.0"
@@ -5573,14 +5573,15 @@ eslint-plugin-import@2.28.1:
5573
5573
semver "^6.3.1"
5574
5574
tsconfig-paths "^3.14.2"
5575
5575
5576
- eslint-plugin-node@11.1 .0:
5577
- version "11.1 .0"
5578
- resolved "https://registry.yarnpkg.com/eslint-plugin-node /-/eslint-plugin-node-11.1 .0.tgz#c95544416ee4ada26740a30474eefc5402dc671d "
5579
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g ==
5576
+ eslint-plugin-n@14.0 .0:
5577
+ version "14.0 .0"
5578
+ resolved "https://registry.yarnpkg.com/eslint-plugin-n /-/eslint-plugin-n-14.0 .0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352 "
5579
+ integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ ==
5580
5580
dependencies:
5581
- eslint-plugin-es "^3.0 .0"
5582
- eslint-utils "^2 .0.0"
5581
+ eslint-plugin-es "^4.1 .0"
5582
+ eslint-utils "^3 .0.0"
5583
5583
ignore "^5.1.1"
5584
+ is-core-module "^2.3.0"
5584
5585
minimatch "^3.0.4"
5585
5586
resolve "^1.10.1"
5586
5587
semver "^6.1.0"
@@ -6339,6 +6340,11 @@ function-bind@^1.1.1:
6339
6340
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
6340
6341
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
6341
6342
6343
+ function-bind@^1.1.2:
6344
+ version "1.1.2"
6345
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6346
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6347
+
6342
6348
function.prototype.name@^1.1.5:
6343
6349
version "1.1.5"
6344
6350
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -6778,6 +6784,13 @@ has@^1.0.3:
6778
6784
dependencies:
6779
6785
function-bind "^1.1.1"
6780
6786
6787
+ hasown@^2.0.0:
6788
+ version "2.0.2"
6789
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
6790
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
6791
+ dependencies:
6792
+ function-bind "^1.1.2"
6793
+
6781
6794
hoist-non-react-statics@^3.0.0:
6782
6795
version "3.3.2"
6783
6796
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
@@ -7167,6 +7180,13 @@ is-core-module@^2.2.0:
7167
7180
dependencies:
7168
7181
has "^1.0.3"
7169
7182
7183
+ is-core-module@^2.3.0:
7184
+ version "2.13.1"
7185
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
7186
+ integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
7187
+ dependencies:
7188
+ hasown "^2.0.0"
7189
+
7170
7190
is-core-module@^2.8.1:
7171
7191
version "2.9.0"
7172
7192
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
0 commit comments