From 75a3a700eb24dc26e18893e0f7535401a591c216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Jul 2022 22:17:18 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.23.7 to 0.23.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.7 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.7...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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 320c50a..ff58445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4471,13 +4471,13 @@ } }, "node_modules/typedoc": { - "version": "0.23.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.7.tgz", - "integrity": "sha512-Vl/Yh4KYBaxQQOYImBgLQDX61hfaA7XaP/DZVd/w7rQvaqLEsdQH6gEMK8CMjyHo0bSzVnNYwxtD1KPSENoWug==", + "version": "0.23.10", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.10.tgz", + "integrity": "sha512-03EUiu/ZuScUBMnY6p0lY+HTH8SwhzvRE3gImoemdPDWXPXlks83UGTx++lyquWeB1MTwm9D9Ca8RIjkK3AFfQ==", "dev": true, "dependencies": { "lunr": "^2.3.9", - "marked": "^4.0.16", + "marked": "^4.0.18", "minimatch": "^5.1.0", "shiki": "^0.10.1" }, @@ -7969,13 +7969,13 @@ "dev": true }, "typedoc": { - "version": "0.23.7", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.7.tgz", - "integrity": "sha512-Vl/Yh4KYBaxQQOYImBgLQDX61hfaA7XaP/DZVd/w7rQvaqLEsdQH6gEMK8CMjyHo0bSzVnNYwxtD1KPSENoWug==", + "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" },