fix(deps): update dependency hast-util-to-html to v7.1.2 (#41647)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/41622/head
renovate[bot] 2021-03-29 18:14:19 +05:30 committed by GitHub
parent e4bfc97299
commit fcf86af5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 14 deletions

View File

@ -163,9 +163,9 @@
}
},
"hast-util-to-html": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.1.tgz",
"integrity": "sha512-Ujqj0hGuo3dIQKilkbauAv5teOqPvhaSLEgs1lgApFT0812e114KiffV8XfE4ttR8dRPqxNOIJOMu6SKOVOGlg==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.2.tgz",
"integrity": "sha512-pu73bvORzdF6XZgwl9eID/0RjBb/jtRfoGRRSykpR1+o9rCdiAHpgkSukZsQBRlIqMg6ylAcd7F0F7myJUb09Q==",
"requires": {
"ccount": "^1.0.0",
"comma-separated-tokens": "^1.0.0",
@ -177,16 +177,6 @@
"stringify-entities": "^3.0.1",
"unist-util-is": "^4.0.0",
"xtend": "^4.0.0"
},
"dependencies": {
"property-information": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
"integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
"requires": {
"xtend": "^4.0.0"
}
}
}
},
"hast-util-whitespace": {
@ -519,6 +509,14 @@
"is-hexadecimal": "^1.0.0"
}
},
"property-information": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
"integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
"requires": {
"xtend": "^4.0.0"
}
},
"remark": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz",

View File

@ -22,7 +22,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"hast-util-to-html": "7.1.1",
"hast-util-to-html": "7.1.2",
"js-yaml": "3.14.0",
"lodash": "4.17.20",
"mdast-builder": "1.1.1",