upgrade express again (4.16.0)

This commit is contained in:
Eneko Lakasta 2017-09-29 17:41:57 +02:00
parent 75c8a73423
commit 818cdbd99b
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## 3.13.0
Released 2017-mm-dd
- Upgrades camshaft, cartodb-query-tables, and turbo-carto: better support for query variables.
- Upgrades express, debug, request and body-parser for sequrity reasons
Bugfixes:
- Bounding box parameter ignored in static named maps #735.

View File

@ -29,7 +29,7 @@
"cartodb-redis": "0.14.0",
"debug": "^3.1.0",
"dot": "~1.0.2",
"express": "^4.15.5",
"express": "~4.16.0",
"fastly-purge": "~1.0.1",
"log4js": "cartodb/log4js-node#cdb",
"lru-cache": "2.6.5",