Update dependency dompurify to v1.0.9 (https://github.com/woocommerce/woocommerce-admin/pull/1315)
This commit is contained in:
parent
78cfaec287
commit
65c2a01213
|
@ -7238,9 +7238,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dompurify": {
|
"dompurify": {
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.9.tgz",
|
||||||
"integrity": "sha512-vetRFbN1SXSPfP3ClIiYnxTrXquSqakBEOoB5JESn0SVcSYzpu6ougjakpKnskGctYdlNpwf+riUHSkG7d4XUw=="
|
"integrity": "sha512-lt9f3A3RO1OCNaWdA+s/k7YVn0Typ5MbAKmX94PLCZbs8wLNccX3Bj4xXA7GLKOoDb/MeVoAoeIJarZD1JUnjg=="
|
||||||
},
|
},
|
||||||
"domutils": {
|
"domutils": {
|
||||||
"version": "1.5.1",
|
"version": "1.5.1",
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
"d3-selection": "^1.3.2",
|
"d3-selection": "^1.3.2",
|
||||||
"d3-shape": "^1.2.2",
|
"d3-shape": "^1.2.2",
|
||||||
"d3-time-format": "^2.1.3",
|
"d3-time-format": "^2.1.3",
|
||||||
"dompurify": "1.0.8",
|
"dompurify": "1.0.9",
|
||||||
"gfm-code-blocks": "1.0.0",
|
"gfm-code-blocks": "1.0.0",
|
||||||
"gridicons": "3.1.1",
|
"gridicons": "3.1.1",
|
||||||
"history": "4.7.2",
|
"history": "4.7.2",
|
||||||
|
|
Loading…
Reference in New Issue