chore(deps): bump sanitize-html from 2.13.0 to 2.13.1 in /web/ui (#15268)

Signed-off-by: Ben Kochie <superq@gmail.com>
pull/15277/head
dependabot[bot] 1 year ago committed by GitHub
parent 018f4f3d3f
commit 8784e28e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/ui/mantine-ui/package.json
  2. 9
      web/ui/package-lock.json

@ -45,7 +45,7 @@
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1",
"sanitize-html": "^2.13.0",
"sanitize-html": "^2.13.1",
"uplot": "^1.6.30",
"uplot-react": "^1.2.2",
"use-query-params": "^2.2.1"

@ -59,7 +59,7 @@
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1",
"sanitize-html": "^2.13.0",
"sanitize-html": "^2.13.1",
"uplot": "^1.6.30",
"uplot-react": "^1.2.2",
"use-query-params": "^2.2.1"
@ -8273,10 +8273,9 @@
"license": "MIT"
},
"node_modules/sanitize-html": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.0.tgz",
"integrity": "sha512-Xff91Z+4Mz5QiNSLdLWwjgBDm5b1RU6xBT0+12rapjiaR7SwfRdjw8f+6Rir2MXKLrDicRFHdb51hGOAxmsUIA==",
"license": "MIT",
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.13.1.tgz",
"integrity": "sha512-ZXtKq89oue4RP7abL9wp/9URJcqQNABB5GGJ2acW1sdO8JTVl92f4ygD7Yc9Ze09VAZhnt2zegeU0tbNsdcLYg==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",

Loading…
Cancel
Save