From 9528442cdfaac94893556e5de25045d12346c205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 31 Mar 2017 23:52:52 -0700 Subject: [PATCH] fix(deps): `cacache@6.3.0` - race condition fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2d298a..e3cb6eb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "license": "CC0-1.0", "dependencies": { "bluebird": "^3.5.0", - "cacache": "^6.2.0", + "cacache": "^6.3.0", "checksum-stream": "^1.0.2", "lru-cache": "^4.0.2", "mississippi": "^1.2.0",