diff --git a/package.json b/package.json index 3d22dd3..b359fa9 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "tslint-config-prettier": "^1.18.0", "tslint-etc": "^1.10.0", "tslint-no-unused-expression-chai": "^0.1.4", - "typedoc": "^0.15.6", + "typedoc": "^0.16.0", "typescript": "^3.5.3" } } diff --git a/yarn.lock b/yarn.lock index 2cff96c..189ca73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1911,18 +1911,20 @@ typed-function@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/typed-function/-/typed-function-1.1.1.tgz#a1316187ec3628c9e219b91ca96918660a10138e" -typedoc-default-themes@^0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.6.3.tgz#c214ce5bbcc6045558448a8fd422b90e3e9b6782" +typedoc-default-themes@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.7.0.tgz#ab02068a006d06443c1dce8ba157f5f16dc78e27" + integrity sha512-yeD56oPXMKJ5nDiCZ27x/SIxx11646Gr5GscxtLSmrh3ucMX6Lklgo7cSABafQXlGPSN5Kb/oLxmfN33BeqMWw== dependencies: backbone "^1.4.0" jquery "^3.4.1" lunr "^2.3.8" underscore "^1.9.1" -typedoc@^0.15.6: - version "0.15.8" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.15.8.tgz#d83195445a718d173e0d5c73b5581052cb47d4d9" +typedoc@^0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.0.tgz#908851515ee4f15ef342c8ca9d2c2461d8598d0e" + integrity sha512-arCzLnU4ijsSMPZvjcDhEQc4ROYueiCSZLCZL0uCZGtx8RDEC2H7ZNPiqR0Gd7UAgCByHJfn3MBFSkmrzrnVcA== dependencies: "@types/minimatch" "3.0.3" fs-extra "^8.1.0" @@ -1933,7 +1935,7 @@ typedoc@^0.15.6: minimatch "^3.0.0" progress "^2.0.3" shelljs "^0.8.3" - typedoc-default-themes "^0.6.3" + typedoc-default-themes "^0.7.0" typescript "3.7.x" typescript@3.7.x, typescript@^3.5.3: