From 1b88e43eafbf3f23642f0c16c1dbcddb8a056337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:03:00 +0000 Subject: [PATCH] Bump markdown-it-highlightjs from 4.1.0 to 4.3.0 Bumps [markdown-it-highlightjs](https://github.com/valeriangalliat/markdown-it-highlightjs) from 4.1.0 to 4.3.0. - [Changelog](https://github.com/valeriangalliat/markdown-it-highlightjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/valeriangalliat/markdown-it-highlightjs/compare/v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: markdown-it-highlightjs dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7959035cc..281a39db2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12306,9 +12306,10 @@ } }, "node_modules/markdown-it-highlightjs": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-4.1.0.tgz", - "integrity": "sha512-aYcgme5aYn10BHEvLZaCNgwxU2oaAX9inK9dwCv38wJdq7tal5FzZrLdQQY8MR3I1H07S3BKgYGRX2kKuPT+sA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/markdown-it-highlightjs/-/markdown-it-highlightjs-4.3.0.tgz", + "integrity": "sha512-dTEXpTV2J9WJiO8TA/FJ4DxidrYtTNcfBAdl+CLjQ3UFWj8s4dJyCPTcvoXNLmN5U5ZTCGu7TSkSvBvi4fUqkQ==", + "license": "Unlicense", "dependencies": { "highlight.js": "^11.9.0" }