From 97a42e5bca79f1bef0a2959fc5f9faadf2e80d74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Oct 2025 07:08:22 +0000 Subject: [PATCH] feat: upgrade typedoc-plugin-markdown from 3.17.1 to 4.9.0 Snyk has created this PR to upgrade typedoc-plugin-markdown from 3.17.1 to 4.9.0. See this package in npm: typedoc-plugin-markdown See this project in Snyk: https://app.snyk.io/org/nerds-github/project/a394135e-c792-439f-9f41-49d0d885a64e?utm_source=github&utm_medium=referral&page=upgrade-pr --- docs/docs.trychroma.com/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.trychroma.com/package.json b/docs/docs.trychroma.com/package.json index 11c60476db9..5d664f8dc10 100644 --- a/docs/docs.trychroma.com/package.json +++ b/docs/docs.trychroma.com/package.json @@ -45,6 +45,6 @@ "tailwindcss": "^3.4.1", "typescript": "latest", "typedoc": "^0.24.7", - "typedoc-plugin-markdown": "^3.15.3" + "typedoc-plugin-markdown": "^4.9.0" } }