Skip to content

Commit 198374d

Browse files
Bump @types/supertest from 6.0.2 to 6.0.3 (#278)
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 6.0.2 to 6.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supertest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/supertest&package-manager=npm_and_yarn&previous-version=6.0.2&new-version=6.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 50d5f25 commit 198374d

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)