From 3c00881a3fde1137b0ccb1a9142dcf72f3fe3a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 15:04:08 +0000 Subject: [PATCH] chore(deps-dev): Bump remark-html from 13.0.2 to 15.0.1 Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.2 to 15.0.1. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/13.0.2...15.0.1) --- updated-dependencies: - dependency-name: remark-html dependency-type: direct:development 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 9db7bff..f765ba4 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "kcd-scripts": "^12.2.0", "pretty-quick": "^3.1.3", "remark": "^13.0.0", - "remark-html": "^13.0.2" + "remark-html": "^15.0.1" }, "peerDependencies": { "gatsby": "^4.0.0"