From 6893aee68c8cd2c937f2ceac6caebce678f887eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:48:32 +0000 Subject: [PATCH] Bump markdown-it-mark from 3.0.1 to 4.0.0 Bumps [markdown-it-mark](https://github.com/markdown-it/markdown-it-mark) from 3.0.1 to 4.0.0. - [Changelog](https://github.com/markdown-it/markdown-it-mark/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it-mark/compare/3.0.1...4.0.0) --- updated-dependencies: - dependency-name: markdown-it-mark dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd0a68eb8..60ddcdfd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", "markdown-it-footnote": "^3.0.3", - "markdown-it-mark": "^3.0.1", + "markdown-it-mark": "^4.0.0", "markdown-it-mathjax3": "^4.3.1", "markdown-it-plantuml": "^1.4.1", "markdown-it-task-checkbox": "^1.0.6", @@ -2864,9 +2864,9 @@ "integrity": "sha512-YZMSuCGVZAjzKMn+xqIco9d1cLGxbELHZ9do/TSYVzraooV8ypsppKNmUJ0fVH5ljkCInQAtFpm8Rb3eXSrt5w==" }, "node_modules/markdown-it-mark": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/markdown-it-mark/-/markdown-it-mark-3.0.1.tgz", - "integrity": "sha512-HyxjAu6BRsdt6Xcv6TKVQnkz/E70TdGXEFHRYBGLncRE9lBFwDNLVtFojKxjJWgJ+5XxUwLaHXy+2sGBbDn+4A==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/markdown-it-mark/-/markdown-it-mark-4.0.0.tgz", + "integrity": "sha512-YLhzaOsU9THO/cal0lUjfMjrqSMPjjyjChYM7oyj4DnyaXEzA8gnW6cVJeyCrCVeyesrY2PlEdUYJSPFYL4Nkg==" }, "node_modules/markdown-it-mathjax3": { "version": "4.3.2", diff --git a/package.json b/package.json index 437a80073..ab1b2b2a5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "markdown-it-anchor": "^8.6.7", "markdown-it-attrs": "^4.1.6", "markdown-it-footnote": "^3.0.3", - "markdown-it-mark": "^3.0.1", + "markdown-it-mark": "^4.0.0", "markdown-it-mathjax3": "^4.3.1", "markdown-it-plantuml": "^1.4.1", "markdown-it-task-checkbox": "^1.0.6",