From a8c1637399f152f851dddb983b9e3ab5f427d0e1 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 26 Jul 2019 23:31:37 +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 aea2862..81a6ad1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mocha": "^3.2.0", "tslib": "^1.6.0", "tslint": "^5.1.0", - "typedoc": "^0.5.10", + "typedoc": "^0.15.0", "typescript": "^2.2.2" } }