fix(deps): update dependency sanitize-html to v2.7.0
This commit is contained in:
committed by
renovate[bot]
parent
044f0f9278
commit
018f73e518
@ -117,7 +117,7 @@
|
|||||||
"redux-saga": "1.1.3",
|
"redux-saga": "1.1.3",
|
||||||
"reselect": "4.1.5",
|
"reselect": "4.1.5",
|
||||||
"rxjs": "6.6.7",
|
"rxjs": "6.6.7",
|
||||||
"sanitize-html": "2.6.1",
|
"sanitize-html": "2.7.0",
|
||||||
"sass.js": "0.11.1",
|
"sass.js": "0.11.1",
|
||||||
"sha-1": "1.0.0",
|
"sha-1": "1.0.0",
|
||||||
"store": "2.0.12",
|
"store": "2.0.12",
|
||||||
|
16
package-lock.json
generated
16
package-lock.json
generated
@ -286,7 +286,7 @@
|
|||||||
"redux-saga": "1.1.3",
|
"redux-saga": "1.1.3",
|
||||||
"reselect": "4.1.5",
|
"reselect": "4.1.5",
|
||||||
"rxjs": "6.6.7",
|
"rxjs": "6.6.7",
|
||||||
"sanitize-html": "2.6.1",
|
"sanitize-html": "2.7.0",
|
||||||
"sass.js": "0.11.1",
|
"sass.js": "0.11.1",
|
||||||
"sha-1": "1.0.0",
|
"sha-1": "1.0.0",
|
||||||
"store": "2.0.12",
|
"store": "2.0.12",
|
||||||
@ -45854,9 +45854,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/sanitize-html": {
|
"node_modules/sanitize-html": {
|
||||||
"version": "2.6.1",
|
"version": "2.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.0.tgz",
|
||||||
"integrity": "sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==",
|
"integrity": "sha512-jfQelabOn5voO7FAfnQF7v+jsA6z9zC/O4ec0z3E35XPEtHYJT/OdUziVWlKW4irCr2kXaQAyXTXDHWAibg1tA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"escape-string-regexp": "^4.0.0",
|
"escape-string-regexp": "^4.0.0",
|
||||||
@ -55691,7 +55691,7 @@
|
|||||||
"redux-saga-test-plan": "4.0.4",
|
"redux-saga-test-plan": "4.0.4",
|
||||||
"reselect": "4.1.5",
|
"reselect": "4.1.5",
|
||||||
"rxjs": "6.6.7",
|
"rxjs": "6.6.7",
|
||||||
"sanitize-html": "2.6.1",
|
"sanitize-html": "2.7.0",
|
||||||
"sass.js": "0.11.1",
|
"sass.js": "0.11.1",
|
||||||
"serve": "13.0.2",
|
"serve": "13.0.2",
|
||||||
"sha-1": "1.0.0",
|
"sha-1": "1.0.0",
|
||||||
@ -89089,9 +89089,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sanitize-html": {
|
"sanitize-html": {
|
||||||
"version": "2.6.1",
|
"version": "2.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.7.0.tgz",
|
||||||
"integrity": "sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==",
|
"integrity": "sha512-jfQelabOn5voO7FAfnQF7v+jsA6z9zC/O4ec0z3E35XPEtHYJT/OdUziVWlKW4irCr2kXaQAyXTXDHWAibg1tA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"escape-string-regexp": "^4.0.0",
|
"escape-string-regexp": "^4.0.0",
|
||||||
|
Reference in New Issue
Block a user