diff options
author | Raphael <raphaelkabo@gmail.com> | 2020-08-14 15:49:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-14 15:49:57 +0100 |
commit | 90a6db38c98766f7382cbe06aa3dc045756b8dd5 (patch) | |
tree | 90cf3ce4293aef043fe41c14dcedd046a5d55c63 /package.json | |
parent | b24c5910463453e14be965893cd2a50859a945dd (diff) | |
parent | 703e6dc82ccbd211d661fb9ccdfd481c468dd212 (diff) |
Merge pull request #54 from lowercasename/dependabot/npm_and_yarn/express-fileupload-1.1.9
Bump express-fileupload from 1.1.6 to 1.1.9
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4276b26..e3fa4ab 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cors": "^2.8.5", "dotenv": "^6.1.0", "express": "^4.16.4", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.9", "express-handlebars": "^3.0.0", "express-jwt": "^5.3.3", "express-session": "^1.17.1", |