From 4a724e8ab16388f1efc309369d73c4931d08b701 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Fri, 12 May 2017 14:07:18 -0400 Subject: [PATCH] chore(package): update uws to version 0.14.5 (#3809) https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e56c5f6..723c5dc8 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,6 @@ }, "optionalDependencies": { "bcrypt": "1.0.2", - "uws": "^0.14.0" + "uws": "^0.14.5" } }