From 8d5e820564edab43b556b7624760e804107eba1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 05:09:35 +0000 Subject: [PATCH] Bump react-highlight from 0.13.0 to 0.14.0 Bumps [react-highlight](https://github.com/akiran/react-highlight) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/akiran/react-highlight/releases) - [Commits](https://github.com/akiran/react-highlight/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6078b1c..36698ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3426,9 +3426,9 @@ "dev": true }, "highlight.js": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.5.0.tgz", - "integrity": "sha512-xTmvd9HiIHR6L53TMC7TKolEj65zG1XU+Onr8oi86mYa+nLcIbxTTWkpW7CsEwv/vK7u1zb8alZIMLDqqN6KTw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.6.0.tgz", + "integrity": "sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==", "dev": true }, "home-or-tmp": { @@ -6365,9 +6365,9 @@ } }, "react-highlight": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/react-highlight/-/react-highlight-0.13.0.tgz", - "integrity": "sha512-k8BfWsTN9mFy+ijXvg79Gk6qOtAX0HU4OHW25QQz339PDHbov6N+frJWygFOAR1rPxMeC9y9cvYJRjaAaXs9dw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-highlight/-/react-highlight-0.14.0.tgz", + "integrity": "sha512-kWE+KXOXidS7SABhVopOgMnowbI3RAfeGZbnrduLNlWrYAED8sycL9l/Fvw3w0PFpIIawB7mRDnyhDcM/cIIGA==", "dev": true, "requires": { "highlight.js": "^10.5.0" diff --git a/package.json b/package.json index e361830..cc50c3d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "normalize.css": "^4.2.0", "react": "^15.3.1", "react-dom": "^15.3.1", - "react-highlight": "0.13.0", + "react-highlight": "0.14.0", "react-mark": "0.0.3", "style-loader": "^0.13.1", "webpack": "^1.13.2",