deps: update sanitize-html to 2.17.1

This commit is contained in:
Timo
2026-03-06 17:49:27 +01:00
parent 8a53b515d1
commit f5f3979996
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "next dev -p 3050",
"build": "node scripts/build.js",
"build": "node scripts/build.js",
"trigger:indexing": "tsx scripts/trigger-indexing.ts",
"submit:indexnow": "tsx scripts/submit-indexnow.ts",
"start": "next start",
@@ -69,7 +69,7 @@
"react-i18next": "^13.5.0",
"react-simple-maps": "^3.0.0",
"resend": "^6.4.2",
"sanitize-html": "^2.17.0",
"sanitize-html": "^2.17.1",
"stripe": "^19.1.0",
"tailwind-merge": "^2.2.0",
"uuid": "^13.0.0",