0

fix(deps): update dependency sanitize-html to v2.12.0

This commit is contained in:
renovate[bot] 2024-02-24 16:48:40 +00:00 committed by GitHub
parent f930198430
commit b97301a935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
web/package-lock.json generated
View File

@ -32987,9 +32987,9 @@
"devOptional": true
},
"node_modules/sanitize-html": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.11.0.tgz",
"integrity": "sha512-BG68EDHRaGKqlsNjJ2xUB7gpInPA8gVx/mvjO743hZaeMCZ2DwzW7xvsqZ+KNU4QKwj86HJ3uu2liISf2qBBUA==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.12.0.tgz",
"integrity": "sha512-2pq2H0b4npSaMPrRuauYVml1Q3BzaL67Y8WDOk9gsqoS8gS+VFZcgwF1ITJbfOCHgw1sUQMG14KwXyVE+75tSg==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",