Merge pull request #596 from CartoDB/upgrade-camshaft-to-0.48.3

Upgrade Camshaft version to 0.48.3
This commit is contained in:
Javier Goizueta 2016-11-23 15:05:43 +01:00 committed by GitHub
commit 4f2d7434c7
2 changed files with 5 additions and 5 deletions

8
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "2.84.1",
"version": "2.84.2",
"dependencies": {
"body-parser": {
"version": "1.14.2",
@ -105,9 +105,9 @@
}
},
"camshaft": {
"version": "0.48.2",
"from": "camshaft@0.48.2",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.48.2.tgz",
"version": "0.48.3",
"from": "camshaft@0.48.3",
"resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.48.3.tgz",
"dependencies": {
"async": {
"version": "1.5.2",

View File

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