From 6b5d52358c7d8c52b611817f547cd4e88e60a410 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2019 04:01:50 +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 18fc88f..f4ca2aa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cors": "^2.8.1", "express": "^4.15.0", "express-http-proxy": "^0.11.0", - "js-yaml": "^3.8.2", + "js-yaml": "^3.13.1", "lodash": "^4.17.4", "npm-cli-login": "^0.0.10", "replicated-lint": "^0.14.14",