diff --git a/package-lock.json b/package-lock.json index baa7dbd..979d796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -128,9 +128,9 @@ } }, "@11ty/eleventy-plugin-syntaxhighlight": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-3.0.1.tgz", - "integrity": "sha512-+cXc5oyFagCat+JgIh+4cI1otQMVYSsXjxj2/8J78I+p6ICvCfObzvi7PTXvDPbwXOQP8RkcB4DYOP+MKkcPAw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-3.0.2.tgz", + "integrity": "sha512-vUmra5vGyM8pauPErIqxl7QX+CgOmH2dVPRr0Sax0jv0YSYwKbquWP+VJvtwnFLTxEeUD0gtN/NI2GKcFuvB8w==", "dev": true, "requires": { "prismjs": "^1.17.1" diff --git a/package.json b/package.json index 61d6645..5be3d4c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "homepage": "https://github.com/h5bp/Front-end-Developer-Interview-Questions#readme", "devDependencies": { "@11ty/eleventy": "^0.11.0", - "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.2", "all-contributors-cli": "^6.18.0", "clean-css": "^4.2.3", "html-minifier": "^4.0.0",