From 511326111f414dbc54e9952ace33ac6ae90db253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 01:47:10 +0000 Subject: [PATCH] chore(deps-dev): Bump remark-html from 13.0.2 to 15.0.0 Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.2 to 15.0.0. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/13.0.2...15.0.0) --- 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 e7e7607..b00fd7b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "kcd-scripts": "^9.0.0", "pretty-quick": "^3.1.0", "remark": "^13.0.0", - "remark-html": "^13.0.1" + "remark-html": "^15.0.0" }, "peerDependencies": { "gatsby": "^3.0.0"