From 22580c89480b7deefad68f48afefd190221b5f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 09:59:42 +0000 Subject: [PATCH] Bump highlight.js from 10.6.0 to 11.8.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.6.0 to 11.8.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.6.0...11.8.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9861749..f736139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4609,9 +4609,9 @@ "dev": true }, "highlight.js": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.6.0.tgz", - "integrity": "sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", + "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", "dev": true }, "hmac-drbg": { diff --git a/package.json b/package.json index 6cbb1c2..45d996e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gulp": "^4.0.2", "gulp-connect": "^5.7.0", "gulp-sourcemaps": "^3.0.0", - "highlight.js": "^10.6.0", + "highlight.js": "^11.8.0", "mocha": "^8.3.2", "nyc": "^15.1.0", "react": "^17.0.1",