From 7f488901ce694b4f484a6e67b1dcb9b13265b8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 03:19:28 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 10.7.3 to 11.5.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.7.3 to 11.5.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.7.3...11.5.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production 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 a5b41ddc..4568633f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5660,9 +5660,9 @@ "dev": true }, "highlight.js": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==" + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.5.0.tgz", + "integrity": "sha512-SM6WDj5/C+VfIY8pZ6yW6Xa0Fm1tniYVYWYW1Q/DcMnISZFrC3aQAZZZFAAZtybKNrGId3p/DNbFTtcTXXgYBw==" }, "homedir-polyfill": { "version": "1.0.3", diff --git a/package.json b/package.json index 8d292d5b..4e143365 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "@neos21/bootstrap3-glyphicons": "^1.0.7", "bootstrap": "^4.6.0", - "highlight.js": "^10.7.3", + "highlight.js": "^11.5.0", "jquery": "^3.6.0", "popper.js": "^1.16.1" }