aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2019-09-19 17:45:38 -0500
committerMark Powers <markppowers0@gmail.com>2019-09-19 17:45:38 -0500
commit316cb898d2439a28751b60511540e5fd3446cd9e (patch)
tree6d017b9bf0d697d14a8f3b1b0bcf48a7c1d9562e /package.json
parent14132783ed47bc077b6594c3a4d8f8b970919d3d (diff)
Update npm
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 324ba7c..06e3c0c 100644
--- a/package.json
+++ b/package.json
@@ -10,14 +10,14 @@
"author": "",
"license": "ISC",
"dependencies": {
- "body-parser": "^1.18.3",
- "cookie-parser": "^1.4.3",
- "express": "^4.16.4",
- "jsonwebtoken": "^8.4.0",
- "multer": "^1.4.1",
- "mysql2": "^1.6.4",
+ "body-parser": "^1.19.0",
+ "cookie-parser": "^1.4.4",
+ "express": "^4.17.1",
+ "jsonwebtoken": "^8.5.1",
+ "multer": "^1.4.2",
+ "mysql2": "^1.7.0",
"request": "^2.88.0",
- "sequelize": "^4.42.0",
- "uuid": "^3.3.2"
+ "sequelize": "^4.44.3",
+ "uuid": "^3.3.3"
}
}