From 1fb375adc26b5f71796a27c1b53da40bf35101a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 01:10:00 +0000 Subject: [PATCH] chore(deps-dev): Bump remark-html from 13.0.1 to 14.0.0 Bumps [remark-html](https://github.com/remarkjs/remark-html) from 13.0.1 to 14.0.0. - [Release notes](https://github.com/remarkjs/remark-html/releases) - [Commits](https://github.com/remarkjs/remark-html/compare/13.0.1...14.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..7e7199b 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": "^14.0.0" }, "peerDependencies": { "gatsby": "^3.0.0"