From 1adca99a1513bcc572177ec5f2aa47aba6143fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 04:22:31 +0000 Subject: [PATCH] build(deps): bump rehype-autolink-headings from 7.0.0 to 7.1.0 Bumps [rehype-autolink-headings](https://github.com/rehypejs/rehype-autolink-headings) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/rehypejs/rehype-autolink-headings/releases) - [Commits](https://github.com/rehypejs/rehype-autolink-headings/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: rehype-autolink-headings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sites/dev/package.json | 2 +- sites/lab/package.json | 2 +- sites/org/package.json | 2 +- sites/shared/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sites/dev/package.json b/sites/dev/package.json index fdfb4c529ee..f94f890efae 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -48,7 +48,7 @@ "react-instantsearch-hooks-web": "6.47.3", "react-swipeable": "7.0.1", "react-timeago": "7.2.0", - "rehype-autolink-headings": "7.0.0", + "rehype-autolink-headings": "7.1.0", "rehype-highlight": "7.0.0", "rehype-sanitize": "6.0.0", "rehype-slug": "6.0.0", diff --git a/sites/lab/package.json b/sites/lab/package.json index 6acd707b3b1..32175ff0cc9 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -50,7 +50,7 @@ "react-instantsearch-dom": "6.40.4", "react-swipeable": "7.0.1", "react-timeago": "7.2.0", - "rehype-autolink-headings": "7.0.0", + "rehype-autolink-headings": "7.1.0", "rehype-highlight": "7.0.0", "rehype-sanitize": "6.0.0", "rehype-slug": "6.0.0", diff --git a/sites/org/package.json b/sites/org/package.json index 6d3b99d0ff5..d79d36a9989 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -52,7 +52,7 @@ "react-instantsearch-dom": "6.40.4", "react-swipeable": "7.0.1", "react-timeago": "7.2.0", - "rehype-autolink-headings": "7.0.0", + "rehype-autolink-headings": "7.1.0", "rehype-highlight": "7.0.0", "rehype-sanitize": "6.0.0", "rehype-slug": "6.0.0", diff --git a/sites/shared/package.json b/sites/shared/package.json index df02aebbc6b..33b3df7f807 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -45,7 +45,7 @@ "react-dom": "18.2.0", "react-timeago": "7.2.0", "react-zoom-pan-pinch": "3.3.0", - "rehype-autolink-headings": "7.0.0", + "rehype-autolink-headings": "7.1.0", "rehype-highlight": "7.0.0", "remark-frontmatter": "5.0.0", "remark-mdx-frontmatter": "4.0.0", diff --git a/yarn.lock b/yarn.lock index cb45c0a7e57..4364c3cd0c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11815,10 +11815,10 @@ regjsparser@^0.7.0: dependencies: jsesc "~0.5.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"