From 6e79091d220afd384915289ca578aa30a17ffb0a Mon Sep 17 00:00:00 2001 From: Bill Church Date: Thu, 13 Jun 2019 13:52:34 -0400 Subject: [PATCH] update js-yaml to 3.13.1 for secuirty issue see https://github.com/nodeca/js-yaml/issues/475 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 611e756..fe235e4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "lodash": "^4.2.1", "async": "~1.5.2", "json5": "~0.4.0", - "js-yaml": "~3.5.2", + "js-yaml": "~3.13.1", "properties": "~1.2.1" }, "devDependencies": {