From 62cec5c5b4265627936da454b298debe92912313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:30:57 +0000 Subject: [PATCH] Bump typedoc from 0.20.13 to 0.20.14 (#6516) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 86bb33024b..43a3997114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25955,9 +25955,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", @@ -25970,7 +25970,7 @@ "progress": "^2.0.3", "shelljs": "^0.8.4", "shiki": "^0.2.7", - "typedoc-default-themes": "0.12.0" + "typedoc-default-themes": "0.12.1" }, "dependencies": { "fs-extra": { @@ -26012,9 +26012,9 @@ } }, "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 }, "typescript": { diff --git a/package.json b/package.json index 750ec6f235..28111da5db 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "ts-node": "^9.0.0", "tsconfig-paths": "^3.9.0", "tslint": "6.1.3", - "typedoc": "^0.20.13", + "typedoc": "^0.20.14", "typescript": "3.9.7", "unist-util-select": "^3.0.2", "webpack-cli": "^3.3.12"