From 8c7620cab844073dea53cca7e3e48b836dd0d324 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Mon, 24 Jun 2024 01:16:32 +0700 Subject: [PATCH] chore: trust `esbuild` as a dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8339cfa..906f196 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "turbo": "^1.13.4", "typescript": "^5.5.2" }, - "trustedDependencies": ["@biomejs/biome", "lefthook", "tesseract.js"], + "trustedDependencies": ["@biomejs/biome", "esbuild", "lefthook", "tesseract.js"], "patchedDependencies": { "tesseract.js@5.1.0": "patches/tesseract.js@5.1.0.patch" }