From b226e0898f7f7c2523df0b058052dd530175130a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 09:06:23 +0000 Subject: [PATCH] Bump highlight.js from 10.6.0 to 11.5.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.6.0 to 11.5.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/11.5.1/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/10.6.0...11.5.1) --- 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..90484e8 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.5.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.5.1.tgz", + "integrity": "sha512-LKzHqnxr4CrD2YsNoIf/o5nJ09j4yi/GcH5BnYz9UnVpZdS4ucMgvP61TDty5xJcFGRjnH4DpujkS9bHT3hq0Q==", "dev": true }, "hmac-drbg": { diff --git a/package.json b/package.json index 6cbb1c2..e554be2 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.5.1", "mocha": "^8.3.2", "nyc": "^15.1.0", "react": "^17.0.1",