chore(deps): update dependency @types/supertest to v2.0.11 (#351)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-25 17:47:43 +03:00 committed by GitHub
parent cf10a8cd43
commit bc1550a9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
"@types/express": "4.17.11",
"@types/jest": "26.0.22",
"@types/node": "14.14.41",
"@types/supertest": "2.0.10",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.25.0",
@ -2113,9 +2113,9 @@
}
},
"node_modules/@types/supertest": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.10.tgz",
"integrity": "sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==",
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz",
"integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==",
"dev": true,
"dependencies": {
"@types/superagent": "*"
@ -14396,9 +14396,9 @@
}
},
"@types/supertest": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.10.tgz",
"integrity": "sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==",
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz",
"integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==",
"dev": true,
"requires": {
"@types/superagent": "*"

View File

@ -37,7 +37,7 @@
"@types/express": "4.17.11",
"@types/jest": "26.0.22",
"@types/node": "14.14.41",
"@types/supertest": "2.0.10",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"eslint": "7.25.0",