From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 15:24:49 +0000 (+0100) Subject: Bump typedoc from 0.20.30 to 0.20.31 (#272) X-Git-Tag: v2.0.1~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f0025826a49499c04af0003481d74f5b93fce94d;p=poolifier.git Bump typedoc from 0.20.30 to 0.20.31 (#272) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.30 to 0.20.31. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/commits) 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 0ed95387..56fe168d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4366,9 +4366,9 @@ } }, "shiki": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.2.tgz", - "integrity": "sha512-BjUCxVbxMnvjs8jC4b+BQ808vwjJ9Q8NtLqPwXShZ307HdXiDFYP968ORSVfaTNNSWYDBYdMnVKJ0fYNsoZUBA==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.3.tgz", + "integrity": "sha512-NEjg1mVbAUrzRv2eIcUt3TG7X9svX7l3n3F5/3OdFq+/BxUdmBOeKGiH4icZJBLHy354Shnj6sfBTemea2e7XA==", "dev": true, "requires": { "onigasm": "^2.2.5", @@ -4753,9 +4753,9 @@ } }, "typedoc": { - "version": "0.20.30", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.30.tgz", - "integrity": "sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==", + "version": "0.20.31", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.20.31.tgz", + "integrity": "sha512-36ADb6bdzmnGde6H3dlyMmof0y0ryRvSOhYh96bJHcYdJKipf5Ir4uduj+mZfshd8ktCGlLg48LfNTAE9PpIrQ==", "dev": true, "requires": { "colors": "^1.4.0", @@ -4767,8 +4767,8 @@ "minimatch": "^3.0.0", "progress": "^2.0.3", "shelljs": "^0.8.4", - "shiki": "^0.9.2", - "typedoc-default-themes": "^0.12.8" + "shiki": "^0.9.3", + "typedoc-default-themes": "^0.12.9" }, "dependencies": { "fs-extra": { @@ -4802,9 +4802,9 @@ } }, "typedoc-default-themes": { - "version": "0.12.8", - "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.8.tgz", - "integrity": "sha512-tyjyDTKy/JLnBSwvhoqd99VIjrP33SdOtwcMD32b+OqnrjZWe8HmZECbfBoacqoxjHd58gfeNw6wA7uvqWFa4w==", + "version": "0.12.9", + "resolved": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.9.tgz", + "integrity": "sha512-Jd5fYTiqzinZdoIY382W7tQXTwAzWRdg8KbHfaxmb78m1/3jL9riXtk23oBOKwhi8GFVykCOdPzEJKY87/D0LQ==", "dev": true }, "typescript": { diff --git a/package.json b/package.json index b579d9ee..66112365 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.30", + "typedoc": "^0.20.31", "typescript": "^4.2.3" }, "engines": {