update deps

This commit is contained in:
Niki Wix Skaarup 2025-05-11 08:15:57 +02:00
parent 432a0e1b51
commit 143887747e
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
3 changed files with 14 additions and 17 deletions

View file

@ -11,7 +11,6 @@ const development = env.NODE_ENV !== 'production';
const faviconInit = { headers: new Headers({ 'Content-Type': 'image/png' }) };
function getEtag(data: string) {
const sha = Bun.SHA256.hash(data);
return Buffer.from(sha.buffer).toString('base64url');