From c39facc73f463a8e47f6d1484081bde53cae2493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 02:47:58 +0000 Subject: [PATCH] Bump markdown-it-sup from 1.0.0 to 2.0.0 Bumps [markdown-it-sup](https://github.com/markdown-it/markdown-it-sup) from 1.0.0 to 2.0.0. - [Changelog](https://github.com/markdown-it/markdown-it-sup/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it-sup/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: markdown-it-sup 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 a03fe851..332d94e0 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "json-schema-to-typescript": "13.1.1", "markdown-it-for-inline": "2.0.1", "markdown-it-sub": "2.0.0", - "markdown-it-sup": "1.0.0", + "markdown-it-sup": "2.0.0", "markdownlint-rule-helpers": "0.23.0", "npm-run-all": "4.1.5", "strip-json-comments": "5.0.1",