Skip to content

Commit aa17a77

Browse files
Bump @types/express from 5.0.0 to 5.0.1 (#275)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 5.0.0 to 5.0.1. <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.0&new-version=5.0.1)](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 50bbf0b commit aa17a77

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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.26.0",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",
19-
"@types/express": "^5.0.0",
19+
"@types/express": "^5.0.1",
2020
"@types/fs-extra": "^11.0.4",
2121
"@types/http-errors": "^2.0.4",
2222
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,15 +1950,14 @@ __metadata:
19501950
languageName: node
19511951
linkType: hard
19521952

1953-
"@types/express@npm:^5.0.0":
1954-
version: 5.0.0
1955-
resolution: "@types/express@npm:5.0.0"
1953+
"@types/express@npm:^5.0.1":
1954+
version: 5.0.1
1955+
resolution: "@types/express@npm:5.0.1"
19561956
dependencies:
19571957
"@types/body-parser": "npm:*"
19581958
"@types/express-serve-static-core": "npm:^5.0.0"
1959-
"@types/qs": "npm:*"
19601959
"@types/serve-static": "npm:*"
1961-
checksum: 0d74b53aefa69c3b3817ee9b5145fd50d7dbac52a8986afc2d7500085c446656d0b6dc13158c04e2d9f18f4324d4d93b0452337c5ff73dd086dca3e4ff11f47b
1960+
checksum: e1385028c7251360ce916aab0e304187b613ca18cb9aa3fa90794a337e5b2e0c76330d467f41d3b3e936ce5336c4f3e63e323dc01192cf20f9686905daa6d00a
19621961
languageName: node
19631962
linkType: hard
19641963

@@ -5419,7 +5418,7 @@ __metadata:
54195418
"@babel/preset-typescript": "npm:^7.26.0"
54205419
"@labforward/config": "npm:~0.1.8"
54215420
"@labforward/eslint-config-node": "npm:~0.1.8"
5422-
"@types/express": "npm:^5.0.0"
5421+
"@types/express": "npm:^5.0.1"
54235422
"@types/fs-extra": "npm:^11.0.4"
54245423
"@types/http-errors": "npm:^2.0.4"
54255424
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)