From 7c69ec7f24eb8922b0ba5eb4a9727709afd34289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:01:10 -0800 Subject: [PATCH] chore(deps): bump markdown-to-jsx from 7.7.4 to 9.6.0 in /superset-frontend (#37354) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 45 +++++++++++++++++++++++++---- superset-frontend/package.json | 2 +- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 377f5074b63..8591e7cace6 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -89,7 +89,7 @@ "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.21", "mapbox-gl": "^3.18.0", - "markdown-to-jsx": "^7.7.4", + "markdown-to-jsx": "^9.6.0", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5", @@ -11245,6 +11245,23 @@ "react": "^16.14.0 || >=17" } }, + "node_modules/@rjsf/core/node_modules/markdown-to-jsx": { + "version": "7.7.17", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.17.tgz", + "integrity": "sha512-7mG/1feQ0TX5I7YyMZVDgCC/y2I3CiEhIRQIhyov9nGBP5eoVrOXXHuL5ZP8GRfxVZKRiXWJgwXkb9It+nQZfQ==", + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "peerDependencies": { + "react": ">= 0.14.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + } + } + }, "node_modules/@rjsf/utils": { "version": "5.24.3", "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.24.3.tgz", @@ -43378,15 +43395,31 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.7.4", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.4.tgz", - "integrity": "sha512-1bSfXyBKi+EYS3YY+e0Csuxf8oZ3decdfhOav/Z7Wrk89tjudyL5FOmwZQUoy0/qVXGUl+6Q3s2SWtpDEWITfQ==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.6.0.tgz", + "integrity": "sha512-/sXb1K4UAiqggZlLpnk7Hvy2m10n6wN030Wxn3jpA/InG32rHdI/4WCdwES9lhl3VlGqiiQ8UaQILJw4akBfRw==", "license": "MIT", "engines": { - "node": ">= 10" + "node": ">= 18" }, "peerDependencies": { - "react": ">= 0.14.0" + "react": ">= 16.0.0", + "solid-js": ">=1.0.0", + "vue": ">=3.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-native": { + "optional": true + }, + "solid-js": { + "optional": true + }, + "vue": { + "optional": true + } } }, "node_modules/marked": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 155fd220016..70ad169f1cc 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -170,7 +170,7 @@ "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.21", "mapbox-gl": "^3.18.0", - "markdown-to-jsx": "^7.7.4", + "markdown-to-jsx": "^9.6.0", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5",