From 24233ec3ba4850c4c42b32eace9e09bdc5b08d55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:24:14 +0000 Subject: [PATCH] fix(deps): update dependency remark-html to v13.0.2 [security] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 02ae2e8a..b0680cd0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-malarquee": "0.0.13", "rehype-react": "3.1.0", "remark": "13.0.0", - "remark-html": "13.0.1", + "remark-html": "13.0.2", "remark-preset-lint-recommended": "5.0.0", "slugify": "1.6.6", "styled-jsx": "3.3.0" diff --git a/yarn.lock b/yarn.lock index a05b8da5..336c6019 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14040,10 +14040,10 @@ rehype-react@3.1.0: has "^1.0.1" hast-to-hyperscript "^5.0.0" -remark-html@13.0.1: - version "13.0.1" - resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-13.0.1.tgz#d5b2d8be01203e61fc37403167ca7584879ad675" - integrity sha512-K5KQCXWVz+harnyC+UVM/J9eJWCgjYRqFeZoZf2NgP0iFbuuw/RgMZv3MA34b/OEpGnstl3oiOUtZzD3tJ+CBw== +remark-html@13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-13.0.2.tgz#de5f052749ff61fc904c9708c155c88a2e2655dc" + integrity sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ== dependencies: hast-util-sanitize "^3.0.0" hast-util-to-html "^7.0.0"