diff --git a/package-lock.json b/package-lock.json index fa4337ab72b..aab96cce5fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21169,9 +21169,9 @@ } }, "node_modules/highlight.js": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", - "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", + "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==", "engines": { "node": ">=12.0.0" } @@ -40210,7 +40210,7 @@ "dependencies": { "@db-ux/core-icons": "0.0.7", "dompurify": "3.2.3", - "highlight.js": "^11.11.0", + "highlight.js": "^11.11.1", "next": "15.1.2", "react": "18.3.1", "react-archer": "^4.4.0", diff --git a/showcases/patternhub/package.json b/showcases/patternhub/package.json index 5a00b28262c..877e681c3e8 100644 --- a/showcases/patternhub/package.json +++ b/showcases/patternhub/package.json @@ -25,7 +25,7 @@ "dependencies": { "@db-ux/core-icons": "0.0.7", "dompurify": "3.2.3", - "highlight.js": "^11.11.0", + "highlight.js": "^11.11.1", "next": "15.1.2", "react": "18.3.1", "react-archer": "^4.4.0",