From a59d32f117b9cfdc923e81dab40a5c18f8e0b8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:08:57 +0000 Subject: [PATCH] build(deps): bump markdown-to-jsx from 7.4.0 to 7.4.1 Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.4.0 to 7.4.1. - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Commits](https://github.com/quantizor/markdown-to-jsx/compare/v7.4.0...v7.4.1) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7c1175201..bd222541a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "gray-matter": "^4.0.3", "inspector": "^0.5.0", "lodash": "^4.17.20", - "markdown-to-jsx": "^7.4.0", + "markdown-to-jsx": "^7.4.1", "nanoid": "^3.3.4", "next": "12", "next-auth": "^4.24.5", diff --git a/yarn.lock b/yarn.lock index 3c73c3f28..5dad6a22f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13488,10 +13488,10 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.2.tgz#9b59eb2c1b22fe71954a65ff512887065a7bb57c" integrity sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA== -markdown-to-jsx@^7.1.3, 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@^7.1.3, markdown-to-jsx@^7.4.1: + version "7.4.1" + resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.4.1.tgz#1ed6a60f8f9cd944bec39d9923fbbc8d3d60dcb9" + integrity sha512-GbrbkTnHp9u6+HqbPRFJbObi369AgJNXi/sGqq5HRsoZW063xR1XDCaConqq+whfEIAlzB1YPnOgsPc7B7bc/A== md5.js@^1.3.4: version "1.3.5"