From 3acd9531e48d322036d75c73491f95b250dc826d Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Mon, 4 Jun 2018 11:43:38 +0100 Subject: [PATCH] Update to azure-storage 2.8.3 to fix vulnerabilities found by npm audit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f45f745..ab42f69 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "azure storage" ], "dependencies": { - "azure-storage": "^1.3.1", + "azure-storage": "^2.8.3", "node-uuid": "^1.4.7" }, "engines": {