Adding a new cartodb-psql fixing a pg vulnerability

This commit is contained in:
Simon
2017-09-01 13:06:19 +02:00
parent 75fe4c8aed
commit d47f1762da
3 changed files with 1303 additions and 1232 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2.86.2
Released 2017-09-01
Bug fixes:
- Adding a new cartodb-psql fixing a pg vulnerability
## 2.86.1
Released 2016-12-02
+1294 -1230
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "2.86.1",
"version": "2.86.2",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"
@@ -21,7 +21,7 @@
"dependencies": {
"body-parser": "~1.14.0",
"camshaft": "0.48.4",
"cartodb-psql": "~0.6.1",
"cartodb-psql": "0.10.1",
"cartodb-query-tables": "~0.1.0",
"cartodb-redis": "0.13.1",
"debug": "~2.2.0",