Skip to content

Commit 54cfd5c

Browse files
Bump @types/supertest from 2.0.11 to 2.0.12 (#864)
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supertest) --- updated-dependencies: - dependency-name: "@types/supertest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9332ede commit 54cfd5c

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
@@ -45,7 +45,7 @@
4545
"@types/node": "^17.0.24",
4646
"@types/nodemailer": "^6.4.4",
4747
"@types/redis": "^4.0.11",
48-
"@types/supertest": "^2.0.11",
48+
"@types/supertest": "^2.0.12",
4949
"@types/swagger-ui-express": "^4.1.3",
5050
"@typescript-eslint/eslint-plugin": "^4.33.0",
5151
"@typescript-eslint/parser": "^4.33.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -864,10 +864,10 @@
864864
"@types/cookiejar" "*"
865865
"@types/node" "*"
866866

867-
"@types/supertest@^2.0.11":
868-
version "2.0.11"
869-
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.11.tgz#2e70f69f220bc77b4f660d72c2e1a4231f44a77d"
870-
integrity sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==
867+
"@types/supertest@^2.0.12":
868+
version "2.0.12"
869+
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.12.tgz#ddb4a0568597c9aadff8dbec5b2e8fddbe8692fc"
870+
integrity sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==
871871
dependencies:
872872
"@types/superagent" "*"
873873

0 commit comments

Comments
 (0)