diff --git a/package-lock.json b/package-lock.json index 150d506..ed02d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "esbuild-postcss-plugin": "^0.0.7", "framer-motion": "^12.37.0", "gray-matter": "^4.0.3", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "ignore": "^7.0.6", "lucide-react": "^0.577.0", "next-themes": "^0.4.6", @@ -8984,9 +8984,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 925b2e2..9be2cc4 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "esbuild-postcss-plugin": "^0.0.7", "framer-motion": "^12.37.0", "gray-matter": "^4.0.3", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "ignore": "^7.0.6", "lucide-react": "^0.577.0", "next-themes": "^0.4.6",