mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
fix(deps): downgrade hyper-express to =6.5.11
there are some issues with our implementation of multipart handling in hyper-express 6.6.x further investigations are required
This commit is contained in:
parent
f068797ba5
commit
5296580d40
@ -47,7 +47,7 @@
|
||||
"fresh": "~0.5.2",
|
||||
"fs-jetpack": "~5.1.0",
|
||||
"helmet": "~6.1.5",
|
||||
"hyper-express": "~6.7.0",
|
||||
"hyper-express": "=6.5.11",
|
||||
"jszip": "~3.10.1",
|
||||
"knex": "~2.4.2",
|
||||
"live-directory": "~2.3.2",
|
||||
|
17
yarn.lock
17
yarn.lock
@ -3167,10 +3167,10 @@ https-proxy-agent@^5.0.0:
|
||||
agent-base "6"
|
||||
debug "4"
|
||||
|
||||
hyper-express@~6.7.0:
|
||||
version "6.7.0"
|
||||
resolved "https://registry.yarnpkg.com/hyper-express/-/hyper-express-6.7.0.tgz#fdf58aed2f6a445bf73e5e82292b5f42c74502d9"
|
||||
integrity sha512-+RohKRXKMqPy+lnRGyezUA5h0Axe7fVhwXyoK10YJxGP3Si16WQIFEwpwDIeEGG3pXMd3+E05Txd6d0x1UEwAA==
|
||||
hyper-express@=6.5.11:
|
||||
version "6.5.11"
|
||||
resolved "https://registry.yarnpkg.com/hyper-express/-/hyper-express-6.5.11.tgz#cceea93f0fcfd744b40f44bbd2bb8138031f9808"
|
||||
integrity sha512-zfhF+YPpNNPA57OhH7avQoxVEu8hKmHoT1MsQXx40HD6ADI9x3kmyudRyraJQfndvouyM9Hd9cnClu+dDdc3uw==
|
||||
dependencies:
|
||||
"@types/busboy" "^0.3.1"
|
||||
"@types/express" "^4.17.13"
|
||||
@ -3183,7 +3183,7 @@ hyper-express@~6.7.0:
|
||||
range-parser "^1.2.1"
|
||||
type-is "^1.6.18"
|
||||
typed-emitter "^2.1.0"
|
||||
uWebSockets.js "github:uNetworking/uWebSockets.js#v20.25.0"
|
||||
uWebSockets.js "github:uNetworking/uWebSockets.js#v20.24.0"
|
||||
|
||||
ieee754@^1.1.13:
|
||||
version "1.2.1"
|
||||
@ -6424,10 +6424,9 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
|
||||
|
||||
"uWebSockets.js@github:uNetworking/uWebSockets.js#v20.25.0":
|
||||
version "20.25.0"
|
||||
uid e6ecc2102d68d99dc35969b0898fbd201e0f252b
|
||||
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/e6ecc2102d68d99dc35969b0898fbd201e0f252b"
|
||||
"uWebSockets.js@github:uNetworking/uWebSockets.js#v20.24.0":
|
||||
version "20.24.0"
|
||||
resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/6545da07696855e77de1480d5b55bb661746ddd3"
|
||||
|
||||
uc.micro@^1.0.1, uc.micro@^1.0.5:
|
||||
version "1.0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user