Skip to content

Commit 2200ad3

Browse files
committed
fix: Pin express to 5.0.0-alpha.8
1 parent 44d74c1 commit 2200ad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"compression": "^1.7.4",
9090
"cookie-parser": "^1.4.5",
9191
"env-paths": "^2.2.0",
92-
"express": "^5.0.0-alpha.8",
92+
"express": "5.0.0-alpha.8",
9393
"http-proxy": "^1.18.0",
9494
"httpolyglot": "^0.1.2",
9595
"js-yaml": "^4.0.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ execall@^2.0.0:
17291729
dependencies:
17301730
clone-regexp "^2.1.0"
17311731

1732-
express@^5.0.0-alpha.8:
1732+
17331733
version "5.0.0-alpha.8"
17341734
resolved "https://registry.yarnpkg.com/express/-/express-5.0.0-alpha.8.tgz#b9dd3a568eab791e3391db47f9e6ab91e61b13fe"
17351735
integrity sha512-PL8wTLgaNOiq7GpXt187/yWHkrNSfbr4H0yy+V0fpqJt5wpUzBi9DprAkwGKBFOqWHylJ8EyPy34V5u9YArfng==

0 commit comments

Comments
 (0)