Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 26acbbe

Browse files
authored
⬆️ Update @types/supertest to version 2.0.11 (#293)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 99e0e3b commit 26acbbe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/express": "^4.17.8",
3030
"@types/node": "^14.14.37",
31-
"@types/supertest": "^2.0.10",
31+
"@types/supertest": "^2.0.11",
3232
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.20.0",
3434
"@typescript-eslint/parser": "^4.20.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@
144144
"@types/cookiejar" "*"
145145
"@types/node" "*"
146146

147-
"@types/supertest@^2.0.10":
148-
version "2.0.10"
149-
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.10.tgz#630d79b4d82c73e043e43ff777a9ca98d457cab7"
150-
integrity sha512-Xt8TbEyZTnD5Xulw95GLMOkmjGICrOQyJ2jqgkSjAUR3mm7pAIzSR0NFBaMcwlzVvlpCjNwbATcWWwjNiZiFrQ==
147+
"@types/supertest@^2.0.11":
148+
version "2.0.11"
149+
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.11.tgz#2e70f69f220bc77b4f660d72c2e1a4231f44a77d"
150+
integrity sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==
151151
dependencies:
152152
"@types/superagent" "*"
153153

0 commit comments

Comments
 (0)