From 3ab07b09ac5c40bc074eb02778c931320d0773cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:55:07 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.25.8 to 0.25.9 (#6132) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.8 to 0.25.9. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.8...v0.25.9) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- website/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 8a12c10e449..fb3f6d0ef98 100644 --- a/website/package.json +++ b/website/package.json @@ -48,7 +48,7 @@ "markdownlint-cli2": "^0.12.1", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", - "typedoc": "^0.25.8", + "typedoc": "^0.25.9", "typedoc-plugin-markdown": "4.0.0-next.53", "typescript": "^5.3.3" }, diff --git a/yarn.lock b/yarn.lock index 6d4275562c8..2d2ee9685d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15796,10 +15796,10 @@ typedoc-plugin-markdown@4.0.0-next.53: resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.53.tgz#0cae65c81ce569957ef81931e07daac2d0cd621e" integrity sha512-vESy94SQV77EaDALA7WvLYPGtPKAuDtqhtShZA6sNs+OxkW8Uh+DoZ5Q6gpgu0MnIkLijHnv038kNP87Gl2vpw== -typedoc@^0.25.8: - version "0.25.8" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.8.tgz#7d0e1bf12d23bf1c459fd4893c82cb855911ff12" - integrity sha512-mh8oLW66nwmeB9uTa0Bdcjfis+48bAjSH3uqdzSuSawfduROQLlXw//WSNZLYDdhmMVB7YcYZicq6e8T0d271A== +typedoc@^0.25.9: + version "0.25.9" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.9.tgz#0fb6608feec994eedc1e3276154fa8a486218ed2" + integrity sha512-jVoGmfNw848iW0L313+jqHbsknepwDV6F9nzk1H30oWhKXkw65uaENgR6QtTw9a5KqRWEb6nwNd54KxffBJyWw== dependencies: lunr "^2.3.9" marked "^4.3.0"