From 5f376f0012ff217bcbb6f503b7ba2826ecc81a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 05:45:17 +0000 Subject: [PATCH] Bump typedoc from 0.20.14 to 0.20.16 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.14 to 0.20.16. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.14...v0.20.16) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 614e57a6..b51d2277 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7702,9 +7702,9 @@ } }, "typedoc": { - "version": "0.20.14", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.14.tgz", - "integrity": "sha512-9bsZp5/qkl+gDSv9DRvHbfbY8Sr0tD8fKx7hNIvcluxeAFzBCEo9o0qDCdLUZw+/axbfd9TaqHvSuCVRu+YH6Q==", + "version": "0.20.16", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.16.tgz", + "integrity": "sha512-xqIL8lT6ZE3QpP0GN30ckeTR05NSEkrP2pXQlNhC0OFkbvnjqJtDUcWSmCO15BuYyu4qsEbZT+tKYFEAt9Jxew==", "dev": true, "requires": { "colors": "^1.4.0", @@ -7717,13 +7717,13 @@ "progress": "^2.0.3", "shelljs": "^0.8.4", "shiki": "^0.2.7", - "typedoc-default-themes": "0.12.1" + "typedoc-default-themes": "^0.12.4" } }, "typedoc-default-themes": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.1.tgz", - "integrity": "sha512-6PEvV+/kWAJeUwEtrKgIsZQSbybW5DGCr6s2mMjHsDplpgN8iBHI52UbA+2C+c2TMCxBNMK9TMS6pdeIdwsLSw==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.4.tgz", + "integrity": "sha512-EZiXBUpogsYWe0dLgy47J8yRZCd+HAn9woGzO28XJxxSCSwZRYGKeQiw1KjyIcm3cBtLWUXiPD5+Bgx24GgZjg==", "dev": true }, "typedoc-plugin-markdown": {