1619
1619
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
1620
1620
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
1621
1621
1622
- " @eslint/eslintrc@^2.0.0 " :
1623
- version "2.0.0"
1624
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
1625
- integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
1622
+ " @eslint-community/eslint-utils@^4.2.0 " :
1623
+ version "4.2.0"
1624
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
1625
+ integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==
1626
+ dependencies :
1627
+ eslint-visitor-keys "^3.3.0"
1628
+
1629
+ " @eslint-community/regexpp@^4.4.0 " :
1630
+ version "4.4.0"
1631
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
1632
+ integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
1633
+
1634
+ " @eslint/eslintrc@^2.0.1 " :
1635
+ version "2.0.1"
1636
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d"
1637
+ integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==
1626
1638
dependencies :
1627
1639
ajv "^6.12.4"
1628
1640
debug "^4.3.2"
1629
- espree "^9.4 .0"
1641
+ espree "^9.5 .0"
1630
1642
globals "^13.19.0"
1631
1643
ignore "^5.2.0"
1632
1644
import-fresh "^3.2.1"
1633
1645
js-yaml "^4.1.0"
1634
1646
minimatch "^3.1.2"
1635
1647
strip-json-comments "^3.1.1"
1636
1648
1637
- " @eslint/js@8.35 .0 " :
1638
- version "8.35 .0"
1639
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35 .0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7 "
1640
- integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw ==
1649
+ " @eslint/js@8.36 .0 " :
1650
+ version "8.36 .0"
1651
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36 .0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe "
1652
+ integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg ==
1641
1653
1642
1654
" @humanwhocodes/config-array@^0.11.8 " :
1643
1655
version "0.11.8"
@@ -3905,30 +3917,20 @@ eslint-scope@^7.1.1:
3905
3917
esrecurse "^4.3.0"
3906
3918
estraverse "^5.2.0"
3907
3919
3908
- eslint-utils@^3.0.0 :
3909
- version "3.0.0"
3910
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3911
- integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3912
- dependencies :
3913
- eslint-visitor-keys "^2.0.0"
3914
-
3915
- eslint-visitor-keys@^2.0.0 :
3916
- version "2.1.0"
3917
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
3918
- integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
3919
-
3920
3920
eslint-visitor-keys@^3.3.0 :
3921
3921
version "3.3.0"
3922
3922
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
3923
3923
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
3924
3924
3925
3925
eslint@^8.0.0 :
3926
- version "8.35.0"
3927
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
3928
- integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
3929
- dependencies :
3930
- " @eslint/eslintrc" " ^2.0.0"
3931
- " @eslint/js" " 8.35.0"
3926
+ version "8.36.0"
3927
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf"
3928
+ integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==
3929
+ dependencies :
3930
+ " @eslint-community/eslint-utils" " ^4.2.0"
3931
+ " @eslint-community/regexpp" " ^4.4.0"
3932
+ " @eslint/eslintrc" " ^2.0.1"
3933
+ " @eslint/js" " 8.36.0"
3932
3934
" @humanwhocodes/config-array" " ^0.11.8"
3933
3935
" @humanwhocodes/module-importer" " ^1.0.1"
3934
3936
" @nodelib/fs.walk" " ^1.2.8"
@@ -3939,9 +3941,8 @@ eslint@^8.0.0:
3939
3941
doctrine "^3.0.0"
3940
3942
escape-string-regexp "^4.0.0"
3941
3943
eslint-scope "^7.1.1"
3942
- eslint-utils "^3.0.0"
3943
3944
eslint-visitor-keys "^3.3.0"
3944
- espree "^9.4 .0"
3945
+ espree "^9.5 .0"
3945
3946
esquery "^1.4.2"
3946
3947
esutils "^2.0.2"
3947
3948
fast-deep-equal "^3.1.3"
@@ -3963,15 +3964,14 @@ eslint@^8.0.0:
3963
3964
minimatch "^3.1.2"
3964
3965
natural-compare "^1.4.0"
3965
3966
optionator "^0.9.1"
3966
- regexpp "^3.2.0"
3967
3967
strip-ansi "^6.0.1"
3968
3968
strip-json-comments "^3.1.0"
3969
3969
text-table "^0.2.0"
3970
3970
3971
- espree@^9.4 .0 :
3972
- version "9.4.1 "
3973
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1 .tgz#51d6092615567a2c2cff7833445e37c28c0065bd "
3974
- integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg ==
3971
+ espree@^9.5 .0 :
3972
+ version "9.5.0 "
3973
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0 .tgz#3646d4e3f58907464edba852fa047e6a27bdf113 "
3974
+ integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw ==
3975
3975
dependencies :
3976
3976
acorn "^8.8.0"
3977
3977
acorn-jsx "^5.3.2"
@@ -3983,9 +3983,9 @@ esprima@^4.0.0, esprima@^4.0.1:
3983
3983
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
3984
3984
3985
3985
esquery@^1.4.2 :
3986
- version "1.4.2 "
3987
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2 .tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1 "
3988
- integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng ==
3986
+ version "1.5.0 "
3987
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0 .tgz#6ce17738de8577694edd7361c57182ac8cb0db0b "
3988
+ integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg ==
3989
3989
dependencies :
3990
3990
estraverse "^5.1.0"
3991
3991
@@ -7188,11 +7188,6 @@ regexp.prototype.flags@^1.4.3:
7188
7188
define-properties "^1.1.3"
7189
7189
functions-have-names "^1.2.2"
7190
7190
7191
- regexpp@^3.2.0 :
7192
- version "3.2.0"
7193
- resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
7194
- integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
7195
-
7196
7191
regexpu-core@^5.1.0 :
7197
7192
version "5.2.1"
7198
7193
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.2.1.tgz#a69c26f324c1e962e9ffd0b88b055caba8089139"
0 commit comments