diff --git a/package-lock.json b/package-lock.json index ec53db6..9a09229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "linkify-plugin-mention": "^4.1.0", "linkifyjs": "^4.1.0", "nostr-tools": "1.5.0", - "sanitize-html": "^2.9.0", + "sanitize-html": "^2.12.1", "svelte-local-storage-store": "^0.4.0", "svelte-modals": "^1.2.1" }, @@ -3244,9 +3244,9 @@ } }, "node_modules/sanitize-html": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.9.0.tgz", - "integrity": "sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.12.1.tgz", + "integrity": "sha512-Plh+JAn0UVDpBRP/xEjsk+xDCoOvMBwQUf/K+/cBAVuTbtX8bj2VB7S1sL1dssVpykqp0/KPSesHrqXtokVBpA==", "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", @@ -6235,9 +6235,9 @@ } }, "sanitize-html": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.9.0.tgz", - "integrity": "sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.12.1.tgz", + "integrity": "sha512-Plh+JAn0UVDpBRP/xEjsk+xDCoOvMBwQUf/K+/cBAVuTbtX8bj2VB7S1sL1dssVpykqp0/KPSesHrqXtokVBpA==", "requires": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 3c96c00..9fb000d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "linkify-plugin-mention": "^4.1.0", "linkifyjs": "^4.1.0", "nostr-tools": "1.5.0", - "sanitize-html": "^2.9.0", + "sanitize-html": "^2.12.1", "svelte-local-storage-store": "^0.4.0", "svelte-modals": "^1.2.1" }