diff --git a/package.json b/package.json index cf72fa9..d50b373 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-render-html": "^0.6.0", - "rehype-autolink-headings": "^7.0.0", + "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0", "rehype-raw": "^7.0.0", "rehype-slug": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index a610f38..3624d77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2750,10 +2750,10 @@ regexp.prototype.flags@^1.5.1: define-properties "^1.2.0" set-function-name "^2.0.0" -rehype-autolink-headings@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/rehype-autolink-headings/-/rehype-autolink-headings-7.0.0.tgz#bb98de219fa434ae41304631acabaed32497395f" - integrity sha512-DLskejGYHQP9v7vUW85BeYIclgfMQ1IwAMx+0lm8Sr3cME2NThgy2OdTfosmuBA68fqP5o4FK+dknpUMFvlxYQ== +rehype-autolink-headings@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz#531087e155d9df053944923efd47d99728f3b196" + integrity sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw== dependencies: "@types/hast" "^3.0.0" "@ungap/structured-clone" "^1.0.0"