From 751490c475906a255b043486b11f20a7bfc245b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 19:19:10 +0000 Subject: [PATCH] Bump remark-rehype from 10.0.0 to 10.0.1 Bumps [remark-rehype](https://github.com/remarkjs/remark-rehype) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/remarkjs/remark-rehype/releases) - [Commits](https://github.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1) --- updated-dependencies: - dependency-name: remark-rehype 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 01e1bb86e4d8..1496d84cf6b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -79,7 +79,7 @@ "remark-gfm": "^3.0.0", "remark-parse": "^10.0.0", "remark-parse-no-trim": "^8.0.4", - "remark-rehype": "^10.0.0", + "remark-rehype": "^10.0.1", "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", @@ -20815,9 +20815,9 @@ } }, "node_modules/remark-rehype": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.0.tgz", - "integrity": "sha512-WgvJFpfRLfnyHGvQaMgLXVfaXIXVA9FFo7tSky0omLLukZvDJdobZ2V/wYGd2xlScPVZNx6/99fb5kLFT2uFWQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.1.tgz", + "integrity": "sha512-9itJLLOrbjrAi0qO5Rh0Wzi1d3eqvRvDWSsfif6W/BInVgCvzqSnB7BSfQRtb6MLfQiufXYG3NbbUqfE0p7nTA==", "dependencies": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", @@ -41560,9 +41560,9 @@ } }, "remark-rehype": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.0.tgz", - "integrity": "sha512-WgvJFpfRLfnyHGvQaMgLXVfaXIXVA9FFo7tSky0omLLukZvDJdobZ2V/wYGd2xlScPVZNx6/99fb5kLFT2uFWQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.0.1.tgz", + "integrity": "sha512-9itJLLOrbjrAi0qO5Rh0Wzi1d3eqvRvDWSsfif6W/BInVgCvzqSnB7BSfQRtb6MLfQiufXYG3NbbUqfE0p7nTA==", "requires": { "@types/hast": "^2.0.0", "@types/mdast": "^3.0.0", diff --git a/package.json b/package.json index ea47e2348ba7..b2cd5914a15a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "remark-gfm": "^3.0.0", "remark-parse": "^10.0.0", "remark-parse-no-trim": "^8.0.4", - "remark-rehype": "^10.0.0", + "remark-rehype": "^10.0.1", "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0",