Skip to content

Commit d7e3be2

Browse files
Bump @types/supertest from 6.0.2 to 6.0.3 (#477)
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 98b1e32 commit d7e3be2

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
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@types/node": "^22.13.11",
48-
"@types/supertest": "^6.0.2",
48+
"@types/supertest": "^6.0.3",
4949
"eslint": "^8.57.1",
5050
"fetch-mock": "^9.11.0",
5151
"laboperator-middleware-development": "labforward/laboperator-middleware-development",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,13 +2276,13 @@ __metadata:
22762276
languageName: node
22772277
linkType: hard
22782278

2279-
"@types/supertest@npm:^6.0.2":
2280-
version: 6.0.2
2281-
resolution: "@types/supertest@npm:6.0.2"
2279+
"@types/supertest@npm:^6.0.2, @types/supertest@npm:^6.0.3":
2280+
version: 6.0.3
2281+
resolution: "@types/supertest@npm:6.0.3"
22822282
dependencies:
22832283
"@types/methods": "npm:^1.1.4"
22842284
"@types/superagent": "npm:^8.1.0"
2285-
checksum: 10c0/44a28f9b35b65800f4c7bcc23748e71c925098aa74ea504d14c98385c36d00de2a4f5aca15d7dc4514bc80533e0af21f985a4ab9f5f317c7266e9e75836aef39
2285+
checksum: 10c0/a2080f870154b09db123864a484fb633bc9e2a0f7294a194388df4c7effe5af9de36d5a5ebf819f72b404fa47b5e813c47d5a3a51354251fd2fa8589bfb64f2c
22862286
languageName: node
22872287
linkType: hard
22882288

@@ -6008,7 +6008,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60086008
resolution: "laboperator-middleware@workspace:."
60096009
dependencies:
60106010
"@types/node": "npm:^22.13.11"
6011-
"@types/supertest": "npm:^6.0.2"
6011+
"@types/supertest": "npm:^6.0.3"
60126012
ajv: "npm:^8.17.1"
60136013
ajv-formats: "npm:^3.0.1"
60146014
camelcase-keys: "npm:^9.1.3"

0 commit comments

Comments
 (0)