From 831e7ef9cad35aa3c32f3e027c1367b71a3f5ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:39:15 +0000 Subject: [PATCH] Bump highlight.js from 11.10.0 to 11.11.0 Bumps [highlight.js](https://github.com/highlightjs/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/govuk-frontend-review/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99b40a6f9c..b71e0b0802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15021,9 +15021,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.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" } @@ -29938,7 +29938,7 @@ "express-validator": "^7.2.0", "front-matter": "^4.0.2", "govuk-frontend": "*", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "iframe-resizer": "^4.4.5", "marked": "^15.0.3", "marked-linkify-it": "^3.1.12", diff --git a/packages/govuk-frontend-review/package.json b/packages/govuk-frontend-review/package.json index 107c213e49..6239f56c6c 100644 --- a/packages/govuk-frontend-review/package.json +++ b/packages/govuk-frontend-review/package.json @@ -32,7 +32,7 @@ "express-validator": "^7.2.0", "front-matter": "^4.0.2", "govuk-frontend": "*", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "iframe-resizer": "^4.4.5", "marked": "^15.0.3", "marked-linkify-it": "^3.1.12",