diff --git a/current/tools/doc/package-lock.json b/current/tools/doc/package-lock.json index b448baa7e3..cd41424abc 100644 --- a/current/tools/doc/package-lock.json +++ b/current/tools/doc/package-lock.json @@ -259,9 +259,9 @@ } }, "highlight.js": { - "version": "9.18.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz", - "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==" + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz", + "integrity": "sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==" }, "html-void-elements": { "version": "1.0.3", diff --git a/current/tools/doc/package.json b/current/tools/doc/package.json index 23178fcbc1..0e492a768a 100644 --- a/current/tools/doc/package.json +++ b/current/tools/doc/package.json @@ -7,7 +7,7 @@ "node": ">=12.10.0" }, "dependencies": { - "highlight.js": "^9.18.1", + "highlight.js": "^10.4.1", "rehype-raw": "^2.0.0", "rehype-stringify": "^3.0.0", "remark-html": "^7.0.0",