From 4271874b4a9bb70d4fa5dca67cc505caa527f11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 17:46:27 +0000 Subject: [PATCH] Bump rehype-autolink-headings from 6.1.0 to 6.1.1 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] --- 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 f4a4b1baee00..923d3617d017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,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.0", "rehype-slug": "^5.0.0", @@ -18909,9 +18909,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", @@ -37705,9 +37705,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 e50d9d2c8793..98dc0f8ce587 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,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.0", "rehype-slug": "^5.0.0",