From d3174dd156d7794ebf5583f48be9309b1c7b2fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:50:30 +0000 Subject: [PATCH] Bump highlight.js in /docs in the npm_and_yarn group Bumps the npm_and_yarn group in /docs with 1 update: [highlight.js](https://github.com/highlightjs/highlight.js). Updates `highlight.js` from 8.9.1 to 11.10.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/8.9.1...11.10.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index a1820a7d1cbda8..9063b505ac6f09 100644 --- a/docs/package.json +++ b/docs/package.json @@ -37,6 +37,6 @@ "watchify": "^2.2.1" }, "dependencies": { - "highlight.js": "^8.4.0" + "highlight.js": "^11.10.0" } }