diff --git a/package-lock.json b/package-lock.json index a2d4045..e94c5d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-markdown": "^5.0.3", "react-scripts": "4.0.3", "reactstrap": "^9.0.0-0", - "remark-html": "^13.0.1", + "remark-html": "^13.0.2", "remark-underline": "^1.0.5", "ryba-js": "^0.0.9", "seedrandom": "^3.0.5", @@ -17999,9 +17999,9 @@ } }, "node_modules/remark-html": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.1.tgz", - "integrity": "sha512-K5KQCXWVz+harnyC+UVM/J9eJWCgjYRqFeZoZf2NgP0iFbuuw/RgMZv3MA34b/OEpGnstl3oiOUtZzD3tJ+CBw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.2.tgz", + "integrity": "sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==", "dependencies": { "hast-util-sanitize": "^3.0.0", "hast-util-to-html": "^7.0.0", @@ -35951,9 +35951,9 @@ } }, "remark-html": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.1.tgz", - "integrity": "sha512-K5KQCXWVz+harnyC+UVM/J9eJWCgjYRqFeZoZf2NgP0iFbuuw/RgMZv3MA34b/OEpGnstl3oiOUtZzD3tJ+CBw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-13.0.2.tgz", + "integrity": "sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==", "requires": { "hast-util-sanitize": "^3.0.0", "hast-util-to-html": "^7.0.0", diff --git a/package.json b/package.json index fde8fa0..3424c2b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-markdown": "^5.0.3", "react-scripts": "4.0.3", "reactstrap": "^9.0.0-0", - "remark-html": "^13.0.1", + "remark-html": "^13.0.2", "remark-underline": "^1.0.5", "ryba-js": "^0.0.9", "seedrandom": "^3.0.5", diff --git a/yarn.lock b/yarn.lock index 344628a..92e4dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8856,9 +8856,9 @@ relateurl@^0.2.7: version "0.2.7" resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz" -remark-html@^13.0.1: - version "13.0.1" - resolved "https://registry.npmjs.org/remark-html/-/remark-html-13.0.1.tgz" +remark-html@^13.0.2: + version "13.0.2" + resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-13.0.2.tgz#de5f052749ff61fc904c9708c155c88a2e2655dc" dependencies: hast-util-sanitize "^3.0.0" hast-util-to-html "^7.0.0"