@@ -4671,6 +4671,14 @@ eslint-plugin-es@^3.0.0:
4671
4671
eslint-utils "^2.0.0"
4672
4672
regexpp "^3.0.0"
4673
4673
4674
+ eslint-plugin-es@^4.1.0:
4675
+ version "4.1.0"
4676
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
4677
+ integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
4678
+ dependencies:
4679
+ eslint-utils "^2.0.0"
4680
+ regexpp "^3.0.0"
4681
+
4674
4682
4675
4683
version "2.19.1"
4676
4684
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448"
@@ -4715,6 +4723,19 @@ eslint-plugin-jest@^23.10.0, eslint-plugin-jest@^23.13.2:
4715
4723
dependencies:
4716
4724
"@typescript-eslint/experimental-utils" "^2.5.0"
4717
4725
4726
+ eslint-plugin-n@^14.0.0:
4727
+ version "14.0.0"
4728
+ resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-14.0.0.tgz#aa7944f5b1fd69cf64ecb1ddd1a4762bb0f4f352"
4729
+ integrity sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==
4730
+ dependencies:
4731
+ eslint-plugin-es "^4.1.0"
4732
+ eslint-utils "^3.0.0"
4733
+ ignore "^5.1.1"
4734
+ is-core-module "^2.3.0"
4735
+ minimatch "^3.0.4"
4736
+ resolve "^1.10.1"
4737
+ semver "^6.1.0"
4738
+
4718
4739
eslint-plugin-node@^11.1.0:
4719
4740
version "11.1.0"
4720
4741
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
@@ -4796,11 +4817,23 @@ eslint-utils@^2.0.0:
4796
4817
dependencies:
4797
4818
eslint-visitor-keys "^1.1.0"
4798
4819
4820
+ eslint-utils@^3.0.0:
4821
+ version "3.0.0"
4822
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
4823
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
4824
+ dependencies:
4825
+ eslint-visitor-keys "^2.0.0"
4826
+
4799
4827
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0:
4800
4828
version "1.2.0"
4801
4829
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
4802
4830
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
4803
4831
4832
+ eslint-visitor-keys@^2.0.0:
4833
+ version "2.1.0"
4834
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4835
+ integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4836
+
4804
4837
eslint@^7.2.0:
4805
4838
version "7.2.0"
4806
4839
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
@@ -5497,6 +5530,11 @@ function-bind@^1.1.1:
5497
5530
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
5498
5531
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
5499
5532
5533
+ function-bind@^1.1.2:
5534
+ version "1.1.2"
5535
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
5536
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
5537
+
5500
5538
functional-red-black-tree@^1.0.1:
5501
5539
version "1.0.1"
5502
5540
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -5946,6 +5984,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
5946
5984
inherits "^2.0.3"
5947
5985
minimalistic-assert "^1.0.1"
5948
5986
5987
+ hasown@^2.0.2:
5988
+ version "2.0.2"
5989
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
5990
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
5991
+ dependencies:
5992
+ function-bind "^1.1.2"
5993
+
5949
5994
5950
5995
version "1.2.0"
5951
5996
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -6498,6 +6543,13 @@ is-color-stop@^1.0.0:
6498
6543
rgb-regex "^1.0.1"
6499
6544
rgba-regex "^1.0.0"
6500
6545
6546
+ is-core-module@^2.3.0:
6547
+ version "2.15.1"
6548
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
6549
+ integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
6550
+ dependencies:
6551
+ hasown "^2.0.2"
6552
+
6501
6553
is-data-descriptor@^0.1.4:
6502
6554
version "0.1.4"
6503
6555
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
0 commit comments