|
1115 | 1115 | resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
|
1116 | 1116 | integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
|
1117 | 1117 |
|
1118 |
| -"@eslint/eslintrc@^2.0.0": |
1119 |
| - version "2.0.0" |
1120 |
| - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff" |
1121 |
| - integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A== |
| 1118 | +"@eslint-community/eslint-utils@^4.2.0": |
| 1119 | + version "4.2.0" |
| 1120 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518" |
| 1121 | + integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ== |
| 1122 | + dependencies: |
| 1123 | + eslint-visitor-keys "^3.3.0" |
| 1124 | + |
| 1125 | +"@eslint-community/regexpp@^4.4.0": |
| 1126 | + version "4.4.0" |
| 1127 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403" |
| 1128 | + integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ== |
| 1129 | + |
| 1130 | +"@eslint/eslintrc@^2.0.1": |
| 1131 | + version "2.0.1" |
| 1132 | + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.1.tgz#7888fe7ec8f21bc26d646dbd2c11cd776e21192d" |
| 1133 | + integrity sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw== |
1122 | 1134 | dependencies:
|
1123 | 1135 | ajv "^6.12.4"
|
1124 | 1136 | debug "^4.3.2"
|
1125 |
| - espree "^9.4.0" |
| 1137 | + espree "^9.5.0" |
1126 | 1138 | globals "^13.19.0"
|
1127 | 1139 | ignore "^5.2.0"
|
1128 | 1140 | import-fresh "^3.2.1"
|
1129 | 1141 | js-yaml "^4.1.0"
|
1130 | 1142 | minimatch "^3.1.2"
|
1131 | 1143 | strip-json-comments "^3.1.1"
|
1132 | 1144 |
|
1133 |
| -"@eslint/js@8.35.0": |
1134 |
| - version "8.35.0" |
1135 |
| - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7" |
1136 |
| - integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw== |
| 1145 | +"@eslint/js@8.36.0": |
| 1146 | + version "8.36.0" |
| 1147 | + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.36.0.tgz#9837f768c03a1e4a30bd304a64fb8844f0e72efe" |
| 1148 | + integrity sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg== |
1137 | 1149 |
|
1138 | 1150 | "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
1139 | 1151 | version "1.1.3"
|
@@ -5244,30 +5256,20 @@ eslint-scope@^7.0.0, eslint-scope@^7.1.1:
|
5244 | 5256 | esrecurse "^4.3.0"
|
5245 | 5257 | estraverse "^5.2.0"
|
5246 | 5258 |
|
5247 |
| -eslint-utils@^3.0.0: |
5248 |
| - version "3.0.0" |
5249 |
| - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" |
5250 |
| - integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== |
5251 |
| - dependencies: |
5252 |
| - eslint-visitor-keys "^2.0.0" |
5253 |
| - |
5254 |
| -eslint-visitor-keys@^2.0.0: |
5255 |
| - version "2.1.0" |
5256 |
| - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" |
5257 |
| - integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== |
5258 |
| - |
5259 | 5259 | eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
|
5260 | 5260 | version "3.3.0"
|
5261 | 5261 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
|
5262 | 5262 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
5263 | 5263 |
|
5264 |
| -eslint@8.35.0, eslint@^8.7.0: |
5265 |
| - version "8.35.0" |
5266 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323" |
5267 |
| - integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw== |
| 5264 | +eslint@8.36.0, eslint@^8.7.0: |
| 5265 | + version "8.36.0" |
| 5266 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.36.0.tgz#1bd72202200a5492f91803b113fb8a83b11285cf" |
| 5267 | + integrity sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw== |
5268 | 5268 | dependencies:
|
5269 |
| - "@eslint/eslintrc" "^2.0.0" |
5270 |
| - "@eslint/js" "8.35.0" |
| 5269 | + "@eslint-community/eslint-utils" "^4.2.0" |
| 5270 | + "@eslint-community/regexpp" "^4.4.0" |
| 5271 | + "@eslint/eslintrc" "^2.0.1" |
| 5272 | + "@eslint/js" "8.36.0" |
5271 | 5273 | "@humanwhocodes/config-array" "^0.11.8"
|
5272 | 5274 | "@humanwhocodes/module-importer" "^1.0.1"
|
5273 | 5275 | "@nodelib/fs.walk" "^1.2.8"
|
|
5278 | 5280 | doctrine "^3.0.0"
|
5279 | 5281 | escape-string-regexp "^4.0.0"
|
5280 | 5282 | eslint-scope "^7.1.1"
|
5281 |
| - eslint-utils "^3.0.0" |
5282 | 5283 | eslint-visitor-keys "^3.3.0"
|
5283 |
| - espree "^9.4.0" |
| 5284 | + espree "^9.5.0" |
5284 | 5285 | esquery "^1.4.2"
|
5285 | 5286 | esutils "^2.0.2"
|
5286 | 5287 | fast-deep-equal "^3.1.3"
|
|
5302 | 5303 | minimatch "^3.1.2"
|
5303 | 5304 | natural-compare "^1.4.0"
|
5304 | 5305 | optionator "^0.9.1"
|
5305 |
| - regexpp "^3.2.0" |
5306 | 5306 | strip-ansi "^6.0.1"
|
5307 | 5307 | strip-json-comments "^3.1.0"
|
5308 | 5308 | text-table "^0.2.0"
|
5309 | 5309 |
|
5310 |
| -espree@^9.0.0, espree@^9.4.0: |
5311 |
| - version "9.4.1" |
5312 |
| - resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd" |
5313 |
| - integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg== |
| 5310 | +espree@^9.0.0, espree@^9.5.0: |
| 5311 | + version "9.5.0" |
| 5312 | + resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.0.tgz#3646d4e3f58907464edba852fa047e6a27bdf113" |
| 5313 | + integrity sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw== |
5314 | 5314 | dependencies:
|
5315 | 5315 | acorn "^8.8.0"
|
5316 | 5316 | acorn-jsx "^5.3.2"
|
@@ -10281,11 +10281,6 @@ regexp.prototype.flags@^1.4.3:
|
10281 | 10281 | define-properties "^1.1.3"
|
10282 | 10282 | functions-have-names "^1.2.2"
|
10283 | 10283 |
|
10284 |
| -regexpp@^3.2.0: |
10285 |
| - version "3.2.0" |
10286 |
| - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" |
10287 |
| - integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== |
10288 |
| - |
10289 | 10284 | regexpu-core@^2.0.0:
|
10290 | 10285 | version "2.0.0"
|
10291 | 10286 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"
|
|
0 commit comments