From b5cfcada8fec21cd39551a35803823d7249fd920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:02:30 +0000 Subject: [PATCH] Bump highlight.js from 10.1.2 to 11.7.0 in /docs-site Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 11.7.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.7.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-major ... 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..90c98af5eb 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.7.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..3ea1bbfbb8 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.7.0: + version "11.7.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.7.0.tgz#3ff0165bc843f8c9bce1fd89e2fda9143d24b11e" + integrity sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ== hmac-drbg@^1.0.0: version "1.0.1"