From b54bf0859b5d62c8036cce3187bcd8f28916635a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:41:55 +0000 Subject: [PATCH] chore(deps): bump markdown-to-jsx from 6.10.3 to 7.4.0 in /frontend 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] --- frontend/package-lock.json | 13 +++++-------- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 73f5922b66..50d6cf9ad4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28258,13 +28258,9 @@ "dev": true }, "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==" }, "match-sorter": { "version": "6.3.0", @@ -38524,7 +38520,8 @@ "unquote": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", - "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=", + "dev": true }, "unset-value": { "version": "1.0.0", diff --git a/frontend/package.json b/frontend/package.json index b9b6ca4d96..050394e8b5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "lodash.flatten": "^4.4.0", "lodash.groupby": "^4.6.0", "lodash.isfunction": "^3.0.9", - "markdown-to-jsx": "^6.10.3", + "markdown-to-jsx": "^7.4.0", "pako": "^2.0.4", "portable-fetch": "^3.0.0", "proto3-json-serializer": "^0.1.6",