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

pull/44430/head
Renovate Bot 2021-12-09 01:06:28 +00:00 committed by renovate[bot]
parent 6872262d21
commit 471b2bf24f
2 changed files with 9 additions and 9 deletions

View File

@ -117,7 +117,7 @@
"redux-saga": "1.1.3",
"reselect": "4.1.5",
"rxjs": "6.6.7",
"sanitize-html": "2.6.0",
"sanitize-html": "2.6.1",
"sass.js": "0.11.1",
"sha-1": "1.0.0",
"store": "2.0.12",

16
package-lock.json generated
View File

@ -285,7 +285,7 @@
"redux-saga": "1.1.3",
"reselect": "4.1.5",
"rxjs": "6.6.7",
"sanitize-html": "2.6.0",
"sanitize-html": "2.6.1",
"sass.js": "0.11.1",
"sha-1": "1.0.0",
"store": "2.0.12",
@ -51333,9 +51333,9 @@
}
},
"node_modules/sanitize-html": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.0.tgz",
"integrity": "sha512-qc+NqTeaOi/QVAVs5gOY9tqIVk4r1pcUbx1Q2N1a609Os3TNlm85zll2d8g8m/RM6RWg9llir0SpAcePQVIC1w==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.1.tgz",
"integrity": "sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
@ -66870,7 +66870,7 @@
"redux-saga-test-plan": "4.0.4",
"reselect": "4.1.5",
"rxjs": "6.6.7",
"sanitize-html": "2.6.0",
"sanitize-html": "2.6.1",
"sass.js": "0.11.1",
"serve": "13.0.2",
"sha-1": "1.0.0",
@ -108825,9 +108825,9 @@
}
},
"sanitize-html": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.0.tgz",
"integrity": "sha512-qc+NqTeaOi/QVAVs5gOY9tqIVk4r1pcUbx1Q2N1a609Os3TNlm85zll2d8g8m/RM6RWg9llir0SpAcePQVIC1w==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.1.tgz",
"integrity": "sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==",
"requires": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",