From d99053e36807cbdeb78d23cba0bb8bf57861782b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Mar 2019 01:07:35 +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 d65d5bb43..8cdd0e609 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "http-errors": "1.7.2", "js-base64": "2.5.1", "js-string-escape": "1.0.1", - "js-yaml": "3.12.2", + "js-yaml": "3.13.0", "jsonwebtoken": "8.5.0", "lockfile": "1.0.4", "lodash": "4.17.11",