From 044382095e0bef3a22dfe161dea1ad30471e475c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:15:23 +0000 Subject: [PATCH] Bump markdown-to-jsx from 6.11.4 to 7.4.0 Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 6.11.4 to 7.4.0. - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](https://github.com/quantizor/markdown-to-jsx/compare/6.11.4...v7.4.0) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++------- package.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e9896c..9c61d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9005,13 +9005,9 @@ "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==" }, "markdown-to-jsx": { - "version": "6.11.4", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz", - "integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==", - "requires": { - "prop-types": "^15.6.2", - "unquote": "^1.1.0" - } + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.0.tgz", + "integrity": "sha512-zilc+MIkVVXPyTb4iIUTIz9yyqfcWjszGXnwF9K/aiBWcHXFcmdEMTkG01/oQhwSCH7SY1BnG6+ev5BzWmbPrg==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index 53ab50c..f771005 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dexie": "^3.0.1", "fake-indexeddb": "^3.0.2", "highlight.js": "^10.4.1", - "markdown-to-jsx": "^6.11.4", + "markdown-to-jsx": "^7.4.0", "moment": "^2.26.0", "prettier": "^2.0.5", "react": "^16.13.1",