From e68231e95e2814577e4974b7c23d71c80d525c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:04:27 +0000 Subject: [PATCH] Bump express-fileupload in /src/rest_api_and_hmi Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.6-alpha.5 to 1.1.9. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/1.1.6-alpha.5...1.1.9) Signed-off-by: dependabot[bot] --- src/rest_api_and_hmi/package-lock.json | 24 +++++++++++------------- src/rest_api_and_hmi/package.json | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/rest_api_and_hmi/package-lock.json b/src/rest_api_and_hmi/package-lock.json index 2811389..3bb2c90 100644 --- a/src/rest_api_and_hmi/package-lock.json +++ b/src/rest_api_and_hmi/package-lock.json @@ -477,12 +477,11 @@ } }, "busboy": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.2.14.tgz", - "integrity": "sha1-bCpiLvz0fFe7vh4qnDetNseSVFM=", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", + "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", "requires": { - "dicer": "0.2.5", - "readable-stream": "1.1.x" + "dicer": "0.3.0" } }, "bytes": { @@ -768,11 +767,10 @@ "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=" }, "dicer": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz", - "integrity": "sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", + "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", "requires": { - "readable-stream": "1.1.x", "streamsearch": "0.1.2" } }, @@ -1109,11 +1107,11 @@ } }, "express-fileupload": { - "version": "1.1.6-alpha.5", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6-alpha.5.tgz", - "integrity": "sha512-M/PLB3moD1stnfYUHGtAVqfdjOz0VSY00NWnA9CpSEyPxhs/lEeperWOffaBzom+DO8Sq1z1okJOy2N4MDRYtA==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.9.tgz", + "integrity": "sha512-f2w0aoe7lj3NeD8a4MXmYQsqir3Z66I08l9AKq04QbFUAjeZNmPwTlR5Lx2NGwSu/PslsAjGC38MWzo5tTjoBg==", "requires": { - "busboy": "^0.2.14" + "busboy": "^0.3.1" } }, "express-list-endpoints": { diff --git a/src/rest_api_and_hmi/package.json b/src/rest_api_and_hmi/package.json index e95600f..2e6054b 100644 --- a/src/rest_api_and_hmi/package.json +++ b/src/rest_api_and_hmi/package.json @@ -14,7 +14,7 @@ "chalk": "^2.4.2", "ejs": "^2.7.1", "express": "^4.17.1", - "express-fileupload": "^1.1.6-alpha.5", + "express-fileupload": "^1.1.9", "express-list-endpoints": "^4.0.1", "express-session": "^1.17.0", "got": "^9.6.0",