diff --git a/ishaer-api/package-lock.json b/ishaer-api/package-lock.json index 3f02ea5..efc0c0e 100644 --- a/ishaer-api/package-lock.json +++ b/ishaer-api/package-lock.json @@ -870,9 +870,9 @@ } }, "express-fileupload": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6.tgz", - "integrity": "sha512-w24zPWT8DkoIxSVkbxYPo9hkTiLpCQQzNsLRTCnecBhfbYv+IkIC5uLw2MIUAxBZ+7UMmXPjGxlhzUXo4RcbZw==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.9.tgz", + "integrity": "sha512-f2w0aoe7lj3NeD8a4MXmYQsqir3Z66I08l9AKq04QbFUAjeZNmPwTlR5Lx2NGwSu/PslsAjGC38MWzo5tTjoBg==", "requires": { "busboy": "^0.3.1" } diff --git a/ishaer-api/package.json b/ishaer-api/package.json index 320da96..338eff2 100644 --- a/ishaer-api/package.json +++ b/ishaer-api/package.json @@ -14,7 +14,7 @@ "debug": "~2.6.9", "dotenv": "^8.2.0", "express": "~4.16.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.9", "express-useragent": "^1.0.13", "formidable": "^1.2.1", "http-errors": "~1.6.3",