From 6367ffc3ad9d4533428024ecbde3b9f280534599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:42:36 +0000 Subject: [PATCH] Bump remark-html from 13.0.1 to 13.0.2 Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.1 to 13.0.2. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2) --- updated-dependencies: - dependency-name: remark-html dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20330c76..c6f9be98 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-dom": "^17.0.2", "react-modal": "^3.14.3", "remark": "^13.0.0", - "remark-html": "^13.0.1" + "remark-html": "^13.0.2" }, "devDependencies": { "@emotion/babel-plugin": "^11.3.0", diff --git a/yarn.lock b/yarn.lock index 1c4b32fc..7a5437f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2077,10 +2077,10 @@ regenerator-runtime@^0.13.4: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== -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"