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

This commit is contained in:
renovate[bot]
2023-02-04 11:03:47 +00:00
parent c1c1639d19
commit 9f871cb2c5
2 changed files with 9 additions and 9 deletions

View File

@@ -120,7 +120,7 @@
"redux-saga": "1.2.2",
"reselect": "4.1.7",
"rxjs": "6.6.7",
"sanitize-html": "2.8.1",
"sanitize-html": "2.9.0",
"sass.js": "0.11.1",
"sha-1": "1.0.0",
"store": "2.0.12",

16
package-lock.json generated
View File

@@ -510,7 +510,7 @@
"redux-saga": "1.2.2",
"reselect": "4.1.7",
"rxjs": "6.6.7",
"sanitize-html": "2.8.1",
"sanitize-html": "2.9.0",
"sass.js": "0.11.1",
"sha-1": "1.0.0",
"store": "2.0.12",
@@ -46154,9 +46154,9 @@
}
},
"node_modules/sanitize-html": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.1.tgz",
"integrity": "sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.9.0.tgz",
"integrity": "sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
@@ -56253,7 +56253,7 @@
"redux-saga-test-plan": "4.0.6",
"reselect": "4.1.7",
"rxjs": "6.6.7",
"sanitize-html": "2.8.1",
"sanitize-html": "2.9.0",
"sass.js": "0.11.1",
"serve": "13.0.4",
"sha-1": "1.0.0",
@@ -85400,9 +85400,9 @@
}
},
"sanitize-html": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.1.tgz",
"integrity": "sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==",
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.9.0.tgz",
"integrity": "sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==",
"requires": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",