From debdddb6e994abffe6e89c764701a8fffbd750aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:48:08 +0000 Subject: [PATCH] Bump markdown-to-jsx from 6.10.3 to 6.11.4 Bumps [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx) from 6.10.3 to 6.11.4. - [Release notes](https://github.com/probablyup/markdown-to-jsx/releases) - [Commits](https://github.com/probablyup/markdown-to-jsx/compare/6.10.3...6.11.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ee8cf5..67126dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5729,9 +5729,9 @@ } }, "markdown-to-jsx": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.10.3.tgz", - "integrity": "sha512-PSoUyLnW/xoW6RsxZrquSSz5eGEOTwa15H5eqp3enmrp8esmgDJmhzd6zmQ9tgAA9TxJzx1Hmf3incYU/IamoQ==", + "version": "6.11.4", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz", + "integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==", "requires": { "prop-types": "^15.6.2", "unquote": "^1.1.0" diff --git a/package.json b/package.json index 8a0df89..ee0d4c3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "html-webpack-plugin": "^3.2.0", "jimp": "^0.9.3", "lorem-ipsum": "^2.0.3", - "markdown-to-jsx": "^6.10.3", + "markdown-to-jsx": "^6.11.4", "raw-loader": "^3.1.0", "react": "^16.11.0", "react-dom": "^16.11.0",