From afe3d25f8afb88caee43f7202d0eb96f33a92a6b Mon Sep 17 00:00:00 2001 From: Vernon de Goede Date: Thu, 28 Mar 2019 22:47:41 +0100 Subject: [PATCH] Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e76cbef38ed..d07240a4c74 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "inquirer": "^6.2.2", - "js-yaml": "^3.12.0", + "js-yaml": "^3.13.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.3.0", "lodash": "^4.17.11",