From c31f158bc1d9218a11789ac0820d2fa6f9ce57ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 May 2019 21:21:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-174116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c3efdf..8b3f015 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "flow-bin": "0.64.0", "flow-remove-types": "1.2.3", "flow-typed": "2.2.3", - "jsdoc": "3.5.5" + "jsdoc": "3.6.0" } }