From 84dbfa5d6cd686e0b324d60036c80493aa20c8dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 04:19:24 +0000 Subject: [PATCH] Bump typedoc from 0.17.7 to 0.18.0 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.17.7 to 0.18.0. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.17.7...v0.18.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 67b71c88..070c0d20 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "svg-inline-loader": "^0.8.0", "to-string-loader": "1.1.6", "tslib": "^2.0.0", - "typedoc": "^0.17.7", + "typedoc": "^0.18.0", "typescript": "^3.9.3", "url-loader": "^3.0.0", "val-loader": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 317f75d0..5af44603 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4197,10 +4197,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/marked/-/marked-1.0.0.tgz#d35784245a04871e5988a491e28867362e941693" - integrity sha512-Wo+L1pWTVibfrSr+TTtMuiMfNzmZWiOPeO7rZsQUY5bgsxpHesBEcIWJloWVTFnrMXnf/TL30eTFSGJddmQAng== +marked@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a" + integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw== matcher@^2.0.0: version "2.0.0" @@ -7027,28 +7027,28 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typedoc-default-themes@^0.10.1: - version "0.10.1" - resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.10.1.tgz#eb27b7d689457c7ec843e47ec0d3e500581296a7" - integrity sha512-SuqAQI0CkwhqSJ2kaVTgl37cWs733uy9UGUqwtcds8pkFK8oRF4rZmCq+FXTGIb9hIUOu40rf5Kojg0Ha6akeg== +typedoc-default-themes@^0.10.2: + version "0.10.2" + resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.10.2.tgz#743380a80afe62c5ef92ca1bd4abe2ac596be4d2" + integrity sha512-zo09yRj+xwLFE3hyhJeVHWRSPuKEIAsFK5r2u47KL/HBKqpwdUSanoaz5L34IKiSATFrjG5ywmIu98hPVMfxZg== dependencies: lunr "^2.3.8" -typedoc@^0.17.7: - version "0.17.7" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.17.7.tgz#70797401140403a5f91589ed3f4f24c03841bf7a" - integrity sha512-PEnzjwQAGjb0O8a6VDE0lxyLAadqNujN5LltsTUhZETolRMiIJv6Ox+Toa8h0XhKHqAOh8MOmB0eBVcWz6nuAw== +typedoc@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.18.0.tgz#8bf53ddd7df5b8966b52c946929a09549d78682b" + integrity sha512-UgDQwapCGQCCdYhEQzQ+kGutmcedklilgUGf62Vw6RdI29u6FcfAXFQfRTiJEbf16aK3YnkB20ctQK1JusCRbA== dependencies: - fs-extra "^8.1.0" + fs-extra "^9.0.1" handlebars "^4.7.6" highlight.js "^10.0.0" lodash "^4.17.15" lunr "^2.3.8" - marked "1.0.0" + marked "^1.1.1" minimatch "^3.0.0" progress "^2.0.3" shelljs "^0.8.4" - typedoc-default-themes "^0.10.1" + typedoc-default-themes "^0.10.2" typescript@^3.9.3: version "3.9.3"