From b05b0a14b06f947e25eaefcdad605c1b475907c4 Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 11 Jun 2024 19:31:40 +0200 Subject: [PATCH] build(deps-dev): update trustedDependencies in package.json --- bun.lockb | Bin 97923 -> 97980 bytes package.json | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index 336ee87e2182c2cbc2f4e2514aa7971ca93f5cf5..1ffdad219971688abbb350a840ae2fabc80b3563 100755 GIT binary patch delta 50 zcmZqv%ev<;>jXb0ow~+=tpSXSYlTXJN`p&WT~aja7#To7r*87Rzsf9&=H#rH+_+-` E0ONWS8UO$Q delta 22 ecmdnjXch&$W#KTLTyu*G}%-F#!O6)e7$b diff --git a/package.json b/package.json index 3265542..978dc77 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,8 @@ "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.3.2", "typescript": "^5.4.5" - } + }, + "trustedDependencies": [ + "@biomejs/biome" + ] }