From b9de0f7c72c4300a70a17e6c04c8d98663bbee43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2019 02:14:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c0fb74..a384e66 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "helmet": "^3.12.0", "http-status": "^1.0.1", "joi": "^13.3.0", - "js-yaml": "^3.8.2", + "js-yaml": "^3.13.1", "jsonwebtoken": "^8.2.1", "mailcomposer": "^4.0.2", "mailgun-js": "0.18.0",