update dependencies

This commit is contained in:
Philipinho
2024-06-22 03:47:42 +01:00
parent df1840cf67
commit a3b690ac50
7 changed files with 2067 additions and 1423 deletions

View File

@ -6,4 +6,4 @@ export const nanoIdGen = customAlphabet(alphabet, 10);
const slugIdAlphabet =
'0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
export const generateSlugId = customAlphabet(slugIdAlphabet, 12);
export const generateSlugId = customAlphabet(slugIdAlphabet, 10);