499
499
dependencies :
500
500
eslint-visitor-keys "^3.3.0"
501
501
502
+ " @eslint-community/eslint-utils@^4.4.0 " :
503
+ version "4.4.0"
504
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
505
+ integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
506
+ dependencies :
507
+ eslint-visitor-keys "^3.3.0"
508
+
502
509
" @eslint-community/regexpp@^4.4.0 " :
503
510
version "4.4.0"
504
511
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
505
512
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
506
513
514
+ " @eslint-community/regexpp@^4.6.0 " :
515
+ version "4.10.0"
516
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
517
+ integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
518
+
507
519
" @eslint/eslintrc@^2.1.0 " :
508
520
version "2.1.0"
509
521
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
@@ -1983,7 +1995,7 @@ builtin-modules@^3.3.0:
1983
1995
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1984
1996
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1985
1997
1986
- builtins@^5.0.0 :
1998
+ builtins@^5.0.0, builtins@^5.0.1 :
1987
1999
version "5.0.1"
1988
2000
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
1989
2001
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
@@ -2931,13 +2943,13 @@ eslint-module-utils@^2.7.4:
2931
2943
dependencies :
2932
2944
debug "^3.2.7"
2933
2945
2934
- eslint-plugin-es@^3.0 .0 :
2935
- version "3.0.1 "
2936
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1. tgz#75a7cdfdccddc0589934aeeb384175f221c57893 "
2937
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ ==
2946
+ eslint-plugin-es-x@^7.1 .0 :
2947
+ version "7.2.0 "
2948
+ resolved "https://registry.yarnpkg.com/eslint-plugin-es-x /-/eslint-plugin-es-x-7.2.0. tgz#5779d742ad31f8fd780b9481331481e142b72311 "
2949
+ integrity sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA ==
2938
2950
dependencies :
2939
- eslint-utils "^2.0.0 "
2940
- regexpp "^3.0 .0"
2951
+ " @ eslint-community/eslint- utils" " ^4.1.2 "
2952
+ " @eslint-community/ regexpp" " ^4.6 .0"
2941
2953
2942
2954
eslint-plugin-eslint-comments@^3.2.0 :
2943
2955
version "3.2.0"
@@ -3000,17 +3012,20 @@ eslint-plugin-markdown@^3.0.0:
3000
3012
dependencies :
3001
3013
mdast-util-from-markdown "^0.8.5"
3002
3014
3003
- eslint-plugin-node@^11.1.0 :
3004
- version "11.1.0"
3005
- resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
3006
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
3007
- dependencies :
3008
- eslint-plugin-es "^3.0.0"
3009
- eslint-utils "^2.0.0"
3010
- ignore "^5.1.1"
3011
- minimatch "^3.0.4"
3012
- resolve "^1.10.1"
3013
- semver "^6.1.0"
3015
+ eslint-plugin-n@^16.2.0 :
3016
+ version "16.2.0"
3017
+ resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-16.2.0.tgz#3f98ca9fadd9f7bdaaf60068533118ecb685bfb5"
3018
+ integrity sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==
3019
+ dependencies :
3020
+ " @eslint-community/eslint-utils" " ^4.4.0"
3021
+ builtins "^5.0.1"
3022
+ eslint-plugin-es-x "^7.1.0"
3023
+ get-tsconfig "^4.7.0"
3024
+ ignore "^5.2.4"
3025
+ is-core-module "^2.12.1"
3026
+ minimatch "^3.1.2"
3027
+ resolve "^1.22.2"
3028
+ semver "^7.5.3"
3014
3029
3015
3030
eslint-plugin-prettier@^4.0.0 :
3016
3031
version "4.2.1"
@@ -3070,25 +3085,13 @@ eslint-scope@^7.2.0:
3070
3085
esrecurse "^4.3.0"
3071
3086
estraverse "^5.2.0"
3072
3087
3073
- eslint-utils@^2.0.0 :
3074
- version "2.1.0"
3075
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
3076
- integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
3077
- dependencies :
3078
- eslint-visitor-keys "^1.1.0"
3079
-
3080
3088
eslint-utils@^3.0.0 :
3081
3089
version "3.0.0"
3082
3090
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3083
3091
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3084
3092
dependencies :
3085
3093
eslint-visitor-keys "^2.0.0"
3086
3094
3087
- eslint-visitor-keys@^1.1.0 :
3088
- version "1.3.0"
3089
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
3090
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
3091
-
3092
3095
eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0 :
3093
3096
version "2.1.0"
3094
3097
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
@@ -3445,6 +3448,11 @@ function-bind@^1.1.1:
3445
3448
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
3446
3449
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
3447
3450
3451
+ function-bind@^1.1.2 :
3452
+ version "1.1.2"
3453
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
3454
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
3455
+
3448
3456
function.prototype.name@^1.1.5 :
3449
3457
version "1.1.5"
3450
3458
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -3502,6 +3510,13 @@ get-symbol-description@^1.0.0:
3502
3510
call-bind "^1.0.2"
3503
3511
get-intrinsic "^1.1.1"
3504
3512
3513
+ get-tsconfig@^4.7.0 :
3514
+ version "4.7.2"
3515
+ resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.2.tgz#0dcd6fb330391d46332f4c6c1bf89a6514c2ddce"
3516
+ integrity sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==
3517
+ dependencies :
3518
+ resolve-pkg-maps "^1.0.0"
3519
+
3505
3520
get-uri@^6.0.1 :
3506
3521
version "6.0.1"
3507
3522
resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-6.0.1.tgz#cff2ba8d456c3513a04b70c45de4dbcca5b1527c"
@@ -3712,6 +3727,13 @@ hash-for-dep@^1.5.0:
3712
3727
resolve "^1.10.0"
3713
3728
resolve-package-path "^1.0.11"
3714
3729
3730
+ hasown@^2.0.0 :
3731
+ version "2.0.0"
3732
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
3733
+ integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
3734
+ dependencies :
3735
+ function-bind "^1.1.2"
3736
+
3715
3737
heimdalljs-logger@^0.1.7, heimdalljs-logger@^0.1.9 :
3716
3738
version "0.1.10"
3717
3739
resolved "https://registry.yarnpkg.com/heimdalljs-logger/-/heimdalljs-logger-0.1.10.tgz#90cad58aabb1590a3c7e640ddc6a4cd3a43faaf7"
@@ -3847,7 +3869,7 @@ ieee754@^1.1.13, ieee754@^1.2.1:
3847
3869
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
3848
3870
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
3849
3871
3850
- ignore@^5.0.5, ignore@^5.1.1 , ignore@^5.2.0 , ignore@~5.2.4 :
3872
+ ignore@^5.0.5, ignore@^5.2.0 , ignore@^5.2.4 , ignore@~5.2.4 :
3851
3873
version "5.2.4"
3852
3874
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
3853
3875
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
@@ -4069,6 +4091,13 @@ is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.9.0:
4069
4091
dependencies :
4070
4092
has "^1.0.3"
4071
4093
4094
+ is-core-module@^2.12.1, is-core-module@^2.13.0 :
4095
+ version "2.13.1"
4096
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
4097
+ integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
4098
+ dependencies :
4099
+ hasown "^2.0.0"
4100
+
4072
4101
is-date-object@^1.0.1 :
4073
4102
version "1.0.5"
4074
4103
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -6581,11 +6610,6 @@ regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
6581
6610
define-properties "^1.1.3"
6582
6611
functions-have-names "^1.2.2"
6583
6612
6584
- regexpp@^3.0.0 :
6585
- version "3.2.0"
6586
- resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6587
- integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6588
-
6589
6613
registry-auth-token@^5.0.1 :
6590
6614
version "5.0.1"
6591
6615
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-5.0.1.tgz#5e6cd106e6c251135a046650c58476fc03e92833"
@@ -6718,12 +6742,17 @@ resolve-package-path@^4.0.0:
6718
6742
dependencies :
6719
6743
path-root "^0.1.1"
6720
6744
6745
+ resolve-pkg-maps@^1.0.0 :
6746
+ version "1.0.0"
6747
+ resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
6748
+ integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
6749
+
6721
6750
resolve.exports@^2.0.0 :
6722
6751
version "2.0.0"
6723
6752
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"
6724
6753
integrity sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==
6725
6754
6726
- resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1. 11.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.1 :
6755
+ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.1 :
6727
6756
version "1.22.1"
6728
6757
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
6729
6758
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
@@ -6732,6 +6761,15 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.1, resolve@^1.17
6732
6761
path-parse "^1.0.7"
6733
6762
supports-preserve-symlinks-flag "^1.0.0"
6734
6763
6764
+ resolve@^1.22.2 :
6765
+ version "1.22.8"
6766
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
6767
+ integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
6768
+ dependencies :
6769
+ is-core-module "^2.13.0"
6770
+ path-parse "^1.0.7"
6771
+ supports-preserve-symlinks-flag "^1.0.0"
6772
+
6735
6773
responselike@^3.0.0 :
6736
6774
version "3.0.0"
6737
6775
resolved "https://registry.yarnpkg.com/responselike/-/responselike-3.0.0.tgz#20decb6c298aff0dbee1c355ca95461d42823626"
6907
6945
dependencies :
6908
6946
lru-cache "^6.0.0"
6909
6947
6910
- semver@^6.0.0, semver@^6.1 .0, semver@^6.3.0 :
6948
+ semver@^6.0.0, semver@^6.3 .0, semver@^6.3.1 :
6911
6949
version "6.3.1"
6912
6950
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6913
6951
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6914
6952
6915
- semver@^7.0.0, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8 :
6953
+ semver@^7.0.0, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3 :
6916
6954
version "7.5.4"
6917
6955
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6918
6956
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
0 commit comments