diff --git a/package-lock.json b/package-lock.json index 0ba4d77..d603477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "CC BY 4.0", "dependencies": { - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "image-size": "^1.1.1", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0", @@ -3219,10 +3219,9 @@ } }, "node_modules/highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", - "license": "BSD-3-Clause", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", + "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index f6161ab..cc1e7b3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "stylelint-config-standard": "^36.0.1" }, "dependencies": { - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "image-size": "^1.1.1", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.2.0",