From e46d840f90340614e660c3e65fe0f5d35e810ef2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 04:37:38 +0000 Subject: [PATCH 1/2] chore(package): update react-syntax-highlighter to version 10.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c76ca67..a62f073 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "react-dom": "16.8.6", "react-redux": "7.1.0", "react-router-dom": "5.0.1", - "react-syntax-highlighter": "^10.3.0", + "react-syntax-highlighter": "^10.3.5", "redux": "4.0.1", "styled-components": "^4.3.1", "uuid": "3.3.2" From 54fa10906a75fe52180844f9f09d8c4121c456e4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 04:37:41 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 24127be..20cf887 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9866,10 +9866,10 @@ react-select@^2.2.0: react-input-autosize "^2.2.1" react-transition-group "^2.2.1" -react-syntax-highlighter@^10.3.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-10.3.0.tgz#ffd9b80cf1b3dd6080af1683a0f054f5d8616960" - integrity sha512-pp95xqBkUD3L8mYdUzPqY6ckSi+WvC1DYZxQo4fTwEr1tbvGU7kELVJgOAPjRKHgJVBuRCigJvv6COMD46uwng== +react-syntax-highlighter@^10.3.5: + version "10.3.5" + resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-10.3.5.tgz#3b3e2d1eba92fb7988c3b50d22d2c74ae0263fdd" + integrity sha512-KR4YE7Q91bHEhvIxuvs/J3tJWfxTyBAAMS4fcMOR9h0C6SoCZIr1OUkVamHOqHMDEck4tdS9gp0D/vlAyPLftA== dependencies: "@babel/runtime" "^7.3.1" highlight.js "~9.13.0"