From ed5e017658a7ebe1a7d04d35fbd7e7e90aec5b55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Mar 2019 23:27:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c0fb74..a01d0c3 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.0", "jsonwebtoken": "^8.2.1", "mailcomposer": "^4.0.2", "mailgun-js": "0.18.0",