Skip to content

Commit

Permalink
Update express-fileupload to version 1.1.10 (kubeflow#19)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alexander Graf <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2021
1 parent b9221bc commit 23cefcc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-basic-auth": "^1.2.0",
"express-fileupload": "^1.0.0",
"express-fileupload": "^1.1.10",
"file-type": "^12.3.0",
"giphy-api": "^2.0.1",
"hex-rgb": "^4.0.0",
Expand Down
32 changes: 15 additions & 17 deletions api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,12 @@ [email protected]:
resolved "https://registry.yarnpkg.com/buffer-writer/-/buffer-writer-2.0.0.tgz#ce7eb81a38f7829db09c873f2fbb792c0c98ec04"
integrity sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==

busboy@^0.2.14:
version "0.2.14"
resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.2.14.tgz#6c2a622efcf47c57bbbe1e2a9c37ad36c7925453"
integrity sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=
busboy@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/busboy/-/busboy-0.3.1.tgz#170899274c5bf38aae27d5c62b71268cd585fd1b"
integrity sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==
dependencies:
dicer "0.2.5"
readable-stream "1.1.x"
dicer "0.3.0"

[email protected]:
version "3.1.0"
Expand Down Expand Up @@ -570,12 +569,11 @@ diagnostics@^1.1.1:
enabled "1.0.x"
kuler "1.0.x"

dicer@0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.2.5.tgz#5996c086bb33218c812c090bddc09cd12facb70f"
integrity sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=
dicer@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.0.tgz#eacd98b3bfbf92e8ab5c2fdb71aaac44bb06b872"
integrity sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==
dependencies:
readable-stream "1.1.x"
streamsearch "0.1.2"

dot-prop@^5.2.0:
Expand Down Expand Up @@ -722,12 +720,12 @@ express-basic-auth@^1.2.0:
dependencies:
basic-auth "^2.0.1"

express-fileupload@^1.0.0:
version "1.1.5"
resolved "https://registry.yarnpkg.com/express-fileupload/-/express-fileupload-1.1.5.tgz#d10ccf389dc6b6d39de8a94598b05db4eafd18e1"
integrity sha512-ZYxGkXm9y1dSMgbW+lwvtqld+dulYm3OU1GQF9n6NNEwulHTPUsz4mHGG5/LiUszz5jnh/j8AcpLFUdaj8UUtQ==
express-fileupload@^1.1.10:
version "1.1.10"
resolved "https://registry.yarnpkg.com/express-fileupload/-/express-fileupload-1.1.10.tgz#c4a223b2020e5175498ab684566fc430ec9c8b15"
integrity sha512-VEbeJBMDl+N+I/vXjQ17Xg+R35El6l6n/EELcSSpnwQbjqFmtAfXY9p5NpBpto5FqnksIleYImJ1jNlIWlP2aw==
dependencies:
busboy "^0.2.14"
busboy "^0.3.1"

express@^4.16.4:
version "4.17.1"
Expand Down Expand Up @@ -1830,7 +1828,7 @@ [email protected]:
iconv-lite "0.4.24"
unpipe "1.0.0"

[email protected], "[email protected] >=1.1.9":
"[email protected] >=1.1.9":
version "1.1.14"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk=
Expand Down

0 comments on commit 23cefcc

Please sign in to comment.