Skip to content

Commit e450553

Browse files
Bump @types/express from 5.0.2 to 5.0.3
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@types/express" dependency-version: 5.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f1fd4e commit e450553

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@emotion/react": "^11.14.0",
2626
"@types/debug": "^4.1.12",
27-
"@types/express": "^5.0.2",
27+
"@types/express": "^5.0.3",
2828
"@types/jest": "^29.5.14",
2929
"@types/node": "^22.15.30",
3030
"@types/react": "^18.3.12",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,10 +1082,10 @@
10821082
"@types/range-parser" "*"
10831083
"@types/send" "*"
10841084

1085-
"@types/express@^5.0.2":
1086-
version "5.0.2"
1087-
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.2.tgz#7be9e337a5745d6b43ef5b0c352dad94a7f0c256"
1088-
integrity sha512-BtjL3ZwbCQriyb0DGw+Rt12qAXPiBTPs815lsUvtt1Grk0vLRMZNMUZ741d5rjk+UQOxfDiBZ3dxpX00vSkK3g==
1085+
"@types/express@^5.0.3":
1086+
version "5.0.3"
1087+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.3.tgz#6c4bc6acddc2e2a587142e1d8be0bce20757e956"
1088+
integrity sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==
10891089
dependencies:
10901090
"@types/body-parser" "*"
10911091
"@types/express-serve-static-core" "^5.0.0"

0 commit comments

Comments
 (0)