Update dependencies
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -8,14 +8,14 @@ | ... | @@ -8,14 +8,14 @@ |
"start": "node fordecyt2019.js", | "start": "node fordecyt2019.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"author": "", | "author": "Rodrigo Tapia-McClung", | ||
"license": "", | "license": "", | ||
"dependencies": { | "dependencies": { | ||
"@mapbox/sphericalmercator": "^1.1.0", | "@mapbox/sphericalmercator": "^1.1.0", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"morgan": "^1.9.1", | "morgan": "^1.10.0", | ||
"nodemon": "^1.19.2", | "nodemon": "^2.0.7", | ||
"pg": "^7.12.1" | "pg": "^8.6.0" | ||
} | } | ||
} | } |
Please register or sign in to comment