From 2cc2fa29f4f581b7cf866b9253f8e1eb7c513299 Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 20 Jun 2016 00:05:49 +0200 Subject: [PATCH] Upgrade nodejs to 6.2.2 (#908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Notable changes - http: - req.read(0) could cause incoming connections to stall and time out under certain conditions. (Fedor Indutny) #7211 - When freeing the socket to be reused in keep-alive Agent wait for both prefinish and end events. Otherwise the next request may be written before the previous one has finished sending the body, leading to a parser errors. (Fedor Indutny) #7149 - npm: upgrade npm to 3.9.5 (Kat Marchán) #7139 --- nodejs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nodejs.json b/nodejs.json index 3d02cd317e..296cc23e23 100644 --- a/nodejs.json +++ b/nodejs.json @@ -1,15 +1,15 @@ { "homepage": "http://nodejs.org", - "version": "6.2.1", + "version": "6.2.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://nodejs.org/dist/v6.2.1/node-v6.2.1-x64.msi", - "hash": "528b7c2cb707e81df4d5e53ea3b8d8c32e71ab3ba7e2ee4993a4f44da6e353ba" + "url": "https://nodejs.org/dist/v6.2.2/node-v6.2.2-x64.msi", + "hash": "d7e9f474de0605addb6bbb1c5d01b45de88b704f1d72e8f026171baa7cbf75d1" }, "32bit": { - "url": "https://nodejs.org/dist/v6.2.1/node-v6.2.1-x86.msi", - "hash": "8095a7c506ed1ada1599942ae2a8cb60909def15bc4d97c7dca51c3d02f046ec" + "url": "https://nodejs.org/dist/v6.2.2/node-v6.2.2-x86.msi", + "hash": "2c186a625473796c2fd70948fa85c8a1e087033fbf25ae16866e2f2f347f0e38" } }, "env_add_path": "nodejs",