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

View File

@ -16,7 +16,7 @@
"Sandro Santilli <strk@vizzuality.com>" "Sandro Santilli <strk@vizzuality.com>"
], ],
"dependencies": { "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", "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", "step-profiler": "https://github.com/CartoDB/node-step-profiler/tarball/0.1.0",
"underscore": "~1.6.0", "underscore": "~1.6.0",