From ce6c5616887c605f219d2a3206f7a694c82778e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Apr 2019 23:46:18 +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 85ce579a..60fce3dd 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "grunt-legacy-log": "~1.0.0", "grunt-legacy-util": "~1.0.0", "iconv-lite": "~0.4.13", - "js-yaml": "~3.5.2", + "js-yaml": "~3.13.1", "minimatch": "~3.0.0", "nopt": "~3.0.6", "path-is-absolute": "~1.0.0",