From fa85dcbc4cbc309f8be66ad2f9ca17793997f91a Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 27 Aug 2015 17:24:38 +0200 Subject: [PATCH] Upgrades windshaft to 0.51.0 --- NEWS.md | 3 +++ npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 175532d7..8b77c54a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ Released 2015-mm-dd +Announcements: + - Upgrades windshaft to [0.51.0](https://github.com/CartoDB/Windshaft/releases/tag/0.51.0) + New features: - Make http and https globalAgent options configurable * If config is not provided it configures them with default values diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 99b48dd2..ba2d5d4d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -483,9 +483,9 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" }, "windshaft": { - "version": "0.50.0", - "from": "windshaft@0.50.0", - "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.50.0.tgz", + "version": "0.51.0", + "from": "windshaft@0.51.0", + "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-0.51.0.tgz", "dependencies": { "chronograph": { "version": "0.1.0", diff --git a/package.json b/package.json index 2854752e..43a9daa9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "underscore" : "~1.6.0", "dot": "~1.0.2", - "windshaft": "0.50.0", + "windshaft": "0.51.0", "step": "~0.0.5", "queue-async": "~1.0.7", "request": "~2.9.203",