diff --git a/document-conversion/package-lock.json b/document-conversion/package-lock.json index 5c71c40..f3c3a0f 100644 --- a/document-conversion/package-lock.json +++ b/document-conversion/package-lock.json @@ -13,7 +13,7 @@ "encoding": "^0.1.13", "eslint-config-next": "^14.2.4", "googleapis": "^140.0.1", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "jsdom": "^24.1.0", "markdown-it": "^14.1.0", "next": "^14.2.4", @@ -3195,9 +3195,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" } @@ -10135,9 +10135,9 @@ } }, "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==" }, "html-encoding-sniffer": { "version": "4.0.0", diff --git a/document-conversion/package.json b/document-conversion/package.json index 24dbefd..130a327 100644 --- a/document-conversion/package.json +++ b/document-conversion/package.json @@ -14,7 +14,7 @@ "encoding": "^0.1.13", "eslint-config-next": "^14.2.4", "googleapis": "^140.0.1", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "jsdom": "^24.1.0", "markdown-it": "^14.1.0", "next": "^14.2.4",