Unverified Commit 3ba7e57e authored by Jonathan Cunanan's avatar Jonathan Cunanan Committed by GitHub

Merge pull request #1 from ralic/master

Fix security issues
parents e9b42815 b7c68d44
This diff is collapsed.
...@@ -11,19 +11,20 @@ ...@@ -11,19 +11,20 @@
"watch": "nodemon --config ./nodemon.json --" "watch": "nodemon --config ./nodemon.json --"
}, },
"dependencies": { "dependencies": {
"cookie-parser": "~1.4.3", "bigint-hash": "^0.2.2",
"cookie-parser": "^1.4.4",
"debug": "~2.6.9", "debug": "~2.6.9",
"express": "~4.16.0", "express": "~4.16.0",
"morgan": "~1.9.0", "morgan": "~1.9.0",
"rimraf": "^2.6.3" "rimraf": "^2.6.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.2.3", "@babel/cli": "^7.4.4",
"@babel/core": "^7.2.2", "@babel/core": "^7.4.4",
"@babel/node": "^7.2.2", "@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.4.4",
"eslint": "^5.13.0", "eslint": "^5.16.0",
"eslint-plugin-import": "^2.16.0", "eslint-plugin-import": "^2.17.2",
"nodemon": "^1.18.9" "nodemon": "^1.19.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment