From e37c7c47ebdbbbdbb2f3d35625e5bd283700715a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jul 2020 21:21:25 +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 - https://snyk.io/vuln/SNYK-JS-MARKED-451540 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c3efdf..2107212 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "flow-bin": "0.64.0", "flow-remove-types": "1.2.3", - "flow-typed": "2.2.3", - "jsdoc": "3.5.5" + "flow-typed": "3.0.0", + "jsdoc": "3.6.0" } }