From 2852c7d7eda60127508a4c8ad8d84f9f8bc76e2b Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Mon, 2 Jan 2017 00:47:26 -0500 Subject: [PATCH] Bump tmp dependency to tmp-0.0.31. Unfortunately, as discussed at https://github.com/raszi/node-tmp/issues/75 , the tmp dependency only has an 0.x release. This means this library has to manually bump and release for every upstream release to get fixes and improvements. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcae395..127f5e3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "bluebird": "^3.3.1", - "tmp": "0.0.28" + "tmp": "0.0.31" }, "devDependencies": { "mocha": "^3.1.2"