From edc35adf95cfda07d9cf746c0f5c54052c2d023b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:49:19 +0000 Subject: [PATCH] chore(deps): bump markdown-to-jsx from 7.1.7 to 7.4.0 Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.1.7 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.7...v7.4.0) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/react-inbox-next/package.json | 2 +- packages/react-inbox/package.json | 2 +- packages/react-toast/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/react-inbox-next/package.json b/packages/react-inbox-next/package.json index 65c5e9e3..024ff685 100644 --- a/packages/react-inbox-next/package.json +++ b/packages/react-inbox-next/package.json @@ -26,7 +26,7 @@ "classnames": "^2.2.6", "date-fns": "^2.19.0", "deep-extend": "^0.6.0", - "markdown-to-jsx": "7.1.7", + "markdown-to-jsx": "7.4.0", "react-loading-skeleton": "^2.2.0", "rimraf": "^3.0.2" }, diff --git a/packages/react-inbox/package.json b/packages/react-inbox/package.json index 78f1b5bc..ee6e35cc 100644 --- a/packages/react-inbox/package.json +++ b/packages/react-inbox/package.json @@ -26,7 +26,7 @@ "classnames": "^2.2.6", "date-fns": "^2.19.0", "deep-extend": "^0.6.0", - "markdown-to-jsx": "7.1.7", + "markdown-to-jsx": "7.4.0", "react-intersection-observer": "^9.4.0", "react-loading-skeleton": "^2.2.0", "rimraf": "^3.0.2", diff --git a/packages/react-toast/package.json b/packages/react-toast/package.json index 018d2531..6f0c1f5c 100644 --- a/packages/react-toast/package.json +++ b/packages/react-toast/package.json @@ -26,7 +26,7 @@ "dependencies": { "@trycourier/react-hooks": "^6.3.1", "deep-extend": "^0.6.0", - "markdown-to-jsx": "7.1.7", + "markdown-to-jsx": "7.4.0", "react-toastify": "^9.1.3", "rimraf": "^3.0.2", "tinycolor2": "^1.4.2" diff --git a/yarn.lock b/yarn.lock index 3e9558e8..b3d93a4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14220,10 +14220,10 @@ markdown-escapes@^1.0.0: resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535" integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg== -markdown-to-jsx@7.1.7: - version "7.1.7" - resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.1.7.tgz#a5f22102fb12241c8cea1ca6a4050bb76b23a25d" - integrity sha512-VI3TyyHlGkO8uFle0IOibzpO1c1iJDcXcS/zBrQrXQQvJ2tpdwVzVZ7XdKsyRz1NdRmre4dqQkMZzUHaKIG/1w== +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== markdown-to-jsx@^6.11.4: version "6.11.4"