Skip to content

Commit 24803a7

Browse files
Bump @types/express from 5.0.2 to 5.0.3 (#292)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 5.0.2 to 5.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/express&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.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 6071136 commit 24803a7

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
@@ -16,7 +16,7 @@
1616
"@babel/preset-typescript": "^7.27.1",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",
19-
"@types/express": "^5.0.2",
19+
"@types/express": "^5.0.3",
2020
"@types/fs-extra": "^11.0.4",
2121
"@types/http-errors": "^2.0.5",
2222
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,14 +1957,14 @@ __metadata:
19571957
languageName: node
19581958
linkType: hard
19591959

1960-
"@types/express@npm:^5.0.2":
1961-
version: 5.0.2
1962-
resolution: "@types/express@npm:5.0.2"
1960+
"@types/express@npm:^5.0.3":
1961+
version: 5.0.3
1962+
resolution: "@types/express@npm:5.0.3"
19631963
dependencies:
19641964
"@types/body-parser": "npm:*"
19651965
"@types/express-serve-static-core": "npm:^5.0.0"
19661966
"@types/serve-static": "npm:*"
1967-
checksum: 300575201753e0f0e0a3fa113b60f58a78d88a237639a44fdb2834e48350f9d1bf017c2dd6c6411c0e89e470a813535e4dda7b753438b362260a25b91c79f582
1967+
checksum: f0fbc8daa7f40070b103cf4d020ff1dd08503477d866d1134b87c0390bba71d5d7949cb8b4e719a81ccba89294d8e1573414e6dcbb5bb1d097a7b820928ebdef
19681968
languageName: node
19691969
linkType: hard
19701970

@@ -5418,7 +5418,7 @@ __metadata:
54185418
"@babel/preset-typescript": "npm:^7.27.1"
54195419
"@labforward/config": "npm:~0.1.8"
54205420
"@labforward/eslint-config-node": "npm:~0.1.8"
5421-
"@types/express": "npm:^5.0.2"
5421+
"@types/express": "npm:^5.0.3"
54225422
"@types/fs-extra": "npm:^11.0.4"
54235423
"@types/http-errors": "npm:^2.0.5"
54245424
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)