|
61 | 61 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
62 | 62 | integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
63 | 63 |
|
| 64 | +"@noble/hashes@^1.1.5": |
| 65 | + version "1.8.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a" |
| 67 | + integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A== |
| 68 | + |
| 69 | +"@paralleldrive/cuid2@^2.2.2": |
| 70 | + version "2.2.2" |
| 71 | + resolved "https://registry.yarnpkg.com/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz#7f91364d53b89e2c9cb9e02e8dd0f129e834455f" |
| 72 | + integrity sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA== |
| 73 | + dependencies: |
| 74 | + "@noble/hashes" "^1.1.5" |
| 75 | + |
64 | 76 | "@sinonjs/commons@^2.0.0":
|
65 | 77 | version "2.0.0"
|
66 | 78 | resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
|
@@ -1131,6 +1143,15 @@ formidable@^3.5.1:
|
1131 | 1143 | hexoid "^1.0.0"
|
1132 | 1144 | once "^1.4.0"
|
1133 | 1145 |
|
| 1146 | +formidable@^3.5.4: |
| 1147 | + version "3.5.4" |
| 1148 | + resolved "https://registry.yarnpkg.com/formidable/-/formidable-3.5.4.tgz#ac9a593b951e829b3298f21aa9a2243932f32ed9" |
| 1149 | + integrity sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug== |
| 1150 | + dependencies: |
| 1151 | + "@paralleldrive/cuid2" "^2.2.2" |
| 1152 | + dezalgo "^1.0.4" |
| 1153 | + once "^1.4.0" |
| 1154 | + |
1134 | 1155 |
|
1135 | 1156 | version "0.2.0"
|
1136 | 1157 | resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
|
@@ -2310,7 +2331,22 @@ [email protected], strip-json-comments@^3.1.0, strip-json-comments@^3.1.
|
2310 | 2331 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
2311 | 2332 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
2312 | 2333 |
|
2313 |
| -superagent@9, superagent@^9.0.1: |
| 2334 | +superagent@^10.2.2: |
| 2335 | + version "10.2.2" |
| 2336 | + resolved "https://registry.yarnpkg.com/superagent/-/superagent-10.2.2.tgz#7cb361250069962c2037154ae9d0f4051efa72ac" |
| 2337 | + integrity sha512-vWMq11OwWCC84pQaFPzF/VO3BrjkCeewuvJgt1jfV0499Z1QSAWN4EqfMM5WlFDDX9/oP8JjlDKpblrmEoyu4Q== |
| 2338 | + dependencies: |
| 2339 | + component-emitter "^1.3.0" |
| 2340 | + cookiejar "^2.1.4" |
| 2341 | + debug "^4.3.4" |
| 2342 | + fast-safe-stringify "^2.1.1" |
| 2343 | + form-data "^4.0.0" |
| 2344 | + formidable "^3.5.4" |
| 2345 | + methods "^1.1.2" |
| 2346 | + mime "2.6.0" |
| 2347 | + qs "^6.11.0" |
| 2348 | + |
| 2349 | +superagent@^9.0.1: |
2314 | 2350 | version "9.0.1"
|
2315 | 2351 | resolved "https://registry.yarnpkg.com/superagent/-/superagent-9.0.1.tgz#660773036c03728a1a88649a5d7e15d89b1d6961"
|
2316 | 2352 | integrity sha512-CcRSdb/P2oUVaEpQ87w9Obsl+E9FruRd6b2b7LdiBtJoyMr2DQt7a89anAfiX/EL59j9b2CbRFvf2S91DhuCww==
|
|
0 commit comments