From 415649f41d48608f5fe47363e3d4fc27c336521c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2019 08:07:33 +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 2c1b6ef04..8d26b844b 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "exit": "~0.1.2", "glob": "^5.0.1", "htmlparser2": "3.8.3", - "js-yaml": "~3.4.0", + "js-yaml": "~3.13.0", "jscs-jsdoc": "^2.0.0", "jscs-preset-wikimedia": "~1.0.0", "jsonlint": "~1.6.2",