From e201d26f73f3ae6c1956021559b3fe13f127ad56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jul 2025 07:35:46 +0000 Subject: [PATCH] fix: upgrade typedoc from 0.24.8 to 0.28.5 Snyk has created this PR to upgrade typedoc from 0.24.8 to 0.28.5. See this package in npm: typedoc 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..0d65e50a7b1 100644 --- a/docs/docs.trychroma.com/package.json +++ b/docs/docs.trychroma.com/package.json @@ -44,7 +44,7 @@ "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "latest", - "typedoc": "^0.24.7", + "typedoc": "^0.28.5", "typedoc-plugin-markdown": "^3.15.3" } }