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

pull/47547/head
renovate[bot] 2022-09-18 06:02:12 +00:00
parent e412e2e84d
commit 472f5fd747
2 changed files with 9 additions and 9 deletions

View File

@ -118,7 +118,7 @@
"redux-saga": "1.2.1",
"reselect": "4.1.6",
"rxjs": "6.6.7",
"sanitize-html": "2.7.1",
"sanitize-html": "2.7.2",
"sass.js": "0.11.1",
"sha-1": "1.0.0",
"store": "2.0.12",

16
package-lock.json generated
View File

@ -522,7 +522,7 @@
"redux-saga": "1.2.1",
"reselect": "4.1.6",
"rxjs": "6.6.7",
"sanitize-html": "2.7.1",
"sanitize-html": "2.7.2",
"sass.js": "0.11.1",
"sha-1": "1.0.0",
"store": "2.0.12",
@ -46635,9 +46635,9 @@
}
},
"node_modules/sanitize-html": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.1.tgz",
"integrity": "sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig==",
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.2.tgz",
"integrity": "sha512-DggSTe7MviO+K4YTCwprG6W1vsG+IIX67yp/QY55yQqKCJYSWzCA1rZbaXzkjoKeL9+jqwm56wD6srYLtUNivg==",
"dependencies": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
@ -56958,7 +56958,7 @@
"redux-saga-test-plan": "4.0.6",
"reselect": "4.1.6",
"rxjs": "6.6.7",
"sanitize-html": "2.7.1",
"sanitize-html": "2.7.2",
"sass.js": "0.11.1",
"serve": "13.0.4",
"sha-1": "1.0.0",
@ -86638,9 +86638,9 @@
}
},
"sanitize-html": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.1.tgz",
"integrity": "sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig==",
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.2.tgz",
"integrity": "sha512-DggSTe7MviO+K4YTCwprG6W1vsG+IIX67yp/QY55yQqKCJYSWzCA1rZbaXzkjoKeL9+jqwm56wD6srYLtUNivg==",
"requires": {
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",