From 4b6c10b52b2bb2e6d69887127cd162033631ef72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:41:23 +0000 Subject: [PATCH] chore(deps): 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] --- sites/partners/package.json | 2 +- sites/public/package.json | 2 +- yarn.lock | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sites/partners/package.json b/sites/partners/package.json index dbf0fbd24a..b4ed5a2bf8 100644 --- a/sites/partners/package.json +++ b/sites/partners/package.json @@ -40,7 +40,7 @@ "clone-deep": "^4.0.1", "dayjs": "^1.10.7", "dotenv": "^8.2.0", - "markdown-to-jsx": "^6.11.4", + "markdown-to-jsx": "^7.4.0", "nanoid": "^3.1.12", "next": "^13.2.4", "qs": "^6.10.1", diff --git a/sites/public/package.json b/sites/public/package.json index 9482e3fdf0..d58535e2e3 100644 --- a/sites/public/package.json +++ b/sites/public/package.json @@ -41,7 +41,7 @@ "clone-deep": "^4.0.1", "dayjs": "^1.10.7", "dotenv": "^8.2.0", - "markdown-to-jsx": "^6.11.4", + "markdown-to-jsx": "^7.4.0", "next": "^13.2.4", "qs": "^6.10.1", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 9acb6f1791..c7c82de926 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9974,6 +9974,11 @@ markdown-to-jsx@^6.11.4: prop-types "^15.6.2" unquote "^1.1.0" +markdown-to-jsx@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.4.0.tgz#4606c5c549a6f6cb87604c35f5ee4f42959ffb6b" + integrity sha512-zilc+MIkVVXPyTb4iIUTIz9yyqfcWjszGXnwF9K/aiBWcHXFcmdEMTkG01/oQhwSCH7SY1BnG6+ev5BzWmbPrg== + memoize-one@^5.1.1: version "5.2.1" resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e"