diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 6037d3b54f36e..d8d6c4665bdec 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" }, @@ -67704,6 +67704,10 @@ "@emotion/cache": "^11.4.0", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", + "@testing-library/dom": "^7.29.4", + "@testing-library/jest-dom": "^5.11.6", + "@testing-library/react": "^11.2.0", + "@testing-library/user-event": "^12.7.0", "@types/react": "*", "@types/react-loadable": "*", "@types/tinycolor2": "*", @@ -111555,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 3b9a98a1f9a63..e9cd2e3fdffb4 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",