From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:54:54 +0000 (+0100) Subject: Bump typedoc from 0.20.32 to 0.20.33 (#286) X-Git-Tag: v2.0.2~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=46eec6ddf0904bb757d333c364885f1f6980caeb;p=poolifier.git Bump typedoc from 0.20.32 to 0.20.33 (#286) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.32 to 0.20.33. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.32...v0.20.33) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index a28e6890..3b68009c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4743,9 +4743,9 @@ } }, "typedoc": { - "version": "0.20.32", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.32.tgz", - "integrity": "sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ==", + "version": "0.20.33", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.33.tgz", + "integrity": "sha512-jzNdHmjZRQKwguhpXjIPuIjz+TpdgG2AVY8ta+qpAukv+3rBhTs4AAVd+mkonrHVYlC0EAbuAJ4urkfnn42Hwg==", "dev": true, "requires": { "colors": "^1.4.0", diff --git a/package.json b/package.json index 0710d539..236add01 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "rollup-plugin-typescript2": "^0.30.0", "sonar-scanner": "^3.1.0", "source-map-support": "^0.5.19", - "typedoc": "^0.20.32", + "typedoc": "^0.20.33", "typescript": "^4.2.3" }, "engines": {