diff --git a/package-lock.json b/package-lock.json index 24d4ea9c..e709c789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "export-from-json": "^1.7.3", "lodash": "^4.17.21", "luxon": "^3.4.4", - "markdown-to-jsx": "^7.1.7", + "markdown-to-jsx": "^7.4.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.1", @@ -13614,9 +13614,10 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.2.1.tgz", - "integrity": "sha512-9HrdzBAo0+sFz9ZYAGT5fB8ilzTW+q6lPocRxrIesMO+aB40V9MgFfbfMXxlGjf22OpRy+IXlvVaQenicdpgbg==", + "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==", + "license": "MIT", "engines": { "node": ">= 10" }, diff --git a/package.json b/package.json index 07d4e323..bc772856 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "export-from-json": "^1.7.3", "lodash": "^4.17.21", "luxon": "^3.4.4", - "markdown-to-jsx": "^7.1.7", + "markdown-to-jsx": "^7.4.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.1",