From cabf14033e190ec8d101bc3f612bfea09392f044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:12:48 +0000 Subject: [PATCH] chore(deps): bump highlight.js in the npm-production-dependencies group Bumps the npm-production-dependencies group with 1 update: [highlight.js](https://github.com/highlightjs/highlight.js). Updates `highlight.js` from 11.10.0 to 11.11.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/11.10.0...11.11.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23feb05..cc942ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "CC BY 4.0", "dependencies": { - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "image-size": "^1.1.1", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", @@ -3221,10 +3221,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==", - "license": "BSD-3-Clause", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", + "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index 6a6f570..509f589 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "stylelint-config-standard": "^36.0.1" }, "dependencies": { - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "image-size": "^1.1.1", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0",