Upgrade camshaft to 0.46.2

This commit is contained in:
Daniel García Aubert 2016-11-01 14:49:13 +01:00
parent 9faac9f9fe
commit 81fd01d0ac
3 changed files with 5 additions and 4 deletions

View File

@ -8,6 +8,7 @@ Enhancements:
Announcements:
- Upgrades windshaft to [2.6.1](https://github.com/CartoDB/windshaft/releases/tag/2.6.1).
- Upgrades camshaft to [0.46.2](https://github.com/CartoDB/camshaft/releases/tag/0.46.2).
## 2.80.2

6
npm-shrinkwrap.json generated
View File

@ -105,9 +105,9 @@
}
},
"camshaft": {
"version": "0.46.1",
"from": "https://registry.npmjs.org/camshaft/-/camshaft-0.46.1.tgz",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.46.1.tgz",
"version": "0.46.2",
"from": "camshaft@0.46.2",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.46.2.tgz",
"dependencies": {
"async": {
"version": "1.5.2",

View File

@ -20,7 +20,7 @@
],
"dependencies": {
"body-parser": "~1.14.0",
"camshaft": "0.46.1",
"camshaft": "0.46.2",
"cartodb-psql": "~0.6.1",
"cartodb-query-tables": "~0.1.0",
"cartodb-redis": "0.13.1",