From 1881307e47d13d3b763a09c0613099018780d19a Mon Sep 17 00:00:00 2001 From: Wilhelm Klopp Date: Tue, 11 Jun 2019 11:14:50 -0700 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 532a4f5..a21aa41 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "license": "ISC", "dependencies": { "express": "^4.16.3", - "helmet": "^3.14.0" + "helmet": "^3.14.0", + "js-yaml": "latest" } }