aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-04-05 14:45:52 -0500
committerMark Powers <markppowers0@gmail.com>2020-04-05 14:45:52 -0500
commitcf8ca7c7c2f11df79b92e0c61526e1408113dd4f (patch)
treee70b5f22980353b4711ae23541e604d376c27ee3 /package.json
parenta0dd21347218c46521b6d28dd26605380589b6b9 (diff)
Fix security issue
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6be0a34..27c1eb4 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
+ "minimist": ">=0.2.1",
"multer": "^1.4.2",
"mysql2": "^1.7.0",
"request": "^2.88.0",