Skip to content

Commit 1a5395b

Browse files
Bump @types/supertest from 6.0.2 to 6.0.3
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 6.0.2 to 6.0.3. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8435bc0 commit 1a5395b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "^29.5.14",
2323
"@types/lodash": "^4.17.16",
2424
"@types/morgan": "^1.9.9",
25-
"@types/supertest": "^6.0.2",
25+
"@types/supertest": "^6.0.3",
2626
"@types/yargs": "^17.0.33",
2727
"babel-plugin-root-import": "^6.6.0",
2828
"copyfiles": "^2.4.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,13 +2144,13 @@ __metadata:
21442144
languageName: node
21452145
linkType: hard
21462146

2147-
"@types/supertest@npm:^6.0.2":
2148-
version: 6.0.2
2149-
resolution: "@types/supertest@npm:6.0.2"
2147+
"@types/supertest@npm:^6.0.3":
2148+
version: 6.0.3
2149+
resolution: "@types/supertest@npm:6.0.3"
21502150
dependencies:
21512151
"@types/methods": "npm:^1.1.4"
21522152
"@types/superagent": "npm:^8.1.0"
2153-
checksum: 44a28f9b35b65800f4c7bcc23748e71c925098aa74ea504d14c98385c36d00de2a4f5aca15d7dc4514bc80533e0af21f985a4ab9f5f317c7266e9e75836aef39
2153+
checksum: a2080f870154b09db123864a484fb633bc9e2a0f7294a194388df4c7effe5af9de36d5a5ebf819f72b404fa47b5e813c47d5a3a51354251fd2fa8589bfb64f2c
21542154
languageName: node
21552155
linkType: hard
21562156

@@ -5424,7 +5424,7 @@ __metadata:
54245424
"@types/jest": "npm:^29.5.14"
54255425
"@types/lodash": "npm:^4.17.16"
54265426
"@types/morgan": "npm:^1.9.9"
5427-
"@types/supertest": "npm:^6.0.2"
5427+
"@types/supertest": "npm:^6.0.3"
54285428
"@types/yargs": "npm:^17.0.33"
54295429
babel-plugin-root-import: "npm:^6.6.0"
54305430
copyfiles: "npm:^2.4.1"

0 commit comments

Comments
 (0)