From 4e9bfda73e4f59bc91c2e76234e63da65a11b4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:40:58 +0000 Subject: [PATCH] Bump remark-html from 14.0.0 to 14.0.1 in /site 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] --- site/package.json | 2 +- site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package.json b/site/package.json index 0f19839..516ea53 100644 --- a/site/package.json +++ b/site/package.json @@ -37,7 +37,7 @@ "raw-loader": "4.0.2", "react-markdown": "7.0.1", "remark": "14.0.1", - "remark-html": "14.0.0", + "remark-html": "14.0.1", "sass": "1.38.2", "tailwindcss": "2.2.9", "typescript": "4.3.4", diff --git a/site/yarn.lock b/site/yarn.lock index d1938a3..e4a3b73 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -4113,10 +4113,10 @@ remark-footnotes@2.0.0: resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-2.0.0.tgz#9001c4c2ffebba55695d2dd80ffb8b82f7e6303f" integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ== -remark-html@14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-14.0.0.tgz#48f5d1e3e0d6dfe957153f27fe11024c2432d1e1" - integrity sha512-ISQjSlOI3Hb99REjDz0cAhPJVJZDednsj4GNj4Ve7DEZdEXhVPOzBvym0Di+1K3p/RmKXqSw0r02JDmtATh6Dw== +remark-html@14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-14.0.1.tgz#2118516604c1a6c2ea9d5914a526942554e04e30" + integrity sha512-a/x5bTlFrkwYkz43zuJIk0m0IuS5Rx8zLztGwdzmAdUj0Hsi4C4nkJ8gTQRNXY/ET/gMrqQORMMI0arRItq/aQ== dependencies: "@types/mdast" "^3.0.0" hast-util-sanitize "^4.0.0"