Update dependency dompurify to v2.0.14 (https://github.com/woocommerce/woocommerce-admin/pull/5071)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
2146ccb78e
commit
9d95fe6c84
|
@ -16136,9 +16136,9 @@
|
|||
}
|
||||
},
|
||||
"dompurify": {
|
||||
"version": "2.0.12",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.12.tgz",
|
||||
"integrity": "sha512-Fl8KseK1imyhErHypFPA8qpq9gPzlsJ/EukA6yk9o0gX23p1TzC+rh9LqNg1qvErRTc0UNMYlKxEGSfSh43NDg=="
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.14.tgz",
|
||||
"integrity": "sha512-oqcjyCLHLjWugZ6VwK0YfmRND/DFy/CuZhdasmymMfnxbzaaQxBSA1ATZIXWESGDj/nvq1vKLmRa7rTdbGgrmQ=="
|
||||
},
|
||||
"domutils": {
|
||||
"version": "1.5.1",
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
"classnames": "2.2.6",
|
||||
"core-js": "3.6.5",
|
||||
"debug": "4.1.1",
|
||||
"dompurify": "2.0.12",
|
||||
"dompurify": "2.0.14",
|
||||
"gridicons": "3.3.1",
|
||||
"interpolate-components": "1.1.1",
|
||||
"marked": "0.8.2",
|
||||
|
|
Loading…
Reference in New Issue