Update dependency html-react-parser to v0.14.2 (https://github.com/woocommerce/woocommerce-blocks/pull/3494)
* Update dependency html-react-parser to v0.14.2 * Update package-lock.json Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
This commit is contained in:
parent
4ae3cd5555
commit
7e656711b4
|
@ -15913,14 +15913,14 @@
|
|||
}
|
||||
},
|
||||
"html-react-parser": {
|
||||
"version": "0.14.1",
|
||||
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-0.14.1.tgz",
|
||||
"integrity": "sha512-vS+u86vaOFY9g/h3e5gY9CqQZqmanJN3h+bNNCtKkdbTfjMxEiTOZ/Bnjjb/3TUBREA/FZu0XBVNE9urg/NwlQ==",
|
||||
"version": "0.14.2",
|
||||
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-0.14.2.tgz",
|
||||
"integrity": "sha512-ZyjUlNZ0cAUhknoXSTfE2yZteY+pnbGXE3Flp5l3Qk40UvKDRp+F/nBvRbIHrWa7tGLZInigJoBuFylxyhGU9w==",
|
||||
"requires": {
|
||||
"@types/htmlparser2": "3.10.1",
|
||||
"html-dom-parser": "0.3.0",
|
||||
"react-property": "1.0.1",
|
||||
"style-to-object": "0.3.0"
|
||||
"style-to-js": "1.1.0"
|
||||
}
|
||||
},
|
||||
"html-tags": {
|
||||
|
@ -29100,6 +29100,14 @@
|
|||
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=",
|
||||
"dev": true
|
||||
},
|
||||
"style-to-js": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.0.tgz",
|
||||
"integrity": "sha512-1OqefPDxGrlMwcbfpsTVRyzwdhr4W0uxYQzeA2F1CBc8WG04udg2+ybRnvh3XYL4TdHQrCahLtax2jc8xaE6rA==",
|
||||
"requires": {
|
||||
"style-to-object": "0.3.0"
|
||||
}
|
||||
},
|
||||
"style-to-object": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
"dinero.js": "1.8.1",
|
||||
"downshift": "6.0.6",
|
||||
"github-label-sync": "2.0.0",
|
||||
"html-react-parser": "0.14.1",
|
||||
"html-react-parser": "0.14.2",
|
||||
"react-number-format": "4.4.1",
|
||||
"reakit": "1.3.0",
|
||||
"trim-html": "0.1.9",
|
||||
|
|
Loading…
Reference in New Issue