Update dependency sanitize-html to v2.17.4 [SECURITY] (#18697)

* chore(deps): update dependency sanitize-html to v2.17.4 [security]

---------

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
renovate[bot] 2026-05-23 12:21:32 +00:00 committed by GitHub
parent 889c80fb9d
commit e1429b4f68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 311 additions and 87 deletions

View file

@ -46,7 +46,7 @@
"react-infinite-scroll-component": "^6.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.15.0",
"sanitize-html": "^2.17.3",
"sanitize-html": "^2.17.4",
"uplot": "^1.6.32",
"uplot-react": "^1.2.4",
"use-query-params": "^2.2.2"

View file

@ -60,7 +60,7 @@
"react-infinite-scroll-component": "^6.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.15.0",
"sanitize-html": "^2.17.3",
"sanitize-html": "^2.17.4",
"uplot": "^1.6.32",
"uplot-react": "^1.2.4",
"use-query-params": "^2.2.2"
@ -6940,6 +6940,15 @@
"node": ">=6"
}
},
"node_modules/launder": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/launder/-/launder-1.7.1.tgz",
"integrity": "sha512-mU6WRz5EusL9ZZuiZ5SO4Y6C0P9PAUR9iwdb6bzj4KDihm28DiHFw+/yk9DBH4f+Pv1wuzQ4e2jV3oQ7mkIqvw==",
"license": "MIT",
"dependencies": {
"dayjs": "^1.11.7"
}
},
"node_modules/leven": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
@ -8320,15 +8329,16 @@
"license": "MIT"
},
"node_modules/sanitize-html": {
"version": "2.17.3",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.3.tgz",
"integrity": "sha512-Kn4srCAo2+wZyvCNKCSyB2g8RQ8IkX/gQs2uqoSRNu5t9I2qvUyAVvRDiFUVAiX3N3PNuwStY0eNr+ooBHVWEg==",
"version": "2.17.4",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.4.tgz",
"integrity": "sha512-2HW7v2ol/uAM7sX4hbD8Z59OGWmAPrvjL8E71UWlBcj6m+kcF6ilQBLny+cIgY214QJeJT5tQuxKKqX0SQqjGQ==",
"license": "MIT",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
"htmlparser2": "^10.1.0",
"is-plain-object": "^5.0.0",
"launder": "^1.7.1",
"parse-srcset": "^1.0.2",
"postcss": "^8.3.11"
}

File diff suppressed because it is too large Load diff