Bump typedoc from 0.16.6 to 0.16.7

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.16.6 to 0.16.7.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.16.6...v0.16.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-20 16:02:18 +00:00 committed by GitHub
parent 91c274f4f5
commit 16dd720170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@
"tslint": "^5.20.1",
"tslint-etc": "^1.10.0",
"tslint-sonarts": "^1.9.0",
"typedoc": "^0.16.6",
"typedoc": "^0.16.7",
"typescript": "^3.7.5",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^2.2.0",

View file

@ -7755,7 +7755,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
typedoc-default-themes@^0.7.1, typedoc-default-themes@^0.7.2:
typedoc-default-themes@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.7.2.tgz#1e9896f920b58e6da0bba9d7e643738d02405a5a"
integrity sha512-fiFKlFO6VTqjcno8w6WpTsbCgXmfPHVjnLfYkmByZE7moaz+E2DSpAT+oHtDHv7E0BM5kAhPrHJELP2J2Y2T9A==
@ -7765,10 +7765,10 @@ typedoc-default-themes@^0.7.1, typedoc-default-themes@^0.7.2:
lunr "^2.3.8"
underscore "^1.9.1"
typedoc@^0.16.6:
version "0.16.6"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.6.tgz#e9157af4c34999fea10a1fa05cee7cb15c926166"
integrity sha512-1k4HXW5o6/rk5U3NEXEM+UVMPWaM0xW1/WJo1wlptb0gzsqtahymLDFSBX8Nqi7cToKOuiJPUr8j8UU368UNoA==
typedoc@^0.16.7:
version "0.16.7"
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.7.tgz#00975cbe37fba3a69ec4b42827683303d9c89da9"
integrity sha512-sNrLlaZ/aZHxA2rCURGf3g5YabGVwrujiwC6SCV/rgx3LFfZh+goUCatAAyTEDk7evuu6pJ0APGDSde1mSYegw==
dependencies:
"@types/minimatch" "3.0.3"
fs-extra "^8.1.0"
@ -7779,7 +7779,7 @@ typedoc@^0.16.6:
minimatch "^3.0.0"
progress "^2.0.3"
shelljs "^0.8.3"
typedoc-default-themes "^0.7.1"
typedoc-default-themes "^0.7.2"
typescript "3.7.x"
typescript@3.7.x, typescript@^3.7.5: