From 30ce26dfa994f6876ac1c9bcd756b03eaca54ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 23:13:05 +0000 Subject: [PATCH] Bump remark-rehype from 10.0.1 to 10.1.0 (#24908) Bumps [remark-rehype](https://github.com/remarkjs/remark-rehype) from 10.0.1 to 10.1.0. - [Release notes](https://github.com/remarkjs/remark-rehype/releases) - [Commits](https://github.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0) --- updated-dependencies: - dependency-name: remark-rehype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Heis Co-authored-by: Robert Sese --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02c602c663..ea1c65e0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,7 +76,7 @@ "remark-gfm": "^3.0.1", "remark-parse": "^10.0.1", "remark-parse-no-trim": "^8.0.4", - "remark-rehype": "^10.0.1", + "remark-rehype": "^10.1.0", "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", @@ -14320,9 +14320,9 @@ } }, "node_modules/mdast-util-to-hast": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.0.0.tgz", - "integrity": "sha512-BCeq0Bz103NJvmhB7gN0TDmKRT7x3auJmEp7NcYX1xpqZsQeA3JNLazLhFx6VQPqw30e2zes/coKPAiEqxxUuQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.1.1.tgz", + "integrity": "sha512-qE09zD6ylVP14jV4mjLIhDBOrpFdShHZcEsYvvKGABlr9mGbV7mTlRWdoFxL/EYSTNDiC9GZXy7y8Shgb9Dtzw==", "dependencies": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", @@ -19277,13 +19277,13 @@ } }, "node_modules/remark-rehype": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.1.tgz", - "integrity": "sha512-9itJLLOrbjrAi0qO5Rh0Wzi1d3eqvRvDWSsfif6W/BInVgCvzqSnB7BSfQRtb6MLfQiufXYG3NbbUqfE0p7nTA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", "dependencies": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", - "mdast-util-to-hast": "^12.0.0", + "mdast-util-to-hast": "^12.1.0", "unified": "^10.0.0" }, "funding": { @@ -34223,9 +34223,9 @@ } }, "mdast-util-to-hast": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.0.0.tgz", - "integrity": "sha512-BCeq0Bz103NJvmhB7gN0TDmKRT7x3auJmEp7NcYX1xpqZsQeA3JNLazLhFx6VQPqw30e2zes/coKPAiEqxxUuQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.1.1.tgz", + "integrity": "sha512-qE09zD6ylVP14jV4mjLIhDBOrpFdShHZcEsYvvKGABlr9mGbV7mTlRWdoFxL/EYSTNDiC9GZXy7y8Shgb9Dtzw==", "requires": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", @@ -37952,13 +37952,13 @@ } }, "remark-rehype": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.1.tgz", - "integrity": "sha512-9itJLLOrbjrAi0qO5Rh0Wzi1d3eqvRvDWSsfif6W/BInVgCvzqSnB7BSfQRtb6MLfQiufXYG3NbbUqfE0p7nTA==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", + "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", "requires": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", - "mdast-util-to-hast": "^12.0.0", + "mdast-util-to-hast": "^12.1.0", "unified": "^10.0.0" } }, diff --git a/package.json b/package.json index 2e7965b5ab..c737d6af10 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "remark-gfm": "^3.0.1", "remark-parse": "^10.0.1", "remark-parse-no-trim": "^8.0.4", - "remark-rehype": "^10.0.1", + "remark-rehype": "^10.1.0", "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0",