diff --git a/NEWS.md b/NEWS.md index 0e10d568..e516bcc6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ 1.27.1 -- 2015-mm-dd -------------------- +Announcements: +- Upgrades windshaft to [0.37.0](https://github.com/CartoDB/Windshaft/releases/tag/0.37.0) + New features: - QueryTablesApi will always use an authenticated query to retrieve last update, this allows to query affected private tables last update (#253) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0486776b..cf24be60 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -97,7 +97,7 @@ }, "inherits": { "version": "2.0.1", - "from": "inherits@~2.0.1" + "from": "inherits@2" } } } @@ -183,8 +183,8 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" }, "windshaft": { - "version": "0.36.0", - "from": "windshaft@~0.36.0", + "version": "0.37.0", + "from": "windshaft@~0.37.0", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index e1e0ac47..112e17f4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0", "underscore" : "~1.6.0", "dot": "~1.0.2", - "windshaft": "~0.36.0", + "windshaft": "~0.37.0", "step": "~0.0.5", "queue-async": "~1.0.7", "request": "~2.9.203",