Update windshaft to version 0.38.2

This commit is contained in:
Raul Ochoa 2015-02-26 12:08:48 +01:00
parent 620160c44e
commit f006d09f31
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
1.29.0 -- 2015-mm-dd 1.29.0 -- 2015-mm-dd
-------------------- --------------------
- Upgrades windshaft to [0.38.1](https://github.com/CartoDB/Windshaft/releases/tag/0.38.1) - Upgrades windshaft to [0.38.2](https://github.com/CartoDB/Windshaft/releases/tag/0.38.2)
1.28.5 -- 2015-02-20 1.28.5 -- 2015-02-20

12
npm-shrinkwrap.json generated
View File

@ -95,7 +95,7 @@
}, },
"inherits": { "inherits": {
"version": "2.0.1", "version": "2.0.1",
"from": "inherits@~2.0.1" "from": "inherits@2"
} }
} }
} }
@ -181,8 +181,8 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
}, },
"windshaft": { "windshaft": {
"version": "0.38.1", "version": "0.38.2",
"from": "windshaft@~0.38.1", "from": "windshaft@~0.38.2",
"dependencies": { "dependencies": {
"chronograph": { "chronograph": {
"version": "0.1.0", "version": "0.1.0",
@ -2110,9 +2110,9 @@
} }
}, },
"canvas": { "canvas": {
"version": "1.2.0", "version": "1.2.1",
"from": "canvas@1.2.0", "from": "canvas@1.2.1",
"resolved": "https://registry.npmjs.org/canvas/-/canvas-1.2.0.tgz", "resolved": "https://github.com/Automattic/node-canvas/tarball/master",
"dependencies": { "dependencies": {
"nan": { "nan": {
"version": "1.5.3", "version": "1.5.3",

View File

@ -25,7 +25,7 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0", "node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0", "underscore" : "~1.6.0",
"dot": "~1.0.2", "dot": "~1.0.2",
"windshaft": "~0.38.1", "windshaft": "~0.38.2",
"step": "~0.0.5", "step": "~0.0.5",
"queue-async": "~1.0.7", "queue-async": "~1.0.7",
"request": "~2.9.203", "request": "~2.9.203",