diff --git a/package-lock.json b/package-lock.json index 6d7abb4..e690d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@11ty/eleventy": "2.0.1", "@11ty/eleventy-plugin-directory-output": "1.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "5.0.2", "markdownlint-cli2": "0.18.1" }, "engines": { @@ -120,9 +120,9 @@ } }, "node_modules/@11ty/eleventy-plugin-syntaxhighlight": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@11ty/eleventy-plugin-syntaxhighlight/-/eleventy-plugin-syntaxhighlight-5.0.1.tgz", - "integrity": "sha512-xDPF3Ay38XlmWZe9ER0SLtMmNah7olUBlGORhUiCUkPh3jYGVCDTDayi4tbFI9Dxha8NwKlfBZ2FXM/s3aZzAg==", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1af78a7..85d68be 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "@11ty/eleventy": "2.0.1", "@11ty/eleventy-plugin-directory-output": "1.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "5.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "5.0.2", "markdownlint-cli2": "0.18.1" }, "scripts": {