diff --git a/package-lock.json b/package-lock.json index 661d82d..80a0af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "autoprefixer": "10.4.21", "gray-matter": "^4.0.3", "hast-util-to-string": "^3.0.0", - "highlight.js": "^11.10.0", + "highlight.js": "^11.12.0", "jszip": "^3.10.1", "nbtify": "^2.2.0", "next": "^16.3.3", @@ -7757,9 +7757,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" @@ -8560,6 +8560,15 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/lowlight/node_modules/highlight.js": { + "version": "11.11.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.2.tgz", + "integrity": "sha512-oaXMACAU0kzOMXBjWpNcX+vlwSBCIAiZ9BHa7gA15NOTtT2L/l8OSZDuqS2XppOhZBPJ7hm4o8ep2kyuip2uEQ==", + "license": "BSD-3-Clause", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/lru-cache": { "version": "10.2.2", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", diff --git a/package.json b/package.json index 4620ae8..e41559e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "autoprefixer": "10.4.21", "gray-matter": "^4.0.3", "hast-util-to-string": "^3.0.0", - "highlight.js": "^11.10.0", + "highlight.js": "^11.12.0", "jszip": "^3.10.1", "nbtify": "^2.2.0", "next": "^16.3.3",