From 95a82b096b79a46e49feb647b4e3f885713fc76f Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 05:25:12 +0000 Subject: [PATCH] fix(package): update react-syntax-highlighter to version 12.0.2 Closes #115 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 235c0f6..8bdcab0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "react-dom": "^16.9.0", "react-redux": "7.1.3", "react-router-dom": "5.1.0", - "react-syntax-highlighter": "^10.3.5", + "react-syntax-highlighter": "^12.0.2", "redux": "4.0.1", "styled-components": "^4.3.1", "uuid": "3.3.3"