Update dependency html-react-parser to v0.14.3 (https://github.com/woocommerce/woocommerce-blocks/pull/3590)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
06910c8d4c
commit
2f268e0495
|
@ -4621,13 +4621,13 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/htmlparser2": {
|
"@types/htmlparser2": {
|
||||||
"version": "3.10.1",
|
"version": "3.10.2",
|
||||||
"resolved": "https://registry.npmjs.org/@types/htmlparser2/-/htmlparser2-3.10.1.tgz",
|
"resolved": "https://registry.npmjs.org/@types/htmlparser2/-/htmlparser2-3.10.2.tgz",
|
||||||
"integrity": "sha512-fCxmHS4ryCUCfV9+CJZY1UjkbR+6Al/EQdX5Jh03qBj9gdlPG5q+7uNoDgE/ZNXb3XNWSAQgqKIWnbRCbOyyWA==",
|
"integrity": "sha512-81vjuO800UMoHjYbCbqtBmfC3iCsrROKpqndo0acKiN6k/cpW+YOw9FzRP0ghujHeUNCOox2AQPrrMy6+j5UpQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/domhandler": "*",
|
|
||||||
"@types/domutils": "*",
|
"@types/domutils": "*",
|
||||||
"@types/node": "*"
|
"@types/node": "*",
|
||||||
|
"domhandler": "^2.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@types/http-cache-semantics": {
|
"@types/http-cache-semantics": {
|
||||||
|
@ -17118,11 +17118,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"html-react-parser": {
|
"html-react-parser": {
|
||||||
"version": "0.14.2",
|
"version": "0.14.3",
|
||||||
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-0.14.2.tgz",
|
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-0.14.3.tgz",
|
||||||
"integrity": "sha512-ZyjUlNZ0cAUhknoXSTfE2yZteY+pnbGXE3Flp5l3Qk40UvKDRp+F/nBvRbIHrWa7tGLZInigJoBuFylxyhGU9w==",
|
"integrity": "sha512-scZ1DHGbyRv0AjsavBndhTzAOQ5iWxzmD5z74cXU07mMcegt8MtlQoHx3SVGhVAkScqNgk1hgKoE80S3OFUt4A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/htmlparser2": "3.10.1",
|
"@types/htmlparser2": "3.10.2",
|
||||||
"html-dom-parser": "0.3.0",
|
"html-dom-parser": "0.3.0",
|
||||||
"react-property": "1.0.1",
|
"react-property": "1.0.1",
|
||||||
"style-to-js": "1.1.0"
|
"style-to-js": "1.1.0"
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
"dinero.js": "1.8.1",
|
"dinero.js": "1.8.1",
|
||||||
"downshift": "6.0.10",
|
"downshift": "6.0.10",
|
||||||
"github-label-sync": "2.0.0",
|
"github-label-sync": "2.0.0",
|
||||||
"html-react-parser": "0.14.2",
|
"html-react-parser": "0.14.3",
|
||||||
"react-number-format": "4.4.3",
|
"react-number-format": "4.4.3",
|
||||||
"reakit": "1.3.4",
|
"reakit": "1.3.4",
|
||||||
"trim-html": "0.1.9",
|
"trim-html": "0.1.9",
|
||||||
|
|
Loading…
Reference in New Issue