Skip to content

Commit

Permalink
fix: Pin express to 5.0.0-alpha.8 (coder#4918)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Previte <jjprevite@gmail.com>
  • Loading branch information
2 people authored and TinLe committed Apr 23, 2022
1 parent 03fdbf2 commit 5714370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"env-paths": "^2.2.0",
"express": "^5.0.0-alpha.8",
"express": "5.0.0-alpha.8",
"http-proxy": "^1.18.0",
"httpolyglot": "^0.1.2",
"js-yaml": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ execall@^2.0.0:
dependencies:
clone-regexp "^2.1.0"

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

0 comments on commit 5714370

Please sign in to comment.