mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(deps): update dependency @types/supertest to v2.0.10
This commit is contained in:
parent
a8b9b4d4df
commit
3cd722e9e9
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
|
@ -2017,9 +2017,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/superagent": {
|
||||
"version": "4.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.7.tgz",
|
||||
"integrity": "sha512-JSwNPgRYjIC4pIeOqLwWwfGj6iP1n5NE6kNBEbGx2V8H78xCPwx7QpNp9plaI30+W3cFEzJO7BIIsXE+dbtaGg==",
|
||||
"version": "4.1.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.8.tgz",
|
||||
"integrity": "sha512-iol9KxQ7SLHatBJUiZ4uABrS4VS1frLjqPednxZz82eoCzo3Uy3TOH0p0ZIBbfBj8E/xqOtvizjBs9h7xi/l2g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/cookiejar": "*",
|
||||
|
|
@ -2027,9 +2027,9 @@
|
|||
}
|
||||
},
|
||||
"@types/supertest": {
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.9.tgz",
|
||||
"integrity": "sha512-0BTpWWWAO1+uXaP/oA0KW1eOZv4hc0knhrWowV06Gwwz3kqQxNO98fUFM2e15T+PdPRmOouNFrYvaBgdojPJ3g==",
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.10.tgz",
|
||||
"integrity": "sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/superagent": "*"
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"@types/jest": "26.0.13",
|
||||
"@types/node": "13.13.16",
|
||||
"@types/passport-jwt": "3.0.3",
|
||||
"@types/supertest": "2.0.9",
|
||||
"@types/supertest": "2.0.10",
|
||||
"jest": "25.5.4",
|
||||
"prettier": "2.0.5",
|
||||
"supertest": "4.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue