From 1905ad1389acac8feb39cff7b1b607928d073b5d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 1 Jun 2021 00:52:03 -0400 Subject: [PATCH] chore(deps): bump react-highlight to 0.14.0 --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffec9f3..dcd697f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18856,18 +18856,11 @@ } }, "react-highlight": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/react-highlight/-/react-highlight-0.12.0.tgz", - "integrity": "sha512-j04EWbYOFM0PryhF5Vvl0FDa/dD3M6q0Sl+nFN9kTvWQ9hFkfISNNs85+ssL4TSkDM+4pQTpMdxlDRi8yfIxjw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-highlight/-/react-highlight-0.14.0.tgz", + "integrity": "sha512-kWE+KXOXidS7SABhVopOgMnowbI3RAfeGZbnrduLNlWrYAED8sycL9l/Fvw3w0PFpIIawB7mRDnyhDcM/cIIGA==", "requires": { - "highlight.js": "^9.11.0" - }, - "dependencies": { - "highlight.js": { - "version": "9.18.5", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", - "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==" - } + "highlight.js": "^10.5.0" } }, "react-is": { diff --git a/package.json b/package.json index 0015306..0aad275 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-highlight": "^0.12.0", + "react-highlight": "^0.14.0", "react-particles-js": "^3.4.1", "react-perfect-scrollbar": "^1.5.8", "react-scrollspy": "^3.4.3",