From 550547735c660562d1e9712e47c137c106f745e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 03:24:01 +0000 Subject: [PATCH] Bump markdown-to-jsx in /examples/react-styleguidist-example Bumps [markdown-to-jsx](https://github.com/probablyup/markdown-to-jsx) from 6.7.2 to 6.11.4. - [Release notes](https://github.com/probablyup/markdown-to-jsx/releases) - [Commits](https://github.com/probablyup/markdown-to-jsx/compare/6.7.2...6.11.4) Signed-off-by: dependabot[bot] --- examples/react-styleguidist-example/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/react-styleguidist-example/package-lock.json b/examples/react-styleguidist-example/package-lock.json index d64fc0f5..98d3ef0b 100644 --- a/examples/react-styleguidist-example/package-lock.json +++ b/examples/react-styleguidist-example/package-lock.json @@ -5159,12 +5159,12 @@ "dev": true }, "markdown-to-jsx": { - "version": "6.7.2", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.7.2.tgz", - "integrity": "sha1-ByeWZXFMn+5XsJOiVI5j9FXQSps=", + "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==", "dev": true, "requires": { - "prop-types": "^15.5.10", + "prop-types": "^15.6.2", "unquote": "^1.1.0" } },