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",