From c6a3ea14a015a7b4a5f174c881e3b2c49c98c5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:16:14 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.23.9 to 0.23.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.9 to 0.23.10. - [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.9...v0.23.10) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f524651f7..643e54d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5414,13 +5414,13 @@ } }, "typedoc": { - "version": "0.23.9", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.9.tgz", - "integrity": "sha512-rvWci2KHwteVUufZjjtIy/4PIHiE66t4VW4Ob6pezV//GHZ9Px0CHE5iq032GZzKONJWnNb+EJsrQv32INRvxA==", + "version": "0.23.10", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz", + "integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==", "dev": true, "requires": { "lunr": "^2.3.9", - "marked": "^4.0.16", + "marked": "^4.0.18", "minimatch": "^5.1.0", "shiki": "^0.10.1" }, diff --git a/package.json b/package.json index b9f68e600..fb453228b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier": "^2.7.1", "rollup": "^2.77.0", "ts-jest": "^27.1.4", - "typedoc": "^0.23.9", + "typedoc": "^0.23.10", "typescript": "^4.7.4" }, "publishConfig": {