From 41a48aa6e8dacbbaaa09007095b4c03eb05a26b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 07:12:28 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.20.13 to 0.20.14 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.13 to 0.20.14. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.13...v0.20.14) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72bf6093..5729935f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23032,9 +23032,9 @@ } }, "typedoc": { - "version": "0.20.13", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.13.tgz", - "integrity": "sha512-SJVFn6NJd5bWJHMPgEkDUrKIEfMbja6ftIJv/tgd0xQZp5cWxGTdEnmRr56+egIQZkAJFB39eDvmNV4Lqqy4Gw==", + "version": "0.20.14", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.14.tgz", + "integrity": "sha512-9bsZp5/qkl+gDSv9DRvHbfbY8Sr0tD8fKx7hNIvcluxeAFzBCEo9o0qDCdLUZw+/axbfd9TaqHvSuCVRu+YH6Q==", "dev": true, "requires": { "colors": "^1.4.0", @@ -23047,13 +23047,13 @@ "progress": "^2.0.3", "shelljs": "^0.8.4", "shiki": "^0.2.7", - "typedoc-default-themes": "0.12.0" + "typedoc-default-themes": "0.12.1" } }, "typedoc-default-themes": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.0.tgz", - "integrity": "sha512-0hHBxwmfxE0rkIslOiO39fJyYwaScQEhUIxcpqx3uS1BL3zhFW5oQfUaPx2cv2XLL/GXhYFxhdFLoVmNptbxEQ==", + "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==", "dev": true }, "typedoc-plugin-markdown": { diff --git a/package.json b/package.json index 51cc1dec..e23f9d00 100644 --- a/package.json +++ b/package.json @@ -248,7 +248,7 @@ "stylus-svg": "^1.2.0", "swagger-ui": "^3.39.0", "ts-node": "^9.1.1", - "typedoc": "^0.20.13", + "typedoc": "^0.20.14", "typedoc-plugin-markdown": "^3.4.0", "typescript": "^4.1.3", "vuepress": "^1.8.0",