From 901d89869e57a595e009ee67563bd3fd71b4bd27 Mon Sep 17 00:00:00 2001 From: Jeremy Stashewsky Date: Mon, 30 Jul 2018 11:59:37 -0700 Subject: [PATCH] Update packages & npm audit fix vows updated for https://nodesecurity.io/advisories/118 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e61d5cc..f36ae5dd 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,10 @@ "async": "^1.4.2", "nyc": "^11.6.0", "string.prototype.repeat": "^0.2.0", - "vows": "^0.8.1" + "vows": "^0.8.2" }, "dependencies": { - "psl": "^1.1.24", + "psl": "^1.1.28", "punycode": "^1.4.1" } }