From af47adaa7f16a2bfef8983bf5a08ecbab4d8cecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:15:12 +0000 Subject: [PATCH] Bump markdown-to-jsx from 6.10.3 to 7.4.0 Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 6.10.3 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.10.3...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 0325479..c0ffbf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8348,13 +8348,9 @@ } }, "markdown-to-jsx": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.10.3.tgz", - "integrity": "sha512-PSoUyLnW/xoW6RsxZrquSSz5eGEOTwa15H5eqp3enmrp8esmgDJmhzd6zmQ9tgAA9TxJzx1Hmf3incYU/IamoQ==", - "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 ec4d9ac..0a97017 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.6.0", "@material-ui/icons": "^4.5.1", - "markdown-to-jsx": "^6.10.3", + "markdown-to-jsx": "^7.4.0", "react": "^16.11.0", "react-dom": "^16.11.0", "react-scripts": "3.2.0"