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",