From 0fd31fb09e1510977da55e5926752a483cc41427 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 08:28:19 -0800 Subject: [PATCH] build(deps-dev): bump typedoc from 0.16.10 to 0.16.11 (#1526) * build(deps-dev): bump typedoc from 0.16.10 to 0.16.11 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.16.10 to 0.16.11. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.16.10...v0.16.11) Signed-off-by: dependabot-preview[bot] * Finish upgrading via bolt --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3439cc14bb..bf4f1b777d 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "rimraf": "^3.0.1", "sinon": "^9.0.0", "ts-node": "^8.6.1", - "typedoc": "^0.16.9", + "typedoc": "^0.16.11", "typescript": "^3.8.2" }, "optionalDependencies": { diff --git a/yarn.lock b/yarn.lock index db675fde0d..94a1eedd2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9222,10 +9222,10 @@ typedoc-default-themes@^0.7.2: lunr "^2.3.8" underscore "^1.9.1" -typedoc@^0.16.9: - version "0.16.10" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.10.tgz#217cd4243c9b4d85f49b94323c178f6d279bfb9c" - integrity sha512-Eo1+K+XTiqSi4lz5cPrV4RncLv6abjCd/jfL5tTueNZGO2p8x2yDIrXkxL9C+SoLjJm2xpMs3CXYmTnilxk1cA== +typedoc@^0.16.11: + version "0.16.11" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.11.tgz#95f862c6eba78533edc9af7096d2295b718eddc1" + integrity sha512-YEa5i0/n0yYmLJISJ5+po6seYfJQJ5lQYcHCPF9ffTF92DB/TAZO/QrazX5skPHNPtmlIht5FdTXCM2kC7jQFQ== dependencies: "@types/minimatch" "3.0.3" fs-extra "^8.1.0" @@ -9258,9 +9258,9 @@ uglify-js@3.4.x: source-map "~0.6.1" uglify-js@^3.1.4: - version "3.7.7" - resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.7.7.tgz#21e52c7dccda80a53bf7cde69628a7e511aec9c9" - integrity sha512-FeSU+hi7ULYy6mn8PKio/tXsdSXN35lm4KgV2asx00kzrLU9Pi3oAslcJT70Jdj7PHX29gGUPOT6+lXGBbemhA== + version "3.8.0" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.8.0.tgz#f3541ae97b2f048d7e7e3aa4f39fd8a1f5d7a805" + integrity sha512-ugNSTT8ierCsDHso2jkBHXYrU8Y5/fY2ZUprfrJUiD7YpuFvV4jODLFmb3h4btQjqr5Nh4TX4XtgDfCU1WdioQ== dependencies: commander "~2.20.3" source-map "~0.6.1"