From e6415a3ee9fa926da9107dfd73cc776a1fcae68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:30:28 +0000 Subject: [PATCH] Bump remark-html from 14.0.0 to 14.0.1 in /docs Bumps [remark-html](https://github.com/remarkjs/remark-html) from 14.0.0 to 14.0.1. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/14.0.0...14.0.1) --- updated-dependencies: - dependency-name: remark-html dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 12 ++++++------ docs/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 0d51656b..ab8bcdcc 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -2573,9 +2573,9 @@ } }, "hast-util-to-html": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.1.tgz", - "integrity": "sha512-S1mTqXvWVGIxrWw0xOHHvmevwCBFTRGNvXWsjE32IyEAlMhbMkK+ZuP6CAqkQ6Vb7swrehaHpfXHEI6voGDh0w==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.2.tgz", + "integrity": "sha512-ipLhUTMyyJi9F/LXaNDG9BrRdshP6obCfmUZYbE/+T639IdzqAOkKN4DyrEyID0gbb+rsC3PKf0XlviZwzomhw==", "dev": true, "requires": { "@types/hast": "^2.0.0", @@ -4744,9 +4744,9 @@ } }, "remark-html": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-14.0.0.tgz", - "integrity": "sha512-ISQjSlOI3Hb99REjDz0cAhPJVJZDednsj4GNj4Ve7DEZdEXhVPOzBvym0Di+1K3p/RmKXqSw0r02JDmtATh6Dw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-14.0.1.tgz", + "integrity": "sha512-a/x5bTlFrkwYkz43zuJIk0m0IuS5Rx8zLztGwdzmAdUj0Hsi4C4nkJ8gTQRNXY/ET/gMrqQORMMI0arRItq/aQ==", "dev": true, "requires": { "@types/mdast": "^3.0.0", diff --git a/docs/package.json b/docs/package.json index 9fb11a26..09889cd7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -35,7 +35,7 @@ "postcss": "^8.3.6", "postcss-nested": "^5.0.6", "remark": "14.0.1", - "remark-html": "14.0.0", + "remark-html": "14.0.1", "tailwindcss": "^2.2.8", "typescript": "4.4.2" }