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

8
package-lock.json generated
View File

@ -50,7 +50,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",
@ -10990,9 +10990,9 @@
}
},
"node_modules/sanitize-html": {
"version": "2.17.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.0.tgz",
"integrity": "sha512-dLAADUSS8rBwhaevT12yCezvioCA+bmUTPH/u57xKPT8d++voeYE6HeluA/bPbQ15TwDBG2ii+QZIEmYx8VdxA==",
"version": "2.17.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.1.tgz",
"integrity": "sha512-ehFCW+q1a4CSOWRAdX97BX/6/PDEkCqw7/0JXZAGQV57FQB3YOkTa/rrzHPeJ+Aghy4vZAFfWMYyfxIiB7F/gw==",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.2.2",

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",