From cf5bb79d3a5784c04fb09aeaf60bea8320a76d91 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 29 Aug 2018 06:06:16 +0000 Subject: [PATCH 1/2] fix(package): update react-highlighter to version 0.4.3 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 220f3b577..e2e313cd7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,7 +29,7 @@ "react-autosuggest": "9.4.0", "react-datepicker": "1.6.0", "react-dom": "16.4.2", - "react-highlighter": "0.4.2", + "react-highlighter": "0.4.3", "react-input-range": "1.3.0", "react-json-pretty": "1.7.9", "react-linkify": "0.2.2", From f40f32d1b490faa4f02077d9c80c896e3cbf374f Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Wed, 29 Aug 2018 06:09:35 +0000 Subject: [PATCH 2/2] chore(package): update lockfiles https://npm.im/greenkeeper-lockfile --- ui/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 81f540155..c06a6893a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -10337,9 +10337,9 @@ "integrity": "sha512-xXUbDAZkU08aAkjtUvldqbvI04ogv+a1XdHxvYuHPYKIVk/42BIOD0zSKTHAWV4+gDy3yGm283z2072rA2gdtw==" }, "react-highlighter": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/react-highlighter/-/react-highlighter-0.4.2.tgz", - "integrity": "sha512-Y8iP0jBcGJ40U1TOB9GjucJ0X/C845ctZ/Y34HcSreaY0lxLwegzm+Od7GE/FC7zD6xyzok7smYicg4x4Y5cww==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/react-highlighter/-/react-highlighter-0.4.3.tgz", + "integrity": "sha512-dwItRaGRHBceuzZd5NXeroapdmZ2JCAWZ3AdwdthRlSkdtPCY18DWrd6mPmiMCfSB6lgVwwCPQl4unZzG5sXXw==", "requires": { "blacklist": "1.1.4", "create-react-class": "15.6.3",