feat: profanity censoring and filtering

This commit is contained in:
trafficlunar 2025-04-23 22:04:05 +01:00
parent e1d248853f
commit 25c9bb079c
9 changed files with 41 additions and 5 deletions

9
pnpm-lock.yaml generated
View file

@ -8,6 +8,9 @@ importers:
.:
dependencies:
'@2toad/profanity':
specifier: ^3.1.1
version: 3.1.1
'@auth/prisma-adapter':
specifier: 2.7.2
version: 2.7.2(@prisma/client@6.6.0(prisma@6.6.0(typescript@5.8.3))(typescript@5.8.3))
@ -108,6 +111,10 @@ importers:
packages:
'@2toad/profanity@3.1.1':
resolution: {integrity: sha512-07ny4pCSa4gDrcJ4vZ/WWmiM90+8kv/clXfnDvThf9IJq0GldpjRVdzHCfMwGDs2Y/8eClmTGzKb5tEfUWy/uA==}
engines: {node: '>=12'}
'@alloc/quick-lru@5.2.0':
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
engines: {node: '>=10'}
@ -2301,6 +2308,8 @@ packages:
snapshots:
'@2toad/profanity@3.1.1': {}
'@alloc/quick-lru@5.2.0': {}
'@auth/core@0.37.2':