From dc84e4d4bc92388e16b1b1b2860afe61e0f50787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 15:48:30 +0000 Subject: [PATCH] Bump remark-gfm from 1.0.0 to 3.0.1 Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 1.0.0 to 3.0.1. - [Release notes](https://github.com/remarkjs/remark-gfm/releases) - [Commits](https://github.com/remarkjs/remark-gfm/compare/1.0.0...3.0.1) --- updated-dependencies: - dependency-name: remark-gfm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d67bbfd..d14f3cc5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-tabs": "^5.1.0", "react-toastify": "^9.0.4", "remark": "^13.0.0", - "remark-gfm": "^1.0.0", + "remark-gfm": "^3.0.1", "remark-html": "^13.0.1", "remove-markdown": "^0.5.0", "slugify": "^1.6.5",