From ec0210bb2e475356f71f1c4804c989d32f706335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 25 Dec 2023 22:56:07 -0500 Subject: [PATCH] chore(deps): update sharp bun. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 22a357b..a15c527 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,8 @@ "weird-to-normal-chars": "^1.8.3", "winston": "^3.10.0", "yup": "^1.3.0" - } + }, + "trustedDependencies": [ + "sharp" + ] }