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 @@ |
"start": "node fordecyt2019.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"author": "Rodrigo Tapia-McClung", | ||
"license": "", | ||
"dependencies": { | ||
"@mapbox/sphericalmercator": "^1.1.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1", | ||
"morgan": "^1.9.1", | ||
"nodemon": "^1.19.2", | ||
"pg": "^7.12.1" | ||
"morgan": "^1.10.0", | ||
"nodemon": "^2.0.7", | ||
"pg": "^8.6.0" | ||
} | ||
} |
Please register or sign in to comment