Skip to content

Commit 0869c24

Browse files
chore(deps-dev): bump @types/express from 4.17.21 to 5.0.0 (#704)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.21 to 5.0.0. - [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-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anna Hughes <[email protected]>
1 parent 096d055 commit 0869c24

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@nestjs/testing": "^10.4.6",
6565
"@nestjs/schematics": "^10.2.3",
6666
"@types/date-fns": "^2.6.0",
67-
"@types/express": "^4.17.21",
67+
"@types/express": "^5.0.0",
6868
"@types/jest": "^29.5.13",
6969
"@types/lodash": "^4.17.13",
7070
"@types/node": "^22.8.1",

yarn.lock

+21-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,17 @@
16721672
"@types/range-parser" "*"
16731673
"@types/send" "*"
16741674

1675-
"@types/express@^4.17.17", "@types/express@^4.17.21":
1675+
"@types/express-serve-static-core@^5.0.0":
1676+
version "5.0.1"
1677+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.1.tgz#3c9997ae9d00bc236e45c6374e84f2596458d9db"
1678+
integrity sha512-CRICJIl0N5cXDONAdlTv5ShATZ4HEwk6kDDIW2/w9qOWKg+NU/5F8wYRWCrONad0/UKkloNSmmyN/wX4rtpbVA==
1679+
dependencies:
1680+
"@types/node" "*"
1681+
"@types/qs" "*"
1682+
"@types/range-parser" "*"
1683+
"@types/send" "*"
1684+
1685+
"@types/express@^4.17.17":
16761686
version "4.17.21"
16771687
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
16781688
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
@@ -1682,6 +1692,16 @@
16821692
"@types/qs" "*"
16831693
"@types/serve-static" "*"
16841694

1695+
"@types/express@^5.0.0":
1696+
version "5.0.0"
1697+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c"
1698+
integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==
1699+
dependencies:
1700+
"@types/body-parser" "*"
1701+
"@types/express-serve-static-core" "^5.0.0"
1702+
"@types/qs" "*"
1703+
"@types/serve-static" "*"
1704+
16851705
16861706
version "0.0.33"
16871707
resolved "https://registry.yarnpkg.com/@types/form-data/-/form-data-0.0.33.tgz#c9ac85b2a5fd18435b8c85d9ecb50e6d6c893ff8"

0 commit comments

Comments
 (0)