diff --git a/package-lock.json b/package-lock.json index 5937169..c944443 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "feather-icons": "^4.29.2", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "hugo-extended": "^0.127.0", "katex": "^0.16.10", "normalize.css": "^8.0.1", @@ -2243,9 +2243,9 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index b1ea929..e62523b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "feather-icons": "^4.29.2", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "hugo-extended": "^0.127.0", "katex": "^0.16.10", "normalize.css": "^8.0.1",