From 8d258f014910b62903d05917a81d9e3555807d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 03:14:57 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 10.7.3 to 11.3.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.7.3 to 11.3.1. - [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.3.1) --- 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..47651866 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.3.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.3.1.tgz", + "integrity": "sha512-PUhCRnPjLtiLHZAQ5A/Dt5F8cWZeMyj9KRsACsWT+OD6OP0x6dp5OmT5jdx0JgEyPxPZZIPQpRN2TciUT7occw==" }, "homedir-polyfill": { "version": "1.0.3", diff --git a/package.json b/package.json index 8d292d5b..34da65e2 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.3.1", "jquery": "^3.6.0", "popper.js": "^1.16.1" }