From df1563497479d67cd1aecb072c113fafcdb7a13f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 22:50:12 +0000 Subject: [PATCH] Bump typedoc from 0.15.7 to 0.15.8 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.15.7 to 0.15.8. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.15.7...v0.15.8) Signed-off-by: dependabot-preview[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 b7467710..68450402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1650,9 +1650,9 @@ "dev": true }, "handlebars": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", - "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.0.tgz", + "integrity": "sha512-PaZ6G6nYzfJ0Hd1WIhOpsnUPWh1R0Pg//r4wEYOtzG65c2V8RJQ/++yYlVmuoQ7EMXcb4eri5+FB2XH1Lwed9g==", "dev": true, "requires": { "neo-async": "^2.6.0", @@ -3996,14 +3996,14 @@ } }, "typedoc": { - "version": "0.15.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.15.7.tgz", - "integrity": "sha512-dVQ9yd/4pF3kf2OeHVkjxieoH/Exqggtw1DZ9XbVZpvZCItRA4VfOxuVoW+bMauyEk0RDvAx6y/ixDY4loNBWA==", + "version": "0.15.8", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.15.8.tgz", + "integrity": "sha512-a0zypcvfIFsS7Gqpf2MkC1+jNND3K1Om38pbDdy/gYWX01NuJZhC5+O0HkIp0oRIZOo7PWrA5+fC24zkANY28Q==", "dev": true, "requires": { "@types/minimatch": "3.0.3", "fs-extra": "^8.1.0", - "handlebars": "~4.5.3", + "handlebars": "^4.7.0", "highlight.js": "^9.17.1", "lodash": "^4.17.15", "marked": "^0.8.0", diff --git a/package.json b/package.json index e631435e..0e0fd4ff 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "supertest": "~4.0.2", "ts-node": "~8.6.1", "tslint": "~5.20.1", - "typedoc": "~0.15.7", + "typedoc": "~0.15.8", "typescript": "~3.7.4" }, "peerDependencies": {