build(deps-dev): update trustedDependencies in package.json

This commit is contained in:
C4illin
2024-06-11 19:31:40 +02:00
parent 31e1a3124c
commit b05b0a14b0
2 changed files with 4 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -35,5 +35,8 @@
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
}
},
"trustedDependencies": [
"@biomejs/biome"
]
}