Upgrades cartodb-redis and re-generates npm-shrinkwrap.json

This commit is contained in:
Raul Ochoa 2014-09-16 23:58:06 +02:00
parent 386c236760
commit f8d2826ddd
2 changed files with 13 additions and 10 deletions

21
npm-shrinkwrap.json generated
View File

@ -3,12 +3,15 @@
"version": "1.16.1",
"dependencies": {
"cartodb-redis": {
"version": "0.10.0",
"from": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.10.0",
"version": "0.11.0",
"from": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"dependencies": {
"strftime": {
"version": "0.8.2"
},
"dot": {
"version": "1.0.2"
},
"redis-mpool": {
"version": "0.1.0",
"from": "git://github.com/CartoDB/node-redis-mpool.git#0.1.0",
@ -109,13 +112,10 @@
"version": "2.5.0"
},
"log4js": {
"version": "0.6.18",
"version": "0.6.21",
"dependencies": {
"async": {
"version": "0.1.15"
},
"semver": {
"version": "1.1.4"
"version": "0.2.10"
},
"readable-stream": {
"version": "1.0.31",
@ -127,12 +127,15 @@
"version": "0.0.1"
},
"string_decoder": {
"version": "0.10.25-1"
"version": "0.10.31"
},
"inherits": {
"version": "2.0.1"
}
}
},
"semver": {
"version": "1.1.4"
}
}
},
@ -188,7 +191,7 @@
"version": "1.0.7"
},
"debug": {
"version": "1.0.4",
"version": "2.0.0",
"dependencies": {
"ms": {
"version": "0.6.2"

View File

@ -16,7 +16,7 @@
"Sandro Santilli <strk@vizzuality.com>"
],
"dependencies": {
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.10.0",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",
"cartodb-psql": "https://github.com/CartoDB/node-cartodb-psql/tarball/0.4.0",
"step-profiler": "https://github.com/CartoDB/node-step-profiler/tarball/0.1.0",
"underscore": "~1.6.0",