From 742efbb6aa7d87b65dd11c3a84b540a2be92d310 Mon Sep 17 00:00:00 2001 From: Joe Pettersson Date: Tue, 29 Mar 2016 13:11:39 +0100 Subject: Bump `request` NPM module to fix security issue There is a remote memory exposure vulnerability in the current version of `request`. This bumps that version to the latest current as well as bumping the core packages patch version. Details here: https://snyk.io/vuln/npm:request:20160119 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ccba52..f10a782 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "coverage", "coveralls" ], - "version": "2.11.9", + "version": "2.11.10", "bugs": { "url": "https://github.com/nickmerwin/node-coveralls/issues" }, @@ -32,7 +32,7 @@ "js-yaml": "3.0.1", "lcov-parse": "0.0.6", "log-driver": "1.2.4", - "request": "2.67.0", + "request": "2.69.0", "minimist": "1.2.0" }, "devDependencies": { -- cgit v1.2.3