From 09b5af5945fa5e7fb9821fee175d2c2bb418974c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 19:48:34 +0700 Subject: [PATCH] chore(deps): bump markdown-to-jsx from 9.6.0 to 9.6.1 in /superset-frontend (#37420) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 8 ++++---- superset-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index b9d07917453..2e592243ce4 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.23", "mapbox-gl": "^3.18.1", - "markdown-to-jsx": "^9.6.0", + "markdown-to-jsx": "^9.6.1", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5", @@ -43403,9 +43403,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.6.0.tgz", - "integrity": "sha512-/sXb1K4UAiqggZlLpnk7Hvy2m10n6wN030Wxn3jpA/InG32rHdI/4WCdwES9lhl3VlGqiiQ8UaQILJw4akBfRw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.6.1.tgz", + "integrity": "sha512-FLZPygHQzEGNUwIJ3Egdf3Lzm5M4ebswji8aMfM5tAq1vxkSw31a7OBmYXA3tg264PPyJw5UMDHw1fU+wFaQ9Q==", "license": "MIT", "engines": { "node": ">= 18" diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 6a4d40b9428..19e88b6ca51 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.23", "mapbox-gl": "^3.18.1", - "markdown-to-jsx": "^9.6.0", + "markdown-to-jsx": "^9.6.1", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1", "mousetrap": "^1.6.5",