From b8951773654f33ef456e2b5efddb5bc7d8b42b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:15:41 +0100 Subject: [PATCH] Bump markdown-to-jsx from 7.1.8 to 7.4.0 (#33) Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.1.8 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/v7.1.8...v7.4.0) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16f6714..d535226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.11.0", "@mui/material": "^5.11.0", "@mui/styles": "^5.11.0", - "markdown-to-jsx": "^7.1.8", + "markdown-to-jsx": "^7.4.0", "moment": "^2.29.4", "react": "^17.0.2", "react-big-calendar": "^0.40.8", @@ -11997,9 +11997,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.1.8", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.1.8.tgz", - "integrity": "sha512-rRSa1aFmFnpDRFAhv5vIkWM4nPaoB9vnzIjuIKa1wGupfn2hdCNeaQHKpu4/muoc8n8J7yowjTP2oncA4/Rbgg==", + "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==", "engines": { "node": ">= 10" }, @@ -26072,9 +26072,9 @@ } }, "markdown-to-jsx": { - "version": "7.1.8", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.1.8.tgz", - "integrity": "sha512-rRSa1aFmFnpDRFAhv5vIkWM4nPaoB9vnzIjuIKa1wGupfn2hdCNeaQHKpu4/muoc8n8J7yowjTP2oncA4/Rbgg==", + "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==", "requires": {} }, "mdn-data": { diff --git a/package.json b/package.json index a1a959c..2070cf8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@mui/icons-material": "^5.11.0", "@mui/material": "^5.11.0", "@mui/styles": "^5.11.0", - "markdown-to-jsx": "^7.1.8", + "markdown-to-jsx": "^7.4.0", "moment": "^2.29.4", "react": "^17.0.2", "react-big-calendar": "^0.40.8",