|
6399 | 6399 | dependencies: |
6400 | 6400 | "@types/express" "*" |
6401 | 6401 |
|
6402 | | -"@types/cookiejar@*": |
6403 | | - version "2.1.2" |
6404 | | - resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.2.tgz#66ad9331f63fe8a3d3d9d8c6e3906dd10f6446e8" |
6405 | | - integrity sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog== |
| 6402 | +"@types/cookiejar@^2.1.5": |
| 6403 | + version "2.1.5" |
| 6404 | + resolved "https://registry.yarnpkg.com/@types/cookiejar/-/cookiejar-2.1.5.tgz#14a3e83fa641beb169a2dd8422d91c3c345a9a78" |
| 6405 | + integrity sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q== |
6406 | 6406 |
|
6407 | 6407 | "@types/cookies@*": |
6408 | 6408 | version "0.7.6" |
|
6774 | 6774 | resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03" |
6775 | 6775 | integrity sha512-RaE0B+14ToE4l6UqdarKPnXwVDuigfFv+5j9Dze/Nqr23yyuqdNvzcZi3xB+3Agvi5R4EOgAksfv3lXX4vBt9w== |
6776 | 6776 |
|
| 6777 | +"@types/methods@^1.1.4": |
| 6778 | + version "1.1.4" |
| 6779 | + resolved "https://registry.yarnpkg.com/@types/methods/-/methods-1.1.4.tgz#d3b7ac30ac47c91054ea951ce9eed07b1051e547" |
| 6780 | + integrity sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ== |
| 6781 | + |
6777 | 6782 | |
6778 | 6783 | version "8.1.3" |
6779 | 6784 | resolved "https://registry.yarnpkg.com/@types/migrate-mongo/-/migrate-mongo-8.1.3.tgz#ec2f8cd8e816ac1fddbe0c8259c4f248e28567a9" |
|
7038 | 7043 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" |
7039 | 7044 | integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== |
7040 | 7045 |
|
7041 | | -"@types/superagent@*": |
7042 | | - version "4.1.11" |
7043 | | - resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-4.1.11.tgz#4822bc64a82a0f579261a77097dbca276556c20e" |
7044 | | - integrity sha512-cZkWBXZI+jESnUTp8RDGBmk1Zn2MkScP4V5bjD7DyqB7L0WNWpblh4KX5K/6aTqxFZMhfo1bhi2cwoAEDVBBJw== |
| 7046 | +"@types/superagent@^8.1.0": |
| 7047 | + version "8.1.1" |
| 7048 | + resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-8.1.1.tgz#dbc620c5df3770b0c3092f947d6d5e808adae2bc" |
| 7049 | + integrity sha512-YQyEXA4PgCl7EVOoSAS3o0fyPFU6erv5mMixztQYe1bqbWmmn8c+IrqoxjQeZe4MgwXikgcaZPiI/DsbmOVlzA== |
7045 | 7050 | dependencies: |
7046 | | - "@types/cookiejar" "*" |
| 7051 | + "@types/cookiejar" "^2.1.5" |
| 7052 | + "@types/methods" "^1.1.4" |
7047 | 7053 | "@types/node" "*" |
7048 | 7054 |
|
7049 | | -"@types/supertest@2.0.12": |
7050 | | - version "2.0.12" |
7051 | | - resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.12.tgz#ddb4a0568597c9aadff8dbec5b2e8fddbe8692fc" |
7052 | | - integrity sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ== |
| 7055 | +"@types/supertest@6.0.2": |
| 7056 | + version "6.0.2" |
| 7057 | + resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-6.0.2.tgz#2af1c466456aaf82c7c6106c6b5cbd73a5e86588" |
| 7058 | + integrity sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg== |
7053 | 7059 | dependencies: |
7054 | | - "@types/superagent" "*" |
| 7060 | + "@types/methods" "^1.1.4" |
| 7061 | + "@types/superagent" "^8.1.0" |
7055 | 7062 |
|
7056 | 7063 | "@types/tapable@^1", "@types/tapable@^1.0.5": |
7057 | 7064 | version "1.0.7" |
|
0 commit comments