chore: bump dependencies (#10967)

This commit is contained in:
Almeida
2025-07-13 20:39:47 +01:00
committed by GitHub
parent 8bdea6232b
commit de2b2dd330
50 changed files with 6301 additions and 7049 deletions

View File

@@ -1,5 +1,5 @@
import { Locale } from 'discord-api-types/v10';
import { z } from 'zod/v4';
import { z } from 'zod';
export const customIdPredicate = z.string().min(1).max(100);