From 4c25008be1020eaf029b16f223a7386903de9e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:38:56 +0000 Subject: [PATCH] build(deps-dev): bump typedoc-github-wiki-theme from 1.1.0 to 2.0.0 Bumps [typedoc-github-wiki-theme](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-github-wiki-theme) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-github-wiki-theme/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-github-wiki-theme@2.0.0/packages/typedoc-github-wiki-theme) --- updated-dependencies: - dependency-name: typedoc-github-wiki-theme dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 431b5b2..4d9a297 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typedoc": "^0.25.0", - "typedoc-github-wiki-theme": "^1.1.0", + "typedoc-github-wiki-theme": "^2.0.0", "typedoc-plugin-coverage": "^3.1.0", "typedoc-plugin-markdown": "^4.0.0", "typedoc-plugin-rename-defaults": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 0c20d06..d538c2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3717,10 +3717,10 @@ typedarray@~0.0.5: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.7.tgz#799207136a37f3b3efb8c66c40010d032714dc73" integrity sha512-ueeb9YybpjhivjbHP2LdFDAjbS948fGEPj+ACAMs4xCMmh72OCOMQWBQKlaN4ZNQ04yfLSDLSx1tGRIoWimObQ== -typedoc-github-wiki-theme@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/typedoc-github-wiki-theme/-/typedoc-github-wiki-theme-1.1.0.tgz#d7db13543e3f02ff05b9fe4723031fa34cb74e68" - integrity sha512-VyFmz8ZV2j/qEsCjD5EtR6FgZsCoy64Zr6SS9kCTcq7zx69Cx4UJBx8Ga/naxqs08TDggE6myIfODY6awwAGcA== +typedoc-github-wiki-theme@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/typedoc-github-wiki-theme/-/typedoc-github-wiki-theme-2.0.0.tgz#cd7b439c5ccdddb466189cdb484ea76bbe5f4b47" + integrity sha512-LwWS+14xNerup0BLR9sowSw0T0bTwNg5CCU90kvsCMWDocEFpDuuiD/5LPSvS1xns1KPY2QbfejuVj+nOvop2Q== typedoc-plugin-coverage@^3.1.0: version "3.1.1"