From eb5bbdc8ec6feffaea1716bd78e1a0b348740a8d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 22:49:45 +0000 Subject: [PATCH] Bump typedoc from 0.15.2 to 0.15.3 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.15.2...v0.15.3) 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 b6c8f9b..8941e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1169,9 +1169,9 @@ "dev": true }, "handlebars": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz", - "integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", + "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", "dev": true, "requires": { "neo-async": "^2.6.0", @@ -3104,14 +3104,14 @@ "dev": true }, "typedoc": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.15.2.tgz", - "integrity": "sha512-K2nFEtyDQTVdXOzYtECw3TwuT3lM91Zc0dzGSLuor5R8qzZbwqBoCw7xYGVBow6+mEZAvKGznLFsl7FzG+wAgQ==", + "version": "0.15.3", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.15.3.tgz", + "integrity": "sha512-RGX+dgnm9fyg5KHj81/ZhMiee0FfvJnjBXedhedhMWlrtM4YRv3pn8sYCWRt5TMi1Jli3/JG224pbFo3/3uaGw==", "dev": true, "requires": { "@types/minimatch": "3.0.3", "fs-extra": "^8.1.0", - "handlebars": "^4.5.1", + "handlebars": "^4.5.3", "highlight.js": "^9.16.2", "lodash": "^4.17.15", "marked": "^0.7.0", diff --git a/package.json b/package.json index 89fb8e8..a6e71af 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "sinon": "~7.5.0", "ts-node": "~8.5.2", "tslint": "~5.20.1", - "typedoc": "~0.15.2", + "typedoc": "~0.15.3", "typescript": "~3.7.2" }, "peerDependencies": {