fix(deps): update dependency sanitize-html to v2.6.1
This commit is contained in:
committed by
renovate[bot]
parent
6872262d21
commit
471b2bf24f
@ -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.0",
|
"sanitize-html": "2.6.1",
|
||||||
"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
@ -285,7 +285,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.0",
|
"sanitize-html": "2.6.1",
|
||||||
"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",
|
||||||
@ -51333,9 +51333,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/sanitize-html": {
|
"node_modules/sanitize-html": {
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.1.tgz",
|
||||||
"integrity": "sha512-qc+NqTeaOi/QVAVs5gOY9tqIVk4r1pcUbx1Q2N1a609Os3TNlm85zll2d8g8m/RM6RWg9llir0SpAcePQVIC1w==",
|
"integrity": "sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"escape-string-regexp": "^4.0.0",
|
"escape-string-regexp": "^4.0.0",
|
||||||
@ -66870,7 +66870,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.0",
|
"sanitize-html": "2.6.1",
|
||||||
"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",
|
||||||
@ -108825,9 +108825,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sanitize-html": {
|
"sanitize-html": {
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.6.1.tgz",
|
||||||
"integrity": "sha512-qc+NqTeaOi/QVAVs5gOY9tqIVk4r1pcUbx1Q2N1a609Os3TNlm85zll2d8g8m/RM6RWg9llir0SpAcePQVIC1w==",
|
"integrity": "sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==",
|
||||||
"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