From 5a10bc2c5eec7479e779a39e373718de94d11ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 03:19:09 +0000 Subject: [PATCH] chore(deps): bump highlight.js from 11.10.0 to 11.11.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.10.0 to 11.11.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/11.10.0...11.11.1) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed3b4ccc..2e34f812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@neos21/bootstrap3-glyphicons": "^1.0.7", "bootstrap": "^4.6.2", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.1", "jquery": "^3.7.1", "popper.js": "^1.16.1" }, @@ -5290,9 +5290,9 @@ } }, "node_modules/highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", "engines": { "node": ">=12.0.0" } @@ -16954,9 +16954,9 @@ "dev": true }, "highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==" + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", + "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==" }, "homedir-polyfill": { "version": "1.0.3", diff --git a/package.json b/package.json index 1972b73c..88ed6fcf 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@neos21/bootstrap3-glyphicons": "^1.0.7", "bootstrap": "^4.6.2", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.1", "jquery": "^3.7.1", "popper.js": "^1.16.1" }