diff options
| author | Joe Pettersson <[email protected]> | 2016-03-29 13:11:39 +0100 |
|---|---|---|
| committer | Joe Pettersson <[email protected]> | 2016-03-29 13:11:39 +0100 |
| commit | 742efbb6aa7d87b65dd11c3a84b540a2be92d310 (patch) | |
| tree | ec06e3907492d2abf5b2c00e959bc09acf8808d5 | |
| parent | 586bbd9112add7c6a388bb5418b69ceb3cfa9769 (diff) | |
| download | node-coveralls-742efbb6aa7d87b65dd11c3a84b540a2be92d310.tar.xz node-coveralls-742efbb6aa7d87b65dd11c3a84b540a2be92d310.zip | |
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
| -rw-r--r-- | package.json | 4 |
1 files 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": { |
