Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 107ba59

Browse files
Update dependency @types/express to v5 (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9019c5f commit 107ba59

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"@types/css-tree": "^2.3.8",
172172
"@types/diff-match-patch": "^1.0.32",
173173
"@types/escape-html": "^1.0.1",
174-
"@types/express": "^4.17.21",
174+
"@types/express": "^5.0.0",
175175
"@types/file-saver": "^2.0.3",
176176
"@types/fs-extra": "^11.0.0",
177177
"@types/glob-to-regexp": "^0.4.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2613,23 +2613,23 @@
26132613
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.3.tgz#a8ef894305af28d1fc6d2dfdfc98e899591ea529"
26142614
integrity sha512-trOc4AAUThEz9hapPtSd7wf5tiQKvTtu5b371UxXdTuqzIh0ArcRspRP0i0Viu+LXstIQ1z96t1nsPxT9ol01g==
26152615

2616-
"@types/express-serve-static-core@^4.17.33":
2617-
version "4.17.41"
2618-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz#5077defa630c2e8d28aa9ffc2c01c157c305bef6"
2619-
integrity sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==
2616+
"@types/express-serve-static-core@^5.0.0":
2617+
version "5.0.0"
2618+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.0.tgz#91f06cda1049e8f17eeab364798ed79c97488a1c"
2619+
integrity sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==
26202620
dependencies:
26212621
"@types/node" "*"
26222622
"@types/qs" "*"
26232623
"@types/range-parser" "*"
26242624
"@types/send" "*"
26252625

2626-
"@types/express@^4.17.21":
2627-
version "4.17.21"
2628-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
2629-
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
2626+
"@types/express@^5.0.0":
2627+
version "5.0.0"
2628+
resolved "https://registry.yarnpkg.com/@types/express/-/express-5.0.0.tgz#13a7d1f75295e90d19ed6e74cab3678488eaa96c"
2629+
integrity sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==
26302630
dependencies:
26312631
"@types/body-parser" "*"
2632-
"@types/express-serve-static-core" "^4.17.33"
2632+
"@types/express-serve-static-core" "^5.0.0"
26332633
"@types/qs" "*"
26342634
"@types/serve-static" "*"
26352635

0 commit comments

Comments
 (0)