From e3a89dda070b95026564d99963db749a9f18d906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:01:53 +0000 Subject: [PATCH] Bump typescript-document from 0.0.5 to 0.0.6 Bumps [typescript-document](https://github.com/Playform/TypeScriptDocument) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/Playform/TypeScriptDocument/releases) - [Changelog](https://github.com/Playform/TypeScriptDocument/blob/Current/CHANGELOG.md) - [Commits](https://github.com/Playform/TypeScriptDocument/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: typescript-document dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2706e94..3280df6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'" }, "devDependencies": { - "typescript-document": "0.0.5", + "typescript-document": "0.0.6", "typescript-esbuild": "0.4.5", "astro": "4.5.9" },