From fcf86af5b2f47ca1addc10c787bce14e0a40a63e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:14:19 +0530 Subject: [PATCH] fix(deps): update dependency hast-util-to-html to v7.1.2 (#41647) Co-authored-by: Renovate Bot --- tools/challenge-parser/package-lock.json | 24 +++++++++++------------- tools/challenge-parser/package.json | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/tools/challenge-parser/package-lock.json b/tools/challenge-parser/package-lock.json index eee453399a..6fd2318e4d 100644 --- a/tools/challenge-parser/package-lock.json +++ b/tools/challenge-parser/package-lock.json @@ -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", diff --git a/tools/challenge-parser/package.json b/tools/challenge-parser/package.json index 19a0c882ad..b169117e5f 100644 --- a/tools/challenge-parser/package.json +++ b/tools/challenge-parser/package.json @@ -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",