|
1126 | 1126 | dependencies:
|
1127 | 1127 | "@types/node" "*"
|
1128 | 1128 |
|
1129 |
| -"@types/cookiejar@*": |
1130 |
| - version "2.1.1" |
1131 |
| - resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.1.tgz#90b68446364baf9efd8e8349bb36bd3852b75b80" |
1132 |
| - integrity sha512-aRnpPa7ysx3aNW60hTiCtLHlQaIFsXFCgQlpakNgDNVFzbtusSY8PwjAQgRWfSk0ekNoBjO51eQRB6upA9uuyw== |
| 1129 | +"@types/cookiejar@^2.1.5": |
| 1130 | + version "2.1.5" |
| 1131 | + resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.5.tgz#14a3e83fa641beb169a2dd8422d91c3c345a9a78" |
| 1132 | + integrity sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q== |
1133 | 1133 |
|
1134 | 1134 | "@types/eslint-scope@^3.7.0":
|
1135 | 1135 | version "3.7.0"
|
|
1234 | 1234 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
1235 | 1235 | integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
|
1236 | 1236 |
|
| 1237 | +"@types/methods@^1.1.4": |
| 1238 | + version "1.1.4" |
| 1239 | + resolved "https://registry.yarnpkg.com/@types/methods/-/methods-1.1.4.tgz#d3b7ac30ac47c91054ea951ce9eed07b1051e547" |
| 1240 | + integrity sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ== |
| 1241 | + |
1237 | 1242 | "@types/mime@*":
|
1238 | 1243 | version "2.0.3"
|
1239 | 1244 | resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
|
|
1317 | 1322 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
|
1318 | 1323 | integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
|
1319 | 1324 |
|
1320 |
| -"@types/superagent@*": |
1321 |
| - version "4.1.10" |
1322 |
| - resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-4.1.10.tgz#5e2cc721edf58f64fe9b819f326ee74803adee86" |
1323 |
| - integrity sha512-xAgkb2CMWUMCyVc/3+7iQfOEBE75NvuZeezvmixbUw3nmENf2tCnQkW5yQLTYqvXUQ+R6EXxdqKKbal2zM5V/g== |
| 1325 | +"@types/superagent@^8.1.0": |
| 1326 | + version "8.1.9" |
| 1327 | + resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-8.1.9.tgz#28bfe4658e469838ed0bf66d898354bcab21f49f" |
| 1328 | + integrity sha512-pTVjI73witn+9ILmoJdajHGW2jkSaOzhiFYF1Rd3EQ94kymLqB9PjD9ISg7WaALC7+dCHT0FGe9T2LktLq/3GQ== |
1324 | 1329 | dependencies:
|
1325 |
| - "@types/cookiejar" "*" |
| 1330 | + "@types/cookiejar" "^2.1.5" |
| 1331 | + "@types/methods" "^1.1.4" |
1326 | 1332 | "@types/node" "*"
|
| 1333 | + form-data "^4.0.0" |
1327 | 1334 |
|
1328 |
| -"@types/supertest@2.0.16": |
1329 |
| - version "2.0.16" |
1330 |
| - resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.16.tgz#7a1294edebecb960d957bbe9b26002a2b7f21cd7" |
1331 |
| - integrity sha512-6c2ogktZ06tr2ENoZivgm7YnprnhYE4ZoXGMY+oA7IuAf17M8FWvujXZGmxLv8y0PTyts4x5A+erSwVUFA8XSg== |
| 1335 | +"@types/supertest@6.0.3": |
| 1336 | + version "6.0.3" |
| 1337 | + resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-6.0.3.tgz#d736f0e994b195b63e1c93e80271a2faf927388c" |
| 1338 | + integrity sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w== |
1332 | 1339 | dependencies:
|
1333 |
| - "@types/superagent" "*" |
| 1340 | + "@types/methods" "^1.1.4" |
| 1341 | + "@types/superagent" "^8.1.0" |
1334 | 1342 |
|
1335 | 1343 | "@types/yargs-parser@*":
|
1336 | 1344 | version "15.0.0"
|
|
2842 | 2850 | resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
|
2843 | 2851 | integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
|
2844 | 2852 |
|
2845 |
| -cookiejar@^2.1.3: |
2846 |
| - version "2.1.3" |
2847 |
| - resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.3.tgz#fc7a6216e408e74414b90230050842dacda75acc" |
2848 |
| - integrity sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ== |
| 2853 | +cookiejar@^2.1.4: |
| 2854 | + version "2.1.4" |
| 2855 | + resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.4.tgz#ee669c1fea2cf42dc31585469d193fef0d65771b" |
| 2856 | + integrity sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw== |
2849 | 2857 |
|
2850 | 2858 | copy-concurrently@^1.0.0:
|
2851 | 2859 | version "1.0.5"
|
@@ -4254,10 +4262,10 @@ form-data@~2.3.2:
|
4254 | 4262 | combined-stream "^1.0.6"
|
4255 | 4263 | mime-types "^2.1.12"
|
4256 | 4264 |
|
4257 |
| -formidable@^2.1.1: |
4258 |
| - version "2.1.1" |
4259 |
| - resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.1.tgz#81269cbea1a613240049f5f61a9d97731517414f" |
4260 |
| - integrity sha512-0EcS9wCFEzLvfiks7omJ+SiYJAiD+TzK4Pcw1UlUoGnhUxDcMKjt0P7x8wEb0u6OHu8Nb98WG3nxtlF5C7bvUQ== |
| 4265 | +formidable@^2.1.2: |
| 4266 | + version "2.1.2" |
| 4267 | + resolved "https://registry.yarnpkg.com/formidable/-/formidable-2.1.2.tgz#fa973a2bec150e4ce7cac15589d7a25fc30ebd89" |
| 4268 | + integrity sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g== |
4261 | 4269 | dependencies:
|
4262 | 4270 | dezalgo "^1.0.4"
|
4263 | 4271 | hexoid "^1.0.0"
|
@@ -9467,29 +9475,29 @@ strip-json-comments@~2.0.1:
|
9467 | 9475 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
9468 | 9476 | integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
|
9469 | 9477 |
|
9470 |
| -superagent@^8.0.5: |
9471 |
| - version "8.0.6" |
9472 |
| - resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.0.6.tgz#e3fb0b3112b79b12acd605c08846253197765bf6" |
9473 |
| - integrity sha512-HqSe6DSIh3hEn6cJvCkaM1BLi466f1LHi4yubR0tpewlMpk4RUFFy35bKz8SsPBwYfIIJy5eclp+3tCYAuX0bw== |
| 9478 | +superagent@^8.1.2: |
| 9479 | + version "8.1.2" |
| 9480 | + resolved "https://registry.yarnpkg.com/superagent/-/superagent-8.1.2.tgz#03cb7da3ec8b32472c9d20f6c2a57c7f3765f30b" |
| 9481 | + integrity sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA== |
9474 | 9482 | dependencies:
|
9475 | 9483 | component-emitter "^1.3.0"
|
9476 |
| - cookiejar "^2.1.3" |
| 9484 | + cookiejar "^2.1.4" |
9477 | 9485 | debug "^4.3.4"
|
9478 | 9486 | fast-safe-stringify "^2.1.1"
|
9479 | 9487 | form-data "^4.0.0"
|
9480 |
| - formidable "^2.1.1" |
| 9488 | + formidable "^2.1.2" |
9481 | 9489 | methods "^1.1.2"
|
9482 | 9490 | mime "2.6.0"
|
9483 | 9491 | qs "^6.11.0"
|
9484 | 9492 | semver "^7.3.8"
|
9485 | 9493 |
|
9486 |
| - |
9487 |
| - version "6.3.3" |
9488 |
| - resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.3.tgz#42f4da199fee656106fd422c094cf6c9578141db" |
9489 |
| - integrity sha512-EMCG6G8gDu5qEqRQ3JjjPs6+FYT1a7Hv5ApHvtSghmOFJYtsU5S+pSb6Y2EUeCEY3CmEL3mmQ8YWlPOzQomabA== |
| 9494 | + |
| 9495 | + version "6.3.4" |
| 9496 | + resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.3.4.tgz#2145c250570c2ea5d337db3552dbfb78a2286218" |
| 9497 | + integrity sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw== |
9490 | 9498 | dependencies:
|
9491 | 9499 | methods "^1.1.2"
|
9492 |
| - superagent "^8.0.5" |
| 9500 | + superagent "^8.1.2" |
9493 | 9501 |
|
9494 | 9502 | supports-color@^5.3.0:
|
9495 | 9503 | version "5.5.0"
|
|
0 commit comments