From 60e3c7639c8fa5cf67b99d4c0d9876c7b9e1a153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:49:55 +0000 Subject: [PATCH] chore(deps): bump highlight.js in the dependencies group Bumps the dependencies group with 1 update: [highlight.js](https://github.com/highlightjs/highlight.js). 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) --- updated-dependencies: - dependency-name: highlight.js dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2fb5db3..77b3c9a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ant-design-pro", - "version": "6.0.2", + "version": "6.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ant-design-pro", - "version": "6.0.2", + "version": "6.0.3", "dependencies": { "@ant-design/icons": "^6.3.2", "@ant-design/plots": "^2.6.8", @@ -21,7 +21,7 @@ "clsx": "^2.1.1", "d3": "^7.9.0", "dayjs": "^1.11.21", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "react": "^19.2.7", "react-dom": "^19.2.7", "topojson-client": "^3.1.0" @@ -19774,9 +19774,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==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" diff --git a/package.json b/package.json index c65e3444..19c56951 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "clsx": "^2.1.1", "d3": "^7.9.0", "dayjs": "^1.11.21", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "react": "^19.2.7", "react-dom": "^19.2.7", "topojson-client": "^3.1.0"