Skip to content

Commit d885e65

Browse files
Bump @types/express from 5.0.3 to 5.0.5 (#318)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 5.0.3 to 5.0.5. <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.3&new-version=5.0.5)](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 8000d7e commit d885e65

File tree

2 files changed

+16
-23
lines changed

2 files changed

+16
-23
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.28.5",
1717
"@labforward/config": "~0.1.8",
1818
"@labforward/eslint-config-node": "~0.1.8",
19-
"@types/express": "^5.0.3",
19+
"@types/express": "^5.0.5",
2020
"@types/fs-extra": "^11.0.4",
2121
"@types/http-errors": "^2.0.5",
2222
"@types/jest": "^29.5.14",

yarn.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,14 +1971,14 @@ __metadata:
19711971
languageName: node
19721972
linkType: hard
19731973

1974-
"@types/express@npm:^5.0.3":
1975-
version: 5.0.3
1976-
resolution: "@types/express@npm:5.0.3"
1974+
"@types/express@npm:^5.0.5":
1975+
version: 5.0.5
1976+
resolution: "@types/express@npm:5.0.5"
19771977
dependencies:
19781978
"@types/body-parser": "npm:*"
19791979
"@types/express-serve-static-core": "npm:^5.0.0"
1980-
"@types/serve-static": "npm:*"
1981-
checksum: f0fbc8daa7f40070b103cf4d020ff1dd08503477d866d1134b87c0390bba71d5d7949cb8b4e719a81ccba89294d8e1573414e6dcbb5bb1d097a7b820928ebdef
1980+
"@types/serve-static": "npm:^1"
1981+
checksum: e96da91c121b43e0e84301a4cfe165908382d016234c11213aeb4f7401cf1a8694e16e3947d21b5c20b3389358d48d60a8c5c38657e041726ac9e8c884d2b8f0
19821982
languageName: node
19831983
linkType: hard
19841984

@@ -2080,13 +2080,6 @@ __metadata:
20802080
languageName: node
20812081
linkType: hard
20822082

2083-
"@types/mime@npm:*":
2084-
version: 3.0.4
2085-
resolution: "@types/mime@npm:3.0.4"
2086-
checksum: db478bc0f99e40f7b3e01d356a9bdf7817060808a294978111340317bcd80ca35382855578c5b60fbc84ae449674bd9bb38427b18417e1f8f19e4f72f8b242cd
2087-
languageName: node
2088-
linkType: hard
2089-
20902083
"@types/mime@npm:^1":
20912084
version: 1.3.5
20922085
resolution: "@types/mime@npm:1.3.5"
@@ -2126,24 +2119,24 @@ __metadata:
21262119
languageName: node
21272120
linkType: hard
21282121

2129-
"@types/send@npm:*":
2130-
version: 0.17.4
2131-
resolution: "@types/send@npm:0.17.4"
2122+
"@types/send@npm:*, @types/send@npm:<1":
2123+
version: 0.17.6
2124+
resolution: "@types/send@npm:0.17.6"
21322125
dependencies:
21332126
"@types/mime": "npm:^1"
21342127
"@types/node": "npm:*"
2135-
checksum: 7f17fa696cb83be0a104b04b424fdedc7eaba1c9a34b06027239aba513b398a0e2b7279778af521f516a397ced417c96960e5f50fcfce40c4bc4509fb1a5883c
2128+
checksum: a9d76797f0637738062f1b974e0fcf3d396a28c5dc18c3f95ecec5dabda82e223afbc2d56a0bca46b6326fd7bb229979916cea40de2270a98128fd94441b87c2
21362129
languageName: node
21372130
linkType: hard
21382131

2139-
"@types/serve-static@npm:*":
2140-
version: 1.15.5
2141-
resolution: "@types/serve-static@npm:1.15.5"
2132+
"@types/serve-static@npm:^1":
2133+
version: 1.15.10
2134+
resolution: "@types/serve-static@npm:1.15.10"
21422135
dependencies:
21432136
"@types/http-errors": "npm:*"
2144-
"@types/mime": "npm:*"
21452137
"@types/node": "npm:*"
2146-
checksum: 811d1a2f7e74a872195e7a013bcd87a2fb1edf07eaedcb9dcfd20c1eb4bc56ad4ea0d52141c13192c91ccda7c8aeb8a530d8a7e60b9c27f5990d7e62e0fecb03
2138+
"@types/send": "npm:<1"
2139+
checksum: 842fca14c9e80468f89b6cea361773f2dcd685d4616a9f59013b55e1e83f536e4c93d6d8e3ba5072d40c4e7e64085210edd6646b15d538ded94512940a23021f
21472140
languageName: node
21482141
linkType: hard
21492142

@@ -5427,7 +5420,7 @@ __metadata:
54275420
"@babel/preset-typescript": "npm:^7.28.5"
54285421
"@labforward/config": "npm:~0.1.8"
54295422
"@labforward/eslint-config-node": "npm:~0.1.8"
5430-
"@types/express": "npm:^5.0.3"
5423+
"@types/express": "npm:^5.0.5"
54315424
"@types/fs-extra": "npm:^11.0.4"
54325425
"@types/http-errors": "npm:^2.0.5"
54335426
"@types/jest": "npm:^29.5.14"

0 commit comments

Comments
 (0)