From ed56039edaf05b10a69e54b49340cc6d25dbd95d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 04:04:15 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.23.8 to 0.23.9 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.8 to 0.23.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.23.8...v0.23.9) --- 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 bdc77ed3..be7a048b 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "mock-spawn": "^0.2.6", "rimraf": "^3.0.0", "tmp": "^0.2.1", - "typedoc": "^0.23.8" + "typedoc": "^0.23.9" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index f3c3b6a2..a0466a6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4855,10 +4855,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -typedoc@^0.23.8: - version "0.23.8" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.8.tgz#6837fb2732f73e7aa61b46a4fbe77a301473998d" - integrity sha512-NLRTY/7XSrhiowR3xnH/nlfTnHk+dkzhHWAMT8guoZ6RHCQZIu3pJREMCqzdkWVCC5+dr9We7TtNeprR3Qy6Ag== +typedoc@^0.23.9: + version "0.23.9" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.9.tgz#fd94451abd039513ab4fda58208fa0e5631e080b" + integrity sha512-rvWci2KHwteVUufZjjtIy/4PIHiE66t4VW4Ob6pezV//GHZ9Px0CHE5iq032GZzKONJWnNb+EJsrQv32INRvxA== dependencies: lunr "^2.3.9" marked "^4.0.16"