From ee958cdd575fd19f331720c94c3c76790edf64e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 06:03:57 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.20.25 to 0.20.27 (#116) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.25 to 0.20.27. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.25...v0.20.27) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 673490f..764b279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6521,9 +6521,9 @@ "optional": true }, "handlebars": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz", - "integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "dev": true, "requires": { "minimist": "^1.2.5", @@ -11505,9 +11505,9 @@ } }, "typedoc": { - "version": "0.20.25", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.25.tgz", - "integrity": "sha512-ZQZnjJPrt0rjp216gp6FQC1QC4ojcoKikhfOJ/51CqaJunVDilRLlIO5tCGWj1tzlYYT9eOGhJv7MF3t7rxSmw==", + "version": "0.20.27", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.27.tgz", + "integrity": "sha512-Y61T2wEpBo6x0t0zeMNH6CH0n2Jt8E1IHObcK4fGT9nK9Zq6+Rurf0A9WqVbhRmkGpu1wBsGl+4kSJdIN+AOtg==", "dev": true, "requires": { "colors": "^1.4.0", diff --git a/package.json b/package.json index 0da4406..074fda7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "rollup-plugin-typescript2": "^0.29.0", "selenium-webdriver": "^4.0.0-beta.1", "ts-jest": "^26.5.0", - "typedoc": "^0.20.25", + "typedoc": "^0.20.27", "typescript": "^4.1.5" }, "publishConfig": {