fix(deps): update dependency hast-util-to-html to v7.1.3
This commit is contained in:
committed by
renovate[bot]
parent
d434a8bde5
commit
8bdc99c11f
6
tools/challenge-parser/package-lock.json
generated
6
tools/challenge-parser/package-lock.json
generated
@ -150,9 +150,9 @@
|
||||
}
|
||||
},
|
||||
"hast-util-to-html": {
|
||||
"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==",
|
||||
"version": "7.1.3",
|
||||
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz",
|
||||
"integrity": "sha512-yk2+1p3EJTEE9ZEUkgHsUSVhIpCsL/bvT8E5GzmWc+N1Po5gBw+0F8bo7dpxXR0nu0bQVxVZGX2lBGF21CmeDw==",
|
||||
"requires": {
|
||||
"ccount": "^1.0.0",
|
||||
"comma-separated-tokens": "^1.0.0",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"hast-util-to-html": "7.1.2",
|
||||
"hast-util-to-html": "7.1.3",
|
||||
"js-yaml": "3.14.1",
|
||||
"lodash": "4.17.20",
|
||||
"mdast-builder": "1.1.1",
|
||||
|
Reference in New Issue
Block a user