From 6734737f592f03814e8f7920f331c84d861af335 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2019 09:13:22 +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 03b7e19..3b20e15 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/json-schema": "^6.0.1", "@types/tv4": "^1.2.28", "chalk": "^1.1.3", - "js-yaml": "^3.8.4", + "js-yaml": "^3.13.1", "junit-report-builder": "^1.3.1", "line-column": "^1.0.2", "lodash": "^4.17.5",