From 6385a7e5e7cdf1a574f764639ca15fc81615e894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:55:23 +0000 Subject: [PATCH] Bump the development group across 1 directory with 2 updates Bumps the development group with 2 updates in the / directory: [highlight.js](https://github.com/highlightjs/highlight.js) and [lucide](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide). Updates `highlight.js` from 11.11.1 to 11.12.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.11.1...11.12.0) Updates `lucide` from 1.31.0 to 1.32.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.32.0/packages/lucide) --- updated-dependencies: - dependency-name: highlight.js dependency-version: 11.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: lucide dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff6e739c0..c573e8a16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "devDependencies": { "@mdx-js/mdx": "3.1.1", "@resvg/resvg-js": "^2.6.2", - "highlight.js": "11.11.1", - "lucide": "1.31.0", + "highlight.js": "11.12.0", + "lucide": "1.32.0", "markdown-it": "15.0.0", "markdown-it-anchor": "9.2.1", "mermaid": "11.16.1", @@ -1915,9 +1915,9 @@ } }, "node_modules/highlight.js": { - "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==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.12.0.tgz", + "integrity": "sha512-nbfWpyRMcMrPMmDwJB+dhX/eiaPKtc2RB+0QZskqJ3WjRA/FDS0e9hZrx8EC/lbEv8gXy98FcDbNa/dspAaJMg==", "dev": true, "license": "BSD-3-Clause", "engines": { @@ -2105,9 +2105,9 @@ } }, "node_modules/lucide": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.31.0.tgz", - "integrity": "sha512-iPJC7py8o990ZSmvFZlS+4+bNasP+ANDkD0IeDOGgQZjTm3p85F2Ldut7leM1yhYavr1pmoPfigm9MDHyyCOrw==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.32.0.tgz", + "integrity": "sha512-CZ/Ff2eVQmK18vtdS8RNZ4ct5Jc1VR02l2F8ojliv4QeO4WxvBaGTqa+254WgfR+81pxtKTV0dqgaEK5fghKyA==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index ae158efcf..9ec00cc4d 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "devDependencies": { "@mdx-js/mdx": "3.1.1", "@resvg/resvg-js": "^2.6.2", - "highlight.js": "11.11.1", - "lucide": "1.31.0", + "highlight.js": "11.12.0", + "lucide": "1.32.0", "markdown-it": "15.0.0", "markdown-it-anchor": "9.2.1", "mermaid": "11.16.1",