From 129a119e4b51de224ef442a9c184cf6400bc8983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:47:06 +0000 Subject: [PATCH] Bump typedoc from 0.25.0 to 0.25.1 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.0 to 0.25.1. - [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.0...v0.25.1) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... 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 c710981..9bf104b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@types/express-session": "^1.17.7", "@types/uuid": "^9.0.3", - "typedoc": "^0.25.0", + "typedoc": "^0.25.1", "typedoc-plugin-markdown": "^3.16.0", "typescript": "^5.2.2" } diff --git a/yarn.lock b/yarn.lock index 277877d..0a03992 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1217,10 +1217,10 @@ typedoc-plugin-markdown@^3.16.0: dependencies: handlebars "^4.7.7" -typedoc@^0.25.0: - version "0.25.0" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115" - integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g== +typedoc@^0.25.1: + version "0.25.1" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.1.tgz#50de2d8fb93623fbfb59e2fa6407ff40e3d3f438" + integrity sha512-c2ye3YUtGIadxN2O6YwPEXgrZcvhlZ6HlhWZ8jQRNzwLPn2ylhdGqdR8HbyDRyALP8J6lmSANILCkkIdNPFxqA== dependencies: lunr "^2.3.9" marked "^4.3.0"