diff --git a/package-lock.json b/package-lock.json index 70cbf5c..05ad8cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5065,9 +5065,9 @@ } }, "highlight.js": { - "version": "9.16.2", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.16.2.tgz", - "integrity": "sha512-feMUrVLZvjy0oC7FVJQcSQRqbBq9kwqnYE4+Kj9ZjbHh3g+BisiPgF49NyQbVLNdrL/qqZr3Ca9yOKwgn2i/tw==" + "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==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index 3b82911..296d7a3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "commander": "^2.20.0", "esm": "^3.2.25", "hexo-helper-live2d": "^3.1.1", - "highlight.js": "^9.15.10", + "highlight.js": "^10.4.1", "live2d-widget": "^3.0.4", "vuepress": "^1.0.0", "vuepress-plugin-gotop-plus": "^1.0.0",