From 4458fe18687c368440ccd4fd3e9fa4588479bb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:36:25 +0000 Subject: [PATCH] Bump rehype-autolink-headings from 6.1.0 to 6.1.1 (#24585) Bumps [rehype-autolink-headings](https://github.com/rehypejs/rehype-autolink-headings) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/rehypejs/rehype-autolink-headings/releases) - [Commits](https://github.com/rehypejs/rehype-autolink-headings/compare/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: rehype-autolink-headings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b00a786077..b7a0fb6bf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "react-markdown": "^7.1.1", "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", - "rehype-autolink-headings": "^6.1.0", + "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^5.0.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1", @@ -19000,9 +19000,9 @@ } }, "node_modules/rehype-autolink-headings": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.0.tgz", - "integrity": "sha512-v8xnvhDtxc2jTgnhVlR2sG168TyNTK93Myx+uTzQNpNxzkRnQKz3hZQKoh7fxuOzJhCGa/z6qqZSPB2BOi/HRw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", + "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", "dependencies": { "@types/hast": "^2.0.0", "extend": "^3.0.0", @@ -37792,9 +37792,9 @@ } }, "rehype-autolink-headings": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.0.tgz", - "integrity": "sha512-v8xnvhDtxc2jTgnhVlR2sG168TyNTK93Myx+uTzQNpNxzkRnQKz3hZQKoh7fxuOzJhCGa/z6qqZSPB2BOi/HRw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/rehype-autolink-headings/-/rehype-autolink-headings-6.1.1.tgz", + "integrity": "sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==", "requires": { "@types/hast": "^2.0.0", "extend": "^3.0.0", diff --git a/package.json b/package.json index 62c29a2c1b..1ea9e49846 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-markdown": "^7.1.1", "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", - "rehype-autolink-headings": "^6.1.0", + "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^5.0.0", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1",