From c3374b65024ea6e063f9ce3b8218a41e24e184ea Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 26 Nov 2020 15:56:42 +0100 Subject: [PATCH] Bump highlight.js to v9.18.5 (#4313) --- CHANGELOG.md | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd13a33d890..c91a9cd7eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `30.5.0`. +- Upgraded `highlight.js` to 9.18.5 ([#4313](https://github.com/elastic/eui/pull/4313)) ## [`30.5.0`](https://github.com/elastic/eui/tree/v30.5.0) diff --git a/package.json b/package.json index 414c169d1d7..90da165df2c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/vfile-message": "^2.0.0", "chroma-js": "^2.1.0", "classnames": "^2.2.6", - "highlight.js": "^9.12.0", + "highlight.js": "^9.18.5", "lodash": "^4.17.20", "numeral": "^2.0.6", "prop-types": "^15.6.0", diff --git a/yarn.lock b/yarn.lock index 8b7c0e17767..df073effd24 100755 --- a/yarn.lock +++ b/yarn.lock @@ -7762,10 +7762,10 @@ hex-color-regex@^1.1.0: resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== -highlight.js@^9.12.0: - version "9.12.0" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e" - integrity sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4= +highlight.js@^9.18.5: + version "9.18.5" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.18.5.tgz#d18a359867f378c138d6819edfc2a8acd5f29825" + integrity sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA== highlight.js@~10.1.0: version "10.1.2"