diff --git a/package-lock.json b/package-lock.json index 87a5ea66..4fded19f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@11ty/eleventy": "2.0.1", "@11ty/eleventy-navigation": "1.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", + "@11ty/eleventy-plugin-syntaxhighlight": "5.0.2", "eleventy-plugin-fluid": "2.7.3", "infusion": "4.6.0" }, @@ -169,12 +169,12 @@ } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.0.tgz", - "integrity": "sha512-y9BUmP1GofmbJgxM1+ky/UpFCpD8JSOeLeKItUs0WApgnrHk9haHziW7lS86lbArX5SiCVo4zTTw9x53gvRCaA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.2.tgz", + "integrity": "sha512-T6xVVRDJuHlrFMHbUiZkHjj5o1IlLzZW+1IL9eUsyXFU7rY2ztcYhZew/64vmceFFpQwzuSfxQOXxTJYmKkQ+A==", "license": "MIT", "dependencies": { - "prismjs": "^1.29.0" + "prismjs": "^1.30.0" }, "funding": { "type": "opencollective", @@ -9737,9 +9737,9 @@ } }, "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.30.0.tgz", + "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==", "license": "MIT", "engines": { "node": ">=6" diff --git a/package.json b/package.json index 72cb59d7..5b0d98ab 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@11ty/eleventy": "2.0.1", "@11ty/eleventy-navigation": "1.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", + "@11ty/eleventy-plugin-syntaxhighlight": "5.0.2", "eleventy-plugin-fluid": "2.7.3", "infusion": "4.6.0" },