From 79d32553bd1f879f02db89e91e822c9acc384707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 05:03:42 +0000 Subject: [PATCH] Bump typedoc from 0.19.1 to 0.19.2 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.19.1...v0.19.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 425c9894..19e56ca4 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "tslint": "6.1.3", "tslint-config-prettier": "1.18.0", "typechain": "2.0.0", - "typedoc": "0.19.1", + "typedoc": "0.19.2", "typedoc-plugin-sourcefile-url": "1.0.6", "typescript": "4.0.2", "wait-on": "5.2.0" diff --git a/yarn.lock b/yarn.lock index 9e3478d8..464883ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1893,7 +1893,7 @@ he@1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -highlight.js@^10.0.0: +highlight.js@^10.2.0: version "10.2.0" resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.2.0.tgz#367151bcf813adebc54822f1cb51d2e1e599619f" integrity sha512-OryzPiqqNCfO/wtFo619W+nPYALM6u7iCQkum4bqRmmlcTikOkmlL06i009QelynBPAlNByTQU6cBB2cOBQtCw== @@ -3933,24 +3933,24 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typedoc-default-themes@^0.11.1: - version "0.11.3" - resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.11.3.tgz#702df91d2db06d8d3499ab0bde456bf774ca914f" - integrity sha512-SwyN188QGNA2iFS5mdWYTGzohKqJ1PWAXVmGolKnVc2NnpX234FEPF2nUvEg+O9jjwAu7ZSVZ5UrZri0raJOjQ== +typedoc-default-themes@^0.11.4: + version "0.11.4" + resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.11.4.tgz#1bc55b7c8d1132844616ff6f570e1e2cd0eb7343" + integrity sha512-Y4Lf+qIb9NTydrexlazAM46SSLrmrQRqWiD52593g53SsmUFioAsMWt8m834J6qsp+7wHRjxCXSZeiiW5cMUdw== typedoc-plugin-sourcefile-url@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/typedoc-plugin-sourcefile-url/-/typedoc-plugin-sourcefile-url-1.0.6.tgz#e0199806616fe6370b3cb7889f647df698438b96" integrity sha512-xHq9DzkoQywS7FyPneMm2/Hr9GRoCpjSQXkVN0W6SCJKP7fguqg2tasgh+8l5/mW6YSYvqCqEbkSYLbuD4Y6gA== -typedoc@0.19.1: - version "0.19.1" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.19.1.tgz#1c92608fc4944c6e2223cf3a43b603272b4ac94d" - integrity sha512-EqZpRJQUnkwHA1yBhaDExEXUZIiWKddkrDXhRcfUzpnu6pizxNmVTw5IZ3mu682Noa4zQCniE0YNjaAwHQodrA== +typedoc@0.19.2: + version "0.19.2" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.19.2.tgz#842a63a581f4920f76b0346bb80eb2a49afc2c28" + integrity sha512-oDEg1BLEzi1qvgdQXc658EYgJ5qJLVSeZ0hQ57Eq4JXy6Vj2VX4RVo18qYxRWz75ifAaYuYNBUCnbhjd37TfOg== dependencies: fs-extra "^9.0.1" handlebars "^4.7.6" - highlight.js "^10.0.0" + highlight.js "^10.2.0" lodash "^4.17.20" lunr "^2.3.9" marked "^1.1.1" @@ -3958,7 +3958,7 @@ typedoc@0.19.1: progress "^2.0.3" semver "^7.3.2" shelljs "^0.8.4" - typedoc-default-themes "^0.11.1" + typedoc-default-themes "^0.11.4" typescript@4.0.2: version "4.0.2"