From b17db6d669dae5c585c97f1faec624a106428c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:22:53 -0600 Subject: [PATCH] build(deps): bump markdown-to-jsx from 7.4.1 to 7.4.7 in /superset-frontend (#28298) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 14 +++++++------- superset-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 3512efa05..739e2130b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -84,7 +84,7 @@ "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.21", "mapbox-gl": "^2.10.0", - "markdown-to-jsx": "^7.4.1", + "markdown-to-jsx": "^7.4.7", "match-sorter": "^6.3.4", "memoize-one": "^5.1.1", "moment": "^2.30.1", @@ -50816,9 +50816,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.1.tgz", - "integrity": "sha512-GbrbkTnHp9u6+HqbPRFJbObi369AgJNXi/sGqq5HRsoZW063xR1XDCaConqq+whfEIAlzB1YPnOgsPc7B7bc/A==", + "version": "7.4.7", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz", + "integrity": "sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==", "engines": { "node": ">= 10" }, @@ -111559,9 +111559,9 @@ "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==" }, "markdown-to-jsx": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.1.tgz", - "integrity": "sha512-GbrbkTnHp9u6+HqbPRFJbObi369AgJNXi/sGqq5HRsoZW063xR1XDCaConqq+whfEIAlzB1YPnOgsPc7B7bc/A==", + "version": "7.4.7", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz", + "integrity": "sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==", "requires": {} }, "match-sorter": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 04cedd4dc..4f5a83058 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -150,7 +150,7 @@ "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.21", "mapbox-gl": "^2.10.0", - "markdown-to-jsx": "^7.4.1", + "markdown-to-jsx": "^7.4.7", "match-sorter": "^6.3.4", "memoize-one": "^5.1.1", "moment": "^2.30.1",