From be530b06cf24cb43aeb31de7e6d1f40587602cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:25:00 +0000 Subject: [PATCH] chore(deps-dev): bump @types/highlight.js from 9.12.4 to 10.1.0 Bumps [@types/highlight.js](https://github.com/highlightjs/highlight.js) from 9.12.4 to 10.1.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/commits/10.1.0) --- updated-dependencies: - dependency-name: "@types/highlight.js" dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0cf86c..c7040cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.0", "@testing-library/react": "^16.0.0", - "@types/highlight.js": "^9.12.4", + "@types/highlight.js": "^10.1.0", "@types/marked": "^6.0.0", "@types/node": "^25.3.0", "@types/react": "^18.3.23", @@ -3645,11 +3645,15 @@ "license": "MIT" }, "node_modules/@types/highlight.js": { - "version": "9.12.4", - "resolved": "https://registry.npmjs.org/@types/highlight.js/-/highlight.js-9.12.4.tgz", - "integrity": "sha512-t2szdkwmg2JJyuCM20e8kR2X59WCE5Zkl4bzm1u1Oukjm79zpbiAv+QjnwLnuuV0WHEcX2NgUItu0pAMKuOPww==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@types/highlight.js/-/highlight.js-10.1.0.tgz", + "integrity": "sha512-77hF2dGBsOgnvZll1vymYiNUtqJ8cJfXPD6GG/2M0aLRc29PkvB7Au6sIDjIEFcSICBhCh2+Pyq6WSRS7LUm6A==", + "deprecated": "This is a stub types definition. highlight.js provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "highlight.js": "*" + } }, "node_modules/@types/json-schema": { "version": "7.0.15", diff --git a/package.json b/package.json index e220948..a3647e3 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.0", "@testing-library/react": "^16.0.0", - "@types/highlight.js": "^9.12.4", + "@types/highlight.js": "^10.1.0", "@types/marked": "^6.0.0", "@types/node": "^25.3.0", "@types/react": "^18.3.23",