From 1bc1a195a033becf59bec7ba26319e137fb6bc3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Apr 2019 02:00:53 +0000 Subject: [PATCH] fix: hack/docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 --- hack/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/docs/package.json b/hack/docs/package.json index 3f282bfe7..5f58a82be 100644 --- a/hack/docs/package.json +++ b/hack/docs/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/replicatedcom/support-bundle#readme", "dependencies": { "chalk": "^2.3.0", - "js-yaml": "^3.10.0", + "js-yaml": "^3.13.1", "jsonschema-md": "^0.2.1", "lodash": "^4.17.5", "tmp": "^0.0.33",