From db759637016ff47e1723f4bf74713fd1a94711f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:58:15 +0000 Subject: [PATCH] Bump highlight.js from 10.1.2 to 11.0.0 in /docs-site Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 11.0.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.2...11.0.0) Signed-off-by: dependabot[bot] --- docs-site/package.json | 2 +- docs-site/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-site/package.json b/docs-site/package.json index 3b78b2b5ec..e0ac6e764f 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "highlight.js": "^10.1.2", + "highlight.js": "^11.0.0", "react": "^16.13.1", "react-app-rewired": "^2.1.6", "react-dom": "^16.13.1", diff --git a/docs-site/yarn.lock b/docs-site/yarn.lock index 469dd92ace..fea36bc2cd 100644 --- a/docs-site/yarn.lock +++ b/docs-site/yarn.lock @@ -5774,10 +5774,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@^10.1.2: - version "10.1.2" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.1.2.tgz#c20db951ba1c22c055010648dfffd7b2a968e00c" - integrity sha512-Q39v/Mn5mfBlMff9r+zzA+gWxRsCRKwEMvYTiisLr/XUiFI/4puWt0Ojdko3R3JCNWGdOWaA5g/Yxqa23kC5AA== +highlight.js@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.0.0.tgz#e22ac9ca45edc4f87a2187685d591a108ceb8449" + integrity sha512-ByaTMfsSuoqerTwemOgpIhfULEIaK52JJYhky/sK7/Yqc0+t7Uh5DHay9vIC94YXSupnQ1Vqfc9VXrYP4eXW3Q== hmac-drbg@^1.0.0: version "1.0.1"